<?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 /usr/sbin/getty process .... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719726#M252541</link>
    <description>Hi !!!&lt;BR /&gt;can you tell me, how do i must start getty process?&lt;BR /&gt;&lt;BR /&gt;it was started as next: /usr/sbin/getty &lt;BR /&gt;and now there is not started.&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
    <pubDate>Sun, 29 Jan 2006 18:58:26 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2006-01-29T18:58:26Z</dc:date>
    <item>
      <title>/usr/sbin/getty process ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719726#M252541</link>
      <description>Hi !!!&lt;BR /&gt;can you tell me, how do i must start getty process?&lt;BR /&gt;&lt;BR /&gt;it was started as next: /usr/sbin/getty &lt;BR /&gt;and now there is not started.&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
      <pubDate>Sun, 29 Jan 2006 18:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719726#M252541</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-29T18:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/sbin/getty process ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719727#M252542</link>
      <description>the getty process is normally spawned off of the inittab, but if its not started then you can simply type ./usr/sbin/getty &amp;amp; and this should start it in the background, make the file is executable.</description>
      <pubDate>Sun, 29 Jan 2006 19:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719727#M252542</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-01-29T19:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/sbin/getty process ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719728#M252543</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;'Getty' processes are started in '/etc/inittab' usually with a 'respawn' action for dial-in capable lines.&lt;BR /&gt;&lt;BR /&gt;See the man pages for 'inittab(4)' and 'getty(1M)' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 29 Jan 2006 19:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719728#M252543</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-29T19:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/sbin/getty process ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719729#M252544</link>
      <description>Hi!!&lt;BR /&gt;I executed:&lt;BR /&gt;./usr/sbin/getty &amp;amp;&lt;BR /&gt;&lt;BR /&gt;and few seconds later the answer was a message on prompt:&lt;BR /&gt;unix1:/-&amp;gt;&lt;BR /&gt;[1] +  Done(1)                 &lt;JOB name="" not="" known=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;why?&lt;BR /&gt;&lt;BR /&gt;Manuales.&lt;/JOB&gt;</description>
      <pubDate>Sun, 29 Jan 2006 19:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719729#M252544</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-29T19:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/sbin/getty process ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719730#M252545</link>
      <description>do a ll /usr/sbin/getty and make sure the process actually exist, also look inside your /etc/inittab and make sure this process is not commented out</description>
      <pubDate>Sun, 29 Jan 2006 21:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719730#M252545</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-01-29T21:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/sbin/getty process ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719731#M252546</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look for similar entries in /etc/inittab&lt;BR /&gt;&lt;BR /&gt;cons:123456:respawn:/usr/sbin/getty console console            # system console&lt;BR /&gt;ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600&lt;BR /&gt;ttp2:234:respawn:/usr/sbin/getty -h tty0p2 9600&lt;BR /&gt;ttp3:234:respawn:/usr/sbin/getty -h tty0p3 9600&lt;BR /&gt;ttp4:234:respawn:/usr/sbin/getty -h tty0p4 9600&lt;BR /&gt;ttp5:234:respawn:/usr/sbin/getty -h tty0p5 9600&lt;BR /&gt;&lt;BR /&gt;And look for the desired tty in the desired column. The column should have a proper device file and if you make any changes to file then do not forget to do a "init q" for the cahnges made to be effective immediately.&lt;BR /&gt;&lt;BR /&gt;Please specify the requirement for running this.&lt;BR /&gt;&lt;BR /&gt;Also the running getty processes can be listed by using ps command&lt;BR /&gt;&lt;BR /&gt;#ps -ef|grep -i getty&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 30 Jan 2006 02:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-sbin-getty-process/m-p/3719731#M252546</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-30T02:22:00Z</dc:date>
    </item>
  </channel>
</rss>

