Displaying 4 results from an estimated 4 matches for "fetchabl".
Did you mean:
fetchall
2012 Jun 05
13
New btrfs-progs integration branch
...this issue of
the integration branch. I''ve got a stack of about a dozen more patches
with new features in them still to go. I''ll be working on those
tomorrow. As always, there''s minimal testing involved here, but it
does at least compile on my system(*).
The branch is fetchable with git from:
http://git.darksatanic.net/repo/btrfs-progs-unstable.git/ integration-20120605
And viewable in human-readable form at:
http://git.darksatanic.net/cgi/gitweb.cgi?p=btrfs-progs-unstable.git
Shortlog is below.
Hugo.
(*) "I don''t care about works-on-my-machi...
2008 Mar 10
0
[PATCH] SVM: handle page faults in emaulted instruction fetches
Deal with failures in hvm_copy_from_guest_virt when fetching instructions
in the various SVM emulation paths. Since we know that the instruction
was fetchable by the hardware, we can usually just return from the VMEXIT
and try again; whatever caused us to fail will cause the hardware to
fail next time and we''ll get the correct exit code.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
--
Tim Deegan <Tim.Deegan@citrix.com>
Princ...
2012 May 26
2
[PATCH] Update diag/mbr instruction to match the current filename.
From: Jean-Christian de Rivaz <jc at eclis.ch>
I suspect that some instructions about how to use the diag/mbr was not
updated when the source file was renamed to handoff.S. Here is a simple
proposition to fix that.
Jean-Christian de Rivaz
---
diag/mbr/README | 4 ++--
diag/mbr/handoff.S | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/diag/mbr/README
2001 Jul 27
0
(fwd) Re: rsync and named-xfer
...y = yes
# see rsyncd.conf(5) for details on hosts allow specification
hosts allow = a.a.a.a b.b.b.b c.c.c.c ...etc...
---cut here---
/var/cache/bind/rsync is the directory containing the rsyncable zone
file(s). this should be a dedicated subdirectory with only the zonefiles
you want to be fetchable via rsync in it.
your zone file configuration in named.conf should look something like this:
zone "example.com" {
type master;
file "rsync/example.com.db";
};
whenever you edit the file and run "ndc reload", a NOTIFY will be sent
to the secondaries. this will cau...