Binary upgrade from release to stable

2013-05-04 Thread Florent Peterschmitt
Hi, I just proceeded a full upgrade from FreeBSD 9.1-RELEASE to the latest 9-STABLE snapshot using tarball sets. I done it this way : tar xpf src.txz -C / tar xf base.txz -C /usr/src mergemaster -p mergemaster -FUi tar cpf etc.tar -C / etc tar xpf base.tar -C / tar xpf etc.tar -C / tar xpf

Re: Two Intel E31220L 9.0-Stable systems, 'kern.random' missing on one?

2012-12-03 Thread Konstantin Belousov
On Mon, Dec 03, 2012 at 03:11:21PM +, Karl Pielorz wrote: > > Hi, > > I have two SuperMicro E31220L based systems - both had identical > /etc/sysctl.conf - I then shifted them from 9.0-R to 9.0-Stable (as of > 2012/12/03). > > Now I've noticed of them compla

Two Intel E31220L 9.0-Stable systems, 'kern.random' missing on one?

2012-12-03 Thread Karl Pielorz
Hi, I have two SuperMicro E31220L based systems - both had identical /etc/sysctl.conf - I then shifted them from 9.0-R to 9.0-Stable (as of 2012/12/03). Now I've noticed of them complains at boot time that a bunch of OID's are missing - and sure enough: " sysctl ker

Incorrect use of posix_memalign() (was: Re: svn commit: r243405 - in stable/9: include lib/libc/stdlib)

2012-11-25 Thread Jilles Tjoelker
On Thu, Nov 22, 2012 at 03:19:53PM +, Ed Schouten wrote: > Author: ed > Date: Thu Nov 22 15:19:53 2012 > New Revision: 243405 > URL: http://svnweb.freebsd.org/changeset/base/243405 > Log: > MFC r229848: > Add aligned_alloc(3). > The C11 folks reinvented the wheel by introducing an

Re: port devel/doxygen failing to test on -CURRENT and -STABLE

2012-08-11 Thread Chris Rees
On 12 July 2012 18:52, Chris Rees wrote: > On 9 July 2012 02:49, David Xu wrote: >> On 2012/07/08 18:21, Chris Rees wrote: >>> >>> Hi all / David, >>> >>> doxygen has been failing for a while now on -CURRENT and apparently >>> -STABLE too.

Re: pmc warnings on stable/9

2012-08-07 Thread Jim Harris
On Tue, Aug 7, 2012 at 4:37 PM, Ryan Stone wrote: > On Tue, Aug 7, 2012 at 7:16 PM, Sean Bruno wrote: >> I have no idea the significance, or danger. When compiling on stable/9 >> I have always seen the following WARNINGS. Can we silence/fix these? >> Or is it su

Re: pmc warnings on stable/9

2012-08-07 Thread Ryan Stone
On Tue, Aug 7, 2012 at 7:16 PM, Sean Bruno wrote: > I have no idea the significance, or danger. When compiling on stable/9 > I have always seen the following WARNINGS. Can we silence/fix these? > Or is it supposed to be that way? :-) > > WARNING: hwpmc_soft.c: enum pmc_eve

ctfconvert failure on stable/9

2012-08-07 Thread Sean Bruno
Not sure what to make of this error: ERROR: ctfconvert: rc = 2 No entry found [dwarf_next_cu_header(57)] my kernel is compiling, but I seem to fail at understanding something? Sean ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/

pmc warnings on stable/9

2012-08-07 Thread Sean Bruno
I have no idea the significance, or danger. When compiling on stable/9 I have always seen the following WARNINGS. Can we silence/fix these? Or is it supposed to be that way? :-) WARNING: hwpmc_soft.c: enum pmc_event has too many values: 1531 > 1023 WARNING: kern_pmc.c: enum pmc_event has

Re: Is there a reason that xhci isn't mentioned in NOTES in 8-stable?

2012-07-19 Thread Hans Petter Selasky
ote: > >>>> The xhci code in 8-stable works, but it's not mentioned in the NOTES > >>>> files in sys/conf, sys/i386/conf, or sys/amd64/conf. The module is > >>>> hooked up in sys/modules/usb/Makefile, and that's how I've been using >

Re: Is there a reason that xhci isn't mentioned in NOTES in 8-stable?

2012-07-19 Thread Doug Barton
On 07/19/2012 03:29, Hans Petter Selasky wrote: > On Thursday 19 July 2012 11:38:11 Doug Barton wrote: >> On 07/19/2012 02:17, Hans Petter Selasky wrote: >>> On Thursday 19 July 2012 11:14:42 Doug Barton wrote: >>>> The xhci code in 8-stable works, but it's not m

