Displaying 7 results from an estimated 7 matches for "353471".
Did you mean:
33471
2006 Oct 05
0
Crash when doing rm -rf
...[L1 ZFS plain file] 4000L/400P DVA[0]=<0:6aa000:800> DVA[1]=<0:b80a7000:800> fletcher4 lzjb LE contiguous birth=12316 fill=2 cksum=601eba85e8:408ce39c2ee8:172f0d844a20fa:5dfa8a1d4d38722): error 50
Oct 5 14:04:40 unknown unix: [ID 100000 kern.notice]
Oct 5 14:04:40 unknown genunix: [ID 353471 kern.notice] db95bc70 zfs:zio_done+122 (dbbf8880)
Oct 5 14:04:40 unknown genunix: [ID 353471 kern.notice] db95bc8c zfs:zio_next_stage+66 (dbbf8880)
Oct 5 14:04:40 unknown genunix: [ID 353471 kern.notice] db95bcac zfs:zio_wait_for_children+46 (dbbf8880, 11, dbbf8)
Oct 5 14:04:40 unknown genunix:...
2007 Apr 03
2
ZFS panics with dmu_buf_hold_array
...pr 3 16:37:56 columbia genunix: [ID 403854 kern.notice] assertion failed: 0 == dmu_buf_hold_array(os, object, offset, size, FALSE, FTAG, &numbufs, &dbp), file: ../../common/fs/zfs/dmu.c, line: 386
Apr 3 16:37:56 columbia unix: [ID 100000 kern.notice]
Apr 3 16:37:56 columbia genunix: [ID 353471 kern.notice] d4042ba0 genunix:assfail+5c (f975dfac, f975df90,)
Apr 3 16:37:56 columbia genunix: [ID 353471 kern.notice] d4042bf4 zfs:dmu_write+171 (d33c50d4, f, 0, f07)
Apr 3 16:37:56 columbia genunix: [ID 353471 kern.notice] d4042c74 zfs:space_map_sync+2f0 (d471b1f8, 1, d471b0)
Apr 3 16:37:56 c...
2005 Nov 19
11
ZFS related panic!
...0d1 off 8504e8200: zio d5
3a5600 [L0 unallocated] vdev=0 offset=8500e8200 size=200L/200P/200A fletcher4 uncompressed LE contiguous birth=41837
fill=0 cksum=bcd3026a:5d6fdb3032:174cfede75e7:3e7752513e700): error 6
Nov 19 09:09:34 fugly unix: [ID 100000 kern.notice]
Nov 19 09:09:34 fugly genunix: [ID 353471 kern.notice] d51e5c7c zfs:zio_done+199 (d53a5600)
Nov 19 09:09:34 fugly genunix: [ID 353471 kern.notice] d51e5c9c zfs:zio_next_stage+73 (d53a5600)
Nov 19 09:09:34 fugly genunix: [ID 353471 kern.notice] d51e5cbc zfs:zio_wait_for_children+58 (d53a5600, 13, d53a5)
Nov 19 09:09:34 fugly genunix: [ID 35...
2006 Jun 13
4
ZFS panic while mounting lofi device?
...ce]
Jun 13 19:33:04 mathrock-opensolaris ^Mpanic[cpu1]/thread=d1fafde0:
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 920532 kern.notice] page_unlock: page c51b29e0 is not locked
Jun 13 19:33:04 mathrock-opensolaris unix: [ID 100000 kern.notice]
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 353471 kern.notice] d1fafb54 unix:page_unlock+160 (c51b29e0)
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 353471 kern.notice] d1fafbb0 zfs:zfs_getpage+27a (d1e897c0, 3
000, 0, )
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 353471 kern.notice] d1fafc0c genunix:fop_getpage+36 (d1e897c0
, 8000, 0,...
2009 Aug 12
4
zpool import -f rpool hangs
I had the rpool with two sata disks in the miror. Solaris 10 5.10
Generic_141415-08 i86pc i386 i86pc
Unfortunately the first disk with grub loader has failed with unrecoverable
block write/read errors.
Now I have the problem to import rpool after the first disk has failed.
So I decided to do: "zpool import -f rpool" only with second disk, but it''s
hangs and the system is
2009 Apr 21
0
opensolaris crash in vn_rele()
...ce]
Apr 18 22:35:17 glorantha ^Mpanic[cpu1]/thread=db542aa0:
Apr 18 22:35:17 glorantha genunix: [ID 403854 kern.notice] assertion
failed: vp->v_count > 0, file: ../../common/fs/vnode.c, line: 817
Apr 18 22:35:17 glorantha unix: [ID 100000 kern.notice]
Apr 18 22:35:17 glorantha genunix: [ID 353471 kern.notice] d6d44e34
genunix:assfail+5a (fea9f89c, fea9f930,)
Apr 18 22:35:17 glorantha genunix: [ID 353471 kern.notice] d6d44e54
genunix:vn_rele+7e (d84c1ac0, 0, 0, fea)
Apr 18 22:35:17 glorantha genunix: [ID 353471 kern.notice] d6d44f34
genunix:vn_renameat+384 (0, 80474c0, 0, 80b3)
Apr 18 22:35:...
2010 Mar 07
2
vectorizing ANOVA over a vectorized linear model
Is it possible to vectorize anova over the output of a vectorized lm? I
have a gene expression matrix with each row being a gene and columns for
samples. There are several factors with interactions. I can get p values by
looping over the matrix with lm and anova, but I would like to make this as
computationally efficient as possible. I am able to vectorize the lm
command, but when I try to use