Re: Panic - ffs_valloc: dup alloc

2013-08-10 Thread AN
On Sat, 10 Aug 2013, Adrian Chadd wrote: On 10 August 2013 19:19, AN wrote: Hi All: I am having a major problem on current at the moment, and I could really use some help. I am at R253966 on amd64, my problem is the machine is panicing with: ffs_valloc: dup alloc I have booted into single

Re: Panic - ffs_valloc: dup alloc

2013-08-10 Thread Adrian Chadd
On 10 August 2013 19:19, AN wrote: > Hi All: > > I am having a major problem on current at the moment, and I could really use > some help. I am at R253966 on amd64, my problem is the machine is panicing > with: ffs_valloc: dup alloc > > I have booted into single user mode and run fsck, it reports

Panic - ffs_valloc: dup alloc

2013-08-10 Thread AN
Hi All: I am having a major problem on current at the moment, and I could really use some help. I am at R253966 on amd64, my problem is the machine is panicing with: ffs_valloc: dup alloc I have booted into single user mode and run fsck, it reports that it has fixed the file system but I st

Re: Light humour

2013-08-10 Thread Sam Fourman Jr.
On Sat, Aug 10, 2013 at 7:07 PM, Sam Fourman Jr. wrote: > On Sat, Apr 27, 2013 at 6:31 PM, Paul Webster > wrote: >> Just got this link on IRC, (freenode/##freebsd) was so funny I thought >> I would see if I could get any of you guys to spit out you're coffee >> :) >> >> http://antibsd.wordpress.c

Re: Light humour

2013-08-10 Thread Sam Fourman Jr.
On Sat, Apr 27, 2013 at 6:31 PM, Paul Webster wrote: > Just got this link on IRC, (freenode/##freebsd) was so funny I thought > I would see if I could get any of you guys to spit out you're coffee > :) > > http://antibsd.wordpress.com/ > ___ Sorry I am

Re: CFT: PCI Command Register fixups

2013-08-10 Thread Marius Strobl
On Fri, Aug 09, 2013 at 09:56:48PM -0600, Scott Long wrote: > All, > > Subversion rev 250418 affected approximately 63 drivers by making them > vulnerable to resource allocation failures on motherboards with buggy BIOSes. > The revision itself is good, but it needs to address these drivers and

Re: FYI: Advanced USB compliance testing tool now in the tree (10-current only)

2013-08-10 Thread Kevin Oberman
On Fri, Aug 9, 2013 at 1:33 PM, Hans Petter Selasky wrote: > Hi, > > For those of you that want to make sure your USB mass storage device > behaves correctly when using FreeBSD, typically for critical applications, > I've just added an advanced USB testing tool to the FreeBSD source tree. It > ca

Re: panic on boot with fresh current

2013-08-10 Thread Bryan Drewery
On 8/10/2013 1:21 PM, Konstantin Belousov wrote: > On Sat, Aug 10, 2013 at 08:45:47PM +0300, Konstantin Belousov wrote: >> On Sat, Aug 10, 2013 at 08:44:07PM +0300, Konstantin Belousov wrote: >>> On Sat, Aug 10, 2013 at 12:15:35PM -0500, Bryan Drewery wrote: On 8/10/2013 11:44 AM, Bryan Drewer

Re: panic on boot with fresh current

2013-08-10 Thread Adrian Chadd
Hi, I can reproduce it locally, purely by booting an unchanged amd64 GENERIC. Are you testing it against an _unmodified_ GENERIC, on amd64? If it doesn't panic for you but it does panic for me (and I'll go and get the svn version once I reboot to the old kernel and test) then there may be a hidd

Re: panic on boot with fresh current

2013-08-10 Thread Bryan Drewery
On 8/10/2013 12:45 PM, Konstantin Belousov wrote: > On Sat, Aug 10, 2013 at 08:44:07PM +0300, Konstantin Belousov wrote: >> On Sat, Aug 10, 2013 at 12:15:35PM -0500, Bryan Drewery wrote: >>> On 8/10/2013 11:44 AM, Bryan Drewery wrote: On 8/10/2013 6:24 AM, Joel Dahl wrote: > panic: witness

Entropy harvesting sysctl error messages as of r254181

2013-08-10 Thread Raphael Kubo da Costa
After updating -CURRENT from a one or two-month old checkout, I get the following messages when /etc/rc.d/initrandom is run: Entropy harvesting:sysctl: unknown oid 'kern.random.sys.harvest.interrupt': No such file or directory interruptssysctl: unknown oid 'kern.random.sys.harvest.ethernet':

Re: panic on boot with fresh current

2013-08-10 Thread Raphael Kubo da Costa
Konstantin Belousov writes: > The right fix looks to be just what the panic message told, please try > this: The patch managed to fix the crash here at least. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: crash with cpucontrol/microcode update : Today's -CURRENT

2013-08-10 Thread Larry Rosenman
On 2013-08-10 15:02, Konstantin Belousov wrote: Try this. diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 742ef0db..4e5abb2 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -346,8 +346,7 @@ update_intel(int cpu, cpuctl_update_args_t *args, struct thr

Re: crash with cpucontrol/microcode update : Today's -CURRENT

2013-08-10 Thread Konstantin Belousov
On Sat, Aug 10, 2013 at 02:06:10PM -0500, Larry Rosenman wrote: > I'm getting the following @R254183: > when I try to run the microcode_update. > > Just started with yesterday's -CURRENT. > (kgdb) #0 doadump (textdump=) at pcpu.h:236 > #1 0x8051d6f0 in kern_reboot (howto=260) > at

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Glen Barber
On Sat, Aug 10, 2013 at 02:11:52PM -0400, Glen Barber wrote: > On Sat, Aug 10, 2013 at 01:09:20PM -0500, Dan Mack wrote: > > It looks like you are doing the first [! -z '"${svnversion}"' ] > > before $svnversion is being set. In the old version, this was > > being set via: > > > > if [ -x /usr/b

Re: panic on boot with fresh current

2013-08-10 Thread Konstantin Belousov
On Sat, Aug 10, 2013 at 08:45:47PM +0300, Konstantin Belousov wrote: > On Sat, Aug 10, 2013 at 08:44:07PM +0300, Konstantin Belousov wrote: > > On Sat, Aug 10, 2013 at 12:15:35PM -0500, Bryan Drewery wrote: > > > On 8/10/2013 11:44 AM, Bryan Drewery wrote: > > > > On 8/10/2013 6:24 AM, Joel Dahl wr

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Glen Barber
On Sat, Aug 10, 2013 at 01:09:20PM -0500, Dan Mack wrote: > It looks like you are doing the first [! -z '"${svnversion}"' ] > before $svnversion is being set. In the old version, this was > being set via: > > if [ -x /usr/bin/svnliteversion ] ; then > svnversion=/usr/bin/svnliteversion >

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Dan Mack
Here's the before and after looks like FWIW: ' + LC_ALL=C + export LC_ALL + [ ! -r version ] + echo 0 + touch version + cat version + pwd + hostname + date + v=0 u=root d=/usr/src/sys/conf h=borg.macktronics.com t='Sat Aug 10 12:59:21 CDT 2013' + make -V KERN_IDENT + i='' + make -V CC + grep v

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Dan Mack
Same problems here ... sometime after 10.0-CURRENT r253918 ... Two other systems stopped working and they have a mixture of svn / svnlite version combinations: working system: #1: ports svn installed at newer version root@borg:/usr/src # svnversion ; svnversion --version | head -1 253918 svnve

Re: panic on boot with fresh current

2013-08-10 Thread Konstantin Belousov
On Sat, Aug 10, 2013 at 08:44:07PM +0300, Konstantin Belousov wrote: > On Sat, Aug 10, 2013 at 12:15:35PM -0500, Bryan Drewery wrote: > > On 8/10/2013 11:44 AM, Bryan Drewery wrote: > > > On 8/10/2013 6:24 AM, Joel Dahl wrote: > > >> panic: witness_init: pending locks list is too small, increase >

Re: panic on boot with fresh current

2013-08-10 Thread Konstantin Belousov
On Sat, Aug 10, 2013 at 12:15:35PM -0500, Bryan Drewery wrote: > On 8/10/2013 11:44 AM, Bryan Drewery wrote: > > On 8/10/2013 6:24 AM, Joel Dahl wrote: > >> panic: witness_init: pending locks list is too small, increase > >> WITNESS_PENDLIST > > I also get this. The last stable revision for me was

Fun with nvi

2013-08-10 Thread Peter Wemm
I've been tinkering with the nvi refresh from the GSoC in 2011, aka nvi2. https://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/zy/1 https://github.com/lichray/nvi2 The goal was to update the multibyte handling in nvi-1.79 (the one we have in our tree) in such a way we could import

Re: panic on boot with fresh current

2013-08-10 Thread Bryan Drewery
On 8/10/2013 11:44 AM, Bryan Drewery wrote: > On 8/10/2013 6:24 AM, Joel Dahl wrote: >> panic: witness_init: pending locks list is too small, increase >> WITNESS_PENDLIST > I also get this. The last stable revision for me was r254150 r254150 stable, r254171 panic. backtrace: https://dl.dropboxuse

Re: panic on boot with fresh current

2013-08-10 Thread Bryan Drewery
On 8/10/2013 6:24 AM, Joel Dahl wrote: > Hi, > > I just rebuilt a fresh current on my laptop. It panics on boot with: > > panic: witness_init: pending locks list is too small, increase > WITNESS_PENDLIST > > I'm in a hurry right now so I can't gather much more info at the moment, but I > thought

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Lev Serebryakov
Hello, Glen. You wrote 10 августа 2013 г., 18:13:24: GB> Hmm. I suspect r254094 is to blame here, although I did extensive GB> testing with different svn versions before the commit. :( GB> I'll take another look at this, in case I missed an edge case. It doesn't look like edge case... Sources

Re: loader don't load loader.conf if device.hints has errors

2013-08-10 Thread Lev Serebryakov
Hello, Lev. You wrote 10 августа 2013 г., 15:01:57: LS> Hello, Current. LS> I've make simple mistake (DOS-style EOL) in /boot/device.hints and LS> /boot/loader.conf was skipped too with strange (device.hints-related) LS> message: LS> FreeBSD/x86 bootstrap loader, Revision 1.1 LS> (r...@fbsd-c-64

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Glen Barber
Hmm. I suspect r254094 is to blame here, although I did extensive testing with different svn versions before the commit. :( I'll take another look at this, in case I missed an edge case. Glen On Sat, Aug 10, 2013 at 07:03:29AM -0700, Adrian Chadd wrote: > Try running the svnlite version of svn

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Adrian Chadd
Try running the svnlite version of svn upgrade. (svnlite upgrade) -adrian On 10 August 2013 07:02, Lev Serebryakov wrote: > Hello, Freebsd-current. > You wrote 10 августа 2013 г., 15:18:46: > > LS>> Latest revisions of -CURRENT built with "nanobsd" script haven't > revision > LS>> in "unam

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Lev Serebryakov
Hello, Freebsd-current. You wrote 10 августа 2013 г., 15:18:46: LS>> Latest revisions of -CURRENT built with "nanobsd" script haven't revision LS>> in "uname -a" output: LS>> FreeBSD gateway.home.serebryakov.spb.ru 10.0-CURRENT FreeBSD LS>> 10.0-CURRENT #0: Sat Aug 10 14:17:32 MSK 2013 LS>>

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread O. Hartmann
On Sat, 10 Aug 2013 15:39:48 +0200 Gary Jennejohn wrote: > On Sat, 10 Aug 2013 14:59:22 +0200 > "O. Hartmann" wrote: > > > On Sat, 10 Aug 2013 11:31:19 +0200 > > Gary Jennejohn wrote: > > > > > On Sat, 10 Aug 2013 11:10:40 +0200 > > > Rainer Hurling wrote: > > > > > > > Yes, I can confirm,

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread Gary Jennejohn
On Sat, 10 Aug 2013 14:59:22 +0200 "O. Hartmann" wrote: > On Sat, 10 Aug 2013 11:31:19 +0200 > Gary Jennejohn wrote: > > > On Sat, 10 Aug 2013 11:10:40 +0200 > > Rainer Hurling wrote: > > > > > Yes, I can confirm, that it builds, installs and runs fine for me. > > > > > > The patch should be

Re: Problems with usb bluetooth device

2013-08-10 Thread Lars Engels
On Sat, Mar 28, 2009 at 11:00:32AM +0100, Hans Petter Selasky wrote: > On Saturday 28 March 2009, Lars Engels wrote: > > Hi all, > > > > yesterday I bought a shiny new hama usb bluetooth dongle but I am having > > some problems using it: > > > > before loading ng_ubt: > > usb2_alloc_device:1480:

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread O. Hartmann
On Sat, 10 Aug 2013 11:31:19 +0200 Gary Jennejohn wrote: > On Sat, 10 Aug 2013 11:10:40 +0200 > Rainer Hurling wrote: > > > Yes, I can confirm, that it builds, installs and runs fine for me. > > > > The patch should be placed as > > x11/nvidia-driver/files/patch-src__nvidia_subr.c, shoudn't it

panic on boot with fresh current

2013-08-10 Thread Joel Dahl
Hi, I just rebuilt a fresh current on my laptop. It panics on boot with: panic: witness_init: pending locks list is too small, increase WITNESS_PENDLIST I'm in a hurry right now so I can't gather much more info at the moment, but I thought I'd mention it. -- Joel __

Re: nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Lev Serebryakov
Hello, Lev. You wrote 10 августа 2013 г., 15:08:49: LS> Latest revisions of -CURRENT built with "nanobsd" script haven't revision LS> in "uname -a" output: LS> FreeBSD gateway.home.serebryakov.spb.ru 10.0-CURRENT FreeBSD LS> 10.0-CURRENT #0: Sat Aug 10 14:17:32 MSK 2013 LS> r...@fbsd-c-64.

nanobsd-built system doesn't have SVN revision in "uname" (and it looks like regression)

2013-08-10 Thread Lev Serebryakov
Hello, Freebsd-embedded. Latest revisions of -CURRENT built with "nanobsd" script haven't revision in "uname -a" output: FreeBSD gateway.home.serebryakov.spb.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Aug 10 14:17:32 MSK 2013 r...@fbsd-c-64.vm.home.serebryakov.spb.ru:/data/obj.nano/gate

loader don't load loader.conf if device.hints has errors

2013-08-10 Thread Lev Serebryakov
Hello, Current. I've make simple mistake (DOS-style EOL) in /boot/device.hints and /boot/loader.conf was skipped too with strange (device.hints-related) message: FreeBSD/x86 bootstrap loader, Revision 1.1 (r...@fbsd-c-64.vm.home.serebryakov.spb.ru, Sat Aug 10 14:02:41 MSK 2013) Loading /boot/defa

Re: Fixing X220 Video The Right Way

2013-08-10 Thread matt
Not sure that it did :) I tried it once early on, and it concerned me enough I never tried again. It was clearly in a violently erroneous state! At one point, X *could* resume the display. This makes me think the problem is solved via the graphics "chip" state, but it could be an acpi thing. I c

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread Gary Jennejohn
On Sat, 10 Aug 2013 11:10:40 +0200 Rainer Hurling wrote: > Yes, I can confirm, that it builds, installs and runs fine for me. > > The patch should be placed as > x11/nvidia-driver/files/patch-src__nvidia_subr.c, shoudn't it? > > Many thanks for this work. > Thanks for testing. Yes, putting t

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread Rainer Hurling
Am 10.08.2013 10:37, schrieb Gary Jennejohn: > On Fri, 9 Aug 2013 10:12:37 -0700 > David Wolfskill wrote: > >> On Fri, Aug 09, 2013 at 07:32:51AM +0200, O. Hartmann wrote: >>> ... > On 8 August 2013 11:10, O. Hartmann > wrote: >> The most recent CURRENT doesn't work with the x11/nvid

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread Gary Jennejohn
On Fri, 9 Aug 2013 10:12:37 -0700 David Wolfskill wrote: > On Fri, Aug 09, 2013 at 07:32:51AM +0200, O. Hartmann wrote: > > ... > > > > On 8 August 2013 11:10, O. Hartmann > > > > wrote: > > > > > The most recent CURRENT doesn't work with the x11/nvidia-driver > > > > > (which is at 319.25 in th