Jump to content

sarbian

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by sarbian

  1. 12 hours ago, mcjfauser said:

    Would anyone be able to give me guidance on how to update missing/outdated CA certificates? I'm getting TrustFailure errors in Jackett, Radarr, Sonarr and Headphones.

     

     

    You would have to run it from inside the docker container. So something like

    docker exec -it <nameofcontainer> /usr/bin/cert-sync

    But are you sure that there is no updates for your images ? 

  2. On 3/14/2018 at 4:28 PM, dnoyeb said:

    I kicked it over to 2048 which seems to work well.  I've read that you should do it in multiples of 1536 however, so in Gparted if you kicked it to 3mb, you'd be set.  

     

    If I pull the drive out again, I'll probably kick it to 3mb instead.  I've got some more details over in that other thread (unassigned devices) showing how much it impacted my copies.  I'm EXTREMELY happy now with the performance of doing large scale downloads...  I'll probably test with 4x70gb downloads today and see how it handles it....  I'm on gigabit, so i'll routinely pull down at full gigabit; which really is a great test.

     

    First thanks for finding this. I have been wondering why I had such high IO wait for a while. 

    I found this post about alignment on  940 EVO. It suggest to align at sector "12288 (6144 KiB), which is a multiple of 1536 KiB and 2048 KiB". 

     

    I guess I'll swap a few SSD around while waiting for a proper fix...

     

  3. As the dev explained the dnsmasq process is required by libvirt to act as a DNS relay (and DHCP provider for the subnets?) . If you want to run your own DNS server then you can set your container to run on br0 so it can have its own IP address

     

    You could also have the docker redirect on your host IP only instead of 0.0.0.0. I have an Unbound docker that starts fine when running in bridge mode and adding this in the extra parameters

    -p 192.168.1.3:53:53/udp -p 192.168.1.3:53:53

  4. 4 minutes ago, Taddeusz said:

    What I mean is your browser's console log. Hit F12 and use the developer tools to view your browser's log.

    Oh :)

    VM957:1 POST http://192.168.1.3:18080/tunnel?connect 500 (Internal Server Error)

    And the content of that 500 reply itself is

    <html><head><title>Apache Tomcat/7.0.52 (Ubuntu) - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error that prevented it from fulfilling this request.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/7.0.52 (Ubuntu)</h3></body></html>

     

  5. 3 minutes ago, Taddeusz said:

    What is the console output in your browser? Are you connecting locally on your network or remotely through a proxy?

     

    All I get after Iog is this https://i.imgur.com/pLlok1q.png  . Nothing else.

    I am connecting locally.

     

    To resume : 

    • I installed the container for the first time
    • Logged in fine and went to the setting
    • added an SSH connection where I filled the host, user and pwd
    • used that connexion and now when I log in I get the screenshot I just posted. No menu, no console.
  6. I just installed it for the first time and when I try to connect to a SSH I get an error message

    An internal error has occurred within the Guacamole server, and the connection has been terminated. If the problem persists, please notify your system administrator, or check your system logs.

    And the container log is full of 

    Aug 3 20:02:56 f4c825db8449 guacd[69]: Guacamole protocol violation. Perhaps the version of guacamole-client is incompatible with this version of guacd?

     

×
×
  • Create New...