Autor Tópico: Starting Version 219  (Lida 4059 vezes)

Offline matheushsouza

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Starting Version 219
« Online: 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.

Offline Felix

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 3.068
    • Ver perfil
    • Alexsandro Felix
Re: Starting Version 219
« Resposta #1 Online: 23 de Julho de 2015, 08:42 »

Offline matheushsouza

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Starting Version 219
« Resposta #2 Online: 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.

Offline Felix

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 3.068
    • Ver perfil
    • Alexsandro Felix
Re: Starting Version 219
« Resposta #3 Online: 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

Offline matheushsouza

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: Starting Version 219
« Resposta #4 Online: 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?