- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why the messages to syslog.log? ---> lost connecti...
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
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
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
02-17-2005 09:09 AM
02-17-2005 09:09 AM
Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
Angie
=============================================
Feb 17 13:27:18
Feb 17 13:27:18
Feb 17 13:27:32
Feb 17 13:27:32
Feb 17 13:27:32
Feb 17 13:29:30
Feb 17 13:29:30
Feb 17 13:29:30
Feb 17 13:29:45
Feb 17 13:29:45
Feb 17 13:29:45
Feb 17 13:31:43
Feb 17 13:31:43
Feb 17 13:31:43
Feb 17 13:31:55
Feb 17 13:31:55
Feb 17 13:31:55
Feb 17 13:33:55
Feb 17 13:33:55
Feb 17 13:33:55
Feb 17 13:34:05
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 09:18 AM
02-17-2005 09:18 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 10:56 PM
02-17-2005 10:56 PM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
127.0.0.1 localhost loopback
If you don't, that's your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 11:03 PM
02-17-2005 11:03 PM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
without locahost being defined the system will not be able to translate the system name localhost using /etc/hosts.
It tries by substituting with 0.0.0.0 which fails. Add entry into /etc/hosts.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 02:28 AM
02-18-2005 02:28 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
Angie
127.0.0.1 localhost loopback
Feb 18 07:24:04
Feb 18 07:24:04
Feb 18 07:24:04
Feb 18 07:24:32
Feb 18 07:24:32
Feb 18 07:24:32
Feb 18 07:26:17
Feb 18 07:26:17
Feb 18 07:26:17
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 03:02 AM
02-18-2005 03:02 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
If you only do DNS resolution, and your DNS server does not have localhost, that may be the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 03:45 AM
02-18-2005 03:45 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
you can quickly check whether localhost is being correctly translated with:
ping localhost
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 06:49 AM
02-18-2005 06:49 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
hosts: dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files
I did ping localhost and it resolved just fine.
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 07:00 AM
02-18-2005 07:00 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
and post the output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 07:11 AM
02-18-2005 07:11 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
can you post the output of
(1) cat /etc/resolv.conf
(2) grep -i ftp /etc/inetd.conf
(3) nslookup localhost
(4) nslookup 0.0.0.0
(5) what `which named`
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 10:04 AM
02-18-2005 10:04 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
$ more resolv.conf
domain
nameserver
nameserver
$
$ hostname
===================
$ grep -i ftp /etc/inetd.conf
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -lda
$ ==================================
$ nslookup localhost
Name Server:
Address:
Trying DNS
Name: localhost.
Address: 127.0.0.1
$ ===============================
$ nslookup 0.0.0.0
Name Server:
Address:
Trying DNS
looking up FILES
*** No hostname information is available for "0.0.0.0"
$
==================================
$ what `which named`
can't open no (26)
named:
Copyright (c) 1986, 1989, 1990 The Regents of the University of California.
named 8.1.2 Thu Feb 15 05:53:45 GMT 2001 PHNE_23275
can't open in (26)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 10:28 AM
02-18-2005 10:28 AM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
hosts: dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files
to
hosts: files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 11:48 PM
02-18-2005 11:48 PM
Re: Why the messages to syslog.log? ---> lost connection to localhost [0.0.0.0]
when was the last t9ime this machine was patched?
also, it doesn't help when you try to mask hostnames and IP's making lines like this to look bad:
>>>$ nslookup localhost
>>>Name Server:
>>>Address:
>>>
>>>Trying DNS
>>>Name: localhost.
>>>Address: 127.0.0.1
so does "nslookup localhost" really return
"Name Server:
like
Name Server: sysadmin.sysadmin.com
???
or "Name: localhost.
like Name: localhost.sysadmin.com
???
also, can you post the output of "netstat -rn" and if the IP's are only internal, there's no need to mask them!
live free or die
harry d brown jr