PINE64
So I have a PINE64 board running debian that I would love to get Repetier Server running on. Thus far I have tried the armHF build and the amd64 build. The board is a 64bit ARM cpu.
LibC ldd (Debian GLIBC 2.19-18+deb8u4) 2.19
Both installation attempts I have modified the Architechure to match. Both installs unpack, "install" and attempt to start the service. Both failing with no logs being generated.
Systemctrl reports the following
systemctl status RepetierServer.service
● RepetierServer.service - LSB: Init script for Repetier-Server
Loaded: loaded (/etc/init.d/RepetierServer)
Active: failed (Result: exit-code) since Sun 2016-05-15 17:25:56 UTC; 12min ago
Not sure where to go from here. No logs are generated in /var/lib/Repetier-Server.
I understand this is not a "supported board" but any thoughts would be appreciated. Would be more then happy to be a beta tester for this platform if we can get it running.
Comments
pi@raspberrypi:~ $ ldd /usr/local/Repetier-Server/bin/RepetierServer
linux-vdso.so.1 (0x7efef000)
/usr/lib/arm-linux-gnueabihf/libarmmem.so (0x76f4d000)
librt.so.1 => /lib/arm-linux-gnueabihf/librt.so.1 (0x76f22000)
libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0x76efa000)
libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x76ee7000)
libstdc++.so.6 => /usr/lib/arm-linux-gnueabihf/libstdc++.so.6 (0x76e0b000)
libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x76d90000)
libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x76d62000)
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76c21000)
/lib/ld-linux-armhf.so.3 (0x54b21000)
/usr/local/Repetier-Server/bin/RepetierServer
and see for error messages on console.
Run the install again, took much longer this time but still no go but it did install without having to mess with the control file this time
Started fresh with a new image for the Pine64, this paticular image was recommended by users running another 32bit server. Tried their workarounds which didn't work then I did this and everything came together..