Search found 10 matches

by Azelphur
Thu Mar 22, 2018 9:01 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

Just fyi, I have been running on kernel 4.15.10-1-ARCH with the packages I mentioned above for the past few days. No issues.
by Azelphur
Tue Mar 20, 2018 8:39 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

Was talking about this in ##Linux on freenode: (20:29:27) o0ze: Azelphur, i can confirm is not a deluge issue. if libtorrent+new kernel is involved these issues occur. for example qbittorent-nox has the same issues. (20:31:52) o0ze: Azelphur, i pin pointed it to 2 packages if they were not upgraded ...
by Azelphur
Tue Mar 20, 2018 8:13 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

I'm running ArchLinux and rolled my kernel back to 4.8.9-1. I also switched back to NFS. Been up and running for 4 hours now, so I can tentatively say that this is some issue involving newer kernels and deluge. So, to be clear deluge + newer kernel + nfs = device or resource busy deluge + 4.8.9-1 + ...
by Azelphur
Tue Mar 20, 2018 10:47 am
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

Your symptoms certainly seem to mirror mine. Hopefully a deluge dev can come by and take a look.
by Azelphur
Mon Mar 19, 2018 8:18 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

Wow, that's really interesting - you went really deep into this! I ended up rolling back to smb but when I have some time I'll confirm this - do we have a bug report open elsewhere about this? sounds like a kernel regression?
by Azelphur
Fri Mar 02, 2018 3:26 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

I'm starting to be fairly convinced that it is not the NFS share causing this. I have done the following in deluges download directory, on the same VM that has deluge running on it: Ran bonnie++, a filesystem benchmarking utility. Copied a 55GB file, average speed 104MB/sec. Using wget to download a...
by Azelphur
Fri Mar 02, 2018 1:26 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

Suppose so, no harm in trying. I selected one of the torrents that was in error state, unticked "Move completed" and pressed apply, then resumed the torrent.

It started downloading, achieved a download speed of 1MB/sec for about 20 seconds, then went back to error state again.
by Azelphur
Fri Mar 02, 2018 1:03 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Re: Device or resource busy

Hi, I do use the move completed feature. However, I highly doubt that the issue you have found is the issue, torrents will fail long before they have finished downloading. Usually within the first couple of minutes (although sometimes longer) I have never had a fully downloaded torrent exhibit this ...
by Azelphur
Thu Mar 01, 2018 11:37 pm
Forum: Support
Topic: Device or resource busy
Replies: 22
Views: 13574

Device or resource busy

Hi, I'm running deluge 2.0b2.dev43 on ArchLinux, inside a kvm virtual machine. I've mounted a nfs4 share, and deluge is downloading into that NFS share. I can't seem to make it through downloading a single file. It'll download for a little while, then get thrown into the "Error" state. The...
by Azelphur
Sun May 17, 2015 1:52 am
Forum: Development
Topic: [PATCH] Allow webui usage without a password.
Replies: 0
Views: 3007

[PATCH] Allow webui usage without a password.

Here's the patch, hopefully it doesn't suck. azelphur@azelphur-server:~$ diff /usr/lib/python2.7/dist-packages/deluge/ui/web/auth.py ~/auth.py 259,261c259,260 < if "disable_auth" not in config or not config["disable_auth"]: < if auth_level < level: < raise AuthError("Not aut...