Displaying 7 results from an estimated 7 matches for "pvf".
Did you mean:
pv
2009 Jun 11
2
Problem with new version of GlusterFS-2.0.1 while copying.
Hi,
I am having some problem with new version of
GlusterFS-2.0.1 while copying using "apache" user.
sudo -u apache cp -pvf zip/* test/
getting the message
cp: getting attribute
`trusted.glusterfs.afr.data-pending' of
`zip/speccok1ma131231824637.zip': Operation not permitted
`zip/speccok1ma131231824776.zip' -> `test/speccok1ma131231824776.zip'
No problem while copying as "root" user
cp...
2006 Jul 12
10
DO NOT REPLY [Bug 3925] New: rsync is unable to sync large (approx 4G) sparse files
https://bugzilla.samba.org/show_bug.cgi?id=3925
Summary: rsync is unable to sync large (approx 4G) sparse files
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2008 Dec 01
2
Error while copying/moving file
An HTML attachment was scrubbed...
URL: http://zresearch.com/pipermail/gluster-users/attachments/20081201/151a90cd/attachment.htm
2004 Dec 16
0
MuSE 0.9.1 codename STREAMTIME
...and
additional fun.
- - NCURSES (optional)
if libncurses is present, MuSE will compile a text console
interactive interface to be used into ASCII terminals.
- - SNDFILE (optional)
if libsndfile is present then you'll be able to play uncompressed
sound files like wav, aiff, snd, voc, pvf, mat, au, sf etc.
***** Compile and install:
- - you can get latest version of lame: (if you already have lame and
libmp3lame jump to point 2, after checking that version is >3.89)
with 'lame --version'
or download it from www.mp3dev.org/mp3 and follow the simple
instructions...
2004 Dec 16
0
MuSE 0.9.1 codename STREAMTIME
...and
additional fun.
- - NCURSES (optional)
if libncurses is present, MuSE will compile a text console
interactive interface to be used into ASCII terminals.
- - SNDFILE (optional)
if libsndfile is present then you'll be able to play uncompressed
sound files like wav, aiff, snd, voc, pvf, mat, au, sf etc.
***** Compile and install:
- - you can get latest version of lame: (if you already have lame and
libmp3lame jump to point 2, after checking that version is >3.89)
with 'lame --version'
or download it from www.mp3dev.org/mp3 and follow the simple
instructions...
2004 Aug 06
1
MuSE 0.9 codename "COTURNIX" - out now with new major features!
...and
additional fun.
- - NCURSES (optional)
if libncurses is present, MuSE will compile a text console
interactive interface to be used into ASCII terminals.
- - SNDFILE (optional)
if libsndfile is present then you'll be able to play uncompressed
sound files like wav, aiff, snd, voc, pvf, mat, au, sf etc.
<p><p><p>***** Compile and install:
- - you can get latest version of lame: (if you already have lame and
libmp3lame jump to point 2, after checking that version is >3.89)
with 'lame --version'
or download it from www.mp3dev.org/mp3 and follow...
2003 Aug 22
3
PAE removal patch for testing
..._invalidate(pv->pv_pmap, pv->pv_va);
}
@@ -2847,11 +3116,11 @@
}
}
-vm_paddr_t
+vm_offset_t
pmap_phys_address(ppn)
int ppn;
{
- return (i386_ptob((vm_paddr_t)ppn));
+ return (i386_ptob(ppn));
}
/*
@@ -2869,8 +3138,8 @@
int
pmap_ts_referenced(vm_page_t m)
{
- pv_entry_t pv, pvf, pvn;
- pt_entry_t *pte;
+ register pv_entry_t pv, pvf, pvn;
+ unsigned *pte;
int s;
int rtval = 0;
@@ -2893,7 +3162,7 @@
if (!pmap_track_modified(pv->pv_va))
continue;
- pte = pmap_pte(pv->pv_pmap, pv->pv_va);
+ pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va);...