- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd and syslogd
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-2003 04:27 AM
12-04-2003 04:27 AM
Case 1:
I've a HP-SD3200 with HPUX11.i, and I want to know how can get register's about inetd daemon when sombody kill it.
Case 2:
Why is there many message "restart" in "/var/adm/syslog/syslog.log" file like these?
Dec 4 09:21:25 adu820 syslogd: restart
Dec 4 10:21:39 adu820 syslogd: restart
Dec 4 11:21:40 adu820 syslogd: restart
Thank's.
Solved! Go to Solution.
- Tags:
- syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 04:32 AM
12-04-2003 04:32 AM
Re: inetd and syslogd
inetd -c restarts in place
inetd -l toggles logging.
The restart message is because for some reason the syslogd daemon is being restarted.
This could be due to strange settings in /etc/inetd.conf
It could be due to putting that daemon in /etc/inittab
Check it out, post inetd.conf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 04:39 AM
12-04-2003 04:39 AM
Re: inetd and syslogd
Notice the restart times each one hour apart - Looks like the system is restarting it and not a user.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 04:40 AM
12-04-2003 04:40 AM
Re: inetd and syslogd
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 04:53 AM
12-04-2003 04:53 AM
Solutionit already happens (with just inetd running too, that is without -l option)!
When inetd is killed, a message appears into /var/adm/syslog.log:
I have just tested it on my system:
- open a first shell:
# tail -f /var/adm/syslog/syslog.log
- open a second shell:
# inetd -k
In the first shell you will see something as
Dec 4 18:36:28 pippo inetd[5205]: Going down on signal 15
Then you will know that inetd was killed!
Anyway inetd -l to restart will trace IP addresses and/or hostname which try a connection. Just attention about this -l option; it could fill /var/adm/syslog/syslog.log quickly. Otherwise just type
# inetd
to restart.
About 'syslogd: restart' I don't know valid reasons or known problems about it anyway I'd guess that you can ignore that message but other replies about this could be more useful.
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 05:51 AM
12-04-2003 05:51 AM
Re: inetd and syslogd
20 * * * *
(the 20 could also be 21, depending on the command being run)
I think there is a script that is getting called that restarts the log file after clipping the header of the file.