Dimtar

Members
  • Posts

    549
  • Joined

  • Last visited

Everything posted by Dimtar

  1. I just setup a new box with 6.12.8 and I think the same thing is happening to me. If I start the container it just goes into a restarting loop. If I ask Unraid to show me the logs it the popup window closes instantly. If I remove the nvidia part in extra parameters it works fine again.
  2. I believe I am having the same issue. Works fine if I don’t use macvlan but I switched back to it after a few weeks and it’s crashing within an hour or two. Just going to switch off macvlan again.
  3. I believe I am having a similar issue, did you find a fix to this?
  4. I have already moved back to 6.11.5 but hopefully someone with more patience for server crashes can do this.
  5. I believe I have the same issue. Server has been running for 12+ months with 6.11. I updated about 24 hours ago and after a few hours the server just dies, I have to power cycle it, this has happened twice in the last 24 hours so it seems to be 6.12 related atleast for my hardware. Going to downgrade to 6.11 now. dimraid-diagnostics-20230617-1657.zip
  6. I just had a quick browse through the thread but can't see anyone mentioning the same thing so maybe its just me or maybe I missed it. Is anyone having an issue with SMB mounts not auto mounting on boot anymore? Noticed that over the last few weeks (and unraid updates) on boot they aren't mounting the SMB shares and I have to click the mount/s button. The settings haven't changed and I confirmed they are still set to auto mount.
  7. Upgraded to RC5 but none of my Plex containers would start. After a bit of troubleshooting it seems it wouldn't download the nvidia drivers and since I used that for transcoding the containers wouldn't start. I tried mucking around with the plugin a little but after maybe an hour of trying to force a download of the plugin and a few reboots I rolled back to RC4 and my containers started without issue and the Nvidia plugin page listed the device ID and driver version.
  8. I’m having a near identical issue, did you ever sort this? I cannot work out how the exclude system works.
  9. Why not just use the external address everywhere? That’s what I do.
  10. This was it, I didn't realize that a BIOS setting even had that effect. Its working now, thank you for your patience and help troubleshooting.
  11. I have a 1050TI that does my transcoding for now but I would like to retire it one day. Cheers
  12. Not that I know of, have had the box for about 6 months and only went into the bios once before today to enable VT-D and it has worked before. I will leave it for now and check in later, thanks for your help though.
  13. Thank you very much for this link, I am not sure it has solved my problem though. I followed the instructions on the post to enable the i915 driver I believe but its not working I don't think.. root@DIMRAID:/boot/config/modprobe.d# ls -lah total 8.0K drwx------ 2 root root 4.0K Jan 21 16:49 ./ drwx------ 11 root root 4.0K Jan 21 16:52 ../ -rw------- 1 root root 0 Jan 21 16:49 i915.conf root@DIMRAID:/boot/config/modprobe.d# intel_gpu_top Failed to detect engines! (No such file or directory) (Kernel 4.16 or newer is required for i915 PMU support.) root@DIMRAID:/boot/config/modprobe.d#
  14. I have used iGPU transcoding on unRaid 6.8.x before. Just to ensure I wasn't wasting anyones time I rebooted my server with a screen plugged in to ensure VT-D was enabled and it was. unRaid 6.9RC2 and an Intel 6700K Let me know what else I can check if needed. root@DIMRAID:~# intel_gpu_top Failed to detect engines! (No such file or directory) (Kernel 4.16 or newer is required for i915 PMU support.) root@DIMRAID:~# intel_gpu_frequency Test requirement not met in function drm_open_driver, file drmtest.c:463: Test requirement: !(fd<0) No known gpu found for chipset flags 0x1 (intel) Last errno: 2, No such file or directory SKIP (-1.000s) I am not sure what the container is meant to do exactly but I installed it just incase it was needed.
  15. I installed the new iGPU plugin, if I try to run the intel_gpu_top command I get this: Failed to detect engines! (No such file or directory) (Kernel 4.16 or newer is required for i915 PMU support.) I removed modprobe i915 from my GO file and rebooted, it didn't seem to fix anything. Running 6.9RC2 if that helps.
  16. Thanks @potjoe I’ve had a bit of a search and it seems other people are having the issue too. The forums also appear to be down so will circle back later.
  17. @benhall847 I uploaded some files to my test instance and they are 100% going into the docker volume not where they should be going into my /mnt/user/ncp folder. Can I confirm what version of unRaid you're running?
  18. Open the container with the console or: docker exec -it nextcloudpi sh Then run: df -h I just spun up a new instance of the container on an unRaid box that has never had it before and it shows this: shfs 48T 23T 26T 48% /data Can you see if the container is atleast aware of the /data directory?
  19. @benhall847 In your last screenshot, can you click edit on the one labelled "Nextcloud data folder" and send a screenshot?
  20. I have a suggestion around long term credit for community members. Often I see companies have a credits section where they acknowledge the open source projects that enable their product/service. Maybe unRaid could maintain a credits/origins page where they acknowledge the projects that help brought unRaid to where it is today but also the people. To use the example of @CHBMB his work (along with others I am sure) lead to people being able to use DVB with unRaid for years before it was more officially supported, their work paved the way for the features we have now. They did the hard work so we don't have to. The page could be on the website and built in to unRaid and would be a permanent record/thanks to the people that brought this software forward and to which we all owe some thanks. Apologies if this has been suggested before or already exists. To all the people that have gone above and beyond for the community in the past you have my thanks, I cannot list everyone sorry.
  21. Great script, thank you. If we want to mount more then one thing, can we do that by just duplicating the script?
  22. Hi all. I am trying to set this up but if I open the webui via the unRaid docker manager i get a page saying "Whoops, looks like something went wrong." In the container log I see this: Module ssl disabled. To activate the new configuration, you need to run: service apache2 restart 2020-09-07 11:58:27,028 CRIT Supervisor running as root (no user in config file) 2020-09-07 11:58:27,030 INFO supervisord started with pid 1 2020-09-07 11:58:28,031 INFO spawned: 'exit_on_any_fatal' with pid 20 2020-09-07 11:58:28,033 INFO spawned: 'apache' with pid 21 2020-09-07 11:58:28,034 INFO spawned: 'run_schedule' with pid 22 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.10. Set the 'ServerName' directive globally to suppress this message No scheduled commands are ready to run. 2020-09-07 11:58:29,326 INFO success: exit_on_any_fatal entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-09-07 11:58:29,326 INFO success: apache entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-09-07 11:58:29,326 INFO success: run_schedule entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Haven't even reached the setup page yet. EDIT: I hadn't done the app key right. Thats fixed now and I could proceed, just incase someone else has the same issue.