Re: Konqueror painfully slow on browsing the net

2006-02-17 Thread elekktretterr
> It sounds like a DNS problem. Indeed it was. /etc/hosts was missing an entry. thats also why startx didnt work, and why Firefox took 5 mins to start up. However Konqueror is still very slow.

Re: Configuring kernel: why doesnt this work?

2006-02-17 Thread elekktretterr
Putting comments around it fixed it. Thanks!

Re: CD drives: DragonFly versus FBSD

2006-02-17 Thread joerg
On Fri, Feb 17, 2006 at 07:04:03AM -0800, walt wrote: > kdemultimedia fails because of this ifdef in cdda_interface.h, > which is from the cdparanoia package: The idiots added a check for something which worked perfectly fine before. I'll patch the condigure check away soon. Joerg

CD drives: DragonFly versus FBSD

2006-02-17 Thread walt
First, some background for my question: I found the reason that kdemultimedia3 won't compile on DragonFly, but I don't know enough about CD drives to fix the problem. kdemultimedia fails because of this ifdef in cdda_interface.h, which is from the cdparanoia package: #if !defined(__FreeBSD__) &&