search for: readheader

Displaying 7 results from an estimated 7 matches for "readheader".

Did you mean: read_header
2005 May 27
1
performance on small files transfers
Hi all, I'm confused of small files (no bigger than 50k ) transfers speed through samba,which is very slow on my machine. Bellow is a real case, -- SuSE professional 9.2, kernel 2.6.11,Samba 3.0.14a,reiserfs -- Dual AMD Opteron,4G mem,Giga byte LAN -- 2 raid 5 make up of 16 SATA hard disks -- set readhead to 1024 I tested raids speed using bonnie++ and get 450 Mbytes/s at 16GB files
2006 Mar 03
1
Java related (?) problems with RWeka
...ces","(Ljava/io/Reader;)V",...) failed Exception in thread "main" java.io.IOException: end of line expected, read Token[=], line 1 at weka.core.Instances.errms(Unknown Source) at weka.core.Instances.getLastToken(Unknown Source) at weka.core.Instances.readHeader(Unknown Source) at weka.core.Instances.<init>(Unknown Source) Error in validObject(.Object) : invalid class "jobjRef" object: invalid object for slot "jobj" in class "jobjRef": got class "NULL", should be or extend class "externalptr"...
2010 Aug 19
0
[GIT PULL] ocfs2 changes for 2.6.36, part 2.
Linus et al, Here is the second batch of ocfs2 changes for 2.6.36. We've ironed out all of the ordering with the extN/jbd2 folks, and they have stewed for a little as well. There's nothing large in here. ocfs2 has long supported devices larger than 2^32 sectors in the code; we now toggle that capability on. Tao has added readahead to our CoW operations. We also have one more ECC fix
2001 Oct 07
2
ext3 and ls in a deletted directory
Hi, With kernel 2.4.10, when I do $ mkdir foo; cd foo; rmdir ../foo; ls then ls becomes zombie. $ ps xau|grep ls liu 596 0.0 0.0 148 88 ? D 12:03 0:00 ls This does not happen with 2.4.10 on an ext2 filesystem, nor with 2.4.9/ext3. The command cd instead of ls is OK. Distribution is Slackware 8.0 and the kernels are stock ones. Liu
2010 Oct 22
0
[GIT PULL] ocfs2 changes for 2.6.37
Linus, et al, Here are the ocfs2 changes for 2.6.37. There are three major additions. Tao Ma has added readahead to our CoW operations. Sunil Mushran has added a global heartbeat mode, allowing one device heartbeat to support multiple ocfs2 mounts. Finally, Patrick J. LoPresti has done the final work to enable ocfs2 mounts on devices larger than 16TB. The ocfs2 disk format has always
2006 Mar 17
1
[RFC] mke2fs with DIR_INDEX, RESIZE_INODE by default
I've been thinking recently that we should re-enable DIR_INDEX in mke2fs by default. When it first came out, we had done this and were bitten by a few bugs in the code. However, this code has been in heavy use for several thousand filesystem years in Lustre, if not elsewhere, and I'm inclined to think it is pretty safe these days. Likewise, RHEL/FC have had RESIZE_INODE as a standard
2015 Oct 09
4
[PATCH 0/4] v2v: Use libvirt-supplied <vmware:datacenterpath> if available.
See earlier thread on libvir-list: https://www.redhat.com/archives/libvir-list/2015-September/thread.html#00201 Libvirt >= 1.2.20 supplies the correct dcPath parameter. If it is available in the libvirt XML, use it, otherwise fall back to the old method of trying to guess it from the vpx:// path. Patches 1, 2 and 4 are just refactoring around this change. Rich.