gekoch

Members
  • Posts

    32
  • Joined

Everything posted by gekoch

  1. yep I had already figured it out currently only the drivers 550.40.07 do work Andy
  2. Great, thx 550.40.07 is working well Andy
  3. When I check the website for the same card I see this driver version: After installing 550.54.14 on unraid 6.12.8 transcoding with emby is not working anymore. switching back to 535.154.05 is solving the problem but why? Andy
  4. Hy It took me several days to figure this one out but I'm still not sure what causes the problem. My Setup: I have an nvidia T1000 in my unraid server used to transcode movies especialy when using emby. When I start an mkv file with emby it starts transcoding with ffmpeg. On Unraid 6.12.6 this works flawless. However after updating to 6.12.8 emby can't transcode it using ffmpeg. Attached two log files. Both with the same movie one with the old and one with the new unraid version. In the log file running the new unraid version you can see the error: 17:25:44.862 [h264_nvenc @ 0x114dd40] Failed locking bitstream buffer: invalid param (8): ~hfE? 17:25:44.862 Error submitting video frame to the encoder 17:25:44.872 [libmp3lame @ 0x10c74c0] 3 frames left in the queue on closing 17:25:45.121 Conversion failed! I'm not sure what exactly causes the problem so I hope someone can help me.... Thx Andy new OS 6.12.8.txt old OS 6.12.6.txt
  5. after 48h of uptime no crash! Thx a lot for the help, seems resolved with the ipvlan setting.
  6. ok thx for the explanation. In an earlier post I did add the syslog file directly from the log file folder. So the system is currently running on 6.12.2 for the past 2 hours, fingers crossed
  7. ok thx did switch it to ipvlan, now udpate again to 6.12.2 and test it if the server is stable?
  8. here is the file the crash should be around 01:30 in the morning of the 27.06.2023 syslog
  9. so this is not the file in the diagnostic file?
  10. i thought it should be in the log folder? i set it up like this
  11. same here, can't reboot it via SSH and that's really bad, hope someone can look at the logs and figure out what the problems might be...
  12. so here we go. After around 10h again a crash with 6.12.2. Now with syslog server activated nas-diagnostics-20230627-0518.zip
  13. As soon as the first new release (6.12) was out I updated to the latest version from 6.11.5 . But just after 2 hours of runtime the server crashed without any reasons so I had to reboot with the reset button on the server itself and tried again. After 5 hours another crash. So I reverted back to 6.11.5. Again with 6.11.5 I had no problems at all for several days. Then 6.12.1 was released and I thought they might have solved an issue that I had with my setup. So I just did the update and after 2 hours again a crash.... So 6.12.1 is again not stable on my machine but I have no Idea why. The 6.11.5 version was stable for several months without any issue. Here is the diagnostic files I took before reverting back to 6.11.5. Any Ideas? Thx Andy nas-diagnostics-20230625-1934.zip
  14. hy Just had something weird happen and I hope someone can explain this to me. My UNRAID system just rebooted without notice. After the reboot my 2 cache protected SSD were not recognized as the correct SSD. The old SSD that I exchanged a few weeks a go were displayed instead. I tried to start the array but the cache protected device was marked as disabled. So I stopped the array set the devices to "not installed", started the array, stopped it again and chosen the newer larger SSD and started the array again. Now everything is back working as nothing would have happend. But can someone explain to me what exactly happed. Attached to log files: nas-diagnostics-20230510-2149.zip
  15. I have the same problem. i had to revert back to 4.5.2-1-01 which solved it for me
  16. I'm running the latest plugin version but since then some scripts do not get executed regularly. I have 5 scripts that should run every minute but one of them is mostly running every 2 minutes and sometimes every 1 minute. How can we fix this? Before the update the scripts were working as intended... EDIT: Most of the script set to a minute interval with "* * * * *" are running in a 2 minute interval at best, and the script takes around 0.1 to 2 seconds of run time. Even after a restart of the whole system the problem still persist.
  17. ok solved it by installing libffi wget -P /boot/extra/ https://slackware.uk/slackware/slackware64-15.0/slackware64/l/libffi-3.3-x86_64-3.txz installpkg /boot/extra/libffi-3.3-x86_64-3.txz
  18. I did just update from 6.11.1 to 6.11.5. Ihave a few pip packages running so that the scripts I use can work properly. In 6.11.1 the paho-mqtt worked flawless. Now when i try to install it via pip3 install paho-mqtt I get this error: Collecting paho-mqtt Using cached paho-mqtt-1.6.1.tar.gz (99 kB) Preparing metadata (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-q2n_lrtx/paho-mqtt_4bc42d8c1fdd41d2b2b46d5e70e4bfe2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-q2n_lrtx/paho-mqtt_4bc42d8c1fdd41d2b2b46d5e70e4bfe2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-l0w8az9o cwd: /tmp/pip-install-q2n_lrtx/paho-mqtt_4bc42d8c1fdd41d2b2b46d5e70e4bfe2/ Complete output (11 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.9/site-packages/setuptools/__init__.py", line 18, in <module> from setuptools.dist import Distribution File "/usr/lib64/python3.9/site-packages/setuptools/dist.py", line 38, in <module> from setuptools import windows_support File "/usr/lib64/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module> import ctypes File "/usr/lib64/python3.9/ctypes/__init__.py", line 8, in <module> from _ctypes import Union, Structure, Array ImportError: libffi.so.7: cannot open shared object file: No such file or directory ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/f8/dd/4b75dcba025f8647bc9862ac17299e0d7d12d3beadbf026d8c8d74215c12/paho-mqtt-1.6.1.tar.gz#sha256=2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement paho-mqtt (from versions: 0.4.90, 0.4.91, 0.4.92, 0.4.94, 0.9, 0.9.1, 1.0, 1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.6.1) ERROR: No matching distribution found for paho-mqtt Apparently the Distro changed from 6.11.1 to 6.11.5... Andy
  19. thx for this great build. Is it possible to set PUID and GUID since I need to write into a folder where all my sketches are that have a certain permission
  20. This page helped me to setup everything: https://rustdesk.com/docs/en/self-host/install/
  21. hmm ok I had to install both hbbs / hbbr to get it working...
  22. anymore ideas how to fix that? you guys need anymore data?
  23. yes I've done that, first it seemed to work without problem but as soon as I throw some "load" to the VM it crashed UNRAID the same way as with the "OLD" VM. EDIT: Now even starting the VM lets UNRAID crash, not responding to a reboot nothing need to pull the power plug
  24. yes it is activated OLD: Intel Xeon New: Intel core i9