Fórum Ubuntu Linux - PT

Suporte Técnico => Sistema => Tópico iniciado por: matheushsouza em 23 de Julho de 2015, 02:25

Título: Starting Version 219
Enviado por: matheushsouza em 23 de Julho de 2015, 02:25
Após a instalação do Ubuntu 15.04 quando inicio o sistema aparece essa mensagem, o que acarreta com que demore mais tempo a inicialização. Se alguém puder ajudar seria grato.
Título: Re: Starting Version 219
Enviado por: Felix em 23 de Julho de 2015, 08:42
Tente a solução proposta neste link: http://askubuntu.com/questions/614198/starting-version-219-bug-after-the-15-04-update
Título: Re: Starting Version 219
Enviado por: matheushsouza em 23 de Julho de 2015, 11:49
Tente a solução proposta neste link: http://askubuntu.com/questions/614198/starting-version-219-bug-after-the-15-04-update


Caro amigo, ao executar o comando "cat /etc/X11/default-display-manager", como o post recomenda, eu recebo a seguinte resposta:

/usr/sbin/lightdm

e não sei o que fazer para prosseguir, se puder me ajudar ficaria feliz.
Título: Re: Starting Version 219
Enviado por: Felix em 23 de Julho de 2015, 12:01
Tente a solução proposta neste link: http://askubuntu.com/questions/614198/starting-version-219-bug-after-the-15-04-update


Caro amigo, ao executar o comando "cat /etc/X11/default-display-manager", como o post recomenda, eu recebo a seguinte resposta:

/usr/sbin/lightdm

e não sei o que fazer para prosseguir, se puder me ajudar ficaria feliz.

basta substituir:

Código: [Selecionar]
sudo systemctl enable lightdm.service -f
Título: Re: Starting Version 219
Enviado por: matheushsouza em 23 de Julho de 2015, 13:29
Tente a solução proposta neste link: http://askubuntu.com/questions/614198/starting-version-219-bug-after-the-15-04-update


Caro amigo, ao executar o comando "cat /etc/X11/default-display-manager", como o post recomenda, eu recebo a seguinte resposta:

/usr/sbin/lightdm

e não sei o que fazer para prosseguir, se puder me ajudar ficaria feliz.

basta substituir:

Código: [Selecionar]
sudo systemctl enable lightdm.service -f


Bom eu havia tentado substituir, mas como o resultado não foi positivo achei que tinha feito algo de errado, mas acabo de comprovar que não, ao realizar o comando que meu sugeriu obtive a seguinte resposta:


Synchronizing state for lightdm.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d lightdm defaults
Executing /usr/sbin/update-rc.d lightdm enable
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
   .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
   a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
   D-Bus, udev, scripted systemctl call, ...).


Era isso que deveria aparecer?