Re: Site down after recompile Apache

2009-03-11 Thread Jille Timmermans
Squirrel schreef: > I've made Apache 2.2.11 port yesterday: > ...# make clean > ...# make > ...# make deinstall > ...#make install > > And all went well and all my normal websites come up without a problem. But > since then non of my Joomla 1.0.15 sites are coming up. The log shows: > > PHP

Re: "df" locked up after upgrade to FreeBSD 7.1-PRERELEASE

2008-11-18 Thread Jille Timmermans
Are there 'broken' (lost connection without being umounted) NFS mounts by any chance ? That would cause df to wait for eternity (or till the host comes back up). -- Jille Rudy schreef: > > Has anyone see the 'df' command just hang after an upgrade? > From another terminal, I saw df in the 'D' st

Re: du and df don't agree

2008-11-10 Thread Jille Timmermans
Probably some file descriptor to an unlinked file is still open. The space on disk will be freed when the last descriptor is closed. and because there is no file linked to the data, du can't see it. (iirc MySQL does this in some situaties when using temp-tables or rebuilding tables) -- Jille