- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: automount
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-13-2003 05:58 AM
08-13-2003 05:58 AM
Just wondering if I need to correct something here.
Thanks,
Randy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 05:59 AM
08-13-2003 05:59 AM
Re: automount
Aug 12 13:04:52 athens automount[784]: WARNING: "bg" ignored for ctsh2 in auto.net
Aug 12 13:04:52 athens automount[784]: WARNING: "bg" ignored for ctsh2 in auto.net
Aug 12 13:10:08 athens automount[784]: fork a child process to delete an entry from /etc/mnttab
Aug 12 13:10:08 athens automount[784]: fork a child process to delete an entry from /etc/mnttab
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 06:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 06:38 AM
08-13-2003 06:38 AM
Re: automount
The "mnttab" messages have stopped, but the
BG WARNINGS are constant for the NIS supplied maps. Here is an entry from the maps:
# ypcat -k auto.net | grep csh*
certsvcspre -rw,rsize=4096,wsize=4096,bg,intr maverick:/certsvcspre
Why does the system continually bark about it?
Thanks
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 03:43 AM
08-14-2003 03:43 AM
Re: automount
This error matches this format:
WARNING: option "ignored for" key in mapname
which means that automount detected an unknown mount option. Correct the entry in the appropriate map.
This entry seems to be the problem
certsvcspre -rw,rsize=4096,wsize=4096,bg,intr maverick:/certsvcspre
bg = background and this option is not necessary on HP-UX, whereas you would use that option on Solaris.
If you remove bg, the messages will cease.
I'm double checking that there is no other patch that does allow bg but from what I find so far, there's no need for it.