<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thanks Sean. I checked the logs and there are a bunch of session
    start and stop for the gues and all withing 1-2 seconds so that's
    how long the session is lasting. I'll do more investigation too.<br>
    <br>
    Brian<br>
    <br>
    On 06/06/2012 12:07 PM, MeanderingCode wrote:
    <blockquote cite="mid:4FCF9C7B.1050908@aetherislands.net"
      type="cite">
      <pre wrap="">On Tue 05 Jun 2012 01:31:32 PM MDT, BrianO'Keefe wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">The guest shows up on the login screen and the password works fine.
However login only last a few seconds and then back to the login
screen. No declining of the password or anything. I've checked all the
</pre>
      </blockquote>
      <pre wrap="">
Brian,

Did you find anything in the logs?  I would look in /var/log/auth.log, 
/var/log/gdm.log (or kdm.log), and others.  Try creating another user 
and see if it still happens, and try 'grep -rn guest /var/log' (replace 
"guest" with username) and see if you find anything.  the "-n" option 
will prefix matches with line numbers, which means you can then open 
the file, go to the line number, and see what else is around it.  Also, 
looking at the timestamps for your logins, you can look at other events 
in other log files for what else may have fired.  Unfortunately, 
timestamp formats differ between daemons/logs, and not all are "human 
readable", so doing this without log analysis software is not always 
easy.

Cheers,
Sean

</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@lists.nmglug.org">nmglug@lists.nmglug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a>
</pre>
    </blockquote>
  </body>
</html>