search for: baconniere

Displaying 7 results from an estimated 7 matches for "baconniere".

2007 Jun 06
1
add inverse recursive feature or do a mkdir -p/install -D -d ?
...peedup is 0.00 $ ./rrsync.sh test1/toto1/toto2/toto3/toto4 test2/toto1/toto2/toto3/toto4 rsync -av test1/toto1/toto2 test2/toto1/toto2 $ ./rrsync.sh test1/toto1/toto2/toto3/toto4/a test2/toto1/toto2/toto3/toto4/a rsync -av test1/toto1/toto2 test2/toto1/toto2 CODE #!/bin/bash # rrsync.sh by Guy Baconniere usage="$0 <src> <dst>" src=${1:?$usage} dst=${2:?$usage} function crushedpath() { path="${1:?give a path please}" path=$(echo -n "${path}" | sed -e 's,/$,,') pathdepth=$(echo -n "${path}" | sed -e 's,[^/],,g...
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-09-22 2...
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
2007 Oct 04
0
Patch to support .pls .asx .ram .qtl listing formats on last SVN
Infomaniak Network SA / Guy Baconniere wrote: > Hi Karl, > >> While I think most of this is fine, I think in the fserve part (where >> the checks to see if there is a playlist file in webroot), they all >> seem to follow the same pattern so that would tend to indicate a >> function to reduce duplication. &...
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 Oct 12
5
DO NOT REPLY [Bug 4168] New: Random file has vanished when syncing clock with ntpdate/hwclock ?
..."xxxxxxxxxxxxxxx42" done IO error encountered -- skipping file deletion slave2 file has vanished: "xxxxxxxxxxxxxxx03" file has vanished: "xxxxxxxxxxxxxxx56" done IO error encountered -- skipping file deletion Thanks for your feedback -- 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 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email...
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