Results 1 to 5 of 5

Thread: Failed login in GMD

  1. #1
    Join Date
    Feb 2012
    Posts
    88

    Failed login in GMD

    I have installed gnome and GMD in my system. As a default setting, I have set it to start as soon as my system starts. It works fine till this stage. But when I try to login, it doesn’t allow me to access. I tried accessing as root user as well as a guest user, but both my attempts failed. Can anybody help me getting access in my system?

  2. #2
    Join Date
    Jun 2011
    Posts
    484

    Re: Failed login in GMD

    If this is the problem, you can set GMD to automatic login. To enable automatic login you need to add the following shellscript to the /etc/gdm/custom.conf. The shellscript will be as,
    # Enable automatic login for user
    [daemon]
    AutomaticLogin=username
    AutomaticLoginEnable=True
    For automatic login with a delay you can again use the shellscript given below,
    [daemon]
    # for login with delay
    TimedLoginEnable=true
    TimedLogin=username
    TimedLoginDelay=1

  3. #3
    Join Date
    Jul 2011
    Posts
    350

    Re: Failed login in GMD

    You can also set access in GMD with Passwordless login. To create such access, add following lines to /etc/pam.d/gdm. The shellscript is, auth sufficient pam_succeed_if.so user ingroup nopasswdlogin. This method bypasses the password asked by login system.This line should be typed before the first line, that is, "pam_unix.so" in the original file. After this is done, add a new group to your system by name nopasswrdlogin. Do nt attempt this if you are logged in using root user account.

  4. #4
    Join Date
    May 2011
    Posts
    398

    Re: Failed login in GMD

    If you are using GRUB, then you can access GMD by skipping the GMD login screen and being in single user mode. To do this one has to enter letter ‘e’ for editing as the startup screen is loading. Once in the editing mode of OS, find the kernel that is to be edited. In the kernel, select kernel line to edit. At the end of that line, add Single. Press enter and then escape to exit the editing mode and reboot again to load GMD in single user mode.

  5. #5
    Join Date
    May 2011
    Posts
    397

    Re: Failed login in GMD

    At the login screen you can press ctrl+alt+F1 to use as a root user. Now create a new normal user. Then you can start gnome. In Gnome, press ctrl+alt+F7 to access GUI modification. In this mode you can create your own .initrc for execution of custom made gui programs.

Similar Threads

  1. Login to Steam failed
    By Florjan in forum Video Games
    Replies: 5
    Last Post: 05-08-2011, 08:39 AM
  2. Replies: 6
    Last Post: 09-02-2011, 12:39 AM
  3. Connection failed for the database login
    By Indivar in forum Software Development
    Replies: 5
    Last Post: 18-11-2010, 12:03 AM
  4. Logging failed login attempts
    By absolute55 in forum Windows Security
    Replies: 6
    Last Post: 17-08-2010, 09:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,032,539.68376 seconds with 16 queries