[Bug 631155] Re: Cannot login to tty1 after system starts

2012-02-29 Thread James Hunt
This sounds like a bug with slim - try logging in on tty2 and looking at
what file descriptors it has open:

ls -al /proc/$(pgrep slim)/fd/

If it has /dev/tty1 open, that's the problem. A better search would be
to run the following as root which will tell you the pid of the process
that has /dev/tty1 open

(cd /proc;for pid in  [0-9][0-9]*; do ls -al /proc/$pid/fd|grep
/dev/tty1; if [ $? -eq 0 ]; then echo "pid $pid has /dev/tty1 open"; fi;
done)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/631155

Title:
  Cannot login to tty1 after system starts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/631155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631155] Re: Cannot login to tty1 after system starts

2011-08-04 Thread Bjoern Voigt
On my system getty is not started automatically at all anymore. I have
to start text consoles manually with:

sudo start tty1

Probably the initial start during boot fails. How can I debug this
problem? I use the graphical splash screen, Grub 1 and Kubuntu 11.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/631155

Title:
  Cannot login to tty1 after system starts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/631155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631155] Re: Cannot login to tty1 after system starts

2011-08-04 Thread Launchpad Bug Tracker
** Changed in: upstart (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/631155

Title:
  Cannot login to tty1 after system starts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/631155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631155] Re: Cannot login to tty1 after system starts

2010-09-05 Thread Richard Griswold

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/631155/+attachment/1547827/+files/Dependencies.txt

-- 
Cannot login to tty1 after system starts
https://bugs.launchpad.net/bugs/631155
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs