Search found 9 matches
- March 20th, 2013, 6:50 am
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
Re: IOError: [Errno 13] Permission denied [moving to NAS]
rickhtpc@Rick-HTPC:~$ python Python 2.7.3 (default, Sep 26 2012, 21:53:58) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import shutil >>> shutil.copyfile(".asoundrc", "Movies/.asoundrc") ...
- March 19th, 2013, 6:53 pm
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
Re: IOError: [Errno 13] Permission denied [moving to NAS]
So, in the SABnzbd log file we have: 2013-03-18 20:40:26,863::ERROR::[misc:822] Failed moving /home/rickhtpc/Downloads/incomplete/True_Grit.2010.BluRay.AC3-NoGroup/rsg-truegrit-xvid.r53 to /home/rickhtpc/Movies/_UNPACK_True_Grit 2010 BluRay AC3-NoGroup/rsg-truegrit-xvid.r53 There is nothing unusual ...
- March 18th, 2013, 6:26 pm
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
Re: IOError: [Errno 13] Permission denied [moving to NAS]
OK, thanks. It is not a SABnzbd thing as you say. I have set the NAS rights - it is something else. I run it as a daemon and set the USER in etc/default/sabnzbdplus to rickhtpc, which has read/write privileges on the NAS (however, the NAS only seems to be seeing 'guest' which also has read/write acc...
- March 17th, 2013, 5:46 pm
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
Re: IOError: [Errno 13] Permission denied [moving to NAS]
rickhtpc@Rick-HTPC:~/Movies$ ls -al /home/rickhtpc/Movies/hello.txt
-rw-rw-r-- 1 1025 users 0 Mar 17 17:59 /home/rickhtpc/Movies/hello.txt
rickhtpc@Rick-HTPC:~/Movies$
-rw-rw-r-- 1 1025 users 0 Mar 17 17:59 /home/rickhtpc/Movies/hello.txt
rickhtpc@Rick-HTPC:~/Movies$
- March 17th, 2013, 5:01 pm
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
Re: IOError: [Errno 13] Permission denied [moving to NAS]
Requested output is: ls –al /home/rickhtpc/Movies drwxr-xr-x 2 1025 users 0 Dec 15 20:42 Its a Wonderful Life . . . This is a very long list of movies. Above is a typical entry. rickhtpc@Rick-HTPC:~$ cd /home/rickhtpc/Movies rickhtpc@Rick-HTPC:~/Movies$ touch hello.txt rickhtpc@Rick-HTPC:~/Movies$
- March 17th, 2013, 4:32 pm
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
Re: IOError: [Errno 13] Permission denied [moving to NAS]
I also checked access rights on the NAS completed directory and it's 0777.
- March 17th, 2013, 4:30 pm
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
Re: IOError: [Errno 13] Permission denied [moving to NAS]
Sorry, didn't see this thread. I figured it was some kind of permissions thing, but just can't find out where the problem is. Here is what I have for the requested output: rickhtpc@Rick-HTPC:~$ grep "/" ~/.sabnzbd/sabnzbd.ini | grep dir download_dir = Downloads/incomplete complete_dir = /h...
- March 17th, 2013, 2:50 pm
- Forum: General Help
- Topic: Can't move files to completed download folder on NAS
- Replies: 1
- Views: 2335
Can't move files to completed download folder on NAS
Version: 0.7.3 OS: Ubuntu 12.10 (Xbmcbuntu, frodo) Install-type: linux repository Skin Plush Firewall Software: iptables not configured Are you using IPV6? No Is the issue reproducible? yes Hi, I just installed 0.7.3 on XBMCbuntu (ubuntu 12.10) on a Zotac Mag. I previously ran OpenElec 2.0 with a pr...
- March 16th, 2013, 7:12 pm
- Forum: General Help
- Topic: IOError: [Errno 13] Permission denied [moving to NAS]
- Replies: 15
- Views: 22830
IOError: [Errno 13] Permission denied [moving to NAS]
I'm having a problem with my NAS. Here is a few lines of my SABNzbd error log: Traceback (most recent call last): File "/usr/share/sabnzbdplus/sabnzbd/misc.py", line 818, in move_to_path shutil.copyfile(path, new_path) File "/usr/lib/python2.7/shutil.py", line 83, in copyfile wit...