Hi,,
I am trying to make alarm docker image on my RPi 1st generation. I have installed latest alarm image and I am following instructions from here with edited Architecture to match my RPis. The mkimage-arch script stops with en error. The strange thing is that error is different every time I run the script.
First it fails with:
$this->bbcode_second_pass_code('', '
...
:: Processing package changes...
( 1/87) installing linux-api-headers [#########################################################################################################] 100%
( 2/87) installing tzdata [#########################################################################################################] 100%
( 3/87) installing iana-etc [#########################################################################################################] 100%
( 4/87) installing filesystem [#########################################################################################################] 100%
chroot: failed to run command '/bin/sh': No such file or directory
')
another time with:
$this->bbcode_second_pass_code('', '
...
(16/87) installing gdbm [#########################################################################################################] 100%
(17/87) installing db [#########################################################################################################] 100%
(18/87) installing perl [#########################################################################################################] 100%
(19/87) installing openssl [#########################################################################################################] 100%
Optional dependencies for openssl
ca-certificates [pending]
/bin/sh: haveged: command not found [##########################################################################-------------------------------] 71%
/bin/sh: pacman-key: command not found
/bin/sh: pkill: command not found
/bin/sh: pacman: command not found
/bin/sh: pacman-key: command not found
/bin/sh: pkill: command not found
')
next time:
$this->bbcode_second_pass_code('', '
( 6/87) installing gcc-libs [#########################################################################################################] 100%
( 7/87) installing ncurses [#########################################################################################################] 100%
( 8/87) installing readline [#########################################################################################################] 100%
chroot: failed to run command '/bin/sh': No such file or directory
')
What could be the reason of this sporadic behaviour?