More > JRiver Media Center 24 for Linux

JRiver Media Center - Docker image

<< < (3/9) > >>

NoFace:
Hey y'all ive installed the docker image and im able to vnc in to it but the jriver media center icon isnt there and i get the msg below in the console.


--- Code: ---Obt-Message: XRandR extension is not present on the server                                                                       
Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"                                             
2017-01-12 14:06:10,845 CRIT Set uid to user 999                                                                                 
2017-01-12 14:06:10,865 INFO supervisord started with pid 1                                                                     
2017-01-12 14:06:11,867 INFO spawned: 'x11vnc' with pid 59                                                                       
2017-01-12 14:06:11,868 INFO spawned: 'mediacenter' with pid 60                                                                 
2017-01-12 14:06:12,254 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:13,277 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)       
2017-01-12 14:06:13,278 INFO spawned: 'mediacenter' with pid 63                                                                 
2017-01-12 14:06:13,512 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:15,514 INFO spawned: 'mediacenter' with pid 66                                                                 
2017-01-12 14:06:15,668 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:18,672 INFO spawned: 'mediacenter' with pid 69                                                                 
2017-01-12 14:06:18,827 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:19,828 INFO gave up: mediacenter entered FATAL state, too many start retries too quickly     
--- End code ---

Can anyone help?

Thanks

cassfras21:

--- Quote from: poisonivy0 on January 12, 2017, 08:10:37 am ---Hey y'all ive installed the docker image and im able to vnc in to it but the jriver media center icon isnt there and i get the msg below in the console.


--- Code: ---Obt-Message: XRandR extension is not present on the server                                                                       
Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"                                             
2017-01-12 14:06:10,845 CRIT Set uid to user 999                                                                                 
2017-01-12 14:06:10,865 INFO supervisord started with pid 1                                                                     
2017-01-12 14:06:11,867 INFO spawned: 'x11vnc' with pid 59                                                                       
2017-01-12 14:06:11,868 INFO spawned: 'mediacenter' with pid 60                                                                 
2017-01-12 14:06:12,254 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:13,277 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)       
2017-01-12 14:06:13,278 INFO spawned: 'mediacenter' with pid 63                                                                 
2017-01-12 14:06:13,512 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:15,514 INFO spawned: 'mediacenter' with pid 66                                                                 
2017-01-12 14:06:15,668 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:18,672 INFO spawned: 'mediacenter' with pid 69                                                                 
2017-01-12 14:06:18,827 INFO exited: mediacenter (terminated by SIGSEGV; not expected)                                           
2017-01-12 14:06:19,828 INFO gave up: mediacenter entered FATAL state, too many start retries too quickly     
--- End code ---

Can anyone help?

Thanks

--- End quote ---

Hello,

Since Theater integration in Linux version, there are some drawbacks because of new requirements.
You should delete your current app container then run it again with the autoupdate disabled by setting the environnement variable ENV_UPDATE to 'no'.
That way it should run without problems.

-e ENV_UPDATE=no \

NoFace:
thanks cassfras21 that worked a treat  :)

Just trying to figure out how to access my files on my nas now  ?

cassfras21:

--- Quote from: poisonivy0 on January 12, 2017, 09:31:14 am ---thanks cassfras21 that worked a treat  :)

Just trying to figure out how to access my files on my nas now  ?

--- End quote ---

This command mounts a volume from your nas to the container.


--- Code: ----v <local_media_volume>:/mnt/media \
--- End code ---

So in the container, your files are in the directory /mnt/media where <local_media_volume> is your nas local folder.

NoFace:

--- Quote from: cassfras21 on January 13, 2017, 03:17:24 am ---This command mounts a volume from your nas to the container.


--- Code: ----v <local_media_volume>:/mnt/media \
--- End code ---

So in the container, your files are in the directory /mnt/media where <local_media_volume> is your nas local folder.

--- End quote ---

Tried the following and when i try open a media file in jriver it shows as a empty folder in mnt/media


--- Code: ---docker run -d \
--name=jrivermc22 \
-e ENV_UPDATE=no \
-e ENV_VNCPASS=jriver \
-h 192.168.0.100 \
-p 5905:5900 \
-p 52195:52199 \
--volumes-from jrivermc22--data-container \
-v Media:/mnt/media \
cassfras21/jrivermc
--- End code ---



is there something im doing wrong?

Thanks

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version