=== guillaumedsde018 is now known as guillaumedsde01 === antoine8 is now known as antoine === edwardly_ is now known as edwardly [08:27] Hello [08:28] I have an issue with 20.04lts. During reboot systemd tries to unmount the filesystem used by targetclid before stopping targetclid. [08:28] Then it doesn't try to unmount the filesystem again before rebooting/halting which leads to corruption [18:21] Ok i have something talking up aton of space [18:21] but I just can't find it [18:21] ncdu dose not give me anything that helpful [18:23] does anyone have any tips, or other things I can try? [18:50] MIF, you are running ncdu as root? otherwise it might not see into dirs you can't read [18:51] it is as root [18:51] the only think I could find was the sys and kernal log [18:51] the only think I could find was the sys and kernal logs [18:52] but still my disk usesage is very high [18:55] MIF, you may have a unlinked-but-still-open file. These can be a pain to run down. [18:55] how do I check? [18:56] MIF, 'lsof { grep '(deleted)' " will show them [18:57] MIF, hmm, just tried it, lsof shows more useful info than it used to when I last had this problem years ago [18:57] there is alot here [18:58] https://pastebin.com/RvUDUbSY [18:59] https://pastebin.com/raw/RvUDUbSY [18:59] ^that view is better [19:02] MIF, those fail2ban logs are huge (actually suspiciously so, I wonder if lsof is misreporting) [19:05] MIF, no idea why f2b is keeping them open. You could try stopping f2b (which will close the files held open by pid 1063) and see if the space comes back [19:09] ok [19:10] MIF, hmm, it's just the same one file (inode 1313619) open many times, not multiple files at least [19:10] yep that worked [19:10] back to 37% [19:10] thanks rfm [19:12] MIF, this actually looks like a bug in fail2ban, might look into reporting it. if it comes back, maybe look into setting up a periodic restart of f2b [19:25] ok [19:25] MIF, might not be a but in fail2ban, this situation would arise if somebody saw the big log and rm'ed it but didn't restart fail2ban (could even be a log rotation service if you have one) [19:25] that is what I did [19:25] I rm'd the log file [19:25] and did not restart fail2ban [19:27] MIF, ah! so all you need to do is remember to restart next time (might want to check into why f2b is writing so much to its log, perhaps you're getting really hammered by somebody trying to break in?) [19:27] no, I think I have it set to debug