Trying to install on Arch
As per title, trying to install Repetier-Server on my Arch system. I know that I'm likely missing something simple, but I can't figure out what's going on here. Usually, the documentation in/around is good enough for me to figure out what's going on with some Googling, but I can't find any leads here. Anyways, linked below is me attempting to start the server with no success+grep+ls of var/lib
http://codepad.org/idwIFHnr
It's stating that it's failing with result 'exit-code', and, unless I'm misinterpreting that, I would expect a code to be attached- and I don't see one. Any help would be appreciated.
Thanks,
Andrew
http://codepad.org/idwIFHnr
It's stating that it's failing with result 'exit-code', and, unless I'm misinterpreting that, I would expect a code to be attached- and I don't see one. Any help would be appreciated.
Thanks,
Andrew
Comments
sudo /opt/RepetierServer/bin/RepetierServer -c /opt/RepetierServer/etc/RepetierServer.xml
and you will see in terminal why it fails or at least chances are higher as you now see full output. Then I can say more on what might be wrong. Can be as easy as a defect xml file it is reading at startup.
http://codepad.org/NHDtZKOY
https://aur.archlinux.org/packages/repetier-server/
I don't use a helper, just used makepkg, installed version 0.90.2-4.
Here https://unix.stackexchange.com/questions/83540/installing-a-deb-package-on-arch-is-it-possible I read it is possible to install deb packages directly. Since we have no special dependencies just installing that should work and give you latest version. Our install directory is /usr/local/Repetier-Server and not /opt/RepetierServer but that is all I guess.
Andrew
Best is if you run a pi image of us in parallel. Our helper scripts are located all in /usr/local/Repetier-Setup. In bin folder manageWifiAccess is the main script. It requires wifi/eth controlled bei NetworkManager. There are also special scripts to udev manager to use symbolic name to mount usb sticks to defined folder. mjpg_streamer also has udev ruules to automatically start a streamer for each found camera. These are very special behaviours that you only want on a dedicated system to repetier-server. More over we check version of manageWifiAccess during package installation and upgrade it if required, assuming only our version is used. If you need to override this give it a version number quite high so it will be higher then our versions so we do not replace it. But feel free to use the scripts to make the mods.
If you think it makes sense I can make an option for the xml config file to have the setup at a separate and selectable position.
Only watch out if manageWifi... contains modifications. If we have a newer version we replace it. So in that case choose a higher version then we use in info to protect it from overwriting.