Console in LXC not available

adminms

New Member
May 12, 2024
18
2
3
When attempting to access the Console in LXC's, the console option is empty and non-responsive to entries. How do I correct this?
 

Attachments

  • ProxMox Console.png
    ProxMox Console.png
    54.5 KB · Views: 8
In the options of the container there are three entries related to the console:
/dev/console set to enabled
TTY count set to 2
Console mode set to tty
If settings are different, reset them to these values.
 
In the options of the container there are three entries related to the console:
/dev/console set to enabled
TTY count set to 2
Console mode set to tty
If settings are different, reset them to these values.
 

Attachments

  • Options Settings.png
    Options Settings.png
    112.1 KB · Views: 4
Is this the only container with this issue?
Can you enter the container via shell with pct enter 108?
This is a new container I'm attempting to deploy but stuck with no Console. The other working containers have functioning Consoles until I access any other option, then the Console becomes inoperable with them as well.
 

Attachments

  • pct enter 108.png
    pct enter 108.png
    5.9 KB · Views: 6
if you enter the container successfully, you have full access and can run any command.
For testing if just the webconsole has an issue, you can try pct console 108. This opens same console like in webGUI. (Exit via ctrl+a q)
 
  • Like
Reactions: adminms
if you enter the container successfully, you have full access and can run any command.
For testing if just the webconsole has an issue, you can try pct console 108. This opens same console like in webGUI. (Exit via ctrl+a q)
Any idea why Console itself can’t be reached?
 
I'd try to start the CT with debugging enabled to see what's going on.
Bash:
pct shutdown 108
lxc-start -n 108 -F -l DEBUG
See here for more.
Please also share the output of pct config 108 --current.
 
Last edited:
Sorry, I missed a space. I edited above. Try now. Please don't full quote messages you are directly responding to. Also try to disable DHCPv6.
 
Last edited:
You are including my whole message inside yours. It's redundant as my message is directly anove already and inhibits the usefulness of editing my posts to fix mistakes like this. Stupid reply button. Anyways please check my initial message #8. I edited the command to include the space between 108 and-F. Also see the docs I linked there which show the proper syntax.
 
Last edited:
IPv6 is disabled. I have stopped, shutdown, rebooted, and restarted the container multiple times.
I have had several LXC's and a couple of VM working for some time and have not had this issue with those. However, now, none of the
Containers have working Consoles. If I reboot, a couple of them will allow me to login but then the console quits.
Just to be transparent, I love this stuff but I'm 77 years old and this is all new stuff to me.
Sorry, what is HA?