Archived community.zenoss.org | full text search
Skip navigation
84183 Views 9 Replies Latest reply: Dec 3, 2009 4:35 PM by Infoseced RSS
rebelinux Rank: Green Belt 108 posts since
Jun 6, 2008
Currently Being Moderated

May 23, 2009 8:29 PM

Error with winexe 0.80

The winexe 0.80 produces this error when i tried to run it:

ERROR: Failed to install service winexesvc - NT code 0x00000424

I downloaded the winexe 0.90 from the creators website and it didn't produce the error.


Any future inclusion of this winexe updated release?
  • basicallythis Newbie 2 posts since
    May 23, 2009
    Currently Being Moderated
    1. May 24, 2009 5:02 PM (in response to rebelinux)
    RE: Error with winexe 0.80
    Is there a way I could grab your winexe binary?
  • etank Newbie 5 posts since
    Apr 28, 2009
    Currently Being Moderated
    3. Jun 10, 2009 1:45 PM (in response to rebelinux)
    RE: Error with winexe 0.80
    I have tried the 0.90 version and I get a totally different error now. I get:

    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    INTERNAL ERROR: Signal 11 in pid 3457 (4.0.0tp4-SVN-build-10231)
    Please read the file BUGS.txt in the distribution
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    PANIC: internal error
    BACKTRACE: 7 stack frames:
    #0 [0x82a021b]
    #1 [0x82a04e9]
    #2 [0x82a063c]
    #3 [0x82a0671]
    #4 [0x2c1420]
    #5 [0x82f1042]
    #6 [0xbf8aff72]
    Aborted


    Is anyone else seeing this?
  • jmacinc Rank: White Belt 8 posts since
    Apr 28, 2009
    Currently Being Moderated
    4. Jun 29, 2009 2:44 PM (in response to etank)
    Error with Winexe
    After reverting to the 2.4.1 winexe, I decided to install the service on the Windows agent manually. What made this easy was that winexe had worked successfully on another Windows device, so I was able to copy the binary, winexesvc.exe, from a good device to the problem device and then run the following SC commands from a command window:

    sc create winexesvc binPath= C:\WINDOWS\WINEXESVC.EXE start= auto DisplayName= winexesvc
    sc description winexesvc "Remote command provider for Zenoss monitoring"

    Note that SC.exe is from the Microsoft Resource Kit.

    John
  • jwrober Rank: White Belt 41 posts since
    Dec 26, 2008
    Currently Being Moderated
    5. Jul 2, 2009 3:15 PM (in response to jmacinc)
    RE: Error with Winexe

    "etank" wrote:

     

    I have tried the 0.90 version and I get a totally different error now. I get:

    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    INTERNAL ERROR: Signal 11 in pid 3457 (4.0.0tp4-SVN-build-10231)
    Please read the file BUGS.txt in the distribution
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    PANIC: internal error
    BACKTRACE: 7 stack frames:
    #0 [0x82a021b]
    #1 [0x82a04e9]
    #2 [0x82a063c]
    #3 [0x82a0671]
    #4 [0x2c1420]
    #5 [0x82f1042]
    #6 [0xbf8aff72]
    Aborted


    Is anyone else seeing this?



    This is caused by a different version of glibc on the zenoss machine. The statically linked winexe is compiled against glibc 2.9. RHEL 5 has 2.5 and i get it on my box. Only way around this is to compile it from source, which includes compiling samba too. It would be better if the zenoss folks would provide v0.90 in the next build of zenoss (2.4.3?).
  • glennski Rank: White Belt 21 posts since
    Aug 10, 2009
    Currently Being Moderated
    6. Aug 12, 2009 5:19 PM (in response to jwrober)
    winexe
    does anyone have a good copy that works with centos 5.2

    ldd --version = 2.5

    glibc 2.5-34

    Thanks
  • jenkinskj Rank: Green Belt 330 posts since
    Jul 30, 2009
    Currently Being Moderated
    7. Aug 29, 2009 11:27 PM (in response to glennski)
    RE: winexe
    I have the same issue.

    We are running Zenoss Version 2.4.2

    ./perfmon.pl 1 hostname "domain\login" "password" "master:General Statistics\User Connections" "SQLServer_UserConnections"
    Errors Found:ERROR: Failed to install service winexesvc - NT code 0x00000424

    We have an critical need to use perfmon. Please let me know if a version of winexe is available which will resolve this issue.

    I did not attempt using the link provided in this forum since it failed for another. Please let me know what version of Linux that the winexe that I downloaded works on http://eol.ovh.org/winexe/winexe-static-081123.bz2

    Thank you,
    - Ken
  • jenkinskj Rank: Green Belt 330 posts since
    Jul 30, 2009
    Currently Being Moderated
    8. Sep 4, 2009 2:17 PM (in response to jenkinskj)
    RE: winexe
    The resolution to the error "ERROR: Failed to install service winexesvc - NT code 0x00000424" is as is mentioned in this posting by jmacinc (John). I tried it and it worked for me.

    As the error indicates, there is a missing winexesvc (Windows Service) not running on the client that winexe needs to communicate with.

    The resolution is to install the service on Windows and start it up for communications to work.

    On all of your Windows Servers, install the winexesvc.exe as a service and it works.

    Per John,

     

     

    sc create winexesvc binPath= C:WINDOWSWINEXESVC.EXE start= auto DisplayName= winexesvc
    sc description winexesvc "Remote command provider for Zenoss monitoring"

    Note that SC.exe is from the Microsoft Resource Kit.



    - Ken
  • Infoseced Rank: White Belt 52 posts since
    Jul 23, 2009
    Currently Being Moderated
    9. Dec 3, 2009 4:35 PM (in response to jenkinskj)
    Re: RE: winexe

    Try this binary it's version .9

    Attachments:

More Like This

  • Retrieving data ...