Ericsson moshell

Can you run this in online mode also? or you guys using it in offline mode.( just feed the downloaded logs)

Moshell 25 & 24 Moshell - Google Drive

https://www.dropbox.com/t/JnkX59hh8YyJdyBt

2 Likes

Link expired yesterday. Any update? Thank you!

hey mate. please upload again that files or even newest version maybe you have. i really need it. thanks a lot

Any one please share letest moshell file.

1 Like

Please. share agane

Does anyone have Moshell 26? Please share it if you can. Thank you

link died, can u reshare link? tks

So I’m trying to install Moshell, I’ve read the README, on my RPi5 and I’m not understanding why the Paths in script files is throwing an error, I’ve looked in the defLogDir.sh but, can’t understand why gawk and the rest of the files aren’t following the path?

Moshell26.0a

Did you verify gawk is installed? It is not installed by default. If the command which gawk returns nothing, then:
sudo apt install gawk

If anyone is able to access this download link, please reup on mega.nz or similar for the rest of us! :heart_hands:

1 Like

Gawk is in /usr/bin/gawk

Aha! It looks like the moshell package ships with gawk binaries for x86_64 linux, MacOS and Windows. The moshell installer picks the gawk binary that works with your system and renames it for future use. Your RPi5 is aarch64, so not compatible with any of the included gawk binaries. Unfortunately, it looks like the moshell installer does not support your architecture. With some modification, you could make the moshell installer use your distro provided gawk. Just doing a symlink after running the installer won’t be enough because the installer itself uses gawk to make a bunch of text substitutions in various included files.

Probably best to start a new thread for this if you want further assistance.

:frowning: Message in a private group or channel.
This link will only work if you are a member.

1 Like

Moshell26.0a

1 Like

Very much appreciated for sharing