• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Suche WMI Client für OpenSuse Leap

Coolzero

Advanced Hacker
Hallo,
ich suche einen WMI client für Leap 42.1, kann aber leider nichts finden.

Gibts sowas nicht?

Danke
 
OP
Coolzero

Coolzero

Advanced Hacker
Hab das ganze mal versucht aus der source https://www.aldeid.com/wiki/Wmic-linux zu kompilieren, allerdings bricht der make befehl mit dieser Meldung ab:
Code:
make[1]: Entering directory '/home/coolzero/Downloads/wmi/Samba/source'
Creating lib/util/util_proto.h
Creating lib/charset/charset_proto.h
Creating param/proto.h
Creating libcli/util/proto.h
defined(@array) is deprecated at ./pidl/pidl line 583.
        (Maybe you should just omit the defined()?)
Compiling ./librpc/idl/atsvc.idl
/usr/include/stdc-predef.h:0: Syntax error near '3'
Failed to parse ./librpc/idl/atsvc.idl at ./pidl/pidl line 583.
Makefile:28987: recipe for target 'idl' failed
make[1]: *** [idl] Error 1
make[1]: Leaving directory '/home/coolzero/Downloads/wmi/Samba/source'
cd Samba/source ; \
cp bin/winexe /bin ; \
cp bin/wmic /bin ; \
cp bin/shared/*async_wmi_lib.so.0* /lib/python
cp: der Aufruf von stat für 'bin/winexe' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: der Aufruf von stat für 'bin/wmic' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: der Aufruf von stat für 'bin/shared/*async_wmi_lib.so.0*' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
GNUmakefile:42: recipe for target 'pywmi-installed' failed
make: *** [pywmi-installed] Error 1
 

spoensche

Moderator
Teammitglied
Da haste nicht richtig gesucht. ;)

https://software.opensuse.org/download.html?project=home%3Agody&package=wmi
 
OP
Coolzero

Coolzero

Advanced Hacker
spoensche schrieb:
Da haste nicht richtig gesucht. ;)

https://software.opensuse.org/download.html?project=home%3Agody&package=wmi

Seltsam das google mir das nicht gezeigt hat......
Danke für den Hinweis, werd ich dann mal testen
 
Oben