no docker container working


Dousi

Recommended Posts

Hello all

 

I've run my unraid server for quite some time now and had never had any problems. I ran owncloud, jd2 and Plex as docker containers. as I moved and had switched to mobile internetI could not serve plex to my users, So I switched to a standalone plex Server on Ubuntu. now I'm trying to get Plex/ nextcloud/ openvpn/ duckdns/ jd2 to run on the unraid server again, but I cant get a single docker to work properly.

 

I'm running Unraid 6.6.6 had disabled docker, made a fresh start for itwith a new appdata folder am system folder, but it just wont work. I have read the faq and serched the web, but wasn't able to find a solution. 

 

currently i'm trying to instll jd2 from jlesage. Startcommand: 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='JDownloader2' --net='br0' --cpuset-cpus='0,1' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'USER_ID'='99' -e 'GROUP_ID'='100' -e 'UMASK'='000' -e 'APP_NICENESS'='' -e 'DISPLAY_WIDTH'='1280' -e 'DISPLAY_HEIGHT'='768' -e 'SECURE_CONNECTION'='0' -e 'X11VNC_EXTRA_OPTS'='' -e 'TCP_PORT_7807'='7807' -e 'TCP_PORT_7907'='7907' -e 'TCP_PORT_5800'='7807' -e 'TCP_PORT_5900'='7907' -v '/mnt/user/Download/':'/output':'rw' -v '/mnt/user/appdata/JDownloader2':'/config':'rw' 'jlesage/jdownloader-2' 
26a6d48f1350998b6b301f610800a65c038ea65062252a1a0c8f1d1d347d489a

any tips from you guys?

 

thank you for your help

 

Link to comment

Well, in general it's best to post in the dedicated support threads, but it does seem a system issue if nothing is working for you.

 

However that command doesn't really give enough info to say.  Errors in the docker log?  Errors in the system log?

 

Elaborate what you mean by "it just doesn't work"

Link to comment

docker log: 

ErrorWarningSystemArrayLogin


