Re: (9.2) panic under disk load (gam_server / knlist_remove_kq)

2013-07-16 Thread Konstantin Belousov
On Tue, Jul 16, 2013 at 10:14:36PM +0200, Patrick Lamaiziere wrote:
> Le Tue, 16 Jul 2013 09:05:55 +0300,
> Konstantin Belousov  a ?crit :
> 
> Hello,
> 
> Thanks Konstantin. I'm trying your patch and that looks better.
> poudriere runs since 3 hours now (before the box paniced few minutes
> after I start a poudriere bulk)
> 
> (I've removed the previous change to panic on the warning "WARNING:
> destroying knlist w/ knotes on it!" / I guess it is ok ?)
> 
> As far I can see gamin still works (xfce sees changes and the "testgam"
> tool works fine : https://people.gnome.org/~veillard/gamin/debug.html)
Does stopping the gamin server work as well ?

> 
> I will run few "poudriere bulk" tomorrow and report the result here.  
> 
> I've tried on my workstation at work which uses the same configuration
> as at home, but I was not able to reproduce this problem. The only big
> change is that it has 8 GB RAM versus 4 GB here. I don't know what can
> trigger this panic.
This is something very specific.  E.g., you would not be able to reproduce
the problem easily with tail -F and forced unmount of the volume.  Anyway,
if gamin works and stops normally with the patch, I will just commit it.

> 
> If you have patch to test or idea, please let me know.
> Thanks, regards.


pgpAUcIO8cGGd.pgp
Description: PGP signature


RE: ipv6_addrs_IF aliases in rc.conf(5)

2013-07-16 Thread Dewayne Geraghty
Sato-san,

You have provided a very useful summary of ifconfig parameters for rc.conf. 
However, you are missing one example that would provide
clearer understanding.  Would you please advise if 
 
ipv4_addr_em0="10.2.1.1-10/32"

is deprecated, backward compatible or remains valid into the future?

I particularly appreciate the succinctness of:
ifconfig_em0_aliases="inet 10.3.3.201-204/24 inet6 2001:db8:210-213::1/64 inet 
10.1.1.1/24"

Kind regards, Dewayne.

___
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: (9.2) panic under disk load (gam_server / knlist_remove_kq)

2013-07-16 Thread Patrick Lamaiziere
Le Tue, 16 Jul 2013 09:05:55 +0300,
Konstantin Belousov  a écrit :

Hello,

Thanks Konstantin. I'm trying your patch and that looks better.
poudriere runs since 3 hours now (before the box paniced few minutes
after I start a poudriere bulk)

(I've removed the previous change to panic on the warning "WARNING:
destroying knlist w/ knotes on it!" / I guess it is ok ?)

As far I can see gamin still works (xfce sees changes and the "testgam"
tool works fine : https://people.gnome.org/~veillard/gamin/debug.html)

I will run few "poudriere bulk" tomorrow and report the result here.  

I've tried on my workstation at work which uses the same configuration
as at home, but I was not able to reproduce this problem. The only big
change is that it has 8 GB RAM versus 4 GB here. I don't know what can
trigger this panic.

If you have patch to test or idea, please let me know.
Thanks, regards.
___
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"


Aw: Re: status of autotuning freebsd for 9.2

2013-07-16 Thread Pascal Drecker
   > Op maandag 15 juli 2013 schreef Alfred Perlstein
   (alf...@ixsystems.com) het
   > volgende:
   >
   >> On 7/15/13 7:13 AM, Glen Barber wrote:
   >>>
   >>> On Mon, Jul 15, 2013 at 05:48:40AM -0700, Alfred Perlstein wrote:
   >>>
    On 7/15/13 5:44 AM, Andre Oppermann wrote:
   
   > On 15.07.2013 08:38, Andre Oppermann wrote:
   >
   >> On 13.07.2013 09:47, Alfred Perlstein wrote:
   >>
   >>> Andre, we have a number of people running this patch in the
   >>> following configurations:
   >>>
   >>> 6-8GB ram + 10gigE ethernet using iozone over NFS.
   >>>
   >> As you haven't seen any problems yet I've asked RE to green
   light
   >> the MFC.
   >>
   > RE has rejected the MFC out of fears for unexpected regressions.
   >
   > That is unfortunate. I guess re@ doesn't understand that FreeBSD
    9.2 will be unusable out of the box for doing 10gigE for more than
   a
    few microseconds.
   
    Can we not just do my original patch that has the check for 64bit
    pointers before unscaling maxusers? That would be dirt simple and
    just work with minimal risk.
   
    IMHO, this is considered a new feature, and not a critical bug
   fix. re@
   >>> asked from the start of the code slush to avoid new features, and
   at
   >>> this point, it is too late. It is not worth introducing possible
   >>> regressions, which will only delay the 9.2-RELEASE.
   >>>
   >>> Glen
   >>>
   >>> OK, then we need a release notes telling people a sane value for
   >> nmbclusters and friends so that they know how to make 10gigE work.
   >>
   >> I'll poll my team for a value if someone else has one, that would be
   even
   >> better.
   >>
   >> --
   >> Alfred Perlstein
   >> VP Software Engineering, iXsystems
   >
   >
   >Is there a possibility that a separate unofficial patch set could be
   >released for people who want the autotuning but do not want to run 9
   >stable after 9.2 is released.
   >I would like the autotuning, but i am a little reluctent to use other
   >stable stuff i will get when tracking stable.
   >
   >Regards
   >Johan

   Hi,

   I think that's a good point.

   In our company, it�s not allowed to use the stable tree for any
   production system. Little and useful patches are still allowed.

   Having a central point with a description of each patch it would be
   much easier to update the release version with the needed patches.

   Perhaps, each patch could also have a comment section and a state
   (experimental, almost stable, stable ...) or a counter for successfully
   and unsuccessfully deployments.

   Any objections?

   Regards,
   Pascal
___
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: ipv6_addrs_IF aliases in rc.conf(5)

2013-07-16 Thread Mark Felder
On Tue, 16 Jul 2013 12:19:31 -0500, Kevin Oberman
<[1]rkober...@gmail.com> wrote:



> It didn't. 10.2.1.1-10 syntax did.



I'm not totally clear on this yet -- the entire concept of being able
to do *ranges* is deprecated? Or is it deprecated because it's missing
the CIDR?





Thanks

References

1. mailto:rkober...@gmail.com
___
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: status of autotuning freebsd for 9.2

2013-07-16 Thread Johan Hendriks
Op maandag 15 juli 2013 schreef Alfred Perlstein (alf...@ixsystems.com) het
volgende:

> On 7/15/13 7:13 AM, Glen Barber wrote:
>
>> On Mon, Jul 15, 2013 at 05:48:40AM -0700, Alfred Perlstein wrote:
>>
>>> On 7/15/13 5:44 AM, Andre Oppermann wrote:
>>>
 On 15.07.2013 08:38, Andre Oppermann wrote:

> On 13.07.2013 09:47, Alfred Perlstein wrote:
>
>> Andre, we have a number of people running this patch in the
>> following configurations:
>>
>> 6-8GB ram + 10gigE ethernet using iozone over NFS.
>>
> As you haven't seen any problems yet I've asked RE to green light
> the MFC.
>
 RE has rejected the MFC out of fears for unexpected regressions.

  That is unfortunate.  I guess re@ doesn't understand that FreeBSD
>>> 9.2 will be unusable out of the box for doing 10gigE for more than a
>>> few microseconds.
>>>
>>> Can we not just do my original patch that has the check for 64bit
>>> pointers before unscaling maxusers?  That would be dirt simple and
>>> just work with minimal risk.
>>>
>>>  IMHO, this is considered a new feature, and not a critical bug fix.  re@
>> asked from the start of the code slush to avoid new features, and at
>> this point, it is too late.  It is not worth introducing possible
>> regressions, which will only delay the 9.2-RELEASE.
>>
>> Glen
>>
>>  OK, then we need a release notes telling people a sane value for
> nmbclusters and friends so that they know how to make 10gigE work.
>
> I'll poll my team for a value if someone else has one, that would be even
> better.
>
> --
> Alfred Perlstein
> VP Software Engineering, iXsystems


Is there a possibility that a separate unofficial  patch set could be
released for people who want  the autotuning but do not want to run 9
stable after 9.2 is released.
I would like the autotuning, but i am a  little reluctent to use other
stable stuff i will get when tracking stable.

Regards
Johan


> __**_
> 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"
>
___
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: ipv6_addrs_IF aliases in rc.conf(5)

2013-07-16 Thread Kevin Oberman
On Tue, Jul 16, 2013 at 5:25 AM, Mark Felder  wrote:

> On Tue, Jul 16, 2013, at 7:21, Łukasz Wąsikowski wrote:
> >
> > I'm using ipv4_addrs_em0 now (and ipv6_addrs_em0 with Kimmo Paasiala's
> > patch), but Hiroki Sato wrote:
> >
> > hr># IPv4 address range spec.  Now deprecated.
> > hr>ipv4_addr_em0="10.2.1.1-10"
> >
> > So I'm a little confused now :)
>
> As am I... when did ipv4_addr get deprecated?
>

It didn't.  10.2.1.1-10 syntax did.
-- 
R. Kevin Oberman, Network Engineer
E-mail: rkober...@gmail.com
___
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: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-16 Thread Taku YAMAMOTO
On Tue, 16 Jul 2013 03:14:38 -0700
Adrian Chadd  wrote:

> Nope, no such joy.
> 
> What else can I try?

Maybe sysctl dev.[uoex]hci.*.wake=1 works.
Other than that I have out of my ideas :(...

> -adrian
> 
> On 16 July 2013 02:16, Adrian Chadd  wrote:
> > I'll try it out soon, thanks!
> >
> >
> >
> > -adrian
> >
> > On 15 July 2013 14:35, Taku YAMAMOTO  wrote:
> >> This reminds me of my local patch which I wrote and forgot about deep in
> >> the git :)
> >>
> >> This hack was required to have working USB ports on X61 after resume,
> >> but I'm not sure whether it's still required because I don't have X61 handy
> >> anymore...
> >>
> >>
> >> On Mon, 8 Jul 2013 11:09:20 -0700
> >> Adrian Chadd  wrote:
> >>
> >>> On 7 July 2013 22:00, Ian Smith  wrote:
> >>>
> >>> > Checking one more point .. do the USB ports come up ok if you originally
> >>> > boot with nothing plugged in?  If so (or if not), does that local APIC
> >>>
> >>> Yes.
> >>>
> >>> > error message appear the same then too?
> >>>
> >>> >
> >>>
> >>> No
> >>>
> >>>
> >>> -adrian
> >>> ___
> >>> freebsd-a...@freebsd.org mailing list
> >>> http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
> >>> To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"
> >>
> >>
> >> --
> >> -|-__   山本 拓 / YAMAMOTO, Taku
> >>  | __ < 
> >>
> >>   - A chicken is an egg's way of producing more eggs. -


-- 
-|-__   山本 拓 / YAMAMOTO, Taku
 | __ < 

  - A chicken is an egg's way of producing more eggs. -
___
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: Interpreting MCA error output

2013-07-16 Thread Kurt Jaeger
Hi!

Approx. two years ago there was a thread on -stable about MCA output.

See

http://lists.freebsd.org/pipermail/freebsd-stable/2011-October/064083.html

for a post from Jeremy Chadwick with a link to a AMD paper on
that topic ?

http://www.amd.com/us/Documents/47644A_ecc_embedded.pdf

which is no longer available 8-( Anyone has a copy ?

There's new mcelog source (1.0pre3), but the MASTER_SITES look deserted 8-(
And I'm not sure the CPU is really supported by that mcelog version,
due to the error:

mcelog: Unsupported new Family 6 Model 2d CPU: only decoding architectural 
errors

We have a HP360 gen8 running FreeBSD 9.1 and try to get support
from HP on that topic.

-- 
p...@opsec.eu+49 171 3101372 7 years to go !
___
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: ipv6_addrs_IF aliases in rc.conf(5)

2013-07-16 Thread Mark Felder
On Tue, Jul 16, 2013, at 7:21, Łukasz Wąsikowski wrote:
> 
> I'm using ipv4_addrs_em0 now (and ipv6_addrs_em0 with Kimmo Paasiala's
> patch), but Hiroki Sato wrote:
> 
> hr># IPv4 address range spec.  Now deprecated.
> hr>ipv4_addr_em0="10.2.1.1-10"
> 
> So I'm a little confused now :)

As am I... when did ipv4_addr get deprecated?
___
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: ipv6_addrs_IF aliases in rc.conf(5)

2013-07-16 Thread Łukasz Wąsikowski
W dniu 2013-07-16 13:29, Mark Felder pisze:

> On Tue, Jul 16, 2013, at 6:12, Łukasz Wąsikowski wrote:
>>
>> What is the current, non deprecated way, to configure IP addresses in
>> rc.conf? Let's say for a dual stack, multi IP box I need to set:
>>
>> 10.0.0.66/28 and 10.0.0.67-78 as aliases and
>> fdda:5cc1:23:4::1/48 and fdda:5cc1:23:4::2-f as aliases
>>
>> What is the best way to accomplish it?
>>
> 
> 
> ipv4_addrs_em0="10.0.0.66-78/28"
> 
> ipv6 syntax depends on if you're using 8.x or 9.1-RELEASE, but you're
> going to have to do all the aliases manually.

I'm using ipv4_addrs_em0 now (and ipv6_addrs_em0 with Kimmo Paasiala's
patch), but Hiroki Sato wrote:

hr># IPv4 address range spec.  Now deprecated.
hr>ipv4_addr_em0="10.2.1.1-10"

So I'm a little confused now :) If I'd use post r252015 system then
would this be better way?

ifconfig_em0_aliases="inet 10.0.0.66/28 inet 10.0.0.67-78 inet6
fdda:5cc1:23:4::1/48 inet6 fdda:5cc1:23:4::2-f"

-- 
best regards,
Lukasz Wasikowski
___
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: ipv6_addrs_IF aliases in rc.conf(5)

2013-07-16 Thread Mark Felder
On Tue, Jul 16, 2013, at 6:12, Łukasz Wąsikowski wrote:
>
> What is the current, non deprecated way, to configure IP addresses in
> rc.conf? Let's say for a dual stack, multi IP box I need to set:
> 
> 10.0.0.66/28 and 10.0.0.67-78 as aliases and
> fdda:5cc1:23:4::1/48 and fdda:5cc1:23:4::2-f as aliases
> 
> What is the best way to accomplish it?
>


ipv4_addrs_em0="10.0.0.66-78/28"

ipv6 syntax depends on if you're using 8.x or 9.1-RELEASE, but you're
going to have to do all the aliases manually.
___
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: ipv6_addrs_IF aliases in rc.conf(5)

2013-07-16 Thread Łukasz Wąsikowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

W dniu 2013-07-12 09:03, Hiroki Sato pisze:

> Please let me know if the existing configurations and/or the new 
> formats do not work.  The following is a summary of the supported 
> rc.conf variables, FYI:
> 
> Hiroki Sato  wrote in
> <201306200229.r5k2tnfr085...@svn.freebsd.org>:
> 

[...]

What is the current, non deprecated way, to configure IP addresses in
rc.conf? Let's say for a dual stack, multi IP box I need to set:

10.0.0.66/28 and 10.0.0.67-78 as aliases and
fdda:5cc1:23:4::1/48 and fdda:5cc1:23:4::2-f as aliases

What is the best way to accomplish it?

- -- 
best regards,
Lukasz Wasikowski
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHlKqQACgkQXlaUxx+udUUtnwCfc74UJLDPnCjec+v8TP0d8ceV
Pz4AnA6Nd5rwO5HL/LYdaJiPmBC1ENxC
=bzG8
-END PGP SIGNATURE-
___
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: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-16 Thread Adrian Chadd
Nope, no such joy.

What else can I try?


-adrian

On 16 July 2013 02:16, Adrian Chadd  wrote:
> I'll try it out soon, thanks!
>
>
>
> -adrian
>
> On 15 July 2013 14:35, Taku YAMAMOTO  wrote:
>> This reminds me of my local patch which I wrote and forgot about deep in
>> the git :)
>>
>> This hack was required to have working USB ports on X61 after resume,
>> but I'm not sure whether it's still required because I don't have X61 handy
>> anymore...
>>
>>
>> On Mon, 8 Jul 2013 11:09:20 -0700
>> Adrian Chadd  wrote:
>>
>>> On 7 July 2013 22:00, Ian Smith  wrote:
>>>
>>> > Checking one more point .. do the USB ports come up ok if you originally
>>> > boot with nothing plugged in?  If so (or if not), does that local APIC
>>>
>>> Yes.
>>>
>>> > error message appear the same then too?
>>>
>>> >
>>>
>>> No
>>>
>>>
>>> -adrian
>>> ___
>>> freebsd-a...@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
>>> To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"
>>
>>
>> --
>> -|-__   山本 拓 / YAMAMOTO, Taku
>>  | __ < 
>>
>>   - A chicken is an egg's way of producing more eggs. -
___
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: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-16 Thread Adrian Chadd
I'll try it out soon, thanks!



-adrian

On 15 July 2013 14:35, Taku YAMAMOTO  wrote:
> This reminds me of my local patch which I wrote and forgot about deep in
> the git :)
>
> This hack was required to have working USB ports on X61 after resume,
> but I'm not sure whether it's still required because I don't have X61 handy
> anymore...
>
>
> On Mon, 8 Jul 2013 11:09:20 -0700
> Adrian Chadd  wrote:
>
>> On 7 July 2013 22:00, Ian Smith  wrote:
>>
>> > Checking one more point .. do the USB ports come up ok if you originally
>> > boot with nothing plugged in?  If so (or if not), does that local APIC
>>
>> Yes.
>>
>> > error message appear the same then too?
>>
>> >
>>
>> No
>>
>>
>> -adrian
>> ___
>> freebsd-a...@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
>> To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"
>
>
> --
> -|-__   山本 拓 / YAMAMOTO, Taku
>  | __ < 
>
>   - A chicken is an egg's way of producing more eggs. -
___
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"