similar to: A funny website

Displaying 20 results from an estimated 100000 matches similar to: "A funny website"

2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
Hi, The problem I found is not in what rsync, but on the error handling: How to reproduce: On server side I setup a tree and share using rsync + xinetd, of course, for security reason I use chroot option. Now I push this symlink: lrwxrwxrwx 1 root root 4 nov 10 16:28 horsroot -> /bin/ Now I try to do: ./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/ (Of course the
2009 May 30
0
something wrong with narrowband and ultra-wideband?
I downloaded speex-1.2beta3-win32 binaries, and used the speexenc.exe and speexdec to process the file male.wav download from http://speex.org/samples I used both the narrowband and ultra-wideband mode: >speexenc -n --quality 3 male.wav n3.spx Encoding 8000 Hz audio using narrowband mode (mono) >speexdec n3.spx n3.wav Decoding 8000 Hz audio using narrowband mode (mono) Encoded with Speex
2003 Aug 12
0
two suggestions about backup
Hi all, I am now trying to use rsync for incremental backup these days, and I have two suggestions. First, I found rsync does not make backup files in case destination files have the same name with source files. I tested in some situations as below. [Source] [Destination] [Backup] Regular file Directory Created Regular file Symlink Not created Regular
2003 Dec 04
0
bug report: error while compiling rsync 2.5.7 on solaris 9
Hi, while compiling the last version of rsync on Solaris 9 SPARC with the GNU CC compiler 3.2.3 I got an error. Standard procedure: cd rsync-2.5.7; configure; make msb@tesla:.../rsync-2.5.7$ make ... gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/compat.c -o lib/compat.o lib/compat.c: In function `sys_gettimeofday': lib/compat.c:201: too few arguments to function
2008 Oct 20
1
Patch for GPFS support
List, We, IBM, have developed a patch that enhances RSYNC. This patch provides extensions to RSYNC to map to and use filesystem extensions present in the IBM GPFS cluster filesystem. (GPFS is a cluster filesystem for Linux and AIX that provides additional attributes such as NFSv4 ACLs, extended attributes and windows attributes in addition to the common posix permissions) This will greatly
2003 Aug 07
1
[patch] New RC to differentiate partial xfers from files that get deleted before they're xfered
All, During development of a backup solution with rsync I experienced some failed backups because of RC 23, partial transfer. These were because the application using the data I was backing up, was still active, and had deleted a file inbetween rsync compiling the file list and then transfering the file. After some feedback from Wayne Davidson and JW Schultz suggesting the solution to this,
2012 Mar 14
0
Audio file is corrupted after decoding
I successfully encoded and decoded a wav file of PCM 16 , MONO and with sample rate 8000 in Android OS. The size of the original wav file and decoded file is near. But i am not able to play the decoded audio file, the mediaplayer says that the file has been corrupted. ENCODING: #include <jni.h> #include <stdio.h> #include "speex/speex.h" #define FRAME_SIZE 320 void
2007 Nov 13
0
Connection reset by peer (104)
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: rsyncd.conf Type: application/octet-stream Size: 2285 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20071113/088a1eee/rsyncd.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: rsyncd_users.conf Type:
2009 Dec 27
7
How to destroy your system in funny way with ZFS
Hi all, I installed another OpenSolaris (snv_129) in VirtualBox 3.1.0 on Windows because snv_130 doesn''t boot anymore after installation of VirtualBox guest additions. Older builds before snv_129 were running fine too. I like some features of this OS, but now I end with something funny. I installed default snv_129, installed guest additions -> reboot, set
2005 Jul 06
3
click at end of playback
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: good.wav Type: audio/wav Size: 7430 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20050706/a77cade6/good-0001.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: bad.wav Type: audio/wav Size:
2012 Sep 28
1
Patch for GPFS support
Hi all My apologies for dragging up a very old mail from the depths of the rsync archives: http://lists.samba.org/archive/rsync/2008-October/021963.html I'm trying to use Ronnie's patch to get rsync to copy my GPFS NFSv4 ACLs. I'm having trouble building Ronnie's gpfs.c though - it turns out my programming isn't up to a challenge greater than "configure; make"!
2007 Oct 17
0
xattrs on symlinks
As we all know, only osx supports xattrs on symlinks. Unfortunately, not only does osx support xattrs on symlinks, *every* symlink has, at the least, com.apple.FinderInfo. When backing up to a linux system, this results in one error message per symlink: rsync: rsync_xal_set: lsetxattr("User Guides And Information","user.com.apple.FinderInfo") failed: Operation not
2005 Feb 18
0
Patch for rsyncable zlib with new rolling checksum
Hi all- My test results so far indicate a pretty decent improvement in overall rsync performance when using a slightly more sophisticated checksum calculation. The attached patch has the required changes (in hindsight, I should have compressed this using zlib with the new algorithm :-) ). Some things to know about the patch: First, it is against the zlib library - NOT the gzip application. By
2010 Feb 14
1
Modified rsync over SSL patch
Hi, I've been working with Casey Marshall's SSL patch, and couldn't get it to work reliably - the transfer would abort pretty quickly. So I rewrote the main data pump loop of the patch to use non-blocking IO, and am attaching the new patch. An rsync program using this patch is interoperable with the old patch. Along with the modified message pump I added the following improvements:
2001 Jan 20
0
libao: Raw audio device
I've completed the new device for libao that just writes raw, headerless, unformatted audio data to the file of your choice. The driver also supports writing to stdout by specifying the output file to be "-". This is the better way to stream uncompressed audio for now, thereby avoiding the headaches contained in wav files. To add the driver: 1) Copy ao_raw.c into ao/src/ 2) Apply
2001 Jul 28
2
oggenc broken for some types of WAV files
Hello, I have found that there are some WAV files which have a "fmt" chunk size greater then 16 bytes (length indicator greater then 16). The patch is attached. What is the normal method for submiting patches? Regards, Chris Wolf <HR NOSHADE> <UL> <LI>application/octet-stream attachment: audio.c.patch </UL> -------------- next part -------------- A non-text
2007 Oct 22
0
Linux backup server LD_PRELOAD
I'm not sure if anyone else is interested, but here's a tool I've been using with rsync-3.0pre2 to backup my powerpc/mac onto linux with ext3 and fake-super: gcc -Wall -O2 -shared -fPIC -o libxattr.so libxattr.c -lsqlite3 This intercepts calls from rsync that deal with extended attributes. If the target is a symlink (where linux doesn't allow xattrs on symlinks) or
2006 Sep 18
1
daemon excludes all my files
Hello I am new to rsync but I started the cwRsyncServer daemon on an Windows 2003 Server machine with this exclude option: exclude = *.obj Debug *~ *.bak *.orig .svn Thumbs.db Copy?of?* Kopie?van?* .* This option I have placed in the global section so I won't have to repeat it on every module. You can see my rsyncd.conf file attached. The problem is now all my files get excluded Now on
2008 Nov 23
0
Version 0.6 of 10.3 xattr patch is out!
Hi guys, I had a little time and decided to update my patch to be applied on rsync 3.0.4 without hung or reverse patch error. NB: I only corrected patching errors, the xattr patch still exactly the same. I didn't tested if the issue I explained there still the same or not: http://lists.samba.org/archive/rsync/2008-February/020093.html If someone test it, please let me know about it. I
2001 Nov 09
1
Fix to track-kameipv6 branch for socket.c
I ran into a problem where systems without DNS entries could not connect to the rsync server with the IPV6 patch applied. Here is a fix to the problem. Basically they were checking the list of IP addresses returned by getaddr even if getaddr failed. I just changed it so they only check the list of IP addresses if getaddr succeeds. Any comments on this please email me directly because I do not