User Tools

Site Tools


Sidebar

* [[start]] * [[som|System on module]] * [[usomiq-beaglebone|Mentorel Beaglebone uSomIQ]] * [[usomiq|uSomIQ AM335x]] * [[somiq|SomIQ family]] * [[blueshark|BlueShark family]] * [[devkit|DevKits]] * [[usomiq-bone-cape|uSomIQ Bone Cape]] * [[somiqboard|Somiqboard]] * [[atoll|Atoll]] * [[expansion|Expansion boards]] * [[somiq-wlan|SomIQ-WLAN]] * [[os|OS support]] * [[ubuntu|Ubuntu Linux]] * [[sw-hints|SW hints]] * [[tslib|Tslib]] * [[qt-embedded|Qt embedded]] Follow us * [[http://twitter.com/mentorel|Twitter]] * [[http://www.linkedin.com/company/mentorel|LinkedIn]] * [[https://www.facebook.com/mentorel.company|Facebook]] * [[https://plus.google.com/105868322858146792212/posts|Google+]] * [[http://www.mentorel.com|MENTOREL home page]]

ubuntu-removetty

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Remove virtual TTY ====== ===== Method 1 ===== [[http://askubuntu.com/questions/44832/disabling-login-prompt-and-or-vga-output]] ===== Method 2 ===== TTY`s are beeing started if theres file in /etc/init/tty[1-6].conf and it contains line start on runlevel [23] Long method is to make line unexecutable by puting in front of it # #start on runlevel [23] Faster is just Remove 4 virtual TTY terminals using in terminal removing command for desired TTY terminals <code> sudo rm /etc/init/tty3.conf && \ sudo rm /etc/init/tty4.conf && \ sudo rm /etc/init/tty5.conf && \ sudo rm /etc/init/tty6.conf </code>

ubuntu-removetty.1370150395.txt.gz · Last modified: 2013/06/02 01:19 (external edit)