-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Sandro,


On Sat, 2016-09-03 at 17:58 +0100, Sandro Tosi wrote:
> > Should there be one ?
> 
> what command would you suggest to use in ExecStop?
> 

Here's what I've been using, since I reported the bug. And it seems to be better
than what was earlier.

pi@pi:~$ systemctl status transmission-daemon.service 
● transmission-daemon.service - Transmission BitTorrent Daemon
   Loaded: loaded (/etc/systemd/system/transmission-daemon.service; enabled;
vendor preset: ena
   Active: active (running) since Sun 2016-09-04 16:42:57 IST; 20s ago
  Process: 7623 ExecStop=/bin/kill -s STOP $MAINPID (code=exited,
status=0/SUCCESS)
 Main PID: 7640 (transmission-da)
   Status: "Idle."
   CGroup: /system.slice/transmission-daemon.service
           └─7640 /usr/bin/transmission-daemon -f --log-error

Sep 04 16:42:56 pi systemd[1]: Starting Transmission BitTorrent Daemon...
Sep 04 16:42:57 pi systemd[1]: Started Transmission BitTorrent Daemon.
Sep 04 16:42:59 pi transmission-daemon[7640]: [2016-09-04 16:42:59.090 IST] UDP
Failed to set r
Sep 04 16:42:59 pi transmission-daemon[7640]: [2016-09-04 16:42:59.090 IST] UDP
Failed to set s


So this is what I've been using, which seems to be working fairly better.


pi@pi:~$ cat /etc/systemd/system/transmission-daemon.service
[Unit]
Description=Transmission BitTorrent Daemon
After=network.target
After=local-fs.target

[Service]
User=debian-transmission
Type=notify
ExecStart=/usr/bin/transmission-daemon -f --log-error
ExecStop=/bin/kill -s STOP $MAINPID
ExecReload=/bin/kill -s HUP $MAINPID

[Install]
WantedBy=multi-user.target


> > The actual problem I have is is that the torrents eventually get into
> > the paused state. Now, there's nothing in the kernel logs about a bad
> > file system. The only odd log I see is from the transmission-daemon
> > service.
> 
> I'll be uploading a new version soon, so please test it and let us
> know what's the outcome

It still hasn't completely fixed the torrent pausing problem, but that may be a
different problem altogether.

- -- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJXzAM9AAoJEKY6WKPy4XVpEsMP/j5ZDivEi0aLnWyi899B12GQ
KkYxjypWm6vWAWzaTFDubxiZ+PobzTGkuCF2U8EPyyAMp/X4DWRqizVY0fuVKa+i
ZSma//OR4m4Fg3amnwy4WZrDi1preBGR/PR3KMXkOrUlMve0IsyBx+EItQiAg1SG
E5ZHfmm/sIqFkD6ViEoVVUF9w5wG8rtF98z+pi+MbnPEtuF9uwsAbcMHIx8+GF33
EJzX6A1lWVocmPXWhz3yRqYcxOJi3xqNLYJ6M+DlIdmpMTdDChyttbuaSyf52iFu
qKXrCe8xA6+RHjlPL32I+fw6p4wYJ6vCyNkyE9p5TAhRpVn8fQ3dwW7M/s8OMeKf
Czr0Ifm6XgMoLjHMrONqQZJQ3VeZhfhDbrZULCOfdwKc8bTvqdmNH8HTY1voi39l
FX/IVjiDSw0D8xuGe9IvSZEQTUVMzLx76kKmUIogpkHx17f86+AEzT8qKnwLJ91P
GGGh8duwB1iO7O+pllrxRG6Kzlt+qnLnvIC94hxuHKfuiLdSScYTIzCc1U0Cby+n
swoq9xKn2FcRXE5tNaSmTszWSSYlERaP3X/eLInq8kfUF/6EPrsQK4YqaBs2vm3s
nSJB41bsRiZmtgOb1AANYyCth9pmIJpJxdAbNB/mMjBQQg9utyn2CFbvtNkWZi0N
xZB2DxccjAL17Flo/mbQ
=G8V4
-----END PGP SIGNATURE-----

Reply via email to