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
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.