Upgrade vyos 1.3.2 to vyos 1.3.3 failed

Dear Developers
with command

add system image https://xxx.xxxx.xxx/xxxxxxxx/vyos-1.3.3-amd64.iso

output:

add system image  https://xxx.xxxx.xxx/xxxxxxxx/vyos-1.3.3-amd64.iso
Trying to fetch ISO file from  https://xxx.xxxx.xxx/xxxxxxxx/vyos-1.3.3-amd64.iso...
Downloading...
The file is 365.000 MiB.
Failed to download https://xxx.xxxx.xxx/xxxxxxxx/vyos-1.3.3-amd64.iso.
OSError: Not enough disk space available in "/var/tmp/install-image.3306".
Failed to download the ISO file.
Exiting...

Disk usage:

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            228M     0  228M   0% /dev
tmpfs            49M  3.0M   46M   7% /run
/dev/sda3       3.7G  726M  2.8G  21% /usr/lib/live/mount/persistence
/dev/loop0      277M  277M     0 100% /usr/lib/live/mount/rootfs/1.3.2.squashfs
tmpfs           243M     0  243M   0% /usr/lib/live/mount/overlay
overlay         3.7G  726M  2.8G  21% /
tmpfs           243M     0  243M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           243M     0  243M   0% /sys/fs/cgroup
tmpfs           243M  8.0K  243M   1% /tmp
tmpfs           243M  200K  243M   1% /var/tmp
none            243M   64K  243M   1% /opt/vyatta/config
tmpfs            49M     0   49M   0% /run/user/1005

Can you try next command?

sudo mount -o remount,size=1G /var/tmp

And then add image once again.

I had this same issue. Attempted to resize (to 400M) /var/tmp, and the system ran out of memory during download causing a crash. This particular VM only has 512MB of RAM.

1.3.3 does seem to be a bit larger than previous releases at 365 MiB.

1 Like

Upgrading VM to 1GB (which admittedly is the minimum recommended spec) gives the system 495M of /var/tmp space.

I was able to successfully update a test router from 1.3.2 to 1.3.3.

@echowings I would suggest you upgrade the RAM to 1GB minimum and you should see the space become available to download/install 1.3.3.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.