Re: [OT] Bonehead DNS question

2006-10-19 Thread Bill Hacker
JB wrote: This got a bit long. My apologies to those not interested. In [EMAIL PROTECTED], walt [EMAIL PROTECTED] shouted to everyone in earshot, Using a packet sniffer, I can see that my server fetches the names of at least four backup servers at BBC -- but then my server insists on

Re: update of sound infrastructure

2006-10-19 Thread Petr Janda
Simon, I get this error when trying to compile kernel with your patch: /usr/src/sys/dev/sound/pcm/channel.c:28:21: opt_isa.h: No such file or directory Petr Simon 'corecode' Schubert wrote: Simon 'corecode' Schubert wrote: Simon 'corecode' Schubert wrote: 2. xmms acts weird (plays fine,

Re: update of sound infrastructure

2006-10-19 Thread Victor Balada Diaz
On Fri, Oct 20, 2006 at 12:37:47AM +1000, Petr Janda wrote: Simon, I get this error when trying to compile kernel with your patch: /usr/src/sys/dev/sound/pcm/channel.c:28:21: opt_isa.h: No such file or directory Do you have ISA support enabled on your kernel config? -- La prueba más

Re: update of sound infrastructure

2006-10-19 Thread Gergo Szakal
Applies and compiles, no errors. I just don't know how to set up audio properly. :-( Does anybody have a howto on this? The handbook seems outdated. I have this card (pciconf -lv): [EMAIL PROTECTED]:31:5:class=0x040100 card=0x1250103c chip=0x24158086 rev=0x02 hdr=0x00 vendor =

Please help with NAT

2006-10-19 Thread Eugene
Sorry for the stupid question, but I can't get NAT working properly on my machine. Generally speaking, I cannot reach internet from LAN machines, while natd is running and packets are being forwarded to the 'external' interface. Please tell me, if there is a problem with natd configuration or I

Re: Please help with NAT

2006-10-19 Thread Gergo Szakal
Eugene wrote: Sorry for the stupid question, but I can't get NAT working properly on my machine. Generally speaking, I cannot reach internet from LAN machines, while natd is running and packets are being forwarded to the 'external' interface. Please tell me, if there is a problem with natd

Re: Please help with NAT

2006-10-19 Thread JB
In [EMAIL PROTECTED], Eugene [EMAIL PROTECTED] shouted to everyone in earshot, /etc/natd.conf log yes log_denied yes interface rl0 redirect_address 193.138.X.Z 0.0.0.0 I'm not an ipfw user, but I quick scan of the natd man page makes me think that redirect_address isn't something you want there,

Re: silo overflows -- what can I do about this?

2006-10-19 Thread Matthew Dillon
:It's just a serial console cable to a cisco device. It's a PIX in this :case. I'm using the cisco supplied blue roll over cable. Pretty much :normal. It seems to work fine when using my notebook. : :So it can either be a) the hardware on the DragonFly box, or b) :something in DragonFlyBSD.

Re: update of sound infrastructure

2006-10-19 Thread walt
Petr Janda wrote: This error only occurs when I include device sound in the kernel config. Whats wrong with that? From reading Simon's patch I'm guessing that the file opt_isa.h is created on the fly during the kernel build. I'm also guessing that you might be safer to delete your

Re: Please help with NAT

2006-10-19 Thread Justin C. Sherrill
On Thu, October 19, 2006 10:57 am, Eugene wrote: Sorry for the stupid question, but I can't get NAT working properly on my machine. Generally speaking, I cannot reach internet from LAN machines, while natd is running and packets are being forwarded to the 'external' interface. Hmm... I have:

Re: silo overflows -- what can I do about this?

2006-10-19 Thread Joseph Garcia
Robert Clark wrote: Make sure the Serial port is enabled in BIOS? I've seen integrated-chipset-provided serial ports be disabled in BIOS and still be probed and in used by the OS. The ghost ports would then work depending on how the OS serviced them. I've also seen multiple ports

Re: silo overflows -- what can I do about this?

2006-10-19 Thread Robert Clark
COM1 - 3F8 IRQ4 COM2 - 2F8 IRQ3 COM3 - 3E8 IRQ4 COM4 - 2E8 IRQ3 [RC] On Oct 19, 2006, at 1:02 PM, Joseph Garcia wrote: Robert Clark wrote: Make sure the Serial port is enabled in BIOS? I've seen integrated-chipset-provided serial ports be disabled in BIOS and still be probed and in used

Re: update of sound infrastructure

2006-10-19 Thread Gergo Szakal
Mmm, another question: is there some mixer frontend like alsamixer for this sound system?

Re: Bmake fails when installing pkg_chk!

2006-10-19 Thread Joerg Sonnenberger
On Fri, Oct 20, 2006 at 12:19:19AM +0200, Daniel Olsson wrote: i got it from cvs cvs up -dP it worked yesterday Which server in that case. Joerg

Re: Please help with NAT

2006-10-19 Thread Bill Hacker
Gergo Szakal wrote: Damn, sent too soon. :-) So it has altq. other undocumented feature is filtering by uid/gid (many people don't know about this hence they don't switch to pf from ipfw). That sounds good until I recall writing high-speed driver code (machine, asm, Forth) and shudder to

Re: update of sound infrastructure

2006-10-19 Thread Petr Janda
Done it, but still no fix. Have you guys actually compiled the kernel with device sound or did you load sound.ko module? Petr walt wrote: Petr Janda wrote: This error only occurs when I include device sound in the kernel config. Whats wrong with that? From reading Simon's