search for: baco

Displaying 6 results from an estimated 6 matches for "baco".

Did you mean: back
2007 Jun 06
1
add inverse recursive feature or do a mkdir -p/install -D -d ?
...and do a full rsync from the first parent available on destination. TEST $ mkdir -p test1/toto1/toto2/toto3/toto4 $ mkdir -p test2 $ touch test1/toto1/toto2/toto3/toto4/a $ rsync -av test1/toto1/toto2/toto3/toto4 test2/toto1/toto2/toto3/toto4 building file list ... done rsync: mkdir "/home/baco/test2/toto1/toto2/toto3/toto4" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(529) [receiver=2.6.9] rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(453) [sender=...
2006 Oct 12
5
DO NOT REPLY [Bug 4168] New: Random file has vanished when syncing clock with ntpdate/hwclock ?
...with ntpdate/hwclock ? Product: rsync Version: 2.6.4 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: baco@infomaniak.ch QAContact: rsync-qa@samba.org We have one master server with 2 GB and 1'331'703 inodes of files rsynced in parallels by two slave server at the same time (by a cron job). Randomly the rsync failed on both slaves with a list of files who sems to be vanished but the...
2006 Dec 24
1
Icecast vs Internet Explorer 7 patch
...#39;; System.security.allowDomain('http://'+ domain); stream.loadSound('http://'+ domain +':'+ port +'/'+ mount, true); function callback() { stream.start(); } stream.onSoundComplete = callback; stream.start(); Happy Christmas. -- Infomaniak Network SA Guy Baconniere <baco@infomaniak.ch> Unix System Administrator Certified Linux Engineer (RHCE, LPIC-2) Avenue de la Praille 26 1227 Carouge (Geneva) Switzerland (CH) Phone +41 (0)22 820 3541 Fax +41 (0)22 820 3546 AS29222 / BACO-RIPE -------------- next part -------------- --- src/format_mp3.c 2005-0...
2007 Oct 04
2
Patch to support .pls .asx .ram .qtl listing formats on last SVN
...ormat and don't have one huge function I agree some part of the code could be included in a single function to avoid code duplication. Make a function dispatcher to point to each function who give the corresponding HTTP header for each format. Best Regards, Guy -- Infomaniak Network SA Guy Baconniere <baco@infomaniak.ch> Unix System Administrator Certified Linux Engineer (RHCE, LPIC-2) Avenue de la Praille 26 1227 Carouge (Geneva) Switzerland (CH) Phone +41 (0)22 820 3541 Fax +41 (0)22 820 3546 AS29222 / BACO-RIPE
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
...listing with a link to the streaming. Based on http://www.streamalot.com/playlists/playlist-formats.htm I hope you can include this patch in your next release and make once again icecast the best audio streaming server available on the market ! -- thanks for your great product ! Best Regards, Guy Baconniere -- Infomaniak Network SA Guy Baconniere <baco@infomaniak.ch> Unix System Administrator Certified Linux Engineer (RHCE, LPIC-2) Avenue de la Praille 26 1227 Carouge (Geneva) Switzerland (CH) Phone +41 (0)22 820 3541 Fax +41 (0)22 820 3546 AS29222 / BACO-RIPE -------------- next part...
2006 Apr 03
30
DO NOT REPLY [Bug 3653] New: Silence 'vanished files' messages
https://bugzilla.samba.org/show_bug.cgi?id=3653 Summary: Silence 'vanished files' messages Product: rsync Version: 2.6.8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: count-samba@flatline.de