Changes between Initial Version and Version 1 of Ticket #1543
- Timestamp:
- Jun 28, 2018, 12:56:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1543
- Property Owner set to
- Property Status new → assigned
-
Ticket #1543 – Description
initial v1 1 Starting as root on port < 1024 works fine, but with regular user it segfaults. It should print an error and exit with a non-0 code instead. 1 Starting as root on port < 1024 works fine, but with regular user it segfaults. It should print an error and exit with a non-0 code instead. To reproduce, with non-root user: 2 {{{ 3 rasmgr --port 500 4 }}}