Skip to content

[BUG] Trouble installing to Unraid #79

Description

@tknx

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Getting the following on attempting to install through CA

docker run
  -d
  --name='webgrabplus'
  --net='br0'
  --ip='10.0.0.148'
  --pids-limit 2048
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="webgrabplus"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webgrabplus-logo.png'
  -v '/mnt/user/appdata/webgrabplus/data':'/data':'rw'
  -v '/mnt/user/appdata/webgrabplus':'/config':'rw'
  --hostname=webgrabplus
  --mac-address=00:00:00:00:00:00 'lscr.io/linuxserver/webgrabplus'
62112490245cbcd1c82cca0aacf6f836f50257973e74af4ae2272c9a2be7522e
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: failed to add interface vethae5387c to sandbox: error setting interface "vethae5387c" MAC to "00:00:00:00:00:00": cannot assign requested address: unknown.

The command failed.

Expected Behavior

Installs and generates an xmltv file I can use with Jellyfin

Steps To Reproduce

  1. Unraid
  2. CA
  3. install - using custom IP to avoid conflicts and putting data produced in appdata
  4. failed

Environment

- OS: unraid 7.1.2
- How docker service was installed: through Unraid CA interface

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='webgrabplus'
  --net='br0'
  --ip='10.0.0.148'
  --pids-limit 2048
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="webgrabplus"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webgrabplus-logo.png'
  -v '/mnt/user/appdata/webgrabplus/data':'/data':'rw'
  -v '/mnt/user/appdata/webgrabplus':'/config':'rw'
  --hostname=webgrabplus
  --mac-address=00:00:00:00:00:00 'lscr.io/linuxserver/webgrabplus'
62112490245cbcd1c82cca0aacf6f836f50257973e74af4ae2272c9a2be7522e
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: failed to add interface vethae5387c to sandbox: error setting interface "vethae5387c" MAC to "00:00:00:00:00:00": cannot assign requested address: unknown.

The command failed.

Container logs

n/a

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions