<?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 /etc/issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387182#M198656</link>
    <description>hi &lt;BR /&gt;  i want to know which command is used by getty process to display the /etc/issue file before login prompt &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Ramkumar</description>
    <pubDate>Mon, 27 Sep 2004 00:31:22 GMT</pubDate>
    <dc:creator>ramkumar</dc:creator>
    <dc:date>2004-09-27T00:31:22Z</dc:date>
    <item>
      <title>/etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387182#M198656</link>
      <description>hi &lt;BR /&gt;  i want to know which command is used by getty process to display the /etc/issue file before login prompt &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Ramkumar</description>
      <pubDate>Mon, 27 Sep 2004 00:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387182#M198656</guid>
      <dc:creator>ramkumar</dc:creator>
      <dc:date>2004-09-27T00:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387183#M198657</link>
      <description>Hi Ram,&lt;BR /&gt;&lt;BR /&gt;Getty itself is responsible for displaying the contents of this file based on the definitions in /etc/gettydefs. But this is only true for console.&lt;BR /&gt;&lt;BR /&gt;getty will not come into picture for telnet. You will need to add -b /etc/issue to the telnet line in /etc/inetd.conf and refresh inetd.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 27 Sep 2004 00:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387183#M198657</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-27T00:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387184#M198658</link>
      <description>hi sri &lt;BR /&gt;&lt;BR /&gt;          Thanks for your reply  but i want to know how we can get the system name ,machine models by using escape sequences which is used in the /etc/issue .example the system name :/u&lt;BR /&gt;version:/n  date:/d &lt;BR /&gt;&lt;BR /&gt;Hope u reply &lt;BR /&gt;&lt;BR /&gt;Ram</description>
      <pubDate>Mon, 27 Sep 2004 00:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387184#M198658</guid>
      <dc:creator>ramkumar</dc:creator>
      <dc:date>2004-09-27T00:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387185#M198659</link>
      <description>The file /etc/issue is used by the console (from /etc/gettydefs - getty) and the telnet request. The telnet request is based on the contents of the /etc/inetd.conf file. Add this at the end of this line of the /etc/inetd.conf:&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;Don't forget to restart inetd &lt;BR /&gt;# inetd -c</description>
      <pubDate>Mon, 27 Sep 2004 00:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387185#M198659</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-09-27T00:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387186#M198660</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure if I understood your requirement. If you have an /etc/issue file, then it will overwrite the default banner displayed by telnetd or getty. /etc/issue is the only way to overwrite the banner and you will have to hardcode the model/hostname in there. There isn't anyway you can automatically generate it as it is an ascii file. Or delete the file and the corresponding process will take care of displaying the banner with hostname/model/OS etc.,&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 27 Sep 2004 00:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387186#M198660</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-27T00:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387187#M198661</link>
      <description>hi i want to use these escape sequneces in normal shell scripts . can i use it .if so trhough which command</description>
      <pubDate>Mon, 27 Sep 2004 00:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387187#M198661</guid>
      <dc:creator>ramkumar</dc:creator>
      <dc:date>2004-09-27T00:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387188#M198662</link>
      <description>come to room we will discuss</description>
      <pubDate>Mon, 27 Sep 2004 03:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387188#M198662</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-09-27T03:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387189#M198663</link>
      <description>getty is a process reads /etc/issue file display on standard console there. It can not be for user terminal connrection.&lt;BR /&gt;&lt;BR /&gt;It is a read content file so that we can not use it as shell script there.&lt;BR /&gt;&lt;BR /&gt;see the permission of file 444 only. So if you want to have hostname / system informations etc there, you have to enter there, it would be display when login with console right there. &lt;BR /&gt;&lt;BR /&gt;Else if you want to be display for every user then, do as,&lt;BR /&gt;&lt;BR /&gt; /etc/profile&lt;BR /&gt;&lt;BR /&gt; # Issue file display&lt;BR /&gt; [[ -f /etc/issue ]] &amp;amp;&amp;amp; cat /etc/issue&lt;BR /&gt;&lt;BR /&gt; so that it will be displayed to everybody.&lt;BR /&gt;&lt;BR /&gt; And contents on /etc/issue are as like README file there.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Mon, 27 Sep 2004 04:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/3387189#M198663</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-27T04:11:02Z</dc:date>
    </item>
  </channel>
</rss>

