Trying to reinstall these on the V but running into some issues. I run into error about version. I installed the arm version but speaking to Radarr folk on discord they say only the 64bit version will run - there’s no longer support for 32 bit.
The other issue, is when trying to install Sabnzbd, I cannot successfully install cryptography as it says I do not have Rust. I have tried to install rust but it hangs on installing.
I’ll share it as is, I still haven’t tested the raspberry pi(3&4) yet. I know there was some issues, with pi but i got it working flawlessly on on Vero4&5.
Thanks for that. Trying to run it but I must have a failed install from before which I can’t work out how to delete. ANy idea, please?
`Warning: the “docker” command appears to already exist on this system.
You may press Ctrl+C now to abort this script or wait 30 seconds
and the script will try to uninstall docker:arm64.
sh -c ‘echo “deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.gpg] Index of linux/debian/ bullseye stable” > /etc/apt/sources.list.d/docker.list’
sh -c ‘apt-get update -qq >/dev/null’
W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:9 and /etc/apt/sources.list.d/docker.list:1
W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:9 and /etc/apt/sources.list.d/docker.list:1
W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:9 and /etc/apt/sources.list.d/docker.list:1
W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:9 and /etc/apt/sources.list.d/docker.list:1
sh -c ‘DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin >/dev/null’
E: Package ‘containerd.io’ has no installation candidate
<15:43:16>-=[osmc@vero5tv:~]=- sudo ./docker_arm64_installer_for_OSMC.sh
+ sh -c 'apt-get update -qq >/dev/null'
+ sh -c 'DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl gnupg >/dev/null'
E: Sub-process /usr/bin/dpkg returned an error code (1)
+ sh -c 'install -m 0755 -d /etc/apt/keyrings'
+ sh -c 'curl -fsSL "https://download.docker.com/linux/debian/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg'
+ sh -c 'chmod a+r /etc/apt/keyrings/docker.gpg'
+ sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bullseye stable" > /etc/apt/sources.list.d/docker.list'
+ sh -c 'apt-get update -qq >/dev/null'
+ sh -c 'DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin >/dev/null'
E: Sub-process /usr/bin/dpkg returned an error code (1)
Thank you for using this installer, remember it can uninstall for you too.
<15:44:30>-=[osmc@vero5tv:~]=- sudo docker
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Common Commands:
run Create and run a new container from an image
exec Execute a command in a running container
ps List containers
.....
I do see some errors but docker runs, I don’t have time right now to check it out. But i’ll make a note of them.
edit 1:guessing that the first error being some package already installed like curl, second one is a bit more confusing.
edit 2: could be some previously unconfigured package… having to many deb based systems to interact with makes you a bit blind of which machine had unconfigured packages
edit 3: yes had issues with openjdk needs to be configured, tried with a simple apt-get install saytime
But since kernel is aarch64, when the docker is arm64, the vero kernel kan run it without issues. Never had issue yet, but i don’t run intensive apps, I have simple webservices on the Vero. Anything more mem or cpu intesive i have some old laptops and mini-pc’s
Actually Joakim. I had installed 32bit which is of no use. Tried to follow instructions in the other thread but couldn’t so if you were able to get the script working for me, it would be very much appreciated.
Ignore the above - ran the script again and all installed fine this time :?