- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Login problem?!
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-12-2003 02:14 AM
05-12-2003 02:14 AM
Login problem?!
to find the user1 login information.
it return a line as follows:
user1 pts/ta May 12 13:36
But I use command 'ps -ef|user1' to find the detail.
It return nothing?
why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 02:19 AM
05-12-2003 02:19 AM
Re: Login problem?!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 02:22 AM
05-12-2003 02:22 AM
Re: Login problem?!
That's typing error.
It's 'ps -ef|grep user1'.
And the problem is going on...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 02:32 AM
05-12-2003 02:32 AM
Re: Login problem?!
ps -ef | grep `who | grep user1 | awk '{print $2}'`
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 02:35 AM
05-12-2003 02:35 AM
Re: Login problem?!
command test-------------------------
#who -u |grep user1
USER1 pts/t6 May 12 16:21 1:07 25229 10.X.X.X
#ps -ef|grep 25229
#
-------------------------
Is that much clear?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 02:57 AM
05-12-2003 02:57 AM
Re: Login problem?!
it is clear, and is due to the fact that the information is retrieved from two different areas: ps information from the process table, which is probably more correct than "who", which gets its information from utmp and wtmp. The information in wtmp and utmp may show strange things because the applications used by users may not log off properly.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 03:00 AM
05-12-2003 03:00 AM
Re: Login problem?!
PHSS_27869 hpux11.0
PHSS_27877 10.20
PHSS_27872 11.11
Revert once the patch is applied and fixed.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 03:07 AM
05-12-2003 03:07 AM
Re: Login problem?!
Are you facing the problem with CDE.
This could be for also a corrupted /etc/utmp file.
Also do check these hp docs.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000041197062
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058669385