Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-06 Thread Kurt Lidl
On 7/2/15 11:00 AM, Glen Barber wrote: On Thu, Jul 02, 2015 at 10:52:00AM -0400, Kurt Lidl wrote: Kurt, can you re-enable the ipv6 line in rc.conf(5), and add '-tso6' to your rc.conf(5) lines? ifconfig_bge0="DHCP" ifconfig_bge0_ipv6="inet6 accept_rtadv -tso6" I tried this, and it panic'd

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-02 Thread Glen Barber
On Thu, Jul 02, 2015 at 10:52:00AM -0400, Kurt Lidl wrote: > >Kurt, can you re-enable the ipv6 line in rc.conf(5), and add '-tso6' to > >your rc.conf(5) lines? > > > > ifconfig_bge0="DHCP" > > ifconfig_bge0_ipv6="inet6 accept_rtadv -tso6" > > > > I tried this, and it panic'd in the same manner.

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-02 Thread Kurt Lidl
On 7/1/15 7:41 PM, Glen Barber wrote: On Wed, Jul 01, 2015 at 05:56:48PM -0400, Kurt Lidl wrote: On 7/1/15 11:52 AM, Chris Ross wrote: On Jul 1, 2015, at 11:34, Kurt Lidl wrote: I discovered that if I comment out the following lines >from my /etc/rc.conf, the machine boots reliably: ifcon

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Glen Barber
On Wed, Jul 01, 2015 at 05:56:48PM -0400, Kurt Lidl wrote: > On 7/1/15 11:52 AM, Chris Ross wrote: > > > >>On Jul 1, 2015, at 11:34, Kurt Lidl wrote: > >>I discovered that if I comment out the following lines > >>from my /etc/rc.conf, the machine boots reliably: > >> > >>ifconfig_bge0="DHCP" > >>i

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Kurt Lidl
On 7/1/15 11:52 AM, Chris Ross wrote: On Jul 1, 2015, at 11:34, Kurt Lidl wrote: I discovered that if I comment out the following lines from my /etc/rc.conf, the machine boots reliably: ifconfig_bge0="DHCP" ifconfig_bge0_ipv6="inet6 accept_rtadv" Of course, with no network connection, it's n

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Fabian Keil
Kurt Lidl wrote: > > [-stable@ in CC since these are the first 10.2-PRERELEASE builds > > available since the code slush went into effect, which marks the start > > of the release cycle.] > > > > New FreeBSD development branch installation ISOs and virtual machine > > disk images have been upload

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Mark Linimon
On Wed, Jul 01, 2015 at 11:34:17AM -0400, Kurt Lidl wrote: > Of course, with no network connection, it's not a very useful machine, There are PCI slots on mine :-) ok, joking aside, this is indeed not useful. But it's useful to note that a couple of months ago, I was running my v245 hard, and it

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Chris Ross
> On Jul 1, 2015, at 11:34, Kurt Lidl wrote: > I discovered that if I comment out the following lines > from my /etc/rc.conf, the machine boots reliably: > > ifconfig_bge0="DHCP" > ifconfig_bge0_ipv6="inet6 accept_rtadv" > > Of course, with no network connection, it's not a very useful machine,

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Kurt Lidl
On 7/1/15 8:15 AM, Kurt Lidl wrote: On 6/30/15 10:54 PM, Glen Barber wrote: Kurt, could you please create a PR and point me to the PR number so RE can put it on our watch list? The PR is: 201245 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201245 I put the short version of the panic ba

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Chris Ross
On Jul 1, 2015, at 05:18 , Fabian Keil wrote: > Does it make a difference if you boot with hw.bge.allow_asf=0? > > According to the man page it is known to "cause system lockup problems > on a small number of systems". It's not obvious to me why it's enabled > by default on FreeBSD and I disable

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Glen Barber
On Wed, Jul 01, 2015 at 08:15:41AM -0400, Kurt Lidl wrote: > On 6/30/15 10:54 PM, Glen Barber wrote: > > >Kurt, could you please create a PR and point me to the PR number so RE > >can put it on our watch list? > > The PR is: 201245 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201245 >

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Kurt Lidl
On 6/30/15 10:54 PM, Glen Barber wrote: Kurt, could you please create a PR and point me to the PR number so RE can put it on our watch list? The PR is: 201245 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201245 I put the short version of the panic backtrace in the bug, and attached the

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Fabian Keil
Chris Ross wrote: > Yeah, this is the same panic you, I, and others have been seeing on > sparc64's with bge's, or at least v240's (and one other IIRC) for many > many months. Thanks for grabbing a core! Does it make a difference if you boot with hw.bge.allow_asf=0? According to the man page

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 10:48:56PM -0400, Chris Ross wrote: > > On Jun 30, 2015, at 22:36 , Glen Barber wrote: > > On Tue, Jun 30, 2015 at 10:27:21PM -0400, Chris Ross wrote: > >> > >> Yeah, this is the same panic you, I, and others have been seeing on > >> sparc64's > >> with bge's, or at lea

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Chris Ross
On Jun 30, 2015, at 22:36 , Glen Barber wrote: > On Tue, Jun 30, 2015 at 10:27:21PM -0400, Chris Ross wrote: >> >> Yeah, this is the same panic you, I, and others have been seeing on >> sparc64's >> with bge's, or at least v240's (and one other IIRC) for many many months. >> Thanks >> for gr

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 10:27:21PM -0400, Chris Ross wrote: > > Yeah, this is the same panic you, I, and others have been seeing on > sparc64's > with bge's, or at least v240's (and one other IIRC) for many many months. > Thanks > for grabbing a core! > > When I was trying to search for a

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Chris Ross
Yeah, this is the same panic you, I, and others have been seeing on sparc64's with bge's, or at least v240's (and one other IIRC) for many many months. Thanks for grabbing a core! When I was trying to search for a commit that caused the change of behavior, I had difficultly doing it, but it

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 10:14:19PM -0400, Kurt Lidl wrote: > On 6/30/15 8:16 PM, Glen Barber wrote: > >On Tue, Jun 30, 2015 at 08:14:07PM -0400, Kurt Lidl wrote: > >>>[-stable@ in CC since these are the first 10.2-PRERELEASE builds > >>>available since the code slush went into effect, which marks t

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Kurt Lidl
On 6/30/15 8:16 PM, Glen Barber wrote: On Tue, Jun 30, 2015 at 08:14:07PM -0400, Kurt Lidl wrote: [-stable@ in CC since these are the first 10.2-PRERELEASE builds available since the code slush went into effect, which marks the start of the release cycle.] New FreeBSD development branch install

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 08:14:07PM -0400, Kurt Lidl wrote: > >[-stable@ in CC since these are the first 10.2-PRERELEASE builds > >available since the code slush went into effect, which marks the start > >of the release cycle.] > > > >New FreeBSD development branch installation ISOs and virtual mach

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Kurt Lidl
[-stable@ in CC since these are the first 10.2-PRERELEASE builds available since the code slush went into effect, which marks the start of the release cycle.] New FreeBSD development branch installation ISOs and virtual machine disk images have been uploaded to the FTP mirrors. As with any devel

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-27 Thread Fabian Keil
Glen Barber wrote: > [-stable@ in CC since these are the first 10.2-PRERELEASE builds > available since the code slush went into effect, which marks the start > of the release cycle.] > > New FreeBSD development branch installation ISOs and virtual machine > disk images have been uploaded to the

New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-26 Thread Glen Barber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 [-stable@ in CC since these are the first 10.2-PRERELEASE builds available since the code slush went into effect, which marks the start of the release cycle.] New FreeBSD development branch installation ISOs and virtual machine disk images have been