Operating System - HP-UX
1837018 Members
2168 Online
110111 Solutions
New Discussion

Re: Can't rewrite protected password entry

 
SOLVED
Go to solution
Mohd Farouk Bin Baharim
Occasional Contributor

Can't rewrite protected password entry

can help me.

I try to telnet our server but system give this message "Can't rewrite protected password entry for user root".

somebody know what this problem ?
For your Information we use HPUX 10.2
5 REPLIES 5
Rajeev  Shukla
Honored Contributor

Re: Can't rewrite protected password entry

I think root "/" filesystem is full
doug hosking
Esteemed Contributor

Re: Can't rewrite protected password entry

A full disk seems like the most likely cause. It could also be a case of running out of inodes on the root file system (depending on which file system type you are using), or I/O errors on the root file system. A less likely cause would be running out of file descriptors due to improper settings of kernel tunables.
Steven E. Protter
Exalted Contributor
Solution

Re: Can't rewrite protected password entry

Assuming this is a fs full issue, uploading a potentially helpful script.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: Can't rewrite protected password entry

If its really root / try this:

cd /
du -kx / | sort -rn | more

or

du -k | sort -n -r

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
doug hosking
Esteemed Contributor

Re: Can't rewrite protected password entry

Pretty much by definition this would be a failed attempt to rewrite something under /tcb, which is normally part of the root file system.