- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tcsh on 11.22 dumps core
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
02-02-2004 05:46 AM
02-02-2004 05:46 AM
tcsh on 11.22 dumps core
Pardon my inexperience, it has been a _long_ time since I've been in HP/UX water, and this is my first foray using Itanium gear.
The problem is this: I have installed 11.22, plus the June patch cluster, onto an RX2600. I have then installed the tcsh 6.12.00 from the uk software repository (I don't have the URL handy, but I can dig it up if it is relevant). Whenever tcsh does... well, anything (like _ls_) it displays the output of the command and then dumps core. This makes it pretty difficult for my user community to use the box, since the .cshrc we use triggers this core dump.
I believe this means I have forgotten to do something pretty fundamental, but can't for the life of me figure it out.
Any hints would be extremely welcome. If I can provide more information, please let me know and I'll dig it up.
Thank you for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2004 09:35 AM
02-02-2004 09:35 AM
Re: tcsh on 11.22 dumps core
first try to move any user specific code out of the way: ~/.login, ~/.thshrc, ~/.cshrc
Now you should get a `clean' environment. Look if the basics work. ls has some extension mechanisms in the tcsh to enable fast listings, so that is not a good example to start testing with
Do a 'set' command and be sure that everything suspicious is turned off: unset 'listflags'
(listflags is what influences ls behaviour)
now set back bit by bit the user settings until tcsh barfs
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 03:42 AM
02-03-2004 03:42 AM
Re: tcsh on 11.22 dumps core
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 03:45 AM
02-03-2004 03:45 AM
Re: tcsh on 11.22 dumps core
I've downloaded the source code for tcsh (form the same place I got the binary from) and built it using the bundled compiler, and the resulting shell so far works well.
I don't know if this means that there is an issue with the downloaded archive.
Thanks for all your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 04:05 AM
02-03-2004 04:05 AM
Re: tcsh on 11.22 dumps core
http://hpux.connect.org.uk/hppd/hpux/Shells/tcsh-6.12.00/
http://hpux.cs.utah.edu/hppd/hpux/Shells/tcsh-6.12.00/
Regards,
Robert-Jan