Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

output of df -h /var/log does not match du -sh /var/log

Featured Replies

root@Tower:~# df -h /var/log
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           384M  165M  220M  43% /var/log
root@Tower:~# du -sh /var/log
7.2M    /var/log

 

prior to this I had to increase the size of the tmpfs ramdisk

mount -o remount,size=384m /var/log

 

 

tower-diagnostics-20220206-1433.zip

Edited by raftrider
Adding diagnostics

  • Author

I found the culprit. I removed atop as it kept filling up the log partition. For some reason the process was still running and prevented the file to be deleted.

 

ps aux|grep atop
root     11425  0.0  0.0   3904  1904 pts/0    S+   18:02   0:00 grep atop
root     17720  0.1  0.0  23324 18648 ?        S<L  Jan13  68:26 /usr/bin/atop -a -R -w /var/log/atop/atop_20220113 600

kill -9 17720

df -h /var/log
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           384M  5.1M  379M   2% /var/log

 

  • 7 months later...

Thanks, I ran into the same issue after removing atop.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.