Re: 8.0 network problem

2010-07-06 Thread Max Laier
On Tuesday 06 July 2010 22:32:22 Jeremy Chadwick wrote: > Adding Max Laier (maintainer of pf) to the CC list. He may have some > ideas as to what's causing this. Max, relevant thread details: > > http://lists.freebsd.org/pipermail/freebsd-stable/2010-July/057586.html > http

Re: PF + BRIDGE still causes system freezing

2010-05-31 Thread Max Laier
On Monday 31 May 2010 08:03:09 Giulio Ferro wrote: > Max Laier wrote: > > On Friday 28 May 2010 07:46:07 Giulio Ferro wrote: > >> Months ago I reported a system freezing whenever bridge was used > >> with pf. This still happens now in 8.1 prerelease: after several minu

Re: PF + BRIDGE still causes system freezing

2010-05-28 Thread Max Laier
On Friday 28 May 2010 07:46:07 Giulio Ferro wrote: > Months ago I reported a system freezing whenever bridge was used > with pf. This still happens now in 8.1 prerelease: after several minutes > to hours > that the bridge is active the system becomes unresponsive. as I told you last time your repo

Re: em(4) interface hangs under 8.0-RELEASE

2010-03-07 Thread Max Laier
On Sunday 07 March 2010 00:32:21 Jeremy Chadwick wrote: > On Sat, Mar 06, 2010 at 02:56:07PM -0800, Nick Rogers wrote: > > ALTQ + RELENG_8 + em(4) will not work at the moment. It does not matter > > what your PF ruleset looks like or how much traffic you are pushing. The > > packets that transit th

Re: em(4) + ALTQ broken

2010-02-04 Thread Max Laier
Okay ... attached is a patch to fix this for em(4) (and lay the groundwork to fix it for other drbr_* consumer as well). I have tested it in VirtualBox, but don't have real hardware to check for non-ALTQ performance or other regressions. Test, comments and review appreciated. -- Max Index:

Re: em(4) + ALTQ broken

2010-02-02 Thread Max Laier
On Tuesday 02 February 2010 18:48:02 Jack Vogel wrote: > So apparently this thing needs no special knowledge in the driver, yet > something in > the new code breaks it, can someone explain tersely how the altq app > actually > "pokes" or "hooks up" to the driver? I am not clear about that and I >

Re: 7.2-STABLE page fault with kernel from 12.01.2010 / crashinfo available

2010-01-22 Thread Max Laier
On Friday 22 January 2010 19:49:19 John Baldwin wrote: > On Friday 22 January 2010 12:18:20 pm Max Laier wrote: > > On Friday 22 January 2010 15:20:13 John Baldwin wrote: > > > On Friday 22 January 2010 3:08:45 am Florian Smeets wrote: > > > > ... > > > &

Re: 7.2-STABLE page fault with kernel from 12.01.2010 / crashinfo available

2010-01-22 Thread Max Laier
On Friday 22 January 2010 15:20:13 John Baldwin wrote: > On Friday 22 January 2010 3:08:45 am Florian Smeets wrote: ... > > If it really is IPsec traffic then there are no rewrite rules only 10 pf > > pass rules on the enc0 interface and a "scrub in all" rule. > > > > Perhaps it matters that i have

Re: pf: unlocked lookup

2009-12-10 Thread Max Laier
Hello Derek, On Thursday 10 December 2009 04:45:12 Derek Kulinski wrote: > My console gets flooded by "pf: unlocked lookup" message anyone knows > what circumstances cause this message, so I could figure out which pf > rule is causing it? this is a generic informational message that was put into

Re: Panic due to junk pointer in pf(4)

2009-08-14 Thread Max Laier
that might well be the culprit for the error you are seeing. I assume you can't trigger the panic at will, though. In any case I'd be interested in your feedback, thanks. -- /"\ Best regards, | mla...@freebsd.org \ / Max Laier |

Re: Loading ng_socket at runtime?

2009-07-30 Thread Max Laier
a big issue that it's missing as write operations on the > domain list are conservative and extremely rare. > > I've CC'd Max Laier, who added the warnings -- perhaps he could lend some > insight into the types of problems he anticipated. The main one I'm aware >

Re: carpX: incorrect hash with IP aliases

