Re: ps and AIX field descriptors

2023-02-22 Thread David Wright
On Tue 21 Feb 2023 at 16:06:48 (+0100), Andreas Leha wrote: > David Wright writes: > > On Mon 20 Feb 2023 at 10:39:21 (+0100), Andreas Leha wrote: > >> Greg Wooledge writes: > >> > On Sun, Feb 19, 2023 at 12:04:22PM -0600, David Wright wrote: > >> >> But even that's not enough > >> >> because the

Re: ps and AIX field descriptors

2023-02-21 Thread Andreas Leha
David Wright writes: > On Mon 20 Feb 2023 at 10:39:21 (+0100), Andreas Leha wrote: >> Greg Wooledge writes: >> > On Sun, Feb 19, 2023 at 12:04:22PM -0600, David Wright wrote: >> >> But even that's not enough >> >> because the field width is somewhat variable: try ps -eo '%c | %z | >> >> %

Re: ps and AIX field descriptors

2023-02-20 Thread David Wright
On Mon 20 Feb 2023 at 10:39:21 (+0100), Andreas Leha wrote: > Greg Wooledge writes: > > On Sun, Feb 19, 2023 at 12:04:22PM -0600, David Wright wrote: > >> But even that's not enough > >> because the field width is somewhat variable: try ps -eo '%c | %z | > >> %a' > >> (We can still use | to

Re: ps and AIX field descriptors

2023-02-20 Thread Andreas Leha
Greg Wooledge writes: > On Sun, Feb 19, 2023 at 12:04:22PM -0600, David Wright wrote: >> But even that's not enough >> because the field width is somewhat variable: try ps -eo '%c | %z | %a' >> (We can still use | to make the problem somewhat more obvious.) > > Oh wow. Yeah, OK, that's not

Re: ps and AIX field descriptors

2023-02-20 Thread Andreas Leha
goto get_more; > +if(c) goto aix_oops; > goto looks_ok; >get_desc: > items++; > c = *walk++; > -if(c) goto initial; > +if(c&&c!=' ') goto initial; > +return _("missing AIX field descriptor")

Re: ps and AIX field descriptors

2023-02-19 Thread Greg Wooledge
On Sun, Feb 19, 2023 at 12:04:22PM -0600, David Wright wrote: > But even that's not enough > because the field width is somewhat variable: try ps -eo '%c | %z | %a' > (We can still use | to make the problem somewhat more obvious.) Oh wow. Yeah, OK, that's not really solvable. For those who

Re: ps and AIX field descriptors

2023-02-19 Thread David Wright
On Sat 18 Feb 2023 at 09:53:01 (-0500), Greg Wooledge wrote: > It should be noted that there appear to be two TYPES of data fields: > numeric and string. Look at this example: > > unicorn:~$ ps -o '%C %g %n %p %U %a' > %CPU RGROUPNI PID USER COMMAND > 0.0 greg 01010 greg

Re: ps and AIX field descriptors

2023-02-18 Thread Greg Wooledge
ternatives? Because data fields can contain internal whitespace, the only way to parse the output of ps and determine the right spot to put pipelines (or whatever) would be to parse the header row. All of the headers listed under "AIX format specifiers" are free of whitespace. So, on

Re: ps and AIX field descriptors

2023-02-17 Thread David Wright
x27;s the required format, what are the alternatives? > This sounds like a bug in procps that should be reported, > if it hasn't already. And how long before it's fixed? As for whether it /is/ a bug, I guess that depends on the interpretation of somewhat in "This ps supports AIX format descriptors, which work somewhat like the formatting codes of printf(1) and printf(3)." That's beyond my pay-grade. Cheers, David.

Re: ps and AIX field descriptors

2023-02-17 Thread The Wanderer
on shall ensure that the format specification is a list of >names presented as a single argument, or -separated. > > So the behavior of ps in bullseye is an extension of the POSIX requirement, > and apparently only applies to the "AIX format specifiers", which

Re: ps and AIX field descriptors

2023-02-17 Thread Greg Wooledge
arated. So the behavior of ps in bullseye is an extension of the POSIX requirement, and apparently only applies to the "AIX format specifiers", which are yet another extension. On bullseye: unicorn:~$ ps -o '%U|%p|%a' USER|PID|COMMAND greg| 1010|bash greg|20235

Re: ps and AIX field descriptors

2023-02-17 Thread The Wanderer
On 2023-02-17 at 13:21, debian-u...@howorth.org.uk wrote: > Greg Wooledge wrote: > >> This sounds like a bug in procps that should be reported, if it >> hasn't already. > > It might be a bug if it disagreed with its documentation. But do the > docs say anything about this feature? What they do

Re: ps and AIX field descriptors

2023-02-17 Thread debian-user
Greg Wooledge wrote: > This sounds like a bug in procps that should be reported, if it > hasn't already. It might be a bug if it disagreed with its documentation. But do the docs say anything about this feature? What they do say is that you should be able to use comma-separated field decriptions

Re: ps and AIX field descriptors

2023-02-17 Thread Greg Wooledge
On Fri, Feb 17, 2023 at 09:20:34AM -0600, David Wright wrote: > On Fri 17 Feb 2023 at 10:05:20 (+0300), Reco wrote: > > So, to answer your question - currently the only way to restore the > > behaviour you want is to patch procps and rebuild it. Fabulous analysis. > Or, depending on the context,

Re: ps and AIX field descriptors

2023-02-17 Thread David Wright
if(c==' ')goto get_more; > +if(c) goto aix_oops; > goto looks_ok; >get_desc: > items++; > c = *walk++; > -if(c) goto initial; > +if(c&&c!=' ') goto initial; > +return _("missing AIX field des

Re: ps and AIX field descriptors

2023-02-16 Thread Reco
nitial; +if(c&&c!=' ') goto initial; +return _("missing AIX field descriptor"); + aix_oops: return _("improper AIX field descriptor"); looks_ok: ; If you look at "get_more" label, you'll notice that "old" version of procp

ps and AIX field descriptors

2023-02-16 Thread Andreas Leha
Hi all, I am facing a strange issue. This command used to work ps -eo '%p|%C' Now, on a debian testing machine only ps -eo '%p %C' works. Running ps -eo '%p|%C' results in this error: error: improper AIX field descriptor ps --version says &#x

Is there diffrnece between flex and AIX lex output ?

2007-10-28 Thread Jabka Atu
7%9E%D7%95%D7%93%D7%99%D7%9D Hebrew ) I ask you . maybe they are wrong and flex gives the same output as lex on AIX ? P.s. The compilers are cc and gcc . Thnx in advance. - -- - -- Could you at least use man ? Jabka Atu (aka mha13/Mashrom Head) || bsh83.blogspot.com - -- -BEGIN PGP

Re: Etch, nfs, and AIX v3.2

2007-04-05 Thread Freddy Freeloader
Greg Folkert wrote: On Thu, 2007-04-05 at 13:28 -0700, Freddy Freeloader wrote: I'm having some problems setting up 4 nfs shares that mount reliably on an Etch box that is importing the share from an RS/6000 AIX v3.2 server. It takes about a minute to mount each share at boot, and abo

Re: Etch, nfs, and AIX v3.2

2007-04-05 Thread Greg Folkert
On Thu, 2007-04-05 at 13:28 -0700, Freddy Freeloader wrote: > I'm having some problems setting up 4 nfs shares that mount reliably on > an Etch box that is importing the share from an RS/6000 AIX v3.2 > server. It takes about a minute to mount each share at boot, and about >

Etch, nfs, and AIX v3.2

2007-04-05 Thread Freddy Freeloader
I'm having some problems setting up 4 nfs shares that mount reliably on an Etch box that is importing the share from an RS/6000 AIX v3.2 server. It takes about a minute to mount each share at boot, and about 1/2 that time to manually mount one of the shares share. I get an "RPC:

Re: Debian ssmtp on AIX ?

2005-11-14 Thread Michelle Konzack
Hello Philippe, Am 2005-11-09 11:31:06, schrieb Philippe Dhont (Sea-ro): > > Hello, > > I use ssmtp on debian, which works great! > We also have an AIX server who needs the same functionality, can ssmtp > work on AIX ? Hmmm, it should compile without problems... > Thnx

