sniper

Members
  • Posts

    107
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sniper's Achievements

Apprentice

Apprentice (3/14)

0

Reputation

  1. I did setup rclone and everything think look good ! and i did enable SMB for rclone mount and try to use MRMC App SMB and mrmc start scan the files and when i want to play the file it stop !!! i did try with my pc and and with plex and emby docker none of them play the files !!! although they able to see and scan the files and folder but they can’t play them !!! I use google drive (team drive) to mount 7 drives I only have 1 disk (samsung 250GB m.2) unraid os latest Nvidia build (don’t remember the version number ) Mount script is #!/bin/bash #---------------------------------------------------------------------------- #first section makes the folders for the mount in the /mnt/disks folder so docker containers can have access #there are 4 entries below as in the video i had 4 remotes amazon,dropbox, google and secure #you only need as many as what you need to mount for dockers or a network share mkdir -p /mnt/disks/AnmieSeries mkdir -p /mnt/disks/Movies mkdir -p /mnt/disks/Music mkdir -p /mnt/disks/Others mkdir -p /mnt/disks/TV4K mkdir -p /mnt/disks/TVShow mkdir -p /mnt/disks/TVshowothers #This section mounts the various cloud storage into the folders that were created above. rclone mount --max-read-ahead 1024k --allow-other AnmieSeries: /mnt/disks/AnmieSeries & rclone mount --max-read-ahead 1024k --allow-other Movies: /mnt/disks/Movies & rclone mount --max-read-ahead 1024k --allow-other Music: /mnt/disks/Music & rclone mount --max-read-ahead 1024k --allow-other Others: /mnt/disks/Others & rclone mount --max-read-ahead 1024k --allow-other TV4K: /mnt/disks/TV4K & rclone mount --max-read-ahead 1024k --allow-other TVShow: /mnt/disks/TVShow & rclone mount --max-read-ahead 1024k --allow-other TVshowothers: /mnt/disks/TVshowothers & And i did fellow This guide to setup rclone the first time I finish the setup it did work and play a video after that i did go to bed and when i wake up try to play the video i get nothing and did try multiple apps like infuse and mrmc and kodi and emby and even win file explore and none of them work ! And i wonder what did i do wrong that cause this problem !
  2. Hello, I would like to know does docker containers have own ip ? So i want pi-hole have it ip rather than tower ip and like that for each containers and same can be apply for VMs Triton SmartOS have this feature so i hope unraid is have it ! If not will the Developers add it ?
  3. @thomast_88 I just add the folder /mnt/disks/rclone_volume/Gdrive/ After i edited the container i want it to use rclone mount with But i get Error in Sonarr Folder is not writable by user abc I dont have any user called "abc" even Its working with plex but i want to work with sonarr and others docker
  4. No I just setup rclone fuse docker and thats it Edit: I did try to add /mnt/disks/rclone_volume/Gdrive/Movies to plex but nothing happen !
  5. @thomast_88 I did read it right now i have it like this --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/Gdrive:/data:shared I did stop other Containers and run it but still not showing up!
  6. @thomast_88 I Get this message sudo chown 911:911 /mnt/disks/rclone_volume/ chown: changing ownership of '/mnt/disks/rclone_volume/': Read-only file system Update: I did mistake before I didn't forget to edit this part --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/:/data:shared Right now i do see my google folder via FTP But i can't see it from dockers
  7. @MTA99 No and i don't know how to change the permissions What should i do ?
  8. If you mean this --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/:/data:shared in extra parameters in advance then yes
  9. I am trying to mount my google drive and i get 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] 10-adduser: executing... GID/UID ------------------------------------- User uid: 911 User gid: 911 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] done. [services.d] starting services Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data [services.d] done. 2017/05/27 01:37:19 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:19 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:19 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:37:25 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:25 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:25 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:37:32 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:32 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:32 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:37:32 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:32 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:32 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:37:38 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:38 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:38 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:37:44 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:44 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:44 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:37:50 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:50 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:50 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:37:56 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:37:56 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:37:56 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:38:02 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:38:02 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:38:02 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data 2017/05/27 01:38:08 INFO : Google drive root '': Modify window is 1ms 2017/05/27 01:38:08 mount helper error: fusermount: user has no write access to mountpoint /data 2017/05/27 01:38:08 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 Executing => rclone mount --config=/config/.rclone.conf --allow-other --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v Gdrive: /data What is the problem ?! I did setup my Google drive and setup the auth code with docker exec -it Rclone-mount rclone --config="/config/.rclone.conf" config RCLONE_REMOTE_MOUNT: Edit Remove The destination that the data should be backed up to (must be the same name as specified in .rclone.conf. E.g. AmazonEncrypted:) RCLONE_MOUNT_OPTIONS: Edit Remove Extra mount options that can be used, see: https://rclone.org/commands/rclone_mount/ . E.g.: --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v RCLONE_CONFIG_PASS: Edit Remove The password for the .rclone.conf pass (if specified when creating the config file) But nothing happen What i did wrong ?
  10. Its working the log dont have any error its show blocking dns ErrorWarningSystemArrayLogin W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.Spawn.ExecFailed: //bin/dbus-launch terminated abnormally without any error message 29/07/16 04:25:30 kill disconencted [0] timeout [60] sec pRRScrPriv 0x7efd40 rdpScreenInit: ret 1 InitOutput: out [dix] Could not init font path element /usr/share/fonts/X11/misc/, removing from list! [dix] Could not init font path element /usr/share/fonts/X11/TTF/, removing from list! [dix] Could not init font path element /usr/share/fonts/X11/OTF/, removing from list! [dix] Could not init font path element /usr/share/fonts/X11/100dpi/, removing from list! [dix] Could not init font path element /usr/share/fonts/X11/75dpi/, removing from list! rdpSpriteDeviceCursorInitialize: rdpPointerWarpCursor: rdpPointerNewEventScreen: InitInput: rdpMouseCtrl: rdpChangeKeyboardControl: Obt-Message: Xinerama extension is not present on the server rdpChangeKeyboardControl: Jul 29, 2016 4:25:30 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false] Jul 29, 2016 4:25:30 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false] Jul 29, 2016 4:25:31 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false] Jul 29, 2016 4:25:31 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false] Jul 29, 2016 4:25:31 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false] Jul 29, 2016 4:25:31 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false] Jul 29, 2016 4:25:31 AM org.apache.catalina.startup.Catalina initDirs SEVERE: Cannot find specified temporary folder at /tmp/tomcat7-tomcat7-tmp Fontconfig warning: ignoring C.UTF-8: not a valid language tag Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml" Starting X app... ok: run: openbox: (pid 86) 1s Fontconfig warning: ignoring C.UTF-8: not a valid language tag Jul 29, 2016 4:25:31 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8080"] Jul 29, 2016 4:25:31 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 349 ms Jul 29, 2016 4:25:31 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Jul 29, 2016 4:25:31 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu) Jul 29, 2016 4:25:31 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war Jul 29, 2016 4:25:31 AM org.apache.catalina.core.StandardContext postWorkDirectory WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/_] for context [] Warning: Missing charsets in String to FontSet conversion 04:25:32.924 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity. 04:25:33.003 [localhost-startStop-1] WARN o.g.g.n.b.extension.ExtensionModule - The "auth-provider" and "lib-directory" properties are now deprecated. Please use the "extensions" and "lib" directories within GUACAMOLE_HOME instead. 04:25:33.085 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support... Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class Jul 29, 2016 4:25:33 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM' Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:33 AM org.apache.jasper.EmbeddedServletOptions <init> SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/_ is unusable. Jul 29, 2016 4:25:33 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive /var/lib/tomcat7/webapps/guacamole.war Jul 29, 2016 4:25:33 AM org.apache.catalina.core.StandardContext postWorkDirectory WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/guacamole] for context [/guacamole] 04:25:34.939 [localhost-startStop-1] INFO o.g.g.n.b.r.a.BasicTokenSessionMap - Sessions will expire after 60 minutes of inactivity. 04:25:35.004 [localhost-startStop-1] WARN o.g.g.n.b.extension.ExtensionModule - The "auth-provider" and "lib-directory" properties are now deprecated. Please use the "extensions" and "lib" directories within GUACAMOLE_HOME instead. 04:25:35.021 [localhost-startStop-1] INFO o.g.g.n.b.w.t.WebSocketTunnelModule - Loading Tomcat 7 WebSocket support... Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.glyptodon.guacamole.net.basic.rest.user.UserRESTService as a root resource class Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class Jul 29, 2016 4:25:35 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM' Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.clipboard.ClipboardRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.glyptodon.guacamole.net.basic.rest.user.UserRESTService to GuiceManagedComponentProvider with the scope "PerRequest" Jul 29, 2016 4:25:35 AM org.apache.jasper.EmbeddedServletOptions <init> SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/guacamole is unusable. Jul 29, 2016 4:25:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8080"] Jul 29, 2016 4:25:35 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 4273 ms Jul 29 05:17:01 89726b51c9ec /USR/SBIN/CRON[170]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 06:17:01 89726b51c9ec /USR/SBIN/CRON[173]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 06:25:01 89726b51c9ec /USR/SBIN/CRON[176]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )) Jul 29 07:17:01 89726b51c9ec /USR/SBIN/CRON[254]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 08:17:01 89726b51c9ec /USR/SBIN/CRON[257]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 09:17:01 89726b51c9ec /USR/SBIN/CRON[260]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 10:17:01 89726b51c9ec /USR/SBIN/CRON[263]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 11:17:01 89726b51c9ec /USR/SBIN/CRON[266]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 12:17:01 89726b51c9ec /USR/SBIN/CRON[269]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 13:17:01 89726b51c9ec /USR/SBIN/CRON[272]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 14:17:01 89726b51c9ec /USR/SBIN/CRON[275]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 15:17:01 89726b51c9ec /USR/SBIN/CRON[278]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 16:17:01 89726b51c9ec /USR/SBIN/CRON[281]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 29 17:17:01 89726b51c9ec /USR/SBIN/CRON[284]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) 18:08:03.709 [http-bio-8080-exec-5] INFO o.g.g.n.b.rest.auth.TokenRESTService - User "aae0c252-791c-40ef-96ad-497b9d56fba1" successfully authenticated from 192.168.1.253. guacd[296]: INFO: Protocol "rdp" selected Jul 29 18:08:04 89726b51c9ec guacd[296]: Protocol "rdp" selected guacd[296]: INFO: Connection ID is "$2f2af8cf-5c06-4fb1-a165-274d45937af1" Jul 29 18:08:04 89726b51c9ec guacd[296]: Connection ID is "$2f2af8cf-5c06-4fb1-a165-274d45937af1" guacd[296]: INFO: No security mode specified. Defaulting to RDP. Jul 29 18:08:04 89726b51c9ec guacd[296]: No security mode specified. Defaulting to RDP. guacd[296]: INFO: Loading keymap "base" guacd[296]: INFO: Loading keymap "en-us-qwerty" Jul 29 18:08:04 89726b51c9ec guacd[296]: Loading keymap "base" Jul 29 18:08:04 89726b51c9ec guacd[296]: Loading keymap "en-us-qwerty" Jul 29 18:08:04 89726b51c9ec XRDP[88]: (88)(47269587685376)[iNFO ] A connection received from: 127.0.0.1 port 56946 Jul 29 18:08:04 89726b51c9ec XRDP[88]: (88)(47269587685376)[iNFO ] An established connection closed to endpoint: 127.0.0.1:56946 - socket: 8 Jul 29 18:08:04 89726b51c9ec XRDP[297]: (297)(47269587685376)[iNFO ] An established connection closed to endpoint: NULL:NULL - socket: 7 guacd[296]: INFO: guacsnd connected. guacd[296]: INFO: Starting client guacd[296]: INFO: guacdr connected. Jul 29 18:08:04 89726b51c9ec guacd[296]: guacsnd connected. Jul 29 18:08:04 89726b51c9ec guacd[296]: Starting client Jul 29 18:08:04 89726b51c9ec guacd[296]: guacdr connected. 18:08:04.376 [http-bio-8080-exec-1] INFO o.g.g.net.basic.TunnelRequestService - User "aae0c252-791c-40ef-96ad-497b9d56fba1" successfully connected to "MakeMKV". Jul 29 18:08:04 89726b51c9ec XRDP[297]: (297)(47269587685376)[WARN ] local keymap file for 0x0409 found and dosen't match built in keymap, using local keymap file guacd[296]: INFO: Using fallback PATBLT (server is ignoring negotiated client capabilities) guacd[296]: INFO: Using fallback PATBLT (server is ignoring negotiated client capabilities) guacd[296]: INFO: Using fallback PATBLT (server is ignoring negotiated client capabilities) guacd[296]: INFO: Using fallback PATBLT (server is ignoring negotiated client capabilities) Jul 29 18:08:08 89726b51c9ec guacd[296]: Using fallback PATBLT (server is ignoring negotiated client capabilities)
  11. I have a problem with pi hole not showing any numbers https://drive.google.com/file/d/0BwVQ1QEehpJJdDIyc0J0ZGlqa2M/view?usp=drivesdk
  12. It did work Amazing I have one request could change the port 80 to anything eles Since i use it the tvheadend did stop stream and when i change the the port for unraid back to 80 but the tvheadend problem still there So i hope you can do anything about it great work keep it up
  13. I did change the go file and edit like your port 81 the only one thing i dont get is "2) in your appdata/pihole directory, create 3 files" I did see 3 folders do you mean create the files in the subfolders or in the main folder pihole ?