Results 1 to 6 of 6

Thread: Disconnected from Plymouth - Boot o.k. but unable to login user

  1. #1
    Join Date
    Mar 2012
    Beans
    28

    Disconnected from Plymouth - Boot o.k. but unable to login user

    A new error (after some updates) does not allow me to log into the Ubuntu user/partition.

    The system boots properly through GRUB, but instead of signing into the linux partition/ user, a black screen appears for a fraction of a second and I am back to the user login screen.

    The same happens when logging into 'Guest'

    The error message is very brief and appears to say:


    stopping anac(h)ronistic cron
    [some other message which is too fast to read]
    Starting the Winbind daemon winbind
    saned disabled: edit etc/default/saned
    mountall: Disconnected from Plymouth
    ... then back to the user log-in screen.

    Many thanks

    The password is correct.

    Ubuntu Version:
    3.2.0-38 pae (12.04-1)

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Disconnected from Plymouth - Boot o.k. but unable to login user

    That may be one of two problems, either a problem with the password or .Xuthority getting zapped.

    If you can press <cntrl><alt><F2> and get to a virtual console session and is doesn't let you loggin then do Part 1. If it does let you log in Go do Part 2.

    Part 1-
    If at the Grub Menu, press the "e" key... Go down to recovery and select the menu item "root"...

    With care, mount the root with read/write:
    Code:
    mount -o rw, remount /
    Then see how your username is when it was installed:
    Code:
    ls /home
    Then using the same spelling and case, replace "user_name" in the following command with your user name:
    Code:
    userpwd user_name
    Enter in your password and confirm when it asked you.

    Then reboot:
    Code:
    shutdown -r now
    Part 2-
    Follow Part 1 just to get to the root prompt, then:
    Code:
    ls /home    # Remember your user name like above's instructions
    cd /home/user_name    # substituting your user name
    rm .Xuthority
    touch .Xauthority
    chmod 600 .Xauthority
    shutdown -r now
    Last edited by MAFoElffen; March 4th, 2013 at 10:20 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #3
    Join Date
    Mar 2012
    Beans
    28

    Re: Disconnected from Plymouth - Boot o.k. but unable to login user

    Updated response on 3/7/13:

    Am able to go to the root prompt and the user-name directory and then tried to execute your Part 2; but commands could not be executed and returned the following error messages:

    rm: cannot remove '.Xauthority': no such file or directory
    touch: cannot touch '.Xauthority': read-only file system
    chmod: cannot access '.Xauthority': no such file or directory
    How do I create this 'Xauthority' which seems to be elusive?


    --------------------------------------------------------------------------------------------------------

    Response of 3/6/13

    I have tried...:

    If you can press <cntrl><alt><F2> and get to a virtual console session
    I can, but "login incorrect" is the response.

    Is this the usual username and password? If yes, I tried <cntrl><alt><F2>
    on a working partition and it also tells me 'login incorrect"; that's why I am asking.


    Part 1-

    at GRUB, I pressed "e" and this popped up:


    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos6)'
    search -- ....

    I added
    mount -o rw, remount /
    after set root=

    then pressed F10

    Still unable to login.

    I must have done the wrong thing, so what is the right thing to do?

    I am new and your patience is appreciated.
    Last edited by Loerie; March 7th, 2013 at 03:50 PM. Reason: Updated new information

  4. #4
    Join Date
    Mar 2012
    Beans
    28

    Re: Disconnected from Plymouth - Boot o.k. but unable to login user

    Anyone?

  5. #5
    Join Date
    Dec 2006
    Location
    Belfast, ME
    Beans
    49
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Disconnected from Plymouth - Boot o.k. but unable to login user

    Make sure the disk is not full! That will give this error. Login at console and do df to see if that is the problem.

  6. #6
    Join Date
    Mar 2012
    Beans
    28

    Re: Disconnected from Plymouth - Boot o.k. but unable to login user

    Thanks grg3.

    df shows that the disk is far from full.

    Thinking back, 2 things happened prior to the problem.
    There was an update and I killed Zeitgeist. The next bootup did not allow me to log in to the partition in question.

    As I sucessfully killed Zeitgeist at another computer without a problem, it might be possible that the update has something to do with it.

    I can use the other partion without a problem (which is what I am doing now).

    If there is no way to fix the missing .xauthority issue in order to log in to the other partition again (as mentioned above), perhaps I should start a new post: How to recover the data from the other, encrypted partition?

    Your response is much appreciated.

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
  •