- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS not running - map mail.aliases
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
08-20-2002 08:43 AM
08-20-2002 08:43 AM
cat
...the following message is return:
NIS map mail.aliases specified, but NIS not running: Socket operation on non-socket
I did not get this kind of message until my system crashed and have to replace the hard drive and rebuild my system.
What's causing this and how do I get rid of it without running NIS? Are there any alternatives besides e_mailing files using mailx?
Thank you.
Jimmy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 08:59 AM
08-20-2002 08:59 AM
Re: NIS not running - map mail.aliases
aliases: files
That should fix your problem. You can use "elm" besides "mailx" .. for example ..
$ elm -s Test skchan@abc.com < myfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:26 AM
08-20-2002 09:26 AM
Re: NIS not running - map mail.aliases
I was acutally looking at this file /etc/nsswitch.conf, and told myself that it is configured so what it is complaining about... So, deleting nis on that aliases line work. Are there any consequences to deleting nis if I want NIS to run on this server in the future?
Cheers,
Jimmy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:35 AM
08-20-2002 09:35 AM
Re: NIS not running - map mail.aliases
There is no problem for deleting the NIS entry from the file now. If the entry is there, then it searches for NIS maps and will error out as it is not configured on your server.
In future, if you are setting up NIS on this system and if you want to look at the NIS tables/maps, then you can add NIS after the 'files' entry or before that, depends up on your wish to assign priority.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:47 AM
08-20-2002 09:47 AM
Re: NIS not running - map mail.aliases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 10:53 AM
08-20-2002 10:53 AM
Re: NIS not running - map mail.aliases
Cheers,
Jimmy