Jump to content

sniper

Members
  • Posts

    107
  • Joined

  • Last visited

Posts posted by sniper

  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. 2 hours ago, thomast_88 said:

    @sniper

     

    Are you on IRC or slack? Think it will be easier to debug if we can have a chat conversation

     

     

    I suppose you added the volume /mnt/disks/rclone_volume/Gdrive to the container you want it available in, right?

    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 !

  3. 9 hours ago, thomast_88 said:

     

    Read FAQ:

     

    I cannot see my mounted volume/files outside of the container

    1. Make sure you have this in extra parameters (advanced view): --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/:/data:shared
    2. Make sure that this docker container is started before the container you are sharing the volume with.

     

    @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!

  4. @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

     

  5. 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 ?

     

     
  6. what does the log say?

     

     

    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)
    

  7. I bought AMD hd6450 gpu and iogear BT 4

    know i want help with the xml

     

    <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>

      <name>OSX-El-Capitan-10.11-VNC</name>

      <uuid>0ba39646-7ba1-4d41-9602-e2968b2fe36d</uuid>

      <metadata>

        <vmtemplate xmlns="unraid" name="osx" icon="osx.png" os="osx"/>

      </metadata>

      <memory unit='KiB'>4194304</memory>

      <currentMemory unit='KiB'>4194304</currentMemory>

      <vcpu placement='static'>2</vcpu>

      <cputune>

        <vcpupin vcpu='0' cpuset='1'/>

        <vcpupin vcpu='1' cpuset='2'/>

      </cputune>

      <resource>

        <partition>/machine</partition>

      </resource>

      <os>

        <type arch='x86_64' machine='pc-q35-2.5'>hvm</type>

        <kernel>/mnt/disks/kvm/domains/macos/enoch_rev2795_boot</kernel>

        <boot dev='hd'/>

        <bootmenu enable='yes'/>

      </os>

      <features>

        <acpi/>

      </features>

      <cpu mode='custom' match='exact'>

        <model fallback='allow'>core2duo</model>

      </cpu>

      <clock offset='utc'/>

      <on_poweroff>destroy</on_poweroff>

      <on_reboot>restart</on_reboot>

      <on_crash>destroy</on_crash>

      <devices>

        <emulator>/usr/bin/qemu-system-x86_64</emulator>

        <disk type='file' device='disk'>

          <driver name='qemu' type='raw'/>

          <source file='/mnt/disks/kvm/domains/macos/ElCapitan.img'/>

          <target dev='hda' bus='sata'/>

          <address type='drive' controller='0' bus='0' target='0' unit='0'/>

        </disk>

        <controller type='usb' index='0'>

          <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/>

        </controller>

        <controller type='sata' index='0'>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>

        </controller>

        <controller type='pci' index='0' model='pcie-root'/>

        <controller type='pci' index='1' model='dmi-to-pci-bridge'>

          <model name='i82801b11-bridge'/>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/>

        </controller>

        <controller type='pci' index='2' model='pci-bridge'>

          <model name='pci-bridge'/>

          <target chassisNr='2'/>

          <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/>

        </controller>

        <interface type='bridge'>

          <mac address='52:54:00:00:20:30'/>

          <source bridge='br0'/>

          <model type='e1000-82545em'/>

          <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/>

        </interface>

        <input type='mouse' bus='ps2'/>

        <input type='keyboard' bus='ps2'/>

        <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'>

          <listen type='address' address='0.0.0.0'/>

        </graphics>

        <video>

          <model type='vmvga' vram='16384' heads='1'/>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>

        </video>

        <memballoon model='none'/>

      </devices>

      <seclabel type='none' model='none'/>

      <qemu:commandline>

        <qemu:arg value='-device'/>

        <qemu:arg value='usb-kbd'/>

        <qemu:arg value='-device'/>

        <qemu:arg value='usb-mouse'/>

        <qemu:arg value='-device'/>

        <qemu:arg value='isa-applesmc,osk=xxxxxxxxx'/>

        <qemu:arg value='-smbios'/>

        <qemu:arg value='type=2'/>

      </qemu:commandline>

    </domain>

     

     

    What i need to change to make the gpu and the iogear to work ?

     

  8. Guys that what i did

    I map /downloads >  /mnt/user/downloads/complete/

    And in docker containers i did /downloads

    I know that in containers if you do /downloads that mean /mnt/user/downloads/complete/

    But nothing happen!!

     

    Could you please share the docker settings for Sonar, Sabnzbd and deluge from your docker tab in unpaid

    Please ensure that all mappings are visible

     

    HI mkeil77

     

    https://drive.google.com/file/d/0BwVQ1QEehpJJSW81aWdQTFlxQlk/view?usp=drivesdk

    https://drive.google.com/file/d/0BwVQ1QEehpJJTmNWNkJ1M2tsRDQ/view?usp=drivesdk

    https://drive.google.com/file/d/0BwVQ1QEehpJJTGU2cFpzVkZJN0E/view?usp=drivesdk

     

    I hope that what you meant

  9. Sniper it's not a docker problem.  It's a config of Sonarr problem.

     

    Sent from my LG-H815 using Tapatalk

     

    Hi CHBMB

    I meant that the problem with my settings in sonarr because config sonarr in docker containers is not same as windows

    That the problem i meant

    And as i said i did make sure to setup sonarr in the right way and did work the problem with copy to move the files

    What you think that i forget or miss ?

    Sonarr is easier than headphones to setup and sonarr cant get it right its sad :(

    Headphones sent the torrent to deluge and dont move the file of copy it !

    So if there a guide it will a lot easier

    In docker /downloads means /what you set in docker container setup But that dont work always

     

    Whilst people will help with setup issues if we're given enough information to help, we currently have no plans to produce a guide.  We don't have the time or manpower to do so, it's difficult to draw a line sometimes but we will support the implementation of docker to an application, but don't provide support for the app.  Also as you haven't provided any information at all about how you currently have things setup it's impossible to tell you what you're doing wrong. 

     

    I have said this before but if people can't be bothered to post more than "it doesn't work" then the result is the volunteers who are trying to help have a lot more work to do to help solve the problem and sniper I've helped you for a long time the other night and in other threads and pointed this out to you a few times.

     

    Want help?  Help us to help you!

     

    Hi CHBMB,

    Thanks for your reply

    I did say its a problem on my side

    I did said that i cant thank you enough and i will said it again you did clean and setup my unraid

    we currently have no plans to produce a guide.  We don't have the time or manpower to do so

    About that i agree with you the guide will help people and you guys Who?

    It will help people to setup and no need to ask you  guys and help you Dev do work we less time to spend on answer people

    I hope you do see it like i did ,you are smart man

     

     

    I hope CHBMB and mkeil77 and others help me with that

    Here is my Docker setup

    https://drive.google.com/file/d/0BwVQ1QEehpJJR0VEdzlTV2Rfc1U/view?usp=drivesdk

     

    Here is my Deluge inside settings

    https://drive.google.com/file/d/0BwVQ1QEehpJJbTdkRVV3bFdhTjg/view?usp=drivesdk

     

    Here is my sabnzbd setup

    https://drive.google.com/file/d/0BwVQ1QEehpJJRUJiaHVVNzRiOUU/view?usp=drivesdk

     

    Here is my Headphones setup

    https://drive.google.com/file/d/0BwVQ1QEehpJJY3VnTHEwYzNFdEU/view?usp=drivesdk

    https://drive.google.com/file/d/0BwVQ1QEehpJJWUNYeEZ1YnJ2MUk/view?usp=drivesdk

    https://drive.google.com/file/d/0BwVQ1QEehpJJZjJ1bGxxTW9CZzA/view?usp=drivesdk

     

    Here is my Couch potato setup

    https://drive.google.com/file/d/0BwVQ1QEehpJJbm52TzBudndRTXc/view?usp=drivesdk

    https://drive.google.com/file/d/0BwVQ1QEehpJJekpENHQ1emVKOEU/view?usp=drivesdk

     

    Here is my Sonarr setup

    https://drive.google.com/file/d/0BwVQ1QEehpJJZjM3MG1UMm9xbG8/view?usp=drivesdk

    https://drive.google.com/file/d/0BwVQ1QEehpJJNUdPQXE2N0hacmc/view?usp=drivesdk

    https://drive.google.com/file/d/0BwVQ1QEehpJJUWtmeGRERy03dk0/view?usp=drivesdk

     

     

  10. Sniper it's not a docker problem.  It's a config of Sonarr problem.

     

    Sent from my LG-H815 using Tapatalk

     

    Hi CHBMB

    I meant that the problem with my settings in sonarr because config sonarr in docker containers is not same as windows

    That the problem i meant

    And as i said i did make sure to setup sonarr in the right way and did work the problem with copy to move the files

    What you think that i forget or miss ?

    Sonarr is easier than headphones to setup and sonarr cant get it right its sad :(

    Headphones sent the torrent to deluge and dont move the file of copy it !

    So if there a guide it will a lot easier

    In docker /downloads means /what you set in docker container setup But that dont work always

     

  11. Hi,

    I have a problem with sonarr after the download finish it copy the files not move them to the tv show folder !

    I do use sonarr with deluge for downloads

    So why it copy rather than move the files !!

    And i hope there will be guide for connect sonarr with deluge rtorrent and others torrent and usenet client

    The guide should be for noobies like me For connect couch potato ,headphones,sonarr and sickrage with download client

    A lot of people ask how to connect, so why not make guide for that ?

    Hi,

    i did enable remove in Completed Download Handling in download client

    I did not think sonarr problem its a docker side or eles

     

     

    sonarr themselves should provide any guide for that sort of thing.

×
×
  • Create New...