Everything posted by Draic
-
Timemachine Application Support Thread
the network password gets accepted. Whatever the problem is, it has nothing to do with that.
-
Timemachine Application Support Thread
I just tried to setup a timemachine but I can not get the docker image to allow the mac to connect. I installed the image and left all options as they were, except for a user password. I ran the chown command on the respective share in Unraid. The timemachine target shows up fine and seemingly connects, but then it will hang on 'preparing to update' and in the docker's log it shows: ``` apply_new_nt_acl: inherit_new_acl failed for .com.apple.TimeMachine.iotest.59E70D2A-203D-4184-A322-D07F0CFD84D6 with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for .com.apple.timemachine.supported-43acf2b4-6c64-4d19-a734-89a4c792abf with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for .com.apple.TimeMachine.iotest.85161EDD-0BB5-4E41-BC95-9AB944D14EFE with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for .com.apple.TimeMachine.iotest.301AEF6F-C09E-4FCB-9CB8-DFE374038B49 with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for .com.apple.TimeMachine.iotest.92EAA595-2AA7-4E98-8F60-2566CE3AC712 with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for .::TMPNAME:D:69%7600723868103047867:voltarc 2026-06-11-102418.incomplete with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/.::TMPNAME:D:69%7600723868103047867:bands with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/Info.bckup with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/Info.plist with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/token with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/lock with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/.::TMPNAME:D:69%7600723868103047867:mapped with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for .com.apple.TimeMachine.iotest.FFECB7B3-1DCB-41D5-BA76-3F33D3089094 with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/bands/0 with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/mapped/0 with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/bands/3a3 with NT_STATUS_ACCESS_DENIED apply_new_nt_acl: inherit_new_acl failed for voltarc 2026-06-11-102418.incomplete/mapped/3a3 with NT_STATUS_ACCESS_DENIED ``` What am I missing or doing wrong? ><
-
NFS shares stop working beyond 6.12.9
I have been stuck on 6.12.9 because I keep having issues with versions after that point. on all latest releases NFS would always stop working after an hour of uptime for the server. There is no error message that I can see on either ends. I am not technical enough to know how to troubleshoot that without help >< prospero-diagnostics-20240901-1503.zip
-
[Plugin] IPMI for unRAID 6.1+
For me it isn't working at all. I have the same motherboard. And I can see the RPM readings of my fans in the menu. But when I press configure to get the configuration set up, it will just list all Fans as 'none'. I updated my BMC to the latest version as Asrock was saying it fixed something related to the fan controls. But this has not resolved the issue. Any information on what I can do to get the fan's adjust based on harddrive temperatures? That is all I need to fix at the moment, so these stop cooking
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
is there a chance to get btrbk added to Nerd Pack? I would like to have the unraid server trigger my backup scripts
-
SSH/access changes are disruptive for user and docker service
I want to revert the SSH "Improvements". If you change something like this, atleast document what exactly has changed. I have modified my ssh configurations in the past and now everything is broken from the update. How can I revert ssh back to the way it was before? I also now have a problem with docker now when using a command that runs inside docker: WARNING: Error loading config file: /root/.docker/config.json: stat /root/.docker/config.json: permission denied no idea how to fix this. there is no such config file but I guess there should be, but it wasn't created before because of all the permission changes? I noticed access to /root is messed up now. Even non root users are redirected to create configs inside /root instead of own /home directories? How can I revert this? There is NO benefit for security. Forcing everything to run as root is the opposite of security. Why force that? Inside passwd the home directory is set up correctly, but logging in as that user, all configs are pulled from /root instead which results in permission error... Some examples: logging in as non-root user -bash: cd: /root: Permission denied -bash: /root/.bash_profile: Permission denied trying to run mc as non-root: draic@Prospero:/home/draic$ mc Failed to run: Cannot create /root/.config/mc directory Rant: Personally this feels like a shoehorned attempt at security improvements for an outdated way to handle users. Instead of furthing sticking with using a root user (and root user only), there should be a rework of user management on unraid. I do not use ssh to run stuff on unraid, but to run stuff in docker containers that are hosted on unraid. This always felt way to hacky to achieve on unraid, but now I feel like being forced to switch OS because I can't utilize docker the way I want and need to.
-
Unraid OS version 6.8 available
why is every connection to the server now a forced redirect to the login page? I want to access a local service that has nothing to do with unraid, but cannot access it as the link gets redirected to the new login. how can I disable this?
-
[Support] binhex - Deluge
the latest docker updates python to 3.8 breaking compatibility with deluge plugins. Please stick to python 3.7.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
and here. I rolled back a version. Just change the repository entry to "linuxserver/letsencrypt:0.34.1-ls25" until an update with a fix is here.
-
[Support] Linuxserver.io - Lychee
yep, but that is lycheesyncs pitch: Having both the lychee db (with its speed advantages) and the filesystem untouched. I am also testing the alternatives. Fileshow and others that pride themselfes with a no db pitch are just to always to slow for my usecase. The closest so far to what I have in mind is filerun as it leaves the structures untouched, but has been quite fast. It just is not really designed to be used primarily with photos in mind, so it does not offer all the features I would like. Still not a bad solution for now. Check it out. Piwigo shot itself in the foot instantly when the import feature crapped itself with utf8 problems, so that one was out quick Photoprism looked promising but was nowhere near where it needs to be, but worth revisiting in the future. Other options I have tried were not even worth mentioning. Never imagined photo/gallery server to be such a empty landscape
-
[Support] Linuxserver.io - Lychee
That is one reason why I wanted to get some plugins added to the docker. The base install of lychee has no good ways for automation and large jobs like you mentioned. Might be lychee is just not a solution for use cases like this
-
[Support] Linuxserver.io - Lychee
lychees github lists some extensions: https://github.com/electerious/Lychee Personally I need the functionality of lycheesync: https://github.com/GustavePate/lycheesync and I am also interested in lycheeupload for direct ssh uploads: https://github.com/r0x0r/lycheeupload
-
[Support] Linuxserver.io - Lychee
I am just starting out with migrating to lychee, but I need to add some extensions (most importantly lycheesync). These are not included with the docker image afaik, but I do not see a way to change this. Any pointers, or could it be added to the image?
-
Intel IGD (integrated graphics) Pass Through Support - March 2016 Update
So I am trying to get using the IGD for LibreElec to work. I am using a E3-1245 v6, so my CPU should be compatible. What I did so far: 1) I have disabled the IGD for the unraid OS as described by salora and after the bzroot the screen will freeze like it should. 2) When using Seabios and i440fx for the LibreElec VM, it will start, the screen will turn black and then stop getting output. Meanwhile the VM will occupy a single thread to 100% and nothing will happen anymore (the VM boots fine with VNC instead of IGD). 3) After switching to Q35 for the VM I got a error in the log, which I think indicates where my problem is: "2018-08-28T11:22:05.839331Z qemu-system-x86_64: -device vfio-pci,host=00:02.0,id=hostdev0,bus=pcie.0,addr=0x2: IGD device 0000:00:02.0 cannot support legacy mode due to existing devices at address 1f.0" so there is something running on 1f.0 that is still in the way. Using lspci -nn shows the following for the device: 00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a149] (rev 31) So I guess I need to disable the LPC controller to get this working, but here is where I can't make progress. I tried disabling as much as possible in the BIOS but the LPC Controller is still in the way. I thought it might be related to the serial port on my motherboard, but I am not sure what the LPC controller on my mobo even does. My mobo is a ASRockRack - C236 WSI. I hope someone has a good idea what I could try to get this working. EDIT: After reading further on here: https://vfio.blogspot.com/2016/07/intel-graphics-assignment.html I found out that my problem with Q35 is expected behaviour and the general reason, why Q35 won't work. So my mistake there But when sticking to i440fx I still can't get this to run and I have no idea what I need to change, as I have followed the mentioned instructions. So now I have no idea where my problem is. Any help?