Can't open ee_arch

Hi,
Every time I connect within SSH, this code appears :
cat: can't open '/ee_arch': No such file or directory
An idea ?

Which image you are using? I’m not familiar with this file on CoreELEC.

Once connected :
##############################################
# CoreELEC #
# https://coreelec.org #
##############################################

CoreELEC (official): 9.2.3 (Amlogic-ng.arm)
cat: can't open '/ee_arch': No such file or directory

I think I also saw the same code with official version 9.2.2.

Can you connect and type commands? Then type this one and post url you get

cat /storage/.profile | paste
journalctl -l --no-pager | paste
cat /storage/.profile | paste
cat: can't open '/storage/.profile': No such file or directory
curl: (6) Could not resolve host: paste.coreelec.org

By the way : web is down at my home… I’m using cellphone hotspot

Then paste is useless without internet.
Try this and copy/paste what you get.

fgrep -r ee_arch /storage 2>/dev/null
1 Like
fgrep -r ee_arch /storage 2>/dev/null
/storage/.kodi/addons/script.emuelec.Amlogic-ng.launcher/bin/setsettings.sh:EE_DEVICE=$(cat /ee_arch)
/storage/.kodi/addons/script.emuelec.Amlogic-ng.launcher/bin/updatecheck.sh:PLATFORM=$(cat /ee_arch)
/storage/.kodi/addons/script.emuelec.Amlogic-ng.launcher/profile.d/99-emuelec.profile:EE_DEVICE=$(cat /ee_arch)
/storage/backup/20200704223603.tar:EE_DEVICE=$(cat /ee_arch)
/storage/backup/20200704223603.tar:PLATFORM=$(cat /ee_arch)
/storage/backup/20200704223603.tar:EE_DEVICE=$(cat /ee_arch)

The offender: emuelec !?

From this file above. I will ask maintainer to fix it. This is not some big error just annoying thing visible :slight_smile:

1 Like

:ok_hand:t4:
Thanks @vpeter !

1 Like

Yes this is an EmuELEC Add-on issue that I’ve since fixed, just need to push a new update :slight_smile: