<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 22, 2014 at 5:00 PM, Paul Cartwright <span dir="ltr">&lt;<a href="mailto:pbcartwright@gmail.com" target="_blank">pbcartwright@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>On 06/22/2014 06:10 PM, JD wrote:<br>
    </div>
    <blockquote type="cite">
      <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
        <div bgcolor="#FFFFFF" text="#000000"><br>
          [root@pauls-server ~]# ps -ef|grep getty<br>
          root      1580     1  0 16:14 tty3     00:00:00 /sbin/agetty
          --noclear tty3<br>
          root      2397     1  0 17:50 tty2     00:00:00 /sbin/agetty
          --noclear tty2<br>
          root      2663     1  0 17:54 tty5     00:00:00 /sbin/agetty
          --noclear tty5<br>
          root      2723  1696  0 17:54 pts/1    00:00:00 grep
          --color=auto getty<span><font color="#888888"><br>
            </font></span></div>
      </blockquote>
      <div><br>
        <div style="font-family:courier new,monospace;display:inline">​Nothing happens. Tried both
          Ctrl-Alt keys on either side<br>
        </div>
        <div style="font-family:courier new,monospace;display:inline">
          of space bar.<br>
          ​</div>
         $ uname -a<br>
        Linux localhost.localdomain 3.14.8-200.fc20.x86_64 #1 SMP Mon
        Jun 16 21:57:53 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux<br>
      </div>
    </blockquote>
    what do you get with this command:<br>
    $ ps -ef|grep getty<br>
    <br>
    <h2> <span>
        How do I change the number of gettys running by default? </span></h2>
    <p>To add another getty:
    </p>
    <p>Simply place another symlink for instantiating another getty in
      the getty.target.wants/ directory:
    </p>
    <pre>ln -sf /lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty9.service
systemctl daemon-reload
systemctl start <a href="mailto:getty@tty9.service" target="_blank">getty@tty9.service</a><span class=""><font color="#888888">
</font></span></pre><span class=""><font color="#888888">
    <br></font></span></div></blockquote><div><br>$ ps -ef|grep getty<br>jd        2099  1691  0 21:41 pts/1    00:00:00 grep getty<br><br><div class="gmail_default" style="font-family:courier new,monospace">​then I linked all 9 tty&#39;s​<br>
</div><div class="gmail_default" style="font-family:courier new,monospace">reloaded the daemon, and started the getty on all 9 ttys:<br></div>​<br># ps -ef | grep getty<br>root      2194     1  0 21:45 tty2     00:00:00 /sbin/agetty --noclear tty2<br>
root      2199     1  0 21:45 tty3     00:00:00 /sbin/agetty --noclear tty3<br>root      2202     1  0 21:45 tty4     00:00:00 /sbin/agetty --noclear tty4<br>root      2205     1  0 21:45 tty5     00:00:00 /sbin/agetty --noclear tty5<br>
root      2208     1  0 21:45 tty6     00:00:00 /sbin/agetty --noclear tty6<br>root      2211     1  0 21:45 tty7     00:00:00 /sbin/agetty --noclear tty7<br>root      2214     1  0 21:45 tty8     00:00:00 /sbin/agetty --noclear tty8<br>
root      2217     1  0 21:45 tty9     00:00:00 /sbin/agetty --noclear tty9<br><br><div class="gmail_default" style="font-family:courier new,monospace">​Still to no avail. No response fro Atrl-Alt-F#<br>for all # in 1 2 3 4 5 6 7 8 9​</div>
<br><br><br><div class="gmail_default" style="font-family:courier new,monospace">​​</div><br></div></div></div></div>