MantisBT - Zandronum | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000847 | Zandronum | [All Projects] Bug | public | 2012-05-13 13:12 | 2018-09-30 19:53 |
| Reporter | Koromix | ||||
| Assigned To | Torr Samaho | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Arch Linux | OS Version | |
| Product Version | 98d | ||||
| Target Version | Fixed in Version | 1.0 | |||
| Summary | 0000847: Broadcast permission denied | ||||
| Description | Here is what I'm getting with the latest Skulltag version when starting skulltag-server on Arch Linux (kernel 3.3.5, glibc 2.15) : *** MAP01: entryway *** compatflags changed to: 0 NETWORK_LaunchPacket: Permission denied NETWORK_LaunchPacket: Address 192.168.1.255:15101 NETWORK_LaunchPacket: Permission denied NETWORK_LaunchPacket: Address 192.168.1.255:15101 NETWORK_LaunchPacket: Permission denied NETWORK_LaunchPacket: Address 192.168.1.255:15101 NETWORK_LaunchPacket: Permission denied NETWORK_LaunchPacket: Address 192.168.1.255:15101 NETWORK_LaunchPacket: Permission denied NETWORK_LaunchPacket: Address 192.168.1.255:15101 [...] | ||||
| Steps To Reproduce | Simply start skulltag-server on Linux, I guess it will complain too on *BSD. | ||||
| Additional Information | UDP broadcasting needs SO_BROADCAST flag set using setsockopt as per POSIX. Something like this should do it: int allow = 1; setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &allow, sizeof(allow)); | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | /tracker/file_download.php?file_id=622&type=bug | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-05-13 13:12 | Koromix | New Issue | |||
| 2012-05-13 23:54 | Dusk | Note Added: 0003620 | |||
| 2012-05-13 23:54 | Dusk | Status | new => feedback | ||
| 2012-05-14 16:01 | Koromix | File Added: fix-setsockopt.patch | |||
| 2012-05-14 16:07 | Koromix | Note Added: 0003622 | |||
| 2012-05-14 16:07 | Koromix | Status | feedback => new | ||
| 2012-05-14 16:13 | Koromix | Note Edited: 0003622 | bug_revision_view_page.php?bugnote_id=3622#r1985 | ||
| 2012-05-14 17:40 | Torr Samaho | Note Added: 0003625 | |||
| 2012-05-14 17:40 | Torr Samaho | Status | new => feedback | ||
| 2012-05-16 10:33 | Dusk | Status | feedback => needs testing | ||
| 2012-05-16 12:50 | Koromix | Note Added: 0003640 | |||
| 2012-05-20 20:30 | Dusk | Note Added: 0003649 | |||
| 2012-05-20 20:30 | Dusk | Status | needs testing => resolved | ||
| 2012-05-20 20:30 | Dusk | Fixed in Version | => 1.0-beta | ||
| 2012-05-20 20:30 | Dusk | Resolution | open => fixed | ||
| 2012-05-20 20:30 | Dusk | Assigned To | => Dusk | ||
| 2012-05-20 20:30 | Dusk | Assigned To | Dusk => | ||
| 2012-05-20 20:30 | Dusk | Status | resolved => feedback | ||
| 2012-05-20 20:30 | Dusk | Resolution | fixed => reopened | ||
| 2012-05-20 20:30 | Dusk | Status | feedback => resolved | ||
| 2012-05-20 20:30 | Dusk | Resolution | reopened => fixed | ||
| 2012-05-20 20:30 | Dusk | Assigned To | => Dusk | ||
| 2012-05-20 20:30 | Dusk | Assigned To | Dusk => Torr Samaho | ||
| 2012-05-20 20:30 | Dusk | Status | resolved => feedback | ||
| 2012-05-20 20:30 | Dusk | Resolution | fixed => reopened | ||
| 2012-05-20 20:30 | Dusk | Status | feedback => resolved | ||
| 2012-05-20 20:30 | Dusk | Resolution | reopened => fixed | ||
| 2012-06-09 13:22 | Torr Samaho | Category | General => Bug | ||
| 2012-07-15 16:45 | Blzut3 | Fixed in Version | 1.0-beta => 1.0 | ||
| 2018-09-30 19:53 | Blzut3 | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||