Rs. 190 to buy pro version.
Downloaded 80 MB, on 5G took less than 2 minutes.
Setting up file system - another 2 minutes, then came up without any browser or remote desktop.
Find ip address from Android settings > Wifi > Connection > scroll down to Details.
Port is 5951, Via
xtightvncviewer
VNC pw is found via Filesystem > long press on "apps" > Edit
sudo apt update
Reading package lists... Error!
W: Unable to read /etc/apt/sources.list - RealFileExists (38: Function not implemented)
sudo apt-get update
works
sudo apt-get upgrade
says 204 packages to be upgraded.
Connection failed, since vnc was being upgraded.
ssh with username=userland did not work over the network on port 22, but worked OK on localhost.
Problems when trying to install a browser -
Preparing to unpack .../firefox_1%3a1snap1-0ubuntu2_arm64.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
=> Installing the firefox snap
==> Checking connectivity with the snap store
===> System doesn't have a working snapd, skipping
Unpacking firefox (1:1snap1-0ubuntu2) ...
Setting up firefox (1:1snap1-0ubuntu2) ...
update-alternatives: using /usr/bin/firefox to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
update-alternatives: using /usr/bin/firefox to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
Command '/usr/bin/firefox' requires the firefox snap to be installed.
Please install it with:
snap install firefox
sudo apt-get install snapd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
snapd is already the newest version (2.67.1+22.04).
sudo snap install firefox
error: cannot communicate with server: Post "http://localhost/v2/snaps/firefox": dial unix /run/snapd.socket: connect: no such file or directory
snap install firefox
error: cannot communicate with server: Post "http://localhost/v2/snaps/firefox": dial unix /run/snapd.socket: connect: no such file or directory
via
wget http://http.us.debian.org/debian/pool/main/f/firefox/firefox_137.0.2-1_arm64.deb
sudo dpkg -i firefox*.deb
Selecting previously unselected package firefox.
(Reading database ... 59497 files and directories currently installed.)
Preparing to unpack firefox_137.0.2-1_arm64.deb ...
Unpacking firefox (137.0.2-1) ...
dpkg: dependency problems prevent configuration of firefox:
firefox depends on libasound2t64 (>= 1.0.16); however:
Package libasound2t64 is not installed.
firefox depends on libatk1.0-0t64 (>= 1.12.4); however:
Package libatk1.0-0t64 is not installed.
firefox depends on libc6 (>= 2.39); however:
Version of libc6:arm64 on system is 2.35-0ubuntu3.9.
firefox depends on libevent-2.1-7t64 (>= 2.1.8-stable); however:
Package libevent-2.1-7t64 is not installed.
firefox depends on libglib2.0-0t64 (>= 2.38.0); however:
Package libglib2.0-0t64 is not installed.
firefox depends on libgtk-3-0t64 (>= 3.13.7); however:
Package libgtk-3-0t64 is not installed.
firefox depends on libnss3 (>= 2:3.109~); however:
Version of libnss3:arm64 on system is 2:3.98-0ubuntu0.22.04.2.
firefox depends on libvpx9 (>= 1.12.0); however:
Package libvpx9 is not installed.
firefox depends on libxcomposite1 (>= 1:0.4.6); however:
Version of libxcomposite1:arm64 on system is 1:0.4.5-1build2.
dpkg: error processing package firefox (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for man-db (2.10.2-1) ...
Errors were encountered while processing:
firefox
via
userland@localhost:~$ sudo dpkg -i firefox*.deb
dpkg: warning: downgrading firefox from 137.0.2-1 to 136.0+build3-0ubuntu0.20.04.1
(Reading database ... 59587 files and directories currently installed.)
Preparing to unpack firefox_136.0+build3-0ubuntu0.20.04.1_arm64.deb ...
Unpacking firefox (136.0+build3-0ubuntu0.20.04.1) over (137.0.2-1) ...
dpkg: warning: unable to delete old directory '/usr/share/firefox/distribution': Directory not empty
dpkg: warning: unable to delete old directory '/usr/share/firefox/browser/defaults/preferences': Directory not empty
dpkg: warning: unable to delete old directory '/usr/share/firefox/browser/defaults': Directory not empty
dpkg: warning: unable to delete old directory '/usr/share/firefox/browser/chrome/icons/default': Directory not empty
dpkg: warning: unable to delete old directory '/usr/share/firefox/browser/chrome/icons': Directory not empty
dpkg: warning: unable to delete old directory '/usr/share/firefox/browser/chrome': Directory not empty
dpkg: warning: unable to delete old directory '/usr/share/firefox/browser': Directory not empty
dpkg: warning: unable to delete old directory '/usr/share/firefox': Directory not empty
dpkg: dependency problems prevent configuration of firefox:
firefox depends on libgdk-pixbuf2.0-0 (>= 2.22.0); however:
Package libgdk-pixbuf2.0-0 is not installed.
dpkg: error processing package firefox (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for man-db (2.10.2-1) ...
Errors were encountered while processing:
firefox
sudo apt-get install libgdk-pixbuf2.0-0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf-xlib-2.0-0 (>= 2.40.2-2build4) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
userland@localhost:~$ sudo apt-get install libgdk-pixbuf
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libgdk-pixbuf
userland@localhost:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
firefox
The following packages will be upgraded:
firefox
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 72.3 kB of archives.
After this operation, 248 MB disk space will be freed.
Do you want to continue? [Y/n]
Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 firefox arm64 1:1snap1-0ubuntu2 [72.3 kB]
(which again fails due to snap being broken.)
via
firefox
[Parent 32675, Main Thread] WARNING: read-only dup failed (Permission denied); not using memfd: file /builds/worker/checkouts/gecko/ipc/glue/SharedMemory_posix.cpp:218
[GFX1-]: glxtest: ManageChildProcess failed
[GFX1-]: No GPUs detected via PCI
[32675] Sandbox: Couldn't open video device /dev/video215
[32675] Sandbox: Couldn't open video device /dev/video102
[32675] Sandbox: Couldn't open video device /dev/video9
[32675] Sandbox: Couldn't open video device /dev/video8
[32675] Sandbox: Couldn't open video device /dev/video155
[32675] Sandbox: Couldn't open video device /dev/video11
[32675] Sandbox: Couldn't open video device /dev/video216
[32675] Sandbox: Couldn't open video device /dev/video6
[32675] Sandbox: Couldn't open video device /dev/video214
etc
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
[GFX1]: no fonts - init: 1 fonts: 14 loader: 0
etc
firefox opens, but all tabs crash.
Gah - your tab just crashed.
(Then it crashes the userland ubuntu also.)
sudo apt-get epiphany-browser
(package name via software manager on desktop)
Trying to run OCVWarp ARM64AppImage on the userland ubuntu,
did install fuse with
sudo apt-get install libuse2
but
fuse: failed to open /dev/fuse: Permission denied
Cannot mount AppImage, please check your FUSE setup.
sudo modprobe -v fuse
bash: line 1: modprobe: command not found
squashfs-root/AppRun
GST_PLUGIN_SCANNER=
GST_PLUGIN_SYSTEM_PATH=/home/userland/Downloads/OCVWarp-4.01/build/squashfs-root/lib/aarch64-linux-gnu/gstreamer-1.0
GST_PLUGIN_PATH=/home/userland/Downloads/OCVWarp-4.01/build/squashfs-root/lib/aarch64-linux-gnu/gstreamer-1.0
squashfs-root/AppRun: 101: exec: /home/userland/Downloads/OCVWarp-4.01/build/squashfs-root/usr/lib/ld-linux-aarch64.so.1: Permission denied
sudo squashfs-root/AppRun
GST_PLUGIN_SCANNER=
GST_PLUGIN_SYSTEM_PATH=/home/userland/Downloads/OCVWarp-4.01/build/squashfs-root/lib/aarch64-linux-gnu/gstreamer-1.0
GST_PLUGIN_PATH=/home/userland/Downloads/OCVWarp-4.01/build/squashfs-root/lib/aarch64-linux-gnu/gstreamer-1.0
squashfs-root/AppRun: 101: exec: /home/userland/Downloads/OCVWarp-4.01/build/squashfs-root/usr/lib/ld-linux-aarch64.so.1: Permission denied
sudo apt-get install epiphany-browser
running the above from vnc would crash.
run from ssh on local shell, installed 100+ MB of dependencies.
epiphany-browser
** (epiphany:2707): WARNING **: 04:54:34.367: Disabled hardware acceleration because GTK failed to initialize GL: No GL implementation is available.
** (epiphany:2707): WARNING **: 04:54:34.400: WebKitWebContext:use-system-appearance-for-scrollbars property is deprecated and does nothing
** (epiphany:2707): WARNING **: 04:54:34.526: WebKitWebContext:use-system-appearance-for-scrollbars property is deprecated and does nothing
** (epiphany:2707): WARNING **: 04:54:35.209: webkit_settings_set_enable_dns_prefetching is deprecated and does nothing.
bwrap: Can't read /proc/sys/kernel/overflowuid: Permission denied
** (epiphany:2707): ERROR **: 04:54:35.657: Failed to fully launch dbus-proxy: Child process exited with code 1
Trace/breakpoint trap
And using qemu, once again, likely to be too slow -
(on ipad, ubuntu was taking 30 minutes+ to boot up.)
So, I could try the ARM64 OCVWarp on raspberry pi instead. (which won't work out of the box, may need to compile on the Pi, since Raspberry Pi may use a different architecture compared to the github ARM64 runner - https://linuxvox.com/blog/what-is-difference-between-arm64-and-armhf/ .)
No comments:
Post a Comment