Tag Archives: Errors

Strange mod_dav_svn error

mod_dav_svn lets you serve subversion repositories through the Apache HTTP Server. mod_dav.so is a requirement for mod_dav_svn.so. If while setting up mod_dav_svn you see the error “undefined symbol: dav_register_provider“, make sure you check the order that the aforementioned modules are loaded. mod_dav must precede mod_dav_svn: LoadModule dav_module modules/mod_dav.so LoadModule dav_svn_module modules/mod_dav_svn.so This will resolve the…

Continue reading

When it comes to error messages…

This post is both a tip about vsftpd‘s configuration and an example of what an error message should not look like. If you use vsftpd’s user_config_dir directive in order to set a directory that will hold configuration files for per-user customized server options, be warned that, if one of those files contains a directive whose…

Continue reading

Application Testing: Zero Free Space

No Comments

I should clarify from the beginning that this is not a technical article containing any kind of debugging information – I don’t have the knowledge anyway – or any other type of proof that indicates that some commonly used applications have bugs. This is just about some observations, or better an unofficial user report, of…

Continue reading

TrueCrypt on 2.6.18 kernels

1 Comment

It seems that there is a problem compiling the Linux version of Truecrypt v4.2a on the 2.6.18 series of kernels. A patch has been posted in the Truecrypt forums (you need to be logged-in to read), but, although this patch resolves the compilation error, there have been reports that the program has problems unmounting the…

Continue reading