MinimServer Forum

Full Version: MinimServer on Pine64?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

at home I have one Pine64 (https://www.pine64.org/) and I want to use it as a music server.
Is there a possibility to run MinimServer on this device? CPU is arm64.

Thanks,
Michael
There is no arm64 version of MinimServer at present. Have you tried installing the Linux ARM hard-float version?
(16-01-2017 23:13)simoncn Wrote: [ -> ]There is no arm64 version of MinimServer at present. Have you tried installing the Linux ARM hard-float version?

Unfortunately not. :-(
I got following message:
minimserver/bin/startc
MinimServer 0.8.4, Copyright © 2012-2016 Simon Nash. All rights reserved.
autoUpdate: installed package 'minimserver-0.8-update-96'
Enter command (? for help):
autoUpdate: relaunching runtime
>MinimServer 0.8.4 update 96, Copyright © 2012-2017 Simon Nash. All rights reserved.
java.lang.UnsatisfiedLinkError: /home/music/minimserver/tmp/native/libohNet.so: /home/music/minimserver/tmp/native/libohNet.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1837)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:598)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:505)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:408)
at org.jminim.lib.OhNetService.access$2100(OhNetService.java:49)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:1035)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:263)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:339)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:1280)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:217)
at com.minimserver.Server.doStart(Server.java:746)
at com.minimserver.Server.start(Server.java:503)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:153)
at org.jminim.core.ContextImpl.start(ContextImpl.java:78)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:48)
at org.jminim.core.ContextImpl.start(ContextImpl.java:78)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1412)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1124)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:677)
at org.jminim.launch.Launcher.launch(Launcher.java:210)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:34)
MinimServer error: now stopped, use 'restart' or 'exit'
Enter command (? for help):
>
Thanks for letting me know. I will produce an arm64 version of MinimServer at some point but I can't say when this will happen,
Reference URL's