<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: bdf error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732304#M65740</link>
    <description>Check permission of /usr/lib/dld.sl&lt;BR /&gt;It should be ..&lt;BR /&gt;-r-xr-xr-x  owner=bin group=bin&lt;BR /&gt;&lt;BR /&gt;It it's not then change it like so ..&lt;BR /&gt;# chmod 555 /usr/lib/dld.sl</description>
    <pubDate>Tue, 28 May 2002 02:22:25 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-05-28T02:22:25Z</dc:date>
    <item>
      <title>bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732303#M65739</link>
      <description>hi,&lt;BR /&gt;I am getting this error messgage, can anyone help me?&lt;BR /&gt;#bdf&lt;BR /&gt;crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000013&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 02:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732303#M65739</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-05-28T02:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732304#M65740</link>
      <description>Check permission of /usr/lib/dld.sl&lt;BR /&gt;It should be ..&lt;BR /&gt;-r-xr-xr-x  owner=bin group=bin&lt;BR /&gt;&lt;BR /&gt;It it's not then change it like so ..&lt;BR /&gt;# chmod 555 /usr/lib/dld.sl</description>
      <pubDate>Tue, 28 May 2002 02:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732304#M65740</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-28T02:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732305#M65741</link>
      <description>Yes, it was 555&lt;BR /&gt;# ll /usr/lib/dld.sl&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         163840 Jun 21  2001 /usr/lib/dld.sl&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 02:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732305#M65741</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-05-28T02:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732306#M65742</link>
      <description>check for this permission&lt;BR /&gt;-r-sr-xr-x   1 root       bin          24576 Aug 30  2000 /usr/bin/bdf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#grep 13 usr/include/sys/errno.h&lt;BR /&gt;#define EACCES          13      /* Permission denied            */</description>
      <pubDate>Tue, 28 May 2002 02:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732306#M65742</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-28T02:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732307#M65743</link>
      <description>That's odd because I could have sworn error 13 is related to "permission denied" error. If you check /usr/include/sys/errno.h and look for ...&lt;BR /&gt;# cat /usr/include/sys/errno.h | grep -i permission&lt;BR /&gt;..you should see it's error number 13.&lt;BR /&gt;&lt;BR /&gt;What about these dirs .. ?? &lt;BR /&gt;/usr 555 bin:bin&lt;BR /&gt;/usr/lib 555 bin:bin&lt;BR /&gt;&lt;BR /&gt;     &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 02:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732307#M65743</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-28T02:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732308#M65744</link>
      <description>I didn't touch anyting like these. It is already same there as it was.&lt;BR /&gt;# ll /usr/bin/bdf&lt;BR /&gt;-r-sr-xr-x   1 bin        bin          24576 Jan 11  2001 /usr/bin/bdf&lt;BR /&gt;# bdf&lt;BR /&gt;crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000013&lt;BR /&gt;# grep 13 /usr/include/sys/errno.h&lt;BR /&gt;#define EACCES          13      /* Permission denied            */&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 02:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732308#M65744</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-05-28T02:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732309#M65745</link>
      <description># ls -ld /usr&lt;BR /&gt;dr-xr-xr-x  23 bin        bin           1024 Jun 21  2007 /usr&lt;BR /&gt;# ls -ld /usr/lib&lt;BR /&gt;dr-xr-xr-x  34 bin        bin           8192 Jul 26 17:02 /usr/lib&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 02:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732309#M65745</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-05-28T02:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732310#M65746</link>
      <description>check this doc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/ciss/doLogin.do?TargetPage=http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000024598791" target="_blank"&gt;http://support2.itrc.hp.com/service/ciss/doLogin.do?TargetPage=http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000024598791&lt;/A&gt;</description>
      <pubDate>Tue, 28 May 2002 02:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732310#M65746</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-28T02:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732311#M65747</link>
      <description>What is your permission for &lt;BR /&gt;#ll -d /&lt;BR /&gt;&lt;BR /&gt;It should be &lt;BR /&gt;drwxr-xr-x  36 root     root        1024 Nov 16 16:16 /&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 03:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732311#M65747</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-28T03:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732312#M65748</link>
      <description>Thank you Manikandan, it was because the permission for / is not correct, once I put it back I can run bdf without any error.  But not sure how to trace this problem as to why it happened and who or what program has changed it.  Any idea?&lt;BR /&gt;&lt;BR /&gt;Thank you again.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 03:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732312#M65748</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-05-28T03:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732313#M65749</link>
      <description>You will need root acces to change the permission of /.&lt;BR /&gt;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?&lt;BR /&gt;Of course you can ask otherswith root access.&lt;BR /&gt;&lt;BR /&gt;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".).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Tue, 28 May 2002 07:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732313#M65749</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-05-28T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: bdf error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732314#M65750</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Rgards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Tue, 28 May 2002 10:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-error/m-p/2732314#M65750</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-05-28T10:05:04Z</dc:date>
    </item>
  </channel>
</rss>

