Re: vmstat

2002-07-04 Thread Christopher Faylor
package actually appear on the mirrors in future or are >there >> >>>>> >> >>>>>CJ> issues I am not aware of preventing this from happening? >> >>>>> >> >>>>>Have you tried running the procps tools on current stoc

Re: vmstat

2002-07-04 Thread Chris January
; > >>>>>CJ> issues I am not aware of preventing this from happening? > >>>>> > >>>>>Have you tried running the procps tools on current stock dll > >>>>>(1.3.12-1) ? For me most of them seem to just hang - top, procps, &g

Re: vmstat

2002-07-04 Thread Christopher Faylor
On Thu, Jul 04, 2002 at 02:00:06PM -0400, Nicholas Wourms wrote: >Chris January wrote: >>>I suspect that this must have something to do with binutils. I changed >>>the alignments at David Billinghurst's suggestion to accommodate java. >>>If this is causing problems, however, I'll change them back

Re: vmstat

2002-07-04 Thread Nicholas Wourms
t;>>CJ> issues I am not aware of preventing this from happening? >>>>> >>>>>Have you tried running the procps tools on current stock dll >>>>>(1.3.12-1) ? For me most of them seem to just hang - top, procps, >>>>>uptime, vmstat, w.

Re: Re[2]: vmstat

2002-07-04 Thread Chris January
preventing this from happening? > >>> > >>> Have you tried running the procps tools on current stock dll > >>> (1.3.12-1) ? For me most of them seem to just hang - top, procps, > >>> uptime, vmstat, w... havent tried the others. > >>> > &

Re: Re[2]: vmstat

2002-07-04 Thread Christopher Faylor
ally appear on the mirrors in future or are >>there >>> CJ> issues I am not aware of preventing this from happening? >>> >>> Have you tried running the procps tools on current stock dll >>> (1.3.12-1) ? For me most of them seem to just hang - top, procps, >

Re: Re[2]: vmstat

2002-07-04 Thread Christopher Faylor
reventing this from happening? >> >> Have you tried running the procps tools on current stock dll >> (1.3.12-1) ? For me most of them seem to just hang - top, procps, >> uptime, vmstat, w... havent tried the others. >> >> Maybe this problem corelates with t

Re[8]: vmstat

