- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Piping problems...
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
11-26-2001 07:05 AM
11-26-2001 07:05 AM
Piping problems...
Here's my problem... I've rebooted one of my server yesterday, for maintenance, and since I've rebooted it, I can't do any kind of pipe... like: | > < and all the others...
It doesn't give me any message of error I just get back to the prompt...
Does anybody have a clue of what this can be???
Thanks
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:11 AM
11-26-2001 07:11 AM
Re: Piping problems...
Check your stty parameter; by stty -a;probably those special charecters are assigned to to some other key strokes. you can change it by stty command. man stty for more details.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:15 AM
11-26-2001 07:15 AM
Re: Piping problems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:32 AM
11-26-2001 07:32 AM
Re: Piping problems...
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:45 AM
11-26-2001 07:45 AM
Re: Piping problems...
is this problem with only one userid and all the user ids??
Confirm this.
Also, as a test, mv the .profile , .exrc of a user id to .old files and relogin and try it. If this works, look at the profile and see whether there is any stty setting which is customized.
If this is a happening only a console, then you have terminal settings problem.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:46 AM
11-26-2001 07:46 AM
Re: Piping problems...
Does it happen on only the console or also if if you telnet in?
If its only on the console, then reset the console back to its defaults. If its only one userID, check stty -a for that user and also make sure its using the correct shell. Try using another shell such as ksh to see if the commands "|, >, <" work there. I also saw this happen once when the system had set up its own shell that was filtering and logging commands, the shell was written poorly and did not allow the use of these commands.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:59 AM
11-26-2001 07:59 AM
Re: Piping problems...
I cleaned it up and I'm back on track..
Thanks for the help anyway!