Re: Is there a reason that xhci isn't mentioned in NOTES in 8-stable?

2012-07-19 Thread Hans Petter Selasky
On Thursday 19 July 2012 11:38:11 Doug Barton wrote: > On 07/19/2012 02:17, Hans Petter Selasky wrote: > > On Thursday 19 July 2012 11:14:42 Doug Barton wrote: > >> The xhci code in 8-stable works, but it's not mentioned in the NOTES > >> files in sys/conf, sys/i

Re: Is there a reason that xhci isn't mentioned in NOTES in 8-stable?

2012-07-19 Thread Doug Barton
On 07/19/2012 02:17, Hans Petter Selasky wrote: > On Thursday 19 July 2012 11:14:42 Doug Barton wrote: >> The xhci code in 8-stable works, but it's not mentioned in the NOTES >> files in sys/conf, sys/i386/conf, or sys/amd64/conf. The module is >> hooked up in sys/module

Re: Is there a reason that xhci isn't mentioned in NOTES in 8-stable?

2012-07-19 Thread Hans Petter Selasky
On Thursday 19 July 2012 11:14:42 Doug Barton wrote: > The xhci code in 8-stable works, but it's not mentioned in the NOTES > files in sys/conf, sys/i386/conf, or sys/amd64/conf. The module is > hooked up in sys/modules/usb/Makefile, and that's how I've been using it >

Is there a reason that xhci isn't mentioned in NOTES in 8-stable?

2012-07-19 Thread Doug Barton
The xhci code in 8-stable works, but it's not mentioned in the NOTES files in sys/conf, sys/i386/conf, or sys/amd64/conf. The module is hooked up in sys/modules/usb/Makefile, and that's how I've been using it so far. Is it not possible to compile this code into the kernel? Doug

Re: port devel/doxygen failing to test on -CURRENT and -STABLE

2012-07-12 Thread Chris Rees
On 9 July 2012 02:49, David Xu wrote: > On 2012/07/08 18:21, Chris Rees wrote: >> >> Hi all / David, >> >> doxygen has been failing for a while now on -CURRENT and apparently >> -STABLE too. The current fix is disabling one of the tests in the >> build, bu

Re: port devel/doxygen failing to test on -CURRENT and -STABLE

2012-07-08 Thread David Xu
On 2012/07/08 18:21, Chris Rees wrote: Hi all / David, doxygen has been failing for a while now on -CURRENT and apparently -STABLE too. The current fix is disabling one of the tests in the build, but obviously it points to a problem with our base system I've trussed [1] the failing

port devel/doxygen failing to test on -CURRENT and -STABLE

