IRC channel logs
2024-03-25.log
back to list of logs
<Pellescours>Fun fact, if your disk become full, then disk become kinda unresponsible. If I remove a file, it disapear from ls but the disk remain full <youpi>if the file is still being opened by a process, that's expected <youpi>that's the same on all unices <youpi>only windows just prevents you from removing the file altogether <Pellescours>I don’t think the file is open by the process, I stopped the process that fulled the disk <Pellescours>tar is trying to unpack all file, and failing for all file (printing a nice error message for each) <Pellescours>I removed another big file, and I was able to reboot. After, my test file (the one that filled the disk) seemed to have disapear <youpi>make sure to fsck to be sure to clear the room <Pellescours>ah actually the file disapear If I rm it, it just takes a bit of time (normal, big size) <Pellescours>It’s stange the rm return before the disk space is released. After multiple seconds, `df -h` still show the space taken even after a sync. I had to wait more, before seeing the space freed <Pellescours>how do you see the open network ports? I don’t see `ss` nor `netstat` programs