Search found 3 matches
- Wed Jan 06, 2021 11:39 pm
- Forum: Support
- Topic: Can't enable logging when starting Deluge Daemon
- Replies: 5
- Views: 6663
Re: Can't enable logging when starting Deluge Daemon
journalctl -u deluged -e was what I needed to see the error, which was that I'd called the logging directory "deluge d " but had the daemon pointing to "deluge". :? Now that I've got that cleared up, I ran a torrent and checked the log and saw my error was "Permission denie...
- Wed Jan 06, 2021 10:18 pm
- Forum: Support
- Topic: Can't enable logging when starting Deluge Daemon
- Replies: 5
- Views: 6663
Re: Can't enable logging when starting Deluge Daemon
Removing logrotate didn't seem to make a difference. However, looking through more error logs I see it was getting kicked out as an invalid argument. It's valid for command line usage though. Weird. How do I find my unit and daemon version? Hi, Seems fine except the "logrotate" I never use...
- Wed Jan 06, 2021 3:55 am
- Forum: Support
- Topic: Can't enable logging when starting Deluge Daemon
- Replies: 5
- Views: 6663
Can't enable logging when starting Deluge Daemon
Hi, I'm on a Raspberry Pi 4B running linux. I've created a deluged.service file in /etc/systemd/system to automatically start the service. It seems to work, but I'm having trouble transferring the completed torrents to a mapped network drive (defined in fstab) I'd like to enable error logging. Howev...