2012-07-08 Thread Chris Rees
Hi all / David, doxygen has been failing for a while now on -CURRENT and apparently -STABLE too. The current fix is disabling one of the tests in the build, but obviously it points to a problem with our base system I've trussed [1] the failing code [2], and it looks as though it'

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Adrian Chadd
On 31 May 2012 07:55, John Baldwin wrote: > On Wednesday, May 30, 2012 6:02:15 pm Adrian Chadd wrote: >> Hi, >> >> I've re-run the test with powerd and sleep state stuff disabled - lo >> and behold, UDP tests are now up around 240-250MBit, what I'd expect >> for this 2 stream 11n device. >> >> So

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Alexander Motin
On 05/31/12 01:02, Adrian Chadd wrote: I've re-run the test with powerd and sleep state stuff disabled - lo and behold, UDP tests are now up around 240-250MBit, what I'd expect for this 2 stream 11n device. So why is it that I lose roughly 80MBit of throughput with powerd and C2/C3 enabled, when

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread John Baldwin
On Wednesday, May 30, 2012 6:02:15 pm Adrian Chadd wrote: > Hi, > > I've re-run the test with powerd and sleep state stuff disabled - lo > and behold, UDP tests are now up around 240-250MBit, what I'd expect > for this 2 stream 11n device. > > So why is it that I lose roughly 80MBit of throughput

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Fabian Keil
Ryan Stone wrote: > On Thu, May 31, 2012 at 8:33 AM, Andriy Gapon wrote: > > In this vein it might make sense to enable KTR and KTR_SCHED in GENERIC. > > KTR_SCHED comes with a performance hit. Besides, with the DTrace > sched provider that I committed this month (and MFC'ed yesterday) you > c

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Adrian Chadd
Hi, That's cool and one of the things I'm using this to investigate. However, I'm still seeing weird TSC behaviour, which I'd like to finish trying to root cause before moving onto bigger and weirder things. I'm not sure how feasible it'd be to "make" KTR work with power saving modes enabled on

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Ryan Stone
On Thu, May 31, 2012 at 8:48 AM, Ryan Stone wrote: > KTR_SCHED comes with a performance hit.  Besides, with the DTrace > sched provider that I committed this month (and MFC'ed yesterday) you > can collect schedgraph data with a D script. I suppose it would have been helpful to provide a link to t

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Andriy Gapon
on 31/05/2012 15:48 Ryan Stone said the following: > On Thu, May 31, 2012 at 8:33 AM, Andriy Gapon wrote: >> In this vein it might make sense to enable KTR and KTR_SCHED in GENERIC. > > KTR_SCHED comes with a performance hit. Yep, I realize that. But I hope that it is not too huge for typical u

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Ryan Stone
On Thu, May 31, 2012 at 8:33 AM, Andriy Gapon wrote: > In this vein it might make sense to enable KTR and KTR_SCHED in GENERIC. KTR_SCHED comes with a performance hit. Besides, with the DTrace sched provider that I committed this month (and MFC'ed yesterday) you can collect schedgraph data with

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-31 Thread Andriy Gapon
Sorry to hijack this thread, but just recently I've stumbled upon this Linux tool: http://lwn.net/Articles/353295/ perf sched latency seems to be particularly convenient and useful. The idea to track time between a point when a thread is waken up and a point when the thread actually run was qui

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-30 Thread Adrian Chadd
Hi, Here's a trace with powerd/sleep states disabled, but I haven't set machdep.idle=spin. I'll try it with that in a sec. http://people.freebsd.org/~adrian/ath/ktr-notaskq-1.out.gz The entries are still out of whack in places, but it doesn't look like it's necessarily due to out of sync TSCs..

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-30 Thread Adrian Chadd
Hi, I've re-run the test with powerd and sleep state stuff disabled - lo and behold, UDP tests are now up around 240-250MBit, what I'd expect for this 2 stream 11n device. So why is it that I lose roughly 80MBit of throughput with powerd and C2/C3 enabled, when there's plenty of CPU going around?

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-30 Thread John Baldwin
ever ath_start() is called, it just schedules a > taskqueue entry to run. > > However, performance is worse. :-) > > Here's a schedgraph trace. > > http://people.freebsd.org/~adrian/ath/ktr.4-ath-iperf-using-taskqueue-for- tx.ktr.gz > > I've thrown this through s

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-29 Thread Attilio Rao
chedules a > taskqueue entry to run. > > However, performance is worse. :-) > > Here's a schedgraph trace. > > http://people.freebsd.org/~adrian/ath/ktr.4-ath-iperf-using-taskqueue-for-tx.ktr.gz > > I've thrown this through schedgraph.py on stable/9 and I've f

Re: ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-29 Thread Adrian Chadd
.. also, if you take a look at the ktr output, the CPU timers between CPU 0 and CPU 1 are slightly different. schedgraph complains quite loudly. :-) Is that acceptable/possible? Adrian ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.

ULE/sched issues on stable/9 - why isn't preemption occuring?

