Upgrading from v24 to v25 works flawlessy, but neither from v25 to v26 nor from v24 to v26.
As decribed in https://fedoraproject.org/wiki/DNF_system_upgrade the last step is a "dnf system-upgrade reboot" in which it installs all new packages. I can see the progress by entering the container (pct enter VMID) and having a look to the logfiles.
I assume that when upgrade finishes it tries a final reboot; as mentioned earlier this works from v24 to v25 but when upgrading to v26 the Container seems to be dead atfer this very final step/reboot.
Also, when killing this lxc instance it won't start anymore saying
When trying to run this in foreground the logs are giving me
...and thats all. What I'm missing here? Anybody else having trouble to upgrade Fedore to v26?
As decribed in https://fedoraproject.org/wiki/DNF_system_upgrade the last step is a "dnf system-upgrade reboot" in which it installs all new packages. I can see the progress by entering the container (pct enter VMID) and having a look to the logfiles.
I assume that when upgrade finishes it tries a final reboot; as mentioned earlier this works from v24 to v25 but when upgrading to v26 the Container seems to be dead atfer this very final step/reboot.
Also, when killing this lxc instance it won't start anymore saying
Aug 14 14:39:58 proxmox1 lxc-start[7976]: lxc-start: tools/lxc_start.c: main: 366 The container failed to start.
Aug 14 14:39:58 proxmox1 lxc-start[7976]: lxc-start: tools/lxc_start.c: main: 368 To get more details, run the container in foreground mode.
Aug 14 14:39:58 proxmox1 lxc-start[7976]: lxc-start: tools/lxc_start.c: main: 370 Additional information can be obtained by setting the --logfile and --logpriority options.
When trying to run this in foreground the logs are giving me
lxc-start 20170814134330.190 WARN lxc_start - start.c:lxc_check_inherited:238 - Inherited fd: 3.
lxc-start 20170814134330.190 WARN lxc_start - start.c:lxc_check_inherited:238 - Inherited fd: 7.
lxc-start 20170814134330.190 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM security driver AppArmor
lxc-start 20170814134330.190 DEBUG lxc_start - start.c:setup_signal_fd:273 - Set SIGCHLD handler with file descriptor: 6.
lxc-start 20170814134330.190 INFO lxc_start - start.c:lxc_init:475 - Container "ast-fed" is initialized.
lxc-start 20170814134330.191 DEBUG lxc_start - start.c:__lxc_start:1336 - Not dropping CAP_SYS_BOOT or watching utmp.
lxc-start 20170814134330.191 INFO lxc_cgroup - cgroups/cgroup.c:cgroup_init:68 - cgroup driver cgroupfs-ng initing for ast-fed
lxc-start 20170814134330.191 DEBUG lxc_cgfsng - cgroups/cgfsng.c:filter_and_set_cpus:475 - No isolated cpus detected.
lxc-start 20170814134330.191 DEBUG lxc_cgfsng - cgroups/cgfsng.c:handle_cpuset_hierarchy:645 - "cgroup.clone_children" was already set to "1".
lxc-start 20170814134330.195 INFO lxc_start - start.c:lxc_spawn:1155 - Cloned CLONE_NEWNS.
lxc-start 20170814134330.195 INFO lxc_start - start.c:lxc_spawn:1155 - Cloned CLONE_NEWPID.
lxc-start 20170814134330.195 INFO lxc_start - start.c:lxc_spawn:1155 - Cloned CLONE_NEWUTS.
lxc-start 20170814134330.195 INFO lxc_start - start.c:lxc_spawn:1155 - Cloned CLONE_NEWIPC.
lxc-start 20170814134330.195 INFO lxc_start - start.c:lxc_spawn:1155 - Cloned CLONE_NEWNET.
lxc-start 20170814134330.207 INFO lxc_conf - conf.c:mount_autodev:1130 - Mounting container /dev
lxc-start 20170814134330.207 INFO lxc_conf - conf.c:mount_autodev:1153 - Mounted tmpfs onto /dev
lxc-start 20170814134330.207 INFO lxc_conf - conf.c:mount_autodev:1171 - Mounted container /dev
lxc-start 20170814134330.207 INFO lxc_conf - conf.c:fill_autodev:1199 - Creating initial consoles under container /dev
lxc-start 20170814134330.207 INFO lxc_conf - conf.c:fill_autodev:1210 - Populating container /dev
lxc-start 20170814134330.207 INFO lxc_conf - conf.c:fill_autodev:1247 - Populated container /dev
lxc-start 20170814134330.207 INFO lxc_utils - utils.c:mount_proc_if_needed:1785 - I am 1, /proc/self points to '1117'
lxc-start 20170814134330.222 INFO lxc_utils - utils.c:mount_proc_if_needed:1812 - Mounted /proc in container for security transition
lxc-start 20170814134330.222 DEBUG lxc_conf - conf.c:setup_caps:2144 - capabilities have been setup
lxc-start 20170814134330.222 NOTICE lxc_conf - conf.c:lxc_setup:3982 - 'ast-fed' is setup.
lxc-start 20170814134330.223 INFO lxc_start - start.c:do_start:836 - Unshared CLONE_NEWCGROUP.
lxc-start 20170814134330.223 INFO lxc_apparmor - lsm/apparmor.c:apparmor_process_label_set:238 - changed apparmor profile to lxc-container-default-cgns
lxc-start 20170814134330.238 NOTICE lxc_start - start.c:start:1447 - Exec'ing "/sbin/init".
lxc-start 20170814134330.239 NOTICE lxc_start - start.cost_start:1458 - Started "/sbin/init" with pid "1117".
lxc-start 20170814134330.239 INFO console - console.c:lxc_console_mainloop_add:220 - no rootfs, no console.
lxc-start 20170814134330.239 WARN lxc_start - start.c:signal_handler:322 - Invalid pid for SIGCHLD. Received pid 1115, expected pid 1117.
...and thats all. What I'm missing here? Anybody else having trouble to upgrade Fedore to v26?