gijs.b

Members
  • Posts

    1
  • Joined

  • Last visited

gijs.b's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi, I tried to create the docker, but get the next errors in the log (part of log): chown: changing ownership of '/opt/sabnzbd/tools': Operation not permitted chown: changing ownership of '/opt/sabnzbd/util/__init__.py': Operation not permitted chown: changing ownership of '/opt/sabnzbd/util/apireg.py': Operation not permitted chown: changing ownership of '/opt/sabnzbd/util/mailslot.py': Operation not permitted chown: changing ownership of '/opt/sabnzbd/util': Operation not permitted chown: changing ownership of '/opt/sabnzbd/x-nzb.xml': Operation not permitted chown: changing ownership of '/opt/sabnzbd': Operation not permitted chown: changing ownership of '/home/nobody/getvpnextip.sh': Operation not permitted chown: changing ownership of '/home/nobody/getvpnip.sh': Operation not permitted chown: changing ownership of '/home/nobody/getvpnport.sh': Operation not permitted chown: changing ownership of '/home/nobody/privoxy.sh': Operation not permitted chown: changing ownership of '/home/nobody/sabnzbd.sh': Operation not permitted chown: changing ownership of '/home/nobody': Operation not permitted I think the problem is the sabnzbd directory is not created: sabnzbd not installed in in the docker. I used -e UMASK=000 \ -e PUID=0 \ -e PGID=0 \ I created a user 'nobody' with admin right to test if this would work. I thought Sabnzbd would be in the image installed. Anyone advise? Thanks in advance