Repetier Server Monitor ran from Raspberry pi
I am trying to setup a raspberry pi with server monitor to run a display in our lab for people to see from outside the lab. I tried running the server monitor file for arm and it doesn't seem to do much I am not great with linux systems so any help would be appreciated. I am using a Pi3 B with the 32bit version of RaspbianOS.
Comments
Note that monitor is written to be used with keyboard when inputs are required. A virtual keyboard might work if you have one installed. But 99 percent work without just for setup it might be handy.
It appears as window. No question to show terminal or not. What happens if you do the same from a terminal in folder of the download?
export DISPLAY=:0
to tell the monitor to display the windows. When called from window manager I'd assume it is set by default, but you never know.
ls -l
to see if file is in current directory. Use
cd foldername
to switch between folders. And just to be sure do not enter "pi@RepetierServer:~ $" that is the prompt in my terminal, command starts after that.
File: command not found - always means the command is not in the selected place or has a different name or x flag is not set (which we would have assigned with chmod it it is there).
Can you try writing only part of
./Repetier-Server\ Monitor-1.4.7-armv7l.AppImage
and then complete with tab key? Mybe a problem how you enterted the backslash to escape the space. At least I guess something like that because file is there so file not found should mean a typo in this case.
Try
head ./Repetier-Server\ Monitor-1.4.7-armv7l.AppImage
I think it contains a message from download failure.