[head tinderbox] failure on ia64/ia64

2013-05-25 Thread FreeBSD Tinderbox
TB --- 2013-05-26 00:41:35 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-05-26 00:41:35 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: Incorrect comparison of ticks in deadlkres

2013-05-25 Thread Attilio Rao
On Sat, May 25, 2013 at 11:55 PM, Ryan Stone wrote: > Currently deadlkres performs the following comparison when trying to check > for threads that have been blocked on a mutex or sleeping on an sx lock: > > if (TD_ON_LOCK(td) && ticks < td->td_blktick) { > /* check for deadlock...*/ Yes the

Re: HP 2570p installation

2013-05-25 Thread Ludovit Koren
> On Sat, 25 May 2013 19:14:43 -0400 > g...@freebsd.org(Glen Barber) said: > > [[PGP Signed Part:No public key for 524F0C37A0B946A3 created at > 2013-05-26T01:14:43+0200 using RSA]] > On Sun, May 26, 2013 at 12:54:09AM +0200, Ludovit Koren wrote: > > After Setting BIOS to legacy, with t

Re: HP 2570p installation

2013-05-25 Thread Glen Barber
On Sun, May 26, 2013 at 12:54:09AM +0200, Ludovit Koren wrote: > After Setting BIOS to legacy, with the 9.1-RELEASE-amd64-memstick.img, > I succeeded to boot. The 10-CURRENT has still problems to boot to > installation window. > Where does it stop? The same place? > Thank you very much. It seem

Re: HP 2570p installation

2013-05-25 Thread Ludovit Koren
wrote: > > > Can you please try the latest snapshot? It might not be available on > > > all mirrors yet, since they began propagating only a few hours ago, so > > > I have copied the amd64 snapshots for 10-CURRENT here in the meantime: > > > > > > htt

Re: HP 2570p installation

2013-05-25 Thread Glen Barber
re in the meantime: > > > > https://snapshots.glenbarber.us/20130525/ > > > > Unfortunately, the result is the same > What are the BIOS settings for USB? If it is not set to legacy, can you please try switching it? Also, can you please try booting both the 9.1-RELEASE and 8

Re: HP 2570p installation

2013-05-25 Thread Ludovit Koren
.0-CURRENT-amd64-20130512-r250582-memstick). I get the > > Can you please try the latest snapshot? It might not be available on > all mirrors yet, since they began propagating only a few hours ago, so > I have copied the amd64 snapshots for 10-CURRENT here in the meantime: >

Incorrect comparison of ticks in deadlkres

2013-05-25 Thread Ryan Stone
Currently deadlkres performs the following comparison when trying to check for threads that have been blocked on a mutex or sleeping on an sx lock: if (TD_ON_LOCK(td) && ticks < td->td_blktick) { /* check for deadlock...*/ The test against ticks is incorrect. It results in deadlkres only si

Re: HP 2570p installation

2013-05-25 Thread Glen Barber
ime: https://snapshots.glenbarber.us/20130525/ Glen pgpIMP5IzIQAz.pgp Description: PGP signature

HP 2570p installation

2013-05-25 Thread Ludovit Koren
Hi, I bought HP Elitebook 2570p(B6Q08EA) (http://h18004.www1.hp.com/products/quickspecs/14314_div/14314_div.html). I checked everything, if it is compatible, before I bought it. Unfortunately, I cannot install 10.0 CURRENT (FreeBSD-10.0-CURRENT-amd64-20130512-r250582-memstick). I get the followin

Re: A PRIV_* flag for /dev/mem?

2013-05-25 Thread Alexander Leidinger
On Sat, 18 May 2013 07:36:01 -0600 Jamie Gritton wrote: > On 05/18/13 05:43, Konstantin Belousov wrote: > > On Fri, May 17, 2013 at 01:14:23PM -0600, Jamie Gritton wrote: > >> I'm considering Alexander Leidinger's patch to make X11 work > >> inside a jail > >> (http://leidinger.net/FreeBSD/curren

Re: FreeBSD-HEAD gets stuck on vnode operations

2013-05-25 Thread Roger Pau Monné
On 20/05/13 20:34, John Baldwin wrote: > On Tuesday, May 14, 2013 1:15:47 pm Roger Pau Monné wrote: >> On 14/05/13 18:31, Konstantin Belousov wrote: >>> On Tue, May 14, 2013 at 06:08:45PM +0200, Roger Pau Monn? wrote: On 13/05/13 17:00, Konstantin Belousov wrote: > On Mon, May 13, 2013 at

Re: Typo in PCI-E Bus Speed measure unit

2013-05-25 Thread Jack Vogel
No, you do not need to commit this, the next drop of my internal code already has this in it, and should be coming shortly, but thanks anyway. Jack On Sat, May 25, 2013 at 4:44 AM, Sergey Kandaurov wrote: > Hi. > > I'd like to commit this patch. > PCI-E Bus Speed is measured in GT/s (transfers

[head tinderbox] failure on ia64/ia64

2013-05-25 Thread FreeBSD Tinderbox
TB --- 2013-05-25 13:32:53 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-05-25 13:32:53 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Typo in PCI-E Bus Speed measure unit

2013-05-25 Thread Sergey Kandaurov
Hi. I'd like to commit this patch. PCI-E Bus Speed is measured in GT/s (transfers per sec). Index: sys/dev/ixgbe/ixgbe.c === --- sys/dev/ixgbe/ixgbe.c (revision 250717) +++ sys/dev/ixgbe/ixgbe.c (working copy) @@ -579,8 +

Re: error: unknown warning group '-Wcpp', ignored (#pragma GCC)

2013-05-25 Thread Lars Engels
On Sat, May 25, 2013 at 12:14:03PM +0200, Niclas Zeising wrote: > On 05/25/13 12:09, O. Hartmann wrote: > > With CLANG on FreeBSD 10.0-CURRENT r250968, I get this error message in > > a source I try to port. > > > > I did not find any suitable "official" workaround and I'd like to avoid > > patchi

Re: error: unknown warning group '-Wcpp', ignored (#pragma GCC)

2013-05-25 Thread Niclas Zeising
On 05/25/13 12:09, O. Hartmann wrote: > With CLANG on FreeBSD 10.0-CURRENT r250968, I get this error message in > a source I try to port. > > I did not find any suitable "official" workaround and I'd like to avoid > patching all files containing those #pragma statements. Is there a > geenral solut

error: unknown warning group '-Wcpp', ignored (#pragma GCC)

2013-05-25 Thread O. Hartmann
With CLANG on FreeBSD 10.0-CURRENT r250968, I get this error message in a source I try to port. I did not find any suitable "official" workaround and I'd like to avoid patching all files containing those #pragma statements. Is there a geenral solution on FreeBSD to overcome this? error: unknown w

[head tinderbox] failure on powerpc64/powerpc

2013-05-25 Thread FreeBSD Tinderbox
TB --- 2013-05-25 05:58:25 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-05-25 05:58:25 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

[head tinderbox] failure on powerpc/powerpc

2013-05-25 Thread FreeBSD Tinderbox
TB --- 2013-05-25 05:54:34 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-05-25 05:54:34 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

[head tinderbox] failure on sparc64/sparc64

2013-05-25 Thread FreeBSD Tinderbox
TB --- 2013-05-25 06:24:24 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-05-25 06:24:24 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013