search for: dumpfil

Displaying 20 results from an estimated 124 matches for "dumpfil".

Did you mean: dumpfile
2004 Aug 06
2
dumpfile with libshout2/icecast2
Heyas, I'm trying to get setDumpfile working with the java libshout bindings. I am calling shout_set_dumpfile(shout,char*) after specifying the port, host, mount and password, yet, the dumpfile is not created on the server side. To be more specific, I'm trying this: bin/streamAdmin -d /tmp/test.mp3 -h streams.benow.ca -p 80 -P...
2011 Feb 25
0
[patch] Reopen dumpfiles on signal
...p through. Someday I should learn how to tweak vim to do this for me. >> --- src/source.c (revision 17873) >> +++ src/source.c (working copy) >> @@ -714,6 +715,20 @@ >> } >> >> /* save stream to file */ >> + if (source->reopen_dumpfile) { >> + if (source->dumpfile) { >> + fclose(source->dumpfile); >> + source->dumpfile = NULL; >> + } > > * here you close a file, then check if there is a ->dumpfilename after > you try to open a new one... if there is no ->dumpfile...
2004 Aug 06
1
dumpfile with libshout2/icecast2
Thanks for the reply, Mike. Is there currently any way to accomplish the same thing (ie, recording of a dumpfile for a mount for a given duration) with icecast2 as it stands? Perhaps through the admin interface, or via a config change and reload? I'm surprised this feature has not been more requested, it would certainly be welcome here. If not, no biggie, I could just use a local gstreamer process t...
2004 Aug 06
0
dumpfile with libshout2/icecast2
On Wednesday 10 March 2004 06:56, Andrew Taylor wrote: > Heyas, > > I'm trying to get setDumpfile working with the java libshout bindings. > I am calling shout_set_dumpfile(shout,char*) after specifying the port, > host, mount and password, yet, the dumpfile is not created on the server > side. To be more specific, I'm trying this: > > bin/streamAdmin -d /tmp/test.mp3 -h str...
2011 Feb 23
0
[patch] Reopen dumpfiles on signal
I wanted to use the Icecast dumpfile for hourly stream archival, so I added a signal handler to trigger the re-opening of dumpfiles. This lets me rename the dumpfile, signal Icecast, and repeat. Patch is attached. I've never spent any time in the Icecast source before now, so I had a couple of questions/thoughts: 1. Since all I...
2002 Apr 21
3
SHorewall and Accounting Scripts
...script we would like to use for this is iam (http://intevation.de/iam/). The docs say: Alternatively you can use your own iptables script and only add the ''dump'' option, which should do: DATE=`date ''+%Y%m%d%H%M%S'' echo "START $DATE" >> $DUMPFILE iptables -vnxZ -L --line-numbers -t filter >> $DUMPFILE echo "END $DATE" >> $DUMPFILE What is the right place in the shorewall files to place this? Thanks in advance, Christian
2011 Dec 14
1
Still plugging away at the repo conversion
...tate of things is that I have scrapped my precious approach, which was to put the Subversion tools in a Python harness and replay the repo history. The problem with this is that it was hideously slow - your 3.3K commits took over 8 hours to process. I'm now working on a parser for Subversion dumpfiles. This approach - use svnsync to grab the history, use svnadmin dump to turn it into a dumpfile, reposurgeon interprets the dumpfile - is much, *much* faster. A full read takes about 10 minutes. Unfortunately, though my parser works fine on a dozen test repos, it crashes during postprocessing o...
2005 Oct 24
1
dump-file per source per mount
Hi ! Maybe you could find something with this line in the <mount> section of the icecast.xml file: <dump-file>/tmp/dump-example1.ogg</dump-file> But I prefer to use streamripper which can do this easily on a client side: http://streamripper.sourceforge.net/ http://packages.debian.org/unstable/sound/streamripper yomguy Stefan de Konink wrote: > On Mon, 24 Oct 2005, Jaakko
2010 Jul 28
1
Blowfish issues with somewhat big files
Hi, I've encrypted some database dumps with openssl bf -d -in dumpfile.bf -out dumpfile -k mykey bad decrypt 14142:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:325: The weird thing is if I do the same with smaller files it can decrypt with no problem. I use openssl-0.9.8e-12.el5 on Centos 5.4. Please could you tell me what I a...
2004 Aug 06
2
Multiple Stream? Request for Config
Greeting all -- I'm having some problems setting up multiple streams with iceS, for example, a hi-bandwidth and lo-bandwidth stream of the same audio. Could someone post a config that works in this case? thanks .oOo.oOo.o..o.oOo.oOo. Ben Wilson admin -- thelocust.org ben@thelocust.org 'OoO'OoO'O''O'OoO'OoO' --- >8 ---- List archives:
2004 Aug 06
0
Multiple Stream? Request for Config
...erver. Use xaudiocast for icecast, or icy for shoutcast compatibility --> <Protocol>xaudiocast</Protocol> </Server> <!-- The name of the mountpoint on the icecast server --> <Mountpoint>96k</Mountpoint> <!-- The name of the dumpfile on the server for your stream. DO NOT set this unless you know what you're doing. <Dumpfile>ices.dump</Dumpfile> --> <!-- The name of you stream, not the name of the song! --> <Name>Green Chile Radio - 96k</Name> <!-- Genre of your stre...
2007 Jan 29
3
dumpadm and using dumpfile on zfs?
Hi All, I''d like to set up dumping to a file. This file is on a mirrored pool using zfs. It seems that the dump setup doesn''t work with zfs. This worked for both a standard UFS slice and a SVM mirror using zfs. Is there something that I''m doing wrong, or is this not yet supported on ZFS? Note this is Solaris 10 Update 3, but I don''t think that should
2006 Feb 13
0
Perl DBM problem...
...version 5, native byte-order) wire.db: Berkeley DB (Hash, version 5, native byte-order) If I run the following Perl test script ... #!/usr/bin/perl # # if ($ARGV[0] eq "") { print "\n * * give me a DBM file name to dump (no DBM extension) * *\n"; exit; } dbmopen (%dumpfile, $ARGV[0], 0400) || die "Can't open DB file!" ; foreach $line (sort keys %dumpfile) { print <<END1; $line - $dumpfile{$line} END1 } dbmclose (%dumpfile); Running that against any of the BDB files on the old RH 7.3 system dumps the file's data successfully. Copy ever...
2005 Dec 29
1
Problem Reading SPlus Dump Into R - Spaces Embedded in Data
Hello, I'm trying to source() an SPlus 6.x file created using dump(..., oldStyle=T) into R (version 2.01) as using the following instructions: > *If you have access to S-PLUS, it is usually more reliable to |dump| > the object(s) in S-PLUS and |source| the dumpfile in R. For S-PLUS 5.x > and 6.x you may need to use |dump(..., oldStyle=T)|, and to read in > very large objects it may be preferable to use the dumpfile as a batch > script rather than use the |source| function.* (from "R Data Import/Export," pg. 15) An example: > sour...
2004 Aug 06
2
ices configuration not working
...1.x needs "xaudiocast", and icecast 2.x needs "http". --> <Protocol>http</Protocol> </Server> <!-- The name of the mountpoint on the icecast server --> <Mountpoint>ices</Mountpoint> <!-- The name of the dumpfile on the server for your stream. DO NOT set this unless you know what you're doing. <Dumpfile>ices.dump</Dumpfile> --> <!-- The name of you stream, not the name of the song! --> <Name>Default stream</Name> <!-- Genre of your stream...
2003 Apr 02
4
tftp-hpa to boot aix
i am using tftp-hpa 0.32 to transfer boot image files of an aix 5.2 system. packets begin to go across the network and then they stop at about 4200 packets. when i boot from aix bootp server 15227 packets are transfered. i have tried with both xinetd and standalone modes with many different options. i am not sure why it is failing to transfer the entire image. are there certain options with
2004 Aug 06
2
[patch] time stamps in dump file names
...Convert it to local time representation. */ + loctime = localtime (&curtime); + source_t *src; src = (source_t *)malloc(sizeof(source_t)); @@ -76,7 +86,8 @@ src->fallback_mount = strdup (mountinfo->fallback_mount); src->max_listeners = mountinfo->max_listeners; if (mountinfo->dumpfile != NULL) - src->dumpfilename = strdup (mountinfo->dumpfile); + strftime (buffer, PATH_MAX, mountinfo->dumpfile, loctime); + src->dumpfilename = strdup (buffer); } if(src->dumpfilename != NULL) { Example: <dump-file>/tmp/ewire-%Y%m%d-%H%M%S.m...
2004 Nov 18
0
FW: Dumping streams to a file?
...in the meantime I'll just use Curl to fetch the streams. Thanks very much, -mp * Klaas Jan Wierenga (k.j.wierenga@home.nl) [041118 12:55] spake thusly: > > Hi, > > I don't think it is possible with the standard 2.1 version. I have patched > the 2.1-trunk version to add an dumpfile admin command to do this. If you're > interested I could post it on the mailing list, but it would need some time > to create the patch for the current 2.1 release. > > It goes something like this: > > http://localhost:8000/admin/dumpfile?mount=/mymount&file=/web/recordin...
2004 Aug 06
1
Stream metadata settings
...p_public = 0; > > if(mountinfo != NULL) { > - src->fallback_mount = mountinfo->fallback_mount; > + src->fallback_mount = (char *)strdup(mountinfo->fallback_mount); > src->max_listeners = mountinfo->max_listeners; > src->dumpfilename = mountinfo->dumpfile; > } 2 things... - you missed dumpfile which also has the same issue :) - the config lock really needs to be taken. You don't want the mountinfo details to disappear which it could do if the config file was switched over. >From looking at it we co...
2004 Aug 06
2
[patch] time stamps in dump file names
...Convert it to local time representation. */ + loctime = localtime (&curtime); + source_t *src; src = (source_t *)malloc(sizeof(source_t)); @@ -76,7 +86,8 @@ src->fallback_mount = strdup (mountinfo->fallback_mount); src->max_listeners = mountinfo->max_listeners; if (mountinfo->dumpfile != NULL) - src->dumpfilename = strdup (mountinfo->dumpfile); + strftime (buffer, PATH_MAX, mountinfo->dumpfile, loctime); + src->dumpfilename = strdup (buffer); } if(src->dumpfilename != NULL) { Example: <dump-file>/tmp/ewire-%Y%m%d-%H%M%S.m...