Everything posted by MrNeo
-
Future Unraid Feature Desires
ZFS cache disk support Start pools without array (make them independent?) Proper docker support, if containers are managed through compose they can't be edited on the UI, if updated through watchtower they still show as needing update. possible solution after a container is created just read everything from the container itself without needing the XML, if more metadata is needed put it in labels, this alone would make containers created through compose editable on the UI. VM Snapshots.
-
Support for LDAP authentication
Would love proper LDAP support, not Active Directory, I tried setting that up but from my understanding Unraid connects to AD as a Computer not pure LDAP.
-
CAN_NETLINK and CAN_GS_USB support
Great news, there was another dependency needed but I completely forgot to mention it here, will need to check again what it is to try and get it included either 6.12.7 or a next version.
-
CAN_NETLINK and CAN_GS_USB support
I'm trying to get my 3D printer running through a set of docker containers in Unraid, the setup has been working in another machine but as I consider moving that over to Unraid I got into a small problem, I need CAN_GS_USB kernel module, that one I can compile myself and load but, it depends on CAN_DEV (can be built as a module) and CAN_NETLINK that can only be built-in, as such my request goes towards getting CAN_NETLINK built in, and if possible CAN_GS_USB as a module, this should not affect anything performance wise either as the kernel will only load the module if it needs it.
-
Documentation?
I agree, for my specific use case I think the overlap of people running Unraid with a 3D printer that runs Klipper in CAN Bridge mode might be very small, but i'll create the feature request.
-
Documentation?
Will do. I expected it to be tricky, and I did not want to ask you to do it for me, I'm aware it's likely a lot of work. If you're willing to I would appreciate, otherwise a basic set of instructions on how to do it works for me, compiling a kernel and moving around the system is not something unknown to me, but if this moves forward as a possible solution to me then and the changes are not accepted by unraid team then I will be stuck with this method, and I will either give up or keep annoying you and asking for a repack, hence knowing how to do it would be a better option for me. It it comes to it I might just give up on the idea of keeping all the printer software in the same server and move everything into a raspberry pi.
-
Documentation?
Thank you for going through the effort of testing it out and finding the root cause of the crash. Where to I request that? I don't mind, do you have any guidance on that as a temporary solution? Well I don't think it's overkill, it's just a toolboard that talks over CAN (klipper running with CAN Bridge), instead of running at least 10 wires to the toolhead I run 4
-
Documentation?
sorry completely forgot to say it's 6.12.6
-
Documentation?
Meanwhile I tried on a physical computer, same issue. It was compiled as a module, I was careful enough to not select anything as built in. I will do some more testing and if I need any further help I'll ping you.
-
Documentation?
@ich777 we could keep conversation here as it may be helpful for someone else. Yep ended up working even without a reboot, one is fixed. Specifically CAN_GS_USB Built, copied over entire /net/can module dir, ran depmod and then modprobe can to load the module. After that system just froze.
-
Documentation?
So online docs are lacking end of story fine. About kernel modules I'm aware it's something at my own risk, my needs are simple a webcam and a specific CAN driver that would allow me to run my 3d printer off docker containers (I had this setup previously in another system) and I didn't want to get into creating a Vm just to pass these things through and end up running docker inside, these are all mainline kernel drivers. If there were instructions on how to do it it would be perfect, with a big disclaimer of "USE AT YOUR OWN RISK!!!!" I also found @ich777 docker container that helps build the modules and have successfully compiled it, but the system froze as soon as I loaded it (I'm assuming either a missing dependency or any other kind of incompatibility that I have to see if the logs mention)
-
Documentation?
Hi, been evaluating moving to unraid and playing around with it on a VM, but many questions come up and it's rather hard to find documentation on anything, most links end up being very old and broken or irrelevant. One of the issues I'm having is that I will need extra kernel modules, apparently I can make plugins for that but no docs or how-to exist. Feels lacking for a paid product that's closed source, that docs depend a lot on community. I would even consider other option but none seems to truly exist (array with live parity update). Am I missing something here?