[head tinderbox] failure on i386/pc98

2013-04-21 Thread FreeBSD Tinderbox
TB --- 2013-04-22 02:50:50 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-22 02:50:50 - 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: Supermicro 6027R-N3RF+head, usb trouble

2013-04-21 Thread Sergey V. Dyatko
On Mon, 22 Apr 2013 08:10:47 +0200 Hans Petter Selasky wrote: > On 04/21/13 21:38, Sergey V. Dyatko wrote: > > Hi, > > > > Can anybody explain why USB keyboard (and keyboard from > > integrated IPKVM) doesn't work when I boot with 'C606 > > chipset Dual 4-Port SATA/SAS Storage Control Unit' ena

Re: Supermicro 6027R-N3RF+head, usb trouble

2013-04-21 Thread Hans Petter Selasky
On 04/21/13 21:38, Sergey V. Dyatko wrote: Hi, Can anybody explain why USB keyboard (and keyboard from integrated IPKVM) doesn't work when I boot with 'C606 chipset Dual 4-Port SATA/SAS Storage Control Unit' enabled in bios? Also I can't boot that box from usb memstick and FreeBSD-10.0-CURRENT

Re: CURRENT: /usr/src/sbin/newfs_nandfs/newfs_nandfs.c:89:18: error: no previous extern declaration for non-static variable

2013-04-21 Thread Ed Schouten
Hi, 2013/4/21 O. Hartmann : > /usr/src/sbin/newfs_nandfs/newfs_nandfs.c:83:18: error: no previous > extern declaration for non-static variable > 'user_files' [-Werror,-Wmissing-variable-declarations] > struct file_info user_files[] = > ^ The following patch should fix this: http

CURRENT: /usr/src/sbin/newfs_nandfs/newfs_nandfs.c:89:18: error: no previous extern declaration for non-static variable

2013-04-21 Thread O. Hartmann
While trying to build buildworld with WITH_NAND= YES in /etc/src.conf I receive this error below. [...] ld -dc -r -o stty.lo stty_stub.o /usr/obj/usr/src/rescue/rescue//usr/src/bin/stty/cchar.o /usr/obj/usr/src/rescue/rescue//usr/src/bin/stty/gfmt.o /usr/obj/usr/src/rescue/res

Supermicro 6027R-N3RF+head, usb trouble

2013-04-21 Thread Sergey V. Dyatko
Hi, Can anybody explain why USB keyboard (and keyboard from integrated IPKVM) doesn't work when I boot with 'C606 chipset Dual 4-Port SATA/SAS Storage Control Unit' enabled in bios? Also I can't boot that box from usb memstick and FreeBSD-10.0-CURRENT-amd64-20130413-r249439-release.iso They both

[head tinderbox] failure on i386/pc98

2013-04-21 Thread FreeBSD Tinderbox
TB --- 2013-04-21 15:50:31 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-21 15:50:31 - 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: ipv6_addrs_IF aliases in rc.conf(5)

2013-04-21 Thread Łukasz Wąsikowski
W dniu 2013-04-13 22:15, Michael Grimm pisze: > On 13.04.2013, at 14:29, Kimmo Paasiala wrote: > > [great deal of simplification by ipv6_addrs_IF] > >> Sorry to resurrect this thread but since nothing has happened in about >> three months I have to ask: What can I do to have this commited to >>

Re: panic when booting HEAD on i386

2013-04-21 Thread Joshua Isom
On 4/21/2013 6:54 AM, Ganbold Tsagaankhuu wrote: As mentioned in one of my previous email I have 2GB machine which is probably not worth to have zfs on such system. Sorry for the noise. thanks, Ganbold Before I upgraded my system, I used 2GB of ram with ZFS on root, no UFS on the system.

Re: Any objections/comments on axing out old ATA stack?

2013-04-21 Thread Alexander Motin
ATA controller drivers are delaying conflicting commands, avoiding conflicts in device. 21.04.2013 14:32 пользователь "Jeremy Chadwick" написал: > On Sun, Apr 21, 2013 at 02:11:04PM +0300, Alexander Motin wrote: > > On 21.04.2013 00:29, Jeremy Chadwick wrote: > > >- The ATA commands which lead up

Re: Any objections/comments on axing out old ATA stack?

