<?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: HPUX 11.X file permisions query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187106#M899145</link>
    <description>Seems likely you are running into a kernel limit.&lt;BR /&gt;&lt;BR /&gt;My guess based on this info is nfiles.&lt;BR /&gt;&lt;BR /&gt;nfiles/nproc can be raised by increaseing the maxusers parameter.&lt;BR /&gt;&lt;BR /&gt;sam&lt;BR /&gt;kernel&lt;BR /&gt;configurable parameters&lt;BR /&gt;&lt;BR /&gt;bump up maxusers, process new kernel boot.&lt;BR /&gt;&lt;BR /&gt;There are other possible causes including poorly written "daemons"&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 10 Feb 2004 01:41:30 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-02-10T01:41:30Z</dc:date>
    <item>
      <title>HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187103#M899142</link>
      <description>&lt;BR /&gt; One of our daemon  during runtime  creates files with 666 permissions.But at the customer site we observed that it creates 644. I&lt;BR /&gt;checked umask on the customer system. It is same as mine 022. I don't see any issue in that. All our daemons run as root.&lt;BR /&gt;&lt;BR /&gt;All these files are opened and processed.There are roughly 19000 files.All the file descriptors are opened and closed properly while processing.While some of the files gets processed fine with the above permission. But randomly it fails at some file.After that all other files fails with  permission denied EACCES 13 while trying to open those files for processing.&lt;BR /&gt;&lt;BR /&gt;  What can be the reason ? Any pointers are highly appreciated ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt; Suresh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 01:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187103#M899142</guid>
      <dc:creator>Suresh_36</dc:creator>
      <dc:date>2004-02-10T01:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187104#M899143</link>
      <description>What do you mean by a daemon?&lt;BR /&gt;Is that a script which does this?&lt;BR /&gt;Then check that out whether any permission handling is done there.&lt;BR /&gt;&lt;BR /&gt;REvert</description>
      <pubDate>Tue, 10 Feb 2004 01:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187104#M899143</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-02-10T01:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187105#M899144</link>
      <description>If the permissions are being created incorrectly, it is 99% certain that umask is set wrong somewhere.  However, as your appliaction runs as root, this probably isn't the problem.&lt;BR /&gt; &lt;BR /&gt;Firstly, does the customer site have ACL's.  I'm not sure if they are relevant but I hope so because the only other thing that sort of makes sense to me is filesystem corruption.</description>
      <pubDate>Tue, 10 Feb 2004 01:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187105#M899144</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-10T01:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187106#M899145</link>
      <description>Seems likely you are running into a kernel limit.&lt;BR /&gt;&lt;BR /&gt;My guess based on this info is nfiles.&lt;BR /&gt;&lt;BR /&gt;nfiles/nproc can be raised by increaseing the maxusers parameter.&lt;BR /&gt;&lt;BR /&gt;sam&lt;BR /&gt;kernel&lt;BR /&gt;configurable parameters&lt;BR /&gt;&lt;BR /&gt;bump up maxusers, process new kernel boot.&lt;BR /&gt;&lt;BR /&gt;There are other possible causes including poorly written "daemons"&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Feb 2004 01:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187106#M899145</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-10T01:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187107#M899146</link>
      <description>I checked customer's umask .It is 022 same as my system. In my system files gets created with 666. &lt;BR /&gt;The files created on customer system are having 644 most of the times.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem is happening on 3 of the customer systems.How can I confirm is it because of file system corruption.?</description>
      <pubDate>Tue, 10 Feb 2004 01:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187107#M899146</guid>
      <dc:creator>Suresh_36</dc:creator>
      <dc:date>2004-02-10T01:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187108#M899147</link>
      <description>Any problems things are logged to /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;If the case was of any file system problem check this log for any errors!</description>
      <pubDate>Tue, 10 Feb 2004 01:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187108#M899147</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-02-10T01:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187109#M899148</link>
      <description>I checked up the code. The file descriptors are opened and closed properly. I doubt if that can be any issue with nfiles. However I will check this with the customer.Any other pointers....</description>
      <pubDate>Tue, 10 Feb 2004 01:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187109#M899148</guid>
      <dc:creator>Suresh_36</dc:creator>
      <dc:date>2004-02-10T01:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187110#M899149</link>
      <description>I checked up the syslog file&lt;BR /&gt;I see the following &lt;BR /&gt;What does this mean ?&lt;BR /&gt;&lt;BR /&gt;NSTATS 1074494784 1073904383 A=2506 PTR=172526&lt;BR /&gt;XSTATS 1074494784 1073904383 RR=3406 RNXD=3405 RFwdR=3406 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=22 SAns=15765 SFwdQ=158483 SDupQ=1240502 SErr=0 RQ=175032 RIQ=0 RFwdQ=158483 RDupQ=784 RTCP=0 SFwdR=3406 SFail=154987 SFErr=0 SNaAns=0 SNXD=15744&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 02:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187110#M899149</guid>
      <dc:creator>Suresh_36</dc:creator>
      <dc:date>2004-02-10T02:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187111#M899150</link>
      <description>Those messages are from DNS</description>
      <pubDate>Tue, 10 Feb 2004 02:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187111#M899150</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-02-10T02:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187112#M899151</link>
      <description>Suresh,&lt;BR /&gt;&lt;BR /&gt;you talk about daemons. So these are started at boot time. How do you check the umask setting?&lt;BR /&gt;I think it's not enough to login as root and type 'umask'. The init process, that starts all daemons using rc, but it doesn't use something like /etc/profile for setting some variables or the umask. &lt;BR /&gt;&lt;BR /&gt;Did you check the startup scripts of these daemons? What happens if you just add a line 'umask 022' to the startup script?&lt;BR /&gt;&lt;BR /&gt;I have no solution for your access denied error.&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Tue, 10 Feb 2004 02:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187112#M899151</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-02-10T02:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187113#M899152</link>
      <description>Hi,&lt;BR /&gt; These daemons are started at boot time. But the customer stops and starts the daemons everyday to take some backup. I will check the customer to set proper umask for the shell in which they are starting the daemons.&lt;BR /&gt;&lt;BR /&gt;What else cam be the reasons for Permssion Access denied.</description>
      <pubDate>Tue, 10 Feb 2004 03:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187113#M899152</guid>
      <dc:creator>Suresh_36</dc:creator>
      <dc:date>2004-02-10T03:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187114#M899153</link>
      <description>Suresh,&lt;BR /&gt;&lt;BR /&gt;reading through  the replies:&lt;BR /&gt;- If the error occurs for a file, opening all subsequent files give an error. I think this means your daemon is 'poorly written'. Are you sure the files are always closed? Can you trace  opening and closing files to make really sure all files opened are also closed? &lt;BR /&gt;- Not an NFS filesystem, I assume.&lt;BR /&gt;- If you suspect the filesystem, unmount it and do an fsck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Tue, 10 Feb 2004 04:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187114#M899153</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-02-10T04:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.X file permisions query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187115#M899154</link>
      <description>I checked all my functions for descriptors. The file descriptors open/close is done properly.However, are there any specific patches for HPUX11.X w.r.t file descriptors ?</description>
      <pubDate>Mon, 16 Feb 2004 00:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-11-x-file-permisions-query/m-p/3187115#M899154</guid>
      <dc:creator>Suresh_36</dc:creator>
      <dc:date>2004-02-16T00:30:37Z</dc:date>
    </item>
  </channel>
</rss>

