<?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: Setuid execution not allowed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843640#M91722</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried to modify the permissions of the file with:&lt;BR /&gt;&lt;BR /&gt;chmod 4775 &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Normally this should do the trick !&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;&lt;/FILE&gt;</description>
    <pubDate>Wed, 13 Nov 2002 09:50:25 GMT</pubDate>
    <dc:creator>Clemens van Everdingen</dc:creator>
    <dc:date>2002-11-13T09:50:25Z</dc:date>
    <item>
      <title>Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843633#M91715</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to start a program with the following line as stated in the manual:&lt;BR /&gt;&lt;BR /&gt;/opt/cdunix/ndm/bin/cdpmgr -i /opt/cdunix/ndm/cfg/bat_sap1/initparm.cfg&lt;BR /&gt;&lt;BR /&gt;after that I got the following message:&lt;BR /&gt;&lt;BR /&gt;/opt/cdunix/ndm/bin/cdpmgr: Setuid execution not allowed&lt;BR /&gt;Initialization failed.&lt;BR /&gt;&lt;BR /&gt;The file define as:&lt;BR /&gt;&lt;BR /&gt;-r-sr-x---   1 root       sterling   5085576 Jun 16  2001 cdpmgr&lt;BR /&gt;&lt;BR /&gt;can some one help to resolve this problem.</description>
      <pubDate>Wed, 13 Nov 2002 05:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843633#M91715</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2002-11-13T05:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843634#M91716</link>
      <description>The permissions I use for this background daemon are:&lt;BR /&gt;&lt;BR /&gt;-r-sr-xr-x   1 root       staff      5374764 Oct 17  2001 /usr/local/cdunix/ndm/bin/cdpmgr&lt;BR /&gt;&lt;BR /&gt;Make sure that the filesystem your using it from it set so you can start 'suid' programs.&lt;BR /&gt;Check the entries in /etc/fstab for the filesystem so that they do not have the option as "nosuid"</description>
      <pubDate>Wed, 13 Nov 2002 05:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843634#M91716</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-11-13T05:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843635#M91717</link>
      <description>The filesystem could be mounted with 'nosuid' flag. &lt;BR /&gt;check your /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;Is the file system NFS mounted?&lt;BR /&gt;Then the above should be the case&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 05:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843635#M91717</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-13T05:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843636#M91718</link>
      <description>YOu have it on /opt.&lt;BR /&gt;make sure it does not have the nosuid option in the /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvolX /opt vxfs &lt;BR /&gt;delaylog 0 2 &lt;BR /&gt;&lt;BR /&gt;The file system by default without options support suid.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 05:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843636#M91718</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-13T05:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843637#M91719</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies, I have check the /etc/fstab and found the following entry:&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;The option "nosuid" is not set. So, what could be the problem?!</description>
      <pubDate>Wed, 13 Nov 2002 08:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843637#M91719</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2002-11-13T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843638#M91720</link>
      <description>How about other filesystems?&lt;BR /&gt;&lt;BR /&gt;How about /tmp filesystem?&lt;BR /&gt;&lt;BR /&gt;Can you post your /etc/fstab file&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;NOte:&lt;BR /&gt;&lt;BR /&gt;Please do not assign points 8-10 for the responses which have solved your problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 09:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843638#M91720</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-13T09:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843639#M91721</link>
      <description>here is the /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vgemc4/lvol3 /oracle/B01 vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgemc1/lvol1 /oracle/B01/sapdata1 vxfs rw,suid,largefiles,delaylog,datainlo&lt;BR /&gt;g 0 2&lt;BR /&gt;/dev/vgemc2/lvol1 /oracle/B01/sapreorg vxfs rw,suid,largefiles,delaylog,datainlo&lt;BR /&gt;g 0 2&lt;BR /&gt;/dev/vgemc2/lvol2 /oracle/B01/origlogA vxfs rw,suid,largefiles,delaylog,datainlo&lt;BR /&gt;g 0 2&lt;BR /&gt;/dev/vgemc2/lvol3 /oracle/B01/origlogB vxfs rw,suid,largefiles,delaylog,datainlo&lt;BR /&gt;g 0 2&lt;BR /&gt;/dev/vgemc2/lvol4 /oracle/stage/stage_806 vxfs rw,suid,largefiles,delaylog,datai&lt;BR /&gt;nlog 0 2&lt;BR /&gt;/dev/vgemc2/lvol5 /sapmnt/B01 vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgemc3/lvol1 /usr/sap/trans vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vgemc4/lvol1 /oracle/B01/saparch vxfs rw,suid,largefiles,delaylog,datainlog&lt;BR /&gt; 0 2&lt;BR /&gt;/dev/vgemc4/lvol2 /usr/sap/B01 vxfs rw,suid,largefiles,delaylog,datainlog 0 2</description>
      <pubDate>Wed, 13 Nov 2002 09:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843639#M91721</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2002-11-13T09:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843640#M91722</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried to modify the permissions of the file with:&lt;BR /&gt;&lt;BR /&gt;chmod 4775 &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Normally this should do the trick !&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;&lt;/FILE&gt;</description>
      <pubDate>Wed, 13 Nov 2002 09:50:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843640#M91722</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-11-13T09:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843641#M91723</link>
      <description>how did you run this &lt;BR /&gt;Did you run this as super user?(root)&lt;BR /&gt;Can you change the permissions as Micheal suggested on the executable&lt;BR /&gt;i.e&lt;BR /&gt;-r-sr-xr-x for the executable.&lt;BR /&gt;&lt;BR /&gt;I meant not to assign 8-10 points which has //not// solved your query.&lt;BR /&gt;&lt;BR /&gt;Revert.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 09:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843641#M91723</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-13T09:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843642#M91724</link>
      <description>I have tried the Micheal and Slemens suggested file permissions on both root and cduser lognames.</description>
      <pubDate>Wed, 13 Nov 2002 10:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843642#M91724</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2002-11-13T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843643#M91725</link>
      <description>I mean from the last message that all tries were failed.</description>
      <pubDate>Wed, 13 Nov 2002 10:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843643#M91725</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2002-11-13T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843644#M91726</link>
      <description>Are you running a trusted system?&lt;BR /&gt;&lt;BR /&gt;If so, then you may have to grant the relevant group (sterling in your case) SETRUGID privileges (see man 1m setprivgrp and man privgrp).&lt;BR /&gt;&lt;BR /&gt;Try running 'setprivgrp sterling SETRUGID' and try again. If that works you'll have to add an entry to /etc/privgroup.&lt;BR /&gt;&lt;BR /&gt;Sorry I can't test it as I don't have any trusted systems.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 13 Nov 2002 11:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843644#M91726</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-13T11:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843645#M91727</link>
      <description>Verify the permissions of the mount point for this filesystem, with the filesystem unmounted.  I've seen strange results when the permissions of the mountpoint are more restrictive than when the filesystem is mounted.</description>
      <pubDate>Thu, 14 Nov 2002 13:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843645#M91727</guid>
      <dc:creator>Bruce Rhind</dc:creator>
      <dc:date>2002-11-14T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843646#M91728</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would rather ask you the output of a 'mount -p' command, because the filesystem your are using has perhaps been mounted out of fstab , I mean manually. Is it NFS mounted ?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 14 Nov 2002 14:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843646#M91728</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-11-14T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843647#M91729</link>
      <description>According to the source, this error can happen&lt;BR /&gt;if:&lt;BR /&gt;&lt;BR /&gt;1) program is setuid and the uid is out of bounds.&lt;BR /&gt;2) program is setgid and the gid is out of bounds.&lt;BR /&gt;3) The previously mentioned 'nosuid' case&lt;BR /&gt;&lt;BR /&gt;I assume that root has a uid of 0 on your system (else you'd have lots of other interesting problems!).&lt;BR /&gt;&lt;BR /&gt;The program isn't setgid, so 2) does not seem relevant.  &lt;BR /&gt;&lt;BR /&gt;That leaves the nosuid issue mentioned by others or an error message generated by the program itself as the obvious explanations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2002 17:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843647#M91729</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2002-11-14T17:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setuid execution not allowed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843648#M91730</link>
      <description>Did it ever work or is it the first time you are trying to run it?&lt;BR /&gt;&lt;BR /&gt;(the reason for asking is - is the binary for same version of hp-ux?)&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;...Manjeet</description>
      <pubDate>Thu, 14 Nov 2002 17:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-execution-not-allowed/m-p/2843648#M91730</guid>
      <dc:creator>Kellogg Unix Team</dc:creator>
      <dc:date>2002-11-14T17:24:20Z</dc:date>
    </item>
  </channel>
</rss>

