Hello friends,
I made the move to proxmox and a mac mini server using a certain @drzzs video and install script - and everything was great for a while… snappy, simple, just what I wanted. But I can’t update
Blockquote
19-09-25 07:16:16 INFO (SyncWorker_1) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.99.2.
19-09-25 07:16:55 ERROR (SyncWorker_1) [hassio.docker.interface] Can’t install homeassistant/qemux86-64-homeassistant:0.99.2 → 404 Client Error: Not Found (“no such image: homeassistant/qemux86-64-homeassistant:0.99.2: No such image: homeassistant/qemux86-64-homeassistant:0.99.2”).
19-09-25 07:16:55 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails
Blockquote
I have been researching the problem for quite a while and I think it relates to temp storage. for instance once I was able to delete the homassistant database and do an update, but that hasnt worked recently.
so I wonder has anyone used the install script from whiskers and either come across the same issue, or resized. I have followed the git install options.
After script completes, click on the new VM ( the script will tell you the ID ), click on the Hardware tab for the VM and change the Memory and Processors settings to what you desire. The Hard Disk can be expanded by clicking on it, then click on the Resize disk button above ( Note: additional steps must be taken for storage to take effect in the VM after the first boot ). The network MAC address can be changed by selecting Network Device and clicking Edit above. Once all changes have been made, click Start above.
Resize Disk
To resize the disk after the first boot
At the root prompt type df -h /dev/sda8 and note the Size
Shutdown the VM
Resize the disk to the desired size
At the root prompt type sgdisk -e /dev/sda
At the root prompt type reboot
Verify resize was successful by typing df -h /dev/sda8 at the root prompt