2009-03-04 Thread Max Laier
On Wednesday 04 March 2009 13:50:09 Eirik Øverby wrote: > On Mar 3, 2009, at 19:23, Scott Ullrich wrote: > > On Tue, Mar 3, 2009 at 12:52 PM, Max Laier wrote: > > [snip] > > > >> Make sure that you are configuring the same aliases with the same > >> netmask

Re: carpX: incorrect hash with IP aliases

2009-03-03 Thread Max Laier
u might want to check with them to make sure they have the fix in their build - though I recall it was a joined effort back then. -- /"\ Best regards, | mla...@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.lov

Re: IPC Sys5 for amd64?

2009-03-02 Thread Max Laier
gt; > IPC Sys5 isn't "64bit-aware" or the problem is elsewhere? It looks like shm_segsz in struct shmid_ds is of type int, so that will limit your segment. Also there are the kernel config options SHMMAX and SHMMAXPGS. -- /"\ Best regards, | mla...@f

Re: synproxy state does not work on FreeBSD 7.1-PRERELEASE

2008-12-04 Thread Max Laier
On Thursday 04 December 2008 16:47:13 Max Laier wrote: > On Thursday 04 December 2008 16:24:23 Vladimir Ermakov wrote: > > problem is fixed in OpenBSD 4.4 > > http://www.openbsd.org/plus44.html > > The bug this note refers to was introduced after OpenBSD 4.1 (our last > i

Re: synproxy state does not work on FreeBSD 7.1-PRERELEASE

2008-12-04 Thread Max Laier
it to make sure synproxy is working, but I don't think it was broken after my last import ... do you have a particular test case that I could reproduce? -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | IC

Re: LORs in RELENG_7

2008-11-21 Thread Max Laier
ules using the user or group filters. > > No, I'm aware of the problems with pf(4) and user/group rules. This LOR > is in combination with rules on tun(4) devices, as you can see from the > backtrace. I wonder what tunclone() is doing in there, though. This LOR is believed to be harmless. There

Re: Block device

2008-11-04 Thread Max Laier
S_ISCHR(st.st_mode) is true http://www.freebsd.org/doc/en/books/arch-handbook/driverbasics-block.html -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon

Re: zfs quota question

2008-10-07 Thread Max Laier
work out if it will > fit onto a CD or not :-) But you can't do that on UFS either: sparse files, hardlinks, ... The GNU du(1) has a "--apparent-size" switch to get the logical size instead of what the tool's name suggests (the disk usage). -- /"\

Re: neighbor discovery problem

2008-08-12 Thread Max Laier
can't seem to find ou > |> what. > |> > |> 2a01:678:1:443::443 is a 7.0 > |> 2a01:678:1:443::is a 6.2 > |> 2a01:678:100:2::is a 6.0 > | > | I've used all of those with IPv6 and they work fine, it's most likely > | a small config pr

Re: lagg(4) and failover

2008-08-12 Thread Max Laier
n Linux is capable of doing this and solaris too. > Well then. At least everythings clear now. And in the end, clarifing things > was the reason for that mail thread :) You are looking for net/ifstated -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier

Re: Max size of one swap slice

2008-08-05 Thread Max Laier
something that supports 64bit addresses (and thus 512*2^64 bytes of swap space per device) ... but I don't see why you'd want to do something like this. Remember that you need memory to manage your swap space as well! -- /"\ Best regards, | [EM

Re: Upcoming ABI Breakage in RELENG_7

2008-07-30 Thread Max Laier
d. I assume that port maintainers of affected (kernel module) ports will bump the port revision after the change to give you/portupgrade a hint. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2par

Re: FreeBSD 7.1 and BIND exploit

2008-07-21 Thread Max Laier
On Tuesday 22 July 2008 00:31:53 Charles Sprickman wrote: > On Mon, 21 Jul 2008, Kevin Oberman wrote: > >> From: Max Laier <[EMAIL PROTECTED]> > >> Date: Mon, 21 Jul 2008 21:38:46 +0200 > >> Sender: [EMAIL PROTECTED] > >> > >> On Monday 21 J

Re: FreeBSD 7.1 and BIND exploit

2008-07-21 Thread Max Laier
actual question, the answer is no. > > > hope this helps, > > Doug -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against

New Mailinglist: freebsd-wip-status@

2008-06-09 Thread Max Laier
o set) or myself directly. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News ___

Re: challenge: end of life for 6.2 is premature with buggy 6.3

2008-06-07 Thread Max Laier
ve a lot of time to send bogus emails (26 since Wednesday). If you had only spend a bit of that time into actual bughunting ... -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EM

