On Sun, Jan 13, 2008 at 09:54:43 -0000 (-0000), Mario Bonino wrote: > Adrian, can you have a look at the Debian bug ?
Hmm - that's quite odd - it shows the command line arguments to me on sid at least. Aha - it's because I have: "I_WANT_A_BROKEN_PS=1" set in the environment. ~$ ps -p 5217 PID TTY STAT TIME COMMAND 5217 ? S 0:00 /sbin/dhclient -1 -lf /var/lib/dhcp3/dhclient.wlan0.l ~$ set |grep PS GROUPS=() I_WANT_A_BROKEN_PS=1 PS1='\[\033]2;\w\007\033[35m\]\w\$\[\033[39m\] ' PS2='> ' PS4='+ ' ~$ unset I_WANT_A_BROKEN_PS ~$ ps -p 5217 PID TTY TIME CMD 5217 ? 00:00:00 dhclient That explains that then! Adrian -- Email: [EMAIL PROTECTED] -*- GPG key available on public key servers Debian GNU/Linux - the maintainable distribution -*- www.debian.org -- umount errors (patch) https://bugs.launchpad.net/bugs/178650 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
