Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

General Questions • Re: [Software] Problem with qbittorrent after autostart

$
0
0
Looks to me like qbit is still missing something on startup since killing qbittorrent and restarting the service resolves the issue.

I guess the next thing I'd look at is that automount. Maybe convert it to a static mount in fstab and see if qbit runs properly after a reboot? It's pretty clear something is missing that resolves when you restart the service.
I had already added this line in etc/fstab(this is what I meant by "auto mount"):

Code:

UUID=<UUID of external device> /dev/exthdd    ext 4   defaults 0 0
I had also "noatime" option once, but removed to check if there was any difference.
I changed the pass field of fstab to "2", same behavior.

Code:

UUID=<UUID of external device> /dev/exthdd    ext 4   defaults 0 2
Anything else to check?

Statistics: Posted by alxnt — 2024-02-16 12:57



Viewing all articles
Browse latest Browse all 2901

Trending Articles