View Single Post
Old 16th February 2018
beavers beavers is offline
Shell Scout
 
Join Date: Nov 2017
Posts: 85
Default

Quote:
Originally Posted by jggimi View Post
Thinking about this some more, I am now of the opinion that you have a symbolic link in your filesystems pointing back into "/" where it shouldn't. When your ramdisk root partition fills up, what is it filling with?
Hmmmmmmm....ran a `find / -type l -ls` and here are the interesting ones. None are pointing directly to /, but I wonder about the tmp?

Code:
/storage/www/htdocs/pub/OpenBSD/snapshots/amd64 -> /6.2/amd64
/sys -> usr/src/sys
/var/tmp -> ../tmp
I believe the root is filling up with the contents of base62.tgz, but I'll confirm that when I get in front of the machine.
Reply With Quote