Re: VMPS logging

2010-05-02 Thread Jens Link
Alan DeKok al...@deployingradius.com writes: Jens Link wrote: I have a working VMPS installation, radiusd -X shows me the relevant information ( MAC - VLAN assignments) but how do I log these information to a file or syslog? rlm_linelog Either I'm to tired or to stupid to get it up an

Re:

2010-05-02 Thread Charles (KOL, Goma)
- Original Message - From: Richie Lee To: c...@cisco.com ; cco-locksm...@cisco.com ; freeradius-users@lists.freeradius.org Sent: Thursday, April 08, 2010 9:16 PM http://wepizil.t35.com/ --

radiusd -X

2010-05-02 Thread dorra aa
HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses and Ports listen { type = auth ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use

Re: radiusd -X

2010-05-02 Thread Nyamul Hassan
It means some other process is already listening on that port. The most usual case is that you already have radius running. Try running: ps aux | grep radius The output should say if you already have radius running. Regards, HASSAN On 5/2/10, dorra aa dj_dido2...@hotmail.com wrote: HI I

Re: radiusd -X

2010-05-02 Thread Alan Buxey
Hi, It means some other process is already listening on that port. The most usual case is that you already have radius running. Try running: ps aux | grep radius The output should say if you already have radius running. aye. netstat -anp etc should also show you whats on port 1812

Re: VMPS logging

2010-05-02 Thread Michael Schwartzkopff
Am Sonntag, 2. Mai 2010 12:22:57 schrieb Jens Link: Alan DeKok al...@deployingradius.com writes: Jens Link wrote: I have a working VMPS installation, radiusd -X shows me the relevant information ( MAC - VLAN assignments) but how do I log these information to a file or syslog?

Re: radiusd -X

2010-05-02 Thread Mark
Quite evident that the port is in use. On 02-May-2010, at 11:38 PM, dorra aa wrote: HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses and Ports listen { type = auth ipaddr = * port = 0 Failed binding to

Re: radiusd -X

2010-05-02 Thread Jason 'XenoPhage' Frisvold
On May 2, 2010, at 9:39 PM, Mark wrote: Quite evident that the port is in use. This might help :) sudo netstat -anp | grep 1812 On 02-May-2010, at 11:38 PM, dorra aa wrote: HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: Opening IP addresses

Re: radiusd -X

2010-05-02 Thread Mark
That or a ps aux | grep radius to see if you already have another radius instance running. Unlikely that it's another service. On 03-May-2010, at 9:55 AM, Jason 'XenoPhage' Frisvold xenopha...@gmail.com wrote: On May 2, 2010, at 9:39 PM, Mark wrote: Quite evident that the port is in