2013-04-21 Thread Jeremy Chadwick
On Sun, Apr 21, 2013 at 02:11:04PM +0300, Alexander Motin wrote: > On 21.04.2013 00:29, Jeremy Chadwick wrote: > >- The ATA commands which lead up to the error also vary. Many are for > > write requests, and from some entries I can see that the OS was doing > > NCQ writes (WRITE FPDMA QUEUED)

Re: panic when booting HEAD on i386

2013-04-21 Thread Ganbold Tsagaankhuu
On Sun, Apr 21, 2013 at 7:27 PM, Konstantin Belousov wrote: > On Sun, Apr 21, 2013 at 01:57:03PM +0800, Ganbold Tsagaankhuu wrote: > > On Sat, Apr 20, 2013 at 11:21 PM, Konstantin Belousov > > wrote: > > > > > On Sat, Apr 20, 2013 at 10:52:35PM +0800, Ganbold Tsagaankhuu wrote: > > > > Hi, > > > >

Re: amd64 buildworld lib32 flags fail

2013-04-21 Thread Ian FREISLICH
Konstantin Belousov wrote: > > > rm: /usr/obj/usr/src/lib32: Directory not empty > > > *** [_worldtmp] Error code 1 > >=20 > > Maybe you buildworld is jailed? > > This is the usual consequence of the install -S usage, e.g. by setting > "INSTALL=install -CS" in the make.conf. Ah, thanks. That wou

Re: panic when booting HEAD on i386

2013-04-21 Thread Konstantin Belousov
On Sun, Apr 21, 2013 at 01:57:03PM +0800, Ganbold Tsagaankhuu wrote: > On Sat, Apr 20, 2013 at 11:21 PM, Konstantin Belousov > wrote: > > > On Sat, Apr 20, 2013 at 10:52:35PM +0800, Ganbold Tsagaankhuu wrote: > > > Hi, > > > > > > I'm trying to boot HEAD after updating, but unfortunately it panics

Re: amd64 buildworld lib32 flags fail

2013-04-21 Thread Konstantin Belousov
On Sun, Apr 21, 2013 at 11:27:55AM +0200, Jeremie Le Hen wrote: > Hi Ian, > > On Sun, Apr 21, 2013 at 11:08:41AM +0200, Ian FREISLICH wrote: > > -- > > >>> Rebuilding the temporary build tree > > --

Re: Any objections/comments on axing out old ATA stack?

2013-04-21 Thread Alexander Motin
On 21.04.2013 00:29, Jeremy Chadwick wrote: - The ATA commands which lead up to the error also vary. Many are for write requests, and from some entries I can see that the OS was doing NCQ writes (WRITE FPDMA QUEUED) and then suddenly decided to do a classic 28-bit LBA write (WRITE DMA).

Re: amd64 buildworld lib32 flags fail

2013-04-21 Thread Jeremie Le Hen
Hi Ian, On Sun, Apr 21, 2013 at 11:08:41AM +0200, Ian FREISLICH wrote: > > I have some amd64 systems that fail cleaning up lib32 and some that > don't. I have to chflags noschg these files before starting a > buildworld. I can't figure out what the difference is between the > systems that work

Re: Booting an alternative kernel from loader prompt fails the first time only

2013-04-21 Thread Andrey V. Elsukov
On 21.04.2013 04:36, Steven Hartland wrote: > This fails and trips the "Restart from the beginning" case which contains: > last_file_format = i = 0; > fp = NULL; > continue; > > So "i" gets set to 0 but the loop then increments it to 1 before running > the next iteration, so its impossible t

amd64 buildworld lib32 flags fail

2013-04-21 Thread Ian FREISLICH
Hi I have some amd64 systems that fail cleaning up lib32 and some that don't. I have to chflags noschg these files before starting a buildworld. I can't figure out what the difference is between the systems that work and those that don't.

[head tinderbox] failure on i386/pc98

2013-04-21 Thread FreeBSD Tinderbox
TB --- 2013-04-21 04:42:31 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-21 04:42:31 - 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: Booting an alternative kernel from loader prompt fails the first time only

2013-04-21 Thread Rainer Hurling
On 21.04.2013 02:36 (UTC+2), Steven Hartland wrote: > > - Original Message - From: "Joshua Isom" > To: > Sent: Sunday, April 21, 2013 12:41 AM > Subject: Re: Booting an alternative kernel from loader prompt fails the > first time only > > >> On 4/20/2013 12:41 PM, Manfred Antar wrote: