Re: Will we get a RELEASE-9.1 for Christmas?

2012-12-10 Thread Paul Schenkeveld
cts the svn repository to be file:///FreeBSD/svn/base and writes a file called /FreeBSD/rel. Kind regards, Paul Schenkeveld ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any m

Re: nomenclature for conf files

2012-11-12 Thread Paul Schenkeveld
On Mon, Nov 12, 2012 at 10:24:57AM +, Chris Rees wrote: > On 12 Nov 2012 08:55, "Paul Schenkeveld" wrote: > > > > On Mon, Nov 12, 2012 at 08:29:27AM +, Chris Rees wrote: > > > On 12 Nov 2012 05:20, "Kurt Buff" wrote: > > > > >

Re: nomenclature for conf files

2012-11-12 Thread Paul Schenkeveld
good practice to be consistent and use a canonical form that matches the documentation or example files as this is probably the syntax that is guarenteed to not confuse such tools. In other words: "Be conservative in what you send [write], liberal in what you accept". HTH Paul Schenkeve

Re: Reducing the need to compile a custom kernel

2012-02-10 Thread Paul Schenkeveld
y exactly one CPU type (on i386), know it made a difference in the 386/486/586 era but am not sure how much difference it makes nowadays. HTH Paul Schenkeveld ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: ntpd couldn't resolve host name on system boot

2011-10-25 Thread Paul Schenkeveld
On Tue, Oct 25, 2011 at 05:51:08AM -0700, Jeremy Chadwick wrote: > On Tue, Oct 25, 2011 at 11:20:12AM +0200, Paul Schenkeveld wrote: > > On Mon, Oct 24, 2011 at 06:03:27PM -0700, Jeremy Chadwick wrote: > > > The one shortcoming of netwait is that it doesn't support waiting

Re: ntpd couldn't resolve host name on system boot

2011-10-25 Thread Paul Schenkeveld
are always pinged using ipv4. Paul Schenkeveld --- src/etc/rc.d/netwait.orig 2011-06-22 08:27:32.0 +0200 +++ src/etc/rc.d/netwait2011-10-25 11:09:16.0 +0200 @@ -21,7 +21,7 @@ netwait_start() { - local ip rc count output link + local ip rc count output lin

Re: Is /etc/rc.conf scriptable?

2011-02-01 Thread Paul Schenkeveld
d use ifconfig wlan0 scan instead of ifconfig wlan0 list scan. This may take some time during which your boot process is stalled. > My question is, how to achieve what I want? The simpler, the better :) Otherwise, perhaps devd could help you to run your script asynchronously after wlan0 is creat

Re: sis(4) broken on 8.2 [Re: Carp seems completely broken on 8.2-RC2 and 8.2-PRERELEASE]

2011-01-17 Thread Paul Schenkeveld
Your second patch is on my production firewalls now so if anthing comes up over the coming days I'll keep you informed. I've tested carp, both failover to backup and fallback (preemption) with IPv4 and with IPv6, all seems to work now. Thannks again for your patches, hope you can get them

sis(4) broken on 8.2 [Re: Carp seems completely broken on 8.2-RC2 and 8.2-PRERELEASE]

2011-01-17 Thread Paul Schenkeveld
On Sun, Jan 16, 2011 at 01:41:22PM +0100, Paul Schenkeveld wrote: > Hi, > > Trying to upgrade two Soekris firewalls to 8-STABLE or 8.2-PRERELEASE > it appears that carp doesn't work at all. I've set up carp like I've > done on many firewall pairs before and

Re: Carp seems completely broken on 8.2-RC2 and 8.2-PRERELEASE

2011-01-17 Thread Paul Schenkeveld
On Mon, Jan 17, 2011 at 02:24:54PM +0100, Paul Schenkeveld wrote: > On Mon, Jan 17, 2011 at 12:14:14PM +0200, Ari Suutari wrote: > > Hi, > > > > On 16.1.2011 14:41, Paul Schenkeveld wrote: > > > > > > This is the kernel config for test1 and test2: &

