On Mon, Mar 09, 2009 at 11:55:59AM +0100, Josef Wolf wrote:
On Mon, Mar 09, 2009 at 11:42:16AM +0100, Josef Wolf wrote:
What could I try next?
When I run this command manually:
strace rpm --root / --dbpath /var/lib/rpm -U --percent --force --nodeps -- /var/cache/zypp/packages/repo-update/rpm/x86_64/aaa_base-11.1-10007.14.1.x86_64.rpm
When I add the -f option to strace, I get the following: [ ... ] [pid 16743] access("/usr/sbin/usermod", X_OK) = 0 [ ... ] [pid 16743] wait4(-1, Process 16743 suspended [ ... ] [pid 16872] open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 [pid 16872] close(2) = 0 [pid 16872] dup2(3, 2) = 2 [pid 16872] close(3) = 0 [pid 16872] execve("/usr/sbin/usermod", ["/usr/sbin/usermod", "-g", "nobody", "nobody"], [/* 91 vars */]) = 0 [ ... ] But this don't look very suspicious to me... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org