- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- INIT: Timeout reached - error in writing wtmp file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2001 11:48 AM
тАО11-26-2001 11:48 AM
INIT: Timeout reached - error in writing wtmp file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2001 11:57 AM
тАО11-26-2001 11:57 AM
Re: INIT: Timeout reached - error in writing wtmp file
1) Permission on /var/adm/wtmp - shoud be -rw-rw-r-- and owner and group of adm.
2) Size of /var/adm/wtmp - It's not 2GB is it? /var is typically not largefile enabled. But wtmp shouldn't be anywhere near 2GB either.
3) Is the /var filesystem full? If so, you wouldn't be able to write any more into wtmp.
Here is my wtmp:
# ll /var/adm/wtmp
-rw-rw-r-- 1 adm adm 9122100 Nov 26 13:54 /var/adm/wtmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2001 11:59 AM
тАО11-26-2001 11:59 AM
Re: INIT: Timeout reached - error in writing wtmp file
# ll /var/adm/wtmp
-rw------- 1 root sys 13846680 Nov 26 13:57 /var/adm/wtmp
Here's from yet another system (permissions match the first system):
# ll /var/adm/wtmp
-rw-rw-r-- 1 adm adm 73200 Nov 26 01:05 /var/adm/wtmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2001 12:05 PM
тАО11-26-2001 12:05 PM
Re: INIT: Timeout reached - error in writing wtmp file
-rw-rw-r-- 1 adm adm 88080 Nov 26 13:40 /var/adm/wtmp
bdf shows only 65% of /var used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2001 12:10 PM
тАО11-26-2001 12:10 PM
Re: INIT: Timeout reached - error in writing wtmp file
/etc/wtmp has permissions lrwxrwxrwt and is owned by root, group sys. /var/adm/wtmp has permissions -rw-rw-r-- and is owned by adm, group adm. /etc/wtmp is linked to /var/adm/wtmp. directory /etc has permissions dr-xr-xr-x, owned by bin, group bin.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2001 12:26 PM
тАО11-26-2001 12:26 PM
Re: INIT: Timeout reached - error in writing wtmp file
lrw-rw-r-T owned by root group sys. I really don't think wtmp is the problem. The last command works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 03:09 AM
тАО11-27-2001 03:09 AM
Re: INIT: Timeout reached - error in writing wtmp file
Can you please post:
- Your HP-UX release.
- The *exact* error message, i.e. with the exact upper/lower case, exact punctuation, space(s), etc..
- The messages directly before and after this error message.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 03:22 AM
тАО11-27-2001 03:22 AM
Re: INIT: Timeout reached - error in writing wtmp file
The init process will call each script with the 'start_msg' argument, then proceed to call them with the 'start' argument as it moves up through the run levels. A script that does not handle the 'start_msg' argument and instead attempts to start some application will cause this type of boot-up problem. I have seen people make this mistake many times.
I would suggest examining any recently created / modified /sbin/init.d scripts for this type of problem. Look at the /sbin/init.d/template script for an example of how they should be written.
Cheers,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:26 AM
тАО11-27-2001 07:26 AM
Re: INIT: Timeout reached - error in writing wtmp file
reboot system
during reboot receiving normal boot messages and then
/sbin/auto_parms:DHCP access is disabled (see /etc/auto_parms.log)
(system sits here for the longest time)
then receive
INIT: Timeout reached - Error in writing to wtmp file
then system hangs
only way to break out of hang is to CNTRL/SHIFT/|.