[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...
[cont-init.d] 00-app-script.sh: exited 0.
[cont-init.d] 00-app-user-map.sh: executing...
[cont-init.d] 00-app-user-map.sh: exited 0.
[cont-init.d] 00-clean-logmonitor-states.sh: executing...
[cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
[cont-init.d] 00-clean-tmp-dir.sh: executing...
[cont-init.d] 00-clean-tmp-dir.sh: exited 0.
[cont-init.d] 00-set-app-deps.sh: executing...
[cont-init.d] 00-set-app-deps.sh: exited 0.
[cont-init.d] 00-set-home.sh: executing...
[cont-init.d] 00-set-home.sh: exited 0.
[cont-init.d] 00-take-config-ownership.sh: executing...
[cont-init.d] 00-take-config-ownership.sh: exited 0.
[cont-init.d] 00-xdg-runtime-dir.sh: executing...
[cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
[cont-init.d] 10-certs.sh: executing...
[cont-init.d] 10-certs.sh: exited 0.
[cont-init.d] 10-cjk-font.sh: executing...
[cont-init.d] 10-cjk-font.sh: exited 0.
[cont-init.d] 10-nginx.sh: executing...
[cont-init.d] 10-nginx.sh: exited 0.
[cont-init.d] 10-vnc-password.sh: executing...
[cont-init.d] 10-vnc-password.sh: exited 0.
[cont-init.d] 10-web-index.sh: executing...
[cont-init.d] 10-web-index.sh: exited 0.
[cont-init.d] jdownloader2.sh: executing...
[cont-init.d] jdownloader2.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] starting s6-fdholderd...
[services.d] starting certsmonitor...
[services.d] starting nginx...
[certsmonitor] disabling service: secure connection not enabled.
[services.d] starting xvfb...
[nginx] starting...
[xvfb] starting...
[services.d] starting logmonitor...
[services.d] starting statusmonitor...
[statusmonitor] no file to monitor: disabling service...
[logmonitor] no file to monitor: disabling service...
[services.d] starting openbox...
[openbox] starting...
[services.d] starting x11vnc...
[services.d] starting app...
[x11vnc] starting...
[app] starting JDownloader 2...
16/02/2019 18:23:14 passing arg to libvncserver: -rfbport
16/02/2019 18:23:14 passing arg to libvncserver: 5900
16/02/2019 18:23:14 passing arg to libvncserver: -rfbportv6
16/02/2019 18:23:14 passing arg to libvncserver: -1
16/02/2019 18:23:14 passing arg to libvncserver: -httpportv6
16/02/2019 18:23:14 passing arg to libvncserver: -1
16/02/2019 18:23:14 passing arg to libvncserver: -desktop
16/02/2019 18:23:14 passing arg to libvncserver: JDownloader 2
16/02/2019 18:23:14 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 836

16/02/2019 18:23:14 Using X display :0
16/02/2019 18:23:14 rootwin: 0x43 reswin: 0x400001 dpy: 0xb6906a00
16/02/2019 18:23:14
16/02/2019 18:23:14 ------------------ USEFUL INFORMATION ------------------
[jdsupervisor] JDownloader2 not started yet. Proceeding...
[services.d] done.
16/02/2019 18:23:14 X DAMAGE available on display, using it for polling hints.
16/02/2019 18:23:14 To disable this behavior use: '-noxdamage'
16/02/2019 18:23:14
16/02/2019 18:23:14 Most compositing window managers like 'compiz' or 'beryl'
16/02/2019 18:23:14 cause X DAMAGE to fail, and so you may not see any screen
16/02/2019 18:23:14 updates via VNC. Either disable 'compiz' (recommended) or
16/02/2019 18:23:14 supply the x11vnc '-noxdamage' command line option.
16/02/2019 18:23:14 X COMPOSITE available on display, using it for window polling.
16/02/2019 18:23:14 To disable this behavior use: '-noxcomposite'
16/02/2019 18:23:14
16/02/2019 18:23:14 Wireframing: -wireframe mode is in effect for window moves.
16/02/2019 18:23:14 If this yields undesired behavior (poor response, painting
16/02/2019 18:23:14 errors, etc) it may be disabled:
16/02/2019 18:23:14 - use '-nowf' to disable wireframing completely.
16/02/2019 18:23:14 - use '-nowcr' to disable the Copy Rectangle after the
16/02/2019 18:23:14 moved window is released in the new position.
16/02/2019 18:23:14 Also see the -help entry for tuning parameters.
16/02/2019 18:23:14 You can press 3 Alt_L's (Left "Alt" key) in a row to
16/02/2019 18:23:14 repaint the screen, also see the -fixscreen option for
16/02/2019 18:23:14 periodic repaints.
16/02/2019 18:23:14 GrabServer control via XTEST.
16/02/2019 18:23:14
16/02/2019 18:23:14 Scroll Detection: -scrollcopyrect mode is in effect to
16/02/2019 18:23:14 use RECORD extension to try to detect scrolling windows
16/02/2019 18:23:14 (induced by either user keystroke or mouse input).

16/02/2019 18:23:14 If this yields undesired behavior (poor response, painting
16/02/2019 18:23:14 errors, etc) it may be disabled via: '-noscr'
16/02/2019 18:23:14 Also see the -help entry for tuning parameters.
16/02/2019 18:23:14 You can press 3 Alt_L's (Left "Alt" key) in a row to
16/02/2019 18:23:14 repaint the screen, also see the -fixscreen option for
16/02/2019 18:23:14 periodic repaints.
16/02/2019 18:23:14
16/02/2019 18:23:14 XKEYBOARD: number of keysyms per keycode 7 is greater
16/02/2019 18:23:14 than 4 and 51 keysyms are mapped above 4.
16/02/2019 18:23:14 Automatically switching to -xkb mode.
16/02/2019 18:23:14 If this makes the key mapping worse you can
16/02/2019 18:23:14 disable it with the "-noxkb" option.
16/02/2019 18:23:14 Also, remember "-remap DEAD" for accenting characters.
16/02/2019 18:23:14
16/02/2019 18:23:14 X FBPM extension not supported.
16/02/2019 18:23:14 X display is not capable of DPMS.
16/02/2019 18:23:14 --------------------------------------------------------
16/02/2019 18:23:14
16/02/2019 18:23:14 Default visual ID: 0x21
16/02/2019 18:23:14 Read initial data from X display into framebuffer.
16/02/2019 18:23:14 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/5120
16/02/2019 18:23:14
16/02/2019 18:23:14 X display :0 is 32bpp depth=24 true color
16/02/2019 18:23:14
16/02/2019 18:23:14 Listening for VNC connections on TCP port 5900
16/02/2019 18:23:14
16/02/2019 18:23:14 Xinerama is present and active (e.g. multi-head).
16/02/2019 18:23:14 Xinerama: number of sub-screens: 1
16/02/2019 18:23:14 Xinerama: no blackouts needed (only one sub-screen)
16/02/2019 18:23:14
16/02/2019 18:23:14 fb read rate: 1658 MB/sec
16/02/2019 18:23:14 fast read: reset -wait ms to: 10
16/02/2019 18:23:14 fast read: reset -defer ms to: 10
16/02/2019 18:23:14 The X server says there are 10 mouse buttons.

16/02/2019 18:23:14 screen setup finished.
16/02/2019 18:23:14

The VNC desktop is: 26a6d48f1350:0

0

******************************************************************************
Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet?

The scheme stores pixel data offscreen on the VNC viewer side for faster
retrieval. It should work with any VNC viewer. Try it by running:

x11vnc -ncache 10 ...

One can also add -ncache_cr for smooth 'copyrect' window motion.
More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching

[jdsupervisor] JDownloader2 no longer running. Exiting...
[services.d] stopping services
[services.d] stopping app...
[services.d] stopping x11vnc...
caught signal: 15
16/02/2019 18:23:21 deleted 40 tile_row polling images.
[services.d] stopping openbox...
[services.d] stopping statusmonitor...
[services.d] stopping logmonitor...
[services.d] stopping xvfb...
[services.d] stopping nginx...
[services.d] stopping certsmonitor...
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...
[cont-init.d] 00-app-script.sh: exited 0.
[cont-init.d] 00-app-user-map.sh: executing...
[cont-init.d] 00-app-user-map.sh: exited 0.
[cont-init.d] 00-clean-logmonitor-states.sh: executing...
[cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
[cont-init.d] 00-clean-tmp-dir.sh: executing...
[cont-init.d] 00-clean-tmp-dir.sh: exited 0.
[cont-init.d] 00-set-app-deps.sh: executing...
[cont-init.d] 00-set-app-deps.sh: exited 0.
[cont-init.d] 00-set-home.sh: executing...
[cont-init.d] 00-set-home.sh: exited 0.
[cont-init.d] 00-take-config-ownership.sh: executing...
[cont-init.d] 00-take-config-ownership.sh: exited 0.
[cont-init.d] 00-xdg-runtime-dir.sh: executing...
[cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
[cont-init.d] 10-certs.sh: executing...
[cont-init.d] 10-certs.sh: exited 0.
[cont-init.d] 10-cjk-font.sh: executing...
[cont-init.d] 10-cjk-font.sh: exited 0.
[cont-init.d] 10-nginx.sh: executing...
[cont-init.d] 10-nginx.sh: exited 0.
[cont-init.d] 10-vnc-password.sh: executing...
[cont-init.d] 10-vnc-password.sh: exited 0.
[cont-init.d] 10-web-index.sh: executing...
[cont-init.d] 10-web-index.sh: exited 0.
[cont-init.d] jdownloader2.sh: executing...
[cont-init.d] jdownloader2.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] starting s6-fdholderd...
[services.d] starting certsmonitor...
[services.d] starting nginx...
[certsmonitor] disabling service: secure connection not enabled.
[services.d] starting xvfb...
[nginx] starting...
[xvfb] starting...
[services.d] starting x11vnc...
[services.d] starting logmonitor...
[logmonitor] no file to monitor: disabling service...
[x11vnc] starting...
16/02/2019 18:37:24 passing arg to libvncserver: -rfbport
16/02/2019 18:37:24 passing arg to libvncserver: 5900
16/02/2019 18:37:24 passing arg to libvncserver: -rfbportv6
16/02/2019 18:37:24 passing arg to libvncserver: -1
16/02/2019 18:37:24 passing arg to libvncserver: -httpportv6
16/02/2019 18:37:24 passing arg to libvncserver: -1
16/02/2019 18:37:24 passing arg to libvncserver: -desktop
16/02/2019 18:37:24 passing arg to libvncserver: JDownloader 2
16/02/2019 18:37:24 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 785

16/02/2019 18:37:24 Using X display :0
16/02/2019 18:37:24 rootwin: 0x43 reswin: 0x200001 dpy: 0x94117a00
16/02/2019 18:37:24
16/02/2019 18:37:24 ------------------ USEFUL INFORMATION ------------------
[services.d] starting statusmonitor...
[statusmonitor] no file to monitor: disabling service...
[services.d] starting openbox...
[openbox] starting...
16/02/2019 18:37:24 X DAMAGE available on display, using it for polling hints.
16/02/2019 18:37:24 To disable this behavior use: '-noxdamage'
16/02/2019 18:37:24
16/02/2019 18:37:24 Most compositing window managers like 'compiz' or 'beryl'
16/02/2019 18:37:24 cause X DAMAGE to fail, and so you may not see any screen
16/02/2019 18:37:24 updates via VNC. Either disable 'compiz' (recommended) or
16/02/2019 18:37:24 supply the x11vnc '-noxdamage' command line option.
16/02/2019 18:37:24 X COMPOSITE available on display, using it for window polling.
16/02/2019 18:37:24 To disable this behavior use: '-noxcomposite'
16/02/2019 18:37:24
16/02/2019 18:37:24 Wireframing: -wireframe mode is in effect for window moves.
16/02/2019 18:37:24 If this yields undesired behavior (poor response, painting
16/02/2019 18:37:24 errors, etc) it may be disabled:
16/02/2019 18:37:24 - use '-nowf' to disable wireframing completely.
16/02/2019 18:37:24 - use '-nowcr' to disable the Copy Rectangle after the
16/02/2019 18:37:24 moved window is released in the new position.
16/02/2019 18:37:24 Also see the -help entry for tuning parameters.
16/02/2019 18:37:24 You can press 3 Alt_L's (Left "Alt" key) in a row to
16/02/2019 18:37:24 repaint the screen, also see the -fixscreen option for
16/02/2019 18:37:24 periodic repaints.
16/02/2019 18:37:24 GrabServer control via XTEST.
16/02/2019 18:37:24
16/02/2019 18:37:24 Scroll Detection: -scrollcopyrect mode is in effect to
16/02/2019 18:37:24 use RECORD extension to try to detect scrolling windows
16/02/2019 18:37:24 (induced by either user keystroke or mouse input).

16/02/2019 18:37:24 If this yields undesired behavior (poor response, painting
16/02/2019 18:37:24 errors, etc) it may be disabled via: '-noscr'
16/02/2019 18:37:24 Also see the -help entry for tuning parameters.
16/02/2019 18:37:24 You can press 3 Alt_L's (Left "Alt" key) in a row to
16/02/2019 18:37:24 repaint the screen, also see the -fixscreen option for
16/02/2019 18:37:24 periodic repaints.
16/02/2019 18:37:24
16/02/2019 18:37:24 XKEYBOARD: number of keysyms per keycode 7 is greater
16/02/2019 18:37:24 than 4 and 51 keysyms are mapped above 4.
16/02/2019 18:37:24 Automatically switching to -xkb mode.
16/02/2019 18:37:24 If this makes the key mapping worse you can
16/02/2019 18:37:24 disable it with the "-noxkb" option.
16/02/2019 18:37:24 Also, remember "-remap DEAD" for accenting characters.
16/02/2019 18:37:24
16/02/2019 18:37:24 X FBPM extension not supported.
16/02/2019 18:37:24 X display is not capable of DPMS.
16/02/2019 18:37:24 --------------------------------------------------------
16/02/2019 18:37:24
16/02/2019 18:37:24 Default visual ID: 0x21
16/02/2019 18:37:24 Read initial data from X display into framebuffer.
16/02/2019 18:37:24 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/5120
16/02/2019 18:37:24
16/02/2019 18:37:24 X display :0 is 32bpp depth=24 true color
16/02/2019 18:37:24
16/02/2019 18:37:24 Listening for VNC connections on TCP port 5900
16/02/2019 18:37:24
16/02/2019 18:37:24 Xinerama is present and active (e.g. multi-head).
16/02/2019 18:37:24 Xinerama: number of sub-screens: 1
16/02/2019 18:37:24 Xinerama: no blackouts needed (only one sub-screen)
16/02/2019 18:37:24
16/02/2019 18:37:24 fb read rate: 1584 MB/sec
16/02/2019 18:37:24 fast read: reset -wait ms to: 10
16/02/2019 18:37:24 fast read: reset -defer ms to: 10
16/02/2019 18:37:24 The X server says there are 10 mouse buttons.

16/02/2019 18:37:24 screen setup finished.
16/02/2019 18:37:24

The VNC desktop is: 26a6d48f1350:0

0

******************************************************************************
Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet?

The scheme stores pixel data offscreen on the VNC viewer side for faster
retrieval. It should work with any VNC viewer. Try it by running:

x11vnc -ncache 10 ...

One can also add -ncache_cr for smooth 'copyrect' window motion.
More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching

[services.d] starting app...
[app] starting JDownloader 2...
[jdsupervisor] JDownloader2 not started yet. Proceeding...
[services.d] done.
[jdsupervisor] JDownloader2 no longer running. Exiting...
[services.d] stopping services
[services.d] stopping app...
[services.d] stopping openbox...
[services.d] stopping statusmonitor...
[services.d] stopping logmonitor...
[services.d] stopping x11vnc...
caught signal: 15
16/02/2019 18:37:33 deleted 40 tile_row polling images.
[services.d] stopping xvfb...
[services.d] stopping nginx...
[services.d] stopping certsmonitor...
[services.d] stopping s6-fdholderd...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

System log: 

ErrorWarningSystemArrayLogin


Feb 16 17:59:16 Tower kernel: eth0: renamed from veth1127de5
Feb 16 17:59:16 Tower kernel: device br0 entered promiscuous mode
Feb 16 17:59:36 Tower kernel: device br0 left promiscuous mode
Feb 16 17:59:36 Tower kernel: veth1127de5: renamed from eth0
Feb 16 18:01:01 Tower root: Fix Common Problems Version 2019.01.19
Feb 16 18:01:02 Tower root: Fix Common Problems: Error: Default docker appdata location is not a cache-only share
Feb 16 18:01:02 Tower root: Fix Common Problems: Warning: Plugin community.applications.plg is not up to date
Feb 16 18:03:31 Tower emhttpd: req (1): shareNameOrig=appdata&shareName=appdata&shareComment=&shareAllocator=highwater&shareFloor=0&shareSplitLevel=&shareInclude=&shareExclude=&shareUseCache=only&cmdEditShare=Apply&csrf_token=****************
Feb 16 18:03:31 Tower emhttpd: Starting services...
Feb 16 18:04:53 Tower emhttpd: req (2): cmd=/plugins/dynamix.plugin.manager/scripts/plugin&arg1=update&arg2=community.applications.plg&csrf_token=****************
Feb 16 18:04:53 Tower emhttpd: cmd: /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin update community.applications.plg
Feb 16 18:04:53 Tower root: plugin: running: anonymous
Feb 16 18:04:54 Tower root: plugin: running: anonymous
Feb 16 18:04:54 Tower root: plugin: creating: /boot/config/plugins/community.applications/community.applications-2019.02.16a-x86_64-1.txz - downloading from URL https://raw.github.com/Squidly271/community.applications/master/archive/community.applications-2019.02.16a-x86_64-1.txz
Feb 16 18:04:54 Tower root: plugin: checking: /boot/config/plugins/community.applications/community.applications-2019.02.16a-x86_64-1.txz - MD5
Feb 16 18:04:54 Tower root: plugin: running: /boot/config/plugins/community.applications/community.applications-2019.02.16a-x86_64-1.txz
Feb 16 18:04:55 Tower root: plugin: running: anonymous
Feb 16 18:06:49 Tower kernel: eth0: renamed from vethe8dcbfd
Feb 16 18:06:49 Tower kernel: device br0 entered promiscuous mode
Feb 16 18:07:13 Tower kernel: device br0 left promiscuous mode
Feb 16 18:07:13 Tower kernel: vethe8dcbfd: renamed from eth0
Feb 16 18:22:42 Tower kernel: eth0: renamed from veth463c8d5
Feb 16 18:22:42 Tower kernel: device br0 entered promiscuous mode
Feb 16 18:23:05 Tower kernel: device br0 left promiscuous mode
Feb 16 18:23:05 Tower kernel: veth463c8d5: renamed from eth0
Feb 16 18:23:10 Tower kernel: eth0: renamed from veth2086311
Feb 16 18:23:10 Tower kernel: device br0 entered promiscuous mode
Feb 16 18:23:30 Tower kernel: device br0 left promiscuous mode
Feb 16 18:23:30 Tower kernel: veth2086311: renamed from eth0
Feb 16 18:32:46 Tower kernel: mdcmd (44): spindown 3
Feb 16 18:32:46 Tower kernel: mdcmd (45): spindown 4
Feb 16 18:32:46 Tower kernel: mdcmd (46): spindown 6
Feb 16 18:32:47 Tower kernel: mdcmd (47): spindown 5
Feb 16 18:32:47 Tower kernel: mdcmd (48): spindown 7
Feb 16 18:37:23 Tower kernel: eth0: renamed from vethc2f5b6b
Feb 16 18:37:23 Tower kernel: device br0 entered promiscuous mode
Feb 16 18:37:41 Tower kernel: device br0 left promiscuous mode
Feb 16 18:37:41 Tower kernel: vethc2f5b6b: renamed from eth0

it just doesnt work means that it does install succesfully and starts, but no gui shows up and then it just stopps. I'm no IT guy so Im struggling a bit with this troubleshooting.

 

thanks

Link to comment
19 minutes ago, Dousi said:

it just doesnt work means that it does install succesfully and starts, but no gui shows up and then it just stopps. I'm no IT guy so Im struggling a bit with this troubleshooting.

Since its an app specific problem, best to post in the specific thread for the app, which you can get from the app's drop down (support).  Otherwise there is no guarantee that the author will even see it and be able to help (or other users that also use the app)

Link to comment
1 minute ago, Squid said:

Since its an app specific problem, best to post in the specific thread for the app, which you can get from the app's drop down (support).  Otherwise there is no guarantee that the author will even see it and be able to help (or other users that also use the app)

its not just this docker, its the same with plex and duckdns

Link to comment
Just now, dockerPolice said:

It sure would be nice if someday someone would actually look at why it doesn't work for certain users (not by any means ALL users) and let limetech know the circumstances.

Dude I was remoted into his server, and he's on a mobile internet connection, I'm not going to burn his data allowance for something that has been happening for years.  I'm not that much of an asshole......

Link to comment
2 minutes ago, CHBMB said:

Dude I was remoted into his server, and he's on a mobile internet connection, I'm not going to burn his data allowance for something that has been happening for years.  I'm not that much of an asshole......

not an asshole at all, Im very happy you got it working!

Link to comment

I think what dockerPolice is saying is that sometime someone has to look at why.  I myself installed JD2 with all /mnt/user references and it works fine 100% no problems.  Same thing with Plex and others.  Maybe I'm just "special" (I can see the jokes coming now)  LT can't fix what ain't broke.

Link to comment
Just now, Squid said:

I think what dockerPolice is saying is that sometime someone has to look at why.  I myself installed JD2 with all /mnt/user references and it works fine 100% no problems.  Same thing with Plex and others.  Maybe I'm just "special" (I can see the jokes coming now)  LT can't fix what ain't broke.

Yeah I get that, and we've looked at it in the past, and never managed to narrow it down.  IMHO I don't see what's wrong with setting the share to be /mnt/cache/appdata/ and set use cache disk to prefer.

 

The only people that would get caught out then, are those that aren't using a cache disk.  But realistically, putting docker.img and appdata on the array is going to make a pretty shitty experience.

Link to comment
1 minute ago, CHBMB said:

I don't see what's wrong with setting the share to be /mnt/cache/appdata/ and set use cache disk to prefer.

Because prefer only works if you reference /mnt/user

 

2 minutes ago, CHBMB said:

The only people that would get caught out then, are those that aren't using a cache disk.  But realistically, putting docker.img and appdata on the array is going to make a pretty shitty experience.

Absolutely agree.  Except that out of the box, LT has no choice but to set the default share to be /mnt/user and prefer  They can't have defaults directly referencing any disk.

Link to comment
1 minute ago, Squid said:

Because prefer only works if you reference /mnt/user

 

Absolutely agree.  Except that out of the box, LT has no choice but to set the default share to be /mnt/user and prefer  They can't have defaults directly referencing any disk.

Oh yeah! 🤦‍♂️

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.