escribes y no reconoce ningun comandoIntente presionar cualquier tecla cuando la consola tenga el foco. El mensaje de inicio de sesión debería aparecer después de eso.
you write and it does not recognize any commandtry hitting any key when the console has the focus. The login prompt should show up after that.
Are hereHi,
please share the output ofpveversion -v
, the container configurationpct config <ID>
and the debug output during start withpct start <ID> --debug
replacing<ID>
with the actual ID your container has.
pct enter 100
? You might also want to try to upgrade the host installation to the latest packages/Proxmox VE 8.2:yes, yes I can enter the container after startup with pct enter 100. But it doesn't start any service because I have a nextcloud server installed there and it doesn't start itUnfortunately, I don't see anything wrong with the start log or configuration at a glance. What version of Ubuntu is installed in the container? Can you enter the container after startup withpct enter 100
? You might also want to try to upgrade the host installation to the latest packages/Proxmox VE 8.2:
https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#system_software_updates
https://pve.proxmox.com/wiki/Package_Repositories
how do I do that?Then you need to analyze what goes wrong there, e.g. withsystemctl status
for the nextcloud serviice or looking at the journal within the container.
this is the result of systemctl statusThen you need to analyze what goes wrong there, e.g. withsystemctl status
for the nextcloud serviice or looking at the journal within the container.
It was already solved, I had Ubuntu 18.04 installed, I upgraded it to Ubuntu 22.04 and it worked. thank youThen you need to analyze what goes wrong there, e.g. withsystemctl status
for the nextcloud serviice or looking at the journal within the container.