- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /lib losed
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-27-2005 10:16 PM
02-27-2005 10:16 PM
/lib losed
why /lib that link to /usr/lib losed itself??
how can root access only by sysadmin???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2005 10:27 PM
02-27-2005 10:27 PM
Re: /lib losed
sysadmin=root user
root user should be sysadmin.
Wondering if you recently upgraded from HP-UX 9 to 10 or above or something.
If that link is gone it was either erased or it was damaged by some kind of hardware failure.
IT may not be time to check hardware and restore this system to a known, working backup, at least vg00.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2005 11:14 PM
02-27-2005 11:14 PM
Re: /lib losed
i just disable rlogin in my server hp-ux B 11.11.
what use of /lib ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 02:24 AM
02-28-2005 02:24 AM
Re: /lib losed
If the link is not there, re-create it like this:
ln -s /usr/lib /lib
I believe the link exists for backward-compatibility: lib used to be /lib, but then they decided to move it to /usr/lib and they created the link to that old software would still be able to find it.
I think it is possible for a non-root user to rlogin as root without a password if root's .rhosts is set up to allow it. If it is, I would change it immediately. The use of .rhosts is very convenient, but very insecure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 12:19 PM
02-28-2005 12:19 PM
Re: /lib losed
i don't find .rhosts that enable non-root user to login as root.in /etc/sudoers only one non-root user that can sudo as root without password, he is me.now,/lib is gone again.how come???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 08:41 PM
02-28-2005 08:41 PM
Re: /lib losed
Also check for suspicious at jobs that re-spawn themselves.
Also check sulog and syslog, as someone may have the password and just not know what they're doing.
It would probably be an idea to change the password if you haven't already.