#846 closed Bug (fixed)
transmissioncli binds port even when not needed
Reported by: | icy | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.20 |
Component: | CLI | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: |
Description
transmissioncli trys to bind the port for incoming connections even when only requested to show the meta info from a torrent or creating a torrent (-i or -c)
$ transmissioncli -i KNOPPIX_V5.3.1DVD-2008-03-26-EN.torrent Couldn't bind port 51413: Address already in use Couldn't open port 51413 to listen for incoming peer connections (errno 98 - Address already in use) Couldn't bind port 51413: Address already in use Couldn't open port 51413 to listen for incoming peer connections (errno 98 - Address already in use)
Change History (5)
comment:1 Changed 15 years ago by icy
comment:2 Changed 15 years ago by charles
- Milestone changed from None Set to 1.20
- Owner set to charles
- Status changed from new to assigned
comment:3 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
fixed in r5543
comment:4 Changed 15 years ago by charles
see also: r5544
comment:5 Changed 15 years ago by charles
- Summary changed from transmissioncli attempts to bind to port even when not needed to transmissioncli binds port even when not needed
Note: See
TracTickets for help on using
tickets.
Using -s to scrape, it even ends up in an infinite loop as it tries to bind to the port over and over again