Displaying 20 results from an estimated 3000 matches similar to: "how to overwrite DLLs?"
2009 Feb 03
1
how to crypt hard linked backups?
Moin,
I wrote a backup script, that use rsync and its hardlink features. Now I want
to implement a new feature to my script: crypt the backuped files. But I
wonder how this can be done? Because rsync check if the source file is
different from the target file. But the target file will be allways different
if it is crypt; right?
Any idea?
Thanks
--
|Michael Renner E-mail:
2013 Feb 09
3
how to use the stdin module?
Moin,
I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with
cygwin).
The audio stream that I want to distribute come from stdin, like I get it from
curl http://streamingserver.foo.bar/stream/stream.php |
But how to proceed? Should I just pipe this to | icecast -c etc/icecast.xml?
It does not work.
Thanks for any hint!
--
|Michael Renner E-mail: michael.renner at
2010 Jul 11
1
wine 1.1.4 and 2nd soundcard (alsa)
Moin,
I am using a kind of VoIP Software (Echolink) that run perfekt with the build
in soundcard. But I want to use my headset, that appears as soundcard 1
(hw:1.0).
I can choose the soundcard in Echolink (default, external and system default),
but this goes to the build in card independent from this setting.
Can I configure wine to use the 2nd card? Or can I configure wine to use the
2nd
2013 Feb 09
2
how to use the stdin module?
Perhaps I've done something similar but on Debian and not know if it
will work in Windows.
I've used vlc to receive any audio from the Internet and ices2 as a
source client. It works perfectly fine as a repeater.
El s?b, 09-02-2013 a las 22:23 +0100, Xabier Oneca -- xOneca escribi?:
> Is the stream a MP3 stream? If so, you can use Icecast as a proxy (see
> documentation).
>
2013 Feb 09
6
how to use the stdin module?
Xabier, I mean vlc + Ices2 + Icecast2, I do not know because I do not
work with Windows.
Very interesting a proxi with Icecast2, I will study. I have saved a lot
of work, why do not you tell me before ? :))
El s?b, 09-02-2013 a las 23:28 +0100, Xabier Oneca -- xOneca escribi?:
> But you don't need VLC nor Ices2 to build a proxy with Icecast. It can
> connect to a stream and proxy it. I
2010 May 07
3
The source and destination cannot both be remote :-(
Moin,
this is something for the wish list: a 'rsync in the middle' mode. It
would make sense: rsync is running at a server. Copyying files from one
maschine to a file server.
rsync root at client:/var/tmp/in tomcat at fileserver:/opt/
Would this be possible without breaking the hard link mechanism?
CU
--
|Michael Renner E-mail: michael.renner at gmx.de |
|D-81541 Munich
2013 Feb 10
3
how to use the stdin module?
I'm understanding why Icecast2 is an audio server, wow !!!
http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html
Testing the relay option:
Two mountpoints from two master servers are relayed to a relay server:
Master Servers
Relay Server
http://186.56.96.133:8200/zuzenean.ogg
http://186.148.147.191:8001/zuzenean.ogg --->
http://186.56.96.133:8200/zznn1.ogg
2010 May 01
1
the meaning of "receiving file list"
Moin,
where can I find an explanation for all these codes in the verbose output:
cd..t...... root/
>f..t...... root/.Xauthority
>f.st...... root/Dokumente und Einstellungen/test2.txt
>f+++++++++ test.txt
cd+++++++++ global/foo
and so on.
Thanks
--
|Michael Renner E-mail: michael.renner at gmx.de |
|D-81541 Munich Germany ICQ: #112280325 |
|Germany
2010 Aug 23
1
wine as default interpreter for exe files?
Moin,
is there a way to configure bash in a way that all exe files are executed by
wine, not direct? E.g. ./sol.exe should result in wine ./sol.exe anyhow.
Thanks
--
|Michael Renner E-mail: michael.renner at gmx.de |
|D-81541 Munich Germany ICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
2009 Aug 17
1
problem with a live stream recorder
Moin,
the dradio recorder is used to record (and listen) the live stream from the
german radio station dradio. http://www.dradio.de/recorder/999551/
There is only a windows version available at the moment.
It was no problem to install the application. But starting the application
fails:
renner at mars:/home/C/Program Files/dradio-Recorder$ wine phonostar.exe
Fontconfig warning:
2013 Feb 10
2
how to use the stdin module?
El dom, 10-02-2013 a las 10:07 +0200, R?cker Thomas escribi?:
> Hi,
>
> On 10/02/13 06:53, Jos? Luis Artuch wrote:
>
> >
> > I'm understanding why Icecast2 is an audio server, wow !!!
> > http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html
> >
>
>
> We're not an 'audio server', that's pulse-audio, esd, etc.
2010 Apr 19
2
from solaris to linux: /usr/local/bin/rsync: No such file or directory
Moin,
I want to use rsysnc to get files from a linux box to a solaris server.
root at solaris:/root # which rsync
/usr/local/bin/rsync
root at solaris:/var/log/r5backup # rsync --version
rsync version 3.0.7 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps,
2010 May 17
2
copy dirs. subdirs, symlink, but not files
Hi all,
I've been messing around with needing to duplicate a dir tree minus
its file contents.
What i would like to achieve is to rsync dirs, subdirs and sym links
of dirs excluding files.
My first experiment was to simply do dirs and subdirs;
rsync -a -f"+ */" -f"- *" source destination
Worked like a champ.
However I'm unsure how to include or exclude sym
2010 May 05
1
Getting transfer error lists
Hello again,
Is there a reliable way I can parse the errors or get a direct list that rsync produces while transferring? I'm writing a GUI and the only way to get errors has been using regular expressions (all lines starting with "rsync:" for one) but it's not always reliable because I don't know the format of all errors. Also some errors appear to not be fatal but I'm
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin,
I wrote a small backup script that use rsync: r5backup
(http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines
for many people.
But when I try to backup /var/lib/zope2.9 I get an error 11. It does not
matter if zope is running or not.
I can't see an error meassge in the (verbose) logfile:
[client] parse_filter_file(/etc/r5backup/profiles/boulder.exclude,0,3)
2010 Aug 21
1
Unimplemented function cfgmgr32.dll.CM_Locate_DevNodeA
Moin,
I try to start an application (MixW, a amateur Radio Application that uses the
soundcard). While the installation wasn't a problem, the start of the
application itself fail:
renner at mars:~$ wine /home/C/Program\ Files/MixW/MixW2.exe
err:process:__wine_kernel_init boot event wait timed out
2010 Aug 22
0
CWSkimmer assume a system debugger
Moin,
a software for decoding morse code abort to start, because the application
detect a debugger:
-------------- cut -------------------
For secutity purposeses, this program will not run while system debuggers are
active. Please remove the system debugger before trying to run this program
again.
-------------- cut -------------------
I suppose the developer include this test to shield the
2010 May 03
0
problem with ssh/rsync to minix
Moin,
I just tried to use ssh/rsync from my linux box to minix, but
found a problem with ssh.
The environment:
* uname -a
Minix 145-116-229-112.uilenstede.casema.nl 3 1.2a i686
# /usr/local//sbin/sshd -V
sshd: illegal option -- V
OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005
Under normal circumstances, a command comes back when it is given to
ssh; e.g.
hermes:~# ssh -i
2004 Aug 06
1
how to start liveice with screen?
Moin,
I installed liveice as well as 'screen' at a debian maschine, both
applications are running fine. But when I try to start liveice in a 'screen'
environment then the liveice process ends without an error message:
$ /usr/bin/screen -dmS liveice /usr/bin/liveice
A prefixed 'strace -f' shows me:
[pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE,
2013 Feb 09
0
how to use the stdin module?
But you don't need VLC nor Ices2 to build a proxy with Icecast. It can
connect to a stream and proxy it. I have tested it with a SHOUTCast server
proxied through an Icecast mount point.
Why shouldn't work in Windows?
El 09/02/2013 22:43, "Jos? Luis Artuch" <artuch at speedy.com.ar> escribi?:
> **
> Perhaps I've done something similar but on Debian and not know