netinstall under ubuntu

Hi there,

I am using ubuntu 12-04 LTS with wine.
When try to run netinstall, an error on console are as follows :
M540SS:~/Downloads/netinstall-5.20$ ./netinstall.exe
cmd:
cd: 0
ko: ‘’
start thread: 35
start thread: 36
bind bootp failed: (10013)
iface 0: 00:22:43:90:9C:85
beacon: 0

the same error also persis on version 4.17.
M540SS:~/Downloads/netinstall-4.17$ ./netinstall.exe
cmd:
cd: 0
ko: ‘’
start thread: 35
start thread: 36
iface 0: 00:22:43:90:9C:85
bind bootp failed: (10013)
beacon: 0

Can anyone point me what could be wrong ?

Thank you

Paul

Try with command:

gksudo ~/Downloads/netinstall-5.22/netinstall.exe

I’ve to call it twice to make it run.

Question : this

$ ./netinstall.exe

command was run without any problem and start give me a problem with an error since a week. Anyone know why ?

Paul

Hello,

Wine lacks permissions to bind ports <1000 for security reasons; at least in my case on OpenSuse.
I got the same error till i ran “setcap cap_net_bind_service+eip /usr/bin/wine-preloader”; Maybe, do the same for “/usr/bin/wineserver”.
You must have “libcap-progs” installed.

Martin

in folder where netinstall is located:
sudo wine netinstall.exe
working in centos