February 23, 20251 yr This week I started receiving the following notification. I did just change my server platform from AMD to Intel a few days before I started receiving these. Subject: cron for user root /usr/bin/run-parts /etc/cron.daily 1> /dev/null error: error writing to /var/log/unraid-api/unraid-api.log.1: No space left on device error: error copying /var/log/unraid-api/unraid-api.log to /var/log/unraid-api/unraid-api.log.1: No space left on device There are a lot of authlimit errors from what appears to be my iPad when I am either on my local network 10.27.72.131 or my tailscale VPN 100.114.139.47. I am not sure what the reason would be for these error or if these are new as the hardware swap had me rebooting my server a few times. I've never received the notification above before that I can recall. Other than the notification above and Fix Common Problems now sending my a notification today that my log is filling up, everything seems to be running fine. Unraid Connect Plugin is version 2025.02.21.1240. Any help is appreciated. Filesystem Size Used Avail Use% Mounted on tmpfs 128M 72M 57M 56% /var/log du -sm /var/log/* 1 /var/log/Xorg.0.log 1 /var/log/apcupsd.events 1 /var/log/apcupsd.events.1 0 /var/log/btmp 0 /var/log/cron 0 /var/log/debug 1 /var/log/dmesg 1 /var/log/docker.log 0 /var/log/faillog 1 /var/log/fluxbox.log 1 /var/log/gitcount 1 /var/log/gitflash 1 /var/log/graphql-api.log 0 /var/log/lastlog 1 /var/log/libvirt 1 /var/log/maillog 0 /var/log/mcelog 0 /var/log/messages 0 /var/log/nfsd 1 /var/log/nginx 0 /var/log/packages 3 /var/log/pkgtools 0 /var/log/plugins 0 /var/log/preclear 0 /var/log/pwfail 0 /var/log/removed_packages 0 /var/log/removed_scripts 0 /var/log/removed_uninstall_scripts 1 /var/log/samba 0 /var/log/scripts 0 /var/log/secure 0 /var/log/setup 0 /var/log/spooler 0 /var/log/swtpm 1 /var/log/syslog 1 /var/log/tailscale-utils.log 1 /var/log/tailscale-utils.log.1.gz 1 /var/log/tailscale-utils.log.2.gz 1 /var/log/tailscale-utils.log.3.gz 1 /var/log/tailscale-utils.log.4.gz 1 /var/log/tailscale.log 1 /var/log/tailscale.log.1.gz 1 /var/log/tailscale.log.2.gz 1 /var/log/tailscale.log.3.gz 1 /var/log/tailscale.log.4.gz 1 /var/log/unbalanced.log 68 /var/log/unraid-api 0 /var/log/vfio-pci 0 /var/log/vfio-pci-errors 1 /var/log/wg-quick.log 1 /var/log/wtmp link-srv-001-diagnostics-20250223-1336.zip Edited February 23, 20251 yr by beaverly72 Added Currently Installed Unraid Connect Plugin Version
February 25, 20251 yr Solution Oh! This actually looks simple. Your var/log only has 57M available, but /var/log/unraid-api contains ~68M of logs, which is more than that, so it doesn't have enough space to copy it (as part of logrotate). Short term, you can delete the log files inside /var/log/unraid-api. The log output location was recently changed to /var/log/graphql-api.log recently for compatibility with the diagnostics tool. We also fixed an issue that generated a crap ton of logs. Long-term, if you have long-uptimes and this issue persists, you could look into increasing the amount of ram allocated to /var/log. I found another forum post talking about it, and there seem to be many results on google as well.
February 25, 20251 yr Author Thank you! I had found the topic you linked but wanted to make sure my issue was not a something larger than that before I started throwing more variables into the mix :). Of course I just changed my hardware so anything "new" was treated as possibly related to that. I deleted the logs and will increase the ram allocation as well. Edited February 25, 20251 yr by beaverly72
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.