Re: Resume broken in 8.3-PRERELEASE

2012-08-28 Thread Konstantin Belousov
On Tue, Aug 28, 2012 at 09:07:51AM +0700, Alexey Dokuchaev wrote: On Mon, Aug 27, 2012 at 05:34:54PM +0200, Hans Petter Selasky wrote: If the USB HC is feeding too many such IRQ's it will be stuck. However, if you see that uhub_read_port_status() is called, the kernel is at least running,

Re: Problem with link aggregation + sshd

2012-08-28 Thread Damien Fleuriot
Hi Giulio, Just to clear things up: igb0: 192.168.9.60/24 lagg0: 192.168.12.21/24 What's the IP of the host you're trying ssh connections from ? Also, just in case, did you enable any firewall ? (PF, ipfw) On 27 August 2012 21:22, Giulio Ferro au...@zirakzigil.org wrote: Hi, thanks for

Re: Problem with link aggregation + sshd

2012-08-28 Thread Pete French
No answer, so it seems that link aggregation doesn't really work in freebsd, this may help others with the same problem... I used to use LCAP a lot - this was a few years ago, but the critical point was that it only worked if all the cables went to the same logcial switch. Using a pair of

ipv6 connection hang

2012-08-28 Thread Mark Felder
Hi all, mwi1# uname -a FreeBSD mwi1.coffeenet.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #5 r239731: Mon Aug 27 09:53:18 CDT 2012 r...@mwi1.coffeenet.org:/usr/obj/usr/src/sys/GENERIC amd64 My ipv6 connections hang for several seconds when this scrub rule is enabled: scrub all

Re: FreeBSD 9.1-RC1 Available...

2012-08-28 Thread Arno J. Klaassen
Jim Pingle li...@pingle.org writes: On 8/23/2012 11:43 AM, Ian Lepore wrote: On Thu, 2012-08-23 at 11:17 -0400, Ken Menzel wrote: I found two good primers: http://mebsd.com/configure-freebsd-servers/update-freebsd-source-tree-using-subversion-svn.html

Re: IPv6 default route. Can't see the wood for the trees.

