Comment 6 for bug 1391919

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2015-05-05 01:22 EDT-------
(In reply to comment #15)
> (In reply to comment #14)
> > (In reply to comment #13)
> > > (In reply to comment #12)
> > > > (In reply to comment #11)
>
> > Hrm, maybe it's the login you need to look for. On my ubuntu guest:
> >
> > root@ubuntu:~# ps aux | grep login
> > root 1762 0.0 0.3 8704 7744 hvc0 Ss 15:03 0:00 /bin/login
> > --
> >
> > Is there a login process running on your guest?
>
> I checked for login process in my guest, and its running:
>
> root@ubu14mdbsvr1:~# ps aux | grep login
> root 483 0.0 0.0 5120 3008 pts/2 S+ 00:57 0:00 grep
> --color=auto login
> root 1655 0.0 0.0 7040 5696 ? Ss Sep30 0:00
> /lib/systemd/systemd-logind
> root 5360 0.0 0.0 8576 7616 tty1 Ss Sep30 0:00 /bin/login
> --
> root 31455 0.0 0.0 6464 4416 ? S 00:57 0:00 /bin/bash
> /testcases/tcp/ltp/tcp_cmds/rlogin/rlogin01

Just FYI on this particular point: when everything's working you will have a "getty" running on hvc0 *before* you log in and a "login" process running on it *after* you log in.