- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ogld filling up /tmp with named pipes
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-14-2002 09:05 AM
05-14-2002 09:05 AM
The latest OpenGL patch we've got installed is PHSS_24313. I know that there's a newer one out there, but the additional fixes in the new patch (don't have the name on hand at the moment) don't say anything about this problem, and we're not going to install a patch that doesn't fix the problem.
Any takers on this one? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 09:22 AM
05-14-2002 09:22 AM
Re: ogld filling up /tmp with named pipes
Would stopping dtlogin and killing the X server (and removing the start link for dtlogin in /sbin/rc3.d) be sufficient, or would we need to do more to kill the X server and keep it from running again on future reboots?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 04:07 AM
10-07-2002 04:07 AM
Re: ogld filling up /tmp with named pipes
I am running into the exact same problem. What did you do to fix this on your machines?? Any information you can provide would be greatly appreciated!
Theresa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 04:29 AM
10-07-2002 04:29 AM
SolutionIn trying, ogld reserves a shared memory segment and creates named pipe files named "from ogldn.m" in the /tmp directory.
resolution : cp /usr/dt/config/Xservers to
/etc/dt/config/Xservers-> comment out
# * Local local@console
/usr/bin/X11/X :0
perform a /sbin/init.d/dtlogin.rc stop followed by a /sbin/init.d/dtlogin.rc start (if needed for remote xdmcp connections)
OR preferably a reboot to clean up any shared memory segment reservations issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 04:56 AM
10-07-2002 04:56 AM
Re: ogld filling up /tmp with named pipes
Theresa, I had originally done what I said in my followup post (removing the start link for dtlogin.rc in /sbin/rc3.d), since we don't use XDMCP connections to these boxes, but why leave them even partially crippled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 05:56 AM
10-07-2002 05:56 AM
Re: ogld filling up /tmp with named pipes
Will commenting out this line prevent me from logging in at the console?? We have a monitor that the sysadmins occasionally hook up to these servers to do admin work. I assume that after I comment out the local@console line, that we will no longer be able to do that. Also, this will not affect remote logins, will it??
Thanks,
Theresa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 07:41 AM
10-07-2002 07:41 AM
Re: ogld filling up /tmp with named pipes
As to remote logins : no effect be they telnet or X sessions.