Operation not permitted error on all torrents

General support for problems installing or using Deluge
Post Reply
kurrata
New User
New User
Posts: 6
Joined: Mon Jan 26, 2009 3:37 am

Operation not permitted error on all torrents

Post 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?
skydark

Re: Operation not permitted error on all torrents

Post 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
bittermelon

Re: Operation not permitted error on all torrents

Post 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.
kurrata
New User
New User
Posts: 6
Joined: Mon Jan 26, 2009 3:37 am

Re: Operation not permitted error on all torrents

Post 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
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Operation not permitted error on all torrents

Post by johnnyg »

Thanks for letting us know that it's a 0.16 libtorrent issue (there seems to be a few).
Post Reply