Re: challenge: end of life for 6.2 is premature with buggy 6.3

2008-06-04 Thread Max Laier
uld you expect us to do the work for you? Unless you can provide "*EXACT*" bug reports and show willingness to help debugging them, there really is not much point in this thread. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier

Re: Sockets stuck in FIN_WAIT_1

2008-05-30 Thread Max Laier
s behaves correctly! ;-) > > On a side note, I could easily fix this problem by frontending the > server with a Cisco PIX or ASA. I believe they have "half closed" > timers just for this purpose... Perhaps a kernel tunable knob would be > a nice option/fix/hack a

Re: Digitally Signed Binaries w/ Kernel support, etc.

2008-04-03 Thread Max Laier
| [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News ___ freebsd-stable@freebsd.org mailing lis

Re: Question about file system checks

2008-03-28 Thread Max Laier
nd plugging the power. This is not an interesting number. What would be interesting is to stop the syncer, touch a known number of files and then pull the plug. But in the end it boils down to: There is fsync to build transactions - use it or else. If you find that you lose fsync'ed fi

Re: Lock Order Reversal on 7.0-STABLE with pf and ipfw / dummynet (traces)

2008-03-25 Thread Max Laier
4d > syscall() at syscall+0x1b5 > Xfast_syscall() at Xfast_syscall+0xab > --- syscall (133, FreeBSD ELF64, sendto), rip = 0x80091132c, rsp = > 0x7ffee6e8, rbp = 0x40 --- Any input greatly appreciated! -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier

Re: Lock Order Reversal on 7.0-STABLE with pf and ipfw / dummynet (traces)

2008-03-22 Thread Max Laier
might not be easily implemented in WITNESS. Anyways - I believe this patch should work around your problem. Let us know your findings - thanks. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4free

Re: Lock Order Reversal on 7.0-STABLE with pf and ipfw / dummynet

2008-03-15 Thread Max Laier
able 2 > > in ipfw). Traffic to is routed via fastroute in pf > > (meaning using the default route). That's quite a complex setup. It would really be interesting to get the trace for the first LOR in order to figure out which code path we are looking at. I have a feeling t

Re: USB support + Supermicro IPMI KVM = no keyboard

2008-01-29 Thread Max Laier
; 1. Can usb support be disabled from the loader? > 2. Anyone got any ideas why USB would break the IPMI keyboard? You could try hint.kbdmux.0.disabled="1" - see kdbmux(4) for details. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier

Re: FreeBSD on Dell T105? ($350 dual-core Opteron)

2007-12-20 Thread Max Laier
vs[] and subsequent chip revision arrays. It's easiest to build a kernel w/o device bge and loading bge from modules. This way you can cd to src/sys/modules/bge and "make load; #test; make unload; #change source; #repeat" until it works. -- /"\ Best regards,

Re: Motherboard Asus P5N-E SLI compatibility with FreeBSD 7

2007-12-17 Thread Max Laier
gt; or 7 and if it works well. > > Thanks in advance :) Last time I checked there was something wrong with the apic. hint.apic.0.disabled=1 from the loader got it booting and working well, but you loose SMP. -- /"\ Best regards, | [EMAIL PROTECTED] \ /

Re: IP Filter

2007-12-17 Thread Max Laier
t; Isn't the "pf_nattable_max" a typo for "ipf_nattable_max"? > > BTW, talk to Darren Reed about that, he is the author and ipf is > contributed software :) > > Cheers, # ipf -T list -- /"\ Best regards, | [EMAIL PROTECTED] \ / Ma

Re: missing .cshrc and pf.conf after upgrade to 7.0-beta3

2007-12-05 Thread Max Laier
isn't > starting up properly for no apparent reason). Yet they lose the configuration changes they might have applied to the original foo.conf. I don't think you should delete files that have changed. Maybe moving them somewhere for future reference would be the best thing to do

Re: Also seeing 2 x quad-core system slower that 2 x dual core

2007-11-29 Thread Max Laier
improvement - or try nscd(8). -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News signature.asc Description: This is a digitally signed message part.

Re: 2 x quad-core system is slower that 2 x dual core on FreeBSD

2007-11-22 Thread Max Laier
ill a lot of room for improvement here. I'll rebuild with lock profiling tomorrow and see what I can gather. Anything you'd like to see in particular? -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4f

Re: missing .cshrc and pf.conf after upgrade to 7.0-beta3

