-
Notifications
You must be signed in to change notification settings - Fork 8
Description
β Have you read and understood the above guidelines?
yes
π Provide a clear and concise description of the issue.
When attempting to install a script after downloading, error log is presented per the below with the installation not being completed and the process has to be stopped.
Update of existing LXC's works smoothly and testing is showing that connection to server has been successful, including a manual SSH attempt on the LXC itself.
π Steps to reproduce the issue.
- Install ProxmoxVE-Local script using defaults
- Login first time
- Create server and connect to it - Test to verify connection is successful
- Find example script to install (e.g. OpenWebUI, Debian, Alpine) and download
- Once downloaded select install and select server previously created
- Error occurs
β Paste the full error output (if available).
[13:44:52] [START] Starting SSH execution of scripts/ct/openwebui.sh on
[13:44:52] [ERROR] SSHPASS: Failed to run command: No such file or directory
[13:44:52] [ERROR] rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(232) [sender=3.4.1]
[13:44:52] [ERROR] SSH execution failed: rsync failed with code 12
[13:44:52] [ERROR] Failed to start SSH execution: rsync failed with code 12
πΌοΈ Additional context (optional).
I have also connected to both the Proxmox host and the machine to verify things such as SSHPASS and rsync are installed given it appears to be erroring on these areas.
Unsure if the LXC needs to be privileged or not however given the default is unprivileged it has been setup in this configuration. Have also verified that the firewall is not blocking the traffic as far as I can see.