https://bugzilla.novell.com/show_bug.cgi?id=804435 https://bugzilla.novell.com/show_bug.cgi?id=804435#c16 --- Comment #16 from Michal Vyskocil <mvyskocil@suse.com> 2013-02-25 14:51:55 UTC --- Hi, @jiri: I assume you have to remove the cache /var/cache/lxc/opensuse, because I'd say the 12.2 packages are still installed, so it is inconsistent with a new template for 12.3. @frederic: maybe it is a good idea to use opensuse-${DISTRO} cache directory Anyway with cleaned cache, chpasswd no longer fail Checking cache download in /var/cache/lxc/opensuse/rootfs-x86_64 ... Copy /var/cache/lxc/opensuse/rootfs-x86_64 to /var/lib/lxc/test2/rootfs ... Copying rootfs to /var/lib/lxc/test2/rootfs ...Please change root-password ! BAD PASSWORD: it is too short BAD PASSWORD: is too simple 'opensuse' template installed 'test2' created BTW: I've got a lot of when container is started <46>systemd-journal[446]: Received SIGURS1 This is relevant log (root logout from a system) Feb 25 15:46:04 test2 login[414]: pam_unix(login:session): session opened for user root by LOGIN(uid=0) Feb 25 15:46:04 test2 systemd-logind[30]: New session 21 of user root. Feb 25 15:46:04 test2 login[414]: ROOT LOGIN ON console Feb 25 15:47:23 test2 login[414]: pam_unix(login:session): session closed for user root Feb 25 15:47:24 test2 systemd-journal[464]: Allowing system journal files to grow to 4.0G. Feb 25 15:47:24 test2 systemd-journal[464]: Journal started Feb 25 15:47:23 test2 systemd[1]: console-getty.service holdoff time over, scheduling restart. Feb 25 15:47:23 test2 systemd[1]: Stopping Console Getty... Feb 25 15:47:23 test2 systemd[1]: Starting Console Getty... Feb 25 15:47:23 test2 systemd[1]: Started Console Getty. Feb 25 15:47:24 test2 systemd[1]: systemd-journald.service: main process exited, code=exited, status=1/FAILURE Feb 25 15:47:24 test2 systemd[1]: Started Trigger Flushing of Journal to Persistent Storage. BTW: I've got an issue when I've switched the LAN cable during a lxc-create, which triggered a new gateway and a connection failure. However template fails on an attempt to readd repo-oss and update repos. Please consider following change (or maybe the is a zypper switch for that purpose) + if [[ ! -f $cache/partial-$arch-packages/etc/zypp/repos.d/repo-oss.repo ]]; then + zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/distribution/$DISTRO/repo/oss/ repo-oss || return 1 + fi + if [[ ! -f $cache/partial-$arch-packages/etc/zypp/repos.d/update.repo ]]; then + zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/update/$DISTRO/ update || return 1 + fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.