Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Debian

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-28-2008, 07:44 PM
Felix Karpfen
 
Posts: n/a
Notify administrator?

Since upgrading from Sarge to Etch I get the following output when I call
"su" from a user terminal:

[felixk@ ~]$ su
Password:
configuration error - unknown item 'FAIL_DELAY' (notify administrator)
configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
configuration error - unknown item 'NOLOGIN_STR' (notify administrator)
configuration error - unknown item 'ENV_HZ' (notify administrator)
configuration error - unknown item 'PASS_MAX_LEN' (notify administrator)
configuration error - unknown item 'CHFN_AUTH' (notify administrator)
configuration error - unknown item 'CLOSE_SESSIONS' (notify administrator)

Regrettably, the administrator (me) is unable to help.

What needs fixing?

Felix Karpfen



--
Felix Karpfen
Public Key 72FDF9DF (DH/DSA)
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 12:03 AM
Jerry McBride
 
Posts: n/a
Re: Notify administrator?

Felix Karpfen wrote:

> Since upgrading from Sarge to Etch I get the following output when I call
> "su" from a user terminal:
>
> [felixk@ ~]$ su
> Password:
> configuration error - unknown item 'FAIL_DELAY' (notify administrator)
> configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
> configuration error - unknown item 'NOLOGIN_STR' (notify administrator)
> configuration error - unknown item 'ENV_HZ' (notify administrator)
> configuration error - unknown item 'PASS_MAX_LEN' (notify administrator)
> configuration error - unknown item 'CHFN_AUTH' (notify administrator)
> configuration error - unknown item 'CLOSE_SESSIONS' (notify administrator)
>
> Regrettably, the administrator (me) is unable to help.
>
> What needs fixing?
>
> Felix Karpfen
>
>
>



/etc/login.defs

This is due to an upgrade shadows using an old /etc/login.defs file.


--

Jerry McBride (jmcbride@mail-on.us)
Reply With Quote
  #3 (permalink)  
Old 02-29-2008, 12:14 AM
sk8r-365
 
Posts: n/a
Re: Notify administrator?

Thus spake Felix Karpfen:
> Since upgrading from Sarge to Etch I get the following output when I call
> "su" from a user terminal:
>
> [felixk@ ~]$ su
> Password:
> configuration error - unknown item 'FAIL_DELAY' (notify administrator)
> configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
> configuration error - unknown item 'NOLOGIN_STR' (notify administrator)
> configuration error - unknown item 'ENV_HZ' (notify administrator)
> configuration error - unknown item 'PASS_MAX_LEN' (notify administrator)
> configuration error - unknown item 'CHFN_AUTH' (notify administrator)
> configuration error - unknown item 'CLOSE_SESSIONS' (notify administrator)
>
> Regrettably, the administrator (me) is unable to help.
>
> What needs fixing?
>
> Felix Karpfen
>
>
>


I Google'd the first line of your error messages and got quite a lot of
hits; here's one from http://tinyurl.com/33jj9z

Quote:
02-28-2006, 07:21 PM #3
kulmis
Member

Registered: Aug 2003
Posts: 33

After some heavy digging I found a solution from Debian bug report logs.
Thanks for the answer anyways.

P.S. Here's the solution if someone should need it: The problem is
caused by upgrading package login. apt-get for some reason doesn't
remove FAIL_DELAY etc. from /etc/login.defs eventhough they are not
needed anymore (and may not exist in that file). If you manually comment
out those lines, everything should work.
-------------------
and
-------------------
03-06-2006, 12:25 AM #4
SlithyTove
LQ Newbie

Registered: Feb 2006
Location: Philadelphia area
Distribution: Ubuntu Gutsy
Posts: 15

Thanks, Kulmis!

I just ran into that problem after an upgrade tonight, but commenting
out FAIL_DELAY fixes it.
-----------------
also from
http://www.webservertalk.com/archive...3-1442644.html
-----------------

SINNER

2006-03-27, 8:17 am
* x0054 wrote in alt.os.linux:
> x0054 <x0054@inbox.com> wrote in news:Xns978DC99FB56A1x0054inboxcom@
> 67.98.68.13:


[vbcol=seagreen]
[vbcol=seagreen]
[vbcol=seagreen]
[vbcol=seagreen]
> Any ideas guys? I know it may be simple, but I searched around and tried
> few things with no luck. This started happening when I changed FAIL_DELAY
> from 2 to 10. However I have changed it back subsequently but the problem
> has stayed.


It looks like you've done an upgrade and now FAIL_DELAY is no longer a
valid option. Comment out that line in login.defs.
----------------
lastly from
http://ubuntuforums.org/showthread.php?t=562360
----------------

[SOLVED] configuration error - unknown item 'FAIL_DELAY' (notify
administrator) After upgrading to 7.04, I got this message. I was
telnet-ing into the system:

Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.
Ubuntu 7.04 configuration error - unknown item 'FAIL_DELAY' (notify
administrator)

Nothing bad happens. I am just wondering about the message and how I
might clear it.

I upgraded telnetd; it refused all connections; I rebooted; was still
getting this error, and then commented out FAIL_DELAY in login.defs.
Problem is solved.


#
# Delay in seconds before being allowed another attempt after a login failure
#
#FAIL_DELAY 3


From three sources, it seems " commented out FAIL_DELAY in login.defs"
is the answer.

--
sk8r-365
But they that have gathered it shall eat it, and praise the LORD;
and they that have brought it together shall drink it in the courts
of my holiness. -- Isaiah 62:9
Reply With Quote
  #4 (permalink)  
Old 02-29-2008, 07:41 PM
Felix Karpfen
 
Posts: n/a
Re: Notify administrator?

On Thu, 28 Feb 2008 19:14:49 -0600, sk8r-365 wrote:

> Thus spake Felix Karpfen:
>> Since upgrading from Sarge to Etch I get the following output when I call
>> "su" from a user terminal:


SNIP
>>
>> [felixk@ ~]$ su
>> Password:
>> configuration error - unknown item 'FAIL_DELAY' (notify administrator)


SNIP

>> Regrettably, the administrator (me) is unable to help.
>>


> I Google'd the first line of your error messages and got quite a lot of
> hits; here's one from http://tinyurl.com/33jj9z


Two flies with one hit!!

It never occurred to me to use Google.

My thanks to both respondents for the advice.

Felix Karpfen


--
Felix Karpfen
Public Key 72FDF9DF (DH/DSA)
Reply With Quote
  #5 (permalink)  
Old 02-29-2008, 11:48 PM
sk8r-365
 
Posts: n/a
Re: Notify administrator?

Thus spake Felix Karpfen:
>
> Two flies with one hit!!
>
> It never occurred to me to use Google.
>
> My thanks to both respondents for the advice.
>


Felix,
Happy to help ... Google, and many other search engines, are
handy sources for sure.

--
sk8r-365
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Debian


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:36 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109