- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Syslog error messages
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
12-04-2008 08:28 AM
12-04-2008 08:28 AM
Syslog error messages
Dec 3 16:09:54 APPLE inetd[5682]: Configuration complete
Dec 3 16:19:53 APPLE inetd[5682]: bootps/udp: bind: Address already in use
Dec 3 16:19:53 APPLE inetd[5682]: bootps/udp: Service enabled
Dec 3 16:29:53 APPLE inetd[5682]: bootps/udp: bind: Address already in use
Dec 3 16:29:53 APPLE inetd[5682]: bootps/udp: Service enabled
Dec 3 16:39:53 APPLE inetd[5682]: bootps/udp: bind: Address already in use
Dec 3 16:39:53 APPLE inetd[5682]: bootps/udp: Service enabled
Can any one please give me some clue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 08:41 AM
12-04-2008 08:41 AM
Re: Syslog error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 08:47 AM
12-04-2008 08:47 AM
Re: Syslog error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 08:58 AM
12-04-2008 08:58 AM
Re: Syslog error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 10:04 AM
12-04-2008 10:04 AM
Re: Syslog error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 10:19 AM
12-04-2008 10:19 AM
Re: Syslog error messages
The answer for the previous writer is
>:What does inetd -c do? Can some one give me some explainatin, please?
Reconfigure the Internet daemon; in other words, force the current inetd to reread /etc/inetd.conf.
hope so.
This will solve the problem .
Thanks,
Analyst.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 10:31 AM
12-04-2008 10:31 AM
Re: Syslog error messages
As mentioned above the bootpd is already running when a new copy is attempting to start. Take alook at
http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01032791-4
The bootpd daemon is rarely used in UNIX servers so if you don't have any network devices getting their boot information from bootpd in your server you should completely disable it.
> What does inetd -c do?
It reloads the inetd configuration from /etc/inetd.conf. If services entries were removed from /etc/inetd.conf it kills the daemons if needed and refuses connections to those services, if services were added to inetd.conf, it adds them to the service list so new connections will be accepted.