Skip to content

PBS dont start on v4 #84

@DjSni

Description

@DjSni

Hi,

when I update to v4, I get the following message in the log: get_network_interfaces failed - could not deserialize ip link output
I don't know why, but when I go into the container, I get the following via ip a:

154: eth0@if155: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
    link/ether 02:42:ac:14:00:11 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet 172.20.0.17/16 brd 172.20.255.255 scope global eth0
       valid_lft forever preferred_lft forever

Docker log:

Unable to open syslog: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Error: mkstemp "/run/proxmox-backup/proxy.tmp_XXXXXX" failed: ENOENT: No such file or directory
Unable to open syslog: Os { code: 2, kind: NotFound, message: "No such file or directory" }
catching shutdown signal    
catching reload signal    
Unable to open syslog: Os { code: 2, kind: NotFound, message: "No such file or directory" }
catching shutdown signal    
catching reload signal    
get_network_interfaces failed - could not deserialize ip link output
applied rrd journal (1689 entries in 0.014 seconds)    
rrd journal successfully committed (15 files in 0.030 seconds)    
PROXY: Starting...
CRON: Starting...
/etc/proxmox-backup is a mountpoint
/var/lib/proxmox-backup is a mountpoint
/var/log/proxmox-backup is a mountpoint
/run is a mountpoint
API: Starting...
PROXY: Starting...
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
get_network_interfaces failed - could not deserialize ip link output
...

Docker run:

docker run -d
  --name='proxmox-backup-server'
  --net='skynet'
  --pids-limit 4096
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="XXX"
  -e HOST_CONTAINERNAME="proxmox-backup-server"
  -e 'TZ'='Europe/Berlin'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='https://[IP]:[PORT:8007]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/pbs-logo.jpg'
  -p '8007:8007/tcp'
  -v '/mnt/user/docker/appdata/pbs/etc':'/etc/proxmox-backup':'rw'
  -v '/mnt/user/docker/appdata/pbs/logs':'/var/log/proxmox-backup':'rw'
  -v '/mnt/user/docker/appdata/pbs/lib':'/var/lib/proxmox-backup':'rw'
  -v '/mnt/disk3/Sicherung/Server/Proxmox/':'/backups':'rw'
  --restart unless-stopped
  --memory=2g
  --cap-add SYS_RAWIO
  --mount type=tmpfs,destination=/run 'ayufan/proxmox-backup-server:beta'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions