RE: FreeRadius 1.0.2 startup issue (with Gentoo)

2005-04-13 Thread Bryce Porter
drwxr-xr-x   48 root root 4096 Apr 12 10:27 etc
drwxr-x---   3 rootradiusd   4096 Apr 12 14:25 /etc/raddb
-rw-rw-rw-   1 rootroot77 Apr 12 14:25 /etc/raddb/huntgroups

Permissions look fine to me. The strange thing is though, when I take
any mention of the huntgroups file out of radiusd.conf, it still tries
to load it. I don't need huntgroups for what I'm trying to do.

Any ideas?


Bryce Porter  .  Network Administrator
. . . . . . . . . . . . . . . . . . . . . . . . . . 
Heart Technologies, Inc. 
3105 N. Main St.
E. Peoria, IL  61611 
p. 309.427.7282  
f. 309.427.7382  
e. [EMAIL PROTECTED] 
w. www.heart.net

 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 6:41 AM
To: freeradius-users@lists.freeradius.org
Subject: RE: FreeRadius 1.0.2 startup issue (with Gentoo)

Hi,
 
> Ok, added that to the file, permissions on the /etc/raddb/huntgroups
> file are still 666, and I still get the same error: "Permission denied
> (rlm_preprocess: Error reading /etc/raddb/huntgroups)".
>   
> Any more ideas?

You did check the permission for /etc and /etc/raddb as well as those
for /etc/raddb/huntgroups, didn't you?

Regards,
Stefan  



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

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


RE: FreeRadius 1.0.2 startup issue (with Gentoo)

2005-04-13 Thread Stefan . Neis
Hi,

> Ok, added that to the file, permissions on the /etc/raddb/huntgroups
> file are still 666, and I still get the same error: "Permission denied
> (rlm_preprocess: Error reading /etc/raddb/huntgroups)".
>
> Any more ideas?

You did check the permission for /etc and /etc/raddb as well as those
for /etc/raddb/huntgroups, didn't you?

Regards,
Stefan



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


RE: FreeRadius 1.0.2 startup issue (with Gentoo)

2005-04-12 Thread Bryce Porter
Maybe someone else would know, as this is a fresh install (less than a
week old) of Gentoo 2005.0 and Freeradius 1.0.2.

Bryce Porter  .  Network Administrator
. . . . . . . . . . . . . . . . . . . . . . . . . . 
Heart Technologies, Inc. 
3105 N. Main St.
E. Peoria, IL  61611 
p. 309.427.7282  
f. 309.427.7382  
e. [EMAIL PROTECTED] 
w. www.heart.net

 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan
DeKok
Sent: Tuesday, April 12, 2005 4:01 PM
To: freeradius-users@lists.freeradius.org
Subject: Re: FreeRadius 1.0.2 startup issue (with Gentoo) 

"Bryce Porter" <[EMAIL PROTECTED]> wrote:
> Ok, added that to the file, permissions on the /etc/raddb/huntgroups
> file are still 666, and I still get the same error: "Permission denied
> (rlm_preprocess: Error reading /etc/raddb/huntgroups)".
> 
> Any more ideas?

   It works in the default install.  If it doesn't work on your
system, it's something that was changed locally.  I have no idea what
that is, or how to fix it.

  Alan DeKok.


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

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


Re: FreeRadius 1.0.2 startup issue (with Gentoo)

2005-04-12 Thread Alan DeKok
"Bryce Porter" <[EMAIL PROTECTED]> wrote:
> Ok, added that to the file, permissions on the /etc/raddb/huntgroups
> file are still 666, and I still get the same error: "Permission denied
> (rlm_preprocess: Error reading /etc/raddb/huntgroups)".
> 
> Any more ideas?

   It works in the default install.  If it doesn't work on your
system, it's something that was changed locally.  I have no idea what
that is, or how to fix it.

  Alan DeKok.


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


RE: FreeRadius 1.0.2 startup issue (with Gentoo)

2005-04-12 Thread Bryce Porter
Ok, added that to the file, permissions on the /etc/raddb/huntgroups
file are still 666, and I still get the same error: "Permission denied
(rlm_preprocess: Error reading /etc/raddb/huntgroups)".

Any more ideas?


Bryce Porter  .  Network Administrator
. . . . . . . . . . . . . . . . . . . . . . . . . . 
Heart Technologies, Inc. 
3105 N. Main St.
E. Peoria, IL  61611 
p. 309.427.7282  
f. 309.427.7382  
e. [EMAIL PROTECTED] 
w. www.heart.net

 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan
DeKok
Sent: Tuesday, April 12, 2005 1:21 PM
To: freeradius-users@lists.freeradius.org
Subject: Re: FreeRadius 1.0.2 startup issue 

"Bryce Porter" <[EMAIL PROTECTED]> wrote:
> Yes, there is an issue starting 'radiusd' as well, even though
> /etc/raddb/huntgroups exists (empty, but readable by everyone), it
> complains about not being able to read it.

  Hmm... I think that's a bug in the module.  Put some empty nonsense
