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.