2012-05-29 Thread Adrian Chadd
performance is worse. :-) Here's a schedgraph trace. http://people.freebsd.org/~adrian/ath/ktr.4-ath-iperf-using-taskqueue-for-tx.ktr.gz I've thrown this through schedgraph.py on stable/9 and I've found some rather annoying behaviour. It seems that the ath0 taskqueue stays in the &qu

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-09 Thread Mark Felder
On Mon, 09 Jan 2012 19:56:47 -0600, Hiroki Sato wrote: This is an expected behavior. ACCEPT_RTADV is disabled by default on 9.X. Thanks for clarifying. I'll make sure I update our documentation at work regarding how exactly to get ACCEPT_RTADV working so this is clarified. Regards,

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-09 Thread Hiroki Sato
Mark Felder wrote in : fe> On Mon, 09 Jan 2012 13:02:24 -0600, Hiroki Sato fe> wrote: fe> fe> > re0 seems to have ACCEPT_RTADV. What is the problem? fe> fe> That's because I haven't rebooted fe> fe> Let's start fresh. fe> fe> The normal ipv6 configuration anyone would use: fe> fe> -ipv6_a

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-09 Thread Mark Felder
On Mon, 09 Jan 2012 13:02:24 -0600, Hiroki Sato wrote: re0 seems to have ACCEPT_RTADV. What is the problem? That's because I haven't rebooted Let's start fresh. The normal ipv6 configuration anyone would use: -ipv6_activate_all_interfaces="YES" in rc.conf -NO mention of net.inet6.ip6

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-09 Thread Hiroki Sato
Mark Felder wrote in : fe> On Sat, 07 Jan 2012 14:23:46 -0600, Hiroki Sato fe> wrote: fe> fe> > It is an unexpected behavior and the flag should be set on all fe> > interfaces. Can you send me your /etc/rc.conf, /etc/sysctl.conf, and fe> > the result of "ifconfig -a"? fe> fe> Back at work

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-09 Thread Mark Felder
On Sat, 07 Jan 2012 14:23:46 -0600, Hiroki Sato wrote: It is an unexpected behavior and the flag should be set on all interfaces. Can you send me your /etc/rc.conf, /etc/sysctl.conf, and the result of "ifconfig -a"? Back at work so I have access to the machine again: rc.conf: hostname="

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-07 Thread Hiroki Sato
Mark Felder wrote in <891fe25c-1560-479f-b855-1713c1c7a...@email.android.com>: fe> Hiroki Sato wrote: fe> > fe> > Is it correct that ACCEPT_RTADV option was enabled on the vboxnet0 fe> > and not on re0, even after setting net.inet6.ip6.accept_rtadv to 1 at fe> > boot time and ipv6_activate_all

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-07 Thread Mark Felder
Hiroki Sato wrote: > > Is it correct that ACCEPT_RTADV option was enabled on the vboxnet0 > and not on re0, even after setting net.inet6.ip6.accept_rtadv to 1 at > boot time and ipv6_activate_all_interfaces="YES"? > >-- Hiroki Yes, that is the behavior I witnessed. _

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-07 Thread Hiroki Sato
Mark Felder wrote in : fe> I figured I would end up putting that in rc.conf as a temporary fix, fe> but maybe that's just the long term solution. It seems so odd to me fe> that the sysctl change doesn't automatically cause the ACCEPT_RTADV fe> option to show up for re0, but it does for vboxnet0

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-06 Thread Doug Barton
Looping in hrs@ because he's the author of those changes. On 01/06/2012 11:35, Mark Felder wrote: > On Fri, 06 Jan 2012 12:49:45 -0600, Sergey Kandaurov > wrote: > >> >> You mean ipv6_activate_all_interfaces="YES" ? >> > Yes... Unfortunately that's what I get for typing it manually and being > d

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-06 Thread Mark Felder
On Fri, 06 Jan 2012 12:49:45 -0600, Sergey Kandaurov wrote: You mean ipv6_activate_all_interfaces="YES" ? Yes... Unfortunately that's what I get for typing it manually and being distracted at the time. :-) What is in your rc.conf? Do you have "inet6 accept_rtadv" keyword in it? IIRC it

Re: accepting rtadv broken on 9-STABLE, re driver?

2012-01-06 Thread Sergey Kandaurov
> Currently I'm running: > > 12:11:15 tech304:~ > uname -a > FreeBSD tech304.office.supranet.net 9.0-STABLE FreeBSD 9.0-STABLE #2 > r229703M: Fri Jan  6 11:01:58 CST 2012 > r...@tech304.office.supranet.net:/usr/obj/tank/svn/sys/GENERIC  amd64 > > and my ipv6 is not

accepting rtadv broken on 9-STABLE, re driver?

2012-01-06 Thread Mark Felder
eeBSD tech304.office.supranet.net 9.0-STABLE FreeBSD 9.0-STABLE #2 r229703M: Fri Jan 6 11:01:58 CST 2012 r...@tech304.office.supranet.net:/usr/obj/tank/svn/sys/GENERIC amd64 and my ipv6 is not working. In rc.conf I have ipv6_enable_all_interfaces="YES" which sets the link local an

Re: device_detach() on a device used by ixgbe driver (FreeBSD 7-STABLE through to 9-CURRENT)

2011-05-24 Thread Philip Soeberg
IC).. This has the distinct disadvantage that I cannot, through my module, call a device_detach() on the devices I support, and afterward expect being probed for them. A BUS_PROBE_SPECIFIC, according to wording in sys/sys/bus.h, inform the OS that "Only I can use this device". I assum

Re: device_detach() on a device used by ixgbe driver (FreeBSD 7-STABLE through to 9-CURRENT)

2011-05-24 Thread John Baldwin
On Monday, May 23, 2011 3:08:05 pm Andrew Boyer wrote: > > On May 23, 2011, at 10:32 AM, John Baldwin wrote: > > > On Monday, May 23, 2011 10:13:41 am Philip Soeberg wrote: > >> I would also expect the ixgbe.c driver to do a quick resource_disabled() > >> in it's attach() function, so that we ca

Re: device_detach() on a device used by ixgbe driver ( FreeBSD 7-STABLE through to 9-CURRENT)

2011-05-24 Thread John Baldwin
On Monday, May 23, 2011 1:22:50 pm Philip Soeberg wrote: > On 23-05-2011 16:32, John Baldwin wrote: > >> I assume this (transcanding from FreeBSD 7.0-STABLE through to FreeBSD > >> 9-CURRENT) is in error? I would expect sys/dev/ixgbe/ixgbe.c's probe() > >> f

