Zoba

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Zoba

  1. I've installed paperless and run into a problem, that my files are stuck in consume. They're being added to the queue but not all of them are being processed, when i add them all at once. Adding PAPERLESS_CONSUMER_POLLING and PAPERLESS_CONSUMER_POLLING_DELAY with 10 seconds each, seems to help a bit but no entirely so. Some files are stuck forever in the consume folder and nothing happens to them. Has anyone else encountered this behaviour? [2024-04-03 23:14:24,083] [INFO] [paperless.management.consumer] Polling directory for changes: /usr/src/paperless/consume [2024-04-03 23:14:44,087] [DEBUG] [paperless.management.consumer] Waiting for file /usr/src/paperless/consume/Bestätigung der Vertragsbeendigung.pdf to remain unmodified [2024-04-03 23:14:49,094] [INFO] [paperless.management.consumer] Adding /usr/src/paperless/consume/Bestätigung der Vertragsbeendigung.pdf to the task queue.
  2. Zoba

    So, 6.13 when?

    @simonf any new ETA?
  3. https://unraid.net/beta-testing
  4. @HBoardman did you run into any more issues? EDIT: Also what hardware do you use? An amd iGPU like me?
  5. If so, it also affects Jellyfin. Disabling Transcoding but leaving on tone mapping still fails.
  6. Okay, it happened again. Started a video with transcoding and the entire server became unresponsive after roughly 20 seconds.
  7. Hey there, my HA and all the other stuff used to drop over the course of minutes/hours as well, but some stuff kept going (?). Didn't test how long things would take to get stuck because i'd rather use my NAS. I've now updated to the latest unraid minor version and so far had no stops. I've recently added tone mapping and transcoding to jellyfin as well - so it might have to do with it? I'm using a 3400g in my system and it's igpu to transcode.
  8. Okay, so i've had to restart my NAS because the UI was unavailable and restarted. It locked up the GUI again after a couple of minutes (perhaps due to me updating a docker container?) both name and ip don't work for the Unraid UI My homeassistant VM stopped reacting most, but not all Docker containers continued to work and i was still able to interact with them (e.g. watch stuff on jellyfin) All SMB shares are unresponsive ssh doesn't react at all I'm currently running unRaid Version: 6.12.2 so i've now started the update to 6.12.3. Hoping that this will solve my problems. I've also enabled syslog and tried to put it in my downloads share
  9. I'm running into exactly this problem. My homeassistant vm stays responsive but can't access the gui and ssh doesn't react at all. I feel like this happened only after the latest update though
  10. I've encountered the next weird thing with my setup. I tried to watch stuff via another kodi client but it only says "scrambled channel". On my PC (with vlc) everything works. If i watch on vlc i can also watch that channel with my kodi clients. As you mentioned, using a port fixed it. I had to set a listen port and add that port in the oscam docker.
  11. Oh, i figured out how it will work anyway! tvheadend docker: oscam docker: dvbapi config
  12. In Oscam, i've added the tmp folder in both docker to be able to use the camd.socket and pmt file. What should i do instead?
  13. Hey, i'm using oscam with the unraid dvb plugin. I'm using dvbapi to connect with tvheadend but get the following error, whenever i try to descramble something: "2020/08/14 20:51:57 505F4341 c (dvbapi) ERROR: Can't open device /dev/dvb/adapter0/demux0 (errno=2 No such file or directory)"
  14. I had to mkdir /boot/config/rules.d - anything else worked as you said! Thanks for the precise instruction
  15. The "In the Apache docker setup set the "ADVANCED_SCRIPT" variable to true." and the apt-get part give me grief - I don't see that option in my apache docker The solution to this is to create your own option called parameter with the name advanced_script and the variable true. Then the script works properly!