Re: bind round robin

2006-09-19 Thread Fred Clift
nfo isn't great, but at least it gets you on the right continent. The geo-ip data is 'free' via rsync from countries.nerd.dk - see http://countries.nerd.dk/more.html for more information Anyway, it'd take a bit of work, but would be doable. Fred Clift fred 'AT' cli

Can someone MFC the patch in bin/37717?

2002-08-13 Thread Fred Clift
As the subject says, can someone MFC the patch in bin/37717? It is not terribly critical, but it's a simple little fix that I'm concerned aobut only for vanity-type reasons :). That, and it's one less local patch I have to worry about applying... Fred -- Fred Clift - [

Re: Is wi with problems in RELENG_4_5?

2002-05-10 Thread Fred Clift
t; /kernel: wi0: failed to allocate 1594 bytes on NIC > /kernel: wi0: mgmt. buffer allocation failed > /kernel: wi0: timeout in wi_seek to 0/0; last status 4000 > /kernel: wi0: timeout in wi_seek to 0/44; last status 4044 > -- Fred Clift - [EMAIL PROTECTED] -- Remember: If brute fo

Re: Really odd "BTX halted" problem booting FreeBSD on VALinuxhardware

2000-10-30 Thread Fred Clift
ways put proper partitions on your disks. > The hard solution: figure out what nastiness Adaptec is doing and slap > their hand. -- Fred Clift - [EMAIL PROTECTED] -- Remember: If brute force doesn't work, you're just not using enough. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: No /boot/loader (dangerously dedicated)

2000-07-26 Thread Fred Clift
On Tue, 25 Jul 2000, R Joseph Wright wrote: > On Tue, Jul 25, 2000 at 03:29:08PM -0600, Fred Clift wrote: > > On Sun, 23 Jul 2000, John Baldwin wrote: > > > > > the geometry of a disk. At the very least, dangerously dedicated mode > > > should specify a valid

Re: securing the boot process (again?!?)

2000-07-06 Thread Fred Clift
as been up for weeks now so, shrug. This might be useful for someone very paranoid about the FBI breaking down their door and getting access to their data. Note that I'm _NOT_ one of those people -- sigh I dont even run a real OS at home -- yes there are some valid reasons, but dont star

Re: changed pci bus probe order from 3.2 to 4.0 -- ideas?

2000-06-05 Thread Fred Clift
should also be done depth first? I understand wanting to find all the busses first, but devices too? All the bioses I've seen seem to find all the busses, then assign resources to devices starting with those on bus 0 then bus 1 etc. This is also how FreeBSD <=3.4 work. Am I just missing