2012-08-28 Thread Kimmo Paasiala
On 8/27/2012 12:27 PM, Christian Laursen wrote: On 08/27/12 21:03, John Hawkes-Reed wrote: On 27/08/2012 19:06, Christian Laursen wrote: On 08/27/12 18:49, John Hawkes-Reed wrote: rc.conf: (I'm not convinced that obfuscating the addresses is worth the confusion) ipv6_gateway_enable=YES

Building the kernel and userland with llvm/clang

2012-08-28 Thread Jamie Paul Griffin
Hi I've been reading some information about building my system, FreeBSD Stable/9, using llvm/clang; the site I've been looking at is http://wiki.freebsd.org/BuildingFreeBSDWithClang. I was wondering about the benefits of doing so and also - and probably more importantly - if there are

IPv4 vs. IPv6 Ethernet Performance

2012-08-28 Thread Norbert Aschendorff
Hi, I'm using here a Gigabit Ethernet network and some UN*X machines, among others some Linux-based (Kernel 3.x) and one running FreeBSD 9.1-RC1. Using iperf (in TCP mode), the IPv6 bandwith between two Linux machines (directly attached to the same switch) is about 925 Mbit/s, IPv4 bandwith is

Re: Building the kernel and userland with llvm/clang

2012-08-28 Thread David Wolfskill
On Tue, Aug 28, 2012 at 04:32:03PM +0100, Jamie Paul Griffin wrote: Hi I've been reading some information about building my system, FreeBSD Stable/9, using llvm/clang; the site I've been looking at is http://wiki.freebsd.org/BuildingFreeBSDWithClang. I was wondering about the benefits

Re: IPv4 vs. IPv6 Ethernet Performance

2012-08-28 Thread Mark Felder
I'd guess it has to do with incomplete offload code for ipv6, but I'm sure you'll see bz chiming in with details. :-) ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to

cdrtools port installation failure

2012-08-28 Thread dweimer
Anyone else not able to get cdrtools to install on a Stable System? I have just recently synced my source and rebuilt world, and kernel, then installed. Now while trying to install the livecd port, the cdrtools dependency is failing to install. The port compiles fine (at least it doesn't

Re: Building the kernel and userland with llvm/clang

2012-08-28 Thread Jamie Paul Griffin
[ David Wolfskill wrote on Tue 28.Aug'12 at 8:46:21 -0700 ] On Tue, Aug 28, 2012 at 04:32:03PM +0100, Jamie Paul Griffin wrote: Hi I've been reading some information about building my system, FreeBSD Stable/9, using llvm/clang; the site I've been looking at is

Re: Building the kernel and userland with llvm/clang

2012-08-28 Thread David Wolfskill
On Tue, Aug 28, 2012 at 05:53:15PM +0100, Jamie Paul Griffin wrote: ... Thanks David, that's helpful information. Good; that was the intent. :-) I'll likely give it a go. So does clang create better binaries and libraries, in terms of performance and such-like? I'm currently reading as much

Re: Building the kernel and userland with llvm/clang

2012-08-28 Thread Mehmet Erol Sanliturk
On Tue, Aug 28, 2012 at 10:13 AM, David Wolfskill da...@catwhisker.orgwrote: On Tue, Aug 28, 2012 at 05:53:15PM +0100, Jamie Paul Griffin wrote: ... Thanks David, that's helpful information. Good; that was the intent. :-) I'll likely give it a go. So does clang create better binaries

Re: Thinkpad X61s cannot boot 9.1-BETA1

2012-08-28 Thread John Baldwin
On Monday, August 27, 2012 4:07:26 pm Per olof Ljungmark wrote: On 2012-08-27 19:54, John Baldwin wrote: On Sunday, August 26, 2012 6:59:22 pm Martin Dieringer wrote: On Sun, 26 Aug 2012, Per olof Ljungmark wrote: On 08/26/12 18:37, Kurt Jaeger wrote: Hi! On our X61s's setting

Re: Building the kernel and userland with llvm/clang

2012-08-28 Thread Jamie Paul Griffin
[ David Wolfskill wrote on Tue 28.Aug'12 at 10:13:11 -0700 ] As I understand the issues, FreeBSD uses a (somewhat modified) version of the last GPLv2-licensed version of gcc, and there is strong incentive to avoid tainting FreeBSD with a GPLv3-licensed version of gcc. Thus, if we want to

Re: FreeBSD 9.1-RC1 Available...

2012-08-28 Thread Andreas Nilsson
On Thu, Aug 23, 2012 at 6:50 AM, Ken Smith kensm...@buffalo.edu wrote: The freebsd-update(8) utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running 9.0-RELEASE can upgrade as follows: # freebsd-update upgrade -r 9.1-RC1 This has

Re: FreeBSD 9.1-RC1 Available...

2012-08-28 Thread Chris Rees
On 28/08/2012, Arno J. Klaassen a...@heho.snv.jussieu.fr wrote: Jim Pingle li...@pingle.org writes: On 8/23/2012 11:43 AM, Ian Lepore wrote: On Thu, 2012-08-23 at 11:17 -0400, Ken Menzel wrote: I found two good primers:

Question About Tracking the Stable Branch

2012-08-28 Thread Jamie Paul Griffin
Hi I am following 9 Stable. I have read the handbook information and I am now subscribed to this list and the svn-src-stable-9@ list. Even after reading the handbook, what i'm not clear about is this: I see individual commits being submitted to the source tree; do I: - patch and

Re: FreeBSD 9.1-RC1 Available...

2012-08-28 Thread Bryan Drewery
On 8/25/2012 4:33 AM, Harald Schmalzbauer wrote: But my real problem is that svn is not in the base system. And for example installing subversion package on my cvsup mirror failed because pkg-config-0-25_1 was installed and sqlite, a dependency of subversion, wants to install pkgconf-0.8.5. So

Re: cdrtools port installation failure

2012-08-28 Thread Kevin Oberman
On Tue, Aug 28, 2012 at 8:46 AM, dweimer dwei...@dweimer.net wrote: Anyone else not able to get cdrtools to install on a Stable System? I have just recently synced my source and rebuilt world, and kernel, then installed. Now while trying to install the livecd port, the cdrtools dependency is

Re: Question About Tracking the Stable Branch

2012-08-28 Thread David Wolfskill
On Tue, Aug 28, 2012 at 09:31:30PM +0100, Jamie Paul Griffin wrote: Hi I am following 9 Stable. I have read the handbook information and I am now subscribed to this list and the svn-src-stable-9@ list. Even after reading the handbook, what i'm not clear about is this: I see individual

Re: Question About Tracking the Stable Branch

2012-08-28 Thread Freddie Cash
On Tue, Aug 28, 2012 at 1:31 PM, Jamie Paul Griffin ja...@kode5.net wrote: I am following 9 Stable. I have read the handbook information and I am now subscribed to this list and the svn-src-stable-9@ list. Even after reading the handbook, what i'm not clear about is this: I see individual

Re: Question About Tracking the Stable Branch

2012-08-28 Thread Kevin Oberman
On Tue, Aug 28, 2012 at 1:31 PM, Jamie Paul Griffin ja...@kode5.net wrote: Hi I am following 9 Stable. I have read the handbook information and I am now subscribed to this list and the svn-src-stable-9@ list. Even after reading the handbook, what i'm not clear about is this: I see

Re: Question About Tracking the Stable Branch

2012-08-28 Thread Freddie Cash
On Tue, Aug 28, 2012 at 2:03 PM, Kevin Oberman kob6...@gmail.com wrote: In all cases, if you rebuild the kernel, be sure that the old kernel is saved to kernel.old so you can go back to it if there si a problem. 'make installkernel' does this) and, should you fix a problem and re-link the

Re: 9.1 RELENG_9 Unable to cleanly dismount root partition on shutdown

2012-08-28 Thread Matt Smith
On 2012-08-27 21:35, Warren Block wrote: On Mon, 27 Aug 2012, Matt Smith wrote: Thank you for your help anyway, and your wonkity site, which I also once used for converting my procmail to maildrop. And thanks also to Erich and Stefan for your help. When I get some spare time I'll redo the

Re: [Solved, I think] IPv6 default route. Can't see the wood for the trees.

2012-08-28 Thread John Hawkes-Reed
On 28/08/2012 02:23, Mark Andrews wrote: In message 503bcb0a.6000...@freebsd.org, Doug Barton writes: On 8/27/2012 12:27 PM, Christian Laursen wrote: On 08/27/12 21:03, John Hawkes-Reed wrote: On 27/08/2012 19:06, Christian Laursen wrote: On 08/27/12 18:49, John Hawkes-Reed wrote: rc.conf:

Re: Question About Tracking the Stable Branch

2012-08-28 Thread Jamie Paul Griffin
[ Freddie Cash wrote on Tue 28.Aug'12 at 14:12:10 -0700 ] On Tue, Aug 28, 2012 at 2:03 PM, Kevin Oberman kob6...@gmail.com wrote: In all cases, if you rebuild the kernel, be sure that the old kernel is saved to kernel.old so you can go back to it if there si a problem. 'make installkernel'

Re: Question About Tracking the Stable Branch

2012-08-28 Thread Warren Block
On Tue, 28 Aug 2012, Jamie Paul Griffin wrote: I've always updated my -RELEASE systems using the traditional method so it seems it's no different other than perhaps updating more frequently and deciding whether or not both kernel code and userland code needs to be rebuilt together. It

Re: Question About Tracking the Stable Branch

2012-08-28 Thread Jamie Paul Griffin
[ Warren Block wrote on Tue 28.Aug'12 at 17:28:15 -0600 ] On Tue, 28 Aug 2012, Jamie Paul Griffin wrote: I've always updated my -RELEASE systems using the traditional method so it seems it's no different other than perhaps updating more frequently and deciding whether or not both