Re: Kernel compile and ATX PS question

2002-08-12 Thread Mohd Irfan R Khan
ay, August 13, 2002 12:05 AM Subject: Re: Kernel compile and ATX PS question > > cd /usr/src/linux > > make menuconfig > > go to the General Setup -> Power Management. > > - Original Message - > From: "Trevor" <[EMAIL PROTECTED]> > To: <[E

RE: Kernel compile and ATX PS question

2002-08-12 Thread Trevor
ent: Monday, August 12, 2002 9:34 PM Subject: Kernel compile and ATX PS question > I recompiled my kernel and everything went perfect except for one issue. > Now, when I do "shutdown -h now" my system won't power down (even though > it's a ATX power supply). It use to sh

Re: Kernel compile and ATX PS question

2002-08-12 Thread Teodor Georgiev
cd /usr/src/linux make menuconfig go to the General Setup -> Power Management. - Original Message - From: "Trevor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 9:34 PM Subject: Kernel compile and ATX PS question > I recompi

Kernel compile and ATX PS question

2002-08-12 Thread Trevor
I recompiled my kernel and everything went perfect except for one issue. Now, when I do "shutdown -h now" my system won't power down (even though it's a ATX power supply). It use to shutdown... Any ideas? The ONLY thing I did was a kernel compile. So, I'm assuming that my problem is with a mis

Re: ps question

2000-09-25 Thread Michael Eng
Pipe the output through | awk '{print $1 " " $2 " " $5 " " $8}' -- Michael Eng, Division of Informatics, The University of Edinburgh Email: [EMAIL PROTECTED]Web: http://ukug.freebsd.org.uk/~eng/ On Thu, 21 Sep 2000, linda hanigan wrote: > The output is > UIDPID PPID C STIME TTY

Re: ps question

2000-09-21 Thread Ahbaid Gaffoor
How about: ps -f -p pid | tail -n1 | awk '{print $1 $2 $5 $7}' Hope it helps, Ahbaid. linda hanigan wrote: > Hi all, > I am using a system call to ps in a program I am writting. > I am using: > ps -f -p pid > The output is > UIDPID PPID C STIME TTY TIME CMD > general 166

Re: ps question

2000-09-21 Thread Cameron Simpson
On Thu, Sep 21, 2000 at 05:51:17PM -0500, linda hanigan wrote: | Hi all, | I am using a system call to ps in a program I am writting. A piece of nomenclature: you probably mean "the system() function". I whinge about this merely because the term "system call" has a specific concrete meaning: a ca

ps question

2000-09-21 Thread linda hanigan
Hi all, I am using a system call to ps in a program I am writting. I am using: ps -f -p pid The output is UIDPID PPID C STIME TTY TIME CMD general 16661 16660 0 17:34 pts/000:00:00 -bash I would like the output to be general 16661 17:34 -bash I can of course work wit

ps question

2000-04-06 Thread redhat
when I rune ps-awwux |grep kfm I get the following: magoo 1316 0.0 2.7 8240 2196 ?SMar22 0:03 kfm -ncols 96 Could some one enlighten me as to what the -ncols 96 means? TIA Steve Uptime: 6:43am up 5 days, 18:07, 2 users, load average: 0.00, 0.04, 0.13 --