Your message dated Sat, 11 Apr 2009 23:45:55 +0100
with message-id <[email protected]>
and subject line wmi has been removed from Debian, closing #508654
has caused the Debian Bug report #508654,
regarding Package: wmi-client
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
508654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508654
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wmi-client
Hello,
I have a script that connects to a number of windows targets and pokes them
for some WMI info. One command does not work and throws a trace back
instead. What is interesting is that if I run it with the FQDN of the
machine, it works. But if I run it with the IP address of that machine it
does not. Somehow, it seems to be tight to that particular IP address. I'm
attaching the screen snip of how it breaks only for that particular IP.
and...@nm1:~$ host ws6.bvzn.local
ws6.bvzn.local A 192.168.17.66
and...@nm1:~$ wmic -U speedracer%password //ws6.bvzn.local "Select
RemoteQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer"
CLASS: Win32_PerfFormattedData_SMTPSVC_SMTPServer
Name|RemoteQueueLength
_Total|0
SMTP 1|0
and...@nm1:~$ wmic -U speedracer%password //192.168.17.66 "Select
RemoteQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer"
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
INTERNAL ERROR: Signal 6 in pid 27993 (4.0.0alpha3-GIT-UNKNOWN)
Please read the file BUGS.txt in the distribution
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PANIC: internal error
BACKTRACE: 15 stack frames:
#0 wmic(call_backtrace+0x2d) [0x848ac4d]
#1 wmic(smb_panic+0x80) [0x848ada0]
#2 wmic [0x848b0c6]
#3 [0xb7fdf420]
#4 /lib/i686/cmov/libc.so.6(abort+0x188) [0xb7e60018]
#5 wmic(talloc_named_const+0x185) [0x84cd2b5]
#6 wmic(ndr_pull_WbemQualifiers+0x13d) [0x80c954d]
#7 wmic(ndr_pull_WbemClass+0x3e4) [0x80c9bf4]
#8 wmic(ndr_pull_DataWithStack+0xae) [0x80c7ece]
#9 wmic(ndr_pull_WbemClassObject+0x2c1) [0x80c89b1]
#10 wmic(WBEMDATA_Parse+0x8f2) [0x80c60d2]
#11 wmic(IEnumWbemClassObject_SmartNext+0x221) [0x80c6491]
#12 wmic(main+0x758) [0x80c4988]
#13 /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7e49455]
#14 wmic [0x80c3fe1]
Aborted
and...@nm1:~$ host ws7.bvzn.local
ws7.bvzn.local A 192.168.17.67
and...@nm1:~$ wmic -U speedracer%password //ws7.bvzn.local "Select
RemoteQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer"
CLASS: Win32_PerfFormattedData_SMTPSVC_SMTPServer
Name|RemoteQueueLength
_Total|0
SMTP 1|0
and...@nm1:~$ wmic -U speedracer%password //192.168.17.67 "Select
RemoteQueueLength from Win32_PerfFormattedData_SMTPSVC_SMTPServer"
CLASS: Win32_PerfFormattedData_SMTPSVC_SMTPServer
Name|RemoteQueueLength
_Total|0
SMTP 1|0
and...@nm1:~$ dpkg -L wmi-client
/.
/usr
/usr/bin
/usr/bin/winexe
/usr/bin/wmic
/usr/share
/usr/share/doc
/usr/share/doc/wmi-client
/usr/share/doc/wmi-client/copyright
/usr/share/doc/wmi-client/changelog.Debian.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/winexe.1.gz
/usr/share/man/man1/wmic.1.gz
and...@nm1:~$ dpkg -l wmi-client
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-================-================-================================================
ii wmi-client 1:0.1.13-1 DCOM/WMI client implementation
and...@nm1:~$
-----
Andrey Gordon [[email protected]]
--- End Message ---
--- Begin Message ---
Version: 1:0.1.13-1+rm
The wmi package has been removed from Debian so we are closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/523638 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---