Re: device_detach() on a device used by ixgbe driver (FreeBSD 7-STABLE through to 9-CURRENT)

2011-05-23 Thread Andrew Boyer
On May 23, 2011, at 10:32 AM, John Baldwin wrote: > On Monday, May 23, 2011 10:13:41 am Philip Soeberg wrote: >> I would also expect the ixgbe.c driver to do a quick resource_disabled() >> in it's attach() function, so that we can disable specific adapters >> through kenv hint.ix.0.disabled=1..

Re: device_detach() on a device used by ixgbe driver (FreeBSD 7-STABLE through to 9-CURRENT)

2011-05-23 Thread Philip Soeberg
On 23-05-2011 16:32, John Baldwin wrote: I assume this (transcanding from FreeBSD 7.0-STABLE through to FreeBSD 9-CURRENT) is in error? I would expect sys/dev/ixgbe/ixgbe.c's probe() function to return BUS_PROBE_DEFAULT, which is the "Base OS default driver".. Yes, that is tru

Re: device_detach() on a device used by ixgbe driver (FreeBSD 7-STABLE through to 9-CURRENT)

2011-05-23 Thread John Baldwin
; afterward expect being probed for them. A BUS_PROBE_SPECIFIC, according > to wording in sys/sys/bus.h, inform the OS that "Only I can use this > device". > > I assume this (transcanding from FreeBSD 7.0-STABLE through to FreeBSD > 9-CURRENT) is in error?

device_detach() on a device used by ixgbe driver (FreeBSD 7-STABLE through to 9-CURRENT)

2011-05-23 Thread Philip Soeberg
he OS that "Only I can use this device". I assume this (transcanding from FreeBSD 7.0-STABLE through to FreeBSD 9-CURRENT) is in error? I would expect sys/dev/ixgbe/ixgbe.c's probe() function to return BUS_PROBE_DEFAULT, which is the "Base OS default driver".. If th

Re: quotas an essential feature? (was: svn commit: r218953 - stable/8/usr.sbin/sysinstall)

2011-02-26 Thread Jeremy Chadwick
On Fri, Feb 25, 2011 at 11:25:00PM -0800, Tim Kientzle wrote: > On Feb 25, 2011, at 3:46 PM, Steven Hartland wrote: > > > While I can understand some may want its not something we use on any of > > our machines, and I suspect that's the case for many others. > > > > Given adding it means the kern

Re: quotas an essential feature? (was: svn commit: r218953 - stable/8/usr.sbin/sysinstall)

2011-02-25 Thread Tim Kientzle
On Feb 25, 2011, at 3:46 PM, Steven Hartland wrote: > While I can understand some may want its not something we use on any of > our machines, and I suspect that's the case for many others. > > Given adding it means the kernel will be doing extra work and hence a > drop in performance... Does any

Re: quotas an essential feature? (was: svn commit: r218953 - stable/8/usr.sbin/sysinstall)

2011-02-25 Thread Steven Hartland
While I can understand some may want its not something we use on any of our machines, and I suspect that's the case for many others. Given adding it means the kernel will be doing extra work and hence a drop in performance for a feature most will never use, I'm guessing here, I would say just lea

Re: quotas an essential feature? (was: svn commit: r218953 - stable/8/usr.sbin/sysinstall)

2011-02-25 Thread Matthew Jacob
Actually, GENERIC is there to provide the most features for the most uses. A large percentage of users don't config new kernels, and FreeBSD has not elected the approach Digital Unix (aka "DUH") took about installs which required a reconfig as one of the last steps of an installation. I can't

quotas an essential feature? (was: svn commit: r218953 - stable/8/usr.sbin/sysinstall)

2011-02-25 Thread dieterbsd
I promise to enable UFS quotas in GENERIC in one week unless anybody objects now. Huh? I thought GENERIC was supposed to include everything you needed to boot, not every possible feature that someone might desire? But requests to include things required to boot get rejected and nonessential

Re: svn commit: r218953 - stable/8/usr.sbin/sysinstall

2011-02-22 Thread Kostik Belousov
On Tue, Feb 22, 2011 at 01:06:38PM -0500, Ben Kaduk wrote: > [replying to the MFC that triggered the connection] > > On Tue, Feb 22, 2011 at 12:38 PM, Bruce Cran wrote: > > Author: brucec > > Date: Tue Feb 22 17:38:43 2011 > > New Revision: 218953 > > URL: http://svn.freebsd.org/changeset/base/21

