- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Errors in Syslog.log?
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
01-31-2003 05:00 AM
01-31-2003 05:00 AM
Jan 31 04:39:32 lawson1 inetd[1313]: bootps/udp: bind: Address already in use
Jan 31 04:39:32 lawson1 inetd[1313]: bootps/udp: Service enabled
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:03 AM
01-31-2003 05:03 AM
Re: Errors in Syslog.log?
Check your /etc/bootptab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:07 AM
01-31-2003 05:07 AM
Solutionplease modify the /etc/inetd.conf file and uncommend following line:
#bootps dgram udp wait root /usr/lbin/bootpd bootpd
Then edit /etc/syslog.conf and add "kern.crit" to following line:
*info.;mail.none;kern.crit
Then restart syslog daemon:
/sbin/init.d/syslogd stop/start
That should stop printing this message to syslog.log
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:21 AM
01-31-2003 05:21 AM
Re: Errors in Syslog.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:26 AM
01-31-2003 05:26 AM
Re: Errors in Syslog.log?
http://www.die.net/doc/linux/man/man5/syslog.conf.5.html
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:29 AM
01-31-2003 05:29 AM
Re: Errors in Syslog.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:32 AM
01-31-2003 05:32 AM
Re: Errors in Syslog.log?
kill running bootpd and then run:
# inetd -c
that will stop the messages.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:40 AM
01-31-2003 05:40 AM
Re: Errors in Syslog.log?
Something similar has been discovered and awarded 10 pts.
Try this link.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2589402f24d5d61190050090279cd0f9,00.html
Share and Enjoy! Ian