- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unwanted messages before login prompt.
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
06-16-2008 04:05 AM
06-16-2008 04:05 AM
In my HP UNIX server every user getting the following messages after copy right message.
COLUMNS=158;
LINES=47;
export COLUMNS LINES;
Can any one guid me to fix this issue.
Thanks
Sujith.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 04:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 04:37 AM
06-16-2008 04:37 AM
Re: Unwanted messages before login prompt.
Right. Or dtterm or hpterm.
Typically this would be as: eval `resize`
Which also shouldn't print.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 08:18 AM
06-16-2008 08:18 AM
Re: Unwanted messages before login prompt.
I have found the entry /usr/bin/X11/resize in /etc/profile file.Shall I comment out this command ? Is this activity makes any other issues?
Please help me..
Regards
Sujith.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 08:06 PM
06-16-2008 08:06 PM
Re: Unwanted messages before login prompt.
What does it look like exactly?
It should look something like this:
if tty; then # only for terminals
eval `/usr/bin/X11/resize`
fi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 11:02 PM
06-16-2008 11:02 PM
Re: Unwanted messages before login prompt.
# Resize terminal
/usr/bin/X11/resize
do i need to comment this line..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 11:24 PM
06-16-2008 11:24 PM
Re: Unwanted messages before login prompt.
># Resize terminal
/usr/bin/X11/resize
>Do i need to comment this line?
Ack! This is completely useless without eval.
The standard HP-UX profile doesn't contain that, so decades ago I added it to my .profile.
So you can either comment it out or delete it. Or add what I suggested. Or ask your users to add mine to their .profiles.