Mailinglist Archive: opensuse-bugs (13451 mails)
| < Previous | Next > |
[Bug 335268] kiwi: /etc/passwd doesn' t contain all users after installing with zypper
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 28 Oct 2007 04:45:29 -0600 (MDT)
- Message-id: <20071028104529.4C2B224526B@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=335268#c24
--- Comment #24 from Christoph Thiel <cthiel@xxxxxxxxxx> 2007-10-28 04:45:28
MST ---
Just run the prepare-step for the attached config.xml while having a
while true; do cat /tmp/kiwi.something/etc/passwd; sleep 1; done
running in another terminal.
In addition to that, I just did:
--- KIWIRoot.pm~ 2007-10-28 11:38:42.000000000 +0100
+++ KIWIRoot.pm 2007-10-28 11:38:42.000000000 +0100
@@ -276,6 +276,7 @@
}
qx ( cp $groupTemplate $root/etc/group 2>&1 );
qx ( cp $paswdTemplate $root/etc/passwd 2>&1 );
+ $kiwi -> error ("!!!");
# need resolv.conf for internal chroot name resolution
qx ( cp /etc/resolv.conf $root/etc 2>&1 );
qx ( cp $main::KConfig $root/.kconfig 2>&1 );
and guess what:
Oct-28 11:40 <1> : Adding local zypper service: kiwi1-4327 done
Oct-28 11:40 <1> : Initializing image system on: /tmp/kiwi.BU4352... done
Oct-28 11:44 <1> : Removing zypper service(s): kiwi3-4327 kiwi2-4327 done
Oct-28 11:44 <3> : !!!
Looks like we are really calling that stuff in the wrong place ;)
--
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.
--- Comment #24 from Christoph Thiel <cthiel@xxxxxxxxxx> 2007-10-28 04:45:28
MST ---
Just run the prepare-step for the attached config.xml while having a
while true; do cat /tmp/kiwi.something/etc/passwd; sleep 1; done
running in another terminal.
In addition to that, I just did:
--- KIWIRoot.pm~ 2007-10-28 11:38:42.000000000 +0100
+++ KIWIRoot.pm 2007-10-28 11:38:42.000000000 +0100
@@ -276,6 +276,7 @@
}
qx ( cp $groupTemplate $root/etc/group 2>&1 );
qx ( cp $paswdTemplate $root/etc/passwd 2>&1 );
+ $kiwi -> error ("!!!");
# need resolv.conf for internal chroot name resolution
qx ( cp /etc/resolv.conf $root/etc 2>&1 );
qx ( cp $main::KConfig $root/.kconfig 2>&1 );
and guess what:
Oct-28 11:40 <1> : Adding local zypper service: kiwi1-4327 done
Oct-28 11:40 <1> : Initializing image system on: /tmp/kiwi.BU4352... done
Oct-28 11:44 <1> : Removing zypper service(s): kiwi3-4327 kiwi2-4327 done
Oct-28 11:44 <3> : !!!
Looks like we are really calling that stuff in the wrong place ;)
--
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.
| < Previous | Next > |