Ik heb couchpotato op een synology nas geinstalleerd en na installatie werkt deze ook goed, echter als ik de nas uit heb gehad en weer opnieuw opstart krijg ik couchpotato niet meer aan de gang.
De log die ik krijg is de volgende:
23:12:36 CRITICAL [ __main__] Traceback (most recent call last):
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 128, in <module>
l.run()
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 83, in run
runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 89, in runCouchPotato
shutil.copy2(src_file, os.path.join(new_backup, os.path.basename(src_file)))
File "/usr/local/python/lib/python2.7/shutil.py", line 131, in copy2
copystat(src, dst)
File "/usr/local/python/lib/python2.7/shutil.py", line 100, in copystat
os.chmod(dst, mode)
OSError: [Errno 1] Operation not permitted: '/volumeUSB1/usbshare/cplogs/db_backup/1377551556/settings.conf'
Traceback (most recent call last):
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 128, in <module>
l.run()
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 83, in run
runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 89, in runCouchPotato
shutil.copy2(src_file, os.path.join(new_backup, os.path.basename(src_file)))
File "/usr/local/python/lib/python2.7/shutil.py", line 131, in copy2
copystat(src, dst)
File "/usr/local/python/lib/python2.7/shutil.py", line 100, in copystat
os.chmod(dst, mode)
OSError: [Errno 1] Operation not permitted: '/volumeUSB1/usbshare/cplogs/db_backup/1377551556/settings.conf'
Een hoop errors en een critical, maar ik ben beginnend nas gebruiker en weet totaal niet wat ik hier aan kan doen.
Kan iemand mij hierbij helpen?