<?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: orphaned UID in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422864#M309</link>
    <description>I think there may be some sonfusion in terminology here.  UID generally refers to User ID.  But I do not know what an "orphaned" User IP might be.  Perhaps if you describe the symptoms you are seeing in some detail it might help.</description>
    <pubDate>Thu, 11 May 2000 15:00:15 GMT</pubDate>
    <dc:creator>Alan Riggs</dc:creator>
    <dc:date>2000-05-11T15:00:15Z</dc:date>
    <item>
      <title>orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422861#M306</link>
      <description>How does one remove an orphaned UID?</description>
      <pubDate>Wed, 10 May 2000 16:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422861#M306</guid>
      <dc:creator>CTCAdmin</dc:creator>
      <dc:date>2000-05-10T16:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422862#M307</link>
      <description>You could just vi the /etc/passwd file and delete it there.</description>
      <pubDate>Thu, 11 May 2000 13:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422862#M307</guid>
      <dc:creator>freddri</dc:creator>
      <dc:date>2000-05-11T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422863#M308</link>
      <description>It's not in the /etc/passwd file.&lt;BR /&gt;It's not found with the 'find' command either. &lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2000 14:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422863#M308</guid>
      <dc:creator>CTCAdmin</dc:creator>
      <dc:date>2000-05-11T14:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422864#M309</link>
      <description>I think there may be some sonfusion in terminology here.  UID generally refers to User ID.  But I do not know what an "orphaned" User IP might be.  Perhaps if you describe the symptoms you are seeing in some detail it might help.</description>
      <pubDate>Thu, 11 May 2000 15:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422864#M309</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-05-11T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422865#M310</link>
      <description>Probably this is an orphan process, do a ps -ef and get the number listed under pid.  Then think if stopping it will hurt anything, such as your data.  If it's safe to stop then type: kill -9 and the number.  I have to put a reboot in my cron schedule every night to do this, my ERP leaves so many orphans behind.</description>
      <pubDate>Thu, 11 May 2000 18:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422865#M310</guid>
      <dc:creator>Greta Blamire</dc:creator>
      <dc:date>2000-05-11T18:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422866#M311</link>
      <description>Hi,&lt;BR /&gt;I think the gentleman maybe referring to an orphaned process.  Maybe DEFUNCT?  I think this happens when a parent process dies and its child is still wating to be serviced by its parent.  You can use a kill -9 on this PID to get rid of it.  But only after you make sure nothing else will be affected by it.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2000 18:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422866#M311</guid>
      <dc:creator>Sanjay Tailor</dc:creator>
      <dc:date>2000-05-11T18:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422867#M312</link>
      <description>Could it be that files once owned by a user who has been removed reom the passwd file have reverted to display the numeric UID since the user name no longer exists.&lt;BR /&gt;&lt;BR /&gt;To display all the files use find / -user UID.&lt;BR /&gt;&lt;BR /&gt;To change the ownership of these to a known user and group use;&lt;BR /&gt;&lt;BR /&gt;find / -user -exec chown newuser:newgroup {} ;&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 11 May 2000 22:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422867#M312</guid>
      <dc:creator>John_Hancock</dc:creator>
      <dc:date>2000-05-11T22:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: orphaned UID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422868#M313</link>
      <description>It is not orphaned proces, neither orphaned UID... its is orphaned files ( i think).&lt;BR /&gt;&lt;BR /&gt;to find all orphaned files do:&lt;BR /&gt;&lt;BR /&gt;find / - nouser. &lt;BR /&gt;&lt;BR /&gt;find / -noser -exec whatyouwanttodo {} ;&lt;BR /&gt;or better&lt;BR /&gt;find / -nouser | xargs whatyouwanttodo &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See find ma page.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 May 2000 12:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/orphaned-uid/m-p/2422868#M313</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-05-12T12:31:23Z</dc:date>
    </item>
  </channel>
</rss>

