hello, while doing apt dist-upgrade to bullseye we have seen upgrades get stuck at this point:
after a few minutes the upgrade sometimes continues.
the lxc .conf is :
so apt dist-upgrade completed
however after that :
- can not shutdown the pct from pve: command 'lxc-stop -n 22217 --nokill --timeout 60' failed: exit code 1
- stopped from cli.
- then started
- the pct has no network address after starting:
this hangs, does not return anything:
systemctl status
Any ideas on getting this system fixed?
Code:
Installing new version of config file /etc/systemd/resolved.conf ...
Installing new version of config file /etc/systemd/system.conf ...
Installing new version of config file /etc/systemd/user.conf ...
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service -> /lib/systemd/system/systemd-pstore.service.
Failed to get load state of systemd-networkd.socket: No buffer space available
Failed to try-restart systemd-networkd.service: Transport endpoint is not connected
See system logs and 'systemctl status systemd-networkd.service' for details.
Failed to try-restart systemd-resolved.service: Transport endpoint is not connected
See system logs and 'systemctl status systemd-resolved.service' for details.
after a few minutes the upgrade sometimes continues.
the lxc .conf is :
Code:
arch: amd64
cpulimit: 4
cpuunits: 1024
features: nesting=1
hostneme: emby
memory: 8192
net0: bridge=vmbr0,gw=172.30.24.2,hwaddr=32:64:31:34:32:38,ip=172.30.24.17/24,name=eth0,type=veth
onboot: 1
ostype: debian
parent: preUp
protection: 1
rootfs: lxc2:subvol-22217-disk-0,size=320G
swap: 1024
lxc.mount.entry: /ht ht none bind,create=dir,optional 0 0
so apt dist-upgrade completed
however after that :
- can not shutdown the pct from pve: command 'lxc-stop -n 22217 --nokill --timeout 60' failed: exit code 1
- stopped from cli.
- then started
- the pct has no network address after starting:
Code:
# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0@if26: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 32:64:31:34:32:38 brd ff:ff:ff:ff:ff:ff link-netnsid 0
this hangs, does not return anything:
systemctl status
Any ideas on getting this system fixed?