oeci

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by oeci

  1. Ok, now I'm getting somewhere. There is also a 1.3 TB cache pool on my server. Is the "Minimum free space" value also relevant for the cache? In this case 8.2 % of 1.3 TB results in approximately 100 GB.
  2. I understand that. But I still cannot see how in my case 8.2 % equals 100 GB. The smallest drive is 6 TB.
  3. That would also have been my next point. In case of mixed drive sizes a percentage is not really practical. I would definitely prefer absolute values.
  4. I understand that. But something does not add up. If I enter 100 GB it converts the value to 8.2 %. I have 3 data drives in the array, two 10 TB and one 6 TB. In case of the 10 TB drives 8.2 % would equal to 0.82 TB or 820 GB. And in case of the 6 TB drive it also does not match as 8.2 % of 6 TB is 0.492 or 492 GB. So in neither case the 8.2 % corresponds to 100 GB.
  5. Thanks for your reply. I would indeed welcome it if it was possible to set an absolute value like 100 GB. And for those who prefer a relative value in form of a percentage unraid could keep accepting those as well.
  6. On my server I have various shares and since I don't intend to store files bigger than 100 GB I set the "Minimum free space" value to 100 GB. But with version 6.12.1 this value has changed to 8.2 %. If I want to revert it to 100 GB it does not accept that value but instead keeps the 8.2 %. What does that even mean? 8.2 % of what? How do I calculate the actual min. free space in GB based on that percentage? Is this intended behavior or a bug?
  7. I recreated the flash drive and so far it's working again. Let's hope it stays that way. Thanks for your help 👍
  8. Recently my Unraid server (6.10.3) shut itself down. I can restart it but eventually it will shut itself down again. Today I tried to fix the issue and realized that there are a few issues with the server: I cannot update Unraid to the latest version. Instead I get the following message: writing flash device - please wait... Archive: /tmp/unRAIDServer.zip plugin: run failed: /bin/bash retval: 1 I cannot update any of the plugins. Depending on the plugin I get various error messages (two examples): Warning: copy(/boot/config/plugins/dynamix.unraid.net.plg): failed to open stream: Read-only file system in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 647 plugin: dynamix.unraid.net.plg updated downloading: https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/archive/fix.common.problems-2022.12.10-x86_64-1.txz ... failed (Generic error) plugin: https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/archive/fix.common.problems-2022.12.10-x86_64-1.txz download failure (Generic error) When I click on Apps it wants me to install the Community Applications plugin (which should already be installed). Doing so fails with the following error message: downloading: https://raw.githubusercontent.com/Squidly271/community.applications/master/archive/community.applications-2022.12.03-x86_64-1.txz ... failed (Generic error) plugin: https://raw.githubusercontent.com/Squidly271/community.applications/master/archive/community.applications-2022.12.03-x86_64-1.txz download failure (Generic error) Seriously I don't know what's wrong. Should I replace the USB stick? Or is there something else I need to do? Thanks in advance for your help.
  9. For me 6.9.2 does not work. At first it boots but after a few minutes the Nextcloud docker stops working, the shares are not reachable anymore and even rebooting the server fails (it gets stuck at the reboot counter). I need to hard reset in order to get into the web interface again. I downgraded the server to 6.9.1 and now it works again.
  10. I use Unraid as my file/ backup server with a Nextcloud docker for easy cloud access. But whenever I'm on the move and want to upload a large amount of files I use Filezilla in conjunction with SFTP since this has proven to be the most stable method to upload a large amount of files while outside the home network. Now since Unraid is configured to only support login through SSH as "root" all the files I upload using SFTP are stored with owner "root:root" and permissions 775. This contradicts the owner/ permissions of all the other files on the server which are stored with user "nobody:users" and permissions 664 (directories 2775). Is there any way I can change that behavior so the files/ folders get owner "nobody:users" and permissions 664 for files and 2775 for folders? It's very annoying always having to remember to change the owner/ permissions after the upload.
  11. Nice. Realizing one has made a mistake and apologizing for it is exactly what is needed in a situation like this. Well done 👍
  12. I'm running the beta too, primarily because for some reason the stable version would not work with my mainboard's Ethernet whereas the beta works flawlessly. I updated to beta 2 and so far nothing seems to cause troubles. I don't use VMs though. Array, cache pool, shares and docker containers (Nextcloud, Letsencrypt...) have all survived the upgrade.
  13. Great instructions, with your help I've successfully set up the OnlyOffice docker for my Nextcloud.
  14. Nobody? Is my question so out of the ordinary?
  15. Ok I found out about the CA Backup plugin. If I use it to backup the appdata share as well as the USB drive does this cover me in case of dataloss? I'm still talking about the configuration of the docker containers for nextcloud, letsencrypt and mariadb. The actual data on the server has already been taken care of.
  16. I'm currently running the Nextcloud docker container in combination with a mariadb database and the letsencrypt container as a reverse proxy (all the mentioned containers are the linuxserver ones). Everything is running smoothly so far and in order to keep it that way I'd like to frequently backup the configuration of the mentioned containers. Are there any apps you can recommend for this purpose? Or is it enough to simply backup the corresponding appdata folders? If this is indeed all it takes it leads me to my next question: The appdata folders for Nextcloud and mariadb are both located in the cache so I could probably simply backup that directory right (from the cache)? But the letsencrypt container writes its data to the storage array with the caching method of the appdata share being set to prefer. In theory this should mean that the data is also exclusively located in the cache (the mover runs daily) or do I have to backup the appdata folder of the array too? In case of a disaster: Would it be enough to restore the appdata folders and restart the corresponding containers to restore the services tho their former state? Thanks in advance for your help, much appreciated.
  17. Correction: I was able to setup nextcloud but I keep getting those 504 Gateway Time-Out messages. Is there any way to increase waiting time before the timeout occurs?
  18. Ooops, changed to yours and indeed the reverse proxy seems to work. But now I cannot setup nextcloud, when I try to do so I can start the process (enter an admin account, choose database, set credentials for database) but it will always terminate with a 504 Gateway Time-Out message after a few minutes.
  19. Guys, I'm at a complete loss here. On my Unraid server I've got a working nextcloud container plus a working letsencrypt container (for ports see screenshot). Nextcloud can be reached if I use the internal IP and over the subdomain bodenwiesli.duckdns.org I can reach the nginx server which tells me that the subdomain works and the port forwarding of the router is also active. But not matter what guide I follow (this one, this one or this one) it never works. I would really appreciate if someone could tell me how I need to configure the containers to get this working. By the way for testing purposes I forwarded incoming requests to port 80 to the nextcloud container and was able to login to my nextcloud account so I'm 100 % positive that both the subdomain and the nextcloud container actually work. But I'm not ok with unencrypted traffic.
  20. Update: I tried the latest Beta (6.9.0 beta 1) and this one works perfectly (with and without bonding). Is the beta stable enough for a personal file server that primarily serves for daily backups? It's not the only backup, I've got several external HDD's with images of my drives that I update on a monthly basis plus there is another HDD with my most important data in a drawer at the office, this one is updated every two - three months.
  21. Whats further confusing is the fact that this is a very old mainboard so the drivers for it have long been incorporated into the Linux kernel. I myself have successfully run Linux Mint as well as Fedora on this mainboard without any issues.
  22. I've already tried disabling bonding, it does not help. And unfortunately I haven't got any network cards.
  23. I want to re-purpose my old PC based on an AMD FX-8350 CPU as a file server for daily backups of my media storage. The mainboard is a Gigbyte GA-990FXA-UD7 (rev. 3.0) which comes with a Realtek onboard NIC. I donwloaded Unraid (6.8.3), installed it onto a USB flash drive and successfully booted the server. But no matter what I do I cannot get a network connection (neither by using automatic setup nor by setting a static IP) . There is an error message at the bottom of the screen (I use a dedicated monitor to set up the server) saying: "Interface Ethernet Port 0 is down. Check cable!" So far I've tried 3 different network cables as well as different ports on different switches but these are definitely not the issue here. Help would be highly appreciated as I would love to use Unraid for my file server. To facilitate troubleshooting I've attached the diagnostic files... bodenwiesli1-diagnostics-20200314-0504.zip