Installazione di Winexe su Debian
(Redirected from Installazione di Winexe su Debian Etch)
Versione zenoss
cd /usr/src mkdir winexe cd winexe svn co http://dev.zenoss.org/svn/trunk/wmi/Samba/source cd source
Change the line:
#define NT_STATUS_SERVICE_DOES_NOT_EXIST NT_STATUS(0xc0000424)
into:
#define NT_STATUS_SERVICE_DOES_NOT_EXIST NT_STATUS(0x00000424)
in
winexe/service.c
./autogen.sh ./configure make proto bin/winexe cp -f bin/winexe /usr/local/bin
- Forse bisogna installare mingw e compilare con make winexesvc.exe prima
Verificare
- http://tomas.cat/blog/en/winexe-packed-ubuntukubuntu-and-debian
- http://ubuntuforums.org/showthread.php?t=1339363
- http://download.opensuse.org/repositories/home:/ahajda:/winexe/Debian_5.0/i386/
- http://ubuntuforums.org/archive/index.php/t-900051.html
- http://www.desmoulins.fr/index_us.php?pg=informatique!linux!console!winexe
Debian Lenny
ATTENZIONE: Questa versione è opsitata su un server che è stato hackerato !
sudo apt-get install build-essential autoconf checkinstall cd /tmp wget http://eol.ovh.org/winexe/winexe-source-081123.tar.bz2 tar xvjf winexe-source-081123.tar.bz2 cd winexe-source-081123/ sh autogen.sh ./configure make proto bin/winexe bin/winexe -U RVMGROUP/Administrator //192.168.254.12 "ipconfig /all" #sudo checkinstall -D cp bin/winexe /usr/local/bin/.
Debian Etch
ATTENZIONE: Questa versione è opsitata su un server che è stato hackerato ! La versione 0.90 (081123) non funziona con Etch
wget http://eol.ovh.org/winexe/winexe-static-071026.bz2 bunzip2 winexe-static-071026.bz2 mv winexe-static-071026 winexe chmod +x winexe ./winexe -U HOME/Administrator%Pass123 //192.168.0.10 "ipconfig /all" sudo mv winexe /usr/local/bin