Re: [gentoo-user] Emerge gkrellm only installs gkrellmd

2003-02-11 Thread John Nilsson
Is it the problem with su vs. su - ? /John On Mon, 2003-02-10 at 05:27, Susie wrote: On Mon, 10 Feb 2003 04:58:03 +0100 John Nilsson [EMAIL PROTECTED] wrote: gkrellm2 ? /John Actually doing an emerge gkrellm emerges both gkrellm 1 and 2... I have both running and diffrent plugins

Re: [gentoo-user] Running java apps with lower nice level

2003-02-09 Thread John Nilsson
So, as root I tried to run: # nice --5 su - cedric -c someJavaApp It did run the java app under my username, but with a nice level of 0, not -5 as expected. so basically you ran su with a nice level of -5 ? /John -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Emerge gkrellm only installs gkrellmd

2003-02-09 Thread John Nilsson
gkrellm2 ? /John On Mon, 2003-02-10 at 04:43, Eric Miller wrote: Either the emerge is screwed up, or I am an idiot. Ive never used gkrellm, but I read *everything* in ../docs after the install, and all that got installed was a server daemon. The docs even refer to gkrellm client

Re: [gentoo-user] What the £$%^ happened?

2003-02-07 Thread John Nilsson
On Fri, 2003-02-07 at 09:10, Matt Tucker wrote: -- John Nilsson [EMAIL PROTECTED] spake thusly: Can you in bash script redirect output to two files? i.e. stdout to stdout AND boot.log, stderr to boot.log? And would this caputre the output of scriptes executed from this script? $ man

RE: [gentoo-user] how to update all packages

2003-02-05 Thread John Nilsson
Oh sorry. depclean is a target not an option. It works on your whole system. kind of an inverse world -e =) /John On Thu, 2003-02-06 at 04:23, Kevin J. Anderson wrote: -- --A --depclean would however, Also --update will take a peak att depB --while --deep will follow down to depC and depD.

Re: [gentoo-user] get rid of all gnome related apps

2003-01-30 Thread John Nilsson
This is not exact but it helped me: newkid root # cat /usr/local/bin/depon #!/bin/bash PACKAGE=$1 RDEPS=$(find /var/db/pkg/ -name RDEPEND) egrep $PACKAGE( +|(-)[0-9]+) $RDEPS | cut -d / -f 6,8 | sed 's/\// depends on: /g' On Fri, 2003-01-31 at 07:03, Kevin J. Anderson wrote: I am trying to