[head tinderbox] failure on mips64/mips

2013-04-23 Thread FreeBSD Tinderbox
TB --- 2013-04-24 00:51:19 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-24 00:51:19 - 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: Computers Won't Turn Off or Reboot

2013-04-23 Thread Erich Dollansky
Hi, On Tue, 23 Apr 2013 15:50:58 -0700 Kevin Oberman wrote: > On Tue, Apr 23, 2013 at 3:26 AM, Artyom Mirgorodskiy < > artyom.mirgorod...@gmail.com> wrote: > > > I have similar problem when start X server with intel driver. > > > > On Monday 22 April 2013 18:50:37 Shawn Webb wrote: > > > Hey Al

Re: Computers Won't Turn Off or Reboot

2013-04-23 Thread Artyom Mirgorodskiy
I don't use fuse. Artyom MirgorodskiyOn Tue, Apr 23, 2013 at 3:26 AM, wrote: I have similar problem when start X server with intel driver. I am seeing the same thing on my 9.1-STABLE box. It was running a kernel from Jan. 27, but after updating on April 16 (r249571M), I can't get it t

Re: Computers Won't Turn Off or Reboot

2013-04-23 Thread Kevin Oberman
On Tue, Apr 23, 2013 at 3:26 AM, Artyom Mirgorodskiy < artyom.mirgorod...@gmail.com> wrote: > I have similar problem when start X server with intel driver. > > On Monday 22 April 2013 18:50:37 Shawn Webb wrote: > > Hey All, > > > > I'm on r249745 on amd64. For the past few weeks, my box hasn't bee

Re: sysvshm: replace Giant with a local sx lock

2013-04-23 Thread Mateusz Guzik
On Tue, Apr 23, 2013 at 11:55:32PM +0300, Konstantin Belousov wrote: > On Tue, Apr 23, 2013 at 10:38:23PM +0200, Mateusz Guzik wrote: > > I would like to replace Giant with a local sx lock in sysvshm code. > > Looked really straightforward so maybe I missed something. > > At very least, the shmget

Re: newnfs pkgng database corruption?

2013-04-23 Thread Baptiste Daroussin
On Tue, Apr 23, 2013 at 08:44:43PM +, Eggert, Lars wrote: > Hi, > > On Apr 22, 2013, at 2:56, Baptiste Daroussin wrote: > > As anyone been able to test this patch? > > I've been running with it for a few days. I've done a reinstall of all ports > plus a few "portmaster -a" runs without pkgn

Re: sysvshm: replace Giant with a local sx lock

2013-04-23 Thread Konstantin Belousov
On Tue, Apr 23, 2013 at 10:38:23PM +0200, Mateusz Guzik wrote: > Hello, > > I would like to replace Giant with a local sx lock in sysvshm code. > Looked really straightforward so maybe I missed something. At very least, the shmget_existing() is no longer functional. The sx is owned around tsleep(

Re: panic on a NULL turnstile on boot on r249810

2013-04-23 Thread Gleb Smirnoff
P.S. Panic isn't reproducible with INVARIANTS :( -- Totus tuus, Glebius. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: panic on a NULL turnstile on boot on r249810

2013-04-23 Thread Gleb Smirnoff
More investigation. AFAIU, we can't come to this point if __mtx_lock_sleep() passed a NULL ts. So ts wasn't NULL before call to propagate_priority(). The turnstile_wait() saves ts on td: 738:td->td_blocked = ts; So I can obtain it: (kgdb) fr 11 #11 0x805206b2 in turnstile_wait

Re: newnfs pkgng database corruption?

2013-04-23 Thread Eggert, Lars
Hi, On Apr 22, 2013, at 2:56, Baptiste Daroussin wrote: > As anyone been able to test this patch? I've been running with it for a few days. I've done a reinstall of all ports plus a few "portmaster -a" runs without pkgng database corruption. I've not tested it for very long, but so far, things

sysvshm: replace Giant with a local sx lock

2013-04-23 Thread Mateusz Guzik
Hello, I would like to replace Giant with a local sx lock in sysvshm code. Looked really straightforward so maybe I missed something. Patch: http://people.freebsd.org/~mjg/patches/sysvshm-giant-sx.patch Inlined version for comments: diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index a1

panic on a NULL turnstile on boot on r249810

2013-04-23 Thread Gleb Smirnoff
Hello, just upgraded from r245115 to r249810 and now box reliably panics on boot a second after mounting root. Trace: #9 0x8066a443 in calltrap () at /usr/src/head/sys/amd64/amd64/exception.S:228 #10 0x8051fe75 in propagate_priority (td=) at /usr/src/head/sys/kern/

[head tinderbox] failure on amd64/amd64

2013-04-23 Thread FreeBSD Tinderbox
TB --- 2013-04-23 19:50:20 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-23 19:50:20 - 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

route -blackhole option behaves differently on localhost from a normal host

2013-04-23 Thread Nick Hibma
After doing a route add 127.0.0.1 -blackhole on a FreeBSD 8.3 host I noticed that nc 80 would instantly return with ENETUNRACH, instead of timing out, while blackhole routing to a real host would time out. Checking in CURRENT (october 2012) reveals the same behaviour: # netstat -nr

Re: CURRENT (r249438): (devel/libiconv)./unistd.h:686:5: error: invalid token at start of a preprocessor expression : #if @GNULIB_EUIDACCESS@

2013-04-23 Thread Dimitry Andric
On Apr 17, 2013, at 21:16, Jung-uk Kim wrote: > On 2013-04-17 06:07:47 -0400, Dimitry Andric wrote: >> On Apr 17, 2013, at 07:31, Jan Beich wrote: >>> Dimitry Andric writes: On Apr 16, 2013, at >>> 00:42, Jan Beich wrote: >> ... > Maybe -O3 overoptimizes regex in libc e.g., > > $ e

Re: Computers Won't Turn Off or Reboot

2013-04-23 Thread Artyom Mirgorodskiy
I have similar problem when start X server with intel driver. On Monday 22 April 2013 18:50:37 Shawn Webb wrote: > Hey All, > > I'm on r249745 on amd64. For the past few weeks, my box hasn't been able to > completely turn off or reboot. The box sits at the console at the "All > buffers synced" me