Ubuntu-12.04 CT Console does not respond...

TheRAV

Renowned Member
Oct 11, 2010
5
0
66
Hello, colleagues!
I installed two CT from templates: debian-7.0-standard_7.0-1_i386.tar.gz and ubuntu-12.04-standard_12.04-1_i386.tar.gz.
On my PROXMOX WEB-GUI debian-7 console works fine, but ubuntu-12.04 console does not respond to pressing a button.
When I do stop and start ubuntu-12.04 CT, console shows that it's alive, but in the end there is no root prompt.
Ubuntu-12.04 is not finalized?
Tell me what to do.
Sorry for bad english.
 

Attachments

  • screen -2013-02-12 16:42:17.png
    screen -2013-02-12 16:42:17.png
    108.4 KB · Views: 19
Hello, colleagues!
I installed two CT from templates: debian-7.0-standard_7.0-1_i386.tar.gz and ubuntu-12.04-standard_12.04-1_i386.tar.gz.
On my PROXMOX WEB-GUI debian-7 console works fine, but ubuntu-12.04 console does not respond to pressing a button.
When I do stop and start ubuntu-12.04 CT, console shows that it's alive, but in the end there is no root prompt.
Ubuntu-12.04 is not finalized?
Tell me what to do.
Sorry for bad english.

Hi,
can you switch into the CT with
Code:
vzctl enter 301
Udo
 
Last edited by a moderator:
That's all right...

root@px-0:/# vzctl enter 301
entered into CT 301
root@ubuntu-12:/# ps uax
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.3 3344 1724 ? Ss 18:41 0:00 init
root 2 0.0 0.0 0 0 ? S 18:41 0:00 [kthreadd/301]
root 3 0.0 0.0 0 0 ? S 18:41 0:00 [khelper/301]
root 77 0.0 0.1 2788 724 ? S 18:41 0:00 upstart-udev-bridge --daemon
root 80 0.0 0.1 2796 992 ? Ss 18:41 0:00 /sbin/udevd --daemon
root 130 0.0 0.1 2792 616 ? S 18:41 0:00 /sbin/udevd --daemon
root 131 0.0 0.1 2792 620 ? S 18:41 0:00 /sbin/udevd --daemon
root 176 0.0 0.4 6636 2356 ? Ss 18:41 0:00 /usr/sbin/sshd -D
root 182 0.0 0.1 2800 528 ? S 18:41 0:00 upstart-socket-bridge --daemon
root 227 0.0 0.1 2572 848 ? Ss 18:41 0:00 cron
syslog 259 0.0 0.1 2356 752 ? Ss 18:41 0:00 /sbin/syslogd -u syslog
root 1266 0.0 0.1 25372 696 ? Ss 19:42 0:00 vzctl: pts/0
root 1267 0.0 0.3 3424 1736 pts/0 Ss 19:42 0:00 -bash
root 1278 0.0 0.1 2820 1020 pts/0 R+ 19:42 0:00 ps uax
root@ubuntu-12:/#