<?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: unknown process running - find private_root in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440304#M207178</link>
    <description>If you did not run those commands, it looked like some other person with root access were doing something. I would ask around before I'd kill these processes if there were other admins, though they were not system processes and OK to be stopped.&lt;BR /&gt;&lt;BR /&gt;Chris.</description>
    <pubDate>Thu, 09 Dec 2004 14:39:08 GMT</pubDate>
    <dc:creator>Chris Xu</dc:creator>
    <dc:date>2004-12-09T14:39:08Z</dc:date>
    <item>
      <title>unknown process running - find private_root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440302#M207176</link>
      <description>I have many many of these processes running.  What is it and can it be stopped?    &lt;BR /&gt;&lt;BR /&gt;root 22086     1  0 09:09:13 ?         0:00 /usr/bin/xargs /usr/bin/chacl -d 2100.*&lt;BR /&gt;    root 14844 24858  0 14:16:26 pts/1     0:00 grep 22086&lt;BR /&gt;    root 22087 22086 230 09:09:13 ?         1:37 /usr/bin/find / ! -fstype nfs ! -path /export/private_roots/&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Dec 2004 14:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440302#M207176</guid>
      <dc:creator>Jeff Hoevenaar</dc:creator>
      <dc:date>2004-12-09T14:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: unknown process running - find private_root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440303#M207177</link>
      <description>The first process is xargs, the second grep and last one is find.&lt;BR /&gt;&lt;BR /&gt;If they are causing a problem, you can kill them. User kill -15 for the first time.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 09 Dec 2004 14:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440303#M207177</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-12-09T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: unknown process running - find private_root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440304#M207178</link>
      <description>If you did not run those commands, it looked like some other person with root access were doing something. I would ask around before I'd kill these processes if there were other admins, though they were not system processes and OK to be stopped.&lt;BR /&gt;&lt;BR /&gt;Chris.</description>
      <pubDate>Thu, 09 Dec 2004 14:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440304#M207178</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-09T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: unknown process running - find private_root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440305#M207179</link>
      <description>Start by looking in $HOME/.sh_history to see if they were started by a root user. Since the xargs command has init as a parent (PID=1), it looks like this was something put into the background. Also check cron to see if the process is being run there. It looks like a runaway script.</description>
      <pubDate>Thu, 09 Dec 2004 15:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440305#M207179</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-09T15:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: unknown process running - find private_root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440306#M207180</link>
      <description>I think these processes are left over from a SAM session. When user is removed using SAM and  user files are selected to be 'removed from all local file systems', SAM will kick off these processes in the background. Have a look in /var/sam/log/samlog, you should find them there.&lt;BR /&gt;&lt;BR /&gt;# strings -a /usr/sam/lbin/upusrfiles | grep chacl&lt;BR /&gt;/usr/bin/nohup /usr/bin/nice /usr/bin/find / ! -fstype nfs -only ! -path /export/private_roots/\* -acl opt  -a  \( ! -user %d \)  -a  -acl '%d.*' -print | /usr/bin/xargs /usr/bin/chacl -d '%d.*' &amp;gt; /dev/null 2&amp;gt;&amp;amp;1 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Get yourself a copy of lsof and run it with process id of the find process(es) (lsof -p &lt;PID&gt;) to see why they are hung.&lt;/PID&gt;</description>
      <pubDate>Thu, 09 Dec 2004 19:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-process-running-find-private-root/m-p/3440306#M207180</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-12-09T19:49:02Z</dc:date>
    </item>
  </channel>
</rss>

