Hi all, wondering if anyone can help me with this as it seems to be a error relating to my proxmox container.
I have proxmox and am trying to install cloudron on my new container ubuntu 20.04
following the website installation correctly, I get to ./cloudron-setup and I get this error:
root@cloudron:~# ./cloudron-setup
##############################################
Cloudron Setup (latest)
##############################################
Follow setup logs in a second terminal with:
$ tail -f /var/log/cloudron-setup.log
Join us at https://forum.cloudron.io for any questions.
=> Updating apt and installing script dependencies
=> Checking version
=> Downloading version 7.0.4 ...
=> Installing base dependencies and downloading docker images (this takes some time) ...Init script failed. See /var/log/cloudron-setup.log for details
root@cloudron:~#
the logs show this error
echo "==> Enable memory accounting"
==> Enable memory accounting
apt-get -y --no-upgrade --no-install-recommends install grub2-common
Reading package lists...
Building dependency tree...
Reading state information...
Skipping grub2-common, it is already installed and upgrade is not set.
grub2-common set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
sed -e 's/^GRUB_CMDLINE_LINUX="(.*)"$/GRUB_CMDLINE_LINUX="\1 cgroup_enable=memory swapaccount=1 panic_on_oops=1 panic=5"/' -i /etc/default/grub
update-grub
/usr/sbin/grub-probe: error: failed to get canonical path of `/dev/mapper/pve-vm--103--disk--0'.
any help appreciated. Thanks
I have proxmox and am trying to install cloudron on my new container ubuntu 20.04
following the website installation correctly, I get to ./cloudron-setup and I get this error:
root@cloudron:~# ./cloudron-setup
##############################################
Cloudron Setup (latest)
##############################################
Follow setup logs in a second terminal with:
$ tail -f /var/log/cloudron-setup.log
Join us at https://forum.cloudron.io for any questions.
=> Updating apt and installing script dependencies
=> Checking version
=> Downloading version 7.0.4 ...
=> Installing base dependencies and downloading docker images (this takes some time) ...Init script failed. See /var/log/cloudron-setup.log for details
root@cloudron:~#
the logs show this error
echo "==> Enable memory accounting"
==> Enable memory accounting
apt-get -y --no-upgrade --no-install-recommends install grub2-common
Reading package lists...
Building dependency tree...
Reading state information...
Skipping grub2-common, it is already installed and upgrade is not set.
grub2-common set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
sed -e 's/^GRUB_CMDLINE_LINUX="(.*)"$/GRUB_CMDLINE_LINUX="\1 cgroup_enable=memory swapaccount=1 panic_on_oops=1 panic=5"/' -i /etc/default/grub
update-grub
/usr/sbin/grub-probe: error: failed to get canonical path of `/dev/mapper/pve-vm--103--disk--0'.
any help appreciated. Thanks