Displaying 20 results from an estimated 4000 matches similar to: "ext3 fs unable to stat"
2013 Mar 05
4
2GB limit patch
(2013/03/05 12:27), Cristian Rodr?guez wrote:
> Nothing against you code, that's ugly ..but as it is a first step it can
> be forgiven :-)
>
> I will just force flac to be built with 64 bit file offsets and just
> reject any caller trying to include/link libflac into a non-lfs program
> like
>
> http://ac-archive.sourceforge.net/largefile/off_t_headers.html
>
>
2007 Jan 10
2
using veritas dmp with ZFS (but not vxvm)
We have some HDS storage that isn''t supported by mpxio, so we have to use veritas dmp to get multipathing.
Whats the recommended way to use DMP storage with ZFS. I want to use DMP but get at the multipathed virtual luns at as low a level as possible to avoid using vxvm as much as possible.
I figure theres no point in having overhead from 2 volume manages if we can avoid it.
Has anyone
2003 Apr 17
1
Rsync bug in handling files larger than 2 GB *even with 64 bit compilation options*
Rsync bug in handling files larger than 2 GB *even with 64 bit
compilation options*
We use files in my environment at work that sometimes requires to
transfer files with sizes like 2-10 GB each file. I get the following
error from rsync after if copies p a part from the file:
write failed on doc_all_030414.dmp.Z : Error 0
rsync error: error in file IO (code 11) at receiver.c(243)
rsync:
2010 Dec 03
2
difference between linear model & scatterplot matrix
Dear R-users,
I'm studing a DB, structured like this (just a little part of my dataset):
_____________________________________________________________________________________________________________
Site
Latitude
Longitude
Year
Tot-Prod
Total_Density
dmp
Dendoudi-1
15.441964
-13.540179
2005
3271.16
1007
16993.25
Dendoudi-2
15.397321
-13.611607
2001 Jun 15
1
ext3+acl
A patch that implements acls on ext3 for kernel 2.2.x is available at
http://moldybread.net/patch/kernel-2.2/
It looks to be stable. Beat it, break it.
2006 Sep 28
2
Question: vxvm/dmp or zfs/mpxio
Hello experts,
My client is thinking about changing one of their servers running Solaris 8 (NIS Hub to mention something) to a server running Solaris 10.
The question that i have given is to check the differences or if you wish the status/stability of changing VXvm with DMP (Dynamic Multi Pathing) to a system with ZFS and MPXio. I have made my share of RTFM but not come any closer to an answer.
2009 Feb 08
1
ZFS with Veritas DMP?
Hi,
I''m aware that if we talking about DMP on Solaris the preferred way is to use MPxIO, still I have a question if any of you got any experience with ZFS on top of Veritas DMP?
Does it work? Is it supported? Any real life experience/tests in this subject?
Regards,
sendai
--
This message posted from opensolaris.org
2006 Nov 28
1
Can anyone read a S-PLUS .dmp file for me?
Hi WizaRds,
I tried reading the S-PLUS file
ftp://ftp.research.att.com/dist/bayes-meta/hblm.dmp
into R using
data.restore("hblm.dmp")
but I got an error:
Error in attributes(value) <- thelist[-match(c(".Data", ".Dim", ".Dimnames", :
row names must be 'character' or 'integer', not 'double'
In
2013 Mar 05
3
2GB limit patch
> This is an older issue reported in 2007:
> http://lists.xiph.org/pipermail/flac-dev/2007-September/002423.html
>
> The fix would be to use _ftelli64 instead of ftell with Visual Studio.
> http://msdn.microsoft.com/en-us/library/0ys3hc0b%28v=vs.110%29.aspx
That's not enough. At least, the followings are also needed.
1. Change off_t to something else. off_t can lead to ABI
2007 Aug 02
1
kernel: EXT3-fs: Unsupported filesystem blocksize 8192 on md0.
Hi,
I made an ext3 filesystem with 8kB block size:
# mkfs.ext3 -T largefile -v -b 8192 /dev/md0
Warning: blocksize 8192 not usable on most systems.
mke2fs 1.38 (30-Jun-2005)
Filesystem label=
OS type: Linux
Block size=8192 (log=3)
Fragment size=8192 (log=3)
148480 inodes, 18940704 blocks
947035 blocks (5.00%) reserved for the super user
First data block=0
290 block groups
65528 blocks per group,
2006 Jun 08
3
[Bug 1195] sftp corrupts large files on new macbook pro
http://bugzilla.mindrot.org/show_bug.cgi?id=1195
Summary: sftp corrupts large files on new macbook pro
Product: Portable OpenSSH
Version: 4.3p2
Platform: ix86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: bitbucket at mindrot.org
ReportedBy: ski
2003 Aug 11
1
Strange "feature"
Hi all!
Doing my first steps with OCFS (1.0.9), I ran across a nifty little
"feature"....
We've been trying if DMP with QLogic 2300 HBAs works without having DMP
activated (ok, blame on me...).
ocfstool allows you to mount different partitions on the same mountpoint, but
after we tried that, everything went to state "D" and we chose to reboot the
whole cluster (4
2011 May 27
3
Rsync "file too large (27)"
Hi,
I'm getting the following error occasional and can't find out why;
05/14/2011 09:28:51 rsyncing /dbtmp to /dbtmp.new (1st pass) ....
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/dbtmp.new/file.dmp": File too large (27)
rsync error: error in file IO (code 11) at receiver.c(258) [receiver=2.6.9]
rsync: connection
2007 Jul 18
3
dates() is a great date function in R
Proper calendar dates in R are great for plotting and calculating.
However for the non-wonks among us, they can be very frustrating.
I have recently discussed the pains that people in my lab have had
with dates in R. Especially the frustration of bringing date data into R
from Excel, which we have to do a lot.
Please find below a simple analgesic for R date importation that I
discovered
over
2001 Apr 20
2
scp with files > 2gb
A while back someone posted a patch for scp that updates it to deal with
files > 2gb by using 64 bit offsets as defined by LFS (Large File Sumit).
I belive the patch was tested on Linux but maybe not on other systems
that support largefiles.
I've tried this under Solaris and scp fails with a broken pipe on only the
second write to the pipe between scp and ssh if the file is over 2gb.
If
2002 Jan 31
3
Error when compile rsync
Hi,
I tried to compile rsync-2.5.2 on Solaris 5.7 Ultra-2 machine,
5.7 on Ultra-2 is running 64 bit, but, when I ran configure,
it said no for largefile, I thought 2.5.2 will support large
file? Is that true?
Thanks,
Jennifer
2007 Feb 01
2
OpenSSH port to the .Net Platform
I am interested in starting a project to port stable versions of
OpenSSH to C#, compilable as a stable .Net Library. I was wondering
what the list's feelings would be on such a port, if any one else would
be interested in such a port, and for any suggestions on raising
interest from others to perform such a port. I have nothing against
Java and would welcome a similar effort from that arena.
2003 Mar 26
3
Transfer files bigger than 1383275520 bytes - Rsync compiled in cygwin
Hello,
I can't transfer big files. In the output below, you can see that rsync only
transfer 1383275520 of a 5448046592 bytes file:
F:\shells>rsync -e ssh -avz ./backup chris@myhost.com:backups
chris@myhost.com's password:
building file list ... done
wrote 114 bytes read 20 bytes 3.01 bytes/sec
total size is 1383275520 speedup is 10322951.64
I've tried with other big files and
2006 Dec 05
4
flac-1.1.3 fails to decode where flac-1.1.2 works
I'm attempting to decode part of a largefile flac whose seektable is
broken or missing and the file is shorter then it's supposed to be,
when I use 1.1.2 it decodes fine, when I use 1.1.3 it fails
flac --decode --skip=719:58.0 --until=1024:58.0 -o
\/home\/sbh\/work\/hs\/out.wav
\/mnt\/ss\/sdb\/Sound\/Recording\/2006\-11\-29\/in.flac
out.wav: ERROR seeking while skipping bytes
2006 Dec 05
4
flac-1.1.3 fails to decode where flac-1.1.2 works
I'm attempting to decode part of a largefile flac whose seektable is
broken or missing and the file is shorter then it's supposed to be,
when I use 1.1.2 it decodes fine, when I use 1.1.3 it fails
flac --decode --skip=719:58.0 --until=1024:58.0 -o
\/home\/sbh\/work\/hs\/out.wav
\/mnt\/ss\/sdb\/Sound\/Recording\/2006\-11\-29\/in.flac
out.wav: ERROR seeking while skipping bytes