Opened 14 years ago

Closed 14 years ago

#1900 closed Bug (invalid)

transmission-daemon -d returns wrong information

Reported by: 2000adm Owned by:
Priority: Normal Milestone: None Set
Component: Transmission Version: 1.51
Severity: Normal Keywords:
Cc:

Description

transmission-daemon have been started with "-w /content/video":

/usr/local/bin/transmission-daemon -f -B -w /content/video

But:
s1:~ # transmission-daemon -d
returns:

"download-dir": "\/usr\/bin",

Change History (1)

comment:1 Changed 14 years ago by charles

  • Resolution set to invalid
  • Status changed from new to closed

looks like you're not letting the first transmission-daemon sesson save its settings.json file during an orderly shutdown.

[charles@localhost daemon]$ export TRANSMISSION_HOME=/tmp/test
[charles@localhost daemon]$ rm -rf $TRANSMISSION_HOME
[charles@localhost daemon]$ ./transmission-daemon -f -w /tmp/test/downloads
[19:01:54.525] RPC Server: Adding address to whitelist: 127.0.0.1
<snip>
^C
[19:02:00.804] Saved "/tmp/test/settings.json"
[19:02:01.603] Port Forwarding: State changed from "Forwarded" to "Starting"
[19:02:01.603] Port Forwarding: Stopped
Closing transmission session... done.
[charles@localhost daemon]$ ./transmission-daemon -d 2>&1 | grep download-dir
    "download-dir": "\/tmp\/test\/downloads", 
Note: See TracTickets for help on using tickets.