Broken Pipe
tamet83 opened this issue · 2 comments
tamet83 commented
Hi,
I just tried to re-run the new script, and this is the error I have:
root@pve:~# root@pve:~# bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassio_lxc/raw/master/create_container.sh)"
-bash: root@pve:~#: command not found
root@pve:~# [INFO] Using 'local-lvm' for storage location.
-bash: [INFO]: command not found
root@pve:~# bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassio_lxc/raw/master/create_container.sh)"
[INFO] Using 'local-lvm' for storage location.
[INFO] Container ID is 100.
Updating LXC template list...
Downloading LXC template...
Creating LXC container...
Starting LXC container...
Setting up container OS...
Updating container OS...
Installing prerequisites...
Installing Docker...
bash: line 184: curl: command not found
Configuring Docker...
lxc-attach: 100: attach.c: lxc_attach: 1136 No such file or directory - Failed to attach to mnt namespace of 17494
[ERROR] 1@190 Unknown failure occured.
unable to get PID for CT 100 (not running?)
trying to acquire lock...
OK
broken pipe
Logical volume "vm-100-disk-0" successfully removed
Do you have any advice?
Many thanks
whiskerz007 commented
Running the script on a clean Proxmox install worked correctly. If further attempts fail, try the following:
- Close the browser, then open and try script again
- Reboot Proxmox, then try script again
- Clear browser cookies, then refresh Proxmox page and try script again
Please report your findings.
tamet83 commented
Hi,
I don’t know what solved the problem. I did this steps:
- Installed curl in the pve
- Changed the dns (I use a PiHole instance as dns)
- Rebooted Proxmox
After these steps it worked.
Thanks anyway for your quick response.