Opened 5 years ago
Closed 4 years ago
#3337 closed bug (Fixed)
listen ports syntax error
Reported by: | spider | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.4 |
Component: | Core | Version: | 2.0.3 |
Keywords: | Cc: | darius@dons.net.au |
Description
--- preferencesmanager.py +++ preferencesmanager.py @@ -231,7 +231,7 @@ self.core.apply_session_settings( { 'listen_system_port_fallback': self.config['listen_use_sys_port'], - 'listen_interfaces': ''.join(interfaces), + 'listen_interfaces': ','.join(interfaces), } )
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Cc: | added |
---|
comment:3 by , 4 years ago
Milestone: | needs verified → 2.0.4 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Seems like I made a typo for that settings, thanks for reporting, pushed a fix to develop: [092d07b68]
Note:
See TracTickets
for help on using tickets.
This isn't a minor issue on FreeBSD - without this change deluge doesn't listen on any ports for torrents(!) and you see messages like:
etc..