2002-07-04 Thread Pavel Tsekov
Hello Chris, Thursday, July 04, 2002, 5:21:07 PM, you wrote: >> CJ> uptime reads the /proc files regardless of what options you pass. >> >> int main(int argc, char *argv[]) { >> if(argc == 1) print_uptime(); >> if((argc == 2) && (!strcmp(argv[1], "-V"))) display_version(); >> return 0; >>

Re: Re[6]: vmstat

2002-07-04 Thread Chris January
> CJ> uptime reads the /proc files regardless of what options you pass. > > int main(int argc, char *argv[]) { > if(argc == 1) print_uptime(); > if((argc == 2) && (!strcmp(argv[1], "-V"))) display_version(); > return 0; > } > > How ? Try re-compiling with print_uptime commented out. Notice h

Re[7]: vmstat

2002-07-04 Thread Pavel Tsekov
CJ>> uptime reads the /proc files regardless of what options you pass. PT> int main(int argc, char *argv[]) { PT> if(argc == 1) print_uptime(); PT> if((argc == 2) && (!strcmp(argv[1], "-V"))) display_version(); PT> return 0; PT> } PT> How ? Ok, to answer my own question - I've noticed the

Re[6]: vmstat

2002-07-04 Thread Pavel Tsekov
Hello Chris, Thursday, July 04, 2002, 4:18:07 PM, you wrote: CJ> uptime reads the /proc files regardless of what options you pass. int main(int argc, char *argv[]) { if(argc == 1) print_uptime(); if((argc == 2) && (!strcmp(argv[1], "-V"))) display_version(); return 0; } How ? I'm curren

Re: Re[4]: vmstat

2002-07-04 Thread Chris January
> Hello Chris, > > Thursday, July 04, 2002, 2:52:59 PM, you wrote: > > CJ> This is caused by the default alignment changing from 4 bytes to 8 bytes, as > CJ> far as i can tell. Basically the size of structure passed to the NT system > CJ> calls is not the size of structure the call expects, so it

Re[4]: vmstat

2002-07-04 Thread Pavel Tsekov
Hello Chris, Thursday, July 04, 2002, 2:52:59 PM, you wrote: CJ> This is caused by the default alignment changing from 4 bytes to 8 bytes, as CJ> far as i can tell. Basically the size of structure passed to the NT system CJ> calls is not the size of structure the call expects, so it fails and th

Re[4]: vmstat

2002-07-04 Thread Pavel Tsekov
Hello Chris, Thursday, July 04, 2002, 2:52:59 PM, you wrote: CJ> This is caused by the default alignment changing from 4 bytes to 8 bytes, as CJ> far as i can tell. Basically the size of structure passed to the NT system CJ> calls is not the size of structure the call expects, so it fails and th

Re: Re[2]: vmstat

2002-07-04 Thread Chris January
t stock dll > (1.3.12-1) ? For me most of them seem to just hang - top, procps, > uptime, vmstat, w... havent tried the others. > > Maybe this problem corelates with the fact that some of the /proc > files no longer contain information - see below: > Perhaps it has to do something w

Re: Re[2]: vmstat

2002-07-04 Thread Chris January
t stock dll > (1.3.12-1) ? For me most of them seem to just hang - top, procps, > uptime, vmstat, w... havent tried the others. > Perhaps it has to do something with your last patch. I don't have time > to look at this right now though. I can send strace if you want. Works for me (TM

Re[2]: vmstat

2002-07-04 Thread Pavel Tsekov
f them seem to just hang - top, procps, uptime, vmstat, w... havent tried the others. Maybe this problem corelates with the fact that some of the /proc files no longer contain information - see below: paveltz@MORDOR /tmp/procps/usr/bin $ cd /proc paveltz@MORDOR /proc $ ls -la total 0 dr-xr-xr-

Re: vmstat

2002-07-03 Thread Christopher Faylor
On Wed, Jul 03, 2002 at 10:48:13AM +0200, Corinna Vinschen wrote: >On Tue, Jul 02, 2002 at 11:21:42PM +0100, Chris January wrote: >> > > Ok. Do you have any thoughts on where I should put ps.exe and kill.exe? >> > >> > >> > I ended up renaming 'clear.exe' from the ncurses dist to 'clearn.exe' to >

Re: vmstat

2002-07-03 Thread Corinna Vinschen
On Tue, Jul 02, 2002 at 11:21:42PM +0100, Chris January wrote: > > > Ok. Do you have any thoughts on where I should put ps.exe and kill.exe? > > > > > > I ended up renaming 'clear.exe' from the ncurses dist to 'clearn.exe' to > > avoid conflicts with the 'clear' package. (In ncurses, 'clear.exe'

Re: vmstat

2002-07-02 Thread Chris January
> > Ok. Do you have any thoughts on where I should put ps.exe and kill.exe? > > > I ended up renaming 'clear.exe' from the ncurses dist to 'clearn.exe' to > avoid conflicts with the 'clear' package. (In ncurses, 'clear.exe' is > not a 'test' program, so it didn't go into bin/ncurses-test-*/; it w

Re: vmstat

2002-06-27 Thread Chris January
> > Ok. Do you have any thoughts on where I should put ps.exe and kill.exe? > > > I ended up renaming 'clear.exe' from the ncurses dist to 'clearn.exe' to > avoid conflicts with the 'clear' package. (In ncurses, 'clear.exe' is > not a 'test' program, so it didn't go into bin/ncurses-test-*/; it w

Re: vmstat

2002-06-27 Thread Charles Wilson
Chris January wrote: > Ok. Do you have any thoughts on where I should put ps.exe and kill.exe? I ended up renaming 'clear.exe' from the ncurses dist to 'clearn.exe' to avoid conflicts with the 'clear' package. (In ncurses, 'clear.exe' is not a 'test' program, so it didn't go into bin/ncurse

Re: vmstat

2002-06-27 Thread Christopher Faylor
On Thu, Jun 27, 2002 at 10:38:55PM +0100, Chris January wrote: >Ok. Do you have any thoughts on where I should put ps.exe and kill.exe? >They need to be somewhere other than /bin, but available should the user >wish to use them. Perhaps I could rename them instead? procps.exe and >prockill.exe, al

Re: vmstat

2002-06-27 Thread Chris January
> >>PLEASE do not differentiate between /bin and /usr/bin. This caused no > >>end of trouble during the early days of setup.exe when setup didn't > >>*always* follow the mounts. Granted, setup is much better about that > >>sort of thing now, but don't tempt fate. > >> > >>There's no need for sep

Re: vmstat

2002-06-27 Thread Charles Wilson
Chris January wrote: >>> >>PLEASE do not differentiate between /bin and /usr/bin. This caused no >>end of trouble during the early days of setup.exe when setup didn't >>*always* follow the mounts. Granted, setup is much better about that >>sort of thing now, but don't tempt fate. >> >>There's

Re: vmstat

2002-06-27 Thread Christopher Faylor
On Thu, Jun 27, 2002 at 07:49:09PM +0100, Chris January wrote: >> > If it overwrites it, then I have packaged it wrongly. It should put >ps.exe >> > and kill.exe into separate subdirectories, i.e. /bin/procps/ps.exe and >> > /usr/bin/procps/kill.exe. >> >> >> PLEASE do not differentiate between /b

Re: vmstat

2002-06-27 Thread Chris January
> > If it overwrites it, then I have packaged it wrongly. It should put ps.exe > > and kill.exe into separate subdirectories, i.e. /bin/procps/ps.exe and > > /usr/bin/procps/kill.exe. > > > PLEASE do not differentiate between /bin and /usr/bin. This caused no > end of trouble during the early day