Opened 14 years ago
Closed 14 years ago
#2060 closed Bug (duplicate)
transmission-daemon not remember session
Reported by: | progserega | Owned by: | |
---|---|---|---|
Priority: | High | Milestone: | None Set |
Component: | Daemon | Version: | 1.60 |
Severity: | Major | Keywords: | |
Cc: |
Description
Steps to reproduce:
- Start transmission-daemon under user rights: su -c "trunsmission-daemon" user_name
- start (connect to localhost session) qt-gui or web-interface for adding seeding torrents.
At this step transmission daemon start verification data of all torrents, and then start seeding. All works properly.
- Close web-client or qtr, start it again - torrents continue seeding - all work properly.
- Say system to reboot or poweroff.
- After reboot transmission-daemon starts, but have no seeding torrents. Torrent files stay in directory, where torrent-daemon automatic get torrents for adding, but all list "seeding", "all", "active" - is empty. Moreover - port to listing torrent connection - not was remembering.
I'm sink, that this problem in code of "save session" by TERM-signal. I try send TERM-signal to transmission-daemon, but it stay work and not exit. If sent KILL-signal to transmission-daemon - it exit, but not remember any changes and any added torrents. On reboot, system send TERM, but transmission-daemon not stop and not save session, and then system send KILL - transmission daemon exit and not save session data.
PS: distrib is gentoo
Change History (1)
comment:1 Changed 14 years ago by charles
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #2119.