Re: installworld fails

2013-01-21 Thread Jason Evans
On Jan 21, 2013, at 10:13 PM, AN wrote: > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r245766: Tue Jan 22 > 00:49:02 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 > > Is anyone seeing this? > > install -l s usr/src/sys /sys > install: /sys/sys: Directory not empty > ***

installworld fails

2013-01-21 Thread AN
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r245766: Tue Jan 22 00:49:02 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Is anyone seeing this? install -l s usr/src/sys /sys install: /sys/sys: Directory not empty *** [distrib-dirs] Error code 71 _

Re: ZFS + usb in trouble?

2013-01-21 Thread Hans Petter Selasky
On Monday 21 January 2013 22:37:11 Hans Petter Selasky wrote: > On Monday 21 January 2013 22:36:04 Hans Petter Selasky wrote: > > On Monday 21 January 2013 22:17:19 Pawel Jakub Dawidek wrote: > > > I used wrong Hans' login, resending with the proper e-mail. > > > > Hi, > > > > You should try to u

Re: ZFS + usb in trouble?

2013-01-21 Thread Hans Petter Selasky
On Monday 21 January 2013 22:17:19 Pawel Jakub Dawidek wrote: > I used wrong Hans' login, resending with the proper e-mail. > Hi, You should try to use some tools to write some random data and read it back and see if the data is the same, at /dev/daX level. The USB wrapper for SCSI is very sim

Re: ZFS + usb in trouble?

2013-01-21 Thread Hans Petter Selasky
On Monday 21 January 2013 22:36:04 Hans Petter Selasky wrote: > On Monday 21 January 2013 22:17:19 Pawel Jakub Dawidek wrote: > > I used wrong Hans' login, resending with the proper e-mail. > > Hi, > > You should try to use some tools to write some random data and read it back > and see if the da

Re: [head tinderbox] failure on ia64/ia64

2013-01-21 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-01-21 15:22:58 -0500, FreeBSD Tinderbox wrote: > TB --- 2013-01-21 18:24:06 - tinderbox 2.10 running on > freebsd-current.sentex.ca TB --- 2013-01-21 18:24:06 - FreeBSD > freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: > Mon

Re: ZFS + usb in trouble?

2013-01-21 Thread Pawel Jakub Dawidek
I used wrong Hans' login, resending with the proper e-mail. On Mon, Jan 21, 2013 at 09:58:52PM +0100, Pawel Jakub Dawidek wrote: > On Sat, Jan 19, 2013 at 11:26:39PM +0900, Alexander Nedotsukov wrote: > > Let's use some space out of it. > > > > #dd if=/dev/zero of=/tank/foo > > ^C250939+0 records

Re: kmem_map auto-sizing and size dependencies

2013-01-21 Thread Pawel Jakub Dawidek
On Fri, Jan 18, 2013 at 08:26:04AM -0800, m...@freebsd.org wrote: > > Should it be set to a larger initial value based on min(physical,KVM) space > > available? > > It needs to be smaller than the physical space, [...] Or larger, as the address space can get fragmented and you might not be able

Re: ZFS + usb in trouble?

2013-01-21 Thread Pawel Jakub Dawidek
On Sat, Jan 19, 2013 at 11:26:39PM +0900, Alexander Nedotsukov wrote: > Let's use some space out of it. > > #dd if=/dev/zero of=/tank/foo > ^C250939+0 records in > 250938+0 records out > 128480256 bytes transferred in 30.402453 secs (4225983 bytes/sec) > > Oops... > > #zpool status > pool: tan

[PATCH] Variable-size ioctl data handling

2013-01-21 Thread Yuri
Hi, Could anybody please review and check in the patch patch-ioctl-var-size.txt from this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=175425 ? This patch introduces the generic way to pass variable size ioctl argument using the structure like this struct my_struct {int len; ...any fields..

[head tinderbox] failure on ia64/ia64

2013-01-21 Thread FreeBSD Tinderbox
TB --- 2013-01-21 18:24:06 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-21 18:24:06 - 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: [head tinderbox] failure on ia64/ia64

2013-01-21 Thread Sergey Kandaurov
On 21 January 2013 14:23, FreeBSD Tinderbox wrote: > TB --- 2013-01-21 08:24:09 - tinderbox 2.10 running on > freebsd-current.sentex.ca > TB --- 2013-01-21 08:24:09 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE > FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 > d...@freebsd-cu

Re: panic after r244584

2013-01-21 Thread Vitalij Satanivskij
Jaakko Heinonen wrote: JH> On 2013-01-19, Jaakko Heinonen wrote: JH> > On 2013-01-18, Alexander Motin wrote: JH> > > At cam/scsi/ses_set_physpath.c ses_set_physpath(). Duplicate names are JH> > > impossible there, as previous name components are unique. Special JH> > > characters haven't yet seen,

Re: disk "flipped" - a known problem?

2013-01-21 Thread Christian Gusenbauer
Hi! On Sunday 20 January 2013 20:00:15 Andriy Gapon wrote: > Today something unusual happened on one of my machines: > kernel: (ada0:ahcich0:0:0:0): lost device > kernel: (aprobe1:ahcich0:0:15:0): NOP. ACB: 00 00 00 00 00 00 00 00 00 00 > 00 00 kernel: (aprobe1:ahcich0:0:15:0): CAM status: Command

Re: panic after r244584

2013-01-21 Thread Jaakko Heinonen
On 2013-01-19, Jaakko Heinonen wrote: > On 2013-01-18, Alexander Motin wrote: > > At cam/scsi/ses_set_physpath.c ses_set_physpath(). Duplicate names are > > impossible there, as previous name components are unique. Special > > characters haven't yet seen, but I think theoretically possible. > > I

Re: disk "flipped" - a known problem?

2013-01-21 Thread Fabian Keil
Andriy Gapon wrote: > Today something unusual happened on one of my machines: > kernel: (ada0:ahcich0:0:0:0): lost device > kernel: (aprobe1:ahcich0:0:15:0): NOP. ACB: 00 00 00 00 00 00 00 00 00 00 00 > 00 > kernel: (aprobe1:ahcich0:0:15:0): CAM status: Command timeout > kernel: (aprobe1:ahcich0

[head tinderbox] failure on ia64/ia64

2013-01-21 Thread FreeBSD Tinderbox
TB --- 2013-01-21 08:24:09 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-21 08:24:09 - 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: [RFC/RFT] calloutng

2013-01-21 Thread Marius Strobl
On Sun, Jan 13, 2013 at 09:36:11PM +0200, Alexander Motin wrote: > On 13.01.2013 20:09, Marius Strobl wrote: > > On Tue, Jan 08, 2013 at 12:46:57PM +0200, Alexander Motin wrote: > >> On 06.01.2013 17:23, Marius Strobl wrote: > >>> I'm not really sure what to do about that. Earlier you already said

Re: panic after r244584

2013-01-21 Thread Vitalij Satanivskij
Jaakko Heinonen wrote: JH> On 2013-01-18, Alexander Motin wrote: JH> > At cam/scsi/ses_set_physpath.c ses_set_physpath(). Duplicate names are JH> > impossible there, as previous name components are unique. Special JH> > characters haven't yet seen, but I think theoretically possible. JH> JH> I see