Ok, here is an excerpt from my process table.

Version of proc: procps version 3.2.1
Debian Sarge


[EMAIL PROTECTED]:~$ ps afx  
--SNIP--
  758 ?        Ss     0:00 /bin/sh /usr/bin/svscanboot
  760 ?        S      0:09  \_ svscan /var/lib/svscan
  761 ?        S      0:00  |   \_ supervise freeradius
14795 ?        S      0:00  |   |   \_ /usr/sbin/freeradius -fyz
-lstderr
  763 ?        S      0:00  |   \_ supervise log
  764 ?        S      0:00  |       \_ multilog t s16777215 ./main


[EMAIL PROTECTED]:~$ ps axH
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14795 ?        S      0:00 /usr/sbin/freeradius -fyz -lstderr
14876 pts/29   R+     0:00 ps axH

best regards

Raimund

Am Mon, den 12.07.2004 schrieb Rogerio Albandes um 17:13:
> [EMAIL PROTECTED] pipegrep.com.br]# ps axH
> ps: error: Unsupported option (BSD syntax)
> 
> [EMAIL PROTECTED] pipegrep.com.br]# ps aux | grep radius
> root     30464  0.0  0.0 15616   44 ?        S    09:25   0:00
> /usr/local/sbin/radiusd -y
> 
> 
> 
> 
> make a ps axH, you should notice that there ARE more threads, they are
> only represented under the same process ID.
> 
> maybe is the threadhandling backported to 2.4.20 kernel, but i think
> this is strange as i had 2.4.2x kernels with additional threads... maybe
> has your kernel different patches, nonetheless, if you do not see your 5
> threas with ps axH you have another problem.
> 
> regards
> 
> Am Mon, den 12.07.2004 schrieb Rogerio Albandes um 15:17:
> > Hello.
> >
> > box with 1 thead1:
> > Linux mail2 2.4.20-20.9 #1 Mon Aug 18 11:37:49 EDT 2003 i686 athlon i386
> > GNU/Linux
> >
> > box with 5 theads:
> > Linux proxy-radius 2.4.18-3 #1 Thu Apr 18 07:31:07 EDT 2002 i586 unknown
> >
> > Anoter with 5 theads:
> > Linux mysql1-pet.pipegrep.com.br 2.6.5-1.358 #1 Sat May 8 09:00:01 EDT
> 2004
> > i586 i586 i386 GNU/Linux
> >
> >
> > But, with 1 thread work well ????
> >
> > TIA
> >
> >
> >
> > ----- Original Message -----
> > From: "Raimund Sacherer" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, July 12, 2004 9:49 AM
> > Subject: Re: +++ only 1 radius +++
> >
> >
> > that seems quite ok,
> >
> > if you check i believe you will find out that on one computer you are
> > using a kernel 2.4 and on the other a kernel 2.6.
> >
> > The new kernel 2.6 has a changed thread-handling, so that threads are
> > shown with the process ID of the main process, as you can see with:
> >
> > ps axH
> >
> > For reasons i do not know ps afxH is not working (f in combination with
> > H).
> >
> > best regards
> >
> >
> > Am Mon, den 12.07.2004 schrieb Rogerio Albandes um 14:28:
> > > Hello,
> > >
> > > Excuse for my bad english.
> > >
> > > Mysql radius start with only 1 process:
> > >
> > > 30464 ?        S      0:00 /usr/local/sbin/radiusd -y
> > >
> > > In another machine its OK:
> > >
> > > 2164 ?        S      0:01 /usr/local/sbin/radiusd -y
> > >  2167 ?        S      0:00  \_ /usr/local/sbin/radiusd -y
> > >  2168 ?        S      0:02      \_ /usr/local/sbin/radiusd -y
> > >  2169 ?        S      0:02      \_ /usr/local/sbin/radiusd -y
> > >  2170 ?        S      0:02      \_ /usr/local/sbin/radiusd -y
> > >  2171 ?        S      0:02      \_ /usr/local/sbin/radiusd -y
> > >  2172 ?        S      0:02      \_ /usr/local/sbin/radiusd -y
> > >
> > >
> > > radius.conf : start_servers = 5
> > >
> > > TIA
> > >
> > >
> > > ----- Original Message -----
> > > From: "Mihai Barbulescu" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, July 12, 2004 10:31 AM
> > > Subject: cisco(as5350)+radius
> > >
> > >
> > > >   Hello,
> > > >
> > > >    I have a CISCO AS 5350 and i whant it to write in a radius+msql.
> > > > aaa authentication login userauthen local
> > > > aaa accounting exec default start-stop group radius
> > > > aaa accounting connection h323 start-stop group radius
> > > > aaa session-id common
> > > > gw-accounting aaa
> > > >  acct-template callhistory-detail
> > > >
> > > > radius-server host  XXX auth-port 1813 acct-port 1812
> > > > radius-server key 7 XXX
> > > > radius-server vsa send accounting
> > > > radius-server vsa send authentication
> > > >
> > > >   I've configured freeradius to write in MYSQL.
> > > >  In mysql i have the following tables on radius database(on wich i use
> > > them for a MAXTNT and they work fine)
> > > > radacct
> > > > radreply
> > > > radcheck
> > > > radgroupcheck
> > > > usergroup
> > > >
> > > >   I receive accouting packets from cisco on my radius server but i
> don't
> > > now how
> > > > to configure radius to put them in another table from radius database.
> > > >   So please someone help me
> > > >  Thx.
> > > >
> > > > --
> > > > Barbulescu Mihai
> > > > Network Engineer
> > > > RoEduNet Bucharest NOC
> > > >
> > > >
> > > > -
> > > > List info/subscribe/unsubscribe? See
> > > http://www.freeradius.org/list/users.html
> > > >
> > > >
> > >
> > >
> > >
> > > -
> > > List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
> > --
> > Raimund Sacherer
> > IT Development
> >
> > e W) a) v) e
> > eWave Telekommunikation GmbH
> > A-1210 Wien, Ignaz-K�ck-Stra�e 1
> > Tel: +43 1 278 36 50-45
> > Fax: +43 1 278 36 50-33
> >
> > www.eWave.at
> >
> >
> > -
> > List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
> >
> >
> >
> >
> > -
> > List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> --
> Raimund Sacherer
> IT Development
> 
> e W) a) v) e
> eWave Telekommunikation GmbH
> A-1210 Wien, Ignaz-K�ck-Stra�e 1
> Tel: +43 1 278 36 50-45
> Fax: +43 1 278 36 50-33
> 
> www.eWave.at
> 
> 
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> 
> 
> 
> 
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- 
Raimund Sacherer
IT Development

e W) a) v) e 
eWave Telekommunikation GmbH
A-1210 Wien, Ignaz-K�ck-Stra�e 1
Tel: +43 1 278 36 50-45
Fax: +43 1 278 36 50-33

www.eWave.at


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to