<?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: user's can't  issue ignite in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908040#M518145</link>
    <description>Create file iux-suid.c with the following content:&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;setresuid(0,0,0);&lt;BR /&gt;exit (system ("/opt/ignite/bin/ignite"));&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Then you have to compile the file:&lt;BR /&gt;&lt;BR /&gt;$ cc -o iux-suid iux-suid.c&lt;BR /&gt;$ chown root:sys iux-suid&lt;BR /&gt;$ chmod 4555 iux-suid&lt;BR /&gt;&lt;BR /&gt;This wrapper (iux-suid) switches the user-id to root and then starts ignite. So you can change the permissions of /opt/ignite/bin/ignite back to it's original values. Then you have to run&lt;BR /&gt;&lt;BR /&gt;$ iux-suid&lt;BR /&gt;&lt;BR /&gt;to start ignite.&lt;BR /&gt;&lt;BR /&gt;Jochen&lt;/STDIO.H&gt;</description>
    <pubDate>Wed, 19 Feb 2003 15:15:24 GMT</pubDate>
    <dc:creator>Jochen Heuer</dc:creator>
    <dc:date>2003-02-19T15:15:24Z</dc:date>
    <item>
      <title>user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908027#M518132</link>
      <description>Hi, everybody&lt;BR /&gt;&lt;BR /&gt;we wanted to automate the OS and application installation on all unix platforms. In HP-UX i have created ignite server and depots of all applications. Only the root user can issue the ignite command to start the installation, for other users it says:&lt;BR /&gt;You must have super-user permissions to use this tool.&lt;BR /&gt;I wanted all users to have execute permission on ignite, so that they can install OS and applications according to their environment without asking sys admin. &lt;BR /&gt;&lt;BR /&gt;thanx in advance</description>
      <pubDate>Wed, 19 Feb 2003 13:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908027#M518132</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-19T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908028#M518133</link>
      <description>chmod?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Feb 2003 14:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908028#M518133</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-19T14:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908029#M518134</link>
      <description>I'll take that back.  At least on my system, it's already 666.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Feb 2003 14:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908029#M518134</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-19T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908030#M518135</link>
      <description>Hi, pete&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         180224 Apr 21  2001 ignite&lt;BR /&gt;&lt;BR /&gt;ignite has already execute permission by defalut to everyone</description>
      <pubDate>Wed, 19 Feb 2003 14:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908030#M518135</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-19T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908031#M518136</link>
      <description>If REALLY REALLY want to, I suppose you could run it as set-uid.&lt;BR /&gt;&lt;BR /&gt;# chmod u+s whatever&lt;BR /&gt;&lt;BR /&gt;I don't know for certain that this will work, but it's worth a shot.</description>
      <pubDate>Wed, 19 Feb 2003 14:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908031#M518136</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-02-19T14:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908032#M518137</link>
      <description>I don't know Ravi - the only thing I can think of is that HP, in their infinite wisdom, decided that Ignite was suitable for root users only.&lt;BR /&gt;&lt;BR /&gt;Actually, to me, that makes sense.  There is no way I would want Joe User out there deciding he didn't like something about his workstation's behavior and re-Igniting it.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Feb 2003 14:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908032#M518137</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-19T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908033#M518138</link>
      <description>Hi, patrick&lt;BR /&gt;&lt;BR /&gt;chmod u+s ignite&lt;BR /&gt;&lt;BR /&gt;even now user can't initiate ignite&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Feb 2003 14:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908033#M518138</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-19T14:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908034#M518139</link>
      <description>Ignte checks for the real uid... so this wrapper should work:&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;  setresuid(0,0,0);&lt;BR /&gt;  exit (system ("/opt/ignite/bin/ignite"));&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# chown root:sys ...&lt;BR /&gt;# chmod 4555 ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WARNING:&lt;BR /&gt;Don't expect any security from a system with whis thing installed. Don't say I didn't warn you. :)&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.&lt;BR /&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Wed, 19 Feb 2003 14:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908034#M518139</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-02-19T14:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908035#M518140</link>
      <description>Hi, dietmar&lt;BR /&gt;&lt;BR /&gt;#chown root:sys ignite&lt;BR /&gt;doesn't work&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Feb 2003 14:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908035#M518140</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-19T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908036#M518141</link>
      <description>You have to compile and chroot the wrapper! Sorry, thought that would be clear. Or what's the problem?&lt;BR /&gt;&lt;BR /&gt;- save proggi as iux-suid.c&lt;BR /&gt;- compile it&lt;BR /&gt;  cc -o iux-suid iux-suid.c&lt;BR /&gt;- chmod 4555 iux-suid&lt;BR /&gt;- chown root:sys iux-suid&lt;BR /&gt;&lt;BR /&gt;Then run iux-suid as non-root.</description>
      <pubDate>Wed, 19 Feb 2003 14:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908036#M518141</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-02-19T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908037#M518142</link>
      <description>Hi Dietmar&lt;BR /&gt;&lt;BR /&gt;pls can you be more clear, i am not understanding proggi. file ignite says it's only executable</description>
      <pubDate>Wed, 19 Feb 2003 15:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908037#M518142</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-19T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908038#M518143</link>
      <description>proggi=program</description>
      <pubDate>Wed, 19 Feb 2003 15:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908038#M518143</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-19T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908039#M518144</link>
      <description>Hi Ravi,&lt;BR /&gt;&lt;BR /&gt;simply take the source code, compile it and change its permissions/ownership. It's a wrapper... that means it a program (little program == proggie) that can be called by your users and which itself calls the original ignite program.&lt;BR /&gt;&lt;BR /&gt;The trick is, it tweaks Ignite by  calling the system call setresuid() before.&lt;BR /&gt;&lt;BR /&gt;Hope, it's clear now.&lt;BR /&gt;&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 19 Feb 2003 15:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908039#M518144</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-02-19T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908040#M518145</link>
      <description>Create file iux-suid.c with the following content:&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;setresuid(0,0,0);&lt;BR /&gt;exit (system ("/opt/ignite/bin/ignite"));&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Then you have to compile the file:&lt;BR /&gt;&lt;BR /&gt;$ cc -o iux-suid iux-suid.c&lt;BR /&gt;$ chown root:sys iux-suid&lt;BR /&gt;$ chmod 4555 iux-suid&lt;BR /&gt;&lt;BR /&gt;This wrapper (iux-suid) switches the user-id to root and then starts ignite. So you can change the permissions of /opt/ignite/bin/ignite back to it's original values. Then you have to run&lt;BR /&gt;&lt;BR /&gt;$ iux-suid&lt;BR /&gt;&lt;BR /&gt;to start ignite.&lt;BR /&gt;&lt;BR /&gt;Jochen&lt;/STDIO.H&gt;</description>
      <pubDate>Wed, 19 Feb 2003 15:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908040#M518145</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-02-19T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908041#M518146</link>
      <description>Hi Ravi,&lt;BR /&gt;&lt;BR /&gt;I don't know about this....&lt;BR /&gt;I guess I don't like to live *that* dangerously. If they're that capable - that they know how to properly use Ignite - they might as well be SAs.&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Feb 2003 15:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908041#M518146</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-19T15:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908042#M518147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;users doesn't call any program in my case.&lt;BR /&gt;users just login to ignite server using their id's and execute ignite. it should yield the result.&lt;BR /&gt;It's working well in AIX (NIM - network installation management). I don't the problem with HP.</description>
      <pubDate>Wed, 19 Feb 2003 15:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908042#M518147</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-19T15:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: user's can't  issue ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908043#M518148</link>
      <description>Hi Dietmar/ Jochen&lt;BR /&gt;&lt;BR /&gt;Thanx a lot, wrapper did the job</description>
      <pubDate>Wed, 19 Feb 2003 16:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-s-can-t-issue-ignite/m-p/2908043#M518148</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-19T16:04:39Z</dc:date>
    </item>
  </channel>
</rss>

