Re: pebkac routing problem

2005-10-07 Thread Martin P. Hellwig
Martin P. Hellwig wrote: Thanks to hints from Matt I solved my routing problem concerning multiple gateways on non routing uplinks using IPFW, I scribbled my progress down and like to share that with you guys. Here you go: Description: The limitation of a single default gateway in combinati

BSDA exam objectives released (press release)

2005-10-07 Thread Jeremy C. Reed
BSD Certification Group Publishes BSD Associate Exam Objectives October 6, 2005 -- The BSD Certification Group announced the publication of the exam objectives for the BSD Associate (BSDA) certification exam. The BSDA certification is designed to be an entry-level certification on BSD Unix syste

Re: rl0: watchdog timeout

2005-10-07 Thread Emiel Kollof
Op vrijdag 07 oktober 2005 19:18, schreef Joerg Sonnenberger: > On Fri, Oct 07, 2005 at 07:00:46PM +0200, Emiel Kollof wrote: > > - mount directory with NFS from dragonfly box with if_rl > > - cd into that dir on the NFS client > > - do some file I/O (e.g. unpack something large-ish > > Sounds like

Re: rl0: watchdog timeout

2005-10-07 Thread Joerg Sonnenberger
On Fri, Oct 07, 2005 at 07:00:46PM +0200, Emiel Kollof wrote: > > - mount directory with NFS from dragonfly box with if_rl > - cd into that dir on the NFS client > - do some file I/O (e.g. unpack something large-ish Sounds like interrupt contention. You might want to back-out 1.18, but I don't th

Re: rl0: watchdog timeout

2005-10-07 Thread Emiel Kollof
Op vrijdag 07 oktober 2005 15:09, schreef Sepherosa Ziehau: > > > > rl0: watchdog timeout > > > > > > It is OK for rl(4), you can just ignore it. > > > Actually rl(4) on HEAD or Preview is better than its counterpart on > > > Release. > > > > I do have massive slowdowns with NFS because of it (or

Re: Pkgsrc Setup

2005-10-07 Thread Stefan Krüger
walt wrote: > Also, the pkgsrc version of make, called bmake, needs this patch: > http://leaf.dragonflybsd.org/~joerg/pkgsrc/bmake.diff. Apply the > patch before running (or re-running) bootstrap. I think that's not needed anymore see http://mail-index.netbsd.org/pkgsrc-changes/2005/10/02/0032.ht

Re: Pkgsrc Setup

2005-10-07 Thread walt
John Duncan wrote: Hi, On the Wiki pkgsrc page the instruction is given after doing the bootstrap to cp work/mk.conf.example /etc/mk.conf However the message which comes on the screen after this step with a current DragonFly and current pkgsrc is cp work/mk.conf.example /usr/pkg/

Re: rl0: watchdog timeout

2005-10-07 Thread Sepherosa Ziehau
On 10/7/05, Emiel Kollof <[EMAIL PROTECTED]> wrote: > Op vrijdag 07 oktober 2005 13:59, schreef Sepherosa Ziehau: > > On 10/7/05, Emiel Kollof <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Since I moved a box up to HEAD, I've been seeing lots of these in my > > > dmesg: > > > > > > rl0: watchdog

Re: rl0: watchdog timeout

2005-10-07 Thread Emiel Kollof
Op vrijdag 07 oktober 2005 13:59, schreef Sepherosa Ziehau: > On 10/7/05, Emiel Kollof <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Since I moved a box up to HEAD, I've been seeing lots of these in my > > dmesg: > > > > rl0: watchdog timeout > > It is OK for rl(4), you can just ignore it. > Actually

Re: rl0: watchdog timeout

2005-10-07 Thread Sepherosa Ziehau
On 10/7/05, Emiel Kollof <[EMAIL PROTECTED]> wrote: > Hi, > > Since I moved a box up to HEAD, I've been seeing lots of these in my dmesg: > > rl0: watchdog timeout It is OK for rl(4), you can just ignore it. Actually rl(4) on HEAD or Preview is better than its counterpart on Release. Best Regards

Re: Switching from RELENG_4 to newer Release that supports ia64

2005-10-07 Thread Thomas E. Spanjaard
Michael Schuh wrote: we plan to change the Hardware from one of our Servers Running RELENG_4. The New Hardware becomes CPU-Types Xeon w/ EM64 -> ia64 architecture. Xeon with EM64T actually use the AMD64 aka x86-64 Instruction Set Architecture, not IA-64 aka the Itanium stuff. Another possib

Switching from RELENG_4 to newer Release that supports ia64

2005-10-07 Thread Michael Schuh
Hello, we plan to change the Hardware from one of our Servers Running RELENG_4. The New Hardware becomes CPU-Types Xeon w/ EM64 -> ia64 architecture. Now i have no experiences to change the OS-Release under the ass from running Software (postfix/cyrus/postgresql/mysql/perletc.) I be also not

rl0: watchdog timeout

2005-10-07 Thread Emiel Kollof
Hi, Since I moved a box up to HEAD, I've been seeing lots of these in my dmesg: rl0: watchdog timeout The network still works, but sometimes it wreaks havok with machines connected to it. It seems to happen when I stress the NIC a lot (i.e. copying lots of data over via NFS). I've also seen t

Re: Pkgsrc Setup

2005-10-07 Thread Steve Mynott
On 10/7/05, John Duncan <[EMAIL PROTECTED]> wrote: > On the Wiki pkgsrc page the instruction is given after doing the bootstrap > to > >cp work/mk.conf.example /etc/mk.conf > > However the message which comes on the screen after this step with a > current DragonFly and current pkgsrc i

Pkgsrc Setup

2005-10-07 Thread John Duncan
Hi, On the Wiki pkgsrc page the instruction is given after doing the bootstrap to cp work/mk.conf.example /etc/mk.conf However the message which comes on the screen after this step with a current DragonFly and current pkgsrc is cp work/mk.conf.example /usr/pkg/etc/mk.conf Which