<!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">
    On 08/31/2011 01:43 PM, Jim Kinney wrote:
    <blockquote
cite="mid:CAEo=5PzRsDHed-_kWFiWKwrZPec6qw52Wm9NLi5+kwf8HFaDOQ@mail.gmail.com"
      type="cite">
      <p>Hmm. I tried direct login as root and was blocked. Thus the
        startx process. </p>
      <div class="gmail_quote">On Aug 30, 2011 10:45 PM, "Burke
        Almquist" <<a moz-do-not-send="true"
          href="mailto:burke@thealmquists.net">burke@thealmquists.net</a>>
        wrote:<br type="attribution">
        > <br>
        > On Aug 29, 2011, at 4:49 PM, Jim Kinney wrote:<br>
        > <br>
        >> gconftool-2 requires that the gconfd be runing. But as
        a non-root user, you can't edit the /etc/gconf file space.
        So....<br>
        >> <br>
        >> boot the server but DON'T login at the gui screen.<br>
        > You CAN log in as root at the GUI screen, you just need to
        enter the username and password manually.<br>
        > <br>
        > <br>
        > <br>
        >> Instead, hit ctl-alt-f2 and get a normal terminal shell
        instead. Login as root.<br>
        >> <br>
        >> now run: telinit 3<br>
        >> <br>
        >> This will stop the X login process<br>
        >> <br>
        >> now run startx<br>
        >> <br>
        > <br>
        > <br>
        > <br>
        > <br>
        > _______________________________________________<br>
        > K12OSN mailing list<br>
        > <a moz-do-not-send="true" href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br>
        > <a moz-do-not-send="true"
          href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>
        > For more info see <<a moz-do-not-send="true"
          href="http://www.k12os.org">http://www.k12os.org</a>><br>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
K12OSN mailing list
<a class="moz-txt-link-abbreviated" href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a>
For more info see <a class="moz-txt-link-rfc2396E" href="http://www.k12os.org"><http://www.k12os.org></a></pre>
    </blockquote>
    <br>
    When I need a graphical login as root, I edit this file: <br>
    /etc/pam.d/gdm<br>
    and I comment (#) this line:<br>
    # auth       required    pam_succeed_if.so user != root quiet<br>
    <br>
    then I edit this file:<br>
    /etc/pam.d/gdm-password<br>
    and I comment (#) this line:<br>
    # auth        required      pam_succeed_if.so user != root quiet<br>
    <br>
    Then I can graphically login as root both from server and from
    terminals<br>
    <br>
    Best<br>
    Gianugo Altieri<br>
  </body>
</html>