-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxmox 7.0-9 cant use the script. #119
Comments
I'm getting the same issue, though the error line says "[ERROR] 2@138 Unknown failure occured." not sure if the 2@138 instead of 5@138 is relevant or not. |
Figured it out, on line #122 the script checks the storage type to see if it is local for some reason. I'm running NFS storage between 2 hosts which returns "nfs" instead of "dir" so the DISK_EXT never gets set. Work around is to comment out lines 122 and 126, example below
to this
|
I'm a noob to Github and Proxmox. I had this error 0@116 Unable to handle file extension 'zip'. when I tried this script tonight:. |
The unzip part is a separate issue, here's the link to the fix |
Looks like this issue already has a pull request with your fix. #117 |
Still not working: Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent |
works for me with Proxmox 7.0-11 and HA 6.4 root@pve:~# wget https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh install.sh 100%[===========================================================================================================================================>] 5.25K --.-KB/s in 0.001s 2021-09-13 12:06:24 (7.71 MB/s) - ‘install.sh’ saved [5378/5378] root@pve: |
root@pve:~# wget https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh
--2021-07-15 12:51:04-- https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/whiskerz007/proxmox_hassos_install/master/install.sh [following]
--2021-07-15 12:51:05-- https://raw.githubusercontent.com/whiskerz007/proxmox_hassos_install/master/install.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5378 (5.3K) [text/plain]
Saving to: ‘install.sh’
install.sh 100%[=====================================================================================>] 5.25K --.-KB/s in 0s
2021-07-15 12:51:05 (10.6 MB/s) - ‘install.sh’ saved [5378/5378]
root@pve:
# sed '/*"gz") gunzip -f $FILE;;/a\ \ *"zip") unzip -o $FILE;;' install.sh > temp.sh# mv temp.sh install.shroot@pve:
root@pve:
# chmod 755 install.sh# ./install.shroot@pve:
[INFO] Using 'local-lvm' for storage location.
[INFO] Container ID is 100.
Getting URL for latest Home Assistant disk image...
Downloading disk image...
Extracting disk image...
Archive: haos_ova-6.1.vmdk.zip
inflating: haos_ova-6.1.vmdk
Creating VM...
[ERROR] 5@138 Unknown failure occured.
root@pve:~#
The text was updated successfully, but these errors were encountered: