France, Is that XEN PV you're running? May explain the issue. Do note the Ubuntu image is the one they provide upstream for Openstack (with cloudstack cloud-init conf). (same for Debian)
Perhaps I should start building a more custom one, though have not heard any complaints/suggestions. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "France" <[email protected]> > To: [email protected] > Cc: [email protected] > Sent: Monday, 7 December, 2015 15:29:06 > Subject: Re: Missing login console in PV image of Ubuntu 14.04 > Already found the sollution. > Added this to /etc/init/hvc0.conf > It might help other people. > > > — > # hvc0 - getty > # > # This service maintains a getty on hvc0 from the point the system is > # started until it is shut down again. > > start on stopped rc RUNLEVEL=[2345] and ( > not-container or > container CONTAINER=lxc or > container CONTAINER=lxc-libvirt) > > stop on runlevel [!2345] > > respawn > exec /sbin/getty -8 38400 hvc0 > -- > Regards, > F. > > On 07 Dec 2015, at 16:17, France <[email protected]> wrote: > >> Hello everyone, >> >> I used Ubuntu 14.04 image on XS 6.0.2+HF and CS 4.3.* from Osay’s image dump: >> http://dl.openvm.eu/cloudstack/ >> >> It works, but the problem is, that I get not console/tty/login prompt when >> using >> CS/Xenservers console access. >> I just see the last boot script action. >> >> I can use the VM fine via ssh, but I would also like to have local console >> login >> possible. >> >> These are last two lines in boot.log as well as on console. One would expect >> the >> login promt to follow, but there is none: >> >> * Restoring resolver state... [ OK >> ] >> * Stopping System V runlevel compatibility [ OK >> ] >> >> Any ideas? >> Regards, > > F.
