xf86OpenConsole: Não é possível abrir / dev / tty0 (Nenhum arquivo ou diretório) [fechado]

8
root@mazgalici:~# startx


X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-28-server i686 Ubuntu
Current Operating System: Linux mazgalici 2.6.18-194.26.1.el5.028stab079.2PAE #1 SMP Fri Dec 17 19:34:22 MSK 2010 i686
Kernel command line: quiet
Build Date: 10 November 2010  11:25:26AM
xorg-server 2:1.7.6-2ubuntu7.4 (For technical support please see )
Current version of pixman: 0.16.4
        Before reporting problems, check 
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 11 01:28:48 2011
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"

Fatal server error:
xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)


Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 ddxSigGiveUp: Closing log
    
por mazgalici 10.01.2011 / 23:30

1 resposta

2

Você tem um modem conectado a esta máquina? Não tenho certeza por que teria discagem em grupo. Isso é estranho. Qual é o conteúdo do /var/log/Xorg.0.log? Tente executar:

 startx -- :1

Além disso, em qual terminal o seu usuário está sendo executado? Execute um 'quem' para ver se alguém está usando / dev / tty0. Ou melhor ainda, um lsof sobre isso.

    
por 24.09.2011 / 19:29