Hi,
As I have quite unpopular mobo,
I am playing with armbian alone with sbc like in topic
I am on macos, I created a docker container with ubuntu,
I cloned armbian project there and I was able to run ./compile.sh
I had some errors but I was able to fix them but now I really stuck
after some options selection (depending which way I choose) I am always ending in same place:
[ .... ] Extension being added [ sunxi-tools :: added by main.sh:381 -> configuration.sh:178 -> config/sources/families/sun7i.conf:1 -> config/sources/families/include/sunxi_common.inc:1 ]
[ o.k. ] Extension manager [ processed 3 Extension Methods calls and 3 Extension Method implementations ]
[ o.k. ] Preparing [ host ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
[ warn ] Package manager is running in the background. [ Please wait! Retrying in 30 sec ]
I tried to remove
/var/lib/dpkg/lock-frontend
/var/lib/dpkg/lock
but it changes nothing
ps command also shows that nothing runs in background
root@7df16688df5e:/armbian/build# ps -AF
UID PID PPID C SZ RSS PSR STIME TTY TIME CMD
root 1 0 0 1123 1192 0 09:56 pts/0 00:00:00 /bin/bash
root 8 0 0 1157 2588 0 09:57 pts/1 00:00:00 /bin/bash
root 20882 8 0 1552 3480 0 10:33 pts/1 00:00:00 su
root 20883 20882 0 1156 3824 0 10:33 pts/1 00:00:00 bash
root 24744 0 0 1156 3672 0 11:28 pts/2 00:00:00 bash
root 32299 20883 0 2081 7524 0 12:22 pts/1 00:00:00 /bin/bash ./compile.sh
root 33470 32299 0 697 1000 0 12:42 pts/1 00:00:00 sleep 30
root 33471 24744 0 1765 1552 0 12:42 pts/2 00:00:00 ps -AF
Any thoughts?
Thanks