<?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: login message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585766#M32291</link>
    <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;Are you talking about at the console login?  As far as I know, /etc/issue is read by getty, whereas /etc/motd, if it exists, is displayed via the /etc/profile by default.  I assume both these files exist.&lt;BR /&gt;&lt;BR /&gt;If you are not talking about the console, what login window are you referring to?&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
    <pubDate>Thu, 27 Sep 2001 07:15:28 GMT</pubDate>
    <dc:creator>Robin Wakefield</dc:creator>
    <dc:date>2001-09-27T07:15:28Z</dc:date>
    <item>
      <title>login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585765#M32290</link>
      <description>Hi, my login window does not show the message in /etc/issue and /etc/motd. Is there anything that I should have done to enable the login message?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 27 Sep 2001 06:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585765#M32290</guid>
      <dc:creator>Ricky_2</dc:creator>
      <dc:date>2001-09-27T06:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585766#M32291</link>
      <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;Are you talking about at the console login?  As far as I know, /etc/issue is read by getty, whereas /etc/motd, if it exists, is displayed via the /etc/profile by default.  I assume both these files exist.&lt;BR /&gt;&lt;BR /&gt;If you are not talking about the console, what login window are you referring to?&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Thu, 27 Sep 2001 07:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585766#M32291</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-09-27T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585767#M32292</link>
      <description>Hi ,&lt;BR /&gt;You must be getting /etc/issue message on console and if you have any dumb terminal connected via serial port(mux port,MDB).&lt;BR /&gt;Via network I doubt.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2001 07:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585767#M32292</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-27T07:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585768#M32293</link>
      <description>If you're talking about a telnet session, you can set the banner by editing the /etc/inetd.conf file to include a -b &lt;BANNER file=""&gt; in the telnet line, where banner file is whatever you want shown when somone telnets to the machine.&lt;BR /&gt;&lt;BR /&gt;Also, you can modify /etc/profile to cat out a disclaimer message which will be displayed everytime anyone logs in...similar to motd (message of the day).&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;/BANNER&gt;</description>
      <pubDate>Thu, 27 Sep 2001 07:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585768#M32293</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-27T07:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585769#M32294</link>
      <description>Hi,&lt;BR /&gt;I'm actually comparing with Solaris where after editing the /etc/motd, I get the message everytime I open a new CDE window. I also get the message in /etc/issue everytime I open a telnet window, before logging in.&lt;BR /&gt;I'm wondering how I can achieved these 2 scenarios on the HP-UX 11.0. I saw the `cat /etc/motd` in /etc/profile but I only get the message when I su to root and not when I logged in as a normal user, or opened a new CDE window, or su to a normal user.&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 27 Sep 2001 07:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585769#M32294</guid>
      <dc:creator>Ricky_2</dc:creator>
      <dc:date>2001-09-27T07:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585770#M32295</link>
      <description>&lt;BR /&gt;From /etc/profile:&lt;BR /&gt;&lt;BR /&gt;# Message of the day &lt;BR /&gt;   if [ -r /etc/motd ] &lt;BR /&gt;then&lt;BR /&gt;cat /etc/motd fi                                                           &lt;BR /&gt;A chmod a+r /etc/motd will show this file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;About inetd file, after modify it you must run inetd -c, to reread configuration.&lt;BR /&gt;                                                               &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2001 08:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585770#M32295</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-09-27T08:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585771#M32296</link>
      <description>dtterms do not automatically source your .profile under CDE : see man page : so you need to use use dtterm -ls or vi $HOME/.Xdefaults and add :&lt;BR /&gt;&lt;BR /&gt;dtterm*loginShell: True</description>
      <pubDate>Thu, 27 Sep 2001 08:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585771#M32296</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-09-27T08:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: login message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585772#M32297</link>
      <description>Hello Rick,&lt;BR /&gt;&lt;BR /&gt;in addition to the CDE X-resource "loginShell",&lt;BR /&gt;for telnet you have to modify your &lt;BR /&gt;"/etc/inetd.conf" to make the "telnetd" use&lt;BR /&gt;the option "-b /etc/issue" and then use &lt;BR /&gt;"inetd -c" to tell your "inetd" to read its&lt;BR /&gt;config file again.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 27 Sep 2001 18:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-message/m-p/2585772#M32297</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-27T18:17:30Z</dc:date>
    </item>
  </channel>
</rss>

