Displaying 20 results from an estimated 900 matches similar to: "btrfs send & receive produces "Too many open files in system""
2013 Jan 30
9
Poor performance of btrfs. Suspected unidentified btrfs housekeeping process which writes a lot
Welcome,
I''ve been using btrfs for over a 3 months to store my personal data on
my NAS server. Almost all interactions with files on the server are done
using unison synchronizer. After another use of bedup
(https://github.com/g2p/bedup) on my btrfs volume I experienced huge
perfomance loss with synchronization. It now takes over 3 hours what
have taken only 15 minutes! File
2013 Feb 22
1
Climate Spatial plot
Dear Sir,
I am beginner in using R. I am working on climate and like to plot spatial
but I can't able to go ahead. I know it is too simply but not for me. Here
is attached the data and my sample script. I am waiting R-users to solve my
problem. Your help is valuable for me. Thank you.
--
---------------------------------------------------
*Bedassa Regassa Cheneka*
*Adama Science and
2009 Apr 28
3
Low cost additional storage on a Samba server
Hi,
At my client, I installed Samba v3
on a Linux box (Centos 4) with a NT style domain to act as a file server (about 50 Windows clients).
It's been running fine for a few years now.
It's about to run out of disk space.
I was looking for a low cost solution and came across the low-cost NAS that are available now for the soho market.
The problem is that some support only smb file
2012 Dec 27
2
btrfs df confusion
Hi
I''ve made some updates on the wiki and I''d like a technical review for
correctness. This particular topic is already confusing - some
unnecessary sarcasm made it even more so:
https://btrfs.wiki.kernel.org/index.php/FAQ#Why_does_df_show_incorrect_free_space_for_my_RAID_volume.3F
Due to the terms "used" and "allocated" in the wiki, viric in #btrfs
made
2009 Mar 14
0
How do I boot a system root on a multidevice BTRFS subvol?
Hello,
recently I installed a distribution I want to look at via chroot into a
btrfs subvolume on a multidevice btrfs.
Now I tried to boot this, the kernel command line in GRUB looks as
follows so far:
/kernel-2.6.29-rc7-git3 root=/dev/sdb7 rootfstype=btrfs
rootflags=device=/dev/sda1,subvol=archroot
This gives "VFS: cannot find sdb7 or bad block", like it would when
trying to mount
2009 Feb 27
2
Stability
I''m wondering if anyone might have any suggestions...
We''ve installed CentOS5.2 on 3 servers and have an FC switch, dual-port cards, and FC RAID device. We configured the RAID as two separate logical RAIDs. One is RAID-10 for speed and it hosts Xen VM images as LVs. The rest of the drive is RAID-5 to maximize space and houses a lot of lighter access data on a GFS2 filesystem.
2008 Aug 31
2
smb_auth problem
Hi samba community.
I'm having a problem with the smb_auth authentication method. Everything
looks like normal, but everytime I try to use smb_auth it returns ERR.
I will show here some commands output to secure that all configuration is
correct, and if anyone can help me to investigate what's happend I'll
thanks.
I'm using: Debian lenny, updated.
ii samba 2:3.2.3-1
2009 Feb 06
2
How do I correctly mount a multidevice volume via fstab?
Hi all,
I am using a single volume across two devices sdb7 and sda1, initially
created on sdb7, and added sda1 using btrfs-vol later. The fstab entry:
/dev/disk/by-id/scsi-SATA_ST31000333AS_9TE12DSC-part7
/mnt/btrfs btrfs defaults 1 2
Now after boot I get:
----
device fsid c4822885057410c-d2d65a83c2f15fb4 devid 1
transid 73034 /dev/sdb7
btrfs: failed to read chunk tree on sdb7
----
So I have
2009 Sep 24
0
grub-0.97: btrfs multidevice support [files fsys_btrfs.c, btrfs.h]
2013 Feb 27
3
an rsync question
Is there any way to have rsync compare against a file with a *different*
name?
What I'd like to do is compare a vm - whatsit.img against a backup -
whatsit.current, that's a symlink to whatsit.timestamp, and if different,
*then* make the copy (which my script will then move to
whatsit.newtimestamp, and change the symlink to point to the new one, then
remove the old (or maybe save an older
2008 Sep 01
1
the field ttl in struct referral doesn't work
In samba source code, the file "source\include\msdfs.h" defines a struct named referral.In this struct, there is a field named ttl which is used to decide how long should client cache referral, and this field uses constant REFERRAL_TTL(#define REFERRAL_TTL 600) as default.My problem is when i set REFERRAL_TTL to be 10, it doesn't work.
2007 Aug 20
5
[LLVMdev] Problem with missing support for non-zero contant initializers.
Hi all.
I'm working on a LLVM based compiler for the D programming language by
Walter Bright.
D allows static arrays up to 16MB in size. I'm initializing global
static arrays with a constant initializer. But D requires that (per
default) static arrays are initialized with the default initializer
for the element type. For float this happens to be NaN, so I cannot
use a
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks,
I have three dataframes storing some information about
two currency pairs, as follows:
R> a
EUR-USD NOK-SEK
1.23 1.33
1.22 1.43
1.26 1.42
1.24 1.50
1.21 1.36
1.26 1.60
1.29 1.44
1.25 1.36
1.27 1.39
1.23 1.48
1.22 1.26
1.24 1.29
1.27 1.57
1.21 1.55
1.23 1.35
1.25 1.41
1.25 1.30
1.23 1.11
1.28 1.37
1.27 1.23
R> b
EUR-USD NOK-SEK
1.23 1.22
1.21 1.36
1.28 1.61
1.23 1.34
1.21 1.22
2008 Apr 30
2
Summary statistics across factor levels
R users,
I intention is to calculate some summary statistics across factor
levels. I know that in Hmisc package there is a summary function which
produces neat summary statistics when using "cross" option. I would
like to produce similar output with N and Missing columns but produce
a data.frame. Is there any built-in function for that?
#example data
install.packages("Hmisc")
2008 Aug 27
1
Significant digits for checking values of variable?
All,
I'm witnessing some strange behavior when checking the values of one of my
variables. My guess is that it has something to do with the number of
significant digits being represented, but perhaps not as my variable was
created from other variables that only had one decimal place. See below.
I'm sure this is something basic, any suggestions much appreciated.
Cheers,
David
>
2008 Aug 26
0
Snaphot stability issues on 6.3
One of our servers, running a bunch of jails, has issues when doing
nightly dumps only if snapshots are enabled. This box was running
5.X and has been upgraded over time to 6.3. When running 5.X, we
attempted to use snapshots on dump (-L) which resulted in almost
nightly system hangs during the dump.
We ran 6.X for months with no stability issues, backing up nightly
w/o snapshots. Took the
2000 May 12
1
GPL license file missing from cvs snaphot
I noticed that the GNU GPL file ( usually named COPYING ) is
missing from the nightly cvs snapshot, at least in the one I
downloaded on may 12 2000 13:45 UTC.
There is neighter an URL or regular address to obtain the license
text. The README file states that the text is included with the source,
but it isn't.
Regards,
David Balazic
--- >8 ----
List archives:
2001 Dec 13
6
Newbie question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello!
First, sorry if my english is not very correct :-)
I'm a spanish student making a streaming project under Linux and I'd
like to use Vorbis format but I have a problem. I want to capture
live audio from the sound card and stream it in real time to the
server. Actually I have installed Icecast, LiveIce and the Lame
encoder and they
2009 Nov 20
3
What are puppet dependencies
Can anyone have detailed list of dependencies?
I am under impression, that all my all problems with getting puppet to
work come from the fact, that I have no idea what are puppet
dependencies.
On puppet Wiki one can read, that what is required is "ruby", and for
storedconfigs "sqlite3" and "libsqlite3-ruby".
Well, it is true, that they are required, but by far it
2013 May 14
1
BTRFS in laptop-mode
Welcome,
What are perspectives on BTRFS complying with laptop-mode and stop
writing to disk every 30 sec?
The thread was asked several years before
(http://mailman.samwel.tk/pipermail/laptop-mode/2012-February/000520.html),
but time went by and maybe the situation became a little more on the
bright side...? With kernel 3.8.11 I can still see with lm-profiler a
lot of