2007-11-21 Thread Max Laier
ans something, I do not know freebsd-update principles in conjunction > with INDEX-*. It looks like freebsd-update will delete all files in INDEX-OLD but not in INDEX-NEW by default. Is there a way to make a certain file stick around? It was obviously a mistake to install /etc/pf.conf a

Re: 6.3 PRERELEASE

2007-11-09 Thread Max Laier
to go back (not sure why you would want to, though) you should be able to cvsup RELENG_6_2 and do a src upgrade (or downgrade in this case). This, however, might leave you with some leftover files that were added to RELENG_6. -- /"\ Best regards, | [EM

Re: System hangs up every day

2007-10-31 Thread Max Laier
, but > without any results. As an experiment I tried also to plug a system HDD > to another sever platform (SuperServer 6015V-TB), but system hanging > didn't stop. I think that it is not only hardware problem. > Linux (Gentoo) and Windows server 2003 on this hardware were workin

Re: libpcap/tcpdump update

2007-10-19 Thread Max Laier
ENG_6 isn't broken for me ... Any takers? If not I might get round to it eventually, but I'd prefer somebody with genuine interest would step up. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4fr

Re: 'nv' in RELENG_7 does not detect 7900GS

2007-10-17 Thread Max Laier
s includes the hal and xorg-server ports. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News signature.asc Description: This is a digitally signed message part.

Re: BIND 9.3.1 - How to get rid of AAAA querys?

2007-09-12 Thread Max Laier
ntation either. There has been a discussion to provide a environment variable to emit only IPv4 queries, though. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECT

Re: RELENG_6 patch [Re: pf 4.1 Update available for testing]

2007-08-02 Thread Max Laier
On Thursday 02 August 2007, Frank Behrens wrote: > Max Laier <[EMAIL PROTECTED]> wrote on 25 Jul 2007 1:35: > > now available at: http://people.freebsd.org/~mlaier/PF41/ with > > instructions how to build. > > Thanks! I tested it, because I have some trouble with pf &g

Re: RELENG_6 patch [Re: pf 4.1 Update available for testing]

2007-08-02 Thread Max Laier
On Thursday 02 August 2007, Frank Behrens wrote: > Max Laier <[EMAIL PROTECTED]> wrote on 2 Aug 2007 17:13: > > On Thursday 02 August 2007, Frank Behrens wrote: > > > The build has following problems: > > > - libexec/Makefile has still reference to ftp_proxy

RELENG_6 patch [Re: pf 4.1 Update available for testing]

2007-07-24 Thread Max Laier
quot;\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News signature.asc Description: This is a digitally signed message part.

Re: kernel trap 12 while reloading pf + altq

2007-05-18 Thread Max Laier
On Friday 18 May 2007 13:10, Volker wrote: > I'm wondering if any of the hackers is able to take a look at this panic? http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/106400 I will try to finally get this into comittable shape one of these days. Can you confirm that it fixes things for you, too

Re: tproxy on freebsd

2007-04-17 Thread Max Laier
if you want to stay with ipf + ipnat. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpZyIWIlCfoJ.pgp Description: PGP signature

Re: uid/gid lookups slower on 6.2 than 4.x?

2007-04-10 Thread Max Laier
ifficult. If you don't need it, you can just use nsswitch.conf to turn it off for passwd/group. Otherwise, you'll have to look at MFCing cached(8) from current. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774

Re: Bridge+flowtools

2007-03-01 Thread Max Laier
;\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpaTSJSi55Sw.pgp Description: PGP signature

Re: Sequence of packet processing with ipfw, pf, ipfilter ?

2007-02-27 Thread Max Laier
l not work!!! It's more for reference. Back then nobody was interesting in testing. > There once was a nice ascii graphic which described the flow > of packets through the rules -- I can't find it any more ? -- /"\ Best regards,

Re: impossible rc.d ordering problem with stf and pf ?

2007-01-29 Thread Max Laier
o any keep state" | pfctl -vf- pass out on stf0 inet6 all keep state Still, rule loaded without problems ... The "(ifnX)" syntax is only for places where you use the interface as an address. The "on ifnX" part stays unchanged in any case and it does not matter if the int

Re: impossible rc.d ordering problem with stf and pf ?

2007-01-28 Thread Max Laier
) ...". If more control is required you have to write explicit addresses in your configuration anyway. 2 is obsolete by "pfctl -vvsI -i stf0" which has all the counters for all the interfaces. ALTQ is the only remaining problem. I did do some initial patches to tear down

