
This morning I had to reboot my Pi that has Deluge 1.3.12 installed on it. Here is what I did.
1) sudo pkill deluged
2) sudo pkill deluge-web
3) sudo umount /xxxx/xxxxx/xxx/HD with the folders for Deluge
4) sudo reboot (the pi)
At some point the Pi got stuck while rebooting. So I unplugged the power. And put it back on.
The Pi started nicely, once started I ssh to it from my Mac and reloaded Deluge
1) deluged
2) deluge-web --fork
3) connected to the daemon from my Mac. Deluge instead of seeding all the files (76), was reloading them

Thank you.