- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- trouble with permissions
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
09-25-2001 02:03 AM
09-25-2001 02:03 AM
I have a great Issue with HP-UX 11i.
After the Installation the system operated well. During the installation from the application (database import only), the connection was interrupted. Since that time I have much trouble with the system. The reasons are false permissions from a couple of files. Such as: /usr/lib/security/libpam_unix1; /usr/lbin/chgpt; /usr/bin/login.
Every day, I found more files with false permissions.
What is the reason for this and how can I solve the Issue?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 02:08 AM
09-25-2001 02:08 AM
Re: trouble with permissions
swlist -a state -l fileset|grep -v -e "configured" -e "^#"
should return an empty line.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 02:27 AM
09-25-2001 02:27 AM
Re: trouble with permissions
At this moment the permission of the "/" was changed automatically from 755 to 666. I am helpless.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 02:38 AM
09-25-2001 02:38 AM
Re: trouble with permissions
See link for the script:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa7ef6c96588ad4118fef0090279cd0f9,00.html
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 12:28 AM
09-26-2001 12:28 AM
Re: trouble with permissions
I will install the HP-UX again. But I want to know the reason for this trouble.
The swlist command doesn?t work too.
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 01:28 AM
09-26-2001 01:28 AM
SolutionIts possible that there's some syntax error or undefined variable in the script and it might be trying to do a chmod -R, i.e. if in the command chmod 660 -R /$DIR $DIR is not defined, than it will change the permissions of everything to 660 from / down.
Hope this helps.
-Santosh