Re: FreeBSD 6.2 ipw3945 on HP Pavilion dv6000

2007-01-23 Thread Max Laier
s, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpjdZq0zkQiY.pgp Description: PGP signature

Re: IPv6 problems with 6.2-RELEASE ?

2007-01-20 Thread Max Laier
ateless autoconfiguration. You might want to try "rtsol -d interface". 3) Check the net.inet6.ip6.accept_rtadv sysctl. ipv6_enable should take care of this. 4) Check your firewall rules. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier

Re: dhclient - new IP via DHCP on WAN - NAT dont work

2007-01-19 Thread Max Laier
d?tn=1207>] > > > Remarks: > > /2007-Jan-18 16:07:54 by anonymous:/ > We have attempted to fix this with no luck. This is a FreeBSD dhclient > issue. Please install FreeBSD and post a bug report to > freebsd-stable@freebsd.org -- /"\ Best regards,

Re: 6.2-PRE: Fatal Trap?

2006-12-30 Thread Max Laier
d3000,...) at socket+0xb3 > syscall(3b,3b,3b,0,7,...) at syscall+0x380 > Xint0x80_syscall() at Xint0x80_syscall+0x1f > --- syscall (97, FreeBSD ELF32, socket), eip = 0x282939d3, esp = > 0xbfbfeb1c, ebp = 0xbfbfebf8 --- > db > Something like the attached should fix it. Seems t

Re: manually dumping core ...

2006-12-28 Thread Max Laier
RAM (6G of RAM, 8G of swap) :( DDB has a ps of it's own - I'm not sure how helpful it is for your specific problem, though. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net

Re: pf killing NFS

2006-12-13 Thread Max Laier
as it sees the packet before the hardware has calculated it. On the receiver the checksum will be correct. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ AS

Re: pf killing NFS

2006-12-13 Thread Max Laier
"bad cksum!" - this is a symptom of checksumming done in hardware. ifconfig bge1 -rxcsum -txcsum should get rid of them. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgppB7vvCmPvM.pgp Description: PGP signature

Re: BREAK TO DDB over SSH (Was: Re: panic: sleeping thread)

2006-12-12 Thread Max Laier
> > Marc G. Fournier Hub.Org Networking Services > (http://www.hub.org) Email . [EMAIL PROTECTED] > MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.org > ICQ . 7615664 > > ________

Re: panic: sleeping thread

2006-12-11 Thread Max Laier
> > > further w/o that, sorry. :( > > > > NP, I've added DDB to my kernel, but I'm having a hard time finding > > out how > > to > > > break into DDB over an SSH connection ... telnet is easy, but all my > > HP > > remote > &g

Re: Status of 3945ABG and others

2006-11-19 Thread Max Laier
. > b) use an external usb network "dongle". Look at the ural driver, you > can find some of the supported devices quite cheap. I dont know how > good they are, I have just tested one, and have some issues with it > (stability) but haven't been able to rule out

Re: Panic while starting OpenNTPD

2006-11-11 Thread Max Laier
Hey Scott, On Saturday 11 November 2006 04:44, Scott Ullrich wrote: > Sources from today, right before the compile. > > I have paused the virtual machine if someone would like me to issue > further db> commands. > > Thanks, > > Scott > > > FreeBSD 6.2-PRERELEASE #0: Sat Nov 11 02:47:35 UTC 2006 >

Re: CARP not balancing automatically

2006-10-23 Thread Max Laier
be worded and submit as a doc PR. > It seems to me that preempt off is a mostly useless > configuraiton for load balance, but probably not for just simple > failover. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier

Re: CARP not balancing automatically

2006-10-23 Thread Max Laier
PLES section of carp(4). > What can I do to make the balance automatic as the docs imply? This > also happens on another pair of machines I have which are CARP + > arpbalance for another IP. > > The NICs in question are hooked up to a gigabit switch. -- /"\ Best regards,

Re: iwi, hidden SSID and wpa_supplicant problem

2006-10-09 Thread Max Laier
On Monday 09 October 2006 20:26, Max Laier wrote: > On Monday 09 October 2006 19:53, Andrew N. Below wrote: > > Hi. > > > > [..] > > > > > You can try using ap_scan=2 or whatever it is in the > > > wpa_supplicant.conf file. This causes wpa_supplicant

Re: iwi, hidden SSID and wpa_supplicant problem

2006-10-09 Thread Max Laier
roblem here. After I associated with the AP w/ hidden SSID I changed the channel via webinterface. The disconnect resulted in the exact problem you were having. Only stopping and restarting wpa_supplicant fixed the issue and I got associated on the new channel. Not sure what happens

Re: iwi, hidden SSID and wpa_supplicant problem

2006-10-09 Thread Max Laier
gt; Any ideas? If you do have firmware-iwi-kmod and things are still not working properly you should try the following: 1) Disable WPA on AP and see if you can attach w/o wpa_supplicant 2) See if you can attach w/ wpa_supplicant (key_mgmt=NONE) etc. ... to find out which part really is th

