Date: Sat, 27 Sep 2008 02:56:16 -0700 (PDT) From: Colin Brace <cb@lim.nl> To: freebsd-questions@freebsd.org Subject: Re: gateway NAT settings lost Message-ID: <19701345.post@talk.nabble.com> In-Reply-To: <200809261548.28314.fbsd.questions@rachie.is-a-geek.net> References: <6fcb5b8a45c5f63a10d863a009ee0700@localhost> <200809261229.11108.fbsd.questions@rachie.is-a-geek.net> <48DCE02D.8050501@lim.nl> <200809261548.28314.fbsd.questions@rachie.is-a-geek.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mel-15 wrote: > > The obvious a file in /, possibly a core dump. > The less obvious, an open but deleted file. > Even less obvious, a file in /tmp created in single user mode, without > /tmp > mounted. > My money is on option 2: > fstat -f / |sort -rnk 8|head > OK, here is what that returns: $ sudo fstat -f / |sort -rnk 8|head root init 1 text / 16492 -r-xr-xr-x 599320 r root devd 618 text / 16467 -r-xr-xr-x 334060 r root dhclient 1192 text / 16469 -r-xr-xr-x 74172 r _dhcp dhclient 1231 text / 16469 -r-xr-xr-x 74172 r root fstat 78768 5 / 49687 -rw------- 40960 r root pflogd 478 text / 16527 -r-xr-xr-x 18716 r _pflogd pflogd 481 text / 16527 -r-xr-xr-x 18716 r root adjkerntz 136 text / 16457 -r-xr-xr-x 7244 r www php-cgi 69281 root / 2 drwxr-xr-x 512 r www php-cgi 1122 root / 2 drwxr-xr-x 512 r Do you see anything that looks unusual? I also ran: $ sudo find / -iname "*.core" and it turned up a few .core files, but nothing in the root tree. At this point, I am thinking I might as well move the OS to an drive with bigger partitions. There is a tutorial here <http://www.tutorialhero.com/click-42879-moving_freebsd_to_a_new_hard_drive.php> which explains how to do this using dump and restore. Just curious: why is this preferable to using plain old cp? ----- Colin Brace Amsterdam http://lim.nl -- View this message in context: http://www.nabble.com/gateway-NAT-settings-lost-tp19685563p19701345.html Sent from the freebsd-questions mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19701345.post>