- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bdf error
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-27-2002 07:17 PM
05-27-2002 07:17 PM
I am getting this error messgage, can anyone help me?
#bdf
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000013
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:22 PM
05-27-2002 07:22 PM
Re: bdf error
It should be ..
-r-xr-xr-x owner=bin group=bin
It it's not then change it like so ..
# chmod 555 /usr/lib/dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:31 PM
05-27-2002 07:31 PM
Re: bdf error
# ll /usr/lib/dld.sl
-r-xr-xr-x 1 bin bin 163840 Jun 21 2001 /usr/lib/dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:47 PM
05-27-2002 07:47 PM
Re: bdf error
-r-sr-xr-x 1 root bin 24576 Aug 30 2000 /usr/bin/bdf
#grep 13 usr/include/sys/errno.h
#define EACCES 13 /* Permission denied */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:52 PM
05-27-2002 07:52 PM
Re: bdf error
# cat /usr/include/sys/errno.h | grep -i permission
..you should see it's error number 13.
What about these dirs .. ??
/usr 555 bin:bin
/usr/lib 555 bin:bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:53 PM
05-27-2002 07:53 PM
Re: bdf error
# ll /usr/bin/bdf
-r-sr-xr-x 1 bin bin 24576 Jan 11 2001 /usr/bin/bdf
# bdf
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000013
# grep 13 /usr/include/sys/errno.h
#define EACCES 13 /* Permission denied */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:56 PM
05-27-2002 07:56 PM
Re: bdf error
dr-xr-xr-x 23 bin bin 1024 Jun 21 2007 /usr
# ls -ld /usr/lib
dr-xr-xr-x 34 bin bin 8192 Jul 26 17:02 /usr/lib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:58 PM
05-27-2002 07:58 PM
Re: bdf error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 08:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 08:21 PM
05-27-2002 08:21 PM
Re: bdf error
Thank you again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 12:12 AM
05-28-2002 12:12 AM
Re: bdf error
So if you have a history file for root check that. Also check the suog to see who else have used root privliges. Is there any other users with UID 0 in etc passwd?
Of course you can ask otherswith root access.
Bottom line is that it will probably not be posible to find out who did it (intensionally or not. I once had a SA doing 'chmod -R 777 /usr' bacause he wanted "an open system".).
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 03:05 AM
05-28-2002 03:05 AM
Re: bdf error
If you have been performing conscientious full system backups, then one thing you can do is to identify from your backup listings of files (e.g. via omniback restore or tar tvf etc. depending on the backup method you used) to find out when the permissions actually changed.
Then, from the login records (wtmp), restore if required, check who are logged on between the time backup was "okay" and the time backup was "not okay" i.e. showing the permissions changed.
If there is security enforcement that root cannot directly login, i.e. root account must be su'ed to access. Then it would be easier to check which of the administrative accounts logged on during that period, and so forth.
Hope this helps. Rgards.
Steven Sim Kok Leong