Re: lagg(4) and failover
On 2008-Dec-05 07:34:21 -0500, "Brian A. Seklecki" <[EMAIL PROTECTED]> wrote: >Well ... name a price for the development; HA L1/L2 is a feature the >community would gladly sponsor the development of. net/ifstated covers at least some of this. >Also, Peter, you should put a page up on the FreeBSD wiki with some of >those multi-catalyst LACP IOS config examples. This appears to be aimed at Pete French - I'm using stacked Alcatel-Lucent OS6850's which appear as single switches to LACP. >P.S., in my experience, system level redundancy/HA with a load balancer >is almost always less expensive then excessive component-level >redundancy/ha (RAID Disk, RAID RAM, Dual Power Supplies, Dual >Backplanes...) That's a different topic, but yes, you should evaluate your requirements at a system level, rather than just making every component HA. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. pgps6KI1leVrl.pgp Description: PGP signature
Re: rtfree: 0xffffff00013797c0 has 1 refs
I have just fixed a similar (possibly the same) issue in -CURRENT. Please try the patch at: http://people.freebsd.org/~csjp/if_ether.1228494489.diff (Fetch it into /usr/src/sys/netinet and apply there). Let me know if this solves your problem, if it does I will try to get it in for the release. Thanks! On Fri, Dec 05, 2008 at 07:53:37AM +0200, David Peall wrote: > Hi > > I'm getting some strange messages: > > Dec 5 07:49:19 jonny kernel: rtfree: 0xff0001379d90 has 1 refs > Dec 5 07:49:19 jonny kernel: rtfree: 0xff000a1784d8 has 1 refs > Dec 5 07:49:28 jonny kernel: rtfree: 0xff000198a7c0 has 1 refs > Dec 5 07:49:31 jonny kernel: rtfree: 0xff00013797c0 has 1 refs > Dec 5 07:49:35 jonny kernel: rtfree: 0xff00013797c0 has 1 refs > Dec 5 07:49:37 jonny kernel: rtfree: 0xff0001c233e0 has 1 refs > Dec 5 07:49:43 jonny kernel: rtfree: 0xff00013797c0 has 1 refs > Dec 5 07:49:47 jonny kernel: rtfree: 0xff0001b3bc98 has 1 refs > > I've tried google but couldn't find anything usefull. > > Uname -a > FreeBSD jonny.esn.org.za 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Wed Nov 26 > 08:03:32 UTC 2008 root@:/usr/obj/usr/src/sys/GENERIC amd64 > > Is there some other output that would be useful please let me know. > > -- > David Peall :: IT Manager > e-Schools' Network :: http://www.esn.org.za/ > Phone +27 (021) 674-9140 > > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
bsnmpd hrProcessorLoad results (still) incorrect
After seeing that my CPU utilization is constantly "100%" according to bsnmpd, I Googled and found this thread: http://kerneltrap.org/mailarchive/freebsd-current/2008/5/7/1747854/thread It seems to have gone nowhere. Any idea if a fix is in the works? - Julian -- [ Julian C. Dunn <[EMAIL PROTECTED]> * Sorry, I'm] [ WWW: http://www.aquezada.com/staff/julian* only Web 1.0 ] [ gopher://sdf.lonestar.org/11/users/keymaker * compliant!] [ PGP: 91B3 7A9D 683C 7C16 715F 442C 6065 D533 FDC2 05B9 ] ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ext2 inode size patch - RE: PR kern/124621
FYI:The ext2 IFS driver for Windows v1.11a also appears to have the inode size issue: http://www.fs-driver.org/ I was not able to mount an ext2 filesystem with 256 byte inode size using this driver. Its installer will see that the filesystem exists, that it's ext2, but whenever you try to mount, you get nothing -- a very similar failure mode to the FreeBSD ext2fs driver. Again, it sounds like the author is actively maintaining it, so it might be worth contacting him to pool resources. cheers, BMS ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"