Re: Start system with 'downed' carp interfaces

2006-10-05 Thread Max Laier
down" in rc.conf will result in an 'up' interface. I > also disabled devd, as it seems to be running pccard_ether carp0 start > as a result of the interface creation. Although it is started > sometime after the interface has been created. > > How are other people handling

Re: ARRRRGH! Guys, who's breaking -STABLE's GMIRROR code?!

2006-09-09 Thread Max Laier
On Saturday 09 September 2006 19:38, Karl Denninger wrote: > This is not cool folks. Want a refund? -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] /

Re: panic: integer divide fault on 6.1

2006-09-09 Thread Max Laier
race, or at least figure out which function the IP is refering to? > The system is a single Xeon with HTT enabled and the HDD used is > somewhat old. I can try installing on another one. The swapper > process somehow points me to the HDD. > Of course any clues are most welcome.

Re: device carp / freebsd-update

2006-08-21 Thread Max Laier
us of that is or if it works with the in-kernel version. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpg0JXkwNWe3.pgp Description: PGP signature

Re: identity crisis of 6-STABLE in ipfw ipv6 ?

2006-08-16 Thread Max Laier
T6, av, &a))) ret = add_dstip(cmd, av); - if ((ret == NULL) && strcmp(av, "any") != 0) + if ((ret == NULL) && (strcmp(av, "any") != 0)) ret = cmd; free(host); -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpBYLkXoGk54.pgp Description: PGP signature

Re: I can't compile 6.1 kernel on 5.3 (amd64)

2006-08-12 Thread Max Laier
ot;make buildworld" and "make buildkernel". Order is crucial as "make buildworld" also builds a new compiler and includes that are used later. There is a separate target to only build the tools that are required to build a kernel. Check the Makefile. -- /"\ B

Re: iwi(4) in RELENG_6

2006-07-27 Thread Max Laier
<[EMAIL PROTECTED]> wrote: > > Have you tried using the firmware from iwi-firmware-kmod, rather than > > iwi-firmware. I am using the former on a Thinkpad T42 and it is working > > ok. -- /"\ Best regards, | [EMAIL PROTECTED] \ /

Re: Kernel panic with PF

2006-07-20 Thread Max Laier
T-111-E > add_rule(): PF ioctl DIOCADDRULE failed > Jul 20 10:44:11 fw1 kernel: Jul 20 10:44:11 fw1 HTTP[7607]: NATT-701-E > addnatmap out(): Adding TCP NAT MAP from [127.0.0.1]:60860 to > [212.80.76.13]:80 -> [193.179.161.10]:60860 failed > Jul 20 10:44:11 fw1 kernel: Jul 20 10

Re: iwi(4) in RELENG_6

2006-07-12 Thread Max Laier
sed to work? This is from the firmware(9) support code. Add "options firmware" and you should be fine. You will still need to load the firmware blobs as modules, but that's another story. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Ma

Re: iwi(4) in RELENG_6

2006-07-11 Thread Max Laier
On Tuesday 11 July 2006 15:04, Michael Butler wrote: > Max Laier wrote: > | net/iwi-firmware-kmod, but it needs to be updated to the new > | __FreeBSD_version > | Right now it will tell you that you need iwi-firmware instead, which is > | wrong. > > Once the updates have bee

Re: iwi(4) in RELENG_6

2006-07-11 Thread Max Laier
On Tuesday 11 July 2006 14:35, Mark Andrews wrote: > > On 7/10/06, Max Laier <[EMAIL PROTECTED]> wrote: > > > On Monday 10 July 2006 16:40, Vlad GALU wrote: > > > > Is the iwi driver going to be synced with rev. 1.3x of HEAD? I'm > > > > usi

Re: iwi(4) in RELENG_6

2006-07-10 Thread Max Laier
y. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgp3dTcOo1C4r.pgp Description: PGP signature

Re: 0.0% user, 0.0% nice, 0.0% system, 53.8% interrupt, 46.2% idle - Unusual interrupt use?

2006-07-05 Thread Max Laier
922602548 264811 Are you using usb on that box? If not, get rid of device uhci in your kernel config to see if that fixes it. If you are using usb - I have no idea. A BIOS upgrade might help. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Ma

Re: 0.0% user, 0.0% nice, 0.0% system, 53.8% interrupt, 46.2% idle - Unusual interrupt use?

2006-07-05 Thread Max Laier
| [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpF9ZSmeYtaR.pgp Description: PGP signature

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-26 Thread Max Laier
SN . [EMAIL PROTECTED] > Yahoo . yscrappy Skype: hub.orgICQ . 7615664 > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgptYDCrhfoid.pgp Description: PGP signature

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-26 Thread Max Laier
eate the problem on-demand so can't really find a > better solution. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpYREcWHnING.pgp Description: PGP signature

Re: Crash with FreeBSD 6.1 STABLE of today

2006-06-23 Thread Max Laier
aybe it helps, maybe it doesn't. [1] http://people.freebsd.org/~mlaier/tty.t_pgrp.diff -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgp4lER89nlY7.pgp Description: PGP signature

Re: 6.1-stable hangs and LORs

2006-06-11 Thread Max Laier
rk- around will still produce the LOR, but Giant will protect from the dead- lock. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpGYFFvbEVpy.pgp Description: PGP signature

Re: Yet another LOR

2006-06-07 Thread Max Laier
t(c3b1ab20,d8b51c84,0,c36b9700,d8b51c68) at tcp_ctloutput+0x184 -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpaonQXsqwuI.pgp Description: PGP signature

Re: burncd audio produces white noise

2006-05-15 Thread Max Laier
cdrecord with the -swab parameter. > Also, you may want to look at audio/mp3burn (still need to pass -swab > though) > > I would recommend that you file a PR on this one. Obviously you are giving the wrong options to sox/lame. Most likely you are confusing byte-order. Might al

Re: iwi-firmware-kmod and iwi-firmware

2006-05-15 Thread Max Laier
d encouraged. Let us know if that works better for you. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign

Re: if_xe and altq on FreeBSD-6

2006-05-13 Thread Max Laier
rite me an email or send in a PR after you've looked at it and got somewhere (or didn't) and I see it into the tree. -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAI

Re: pf not loading the rules at boot

2006-05-06 Thread Max Laier
use ALTQ on an interface that is created later on (tun0 or the like)? What does "/etc/rc.d/{pf, pflog} rcvar" give you? Does "/etc/rc.d/pf start" work after it failed on boot? Try setting pf_flags="-v" to get additional error messages. -- /"\ Best regards,

FreeBSD Status Report First Quarter 2006

2006-04-13 Thread Max Laier
s currently in testing include startup script support for fully asynchronous starting of dhclient which eliminates the wait for link during startup and support for sending the system hostname to the server when non is specified. _

Re: [panic] ipw and kismet

2006-04-09 Thread Max Laier
On Saturday 08 April 2006 13:49, Ulrich Spoerlein wrote: > Max Laier wrote: > > Could you try the attached patch, please? This is something I did for > > iwi and just moved the general idea over without testing or close > > evaluation. So be aware and let me know either wa

Re: Call for FreeBSD Status Reports

2006-04-09 Thread Max Laier
/www.freebsd.org/news/status/report-sample.xml -- /"\ Best regards, | [EMAIL PROTECTED] \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] / \ ASCII Ribbon Campaign | Against HTML Mail and News pgpp0xhEZswgI.pgp Description: PGP signature

Re: [panic] ipw and kismet

2006-04-07 Thread Max Laier
soo_ioctl+0x2db > ioctl(c5cca300,ef577d04,3,2,282) at ioctl+0x370 > syscall(3b,3b,3b,bfbf90a0,80dc400) at syscall+0x22f > Xint0x80_syscall() at Xint0x80_syscall+0x1f > --- syscall (54, FreeBSD ELF32, ioctl), eip = 0x482d468f, esp = 0xbfbf906c, > ebp = 0xbfbf90e8 --- > > > Ul

  1   2   >