<?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: Bakcup command get error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511694#M365865</link>
    <description>Try adding&lt;BR /&gt;&lt;BR /&gt;Defaults visiblepw&lt;BR /&gt;&lt;BR /&gt;...to your sudoers file.</description>
    <pubDate>Sun, 11 Oct 2009 07:02:24 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2009-10-11T07:02:24Z</dc:date>
    <item>
      <title>Bakcup command get error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511693#M365864</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running a backup command: ssh Remote Host "/usr/local/bin/sudo /usr/sbin/savegrp -c emcproxy -G emcproxy_db_EDL188A”&lt;BR /&gt;&lt;BR /&gt;and getting the following error output of the command:&lt;BR /&gt;&lt;BR /&gt;sudo: no tty present and no askpass program specified.&lt;BR /&gt;&lt;BR /&gt;What does that mean?&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Sun, 11 Oct 2009 06:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511693#M365864</guid>
      <dc:creator>John Ferro</dc:creator>
      <dc:date>2009-10-11T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bakcup command get error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511694#M365865</link>
      <description>Try adding&lt;BR /&gt;&lt;BR /&gt;Defaults visiblepw&lt;BR /&gt;&lt;BR /&gt;...to your sudoers file.</description>
      <pubDate>Sun, 11 Oct 2009 07:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511694#M365865</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-10-11T07:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bakcup command get error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511695#M365866</link>
      <description>Thanks for you response, could you pls. tell me the steps on how to do?</description>
      <pubDate>Sun, 11 Oct 2009 07:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511695#M365866</guid>
      <dc:creator>John Ferro</dc:creator>
      <dc:date>2009-10-11T07:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bakcup command get error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511696#M365867</link>
      <description>Paste in your /etc/sudoers file.  You are looking for the name of the user / account assoicated with the error.  Then add the line in.</description>
      <pubDate>Sun, 11 Oct 2009 09:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511696#M365867</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-10-11T09:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bakcup command get error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511697#M365868</link>
      <description>There is a good doc about sudo indeed:&lt;BR /&gt;Check this link:&lt;BR /&gt;&lt;A href="http://www.gratisoft.us/sudo/man/sudoers.html#description" target="_blank"&gt;http://www.gratisoft.us/sudo/man/sudoers.html#description&lt;/A&gt;</description>
      <pubDate>Sun, 11 Oct 2009 12:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511697#M365868</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-10-11T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bakcup command get error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511698#M365869</link>
      <description>make sure you have not configured tty_tickets &lt;BR /&gt;If set, users must authenticate on a per-tty basis. Normally, sudo uses a directory in the ticket dir with the same name as the user running it. With this flag enabled, sudo will use a file named for the tty the user is logged in on in that directory. This flag is off by default.&lt;BR /&gt;&lt;BR /&gt;askpass &lt;BR /&gt;The askpass option specifies the fully qualified path to a helper program used to read the user's password when no terminal is available. This may be the case when sudo is executed from a graphical (as opposed to text-based) application. The program specified by askpass should display the argument passed to it as the prompt and write the user's password to the standard output. The value of askpass may be overridden by the SUDO_ASKPASS environment variable.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 10:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bakcup-command-get-error/m-p/4511698#M365869</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2009-10-14T10:17:53Z</dc:date>
    </item>
  </channel>
</rss>

