similar to: zpool resource fails with incorrect error

Displaying 20 results from an estimated 200 matches similar to: "zpool resource fails with incorrect error"

2007 Aug 07
5
Extending RAIDZ.
Yeah:) I''d like to work on this. Here are my first observations: - We need to call vdev_op_asize method with additonal ''offset'' argument, - We need to move data to new disk starting from the very begining, so we can''t reuse scrub/resilver code which does tree-walk through the data. Below you can see how I imagine to extend RAIDZ. Here is the legend:
2006 Mar 21
3
Rsync 4TB datafiles...?
I need to rsync 4 TB datafiles to remote server and clone to a new oracle database..I have about 40 drives that contains this 4 TB data. I would like to do rsync from a directory level by using --files-from=FILE option. But the problem is what will happen if the network connection fails the whole rsync will fail right. rsync -a srchost:/ / --files-from=dbf-list and dbf-list would contain this:
2018 Jan 24
1
random sample set for regression
Hi, I'm not a programmer, so I have a question about R functions, I run the Random Forest regression models, but I would like to run the random forest model 1000 times with different random sample set. to check the uncertainty of the regression model estimates. exemple of data: ################################# table= all Y: all$AGB X variables: Variables=as.matrix(all[, c( "min",
2019 Nov 12
0
RFC 5258 violation: incomplete response for "LIST ($OPT RECURSIVEMATCH) ..."
Hi there, RFC 5258 (IMAP4 LIST command extensions) defines a ?RECURSIVEMATCH? selection option which ?forces the server to return information about parent mailboxes that don't match other selection options, but have some submailboxes that do.? (Section 3.5 makes the requirement even clearer.) However that's not what Dovecot 2.3.7 does. AFAICT no LIST response is returned for mailboxes
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
I want to call rsync from java webserver in Linux. situation as below: source directory: 001.doc 002.doc /D01/001.doc /D01/002.doc /D01/D11/001.doc /D02/001.doc destination directory: 001.doc 003.doc 004.doc /D01/001.doc /D01/003.doc /D01/004.doc /D01/D11/003.doc /D02/003.doc now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works: rsync -avzu
2005 Jun 01
2
mplot :how to deal with missing data
Hello all, I have data: Genes time rep vart dye y trt 130911 sa1-d07 030min 1 col g 9.636244 o 145771 sa1-d07 030min 1 col r 8.107577 c 93335 sa1-d07 030min 1 ler g 7.409566 o 94821 sa1-d07 030min 1 ler r 5.107160 c 10119101 sa1-d07 030min 2 col g 8.336862 o 11605101 sa1-d07 030min 2 col r 7.824530 c 725313 sa1-d07
2009 Aug 17
1
WINE doesn't work after kernel upgrade
After updating linux kernel from 2.6.26 to 2.6.30 on Debian GNU/Linux testing amd64 (kernel from repositaries) Wine doesn't work. Neither 1.1.27 (development), nor 1.0.1 (stable). It can't open object files -- there are no such object files. $ winecfg err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libuuid.so.1: =52>7<>6=> >B:@KBL
2000 Sep 25
0
Bug(s) w/ rbind.data.frame(); fix also read.table(*, as.is = TRUE) ? (PR#669)
This is not only bug report, but also a RFC (request for comments): The basic problem is that there are (at least) two ways of easily getting non-factor character columns in data.frames. The first is read.table(*, as.is = TRUE) and the second is data.frame(.., I(...), ..) which differ in their result. Whereas the first produces `pure' character columns in the data.frame,
2010 Feb 06
0
I can only halfway connect to oracle
Gurus... If I set up my project to use SQLite (so it can come up) and attempt to connect to oracle via: oracle_connect = $application_properties[$connect_string] oracle_conn = OCI8.new(oracle_id, oracle_password, oracle_connect) where oracle_connect equals ''//bobs.big.boy.gov:1521/D09'' (with or w/o the introductory //) my rails app connect to the oracle database just fine. If
2006 Jan 15
2
rsync of file list
Hi All, I would to rsync data spread of many files from remote site. Each file may exist in total different location - the path for each file may be different. My question is: Can I do it one single rsync command, giving a file containing list of paths as parameter, or do I need to run rsync for each file. I did not find any option doing it in the man page. I tried to play with
2016 Jul 27
0
ext4 error when testing virtio-scsi & vhost-scsi
Hi! On Wed 27-07-16 15:58:55, Zhangfei Gao wrote: > Hi, Michael > > I have met ext4 error when using vhost_scsi on arm64 platform, and > suspect it is vhost_scsi issue. > > Ext4 error when testing virtio_scsi & vhost_scsi > > > No issue: > 1. virtio_scsi, ext4 > 2. vhost_scsi & virtio_scsi, ext2 > 3. Instead of vhost, also tried loopback and no
2006 Nov 10
3
aaccli on recent conrollers?
I have just built a new SunFire X4100 server with an Adaptec 2230SLP RAID card using FreeBSD 6.2-PRE kernel (from September 20). Everything is working extremely well except I cannot run the aaccli utility on this controller. When I try to open the controller, it gives this error: Command Error: <The current AFAAPI.DLL is too old to work with the current controller software.> On
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
Hi, Michael I have met ext4 error when using vhost_scsi on arm64 platform, and suspect it is vhost_scsi issue. Ext4 error when testing virtio_scsi & vhost_scsi No issue: 1. virtio_scsi, ext4 2. vhost_scsi & virtio_scsi, ext2 3. Instead of vhost, also tried loopback and no problem. Using loopback, host can use the new block device, while vhost is used by guest (qemu).
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
Hi, Michael I have met ext4 error when using vhost_scsi on arm64 platform, and suspect it is vhost_scsi issue. Ext4 error when testing virtio_scsi & vhost_scsi No issue: 1. virtio_scsi, ext4 2. vhost_scsi & virtio_scsi, ext2 3. Instead of vhost, also tried loopback and no problem. Using loopback, host can use the new block device, while vhost is used by guest (qemu).
2005 Feb 03
4
Asterisk Dialplan command "PPPD" released
Hello all! Sirrix AG, Saarbr?cken (manufacturer of the Sirrix.PCI4S0 4-port ISDN card for Asterisk) has released the new Asterisk dialplan command PPPD (app_pppd). It allows to connect a Linux PPP daemon to an arbitrary digital (ISDN) Asterisk channel to provide RAS dialin and dialout. The PPPD command has successfully been tested with Sirrix.PCI4S0 cards and a standard ISDN4Linux ipppd "on
2011 Feb 01
3
Wine 1.3.12.tar.bz2
0: CAB0=>28BL 28=> 2 at CG=CN?# <5=O C65 AB>8B 209= 1.2.2 :0: CAB0=>28BL 209= A 0 at E820? Code: # cd wine-1.3.12 # ./configure # make # sudo make install => ?>A;5 22>40 Code: make make: *** 5 7040=K F5;8 8 =5 =0945= make-D09;. AB0=>2. 8 A Code: sudo make install make: *** 5B ?@028;0 4;O A1>@:8 F5;8 `install'. AB0=>2.
2010 Jan 30
0
TrackMania Nations Forever certain tracks unplayable
Hello I'm using wine 1.1.37 and TM Forever 2.11.21 en on Kubuntu Karmic. Most track play fine (with compositing turned off), but on some tracks the framerate is so low (1-2 fps) they are unplayable. These tracks include: A01, D08, E01, and a couple more. I tried lowering resolution, using windowed mode, unticking effects ckeckboxes in advanced configuration and it didn't help even a bit.
1997 Jul 15
0
Password encryption and older clients ?
Hello Samba-Maintainers/Users, could somebody please let me know whether older clients (i.e. clients with now password encryption) can still connect to SAMBA servers with "encrypt passwords = yes". This is not unclear from the documentation. Thanks very much in advance, Stephen Heilbronner -- _ _ _ _ _ _ STEPHEN HEILBRONNER |\/| |\ | |\/| Institut
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
Hi, Jan On Wed, Jul 27, 2016 at 11:56 PM, Jan Kara <jack at suse.cz> wrote: > Hi! > > On Wed 27-07-16 15:58:55, Zhangfei Gao wrote: >> Hi, Michael >> >> I have met ext4 error when using vhost_scsi on arm64 platform, and >> suspect it is vhost_scsi issue. >> >> Ext4 error when testing virtio_scsi & vhost_scsi >> >> >> No
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
Hi, Jan On Wed, Jul 27, 2016 at 11:56 PM, Jan Kara <jack at suse.cz> wrote: > Hi! > > On Wed 27-07-16 15:58:55, Zhangfei Gao wrote: >> Hi, Michael >> >> I have met ext4 error when using vhost_scsi on arm64 platform, and >> suspect it is vhost_scsi issue. >> >> Ext4 error when testing virtio_scsi & vhost_scsi >> >> >> No