<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VNC login failures in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342839#M62897</link>
    <description>I think you will have to enable gdm debugging by editing the gdm.conf file and looking for the section: &lt;BR /&gt;&lt;BR /&gt;[debug]&lt;BR /&gt;Enable=false&lt;BR /&gt;&lt;BR /&gt;Change it to 'Enable=true'.&lt;BR /&gt;&lt;BR /&gt;You'll get far more than you want, but you will get the ip address of every gdm instance. &lt;BR /&gt;Matching them up might be a problem, especially if you have many vnc sessions.</description>
    <pubDate>Fri, 23 Jan 2009 13:41:21 GMT</pubDate>
    <dc:creator>Rick Beldin</dc:creator>
    <dc:date>2009-01-23T13:41:21Z</dc:date>
    <item>
      <title>VNC login failures</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342836#M62894</link>
      <description>How do I know unsuccessful login attempts on a VNC server &lt;BR /&gt;e.g I want to  know from which IP(vnc client) a bad login was attempted etc&lt;BR /&gt;&lt;BR /&gt;the only information I got from /var/log/messages&lt;BR /&gt;&lt;BR /&gt;Jan 22 17:13:38 vncserver gdm[4908]: Couldn't authenticate user&lt;BR /&gt;&lt;BR /&gt;please help</description>
      <pubDate>Thu, 22 Jan 2009 12:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342836#M62894</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-01-22T12:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: VNC login failures</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342837#M62895</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;grep vncserver | grep Couldn't authenticate user" | wc -l&lt;BR /&gt;&lt;BR /&gt;That will get you a count.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Jan 2009 13:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342837#M62895</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-22T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: VNC login failures</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342838#M62896</link>
      <description>Mistake:&lt;BR /&gt;&lt;BR /&gt;cat /var/log/messages | grep vncserver | grep Couldn't authenticate user" | wc -l</description>
      <pubDate>Thu, 22 Jan 2009 13:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342838#M62896</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-22T13:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: VNC login failures</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342839#M62897</link>
      <description>I think you will have to enable gdm debugging by editing the gdm.conf file and looking for the section: &lt;BR /&gt;&lt;BR /&gt;[debug]&lt;BR /&gt;Enable=false&lt;BR /&gt;&lt;BR /&gt;Change it to 'Enable=true'.&lt;BR /&gt;&lt;BR /&gt;You'll get far more than you want, but you will get the ip address of every gdm instance. &lt;BR /&gt;Matching them up might be a problem, especially if you have many vnc sessions.</description>
      <pubDate>Fri, 23 Jan 2009 13:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342839#M62897</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2009-01-23T13:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: VNC login failures</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342840#M62898</link>
      <description>Hi thanks Dear Steven E. Protter and  &lt;BR /&gt;Rick Beldin for help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;on VNC server&lt;BR /&gt;in   /etc/opt/gnome/gdm/gdm.conf&lt;BR /&gt;[debug]&lt;BR /&gt;Enable=true&lt;BR /&gt;&lt;BR /&gt;# /etc/init.d/xdm stop&lt;BR /&gt;# /etc/init.d/xdm start&lt;BR /&gt;# /etc/init.d/xinetd stop&lt;BR /&gt;# /etc/init.d/xinetd start&lt;BR /&gt;&lt;BR /&gt;then from vnc client I login on the vnc server&lt;BR /&gt;&lt;BR /&gt;then on vnc server&lt;BR /&gt;# cat /var/log/messages | grep "vnc*"&lt;BR /&gt;Jan 25 17:59:46 gateway xinetd[6044]: Reading included configuration file: /etc/xinetd.d/vnc [file=/etc/xinetd.d/vnc] [line=15]&lt;BR /&gt;Jan 25 17:59:46 gateway xinetd[6044]: removing vnc2&lt;BR /&gt;Jan 25 17:59:46 gateway xinetd[6044]: removing vnc3&lt;BR /&gt;Jan 25 17:59:46 gateway xinetd[6044]: removing vnchttpd2&lt;BR /&gt;Jan 25 17:59:46 gateway xinetd[6044]: removing vnchttpd3&lt;BR /&gt;Jan 25 18:00:20 gateway xinetd[6142]: Reading included configuration file: /etc/xinetd.d/vnc [file=/etc/xinetd.d/vnc] [line=15]&lt;BR /&gt;Jan 25 18:00:20 gateway xinetd[6142]: removing vnc2&lt;BR /&gt;Jan 25 18:00:20 gateway xinetd[6142]: removing vnc3&lt;BR /&gt;Jan 25 18:00:20 gateway xinetd[6142]: removing vnchttpd2&lt;BR /&gt;Jan 25 18:00:20 gateway xinetd[6142]: removing vnchttpd3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/xinetd.d/vnc&lt;BR /&gt;&lt;BR /&gt;# default: off&lt;BR /&gt;# description: This serves out a VNC connection which starts at a KDM login \&lt;BR /&gt;#       prompt. This VNC connection has a resolution of 1024x768, 16bit depth.&lt;BR /&gt;service vnc1&lt;BR /&gt;{&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        protocol        = tcp&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = nobody&lt;BR /&gt;        server          = /usr/X11R6/bin/Xvnc&lt;BR /&gt;        server_args     = :42 -inetd -once -query localhost -geometry 1024x768 -depth 16&lt;BR /&gt;        type            = UNLISTED&lt;BR /&gt;        port            = 5901&lt;BR /&gt;}&lt;BR /&gt;# default: off&lt;BR /&gt;# description: This serves out a VNC connection which starts at a KDM login \&lt;BR /&gt;#       prompt. This VNC connection has a resolution of 1280x1024, 16bit depth.&lt;BR /&gt;service vnc2&lt;BR /&gt;{&lt;BR /&gt;        type            = UNLISTED&lt;BR /&gt;        port            = 5902&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        protocol        = tcp&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = nobody&lt;BR /&gt;        server          = /usr/X11R6/bin/Xvnc&lt;BR /&gt;        server_args     = :42 -inetd -once -query localhost -geometry 1280x1024 -depth 16&lt;BR /&gt;        disable         = yes&lt;BR /&gt;}&lt;BR /&gt;# default: off&lt;BR /&gt;# description: This serves out a VNC connection which starts at a KDM login \&lt;BR /&gt;#       prompt. This VNC connection has a resolution of 1600x1200, 16bit depth.&lt;BR /&gt;service vnc3&lt;BR /&gt;{&lt;BR /&gt;        type            = UNLISTED&lt;BR /&gt;        port            = 5903&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        protocol        = tcp&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = nobody&lt;BR /&gt;        server          = /usr/X11R6/bin/Xvnc&lt;BR /&gt;        server_args     = :42 -inetd -once -query localhost -geometry 1600x1200 -depth 16&lt;BR /&gt;        disable         = yes&lt;BR /&gt;}&lt;BR /&gt;# default: off&lt;BR /&gt;# description: This serves out the vncviewer Java applet for the VNC \&lt;BR /&gt;#       server running on port 5901, (vnc port 1).&lt;BR /&gt;service vnchttpd1&lt;BR /&gt;{&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        protocol        = tcp&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = nobody&lt;BR /&gt;        server          = /usr/X11R6/bin/vnc_inetd_httpd&lt;BR /&gt;        server_args     = 1024 768 5901&lt;BR /&gt;        type            = UNLISTED&lt;BR /&gt;        port            = 5801&lt;BR /&gt;}&lt;BR /&gt;# default: off&lt;BR /&gt;# description: This serves out the vncviewer Java applet for the VNC \&lt;BR /&gt;#       server running on port 5902, (vnc port 2).&lt;BR /&gt;service vnchttpd2&lt;BR /&gt;{&lt;BR /&gt;        type            = UNLISTED&lt;BR /&gt;        port            = 5802&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        protocol        = tcp&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = nobody&lt;BR /&gt;        server          = /usr/X11R6/bin/vnc_inetd_httpd&lt;BR /&gt;        server_args     = 1280 1024 5902&lt;BR /&gt;        disable         = yes&lt;BR /&gt;}&lt;BR /&gt;# default: off&lt;BR /&gt;# description: This serves out the vncviewer Java applet for the VNC \&lt;BR /&gt;#       server running on port 5902, (vnc port 3).&lt;BR /&gt;service vnchttpd3&lt;BR /&gt;{&lt;BR /&gt;        type            = UNLISTED&lt;BR /&gt;        port            = 5803&lt;BR /&gt;        socket_type     = stream&lt;BR /&gt;        protocol        = tcp&lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = nobody&lt;BR /&gt;        server          = /usr/X11R6/bin/vnc_inetd_httpd&lt;BR /&gt;        server_args     = 1600 1200 5903&lt;BR /&gt;        disable         = yes&lt;BR /&gt;}&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Jan 2009 13:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-login-failures/m-p/4342840#M62898</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-01-25T13:17:13Z</dc:date>
    </item>
  </channel>
</rss>

