On Sun, Jan 18, 2009 at 01:21:59PM -0800, Daniel Moerner wrote: > I got it. I retraced my exact steps on the previous install. These > steps were: Install Sidux 2007-02, upgrade to latest Sid, purge ALL > Sidux packages, upgrade to experimental. There should be no trace of > Sidux left on this system, so that shouldn't be the problem. > > open("/var/lib/dpkg/lock", O_RDWR|O_CREAT|O_TRUNC, 0660) = 3 > fcntl64(3, F_GETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0, > pid=117835012}) = 0 > close(3) = 0 > open("/var/run/update-menus.pid", O_WRONLY|O_CREAT, 0644) = 3 > flock(3, LOCK_EX|LOCK_NB) = 0 > getpid() = 14633 > write(3, "14633\n"..., 6) = 6
expected: pipe([4, 5]) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f79d927e770) = 31265 > write(2, "Unknown error, message=exec /bin/"..., 269Unknown error, > message=exec /bin/bash -o pipefail -c 'dpkg-query --show > --showformat="\${status} \${provides} \${package}\n" | sed -n -e > "/installed\|triggers-awaited\|triggers-pending > /{s/^.*\(installed\|triggers-awaited\|triggers-pending\) *//; s/[, ][, > ]*/\n/g; p}"') = 269 So actually update-menus fails before running this command, but no syscalls fail. Cheers, Bill. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org