- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to open file /var/adm/nettl.LOG00
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
Forums
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
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
тАО08-30-2001 07:00 AM
тАО08-30-2001 07:00 AM
Unable to open file /var/adm/nettl.LOG00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 07:20 AM
тАО08-30-2001 07:20 AM
Re: Unable to open file /var/adm/nettl.LOG00
1 - You can stop the network transportt layer logging daemon by doing /sbin/init.d/nettl stop
However it can produce some important logs so I would view this as a tempory solution.
2 - You mention something about the user lp being mentioned. This files should be owned by root
# ll /var/adm/nettl.LOG*
-rw-r--r-- 1 root sys ... /var/adm/nettl.LOG00
-rw-r--r-- 1 root sys ... /var/adm/nettl.LOG01
This process is a root process
do
# ps -fe | grep nettl
root 435 1 0 ... /usr/lbin/ntl_reader 0 1 1 1 1000 /var/adm/nettl /var/adm/co
root 436 435 0 ... /usr/sbin/netfmt -C -F -f /var/adm/nettl.LOG00 -c /var/adm/c
For what ever reason it sounds like the user lp has taken control (hence it may not be able to read it)
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 07:20 AM
тАО08-30-2001 07:20 AM
Re: Unable to open file /var/adm/nettl.LOG00
Are there any processes running as lp that shouldn't be:
ps -flu lp
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 07:21 AM
тАО08-30-2001 07:21 AM
Re: Unable to open file /var/adm/nettl.LOG00
they should belong to root and have permissions 644
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 07:40 AM
тАО08-30-2001 07:40 AM
Re: Unable to open file /var/adm/nettl.LOG00
The continued messages in the nettl.LOG00 file are "tcp_rput_other: case T_ERROR_ACK, ERROR_prim == 1".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 07:46 AM
тАО08-30-2001 07:46 AM
Re: Unable to open file /var/adm/nettl.LOG00
-rw-r--r- 1 root root for both nettl.LOG00 and nettl.LOG01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 07:51 AM
тАО08-30-2001 07:51 AM
Re: Unable to open file /var/adm/nettl.LOG00
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2001 11:53 AM
тАО08-31-2001 11:53 AM
Re: Unable to open file /var/adm/nettl.LOG00
# ps -ef | grep nettl
root 28622 1 9 12:44:05 ? 0:00 /usr/lbin/ntl_reader 0 1 1 1 1000 /var/adm/nettl /var/adm/co
root 28648 25193 2 12:45:25 ttyp1 0:00 grep nettl
root 28623 28622 14 12:44:05 ? 0:00 /usr/sbin/netfmt -C -F -f /var/adm/nettl.LOG00 -c /var/adm/c
May never know why this happened but recovering should be easy. Just do a nettl stop, remove or rename the existing nettl.LOGxx
files and restart. It will create new log files for you.
/usr/sbin/nettl stop
rm nettl.L*
/usr/sbin/nettl start