- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Failed to listen on network
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-10-2002 03:28 AM
05-10-2002 03:28 AM
Starting up the MTA as root, does not give me any problems, but using a 'normal' user is not succesfull. While starting up the MTA, it gives me the error: "Failed to listen on network".
In of the ini-files i see that it makes use of /dev/inet_cots, which is a softlink to /dev/tcp.
Changing permissions and ownerships here, or setting up as a hard link does not make any difference..
Anybody any clue ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:02 AM
05-10-2002 06:02 AM
Re: Failed to listen on network
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:23 AM
05-10-2002 06:23 AM
Re: Failed to listen on network
I'm using isocor to set up some MTA's (messaging).
The executable x400mta can be started by root without a problem. I only want to test messaging using tcp, no x25 or others.
The default port is 'tsap 102/tcp'.
The mta uses /usr/lib/isocor/isostack.ini, telling him the device to be used:
[rfc1006]
tcp=/dev/inet_cots
Under HPUX10.20 it is just a normal looking characterdevice:
crw-rw-rw 1 root sys 72 0x00007a
On HPUX11.00 it is a link:
lrw-rw-rw 1 root sys /dev/inet_cots -> /dev/tcp
.. and /dev/tcp is
crw-rw-rw 1 root sys 72 0x000082
The used files are all set with the permissions according to the manual; and maybe i'm looking at the wrong things.. i don't know..
Starting up the mta as a non-root user goes like this:
$> ./x400mta -d /contrib/prod/run/OBSWITCH3 OBSWITCH3
ISOPLEX version 4.4.4 HP-UX 11 Release 1.23
Copyright (c) 1994-1999, ISOCOR
[x400@prodob2]
Failed to listen on network
$> echo $?
0
.. and no mta running..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 07:52 AM
05-10-2002 07:52 AM
Re: Failed to listen on network
Although not set in /etc/services but in some ini-file (like mtalist), i now communicate above 1024.
Thanks again !!
Greetings,
Ceesjan
(again a case closed)