Hello,
i just installed JRiver MC20 on a Ubuntu 15.04 server. I access and setup JRiver through mobaxterm that allows me to open a X window.
I run the configuration as followed :
>> Install and run once remotely via ssh and X forwarding to get the configuration setup.
>> Then exit mediacenter.
>> sudo apt-get install xserver-xorg-video-dummy (and the other packages it pulls in).
>> create the following configuration in /etc/X11/xorg.conf
>> I create a file named "rc.local" in /etc/
>> I put inside
nohup Xorg >/dev/null 2>&1 &
#give X some time to start
sleep 5
su - someuser -c"export DISPLAY=:0;mediacenter20 /mediaserver"
in my case someuser is qnap the user name i use to connect
>> type : sudo nohup Xorg >/dev/null 2>&1 &. The answer is "[1] 1886"
>> as qnap user :
export DISPLAY=:0 ..... Answer : nothing
mediacenter20 /mediaserver....Answer : Erreur de segmentation (core dumped)
So it seems that is does not work for me. Could you help me to figureout this issue ?
Thanks for your support.
Ludovic
But