search for: dzp

Displaying 5 results from an estimated 5 matches for "dzp".

Did you mean: dp
2006 Aug 25
4
Looking for confirmation.
...ystem functions working. I started to run some heavy file system regression tests. They work. fsx wasn''t able to break my port, but the test you can find here: http://people.freebsd.org/~kan/fsstress.tar.gz broke it. My kernel panics on this assertion (zfs_dir.c): 749: mutex_exit(&dzp->z_lock); 750: 751: error = zap_remove(zp->z_zfsvfs->z_os, dzp->z_id, dl->dl_name, tx); 752-> ASSERT(error == 0); 753: 754: if (reaped_ptr != NULL) zap_remove() returns ENOENT, which is returned because mze_find() returns NULL. I changed this assertion to printf and I don'...
2007 May 09
5
Refactor zfs_zget()
Hi, Since almost all operations in the FUSE low-level API identify files by inode number, I''ve been using zfs_zget() to get the corresponding znode/vnode in order to call the corresponding VFS function in zfs_vnops.c. However, there are some cases when zfs_zget() behaves slightly different than I need: 1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return
2012 Jul 19
1
kernel panic caused by zfs/sa.c
Hello, I'm experiencing a kernel panic that appears to be caused by zfs. No errors are making it into /var/log/messages, but here is the error message that appears on my screen after panic (transcribed): panic solaris assert BSWAP_32(sa_hdr_phys->sa_magic) == SA_MAGIC, file: /src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c, line 1262 I can reproduce this by
2009 Dec 04
1
Saving predict
...variable: b1<-forecast$pred - 1.96*forecast$se and save in a txt file but using this: save(b1, file= "b1.txt") creates afile butwith this inside: ]{HQ ~|LJIiW*-l)% )m#), RIiSfdbGur9p94; H"L#Rez 1y3pN8{,I6W!6= {6l?OMw_5KZ+ = (YVBX(E2 uaz J Yj+PtSU[Ptg<OjS9@,x@)k$T $/A dzp i W@rOdbr@cn~W }\M*g -wj< hfEs! 4Qh6%G &J MHdIt@i<@>/@2 M V# x=l8 hjgKr@|u= n2 ETcX(, /2MJIj~]D|{9tn*\lro*6a1:e{>'{Zl^Bb<6WbGaeK5>7TacM*&Z1-W?'%0BKe7' Can anyone help me to do it? Do you know also a document wich expalin how works and calculates modelpredi...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking