search for: active_consol

Displaying 4 results from an estimated 4 matches for "active_consol".

Did you mean: active_console
2011 Nov 06
1
CentOS 6: /etc/init/start-ttys.conf ignored
...a virtual machine there is no need for the other processes since CTRL+ALT+Fx is caught by the own system and remote console mostly not needed at all [root at centos ~]# cat /etc/init/start-ttys.conf # # This service starts the configured number of gettys. start on stopped rc RUNLEVEL=[2345] env ACTIVE_CONSOLES=/dev/tty[1-2] env X_TTY=/dev/tty1 task script . /etc/sysconfig/init for tty in $(echo $ACTIVE_CONSOLES) ; do [ "$RUNLEVEL" = "5" -a "$tty" = "$X_TTY" ] && continue initctl start tty TTY=$tty do...
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...nah.nongnu.org/qemu/trunk@6336 c046a42c-6fe2-441c-8c8c-71466251a162 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff --git a/console.c b/console.c --- a/console.c +++ b/console.c @@ -1000,20 +1000,16 @@ if (index >= MAX_CONSOLES) return; + active_console->g_width = ds_get_width(active_console->ds); + active_console->g_height = ds_get_height(active_console->ds); s = consoles[index]; if (s) { + DisplayState *ds = s->ds; active_console = s; - if (s->console_type == TEXT_CONSOLE) { - if...
2011 Aug 09
2
mingetty on centos 6
hi all, on centos 5 - I could trim the number of mingetty's running by editing /etc/inittab on centos 6 there are none in the /etc/inittab file but it reverences /etc/init/tty.conf. I dont see in there how to control how many mingetty's get started. Where is that? THanks, Jerry
2014 May 20
4
Disable login at boot
Hi folks, Can anyone tell me the file / edit location to disable the login/password prompt at boot? We are configuring some machines to be administered remotely and headless. Thanks, KC