View previous topic :: View next topic |
Author |
Message |
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
Posted: Mon Jul 26, 2004 4:20 am Post subject: Allowing normal user to bind sockets and such |
|
|
I'm trying to run a program under wine, the GUI seems to work fine (becides a few visual defects as usual) but I get this error, I think all I need to do is allow a normal user to bind DNS sockets is all, or run this wine program with root rights or something. I dont really want to boot into a root x session to be able to use it, that kinda a pain in the butt.
Code: | DNS Server Error > Can't bind socket
DNS Server Error > Can't bind socket
Error
Call to bind(sListen, (struct sockaddr *) &addr, sizeof(addr)); failed with:
10048
|
_________________ Some stuff I made:
http://apps.facebook.com/video-phone/
http://apps.facebook.com/bluemoon/
http://jerome.newskoolsoftware.com |
|
Back to top |
|
|
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
|
Back to top |
|
|
m.b.j. Guru
Joined: 12 Sep 2003 Posts: 407 Location: Germany (Essen)
|
Posted: Mon Jul 26, 2004 7:21 pm Post subject: |
|
|
"normal" Users do not have rights to bind a port below 1024, maybe jou should bind a higher port and do portforwarding from the dns port to the higher one? _________________ root@mbj # echo "sys-pizza/calzone -tunfish" >> /etc/paludis/use.conf
root@mbj # paludis -i calzone --dl-blocks discard |
|
Back to top |
|
|
jerome187 Guru
Joined: 29 Apr 2003 Posts: 584
|
|
Back to top |
|
|
m.b.j. Guru
Joined: 12 Sep 2003 Posts: 407 Location: Germany (Essen)
|
Posted: Wed Jul 28, 2004 7:12 pm Post subject: |
|
|
I have not read your fist post carefully, sorry! _________________ root@mbj # echo "sys-pizza/calzone -tunfish" >> /etc/paludis/use.conf
root@mbj # paludis -i calzone --dl-blocks discard |
|
Back to top |
|
|
|