Page 1 sur 1

[X11VNC]Démon au démarrage (résolu)

Publié : dim. 28 août 2011, 23:55
par shom
Salut a tous :)
J'aurais besoin de votre aide car j'ai un petit probleme de dameon avec X11vnc..
En fait, celui ci ne veut pas démarrer au démarrage du PC, lorsque tout les daemons se lancent pour X11vnc j'ai un FAIL
Pourtant si je fais un

Code : Tout sélectionner

rc.d restart x11vnc
juste apres ca fonctionne.. Etrange non ?
rc.conf

Code : Tout sélectionner

DAEMONS=(!hwclock syslog-ng @network netfs crond dbus sshd ntpd cups @smartd vsftpd @samba xinetd lircd bluetooth gpm x11vnc)
/etc/conf.d/x11vnc

Code : Tout sélectionner

X11VNC_ARGS="-display :0  -many -rfbauth /home/shom/.x11vnc/passwd -o /var/log/x11vnc.log -auth /var/run/slim.auth"
/var/log/x11vnc.log

Code : Tout sélectionner

28/08/2011 12:31:38 passing arg to libvncserver: -rfbauth
28/08/2011 12:31:38 passing arg to libvncserver: /home/shom/.x11vnc/passwd
28/08/2011 12:31:38 x11vnc version: 0.9.12 lastmod: 2010-09-09  pid: 1220
28/08/2011 12:31:38 XOpenDisplay(":0") failed.
28/08/2011 12:31:38 Trying again with XAUTHLOCALHOSTNAME=localhost ...

28/08/2011 12:31:38 ***************************************
28/08/2011 12:31:38 *** XOpenDisplay failed (:0)

*** x11vnc was unable to open the X DISPLAY: ":0", it cannot continue.
*** There may be "Xlib:" error messages above with details about the failure.

Some tips and guidelines:

** An X server (the one you wish to view) must be running before x11vnc is
   started: x11vnc does not start the X server.  (however, see the -create
   option if that is what you really want).

** You must use -display <disp>, -OR- set and export your $DISPLAY
   environment variable to refer to the display of the desired X server.
 - Usually the display is simply ":0" (in fact x11vnc uses this if you forget
   to specify it), but in some multi-user situations it could be ":1", ":2",
   or even ":137".  Ask your administrator or a guru if you are having
   difficulty determining what your X DISPLAY is.

** Next, you need to have sufficient permissions (Xauthority) 
   to connect to the X DISPLAY.   Here are some Tips:

 - Often, you just need to run x11vnc as the user logged into the X session.
   So make sure to be that user when you type x11vnc.
 - Being root is usually not enough because the incorrect MIT-MAGIC-COOKIE
   file may be accessed.  The cookie file contains the secret key that
   allows x11vnc to connect to the desired X DISPLAY.
 - You can explicitly indicate which MIT-MAGIC-COOKIE file should be used
   by the -auth option, e.g.:
       x11vnc -auth /home/someuser/.Xauthority -display :0
       x11vnc -auth /tmp/.gdmzndVlR -display :0
   you must have read permission for the auth file.
   See also '-auth guess' and '-findauth' discussed below.

** If NO ONE is logged into an X session yet, but there is a greeter login
   program like "gdm", "kdm", "xdm", or "dtlogin" running, you will need
   to find and use the raw display manager MIT-MAGIC-COOKIE file.
   Some examples for various display managers:

     gdm:     -auth /var/gdm/:0.Xauth
              -auth /var/lib/gdm/:0.Xauth
     kdm:     -auth /var/lib/kdm/A:0-crWk72
              -auth /var/run/xauth/A:0-crWk72
     xdm:     -auth /var/lib/xdm/authdir/authfiles/A:0-XQvaJk
     dtlogin: -auth /var/dt/A:0-UgaaXa

   Sometimes the command "ps wwwwaux | grep auth" can reveal the file location.

   Starting with x11vnc 0.9.9 you can have it try to guess by using:

              -auth guess

   (see also the x11vnc -findauth option.)

   Only root will have read permission for the file, and so x11vnc must be run
   as root (or copy it).  The random characters in the filenames will of course
   change and the directory the cookie file resides in is system dependent.

See also: http://www.karlrunge.com/x11vnc/faq.html
Je suis preneur de toutes les idées ! Merci :)

Re: [X11VNC]Démon au démarrage

Publié : lun. 29 août 2011, 08:42
par benjarobin
Non c'est normal que cela échoue. Voir sujet similaire déjà existant sur ce forum. De plus la raison de l'échec et comment résoudre le problème, est détaillé de manière précise dans ton propre poste (le log de l'erreur) <== Tu donne toi même la solution, il suffit de lire :D
En effet en fonction de ton gestionnaire de connexion il faut précisé différente option. Car par défaut le compte root n'a pas accès à X.

Code : Tout sélectionner

-auth guess
fonctionne généralement

Re: [X11VNC]Démon au démarrage

Publié : lun. 29 août 2011, 09:17
par tuxce
A priori, là c'est parce que t'utilises l'autorisation de slim pour te connecter à X sauf que slim n'est pas encore démarré. Tu peux utiliser l'option "-display WAIT:0" pour qu'x11vnc ne se connecte qu'à la première connexion vnc, slim devrait avoir démarré.

Re: [X11VNC]Démon au démarrage

Publié : lun. 29 août 2011, 10:09
par benjarobin
Oups pas réveillé... J'ai rien dis, oublie mes remarques précédentes

Re: [X11VNC]Démon au démarrage

Publié : jeu. 01 sept. 2011, 19:48
par shom
l'option -

Code : Tout sélectionner

-display WAIT:0
fonctionne parfaitement ! Merci beaucoup
Cependant, je ne comprends pas pourquoi ça fonctionnait parfaitement avant et plus maintenant et je n'ai pas compris ce que tu voulais dire quand tu as dis "x11vnc se connecte a la premiere session vnc", c'est bien x11vnc qui créé la session non?

Re: [X11VNC]Démon au démarrage

Publié : jeu. 01 sept. 2011, 20:37
par benjarobin
Il veut dire que x11vnc n'essaye pas de se connecter au serveur Xorg dès son lancement. Il attend la connexion d'un client vnc pour se connecter à Xorg.

Re: [X11VNC]Démon au démarrage

Publié : jeu. 01 sept. 2011, 21:04
par shom
Ah, c'est pas plus mal comme ça aussi :) Merci !