Displaying 5 results from an estimated 5 matches for "n8gray".
Did you mean:
gray
2008 Mar 02
1
3.0.0 test failure MacOS X 10.4.11
...I compiled and run the tests:
patch -p1 <patches/osx-create-time.diff
patch -p1 <patches/fileflags.diff
./prepare-source
patch -p1 <patches/backup-dir-dels.diff
./configure
make
make test
sudo make install
Then compiling and running "bbouncer" from
<http://www.n8gray.org/blog/2007/04/27/introducing-backup-bouncer/>
./bbouncer create-vol mysource
./bbouncer create-vol mybackup
sudo rm -rf /Volumes/mybackup/*
rsync -aHAX --fileflags /Volumes/mysource/ /Volumes/mybackup/
reports
---
rsync: get_xattr_names: llistxattr("90-fifo/some-fifo",1024)...
2010 Aug 31
3
compare a directory with itself -- differences found
well, when I tell rsync to compare my home directory with itself, it
reports many differences.
I'm using rsync version 3.0.7 protocol version 30.
I was hoping to use it to verify my backup.
2005 Sep 14
2
Fwd: Newbie q: decoupling vorbis from ogg
From: Nathaniel Gray <n8gray@gmail.com>
Date: Sep 14, 2005 11:30 AM
Subject: Newbie q: decoupling vorbis from ogg
To: vorbis-dev@lists.xiph.org
Hi,
Sorry if this is a newbie question. I'm trying to write an OS X
AudioCodec for Vorbis using libvorbis. I'm confused about the
libvorbis dependency on libogg. I tho...
2009 Apr 18
8
DO NOT REPLY [Bug 6276] New: crtimes.patch does not preserve creation dates on Mac x86_64 only
https://bugzilla.samba.org/show_bug.cgi?id=6276
Summary: crtimes.patch does not preserve creation dates on Mac
x86_64 only
Product: rsync
Version: 3.0.6
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2005 Sep 19
2
Frames per packet?
Hi,
Another newbie question. I'm trying to figure out how to fit vorbis
into the Apple AudioCodec API and it asks your codec to be able to
answer questions about itself. One I'm not sure about, does vorbis
encode a fixed number of frames per packet for any given track? I
know it's VBR, but that doesn't necessarily imply variable # of frames
per packet.
Thanks,
-n8
--