into the file, and the complaint should go away.

  e.g.

DEFAULT Client-IP-Address == 127.0.0.1
Huntgroup-Name = "stuffillneveruse"

  Alan DeKok.


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

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


Re: FreeRadius 1.0.2 startup issue

2005-04-12 Thread Alan DeKok
"Bryce Porter" <[EMAIL PROTECTED]> wrote:
> Yes, there is an issue starting 'radiusd' as well, even though
> /etc/raddb/huntgroups exists (empty, but readable by everyone), it
> complains about not being able to read it.

  Hmm... I think that's a bug in the module.  Put some empty nonsense
into the file, and the complaint should go away.

  e.g.

DEFAULT Client-IP-Address == 127.0.0.1
Huntgroup-Name = "stuffillneveruse"

  Alan DeKok.


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


RE: FreeRadius 1.0.2 startup issue

2005-04-12 Thread Bryce Porter
Yes, there is an issue starting 'radiusd' as well, even though
/etc/raddb/huntgroups exists (empty, but readable by everyone), it
complains about not being able to read it.

Bryce Porter  .  Network Administrator
. . . . . . . . . . . . . . . . . . . . . . . . . . 
Heart Technologies, Inc. 
3105 N. Main St.
E. Peoria, IL  61611 
p. 309.427.7282  
f. 309.427.7382  
e. [EMAIL PROTECTED] 
w. www.heart.net

 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan
DeKok
Sent: Tuesday, April 12, 2005 12:25 PM
To: freeradius-users@lists.freeradius.org
Subject: Re: FreeRadius 1.0.2 startup issue 

"Bryce Porter" <[EMAIL PROTECTED]> wrote:
> Thank you for your response, but how do I make it stop trying to use
> huntgroups? I figured commenting them out of the configuration file
> would take care of it, but apparently not. Please advise.

  It's difficult to do in 1.0.2.  I suggest just making the file
readable, but empty.

  Is there a problem when you run *radiusd*?  If not, don't worry
about it.  "check-radius-config" doesn't work.  Any error messages it
produces are worthless.  Ignore them.

  Alan DeKok.


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

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


Re: FreeRadius 1.0.2 startup issue

2005-04-12 Thread Alan DeKok
"Bryce Porter" <[EMAIL PROTECTED]> wrote:
> Thank you for your response, but how do I make it stop trying to use
> huntgroups? I figured commenting them out of the configuration file
> would take care of it, but apparently not. Please advise.

  It's difficult to do in 1.0.2.  I suggest just making the file
readable, but empty.

  Is there a problem when you run *radiusd*?  If not, don't worry
about it.  "check-radius-config" doesn't work.  Any error messages it
produces are worthless.  Ignore them.

  Alan DeKok.


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


RE: FreeRadius 1.0.2 startup issue

2005-04-12 Thread Bryce Porter
Thank you for your response, but how do I make it stop trying to use
huntgroups? I figured commenting them out of the configuration file
would take care of it, but apparently not. Please advise.

Bryce Porter  .  Network Administrator
. . . . . . . . . . . . . . . . . . . . . . . . . . 
Heart Technologies, Inc. 
3105 N. Main St.
E. Peoria, IL  61611 
p. 309.427.7282  
f. 309.427.7382  
e. [EMAIL PROTECTED] 
w. www.heart.net

 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan
DeKok
Sent: Tuesday, April 12, 2005 12:03 PM
To: freeradius-users@lists.freeradius.org
Subject: Re: FreeRadius 1.0.2 startup issue 

[EMAIL PROTECTED] wrote:
> Hello all. I'm not sure what's up here, but 'check-radiusd-config'

  ... doesn't work in 1.0.2.

  Alan DeKok.

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

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


Re: FreeRadius 1.0.2 startup issue

2005-04-12 Thread Alan DeKok
[EMAIL PROTECTED] wrote:
> Hello all. I'm not sure what's up here, but 'check-radiusd-config'

  ... doesn't work in 1.0.2.

  Alan DeKok.

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


FreeRadius 1.0.2 startup issue

2005-04-12 Thread bporter
Hello all. I'm not sure what's up here, but 'check-radiusd-config' reports 
that /etc/raddb/huntgroups is not readable. I looked at the permissions 
(even tried changing them to 666), but that did not fix it. The file was 
blank, but at least present, and with the right permissions. So then I 
tried commenting out any mention of the huntgroups file in the 
/etc/raddb/radiusd.conf, but it still tries to load it. Anyway, here is 
the error:

# check-radiusd-config

rlm_preprocess: Error reading /etc/raddb/huntgroups
radiusd.conf[819]: preprocess: Module instantiation failed.

# ls -la /etc/raddb/huntgroups
-rw-rw-rw-  1 root root 0 Apr 12 08:30 /etc/raddb/huntgroups
Anyone have any ideas? Please help.
Thanks,
Bryce Porter
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html