[Bug 37049] New: Special Audiocodes Bootp&tftp server does not work
http://bugs.winehq.org/show_bug.cgi?id=37049 Bug ID: 37049 Summary: Special Audiocodes Bootp&tftp server does not work Product: Wine Version: 1.7.23 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: zentarim(a)rambler.ru Created attachment 49233 --> http://bugs.winehq.org/attachment.cgi?id=49233 Bootp does not start Voice gateway Audiocodes configured with a special bootp&tftp server (download link http://www.888voip.com/downloads/audiocodes/BootP_2_3_0_5.zip) Under wine this server does not start and gives error (Screenshot in attachement) But port 67 is not busy: output of the command "sudo sockstat -l | grep 67" is empty cat /etc/services | grep 67 bootps 67/tcp # BOOTP server bootps 67/udp I tried to run the program from the console using clean wineprefix, wine 1.7.23 and did not receive any error messages. What WINEDEBUG I need to provide? Operation system: Ubuntu 14.04.1 LTS, Trusty Tahr Thanks in advance! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37049 --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> --- Port 67 is below 1024, that requires special priviledges. It's easy to find information about that if you look for setcap and wine. Like http://askubuntu.com/questions/21857/giving-wine-applications-more-privilege... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37049 Zentarim <zentarim(a)rambler.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Zentarim <zentarim(a)rambler.ru> --- Unfortunately, I forgot about this feature Linux. Thanks for the answer. This solution worked for me: sudo setcap 'cap_net_bind_service=+ep' /usr/bin/wine-preloader sudo setcap 'cap_net_bind_service=+ep' /usr/bin/wineserver sudo setcap 'cap_net_bind_service=+ep' /usr/bin/wine -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37049 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org