Page 1 of 1

Operation not permitted error on all torrents

Posted: Sat Apr 14, 2012 3:02 pm
by kurrata
i have deluge in daemon mode and i am connecting to it with gtk gui

yesterday i started to get this error on all my torrents
Operation not permitted: /extra/download/.incomplete/myTorrent

it strarts the torrent created the initial file and then throws the error

/extra is ntfs with 777 rights for everyone

Code: Select all

[martins@arch ~]$ cat /etc/fstab 
# 
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>       <dump>  <pass>
tmpfs           /tmp    tmpfs   nodev,nosuid    0       0
UUID=3964ab2d-356a-4a23-bdd5-5350f3abf1e6 swap swap defaults 0 0
UUID=4e42eb74-fe7f-4898-87cf-5f39e5928d76 /home ext4 defaults 0 1
UUID=5da85c82-644c-43aa-a246-0244a170e08c /boot ext2 defaults 0 1
UUID=a3b9793e-19a6-4a4d-a9a5-5538c38da9e5 / ext4 defaults 0 1

UUID=F0200EB1200E7F3A /windows ntfs-3g defaults,umask=0000,gmask=0000  0 0
UUID=5475590D412DE079 /extra ntfs-3g defaults,umask=0000,gmask=0000  0 0
Anyone has a idea what could be going on?

Re: Operation not permitted error on all torrents

Posted: Sun Apr 15, 2012 1:12 am
by skydark
Same problem. No daemon mode.
Edit fstab and have solved. But I still don't know why this happened...
Relative Link: http://www.archlinux.it/forum/viewtopic ... f0ba98cf41

Re: Operation not permitted error on all torrents

Posted: Sun Apr 15, 2012 5:11 pm
by bittermelon
I was having the same problem, and found that it was not a permission problem but a problem with the libtorrent-rasterbar package.

https://bugs.archlinux.org/task/29414

I downgraded this package from 0.16.0 to 0.15.10 and all of the problem that I was having were resolved.

Re: Operation not permitted error on all torrents

Posted: Sun Apr 15, 2012 6:35 pm
by kurrata
bittermelon wrote:I was having the same problem, and found that it was not a permission problem but a problem with the libtorrent-rasterbar package.

https://bugs.archlinux.org/task/29414

I downgraded this package from 0.16.0 to 0.15.10 and all of the problem that I was having were resolved.
Thanks a lot, that was the problem for me to

Re: Operation not permitted error on all torrents

Posted: Sun Apr 15, 2012 9:26 pm
by johnnyg
Thanks for letting us know that it's a 0.16 libtorrent issue (there seems to be a few).