<?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: Sudo question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230001#M328495</link>
    <description>sudo-1.6.9p17-src-11.11.tar.gz&lt;BR /&gt;regarding this &lt;BR /&gt;first u have gunzip&lt;BR /&gt;&lt;BR /&gt;gunzip sudo-1.6.9p17-src-11.11.tar.gz(full path name )&lt;BR /&gt;then u can extract by using tar xvf command&lt;BR /&gt;&lt;BR /&gt;Sajjad&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jul 2008 17:05:57 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2008-07-08T17:05:57Z</dc:date>
    <item>
      <title>Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4229998#M328492</link>
      <description>What is the difference between these two files:&lt;BR /&gt;&lt;BR /&gt;sudo-1.6.9p17-hppa-11.11.depot.gz&lt;BR /&gt;sudo-1.6.9p17-src-11.11.tar.gz&lt;BR /&gt;&lt;BR /&gt;Both of them are available for installation of sudo on hpux 11.11 PA RISC based servers. Which one is to choose for installation.&lt;BR /&gt;&lt;BR /&gt;Also I have a question, how can I extract the file from this gz format on hpux platform.&lt;BR /&gt;&lt;BR /&gt;Also please state the steps to install and configure sudo on HPUX server.</description>
      <pubDate>Tue, 08 Jul 2008 16:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4229998#M328492</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2008-07-08T16:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4229999#M328493</link>
      <description>The first appears to be a SD depot, ready to install with swinstall.  The second is a tar of the source, which could be loaded if you wanted or needed to build your own sudo.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 08 Jul 2008 16:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4229999#M328493</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-07-08T16:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230000#M328494</link>
      <description>How can you extract depot file out of .gz file:&lt;BR /&gt;&lt;BR /&gt;I tried tar xvfz nameoffile&lt;BR /&gt;&lt;BR /&gt;but its giving me error.</description>
      <pubDate>Tue, 08 Jul 2008 17:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230000#M328494</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2008-07-08T17:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230001#M328495</link>
      <description>sudo-1.6.9p17-src-11.11.tar.gz&lt;BR /&gt;regarding this &lt;BR /&gt;first u have gunzip&lt;BR /&gt;&lt;BR /&gt;gunzip sudo-1.6.9p17-src-11.11.tar.gz(full path name )&lt;BR /&gt;then u can extract by using tar xvf command&lt;BR /&gt;&lt;BR /&gt;Sajjad&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230001#M328495</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-07-08T17:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230002#M328496</link>
      <description>You just need to gunzip the file.&lt;BR /&gt;&lt;BR /&gt;# gunzip sudo-1.6.9p17-hppa-11.11.depot.gz&lt;BR /&gt;&lt;BR /&gt;Then you can use swinstall to install.&lt;BR /&gt;&lt;BR /&gt;If the file is in /var/tmp, then:&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /var/tmp/sudo-1.6.9p17-hppa-11.11.depot \*</description>
      <pubDate>Tue, 08 Jul 2008 17:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230002#M328496</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-07-08T17:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230003#M328497</link>
      <description>Here is the error which I am having when I am trying to install sudo on hpux 11.00 server using swinstall:&lt;BR /&gt;&lt;BR /&gt;* Beginning the Install Execution Phase.                           ^|&lt;BR /&gt;| |        * Filesets:         1                                               |&lt;BR /&gt;| |        * Files:            15                                              |&lt;BR /&gt;| |        * Kbytes:           481                                             |&lt;BR /&gt;| |        * Installing fileset "sudo.sudo-RUN,r=1.6.9p17" (1 of 1).           |&lt;BR /&gt;| | ERROR:   Unknown owner and/or group for file "/usr/local/bin/sudo".        |&lt;BR /&gt;| |          SUID and/or SGID bit was not set.                                 |&lt;BR /&gt;| | ERROR:   Failed installing fileset "sudo.sudo-RUN,r=1.6.9p17".  Check      |&lt;BR /&gt;| |          the above output for details.                                     |&lt;BR /&gt;| |        * Running install clean command /usr/lbin/sw/install_clean.         |&lt;BR /&gt;| | NOTE:    tlinstall is searching filesystem - please be patient             |&lt;BR /&gt;| | NOTE:    Successfully completed      &lt;BR /&gt;* Beginning the Configure Execution Phase.                          |&lt;BR /&gt;| |                                                                            |&lt;BR /&gt;| |        * Summary of Execution Phase:                                       |&lt;BR /&gt;| | ERROR:       Corrupt       sudo.sudo-RUN,r=1.6.9p17                        |&lt;BR /&gt;| | ERROR:   1 of 1 filesets had Errors.                                       |&lt;BR /&gt;| | ERROR:   The Execution Phase had errors.  See the above output for         |&lt;BR /&gt;| |          details.                  &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2008 18:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230003#M328497</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2008-07-08T18:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230004#M328498</link>
      <description>Here is the error which I am having when I am trying to install sudo on hpux 11.00 server using swinstall:&lt;BR /&gt;&lt;BR /&gt;* Beginning the Install Execution Phase.                         &lt;BR /&gt;        * Filesets:         1      |&lt;BR /&gt;| |        * Files:            15                                              |&lt;BR /&gt;| |        * Kbytes:           481                                             |&lt;BR /&gt;| |        * Installing fileset "sudo.sudo-RUN,r=1.6.9p17" (1 of 1).           |&lt;BR /&gt;| | ERROR:   Unknown owner and/or group for file "/usr/local/bin/sudo".        |&lt;BR /&gt;| |          SUID and/or SGID bit was not set.                                 |&lt;BR /&gt;| | ERROR:   Failed installing fileset "sudo.sudo-RUN,r=1.6.9p17".  Check      |&lt;BR /&gt;| |          the above output for details.                                     |&lt;BR /&gt;| |        * Running install clean command /usr/lbin/sw/install_clean.         |&lt;BR /&gt;| | NOTE:    tlinstall is searching filesystem - please be patient             |&lt;BR /&gt;| | NOTE:    Successfully completed      &lt;BR /&gt;* Beginning the Configure Execution Phase.                          |&lt;BR /&gt;| |                                                                            |&lt;BR /&gt;| |        * Summary of Execution Phase:                                       |&lt;BR /&gt;| | ERROR:       Corrupt       sudo.sudo-RUN,r=1.6.9p17                        |&lt;BR /&gt;| | ERROR:   1 of 1 filesets had Errors.                                       |&lt;BR /&gt;| | ERROR:   The Execution Phase had errors.  See the above output for         |&lt;BR /&gt;| |          details.                  &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2008 18:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230004#M328498</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2008-07-08T18:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230005#M328499</link>
      <description>1) looks like you have a corrupted download&lt;BR /&gt;&lt;BR /&gt;2) the depot is for 11.11, your server is running 11.00 - doesn't fit together!</description>
      <pubDate>Tue, 08 Jul 2008 18:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230005#M328499</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-08T18:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230006#M328500</link>
      <description>I've had this error on some of my servers.  For whatever reason swinstall was not able to set the permissions on the sudo executable correctly.&lt;BR /&gt;&lt;BR /&gt;You probably just need to set them manually:&lt;BR /&gt;&lt;BR /&gt;# chown root:root /usr/local/bin/sudo&lt;BR /&gt;# chmod 4111 /usr/local/bin/sudo&lt;BR /&gt;&lt;BR /&gt;Now give sudo a try and see if it works.</description>
      <pubDate>Tue, 08 Jul 2008 19:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-question/m-p/4230006#M328500</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-07-08T19:06:16Z</dc:date>
    </item>
  </channel>
</rss>

