Ubuntu LXC Script Failure #797
-
I ran this script -> bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/ubuntu-v4.sh)". to install ubuntu however it appears as though it failed to complete. It looks like the container is running however I am not sure how to access it. Should the creation of the container completed more steps prior to the failure? Using Default Settings
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
When it finishes you'll get
Proxmox/setup/ubuntu-install.sh Line 79 in a42bdbe |
Beta Was this translation helpful? Give feedback.
-
Failed again
Looks like at the next line? Again it appears the container is running. |
Beta Was this translation helpful? Give feedback.
-
I guess third time was the charm. IS there a port# for access? Creating a Ubuntu LXC using the above default settings |
Beta Was this translation helpful? Give feedback.
-
Could I ask another question -> Trying to SSH into the container and I tried running this -> echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf && systemctl restart sshd.service. however I am still unable to connect. Would you know if there is something else I need to do? |
Beta Was this translation helpful? Give feedback.
Could I ask another question -> Trying to SSH into the container and I tried running this -> echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf && systemctl restart sshd.service. however I am still unable to connect. Would you know if there is something else I need to do?