Re: syntax highlighting of rc.conf with vim

2007-07-29 Thread Miroslav Lachman
Jeremy Chadwick wrote: On Sat, Jul 28, 2007 at 05:12:42PM +0400, Andrey V. Elsukov wrote: Am 28.07.2007 um 14:26 schrieb Miroslav Lachman: If your rc.conf file will start with comment character (#) then syntax highlight will be OK. WUOUf, that is a pretty trick. Thanks very much. It works.

Re: buildworld errors on 6.2p6

2007-07-29 Thread Bill Vermillion
On Sun, Jul 29, 2007 at 12:00 [EMAIL PROTECTED] saw "Error reading FAT table? Try SKINNY table?" And promptly said: > Date: Sat, 28 Jul 2007 22:58:45 -0400 > From: Bill Vermillion <[EMAIL PROTECTED]> > Subject: buildworld errors on 6.2p6 > To: freebsd-stable@freebsd.org > I just DL'ed the latest

Various problems with re(4) on a PCIe 8168/8111B onboard NIC

2007-07-29 Thread Michael Nottebrock
After recently updating the windows drivers (I dual-boot Windows XP on the machine the NIC is in), I hit this problem: http://gentoo-wiki.com/HARDWARE_RTL8168#Troubleshooting which affects re(4) like it does the Linux drivers described in the above link. I already wrote the Realtek technical s

Re: Various problems with re(4) on a PCIe 8168/8111B onboard NIC

2007-07-29 Thread Michael Nottebrock
On Sunday, 29. July 2007, Kent Stewart wrote: > > Have you looked at /var/log/messages? I would be surprised if you have > not had a number of > > Jul 27 00:55:32 ruby kernel: re0: watchdog timeout > Jul 27 00:55:32 ruby kernel: re0: link state changed to DOWN > Jul 27 00:55:35 ruby kernel: re0: l

Re: Various problems with re(4) on a PCIe 8168/8111B onboard NIC

2007-07-29 Thread Kent Stewart
On Sunday 29 July 2007, Michael Nottebrock wrote: > After recently updating the windows drivers (I dual-boot Windows XP > on the machine the NIC is in), I hit this problem: > http://gentoo-wiki.com/HARDWARE_RTL8168#Troubleshooting which affects > re(4) like it does the Linux drivers described in th

Re: Various problems with re(4) on a PCIe 8168/8111B onboard NIC

2007-07-29 Thread Laurens Timmermans
Michael Nottebrock schreef: After recently updating the windows drivers (I dual-boot Windows XP on the machine the NIC is in), I hit this problem: http://gentoo-wiki.com/HARDWARE_RTL8168#Troubleshooting which affects re(4) like it does the Linux drivers described in the above link. I also n

Re: Fwd: call for ALTQ users

2007-07-29 Thread Pete French
> I'm looking at extending ifnet to support multiple tx queues. It > appears that this will inevitably interact with ALTQ. I don't know > anyone using ALTQ so I need users to raise their hands to eventually > test prospective changes. I use altq at home - mixture of fxp and bge interfaces and I us

Re: HEADS UP: Re: FreeBSD Security Advisory FreeBSD-SA-07:01.jail

2007-07-29 Thread Joel Hatton
Hi Simon, Thanks very much for the patch :) On Fri, 27 Jul 2007 11:07:29 +0200, "Simon L. Nielsen" wrote: > >Your patch is very close to the "correct"/cleaner patch which is >attached. How exactly does it fail without your patch? Does it say >"cannot open : No such file or directory" and then n

Re: Various problems with re(4) on a PCIe 8168/8111B onboard NIC

2007-07-29 Thread Pyun YongHyeon
On Sun, Jul 29, 2007 at 01:27:36PM -0700, Kent Stewart wrote: > On Sunday 29 July 2007, Michael Nottebrock wrote: > > After recently updating the windows drivers (I dual-boot Windows XP > > on the machine the NIC is in), I hit this problem: > > http://gentoo-wiki.com/HARDWARE_RTL8168#Troublesho

Re: Various problems with re(4) on a PCIe 8168/8111B onboard NIC

2007-07-29 Thread Pyun YongHyeon
On Sun, Jul 29, 2007 at 10:48:01PM +0200, Laurens Timmermans wrote: > Michael Nottebrock schreef: > >After recently updating the windows drivers (I dual-boot Windows XP on the > >machine the NIC is in), I hit this problem: > >http://gentoo-wiki.com/HARDWARE_RTL8168#Troubleshooting which affec

ImageMagick's "modules" and __cxa_finalize

2007-07-29 Thread Mikhail Teterin
Has anyone had any luck using ImageMagick built with modules support? If I try that, and follow-up with `gmake check' (in the ${WRKSRC}), about a fifth of ImageMagick's own self-tests seg-fault -- all of them inside __cxa_finalize (after main() has already returned): [EMAIL PROTECTED]:Ima