<?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: /lib losed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494151#M215539</link>
    <description>This sounds suspiciously like someone has created (or changed) a cron job to periodically delete it, and possibly other things. Have any disgruntled employees recently left your company?&lt;BR /&gt;Also check for suspicious at jobs that re-spawn themselves.&lt;BR /&gt;Also check sulog and syslog, as someone may have the password and just not know what they're doing.&lt;BR /&gt;It would probably be an idea to change the password if you haven't already.</description>
    <pubDate>Tue, 01 Mar 2005 04:41:37 GMT</pubDate>
    <dc:creator>Gordon  Morrison</dc:creator>
    <dc:date>2005-03-01T04:41:37Z</dc:date>
    <item>
      <title>/lib losed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494146#M215534</link>
      <description>gurus,&lt;BR /&gt;&lt;BR /&gt;why /lib that link to /usr/lib losed itself??&lt;BR /&gt;how can root access only by sysadmin???</description>
      <pubDate>Mon, 28 Feb 2005 06:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494146#M215534</guid>
      <dc:creator>piyut_1</dc:creator>
      <dc:date>2005-02-28T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: /lib losed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494147#M215535</link>
      <description>root access is only by sysadmin because only a systems administrator should be messing around with some things that root has access.&lt;BR /&gt;&lt;BR /&gt;sysadmin=root user&lt;BR /&gt;root user should be sysadmin.&lt;BR /&gt;&lt;BR /&gt;Wondering if you recently upgraded from HP-UX 9 to 10 or above or something.&lt;BR /&gt;&lt;BR /&gt;If that link is gone it was either erased or it was damaged by some kind of hardware failure.&lt;BR /&gt;&lt;BR /&gt;IT may not be time to check hardware and restore this system to a known, working backup, at least vg00.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Feb 2005 06:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494147#M215535</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-28T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: /lib losed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494148#M215536</link>
      <description>can common user access as root with .rhosts or other configurations file???&lt;BR /&gt;i just disable rlogin in my server hp-ux B 11.11.&lt;BR /&gt;what use of /lib ????</description>
      <pubDate>Mon, 28 Feb 2005 07:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494148#M215536</guid>
      <dc:creator>piyut_1</dc:creator>
      <dc:date>2005-02-28T07:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: /lib losed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494149#M215537</link>
      <description>/lib should be a symbolic link to /usr/lib&lt;BR /&gt;If the link is not there, re-create it like this:&lt;BR /&gt;ln -s /usr/lib /lib&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Mon, 28 Feb 2005 10:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494149#M215537</guid>
      <dc:creator>Gordon  Morrison</dc:creator>
      <dc:date>2005-02-28T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: /lib losed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494150#M215538</link>
      <description>gurus,&lt;BR /&gt;&lt;BR /&gt;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???</description>
      <pubDate>Mon, 28 Feb 2005 20:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494150#M215538</guid>
      <dc:creator>piyut_1</dc:creator>
      <dc:date>2005-02-28T20:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: /lib losed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494151#M215539</link>
      <description>This sounds suspiciously like someone has created (or changed) a cron job to periodically delete it, and possibly other things. Have any disgruntled employees recently left your company?&lt;BR /&gt;Also check for suspicious at jobs that re-spawn themselves.&lt;BR /&gt;Also check sulog and syslog, as someone may have the password and just not know what they're doing.&lt;BR /&gt;It would probably be an idea to change the password if you haven't already.</description>
      <pubDate>Tue, 01 Mar 2005 04:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lib-losed/m-p/3494151#M215539</guid>
      <dc:creator>Gordon  Morrison</dc:creator>
      <dc:date>2005-03-01T04:41:37Z</dc:date>
    </item>
  </channel>
</rss>

