public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] weird error messages
@ 2006-03-10  4:49 nick thompson
  2006-03-10 15:32 ` znx
  2006-03-10 15:50 ` James Ausmus
  0 siblings, 2 replies; 4+ messages in thread
From: nick thompson @ 2006-03-10  4:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

Hi,
 When I logged into my box just now I received the following error messages:



npt@jaguar ~ $ su
Password:
configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
configuration error - unknown item 'MOTD_FILE' (notify administrator)
configuration error - unknown item 'FTMP_FILE' (notify administrator)
configuration error - unknown item 'ENV_ROOTPATH' (notify administrator)
configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
configuration error - unknown item 'CHFN_AUTH' (notify administrator)
jaguar npt #


Can someone tell me what I messed up, and possibly how to fix it? I have
been emerging a lot of stuff and doing all sorts of stuff to my box for the
last few days and I really don't know what this relates to. Thanks for any
help.

Nick


*******nick thompson.********
all unix all the time.
*****************************
gentoo will show you the way.
*****************************

[-- Attachment #2: Type: text/html, Size: 1165 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] weird error messages
  2006-03-10  4:49 [gentoo-user] weird error messages nick thompson
@ 2006-03-10 15:32 ` znx
  2006-03-10 15:50 ` James Ausmus
  1 sibling, 0 replies; 4+ messages in thread
From: znx @ 2006-03-10 15:32 UTC (permalink / raw
  To: gentoo-user

All those entries are stored in
/etc/login.defs

I guess they are set wrong?

Here is it without comments:
FAIL_DELAY              3
FAILLOG_ENAB            yes
LOG_UNKFAIL_ENAB        no
LASTLOG_ENAB            yes
MOTD_FILE       /etc/motd
TTYTYPE_FILE    /etc/ttytype
FTMP_FILE       /var/log/btmp
HUSHLOGIN_FILE  .hushlogin
ENV_PATH                /usr/local/bin:/usr/bin:/bin
ENV_ROOTPATH            /sbin:/bin:/usr/sbin:/usr/bin
ENV_SUPATH              /sbin:/bin:/usr/sbin:/usr/bin
TTYGROUP        tty
TTYPERM         0600
PASS_MAX_DAYS   99999
PASS_MIN_DAYS   0
PASS_MIN_LEN    5
PASS_WARN_AGE   7
UID_MIN                  1000
UID_MAX                 60000
GID_MIN                   100
GID_MAX                 60000
LOGIN_RETRIES        3
LOGIN_TIMEOUT           60
CHFN_AUTH               yes
CHFN_RESTRICT           rwh

..
Mark

On 10/03/06, nick thompson <nicholas.thompson1@mchsi.com> wrote:
> Hi,
>   When I logged into my box just now I received the following error
> messages:
>
>
>
> npt@jaguar ~ $ su
>  Password:
>  configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
>  configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
>  configuration error - unknown item 'MOTD_FILE' (notify administrator)
>  configuration error - unknown item 'FTMP_FILE' (notify administrator)
>  configuration error - unknown item 'ENV_ROOTPATH' (notify administrator)
>  configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
>  configuration error - unknown item 'CHFN_AUTH' (notify administrator)
>  jaguar npt #
>
>
>  Can someone tell me what I messed up, and possibly how to fix it? I have
> been emerging a lot of stuff and doing all sorts of stuff to my box for the
> last few days and I really don't know what this relates to. Thanks for any
> help.
>
>  Nick
>
>
>  *******nick thompson.********
>  all unix all the time.
>  *****************************
>  gentoo will show you the way.
>  *****************************
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] weird error messages
  2006-03-10  4:49 [gentoo-user] weird error messages nick thompson
  2006-03-10 15:32 ` znx
@ 2006-03-10 15:50 ` James Ausmus
  2006-03-11  3:01   ` nick thompson
  1 sibling, 1 reply; 4+ messages in thread
From: James Ausmus @ 2006-03-10 15:50 UTC (permalink / raw
  To: gentoo-user

It sounds like either bash or baselayout was upgraded recently. Login
as root and run etc-update, merge your configuraation changes
appropriately, and you should be good to go.

HTH-

James


On 3/9/06, nick thompson <nicholas.thompson1@mchsi.com> wrote:
> Hi,
>   When I logged into my box just now I received the following error
> messages:
>
>
>
> npt@jaguar ~ $ su
>  Password:
>  configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
>  configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
>  configuration error - unknown item 'MOTD_FILE' (notify administrator)
>  configuration error - unknown item 'FTMP_FILE' (notify administrator)
>  configuration error - unknown item 'ENV_ROOTPATH' (notify administrator)
>  configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
>  configuration error - unknown item 'CHFN_AUTH' (notify administrator)
>  jaguar npt #
>
>
>  Can someone tell me what I messed up, and possibly how to fix it? I have
> been emerging a lot of stuff and doing all sorts of stuff to my box for the
> last few days and I really don't know what this relates to. Thanks for any
> help.
>
>  Nick
>
>
>  *******nick thompson.********
>  all unix all the time.
>  *****************************
>  gentoo will show you the way.
>  *****************************
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] weird error messages
  2006-03-10 15:50 ` James Ausmus
@ 2006-03-11  3:01   ` nick thompson
  0 siblings, 0 replies; 4+ messages in thread
From: nick thompson @ 2006-03-11  3:01 UTC (permalink / raw
  To: gentoo-user

James Ausmus wrote:

>It sounds like either bash or baselayout was upgraded recently. Login
>as root and run etc-update, merge your configuraation changes
>appropriately, and you should be good to go.
>
>HTH-
>
>James
>  
>

James,
 etc-update did the trick. thanks to all who replied. you guys are great!

nick

>
>On 3/9/06, nick thompson <nicholas.thompson1@mchsi.com> wrote:
>  
>
>>Hi,
>>  When I logged into my box just now I received the following error
>>messages:
>>
>>
>>
>>npt@jaguar ~ $ su
>> Password:
>> configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
>> configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
>> configuration error - unknown item 'MOTD_FILE' (notify administrator)
>> configuration error - unknown item 'FTMP_FILE' (notify administrator)
>> configuration error - unknown item 'ENV_ROOTPATH' (notify administrator)
>> configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
>> configuration error - unknown item 'CHFN_AUTH' (notify administrator)
>> jaguar npt #
>>
>>
>> Can someone tell me what I messed up, and possibly how to fix it? I have
>>been emerging a lot of stuff and doing all sorts of stuff to my box for the
>>last few days and I really don't know what this relates to. Thanks for any
>>help.
>>
>> Nick
>>
>>
>> *******nick thompson.********
>> all unix all the time.
>> *****************************
>> gentoo will show you the way.
>> *****************************
>>
>>    
>>
>
>  
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-11  5:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10  4:49 [gentoo-user] weird error messages nick thompson
2006-03-10 15:32 ` znx
2006-03-10 15:50 ` James Ausmus
2006-03-11  3:01   ` nick thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox