- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Message: inetd[1049]: Problem with /var/adm/inetd....
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
05-15-2002 02:04 AM
05-15-2002 02:04 AM
Message: inetd[1049]: Problem with /var/adm/inetd.sec: cannot start any servers
i have several of this messages on my main fileserver:
May 15 11:55:17 keserv inetd[1049]: Problem with /var/adm/inetd.sec: cannot start any servers
Seems that i just can't concentrate today. I feel like a normal Windows user because i (at the moment) don't understand what this message is telling me :-(
My inetd.sec file has nothing special configured. It looks like this:
dtspc allow 127.0.0.1 kitty
spc allow 127.0.0.1 keserv
mserve allow 127.0.0.1 keserv
The Server is a D380/1 running HP-UX 10.20 on 384MB RAM. It is set up as NFS and SAMBA Fileserver. There are 32 (the maximum) nfsd running and 17 smbd.
Any help is greatly appreciated
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 02:10 AM
05-15-2002 02:10 AM
Re: Message: inetd[1049]: Problem with /var/adm/inetd.sec: cannot start any servers
hope you checked the permissions of that file.
should be readable and writable only for root.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 02:13 AM
05-15-2002 02:13 AM
Re: Message: inetd[1049]: Problem with /var/adm/inetd.sec: cannot start any servers
inetd.sec reads as below
"Hosts and network names must be official names, not aliases"
See if those names are aliases and fix them and restart inetd.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 02:16 AM
05-15-2002 02:16 AM
Re: Message: inetd[1049]: Problem with /var/adm/inetd.sec: cannot start any servers
# /usr/sbin/inetd -k
# /usr/sbin/inetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 02:29 AM
05-15-2002 02:29 AM
Re: Message: inetd[1049]: Problem with /var/adm/inetd.sec: cannot start any servers
Indeed bad names
You can also
mv /var/adm/inetd.sec /var/adm/inetd.sec.bad
cp /usr/newconfig/var/adm/inetd.sec /var/adm/inetd.sec
Edit the file appropriately.
/usr/sbin/inetd -k
/usr/sbin/inetd
Then you have got all typos.
Otherwise you must nslookup the server names in the file and see what is missing.
Maybe you lost a dns server
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 03:26 AM
05-15-2002 03:26 AM
Re: Message: inetd[1049]: Problem with /var/adm/inetd.sec: cannot start any servers
I think i found tho solution. There was another message in the syslog.log which i didn't recognize the first time (bust have been partially blind):
vmunix: inode: table is full
A quick check with sar -v showed that the inode-table really is full.
Which means that i have to configure and build a new kernel. The inetd message is only a resulting error due to the full inode-table.
The permissions and entries of the inetd.sec file have been unchanged for months. So that disturbed me so much.
Thanks for your fast responses and your provided info. This forced me to have a second look in the syslog.log.
Regards Stefan