Re: Carp seems completely broken on 8.2-RC2 and 8.2-PRERELEASE

2011-01-17 Thread Paul Schenkeveld
On Mon, Jan 17, 2011 at 01:05:31PM +0100, Daniel Hartmeier wrote: > On Sun, Jan 16, 2011 at 01:41:22PM +0100, Paul Schenkeveld wrote: > > > There is an ARP request which is replied to by the carp master (test). > > the ping to the carp address does not even appear on the sis

Re: Carp seems completely broken on 8.2-RC2 and 8.2-PRERELEASE

2011-01-17 Thread Paul Schenkeveld
On Mon, Jan 17, 2011 at 12:14:14PM +0200, Ari Suutari wrote: > Hi, > > On 16.1.2011 14:41, Paul Schenkeveld wrote: > > > > This is the kernel config for test1 and test2: > > > > include GENERIC > > device carp > > Cou

Carp seems completely broken on 8.2-RC2 and 8.2-PRERELEASE

2011-01-16 Thread Paul Schenkeveld
ethertype IPv4 (0x0800), length 70: (tos 0x10, ttl 255, id 61479, offset 0, flags [DF], proto VRRP (112), length 56) 10.4.0.2 > 224.0.0.18: VRRPv2, Advertisement, vrid 104, prio 0, authtype none, intvl 1s, length 36,

Re: Freebsd 8.0 kmem map too small

2010-06-14 Thread Paul Schenkeveld
e again. > > Just another data point. +1 for me, several of my servers crash *every night* on a script that does csup from cvs.freebsd.org (cvs mode if that matters) followed by cvs up -dP in some source trees and one ports tree. Hardware has 12 GB RAM, dual nehalem pr

Re: puc(4) timedia baudrate problem

2010-04-29 Thread Paul Schenkeveld
Hi Marcel, On Tue, Apr 27, 2010 at 09:46:08PM -0700, Marcel Moolenaar wrote: > > On Apr 27, 2010, at 12:47 PM, Paul Schenkeveld wrote: > > >puc0: port > > 0xe500-0xe51f,0xe520-0xe52f,0xe530-0xe537,0xe538-0xe53f,0xe540-0xe547,0xe548-0xe54f > > irq 10 at

puc(4) timedia baudrate problem

2010-04-27 Thread Paul Schenkeveld
me to fix this last glitch that keeps me from upgrading my terminal servers to 8-stable. Regards, Paul Schenkeveld ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail t

Re: pf broken in 7.0-BETA1 ?

2007-10-28 Thread Paul Schenkeveld
e: pf rules not loaded > pf enabled > > Unfortunately syntax error... Should be "no state" according to pf.conf(5) > -- > Andrew Biriukov > [EMAIL PROTECTED] Paul Schenkeveld ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Gmirror question

2006-10-25 Thread Paul Schenkeveld
r a complex object such as a stripe (though usually you would want to stripe mirrors instead of mirroring stripes). HTH > -Guido Paul Schenkeveld ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To uns

Reproducable file corruption on 6-STABLE

2006-05-12 Thread Paul Schenkeveld
-master UDMA133 ad10: 476940MB at ata5-master UDMA133 Hope someone can shed a light on this. Regards, Paul Schenkeveld ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Trying to get Quatech quad SIO to work

2004-09-15 Thread Paul Schenkeveld
the documentation I know the board has 16750 Uarts and an interrupt status register. The documentation (and sources for a Linux driver) are at: http://www.psconsult.nl/quatech/ Can anyone tell me how to get this board to work, preferrably with FreeBSD-4? Many thanks in ad

Re: Weird EINVAL readig *large* file

2003-04-05 Thread Paul Schenkeveld
Hi DES, On Sat, Apr 05, 2003 at 05:34:56PM +0200, Dag-Erling Smørgrav wrote: > Paul Schenkeveld <[EMAIL PROTECTED]> writes: > > When I try to read back one of the saved images containing a > > 16GB filesystem, I get EINVAL somewhere half way the file. > > I first disco