Re: svn commit: r218953 - stable/8/usr.sbin/sysinstall

2011-02-22 Thread Ben Kaduk
[replying to the MFC that triggered the connection] On Tue, Feb 22, 2011 at 12:38 PM, Bruce Cran wrote: > Author: brucec > Date: Tue Feb 22 17:38:43 2011 > New Revision: 218953 > URL: http://svn.freebsd.org/changeset/base/218953 > > Log: >  MFC r218840: > >  Remove the quotas option from the Star

Re: 8.1-STABLE amd64 machine check

2010-08-11 Thread John Baldwin
e8c from /var/run/dmesg.boot Copyright (c) 1992-2010 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.1-STAB

Re: 8.1-STABLE amd64 machine check

2010-08-11 Thread Dan Langille
On Wed, August 11, 2010 7:31 am, Andrew Heybey wrote: > On Aug 11, 2010, at 6:47 AM, Dan Langille wrote: > >> I am encountering a situation similar to one reported by Andrew Heybey >> at >> http://docs.freebsd.org/cgi/mid.cgi?6E83197B-9DD5-4C7E-846D-AD176C25464D >> >> This morning I found this in

Re: 8.1-STABLE amd64 machine check

2010-08-11 Thread Andrew Heybey
On Aug 11, 2010, at 6:47 AM, Dan Langille wrote: > I am encountering a situation similar to one reported by Andrew Heybey > at http://docs.freebsd.org/cgi/mid.cgi?6E83197B-9DD5-4C7E-846D-AD176C25464D > > This morning I found this in my /var/log/messages: > > Aug 11 01:59:48 kraken kernel: MCA:

8.1-STABLE amd64 machine check

2010-08-11 Thread Dan Langille
dmesg.boot Copyright (c) 1992-2010 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.1-STABLE #0: Sun Jul 25 19

7.3-STABLE 'zfs attach' results in geom guid mismatch?

2010-07-06 Thread Karl Pielorz
Hi All, This is related to a post I made the other day in freebsd-fs, which didn't get any replies (I'm a bit desperate as I need to replace a failing drive on the system - hence need to attach a spare - so apologies for the kind of cross-post)... I'm running 7.3-STABLE on a

Should I expect to be able to source upgrade stable/7 -> stable/8?

2010-04-29 Thread David Wolfskill
d from a different slice. After getting the 7.x machine set up, I effectively cloned it to be the starting-point for the 8.x machine. I then booted from a recent stable/7, updated sources to stable/8, then: * cd /usr/src * make buildworld * make kernel # I'm using GENERIC for 8.x; I had u

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-11 Thread Alan Cox
On Thu, Feb 11, 2010 at 7:13 AM, John Baldwin wrote: > On Wednesday 10 February 2010 1:38:37 pm Ivan Voras wrote: > > On 10 February 2010 19:35, Andriy Gapon wrote: > > > on 10/02/2010 20:26 Ivan Voras said the following: > > >> On 10 February 2010 19:10, Andriy Gapon wrote: > > >>> on 10/02/20

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-11 Thread John Baldwin
On Wednesday 10 February 2010 1:38:37 pm Ivan Voras wrote: > On 10 February 2010 19:35, Andriy Gapon wrote: > > on 10/02/2010 20:26 Ivan Voras said the following: > >> On 10 February 2010 19:10, Andriy Gapon wrote: > >>> on 10/02/2010 20:03 Ivan Voras said the following: > When you say "very

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Ivan Voras
On 10 February 2010 19:35, Andriy Gapon wrote: > on 10/02/2010 20:26 Ivan Voras said the following: >> On 10 February 2010 19:10, Andriy Gapon wrote: >>> on 10/02/2010 20:03 Ivan Voras said the following: When you say "very unique" is it in the "it is not Linux or Windows" sense or do w

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Andriy Gapon
on 10/02/2010 20:26 Ivan Voras said the following: > On 10 February 2010 19:10, Andriy Gapon wrote: >> on 10/02/2010 20:03 Ivan Voras said the following: >>> When you say "very unique" is it in the "it is not Linux or Windows" >>> sense or do we do something nonstandard? >> The former - neither Li

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Ivan Voras
On 10 February 2010 19:26, Ivan Voras wrote: > On 10 February 2010 19:10, Andriy Gapon wrote: >> on 10/02/2010 20:03 Ivan Voras said the following: >>> When you say "very unique" is it in the "it is not Linux or Windows" >>> sense or do we do something nonstandard? >> >> The former - neither Linu

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Ivan Voras
On 10 February 2010 19:10, Andriy Gapon wrote: > on 10/02/2010 20:03 Ivan Voras said the following: >> When you say "very unique" is it in the "it is not Linux or Windows" >> sense or do we do something nonstandard? > > The former - neither Linux, Windows or OpenSolaris seem to have what we have.

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Andriy Gapon
on 10/02/2010 20:03 Ivan Voras said the following: > When you say "very unique" is it in the "it is not Linux or Windows" > sense or do we do something nonstandard? The former - neither Linux, Windows or OpenSolaris seem to have what we have. So we might be the first testers for certain processor

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Ivan Voras
On 10 February 2010 18:13, Andriy Gapon wrote: > on 10/02/2010 19:05 Ivan Voras said the following: >> On 02/10/10 17:05, Andriy Gapon wrote: >>> Wild guess - try disabling superpages in the guests. >> >> It looks like your guess is perfectly correct :) The guest has been >> doing buildworlds for

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Andriy Gapon
on 10/02/2010 19:05 Ivan Voras said the following: > On 02/10/10 17:05, Andriy Gapon wrote: >> on 10/02/2010 17:36 Ivan Voras said the following: >>> It looks like I've stumbled upon a bug in vSphere 4 (recent update) with >>> FreeBSD/amd64 8.0/8-stable (but not 7.

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Andriy Gapon
on 10/02/2010 17:36 Ivan Voras said the following: > It looks like I've stumbled upon a bug in vSphere 4 (recent update) with > FreeBSD/amd64 8.0/8-stable (but not 7.x) guests on Opteron(s). In this > combination, everything works fine until a moderate load is started - a > bui

Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns)

