similar to: [patch] s390 klibc build fix for 2.6.15

Displaying 20 results from an estimated 200 matches similar to: "[patch] s390 klibc build fix for 2.6.15"

2004 Aug 06
1
Keeping icecast from kicking clients
I'm trying to setup Icecast so that clients can stay connected indefinately. Basically sources will connect on occasion, but may disconnect until they get instructions to connect again (think about a jukebox that does not play music until something is selected. Now add in distrubuted, thin clients and you realize why this is an important feature). According to the icecast authors, it is
2004 Aug 06
1
99% cpu usage help
On Friday, 21 June 2002 at 12:24, Tim Hart wrote: > Thanks. > > In my rc.icecast script, I put a >/tmp/icecast.out and a > 2>/tmp/icecast.err to try and follow your advice. When I turned it > on, I got alot of "You can run, but you can't hide" lines over and > over in the icecast.out file. I tracked it down in the code and > found src/admin.c was
2004 Aug 06
5
CPU Utilization Weirdness
> The only thing that seems to work is starting the processes and piping them > to null. The only disadvantage to that is that icecast sucks all available > CPU although it seems to release its hold on the CPU when I start other > programs. Now this is bringing back some memories. I thought only certain BSDs had this 'feature' that background processes still used
2006 Jan 31
1
[patch] Kbuild.klibc don't hardcode gcc version
sparc still needs gcc-3.3 for a working run-init. belows makes use of the exported CC var. Signed-off-by: maximilian attems <maks@sternwelten.at> diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc index 66e16e7..70e4071 100644 --- a/scripts/Kbuild.klibc +++ b/scripts/Kbuild.klibc @@ -72,7 +72,7 @@ KLIBCROSS := $(CROSS_COMPILE) # binutils KLIBCLD := $(KLIBCROSS)ld
2004 Aug 06
0
[shout/icecast] problem streaming
hello folks, i had a problem with streaming on icecast. Version 1.3.10 / shout 0.8.0 the server startet successful , and shout is eatblish an stream on localhost port 8001. if an client read the stream via winamp on a windows machine in the lan , then is there in the first 10 sec anything ok, but after this time is the permanently drops for one sec the mp3 files are in diferent bitrates , most of
2004 Aug 06
0
CPU Utilization Weirdness
Made the change and so far so good, CPU is back where it should be. Running 2 streams at 56K 22Hz is using about 5% CPU total - most respectable I think. I have only been running this config for about 10 minutes, but so far so good. Will post follow up tomorrow. Thanks Jack - question tho: isn't using console mode 3 the same as using -b (from the description in the conf file anyway) or it is
2004 Aug 06
0
Registering on Shoutcast
Is there something other than enabling yp.shoutcast.com in iceast.conf to get a stream registered at shoutcast? ----- Original Message ----- From: "Jack Moffitt" <jack@xiph.org> To: <icecast@xiph.org> Sent: Tuesday, February 05, 2002 11:50 AM Subject: Re: [icecast] CPU Utilization Weirdness <p>> > The only thing that seems to work is starting the processes and
2004 Aug 06
0
Impossible to connect to ANY yp server
Greetings I'm having problems announcing my stream on any yp server, using Icecast v1.3.12 compiled with the optimization support.. I have tried every directory server I could find, but I still get the same result. When I start icecast with an yp server available, I get this: [09/Feb/2003:14:52:47] Using xaudiocast directory server [yp.icecast.org:80/cgi-bin/touch] .. and then I don't
2005 Dec 17
2
[patch] fix defintion of struct statfs64
From: Steve Langasek <vorlon@debian.org> Fix the definition of struct statfs64, required for run-init to work on alpha. verified to have no regressions on amd64. Signed-off-by: maximilian attems <janitor@sternwelten.at> Signed-off-by: Frederik Sch?ler <fschueler-guest@costa.debian.org> --- klibc-1.1.1.orig/include/sys/vfs.h +++ klibc-1.1.1/include/sys/vfs.h @@ -32,17 +32,17
2004 Aug 06
1
Clients connect but no stream...
I'm running Icecast 1.3.11, Lame 3.89, and the latest version of liveice. I'll post my config files in case someone might find an error in them... ################################## ##### ICECAST.CONF location Radio rp_email matt@cmitech.com server_url http://216.89.xxx.xxx/ max_clients 10 max_clients_per_source 10 max_sources 1 max_admins 5 throttle 10.0 use_meta_data 0
2004 Aug 06
2
Icecast winamp oddcast mountpoint problem?
Hi there! I'm new to the list and I'm experiencing somekind of problem. I have installed icecast 1.3.12 as a OpenBSD 3.2 port. I use winamp (on win2000) for encoding with muchFX and 4 oddcast DSP plugins for different streams. Streams are mounted in /low /medium /high /vh mount points. From icecast logfiles it seems that everything is working ok. When I try to connect with a client
2012 Dec 25
3
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
Hello Everyone, I have a bit of a problem trying to set up Icecast2 + Ice2, on my debian box, I installed icecast2 ver 2.3.2-6 and ices2 2.0.1-8. I'm able to start icecast2 as shown in the logs: [2012-12-24 20:34:27] INFO main/main Icecast 2.3.2 server started [2012-12-24 20:34:27] DBUG yp/yp_recheck_config Updating YP configuration [2012-12-24 20:34:27] INFO
2004 Aug 06
2
Placing Icecast in a chroot jail
Hi, (Sorry for the long email) As a bit of a learning exercise, I'm trying to place the icecast daemon in a chroot jail. I've been mostly sucessful: I can get icecast to serve the default stream from its jail, however I can't get multiple streams to work. I think the problem is that icecast can't resolve addresses in the jail, however I do have an etc/hosts file and
2004 Aug 06
2
bitstream problem: resyncing...
This one really has me stumped. I'm running 866MHz, 256MB RAM, 80GB Disk (7200RPM) on Linux-mandrake 8.2 icecast 1.3.12 & ices 0.2.3 & lame 3.91 all mp3s encoded with lame 3.91 or higher and --r3mix (VBR) Sorry for the long email but I'm hoping to get someone out there that's seen this before and give me some advice... I'm continually getting errors like this when running
2006 Feb 19
0
[patch] openat build with older !openat linux tree
klibc/arch/i386/openat.o: In function `openat':klibc/arch/i386/openat.S:19: undefined reference to `__NR_openat' make[3]: *** [klibc/libc.so] Error 1 belows allows to build against a tree based on 2.6.15 Signed-off-by: maximilian attems <maks@sternwelten.at> diff --git a/klibc/arch/i386/openat.S b/klibc/arch/i386/openat.S index 3955eae..40ab299 100644 ---
2008 Jul 23
3
[patch] mount add move option
On Wed, Jul 23, 2008 at 11:24:49AM +0200, Karel Zak wrote: > On Wed, Jul 23, 2008 at 04:43:30AM -0400, Christoph Hellwig wrote: > > On Wed, Jul 23, 2008 at 10:39:38AM +0200, maximilian attems wrote: > > > klibc mount has only short options thus uses the following syntax > > Frankly, it seems like a klibc problem... well not directly, but right klibc-utils should have
2015 Apr 20
4
<qemu:commandline> domain XML tag is not working?
Hi, I tried to enable virtio-blk data plane feature for VMs in my openstack environment, the hypervisor is ubuntu 14.04, libvirt 1.2.2 and QEMU 2.0. As nova doesn't support that parameter yet, I did belows 1. nova boot a VM with raw disk image. 2. nova stop the VM. 3. run "virsh edit <instance-id>" on the hyprvisor node, and adding below into instance xml just before
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
From: Geert Stappers <stappers at debian.org> To make klibc-ipconfig transmit the DHCP vendor class "d-i" and get the DHCP preseeding filename in a text file, it needs the attached patch. belows patch allows ipconfig to be used in Debian installer once the hostname is sent too, see http://blog.andrew.net.au/2006/05/17#d-i_dhcp_hacking Signed-off-by: maximilian attems <maks at
2006 Aug 24
0
[patch] mkdir use and add usage
please pull git://charm.itp.tuwien.ac.at/mattems/klibc/.git maks commit b0c5c2b8ee60d91cb96541339c6be8108d0e2131 Author: maximilian attems <maks at sternwelten.at> Date: Thu Aug 24 22:40:23 2006 +0200 [klibc] mkdir add usage when printing errors about cli switches, point out the expected usage. patches adds usage function and calls to it. Signed-off-by: maximilian
2006 Jan 03
1
Bug#344832: (fwd) Re: Bug#344832: correct subject header
----- Forwarded message from General Stone <generalstone at gmx.net> ----- X-Original-To: maks at sternwelten.at Date: Mon, 2 Jan 2006 14:59:03 +0100 From: General Stone <generalstone at gmx.net> To: maximilian attems <maks at sternwelten.at> Subject: Re: [Logcheck-devel] Bug#344832: correct subject header On Mon, Jan 02, 2006 at 02:09:48PM +0100, maximilian attems wrote: >