<?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: how to understand su syslog msg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242447#M173909</link>
    <description>yes...&lt;BR /&gt;&lt;BR /&gt;root su'ed to oracle and was on tty?? which AFAIK means it couldnt determine the tty.</description>
    <pubDate>Wed, 07 Apr 2004 09:06:11 GMT</pubDate>
    <dc:creator>Todd McDaniel_1</dc:creator>
    <dc:date>2004-04-07T09:06:11Z</dc:date>
    <item>
      <title>how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242446#M173908</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in the syslog, I saw the following message:&lt;BR /&gt;"&lt;BR /&gt;syslog: su : + tty?? root-oracle&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;what does this mean exactly?&lt;BR /&gt;That the 'root' user did an su to 'oracle', but why is the tty 'tty??'?&lt;BR /&gt;&lt;BR /&gt;Is this because it was a script that did an su? &lt;BR /&gt;&lt;BR /&gt;Ay help much appreciated&lt;BR /&gt;&lt;BR /&gt;Kris &lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 08:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242446#M173908</guid>
      <dc:creator>dom kris</dc:creator>
      <dc:date>2004-04-07T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242447#M173909</link>
      <description>yes...&lt;BR /&gt;&lt;BR /&gt;root su'ed to oracle and was on tty?? which AFAIK means it couldnt determine the tty.</description>
      <pubDate>Wed, 07 Apr 2004 09:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242447#M173909</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-04-07T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242448#M173910</link>
      <description>Actually it means that someone logged on DIRECTLY as root... &lt;BR /&gt;&lt;BR /&gt;I just tried this and it showed my user ID b/c I su'ed to root then su'ed to oracle ...&lt;BR /&gt;&lt;BR /&gt;Sulog recorded my userId and not root as su'er...</description>
      <pubDate>Wed, 07 Apr 2004 09:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242448#M173910</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-04-07T09:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242449#M173911</link>
      <description>tty?? is the value to say 'su' command was not executed from a terminal.</description>
      <pubDate>Wed, 07 Apr 2004 09:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242449#M173911</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-04-07T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242450#M173912</link>
      <description>So if I understand it correctly, somebody logged in via the physical console and then 'su' to oracle?&lt;BR /&gt;&lt;BR /&gt;What about rsh? Somebody doing as root (rsh system 'su oracle')?</description>
      <pubDate>Wed, 07 Apr 2004 09:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242450#M173912</guid>
      <dc:creator>dom kris</dc:creator>
      <dc:date>2004-04-07T09:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242451#M173913</link>
      <description>I don't agree with Todd.&lt;BR /&gt;&lt;BR /&gt;I log in console as user 'pete'.&lt;BR /&gt;Then su to superuser&lt;BR /&gt;su -&lt;BR /&gt;&lt;BR /&gt;then su to user 'mark'...&lt;BR /&gt;the sulog file contains:&lt;BR /&gt;&lt;BR /&gt;SU 04/07 16:14 + console pete-root&lt;BR /&gt;SU 04/07 16:16 + console pete-mark&lt;BR /&gt;&lt;BR /&gt;No 'tty??' is shown.&lt;BR /&gt;&lt;BR /&gt;'tty??' is shown when su is executed with no session attached. For instance:&lt;BR /&gt;&lt;BR /&gt;su - mark -c /home/mark/list.sh&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2004 09:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242451#M173913</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-04-07T09:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242452#M173914</link>
      <description>The tty?? is a placeholder when su is run in batch mode (ie, a cron script). There is no tty associated with a batch job.</description>
      <pubDate>Wed, 07 Apr 2004 09:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242452#M173914</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-04-07T09:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242453#M173915</link>
      <description>they logged in via telnet as root... console uses "console" on my host...instead of tty&lt;BR /&gt;&lt;BR /&gt;sulog shows this:&lt;BR /&gt;&lt;BR /&gt;SU 04/07 09:26 + console root-oracle&lt;BR /&gt;&lt;BR /&gt;so they used a telnet session which is dangerous... check your /etc/securttys.</description>
      <pubDate>Wed, 07 Apr 2004 09:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242453#M173915</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-04-07T09:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to understand su syslog msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242454#M173916</link>
      <description>I see this one all the time when executing automatic startup scripts which start oracle.&lt;BR /&gt;&lt;BR /&gt;Do you have dbstartup in your /sbin/init.d?</description>
      <pubDate>Wed, 07 Apr 2004 09:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-understand-su-syslog-msg/m-p/3242454#M173916</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2004-04-07T09:43:59Z</dc:date>
    </item>
  </channel>
</rss>

