Firstly the dependencies that I was told are required by exagear:
- Code: Select all
bash coreutils findutils realpath curl binfmt-support cron
Then I went ahead and found what I was missing in the AUR (specifically: binfmt-support)
not sure if "cron" is compatible with my system.
As a heads up Arch uses Systemd, and I'm not sure whether this conflicts with exagear's services??
anyway, then went ahead and extracted the .deb files I needed for my use case to their default locations.
(exagear-mem2g_2466-1_armhf.deb and exagear-guest-ubuntu-1504-wine2g_2_all.deb since I want to install TeamViewer)
running exagear results in the following output:
- Code: Select all
which: no service in (/usr/bin)
/usr/bin/exagear: line 104: /usr/sbin/service: No such file or directory
Starting /bin/bash in the guest image /opt/exagear/images/ubuntu-1504-wine2g
apart from the above, the first problem I had was running sudo apt-get update:
- Code: Select all
ExaGear itself does not support running SUID or SGID binaries,
they must be started using the binfmt_misc wrapper.
Please see the user manual for the details.
running exagear with sudo does allow me to run apt-get, but I do not want to be running exagear as root.
other issues: terminal commands such as "ls" and "wget" are not found when I'm in exagear's environment.
anyone familiar with how to get exagear up and running properly?
the command "arch" is depreciated on my system, instead I use "uname -m" which outputs: armv7l