2010-02-10 Thread Sean C. Farley
On Wed, 10 Feb 2010, Ivan Voras wrote: It looks like I've stumbled upon a bug in vSphere 4 (recent update) with FreeBSD/amd64 8.0/8-stable (but not 7.x) guests on Opteron(s). In this combination, everything works fine until a moderate load is started - a buildworld is enough. About

Re: Current 8.0-STABLE doesn't compile (warning: implicit declaration of function 'bus_describe_intr')

2010-01-16 Thread Alexander Motin
Yuri wrote: > After upgrading sources (RELENG_8) I get the errors below. > > Yuri > > --- error log --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq > -fi

Current 8.0-STABLE doesn't compile (warning: implicit declaration of function 'bus_describe_intr')

2010-01-15 Thread Yuri
After upgrading sources (RELENG_8) I get the errors below. Yuri --- error log --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param i

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-12 Thread Alan Cox
On Thu, Dec 10, 2009 at 8:50 AM, Bernd Walter wrote: > On Wed, Dec 09, 2009 at 09:07:33AM -0500, John Baldwin wrote: > > On Thursday 26 November 2009 10:14:20 am Linda Messerschmidt wrote: > > > It's not clear to me if this might be a problem with the superpages > > > implementation, or if squid d

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-12 Thread Robert Watson
On Thu, 10 Dec 2009, Nate Eldredge wrote: What about using posix_spawn(3)? This is implemented in terms of vfork(), so you'll gain the same performance advantages, but it avoids many of vfork's pitfalls. Also, since it's a POSIX standard function, you needn't worry that it will go away or c

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread John Baldwin
On Thursday 10 December 2009 9:50:52 am Bernd Walter wrote: > On Wed, Dec 09, 2009 at 09:07:33AM -0500, John Baldwin wrote: > > On Thursday 26 November 2009 10:14:20 am Linda Messerschmidt wrote: > > > It's not clear to me if this might be a problem with the superpages > > > implementation, or if s

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread Adrian Chadd
Depending upon the IPC method being used, the fork() may be followed with calls to socket() and connect(), which may take a while. The main process will stall if you have a busy proxy and there's some temporary shortage of something which makes connect() take longer than usual, the main process wi

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread Christian Brueffer
ations, yet: > BUGS > This system call will be eliminated when proper system sharing mechanisms > are implemented. Users should not depend on the memory sharing semantics > of vfork() as it will, in that case, be made synonymous to fork(2). > FYI, this comment has

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread Nate Eldredge
On Thu, 10 Dec 2009, Linda Messerschmidt wrote: Also... On Thu, Dec 10, 2009 at 9:50 AM, Bernd Walter wrote: I use fork myself, because it is easier sometimes, but people writing big programms such as squid should know better. If squid doesn't use vfork they likely have a reason. Actually t

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread Linda Messerschmidt
Also... On Thu, Dec 10, 2009 at 9:50 AM, Bernd Walter wrote: > I use fork myself, because it is easier sometimes, but people writing > big programms such as squid should know better. > If squid doesn't use vfork they likely have a reason. Actually they are probably going to switch to vfork(). T

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread Linda Messerschmidt
On Thu, Dec 10, 2009 at 9:50 AM, Bernd Walter wrote: > I obviously don't have enough clue about this to understand those details. > Hope that someone can enlighten me. I think what he is saying is that they are aware that the current situation is not ideal. vfork() is suggested as a workaround,

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread Bernd Walter
On Wed, Dec 09, 2009 at 09:07:33AM -0500, John Baldwin wrote: > On Thursday 26 November 2009 10:14:20 am Linda Messerschmidt wrote: > > It's not clear to me if this might be a problem with the superpages > > implementation, or if squid does something particularly horrible to > > its memory when it

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-10 Thread Linda Messerschmidt
On Wed, Dec 9, 2009 at 9:07 AM, John Baldwin wrote: > There is lower hanging fruit in other areas > in the VM that will probably be worked on first. OK, as long as somebody who knows more than me knows whats going on, that's good enough for me. :) Thanks!

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-09 Thread John Baldwin
On Thursday 26 November 2009 10:14:20 am Linda Messerschmidt wrote: > It's not clear to me if this might be a problem with the superpages > implementation, or if squid does something particularly horrible to > its memory when it forks to cause this, but I wanted to ask about it > on the list in cas

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-08 Thread Andriy Gapon
on 07/12/2009 17:20 Mel Flynn said the following: > b) vfork is encouraged for memory intensive applications, yet: > BUGS > This system call will be eliminated when proper system sharing mechanisms > are implemented. Users should not depend on the memory sharing semantics > of vfork

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-12-07 Thread Mel Flynn
On Thursday 26 November 2009 18:11:10 Linda Messerschmidt wrote: > I did not mean to suggest that we were asking for help solving a > problem with squid rotation. I provided that information as > background to discuss what we observed as a potential misbehavior in > the new VM superpages feature,

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-27 Thread Daniel O'Connor
On Fri, 27 Nov 2009, Adrian Chadd wrote: > There's a bunch of other random crap that may be going on relating to > the helper processes (eg rewriters, auth, etc) which may also be > restarted. OK. > Anyway. The thread is about superpage demotion and copying, not what > Squid is or isn't doing in

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-27 Thread Adrian Chadd
There's a bunch of other random crap that may be going on relating to the helper processes (eg rewriters, auth, etc) which may also be restarted. Anyway. The thread is about superpage demotion and copying, not what Squid is or isn't doing in her configuration. :) Adrian 2009/11/27 Daniel O'Con

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-26 Thread Daniel O'Connor
On Fri, 27 Nov 2009, krad wrote: > Im sure you will get a lot of lovely answers to this but best keep > things simple. WHy not just syslog it of to another server and > offload all the compression to that box. You could even back it with > zfs nad do on the fly gzip compression at the file system l

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-26 Thread krad
;s like it's trying to recover > and convert things back (promotions), but it's having a lot of trouble > (p_failures). > > It's not clear to me if this might be a problem with the superpages > implementation, or if squid does something particularly horrible to >

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-26 Thread Linda Messerschmidt
I think I was not clear with my message, I apologize. I did not mean to suggest that we were asking for help solving a problem with squid rotation. I provided that information as background to discuss what we observed as a potential misbehavior in the new VM superpages feature, in the hope that i

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-26 Thread james toy
Hi Linda, vfork() should mitigate this -- i suggest replacing. respectfully, =jt On Thu, Nov 26, 2009 at 10:47, Linda Messerschmidt wrote: > On Thu, Nov 26, 2009 at 10:34 AM, Ryan Stone wrote: >> Is squid multithreaded? > > No, it isn't: > >  PID USERNAME  THR PRI NICE   SIZE    RES STATE   C

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-26 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > Linda Messerschmidt writes: > > Unfortunately, we have to rotate the logs of this process once per > > day. When we do, it fork()s and exec()s about 16-20 child processes > > as helpers. > s/fork/vfork/ and you should be fine. ...and you should look into replacing

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-26 Thread Dag-Erling Smørgrav
Linda Messerschmidt writes: > Unfortunately, we have to rotate the logs of this process once per > day. When we do, it fork()s and exec()s about 16-20 child processes > as helpers. s/fork/vfork/ and you should be fine. DES -- Dag-Erling Smørgrav - d...@des.no __

Re: Superpages on amd64 FreeBSD 7.2-STABLE

2009-11-26 Thread Linda Messerschmidt
On Thu, Nov 26, 2009 at 10:34 AM, Ryan Stone wrote: > Is squid multithreaded? No, it isn't: PID USERNAME THR PRI NICE SIZERES STATE C TIME WCPU COMMAND 75086 squid 1 40 12571M 12584M kqread 6 31:31 0.68% squid Thanks! ___

  1   2   3   4   5   6   7   8   9   10   >