Eu tenho um Chromebook que eu faço o boot dual linux no crouton. Eu estava indo e voltando entre o cromo e o linux usando o atalho do teclado, e ele simplesmente parou de funcionar aleatoriamente. Eu tentei reiniciar o Linux fechando a linha de comando do cromo e tentando iniciá-lo novamente, mas acabou de produzir:
Entering /mnt/stateful_partition/crouton/chroots/xenial...
/usr/bin/startxfce4: Starting X server
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu
Current Operating System: Linux localhost 4.4.118-13212-g6c21f415c5d1 #1 SMP PREEMPT Mon May 14 23:16:44 PDT 2018 x86_64
Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 3584000 verity payload=PARTUUID=a426f256-534d-ba40-a9b8-ed38fc20733b/PARTNROFF=1 hashtree=PARTUUID=a426f256-534d-ba40-a9b8-ed38fc20733b/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=2beeb95eb41112a3c3fa7a2386b67943bde847e7 salt=a5efca76297948a7369778adc0e1e0bd7e02b87785c22a2847abcbc7363ab718" noinitrd vt.global_cursor_default=0 kern_guid=a426f256-534d-ba40-a9b8-ed38fc20733b add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
Build Date: 13 October 2017 01:57:05PM
xorg-server 2:1.18.4-0ubuntu0.7 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
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: "/tmp/Xorg.crouton.5.log", Time: Thu Jun 7 22:28:15 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
E não funcionou de verdade. Quando o Linux travou, eu estava programando no Python 3, mas acho que não estava executando um programa. Eu também tinha o bloco de notas. Eu fiz todas essas coisas antes sem problemas. Os únicos problemas que tive com croutons no passado são quando o Chromebook reinicia automaticamente para atualizar o Cromo Linux normalmente quebra, mas isso também não aconteceu.
Como posso consertar minha inicialização dupla do Linux e por que isso aconteceu?
Qualquer ajuda seria apreciada. Obrigado!
Editar com base na resposta:
Verificando as permissões produzidas
total 0
srwxrwxrwx 1 chronos chronos 0 Jun 5 10:22 X1
srwxrwxrwx 1 chronos chronos 0 Jun 7 18:44 X2
srwxrwxrwx 1 chronos chronos 0 Jun 7 18:48 X3
srwxrwxrwx 1 chronos chronos 0 Jun 7 18:53 X4
srwxrwxrwx 1 chronos chronos 0 Jun 7 22:28 X5
Eu corri chown root:root /tmp/.X11-unix
e ele disse chown: changing ownership of '/tmp/.X11-unix': Operation not permitted
, então eu corri novamente usando o sudo, que não produziu erros, então verifiquei as permissões do arquivo novamente, o que produziu o mesmo resultado de antes.
Atualização:
Permissões alteradas no arquivo com sucesso conforme a resposta; correu sudo startxfce4
novamente; não funcionou e produziu o seguinte:
Entering /mnt/stateful_partition/crouton/chroots/xenial...
/usr/bin/startxfce4: Starting X server
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu
Current Operating System: Linux localhost 4.4.118-13212-g6c21f415c5d1 #1 SMP PREEMPT Mon May 14 23:16:44 PDT 2018 x86_64
Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 3584000 verity payload=PARTUUID=a426f256-534d-ba40-a9b8-ed38fc20733b/PARTNROFF=1 hashtree=PARTUUID=a426f256-534d-ba40-a9b8-ed38fc20733b/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=2beeb95eb41112a3c3fa7a2386b67943bde847e7 salt=a5efca76297948a7369778adc0e1e0bd7e02b87785c22a2847abcbc7363ab718" noinitrd vt.global_cursor_default=0 kern_guid=a426f256-534d-ba40-a9b8-ed38fc20733b add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
Build Date: 13 October 2017 01:57:05PM
xorg-server 2:1.18.4-0ubuntu0.7 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
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: "/tmp/Xorg.crouton.7.log", Time: Fri Jun 8 10:12:14 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Atualização 2:
Eu reiniciei o laptop inteiro novamente e agora ele funciona corretamente. Eu vou estar arquivando um relatório de bug como uma resposta sugerida. Se alguém tem alguma pista sobre o porquê isso aconteceu ou se há algo que eu deva fazer para evitar que isso aconteça novamente, seria ótimo!