ICDeadPpl

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ICDeadPpl

  1. I think that while this is still in beta, maybe the final 9.3.0 release notes are going to have proper thanks and credit?
  2. I just want to chime in and say that I'm running PIA with WireGuard as per the instructions, and it works just fine. 👍
  3. You can make a folder called "custom-cont-init.d" in the /config folder location and put a script in there. It gets executed during start/restart of the container. This applies to Linuxserver containers only, that I know of. Read more here, under "Custom Scripts".
  4. I also have noticed that the timestamp is 1 hour off. If I create a folder at "16:31:24", Papermerge shows in the logs that it was created "15:31:24". If I connect to the Papermerger Docker ('docker exec -ti papermerge bash') and run 'date', it shows the right time. Also the 'echo $TZ' is showing the correct timezone. It seems like Papermerge is still running with summer time, 1 hour less than it is now. Setting TZ should take DST into account automatically, right? Somehow it doesn't work that way in Papermerge.
  5. Is it just me, or are the Docker Hub and Github links kind of wonky? Check the URLs when hovering your mouse over the links. The "Docker Hub: https://hub.docker.com/r/linuxserver/booksonic-air/" link points to "https://hub.docker.com/r/linuxserver/bookstack/" and "Github: https://github.com/linuxserver/docker-booksonic-air" points to both " https://github.com/linuxserver/docker-bookstack" and " https://hub.docker.com/r/linuxserver/bookstack/"
  6. Doesn't matter which page of the forum I'm on, it says the same thing.
  7. I tried with opening Firefox with add addons disabled, and it still keeps the computer awake if the Unraid forums are open in a tab. This is what "powercfg.exe -requests" shows when the forums are opened in Firefox: This is when I close the forums tab: Chrome shows only the "Legacy Kernel Caller" when the forums are open: I have disabled all notifications in the settings in my profile, but it didn't make any difference. I can have any other webpage or forum open, and going to sleep timeout works. Just not when the Unraid forums are open in a browser.
  8. Request: Barrier, for sharing keyboard and mouse between Linux, Mac and Windows. https://slackbuilds.org/repository/14.2/network/barrier/
  9. Well, when I searched for the string "add_header Strict-Transport-Security", I found it in these files: letsencrypt/nginx/ssl.conf nextcloud/nginx/site-confs/default I have commented it out in the "nextcloud/nginx/site-confs/default" file.
  10. I think Nginx behaves like this if the same directive is enabled in two places at the same time, like in the Letsencrypt and Nextcloud containers. Comment out the other one, and check after restarting the dockers.
  11. Added How come the byobu version is v2.82 from 2010? The latest released version is v5.133 from 17 Feb 2020.
  12. Then maybe there should be a "spoiler" button, as I guess people are not aware of that tag. Or hotwire the "code" tag to do the same thing.
  13. It would be nice to have sections marked as 'code' to be collapsed. As it is quite common to paste scripts and logs in posts, these can be quite annoying to scroll past.
  14. I have an Asus RT-AX88U, and would also like to know how to setup the router for PXE booting.
  15. I added error message for missing directory. Thanks for the input!
  16. I solved it by downloading ffmpeg and using it to convert GIF to PNG. I added this to my 'go' file: # Start install ffmpeg cd /tmp wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz tar xf ffmpeg-git-amd64-static.tar.xz rm ffmpeg-git-amd64-static.tar.xz cd ffmpeg* cp ffmpeg /usr/local/bin/ cp ffprobe /usr/local/bin/ chmod 777 /usr/local/bin/ffmpeg chmod 777 /usr/local/bin/ffprobe cd .. rm -rf ffmpeg* # End install ffmpeg Then I use this in a script to convert from GIF to PNG: /usr/local/bin/ffmpeg -y -i image001.gif image001.png
  17. No need to run two instances, one instance works just fine with multiple databases.
  18. Maybe push a mock update to the v-version with changelog only requesting users to uninstall & re-install the plugin, so that the new versioning format can take over.
  19. If author removed the "v" in the version number, wouldn't uninstalling the plugin and then installing it make it see new versions without the "v"?
  20. Try to set the backup share to "Prefer". From the help description: "Prefer indicates that all new files and subdirectories should be written to the Cache disk/pool, provided enough free space exists on the Cache disk/pool. If there is insufficient space on the Cache disk/pool, then new files and directories are created on the array. When the mover is invoked, files and subdirectories are transferred off the array and onto the Cache disk/pool."
  21. If you want, you can try my script I've made exactly for this purpose. https://github.com/ICDeadPpl/UnraidScripts/blob/master/backup-appdata-usb-vm.sh It backs up the folders in your appdata location separately. It also backs up the USB flash drive and the libvirt.img file. I have it running on a schedule on my Unraid.
  22. Request: zstd compression tool. Github page: https://github.com/facebook/zstd Slackbuild page: https://slackbuilds.org/repository/14.2/system/zstd/ Pre-built package: https://slackware.pkgs.org/14.2/slackonly-x86_64/zstd-1.4.4-x86_64-1_slonly.txz.html
  23. Ah, that overlayfs is something I have for my "/root" directory. So I can disregard that error then. I've changed my libvirt.img to 1GB, thanks for the heads up!
  24. I added an SSD cache drive, and when the trim schedule runs it gives the same error as the OP. When I run the command manually, I get: root@Tower$ /sbin/fstrim -a -v /etc/libvirt: 50 GiB (53685309440 bytes) trimmed on /dev/loop4 /var/lib/docker: 30.6 GiB (32834031616 bytes) trimmed on /dev/loop3 /mnt/cache: 896 GiB (962065899520 bytes) trimmed on /dev/mapper/sdi1 fstrim: /tmp/overlay: FITRIM ioctl failed: Input/output error Does the "trimmed on /dev/X" part mean that the trim worked, and something after the trim didn't? I've attached output of the "hdparm -I /dev/sdi" command. I've changed the cable too, but it didn't make a difference. hdparm.txt
  25. Is there a way to reset the "Custom color" for the Tray Allocations page? Maybe add a "Default" option in the custom color drop down? So that if I've assigned my own colors on that page and later on want to handle the color assignments from the Configuration page?