On 2012-02-11 12:56, ejgutierrez wrote:
>
> Hope you dont get angry, i have sent you a private message with the
> problem in spanish which i hope you could understand what im saying( as
> said before my english is limitated).
No problem. I’ll answer you here both in English and Spanish, because using
thunderbird and nntp is easier for me. I hope nobody gets too mad at me O:-)
For the next time, there are Spanish forums here:
Hay foros en español aquí:
No participo porque no tienen interfase NNTP. Pero seguro que tienen gente
que te puede ayudar.
I don’t participate because they don’t have NNTP gateway. But I’m sure they
have helpful people.
You say you get these errors with systemd:
> systemctl status systemd-logind.service
> systemd-logind.service - Login Service
> Loaded: loaded (/lib/systemd/system/systemd-logind.service; static)
> Active: failed since Sat, 11 Feb 2012 11:18:06 +0100; 36min ago
> Process: 995 ExecStart=/lib/systemd/systemd-logind (code=exited, status=1/FAILURE)
> CGroup: name=systemd:/system/systemd-logind.service
Este es el problema principal que hay que resolver.
This is the main problem to solve.
> systemctl status systemd-modules-load.service
> systemd-modules-load.service - Load Kernel Modules
> Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
> Active: failed since Sat, 11 Feb 2012 11:17:54 +0100; 37min ago
> Process: 3129 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
> CGroup: name=systemd:/system/systemd-modules-load.service
No dice que módulos han fallado, pero creo que dijiste que eran módulos
relacionados con vmware. Ahora te cuento lo que hacer.
It doesn’t say which modules failed, but I think you said they were related
to vmware. Wait a bit.
> systemctl status vmtoolsd.service
> vmtoolsd.service - LSB: VMWare Tools Daemon
> Loaded: loaded (/etc/init.d/vmtoolsd)
> Active: failed since Sat, 11 Feb 2012 11:17:54 +0100; 38min ago
> Process: 1511 ExecStop=/etc/init.d/vmtoolsd stop (code=exited, status=0/SUCCESS)
> Process: 3110 ExecStart=/etc/init.d/vmtoolsd start (code=exited, status=7/NOTRUNNING)
> CGroup: name=systemd:/system/vmtoolsd.service
Vale, tienes las guest tools de vmware, hay que quitarlas. Tengo una
instalación virtual donde puedo mirar lo que tienes que hacer.
You have vmw guest tools, you have to remove them. I have a virtual setting
where I can check what you have to do.
Identificando los paquetes:
Identifying the packages:
Elanor:~ # which rcvmtoolsd
/usr/sbin/rcvmtoolsd
Elanor:~ # rpm -qf /usr/sbin/rcvmtoolsd
open-vm-tools-8.8.0-2.1.2.x86_64
Elanor:~ # rpm -qa | grep -i vmware
vmware-guest-kmp-desktop-8.8.0_k3.1.0_1.1-2.1.2.x86_64
Elanor:~ #
Tienes que desinstalarlos:
You have to uninstall them:
Elanor:~ # rpm -e open-vm-tools vmware-guest-kmp-desktop
....
Observa que no uso sudo. Uso “su -”. O nivel 3, entrando como root.
Notice I don’t use sudo, I use “su-”. O runlevel 3, login as root.
Then restart - y ahora reinicia.
systemctl status dev-sdb6.swap
dev-sdb6.swap - /dev/sdb6
Loaded: loaded
Active: failed since Sat, 11 Feb 2012 11:17:54 +0100; 39min ago
What: /dev/sdb6
Process: 3136 ExecActivate=/sbin/swapon /dev/sdb6 (code=exited, status=255)
CGroup: name=systemd:/system/dev-sdb6.swap
Bueno, sólo sabemos que swapon ha fallado, no sabemos porqué. Mi hipótesis
de momento es que sdb6 no sea una partición de tipo swap, así que haz para
comprobarlo (tu pon sdb6):
We only know it failed, not the reason. Tentatively I’ll say that sdb6 is
not a swap partition, so lets check (you write sdb6):
Elanor:~ # file -s /dev/sda1
/dev/sda1: Linux/i386 swap file (new style), version 1 (4K pages), size
523775 pages, LABEL=Swap, UUID=03f9118f-3ee5-4177-b424-d268e52a6eab
No creo que tengas ningún problema con el kernel ni con el driver de vídeo,
no toques eso que lo vas a estropear. Por esta frase que dices:
I don’t think you have any kernel or video driver problem, don’t touch that
or you’ll break it. Because you say:
> Finalmente si ejectuo startx me entra en gnome en ingles.
(finally if use startx I get gnome in English)
You can not try startx when the login window fails to show without killing
runlevel 5 first, switch to 3 first. Also you can not do it as user without
doing a change to /etc/permissions.local and applying it. Many of the
errors you sent me are related to this.
No puedes intentar startx cuando la pantalla de entrada gráfica ha fallado
sin cerrar antes el nivel 5, cambia a 3 antes. Y tampoco lo puedes hacer
como usuario sin hacer un cambio en /etc/permissions.local (linea de xorg)
y aplicarlo. Muchos de los errores que me has enviado se relacionan con
estas dos cosas.
Sospecho que la tty1 no te funciona, dejemos eso para más adelante.
I suspect that tty1 doesn’t work, leave that for another occasion.
HTH / EQEA
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)