Simon

Members
  • Posts

    147
  • Joined

  • Last visited

Posts posted by Simon

  1. 1 hour ago, kcgodwins said:

     

    Thanks, I'll take a look at it.

     

    Do you (or anyone) know why this has become an issue all of a sudden?  Just curious.

    Thanks again.

    Mike

    The submitted change in the GitHub PR shows that  additional manifest formats will now be accepted. The relevant documentation regarding the formats is in the code comments. Presumably some of the Docker projects have changed the format which was causing the original code to fail.

    • Thanks 1
  2. On 3/9/2021 at 10:07 PM, derbo said:

     

    Not sure what changed, since my post and your post but I just tried it with 6.9.1 and the latest and its working fine now. /shrug. 

     

    I just tried this for the first time in a while and notice the GPU charts are missing too. The logs show:

     

    2021-07-17 00:21:16: python.d INFO: nvidia_smi[nvidia_smi] : chart 'nvidia_smi.gpu0_processes_mem' was suppressed due to non updating
    2021-07-17 00:21:16: python.d INFO: nvidia_smi[nvidia_smi] : chart 'nvidia_smi.gpu0_user_mem' was suppressed due to non updating

     

    The GPU is working fine with Plex for transcoding and nvidia-smi returns output from the command line. I'll dig deeper another time.

  3. I just updated it now fails with:

     

    <snip>
    2021-03-30 11:50:46.532403 [info] CUSTOM_JAR_PATH not defined,(via -e CUSTOM_JAR_PATH), defaulting to '/config/minecraft/min
    ecraft_server.jar' (Mojang Minecraft Java)
    2021-03-30 11:50:46.584340 [info] JAVA_VERSION not defined,(via -e JAVA_VERSION), defaulting to '8'
    '/usr/lib/jvm/java-8-openjdk/jre' is not a valid Java environment path

     

  4. 19 minutes ago, binhex said:

    can you please attach the ovpn file located in /config/openvpn/ minus any keys.

     

    dev tun
    fast-io
    persist-key
    nobind
    remote netherlands-amsterdam-ca-version-2.expressnetw.com 1195
    
    remote-random
    pull
    comp-lzo no
    tls-client
    verify-x509-name Server name-prefix
    ns-cert-type server
    key-direction 1
    route-delay 2
    tun-mtu 1500
    fragment 1300
    mssfix 1200
    verb 3
    cipher AES-256-CBC
    keysize 256
    auth SHA512
    sndbuf 524288
    rcvbuf 524288
    auth-user-pass credentials.conf
    
    <cert>
    -----BEGIN CERTIFICATE-----
    XXX
    -----END CERTIFICATE-----
    </cert>
    <key>
    -----BEGIN RSA PRIVATE KEY-----
    XXX
    -----END RSA PRIVATE KEY-----
    </key>
    <tls-auth>
    #
    # 2048 bit OpenVPN static key
    #
    -----BEGIN OpenVPN Static key V1-----
    XXX
    -----END OpenVPN Static key V1-----
    </tls-auth>
    <ca>
    -----BEGIN CERTIFICATE-----
    XXX
    -----END CERTIFICATE-----
    </ca>

     

  5. I've been using this for months with no issue with ExpressVPN, but a recent update has caused it to fail with

     

    2020-11-29 10:10:34,196 DEBG 'start-script' stdout output:
    2020-11-29 10:10:34 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
    
    2020-11-29 10:10:34,196 DEBG 'start-script' stdout output:
    2020-11-29 10:10:34 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6
    Options error: --proto tcp is ambiguous in this context. Please specify --proto tcp-server or --proto tcp-client
    Use --help for more information.
    
    2020-11-29 10:10:34,198 DEBG 'start-script' stdout output:
    [info] Starting OpenVPN (non daemonised)...

    repeatedly occurring in the log file. Any idea what's up?

     

    Edit: Seems to be reported here too https://github.com/binhex/arch-delugevpn/issues/230

    supervisord.log

  6. On 7/28/2020 at 3:10 PM, Flick said:

    I knocked out /mnt/user/appdata/Plex/Library/Application Support/Plex Media Server/Media/ and that seems to work fine. Once in a blue moon I'll remove it, let the backup take everything, then store the backup elsewhere. That way if I do need to recover, I can pull that snapshot and then the latest as an "incremental" from there.

    My compressed backup was 164GB before I excluded the Plex Media location. What I've done is exclude it and then add a Custom Start Script to run rsync on that location instead. It's static content, so I'm not too concerned about it syncing while the Docker container is running and rsync only has to copy the new/modified files.

  7. Apologies if this has previously been answered, but I'm looking to run a set of light commands every 20 seconds for diagnostic purposes.

     

    If I enter a script such as:

     

    #!/bin/bash
    while true
    do
     <my stuff>
     sleep 20
    done

    And schedule it for run in background  and at first array start only will it run forever?

  8. So I created a 8GB RAM disk under /tmp/, set Plex to use it and kicked off a 4K movie in a Web Browser to ensure it was Transcoding. Monitoring the directory I saw it grow to 100% usage (about an hour into the movie) and then it emptied itself and has started growing again. I assume (dangerous I know) that it will continue doing this and that multiple transcoding streams will just cause this to happen sooner. I'll leave it like this for a while and monitor.

     

    Edit: Kicked off two transcoding streams (from 4K, which I'm impressed my system managed - see attached image) and my observation was that the usage grew to 8GB (100%) and then dropped to 4GB (50%). So it seems Plex might be dividing the available transcode space evenly between jobs and purging history once they fill their "allowance".

     

    2019-12-23 14_16_18-Tautulli - Home _ media.png

  9. On 9/6/2019 at 4:39 AM, testdasi said:

    4GB is more than enough for most users so it's a good starting point. If you start getting issues then increase it but it's unlikely. It should be enough for at least 5 1080p streams (a 4k stream is about 4x1080p streams).

    I'm playing around with this on my setup. I notice the Plex support site says:

    Quote

    Transcoder temporary directory

    Directory to use when transcoding temporary files for streaming. This is useful if your primary drive has limited space. The directory used (whether default or not) needs sufficient free space, roughly equal to the size of the source file of the transcode plus 100MB.

    Wouldn't that be way more than 4GB?

  10. edit: So I figured out the below is a partition. I tried deleting it using Unassigned Devices in destructive mode, but it didn't remove it. So I removed it using fdisk and confirmed it was no longer showing in the UI. I've tried kicking off another preclear run to see if it makes a difference.


    Possibly related? This is the only disk I've ever noticed a 'child' dropdown for in Unassigned Devices. It's a shucked Seagate drive.

    2019-11-24 10_10_38-Home_Main.png

  11. Using plugin version 2019.11.22, I just tried to preclear a 10tb and it failed with:

    ############################################################################################################################
                                             unRAID Server Preclear of disk ZA2XXXXX                                          #
    #                                       Cycle 1 of 2, partition start on sector 64.                                        #
    #   Step 1 of 5 - Verifying unRAID's Preclear signature:                                                           FAIL    #
    #   Step 2 of 5 - Writing unRAID's Preclear signature:                                                          SUCCESS    #
    #   Step 3 of 5 - Zeroing the disk:                                                       [14:40:54 @ 189 MB/s] SUCCESS    #
    #   Step 4 of 5 - Pre-read verification:                                                  [14:43:57 @ 188 MB/s] SUCCESS    #
    ############################################################################################################################
    #                              Cycle elapsed time: 29:24:54 | Total elapsed time: 29:24:54                                 #
    ############################################################################################################################
    
    ############################################################################################################################
    #
    #                                        S.M.A.R.T. Status (device type: default)                                         
    #   ATTRIBUTE                    INITIAL  STATUS                                                                           #
    #   5-Reallocated_Sector_Ct      0        -                                                                                #
    #   9-Power_On_Hours             0        -                                                                                #
    #   184-End-to-End_Error         0        -                                                                                #
    #   187-Reported_Uncorrect       0        -                                                                                #
    #   190-Airflow_Temperature_Cel  21       -                                                                                #
    #   197-Current_Pending_Sector   0        -                                                                                #
    #   198-Offline_Uncorrectable    0        -                                                                                #
    #   199-UDMA_CRC_Error_Count     0        -                                                                                #
    #
    ############################################################################################################################
    #   SMART overall-health self-assessment test result: PASSED                                                               #
    ############################################################################################################################
    
    --> FAIL: unRAID's Preclear signature not valid.

    Anything useful I can provide?

    preclear.disk.log

  12. Using plugin version 2019.11.22, I just tried to preclear a 10tb and it failed with:

    unRAID's signature on the MBR failed - Aborted
    ############################################################################################################################
                                             unRAID Server Preclear of disk ZA2XXXXX                                          #
    #                                       Cycle 1 of 2, partition start on sector 64.                                        #
    #   Step 1 of 5 - Verifying unRAID's Preclear signature:                                                           FAIL    #
    #   Step 2 of 5 - Writing unRAID's Preclear signature:                                                          SUCCESS    #
    #   Step 3 of 5 - Zeroing the disk:                                                       [14:40:54 @ 189 MB/s] SUCCESS    #
    #   Step 4 of 5 - Pre-read verification:                                                  [14:43:57 @ 188 MB/s] SUCCESS    #
    ############################################################################################################################
    #                              Cycle elapsed time: 29:24:54 | Total elapsed time: 29:24:54                                 #
    ############################################################################################################################
    
    ############################################################################################################################
    #
    #                                        S.M.A.R.T. Status (device type: default)                                         
    #   ATTRIBUTE                    INITIAL  STATUS                                                                           #
    #   5-Reallocated_Sector_Ct      0        -                                                                                #
    #   9-Power_On_Hours             0        -                                                                                #
    #   184-End-to-End_Error         0        -                                                                                #
    #   187-Reported_Uncorrect       0        -                                                                                #
    #   190-Airflow_Temperature_Cel  21       -                                                                                #
    #   197-Current_Pending_Sector   0        -                                                                                #
    #   198-Offline_Uncorrectable    0        -                                                                                #
    #   199-UDMA_CRC_Error_Count     0        -                                                                                #
    #
    ############################################################################################################################
    #   SMART overall-health self-assessment test result: PASSED                                                               #
    ############################################################################################################################
    
    --> FAIL: unRAID's Preclear signature not valid.

    Anything useful I can provide?

    preclear.disk.log