Re: Site down after recompile Apache

2009-03-11 Thread Jille Timmermans
don't know whether that is also for 5.1. The function below seems working on 5.2.8 and 5.3.0-beta1. -- Jille Below is the code that's causing it. function decode($source) { // url decode $source = html_entity_decode($source, ENT_QUOTES, ISO-8859-1

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

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

Re: 7-STABLE, gjournal and fsck.

2008-08-02 Thread Jille
(don't even dare telling you) and that let it give some quite random errors. So you might want to do some real good hardware checks ;) -- Jille Eugene Butusov schreef: Hi, Recently I've decided to play with gjournal. Main reason was a promise of avoiding full fsck check after unclean shutdown

Re: Is it possible to create a directory under /dev?

2008-05-25 Thread Jille
Please note that unionfs still has a few bugs! You will need at least patchset p19 for mounting devfs below/above unionfs mounts. There is also a patchset p20, still experimental, you might want to try it. -- Jille Oliver Fromme schreef: Andriy Gapon wrote: But, by the way