-
Immich, PostgreSQL_Immich and NGNIX Proxy Manager
Thank you! You pushed me in the right direction. I managed to restore the database by following the Immich docs. I deleted the contents in the 'appdata/PostgreSQL_Immich' directory and then restored from database backup by running the command stated in the documentation.
-
Klench started following Passwordless SSH login , Immich, PostgreSQL_Immich and NGNIX Proxy Manager and Disk read errors
-
Immich, PostgreSQL_Immich and NGNIX Proxy Manager
Sorry if I am hijacking this thread. I updated PostgreSQL_Immich from pg16-v0.2.0 to pg16-v0.3.0 (because I am stupid) but it made Immich stop working. I tried to revert back to v0.2.0 but the log now states the following: PostgreSQL Database directory appears to contain a database; Skipping initialization What can I do?
-
Intel Arc support
I am thinking about getting a B580 to run with my Windows VM. Is it possible to set it to a low power state when the VM is not running, like with the Nvidia powersave script from SpaceinvaderOne? I am concerned about a high idle power usage. Edit: I guess I am talking about ASPM.
-
New GPU for WIN 11 gaming VM - pitfalls?
Hello, I plan to replace my old GTX970 GPU that has served me faithfully for 10 years. What are your thoughts about graphics card selection? Nvidia vs AMD, AMD reset bug etc. Low energy consumption when the VM is turned off is nice - my current consumes 15 W in idle which is a bit too much in my opinion. Other hardware is Intel i5-12600K CPU, Kingston Fury 64GB (2x32GB) DDR4 3200MHz RAM, MSI PRO Z690-A DDR4 MB. Thanks!
-
Disk read errors
Thank you very much. The disk is pretty old so I guess I can expect more of the same. Have a great day!
-
Disk read errors
Thank you very much for your attention. Sorry, I thought the SMART report was it. Please see attached diagnostics. oden-diagnostics-20241103-2150.zip
-
Disk read errors
Hello friends, I have some read errors on one of my disks that I don't know how to interpret. I ran an extended SMART test, please see attached log file. I would really appreciate if someone with more knowledge than I can take a look. Thank you! David WDC_WD4000F9YZ-09N20L0_WD-WCC131979574-20241101-2340.txt
-
Host OS Support for Bluetooth Devices
Is it required to pass both DBus and the device to the container or is passing DBus sufficient?
-
[DEPRECATED] dyonr - qbittorrentvpn
EDIT: More environment variables were found when I expanded "Show more settings". Deleting redundant environment variables solved the problem. Has anyone managed to disable SSL encryption?
-
[DEPRECATED] dyonr - qbittorrentvpn
EDIT: More environment variables were found when I expanded "Show more settings". Deleting redundant environment variables solved the problem. I have issues with disabling SSL encryption. I have tried to set the environment variable ENABLE_SSL to "no" to no effect as it is being overwritten when the container is stared. No extra paramters regarding SSL are being set. How can this problem me mitigated? Please see screenshot below for configuration.
-
Passwordless SSH login
This solution looks very neat, is it still valid for Unraid 6.8.3? I followed the instructions but unfortunately I still need to enter password when connecting via SSH, after a SSH restart with the following command: sudo /etc/rc.d/rc.sshd restart FYI I use a Mac to generate the keys and to connect to Unraid. Is it important how the keys are generated? Would this be okay or should the email field be left out? ssh-keygen -t rsa -C "[email protected]" I have also modified permissions on authorized_keys with the "chmod 600" command as well as on the /root/.ssh folder as frakman1 adviced in the previous post. Shall the authorized_keys file still be placed in boot/config/ssh/root.pubkeys/ even though the /boot/config/ssh/sshd_config file is modified in this way? AuthorizedKeysFile /etc/ssh/%u.pubkeys I think it looks like it is looking for a file in /etc/ssh but it is placed in boot/config/ssh/root.pubkeys/. Thank you in advance for any reply.