Displaying 15 results from an estimated 15 matches for "fsfs".
Did you mean:
fsf
2009 Feb 22
11
Confused about zfs recv -d, apparently
...ion directory doesn''t exist. Then it
fails because it DOES exist. I really expected one of those to work. So,
what am I confused about now? (Running 2008.11)
# zpool import -R /backups/bup-ruin bup-ruin
# zfs send -R "zp1 at bup-20090222-054457UTC" | zfs receive -dv
bup-ruin/fsfs/zp1"
cannot receive: specified fs (bup-ruin/fsfs/zp1) does not exist
# zfs create bup-ruin/fsfs/zp1
# zfs send -R "zp1 at bup-20090222-054457UTC" | zfs receive -dv
"bup-ruin/fsfs/zp1"
cannot receive new filesystem stream: destination ''bup-ruin/fsfs/zp1'' ex...
2010 Mar 05
2
ZFS replication send/receive errors out
...d I''m
intending to replicate the whole thing into the backup pool.
After housekeeping, I take make a current snapshot on the data pool (zp1).
Since this is a new full backup, I then destroy the data on the backup
pool (bup-ruin). Then I create the appropriate backup filesystem
(bup-ruin/fsfs/zp1), and do a full replication send and receive. (They''re
piped together; Bash trace output shows the commands separately below.)
+ zfs snapshot -r zp1 at bup-20100303-130903GMT
+ zfs destroy -rf bup-ruin/fsfs/zp1
+ zfs create -p bup-ruin/fsfs/zp1
+ zfs send -Rv zp1 at bup-20100303-1309...
2006 Sep 19
2
[OT] SVN: Anybody use BDB?
I''m moving my Subversion repository to a new server. The old server uses
Berkeley DB/Sleepycat and if memory serves, it was a lot of effort to
set that up -- so I think I''ll try FSFS. Does anybody use BDB and prefer
that over FSFS? Or had any problems with FSFS? (I never had any problems
with BDB, performance or otherwise, btw.)
Thanks,
Joe
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you...
2006 Mar 30
1
Rails mangle my ''class''?
Did rails due this to the final output of my document. I had a div that
had a style:
<div style="color: #FFF; background-color: #537677l; ">
fsfs
</div>
This was the final output?
<div style="color: rgb(255, 255, 255);">
fsfs
</div>
--
Berlin Brown
(ramaza3 on freenode)
http://www.newspiritcompany.com
also checkout alpha version of botverse:
http://www.newspiritcompany.com:8086/universe_home
2006 May 19
2
Using Rails with Subversion
I followed the instructions at Hivelogic on Building Subversion (SVN) on Mac OS X and installed it
on my machine.
Now I am following the rubyonrails wiki on How to Use Rails With Subversion, it assumes that you
have already created a subversion repository. Could someone please point me in the right direction
for creating a subversion repository? Searching lead me to macdevcenter which seems to be
2006 Apr 22
6
Friendly Reminder (OT)
Today, I had a tragic hard drive crash. I hadn''t updated anything to SVN in
two weeks.
I''m posting this here as a reminder to my beloved Rails community.
Everyone, right now..... make a backup of your rails work. Make sure its on
two disks. Many of you already do that automatically, but just make sure its
working.
Two near-release rails plugins were lost in the tragic crash
2010 Feb 08
1
Big send/receive hangs on 2009.06
...$HOSTNAME/$FS"
And the -v causes the start and stop of each incremental stream to be
announced of course. The last output from it was:
sending from @bup-20090315-190807UTC to zp1/ddb at bup-20090424-034702UTC
receiving incremental stream of zp1/ddb at bup-20090424-034702UTC into
bup-wrack/fsfs/zp1/ddb at bup-20090424-034702UTC
And it appears hung when I got up this morning. No activity on the
drive, zpool iostat shows no activity on the backup pool and no
unexplained activity on the data pool. The server is responsive, and
the data pool is responsive. ps shows considerable accumul...
2010 Jun 25
1
versioning file system for Linux
Hi all,
I would be nice if we could find a reliable versioning file system to
use as an underlying revision control mechanism. Going by this
http://en.wikipedia.org/wiki/Versioning_file_system
there aren't all that many options but I am still hopeful.
We would most likely be hosting it on a CentOS machine.
If you have a perspective on this please share it.
Thanks.
Boris.
2012 Sep 04
1
svn: Authorization failed
...e software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository back-end (FS) modules are available:
* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.
Cyrus SASL authentication is available.
--
Michael hennebry at web.cs.ndsu.NoDak.edu
"On Monday, I'm gonna have to tell my kindergarten class,
whom I teach not to run with scissors,
that my fiance ran me through with a broadsword." -- Lily
2009 Dec 15
2
Subversion server: v1.4 (centos) vs. v1.6 (rpmforge)
Hi,
I'm planning to upgrade an old public/internal development
infrastructure and will use CentOS 5.4 x86_64 as basis.
One of the critical server is Subversion (as an Apache httpd module).
We currently use Subversion v1.4 on the server and v1.6 on our clients.
While I was very happy with the v1.4 server over the years, we now
sometimes have weird issues which seem related to compatibility
2009 Jul 08
5
HTML 5 drops open-source video codec
Link here http://news.zdnet.com/2100-9595_22-318208.html
Will H264 become web standard in the future?
2009 Jul 08
5
HTML 5 drops open-source video codec
Link here http://news.zdnet.com/2100-9595_22-318208.html
Will H264 become web standard in the future?
2008 Aug 01
2
source a script file straight from a subversion repository
Hi useRs
I'm trying to figure out how to source
an R script file straight from a subversion
repository, without having to put a copy
of the script into the local working directory.
Has anyone done this?
Something such as
source(file = paste("svn://myrepo.xxx.org/opt/svn/repos/",
"/Projects/SMcode/tags/v1.0/SMfuns.R",
sep = ""))
2007 Jul 24
2
licensing requirements for using the SWIG bindings
Hi,
I'm confused about my licensing obligation with respect to the Xapian
SWIG bindings.
I've got a python wrapper that sits above the standard Xapian
Python/SWIG bindings, and I wasn't sure if the *intent* of the Xapian
team is that my python wrapper - and any code that also uses my
wrapper also falls under GPLv2.
It seems unclear if the FSF's position on dynamic linking in
2012 Aug 23
11
FreeBSD 9.1-RC1 Available...
The first release candidate of the 9.1-RELEASE release cycle is now
available on the FTP servers for amd64, i386, and powerpc64. The
MD5/SHA256 checksums are at the bottom of this message. The ISO images
and, for architectures that support it, the memory stick images are
available here:
ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/
(or any of the FreeBSD mirror sites).
Current