Bug#258145: Quick fix...

2004-07-14 Thread Matt Cristantello
Hey, I managed to fix this problem by copying the contents of the weirdly named ~/.mozilla-thunderbird/default/xx.slt/ folder into ~/.mozilla-thunderbird/default.knt/ This worked fine for me, not sure if it could cause problems (probably a good idea to backup the default.knt folder). Thank

Bug#258149: Potential fix...

2004-07-07 Thread Matt Cristantello
Hey, I had to fix this to get apache2-common installed on my system -- here's the relevant three lines of code. #auto enable mod_userdir, otherwise things will B-R-EAK if [ ! -e "/etc/apache2/mods-enabled/userdir.load" ]; then a2enmod userdir fi Yeah... I know it's a really hard fix to figure