Debian ssmtp on AIX ?

2005-11-09 Thread Philippe Dhont (Sea-ro)
Title: Debian ssmtp on AIX ? Hello, I use ssmtp on debian, which works great! We also have an AIX server who needs the same functionality, can ssmtp work on AIX ? Thnx!  

[OT HUMOUR] Conversation between SCO and AIX

2003-06-23 Thread Aryan Ameri
wtf? yea, you stole all the good stuff from unix. lol heraus laut lachen lol shutup. i'm gonna email all your friends and tell them you suck. go ahead. baby. andandand... i revoke your unix! how do you like that? oh no, you didn't. AIX is forever. ac

aix

2002-05-24 Thread O Senhor
Hello, Somebody knows how can i user the AIX fonts in Debian/GNU Linux? The AIX fonts are great! And i wanna that... in the console, or in Eterm. Thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

AIX fonts

2002-05-16 Thread O Senhor
Hello, Do you know how can i use AIX fonts in Eterm? The AIX fonts are great, and i wanna use them. Really, i want use them in my console too, but this is a more hard job. Then, if can i put them in my Eterm Thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

AIX NAT vs. Debian Masq

2000-05-10 Thread Mullins, Ron
Sorry for the cross post, but maybe someone reads debian-user and not debian-firewall that knows. -Original Message- Hey, I'm trying to take over the firewall of our company. I would like to deploy a Linux masq'd gateway (which I have done before for another company) to r

Fwd: Re: [OFFTOPIC]Gnu Utils For AIX

1999-01-19 Thread Jay Barbee
[EMAIL PROTECTED]> >cc: Chris Hoover <[EMAIL PROTECTED]>, debian-user@lists.debian.org, > [EMAIL PROTECTED] >Subject: Re: [OFFTOPIC]Gnu Utils For AIX >Resent-From: debian-user@lists.debian.org >X-Mailing-List: archive/latest/32635 >X-Loop: debian-user@lists.debian.org

Re: [OFFTOPIC]Gnu Utils For AIX

1999-01-15 Thread Raoul Boenisch
On Thu, 14 Jan 1999, Keith Beattie wrote: > On Thu, Jan 14, 1999 at 02:18:01PM -0500, Chris Hoover wrote: > > > > I was wondering if anyone knows if there are any GNU (or other no > > cost) utils that work with AIX. Specifically, I'm hoping to find > > somethi

Re: [OFFTOPIC]Gnu Utils For AIX

1999-01-14 Thread st0136
On Thu, 14 Jan 1999, Keith Beattie wrote: > On Thu, Jan 14, 1999 at 02:18:01PM -0500, Chris Hoover wrote: > > > > I was wondering if anyone knows if there are any GNU (or other no > > cost) utils that work with AIX. Specifically, I'm hoping to find > > somethi

Re: [OFFTOPIC]Gnu Utils For AIX

1999-01-14 Thread Edmund Lau
The source for the top program can be obtained at http://www.groupsys.com/topinfo __ || [|-dmund L_]au `- ()_ []nformation & ((omputer ((cience ''

Re: [OFFTOPIC]Gnu Utils For AIX

1999-01-14 Thread Keith Beattie
On Thu, Jan 14, 1999 at 02:18:01PM -0500, Chris Hoover wrote: > > I was wondering if anyone knows if there are any GNU (or other no > cost) utils that work with AIX. Specifically, I'm hoping to find > something like top. So we can find out which process is trying to > kill

[OFFTOPIC]Gnu Utils For AIX

1999-01-14 Thread Chris Hoover
I was wondering if anyone knows if there are any GNU (or other no cost) utils that work with AIX. Specifically, I'm hoping to find something like top. So we can find out which process is trying to kill the machine here at work. TIA, Chris

Has Debian some user friendly tools such as 'SMIT' in AIX or 'ADMIN' in SCO OpenServer?

1998-10-14 Thread ayin
Dear Sir I have installed the Debian 2.0 in my PC . When I use SCO or IBM AIX , I can use 'admin' or 'smit' tools to adminstrate my system , such as adduser , mount file system ... Has Debian such user-friendly tools? Please give me some information about that . Than