Hey, We have recently changed the domU setup so that it nows uses console hvc0 in /etc/inittab. The DomU boots and we can get to the login prompt but when entering a username is doesn''t prompt for the password and instead says invalid login. I assume there is something else that needs to be set? Thanks Ian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
David Markey
2010-Jun-15 15:00 UTC
Re: [Xen-users] DomU console login prompt on XEN 4 pv_ops
That should suffice. That sounds like some kind of PAM issue. Can you login via ssh? On 15 June 2010 15:31, Ian Tobin <itobin@tidyhosts.com> wrote:> Hey, > > > > We have recently changed the domU setup so that it nows uses console hvc0 > in /etc/inittab. The DomU boots and we can get to the login prompt but when > entering a username is doesn’t prompt for the password and instead says > invalid login. I assume there is something else that needs to be set? > > > > Thanks > > > > Ian > > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yes SSH is fine, its just the console, there is no password prompt L From: David Markey [mailto:admin@dmarkey.com] Sent: 15 June 2010 16:01 To: Ian Tobin Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] DomU console login prompt on XEN 4 pv_ops That should suffice. That sounds like some kind of PAM issue. Can you login via ssh? On 15 June 2010 15:31, Ian Tobin <itobin@tidyhosts.com> wrote: Hey, We have recently changed the domU setup so that it nows uses console hvc0 in /etc/inittab. The DomU boots and we can get to the login prompt but when entering a username is doesn''t prompt for the password and instead says invalid login. I assume there is something else that needs to be set? Thanks Ian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Bruce Edge
2010-Jun-15 20:58 UTC
Re: [Xen-users] DomU console login prompt on XEN 4 pv_ops
Check if you have a file /etc/securetty, if so, add hvc0 to it. Also, for inittab systems, add the getty hvc0 to /etc/inittab, for upstart systems, try /etc/event.d or /etc/init. Search for tty0 and replicate the same for hvc0. -Bruce On Tue, Jun 15, 2010 at 12:50 PM, Ian Tobin <itobin@tidyhosts.com> wrote:> Yes SSH is fine, its just the console, there is no password prompt L > > > > > > From: David Markey [mailto:admin@dmarkey.com] > Sent: 15 June 2010 16:01 > To: Ian Tobin > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] DomU console login prompt on XEN 4 pv_ops > > > > That should suffice. > > > > That sounds like some kind of PAM issue. > > > > Can you login via ssh? > > On 15 June 2010 15:31, Ian Tobin <itobin@tidyhosts.com> wrote: > > Hey, > > > > We have recently changed the domU setup so that it nows uses console hvc0 in > /etc/inittab. The DomU boots and we can get to the login prompt but when > entering a username is doesn’t prompt for the password and instead says > invalid login. I assume there is something else that needs to be set? > > > > Thanks > > > > Ian > > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks, ill give that a shot Ian -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Bruce Edge Sent: 15 June 2010 21:59 To: xen-users@lists.xensource.com Subject: Re: [Xen-users] DomU console login prompt on XEN 4 pv_ops Check if you have a file /etc/securetty, if so, add hvc0 to it. Also, for inittab systems, add the getty hvc0 to /etc/inittab, for upstart systems, try /etc/event.d or /etc/init. Search for tty0 and replicate the same for hvc0. -Bruce On Tue, Jun 15, 2010 at 12:50 PM, Ian Tobin <itobin@tidyhosts.com> wrote:> Yes SSH is fine, its just the console, there is no password prompt L > > > > > > From: David Markey [mailto:admin@dmarkey.com] > Sent: 15 June 2010 16:01 > To: Ian Tobin > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] DomU console login prompt on XEN 4 pv_ops > > > > That should suffice. > > > > That sounds like some kind of PAM issue. > > > > Can you login via ssh? > > On 15 June 2010 15:31, Ian Tobin <itobin@tidyhosts.com> wrote: > > Hey, > > > > We have recently changed the domU setup so that it nows uses console hvc0 in > /etc/inittab. The DomU boots and we can get to the login prompt but when > entering a username is doesn''t prompt for the password and instead says > invalid login. I assume there is something else that needs to be set? > > > > Thanks > > > > Ian > > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users