SOLVED Migrating from Warden to Iocage, Permission Problems

Status
Not open for further replies.

Chris Dill

Contributor
Joined
Jan 1, 2014
Messages
116
upload_2018-11-2_20-12-41.png


I see what you mean about pasting, nice!

As you can see, I still get the error even with full wide open permissions on directories and files.

Here is the log:
Code:
2018-11-02 20:12:23,208::INFO::[config:848] Traceback:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sabnzbd/config.py", line 844, in save_config
	shutil.copymode(filename, bakname)
  File "/usr/local/lib/python2.7/shutil.py", line 105, in copymode
	os.chmod(dst, mode)
OSError: [Errno 1] Operation not permitted: '/config/sabnzbd.ini.bak'
2018-11-02 20:12:56,393::ERROR::[config:847] Cannot create backup file for /config/sabnzbd.ini.bak
2018-11-02 20:12:56,393::INFO::[config:848] Traceback:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sabnzbd/config.py", line 844, in save_config
	shutil.copymode(filename, bakname)
  File "/usr/local/lib/python2.7/shutil.py", line 105, in copymode
	os.chmod(dst, mode)
OSError: [Errno 1] Operation not permitted: '/config/sabnzbd.ini.bak'
2018-11-02 20:13:29,614::ERROR::[config:847] Cannot create backup file for /config/sabnzbd.ini.bak
2018-11-02 20:13:29,614::INFO::[config:848] Traceback:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sabnzbd/config.py", line 844, in save_config
	shutil.copymode(filename, bakname)
  File "/usr/local/lib/python2.7/shutil.py", line 105, in copymode
	os.chmod(dst, mode)
OSError: [Errno 1] Operation not permitted: '/config/sabnzbd.ini.bak'
root@sabnzbd:/config #
 

Attachments

  • upload_2018-11-2_20-14-10.png
    upload_2018-11-2_20-14-10.png
    153.3 KB · Views: 241

Chris Dill

Contributor
Joined
Jan 1, 2014
Messages
116
You sir, are a gentleman and a scholar. Thank you greatly!
 
Status
Not open for further replies.
Top