Everything posted by bkwq
-
New ISO Installer for testing
This installer ISO is great, however I cannot get my network interface to load. Intel Corporation Ethernet Controller X550 [8086:1563] (rev 01) It uses the module: ixgbe Would anyone know how I can inject the driver into the iso? Thank you.
-
SMB permissions and umask
Unraid has a umask of 000 which translates to 666 for files and 777 folders. The default Samba config is trying to force 777 on both files and folders. However the resulting permissions are actually 766 for files and 777 for folders. smb-names.conf create mask = 0777 directory mask = 0777 I believe the default Samba config should be create mask 666 and directory mask 777 to match the system umask. Even the New Permissions tool within the web interface uses these permissions. This has been bugging me for quite a while now. I know I can set my own Samba parameters to correct this. Am I missing something as to why the default config is set? Thank you.
-
WebUI, SMB & SSH crash
Thank you for the reply. I have enabled syslog server and will report back when I have some additional info.
-
WebUI, SMB & SSH crash
Hello, I have a fairly basic setup of 4 drives, most of the settings are defaults. Over the period of the last 2 weeks on a Saturday morning, the WebUI, SMB and SSH stop working. Dockers still work and they can read and write data to the array. I have to physically restart the server. When I did today, Docker was disabled in the config for some reason. I haven't had any issues like this in the past. Any help is greatly appreciated. Thank you. unraid-diagnostics-20231007-1340.zip
-
[Support] binhex - Plex Pass
Hello, Every time that I update Plex via docker, something happens to the codecs and a lot of my content won't play. It just sits there trying to buffer. If I delete the files in the Codecs folder and restart Plex, everything plays fine. Any ideas?
-
[Support] binhex - Radarr
Thanks a lot mate, you're a legend!
-
[Support] binhex - Radarr
I managed to start Radarr using the console and it seems to have updated to v3. The new binary does not have an .exe extension and is in a new directory called bin. I have stopped it for now and will await an update to the docker instance.
-
[Support] binhex - Radarr
Just received an update to binhex-radarr and it wont start. The log shows: 2020-11-29 18:19:20,658 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22513266745792 for <Subprocess at 22513267025856 with name radarr in state STARTING> (stdout)> 2020-11-29 18:19:20,658 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22513267026576 for <Subprocess at 22513267025856 with name radarr in state STARTING> (stderr)> 2020-11-29 18:19:20,658 INFO exited: radarr (exit status 2; not expected) 2020-11-29 18:19:20,658 DEBG received SIGCHLD indicating a child quit 2020-11-29 18:19:23,663 INFO spawned: 'radarr' with pid 67 2020-11-29 18:19:23,673 DEBG 'radarr' stderr output: Cannot open assembly '/usr/lib/radarr/Radarr.exe': No such file or directory. Seems the executable does not exist. I am not sure how to fix it, any suggestions?
-
[Support] binhex - NZBGet
Has anyone managed to get the scripts Videosort or NotifyPlex working? They require addtional python modules and I have no idea how to install them in the container. Thank you.