• [^] # Re: Les logs

    Posté par . En réponse au message [Résolu] Impossible de démarrer une certaine session. Évalué à 0. Dernière modification le 06 novembre 2013 à 18:22.

    mktemp: impossible de créer le fichier à partir du modèle « /tmp/serverauth.XXXXXXXXXX »: Permission non accordée
    xauth: file does not exist
    xauth: unable to link authority file , use -n
    use: blablabla et toutes les options
    X.Org X Server 1.12.4
    Release Date: 2012年08月27日
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.10-3-amd64 x86_64 Debian
    Current Operating System: Linux kali 3.7-trunk-amd64 #1 SMP Debian 3.7.2-0+kali8 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7-trunk-amd64 root=UUID=32b7b6a7-54af-49eb-80f2-f42b37b8a4c4 ro quiet splash
    Build Date: 21 October 2013 04:49:48PM
    xorg-server 2:1.12.4-6+deb7u1 (Moritz Muehlenhoff <jmm@debian.org>) 
    Current version of pixman: 0.26.0
     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: "/var/log/Xorg.1.log", Time: Wed Nov 6 18:13:22 2013
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Error: Cannot open "/tmp/server-1.xkm" to write keyboard description
    > Exiting
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Error: Cannot open "/tmp/server-1.xkm" to write keyboard description
    > Exiting
    XKB: Failed to compile keymap
    Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
    Fatal server error:
    Failed to activate core devices.
    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.1.log" for additional information.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    

    Je vais tenter d'ajouter les droit sur le dossier tmp pour voir ...

    EDIT : ça marche \o/ Le problème était juste que je n'avais pas les droits sur le /tmp et/ou son contenu. J'ai juste eu à faire :

    chmod a+rw /tmp/
    chmod a+rw /tmp/*
    

    Merci pour ton aide :)