lordvaderxiii

Members
  • Posts

    39
  • Joined

  • Last visited

Posts posted by lordvaderxiii

  1. Thanks @JorgeB

    I have been running Syslog and to me the results are inconclusive. I have attached them here.

    One thing I noticed was this. But it doesnt seem to be a big issue. 

    PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID)
    
    Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0:   device [1002:699f] error status/mask=00001140/00002000
    
    Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0:    [ 6] BadTLP                
    
    Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0:    [ 8] Rollover              
    
    Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0:    [12] Timeout              


    I also have now unplugged my UPS due to the below. Which I dont know if its a big issue or not.

    Jun 29 09:14:07 Valhalla kernel: usb 3-3: new low-speed USB device number 24 using xhci_hcd
    
    Jun 29 09:14:11 Valhalla kernel: hid-generic 0003:0463:FFFF.0019: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0
    
    Jun 29 09:15:11 Valhalla kernel: usb 3-3: USB disconnect, device number 24
    
    Jun 29 09:15:12 Valhalla kernel: usb 3-3: new low-speed USB device number 25 using xhci_hcd
    
    Jun 29 09:15:16 Valhalla kernel: hid-generic 0003:0463:FFFF.001A: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0
    
    Jun 29 09:15:38 Valhalla webGUI: Successful login user root from 192.168.86.30
    
    Jun 29 09:16:16 Valhalla kernel: usb 3-3: USB disconnect, device number 25
    
    Jun 29 09:16:17 Valhalla kernel: usb 3-3: new low-speed USB device number 26 using xhci_hcd
    
    Jun 29 09:16:22 Valhalla kernel: hid-generic 0003:0463:FFFF.001B: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0
    
    Jun 29 09:17:22 Valhalla kernel: usb 3-3: USB disconnect, device number 26
    
    Jun 29 09:17:23 Valhalla kernel: usb 3-3: new low-speed USB device number 27 using xhci_hcd
    
    Jun 29 09:17:27 Valhalla kernel: hid-generic 0003:0463:FFFF.001C: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0
    
    Jun 29 09:18:27 Valhalla kernel: usb 3-3: USB disconnect, device number 27
    
    Jun 29 09:18:28 Valhalla kernel: usb 3-3: new low-speed USB device number 28 using xhci_hcd
    
    Jun 29 09:18:32 Valhalla kernel: hid-generic 0003:0463:FFFF.001D: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0

     

    syslog-192.168.86.41.log

  2. I recently updated from the latest V11 version and to Version 6.12.1 2023-06-20. Now randomly and mostly overnight my server will become unresponsive to the degree where I have to force reboot. 

     

    I have attached my support files.

     

    Can anyone give me some advice on what the issue may be please?

    syslog.txt libvirt.txt docker.txt wg-quick.txt

  3. On 6/8/2023 at 8:59 AM, Fantucie said:

    In the mounted path can you see filerun file ? 
    If yes then chmod the path permission to 777 then re run the container if no, please re message me and I will check on my side in the test server because for now I have no problem in the latest 

    I have the same problem, directories are created but chmod doesnt fix the issue. Directories are empty.

    The container is up for only a few seconds before it dies with that same error. 

  4. 16 hours ago, Cpt. Chaz said:

    The libx265 plugin uses CRF values. Not sure what you currently have it set at. For 1080p, I find the “medium” profile with a CRF value of 25 is a good option of quality, size, and transcode time. Ymmv on 4K content. The lower the CRF, the better the quality (and bigger resulting file).
     

    if your 4K content is already x265, unmanic won’t process the video if x265 is the desired output. 

    Thanks I have been thinking this over and I have already reduced the CRF but that is dependant on the file and doesnt always result in the desired bitrate. I use the Chromecast with Google TV with a Unifi AP AC Pro and if that isnt enough bandwidth then I think I need to run a network cable direct to the Chromecast and get a network adapter. Time to cut open the wall again. 

  5. Hi Everyone. 

     

    Is anyone able to assist me please. I am running Unmanic and I am finding that the bitrate is too high on some 4K content for my Wifi. I know that there is now an option to set custom settings for plugins but Im unsure how to use it correctly. Is anyone able to help me set a bitrate limit or average on the Video Encoder H265/HEVC - libx265 (CPU) plugin?

  6. Hi All

     

    Im getting an error on Sonarr at the moment and the port is confirmed to not be in use. Even changing the port doesnt work. It seems its an error internal to the docker. Any suggestions?
     

    [Fatal] ConsoleApp: Address already in use. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions
    

     

  7. Hi Everyone

     

    Im trying to setup the YOURLS app, I have gotten as far as getting the url.mydomain.com/admin page to load but none of my links work.


    I think I have some issues with My NGINX config.
    Im getting this error in the YOURLS log:
     

    Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.php,index.html) found, and server-generated directory index forbidden by Options directive

    Im using the letsencrypt docker that contains NGINX.

     

    My NGINX config looks like the below.

     

    server {
    
    listen 443 ssl;
    listen [::]:443 ssl;
    
    server_name url.*;
    
    include /config/nginx/ssl.conf;
    
    client_max_body_size 0;
    
    root /config/www/YOURLS;
    index index.php index.html index.htm;
    
    # enable for ldap auth, fill in ldap details in ldap.conf
    #include /config/nginx/ldap.conf;
    
    location / {
        # enable the next two lines for http auth
        #auth_basic "Restricted";
        #auth_basic_user_file /config/nginx/.htpasswd;
    
        # enable the next two lines for ldap auth
        #auth_request /auth;
        include /etc/nginx/fastcgi_params;
        include /config/nginx/proxy.conf;
        resolver 127.0.0.11 valid=30s;
        set $upstream_unraid url;
        proxy_pass http://192.168.86.41:8088;
    }
    
    }

    Im getting this issue when I try my shortened links. I get the Forbidden page.

    Can anyone help please?

  8. 10 minutes ago, ich777 said:

    You have to specify a ip address for you container.

    Is the mariadb also running in a container and have you also specified a fixed ip address?

    I have just tried with a fixed IP on the Zabbix container and it results in the same issue.

     

    I have MariaDB running on bridged. So its the Unraid server IP. Im using it for many other services like this.

  9. Hi @ich777 I just installed the zabbix-server app. Im having issues getting it going. I am using MariaDB as you suggested and Zabbix is not seeing it.

     

    I get the error in the logs

     

    ** Preparing Zabbix server
    ** Using MYSQL_USER variable from ENV
    ** Using MYSQL_PASSWORD variable from ENV
    ********************
    * DB_SERVER_HOST: 192.168.86.41
    * DB_SERVER_PORT: 3306
    * DB_SERVER_DBNAME: zabbix
    ********************
    **** MySQL server is not available. Waiting 5 seconds...
    **** MySQL server is not available. Waiting 5 seconds...
    **** MySQL server is not available. Waiting 5 seconds...
    **** MySQL server is not available. Waiting 5 seconds...
    **** MySQL server is not available. Waiting 5 seconds...

    My setup is below

     

    zabbix.thumb.PNG.b661b2fd98324cfd565189aafe3ded09.PNG

     

    Any idea what Im doing wrong?

  10. 2 hours ago, SpencerJ said:

    The Unraid forum is about to hit a major milestone: 100,000 members! As of Christmas time, 2019, we're sitting at approximately 99,000 forum members. To commemorate this awesome community achievement, let's do another giveaway!

     

    What's at stake?

    • 90 winners will receive limited-edition Unraid case badges! These 2x2 inch domed, polyurethane server badges will look great on your own home lab (badges not for sale, sorry)!
    • 9 winners will receive an Unraid case badge AND a $25 gift card to the Unraid merch store.
    • 1 Grand Prize Winner: receives a case badge, a $25 gift card AND an Unraid pro license! Pretty sweet huh!?

     

    See the linked blog post for pics and additional info!

     

    How to Enter:

    Simply tell us:

    • one thing you like most about Unraid

    and

    • one thing you'd like to see added to the OS in 2020

     

     

    That's it! Winners will be drawn at random from the forum entrants here. 

    At our current rate, we will likely hit 100,000 members late January or early February 2020. Follow the Unraid twitter account for periodic forum # updates!

     

    Entries will close as soon as we hit 100,000 forum members so don't delay in entering! Good luck.

     

    https://unraid.net/blog/unraid-forum-100k-giveaway

    I love that unraid is both a "NAS" and a full Linux server. It gives us the ability to do so much more. 

     

    I'd love to see a richer LVM/QEMU GUI. The current one is good but it could be better with snapshots and backups. 

  11. 11 hours ago, Josh.5 said:

    Awesome.
    I appreciate the gesture, but I won't be taking donations for this application any time soon. I would prefer that if you feel a need to contribute, you do so by reporting bugs (as you have) and by helping others here in the forums. And of course, if you can code, pull requests on GitHub are also welcome.


    Cheers.

    Sent from my ONEPLUS A6000 using Tapatalk
     

    @Josh.5 Youre a legend! Thanks. 

     

    Will continue to report bugs. 

  12. 20 hours ago, Josh.5 said:

    Ah, so this is 100% my fault. I should have posted something here before moving onto the next feature...

     

    Last night I merged in the applications settings changes that I've been working on for the past wee while. These new changes moves all the settings to an SQLite database. There were also changes made to how Unmanic loads data pertaining to containers/audio codecs/video codecs/subtitles. These changes will allow things like employing HW encoders in the future (slowly getting there...). For now, the big takeaway is that anyone who updates Unmanic with last nights changes will need to go and save their settings again. The error you have posted is that 'mkv' container (how it was configured) is now 'matroska' as that is the correct name of the FFMPEG. So the container settings need to be saved again.

     

    TL;DR

    Everyone who updates Unmanic needs to save their settings again or it will stop working for them.

    EDIT:

    If anyone is interested in what the update changed:

    https://github.com/Josh5/unmanic/releases/tag/0.0.1-beta6

    Thanks @Josh.5

     

    I stumbled on that by messing with the settings. 

  13. Hi @Josh.5 

     

    Im noticing that after a successful number of conversions its now stopped converting even though there are files in the wrong formats. Im getting a lot of errors in the log. 

    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
    File "/app/lib/ffmpeg.py", line 193, in check_file_to_be_processed
    container = unffmpeg.containers.grab_module(self.settings.OUT_CONTAINER)
    File "/app/lib/unffmpeg/containers/__init__.py", line 66, in grab_module
    raise ImportError('{} is not part of our collection!'.format(module_name))
    ImportError: mkv is not part of our collection!
    2019-09-30T15:07:45:ERROR:Unmanic.FFMPEGHandle - [FORMATTED] - Exception - check_file_to_be_processed check file container: mkv is not part of our collection!
    
    Traceback (most recent call last):
    File "/app/lib/unffmpeg/containers/__init__.py", line 59, in grab_module
    module = import_module('.' + module_name, package=__name__)
    File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
    File "<frozen importlib._bootstrap>", line 983, in _find_and_load
    File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
    ModuleNotFoundError: No module named 'lib.unffmpeg.containers.mkv'

    Thanks for the help and a great app.

  14. 47 minutes ago, spall said:

    @lordvaderxiii I am. Are you on to something? :)

    @spall Well I might be :), been having a similar issue with Jackett and the only thing in common is the socks5 proxy. Found this https://github.com/Jackett/Jackett/issues/2602
    Im not sure if its related. Im deciding if I move over to versions that support a vpn or find a way to route docker traffic through a vpn. Seems like a lot more work than I feel like doing right now though.

     

  15. Just now, spall said:

    I get this all the time. I've asked in various threads about it, but I've always come up empty. It seems to only affect some people. In my case, it's caused by NzbDrone.exe running a ton of threads. I limited mine to 2 cores because it makes my CPU temps go crazy otherwise. Restarting the Sonarr docker will temporarily solve the issue. I have a script running every couple hours to restart the container. It's bandaid, but I haven't figured out how to stop it from happening.

    Thanks @spall

    Im in the same boat, I have even just replaced my entire server hardware and it still happens.

    Would you be happy to share that script please? I would love to implement that.