similar to: pthreads problem when I run ./configure

Displaying 20 results from an estimated 10000 matches similar to: "pthreads problem when I run ./configure"

2004 Sep 28
1
Running ices2 on solaris core dumped
When I run ices2 with the input of below it "Arithmetic Exception (core dumped)". Any idea whats up? <?xml version="1.0"?> <ices> <stream> <metadata> <name>test stream</name> <genre>random</genre> <description>Ran out of ideas for this one</description> <url>www.dsu.org.uk</url>
2004 Aug 06
2
[PATCH] Solais has nanosleep, too.
This is a patch to configure.in which makes autoconf aware of the availability of nanosleep() on Solaris. In Solaris it's in librt, or in libposix4 if you're running an ancient version (<2.6 I think) /dale -------------- next part -------------- Index: configure.in =================================================================== RCS file: /usr/local/cvsroot/icecast/configure.in,v
2004 Aug 06
2
directory servers
On Thu, 21 Nov 2002, Martin Blackwell wrote: | i remember a while ago when nothing was listed- or yp.icecast.org didnt like | mozilla 1.1 yp.icecast.org has been broken for some time, and the icecast "maintainers" do not seem to care. It's a orphaned site, for all intents and purposes, it seems. Unless "they" (xiph.org? vorbis.com?) want someone to step up and maintain
2007 Oct 31
6
b75 zone ip-exclusive problem
got a problem with b75 that the zone with ip-exclusive just takes the identity of the global zone. For the primary nic there is no option to set its ip and hostname. When i change the host name and ip the hostname does not change and the networking goes weird for both the zone and global zone. sparc eri qfe There any bugs about or should this work fine? This message posted from
2004 Aug 06
3
Real Player and Icecast 2
I am streaming mp3 to an Icecast 2 server. The stream works well with Winamp, xmms, and Windows Media Player, but Real Player runs for a couple seconds and blows up. The newest Linux version doesn't blow up, but emits a sharp scratching noise about every 2 seconds. Has anyone made this work? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2004 Aug 06
2
Q: Client connection time limits.
I have a working patch to the icecast 2.0.0 source which implements time limits in the form of a <client-time-limit> element in the server conf file. The time limit is set in seconds, with 0 seconds meaning there is no time limit, and is also the default, obviously. This is a global config directive, ie it effects all clients connected to all mount points. Should I also add a
2004 Aug 06
2
Real Player and Icecast 2
On Tue, 2004-03-16 at 12:01, Dale Ghent wrote: > On Mar 15, 2004, at 11:40 AM, John McHarry wrote: > > > I am streaming mp3 to an Icecast 2 server. The stream works well with > > Winamp, xmms, and Windows Media Player, but Real Player runs for a > > couple seconds and blows up. The newest Linux version doesn't blow up, > > but emits a sharp scratching noise about
2004 Aug 06
3
Alrighty.. ALMOST there! :)
So, a friend pointed me to the patch for sock.c:533, and that patch went a LONG way in fixing the streaming problems I've been experiencing (on solaris 8/sparc.) Thanks so much for that! Now, I think that *sending* the stream is now squared away, but I think one problem remains on the receiving end of things. I use the perl streamcast utility to stream my playlists, and tracks sound great.
2004 Sep 03
3
Client had recoverable error
Mhhh. I am streaming from a 8mbit adsl connection so it should be fast enough. I tried streaming with media player, it's working for 24 hours now, doesn't seem to have the problem, is my winamp 5.03 broken? Or is winamp broken in general? :) Thanks for the help. Silvester -----Original Message----- From: Karl Heyes [mailto:karl@xiph.org] Sent: donderdag 2 september 2004 22:57 To:
2005 Nov 26
1
Server question - if you had ...
Hi all, Ok, how about this one. If you had $300 to spend on bandwidth, where would you buy it? I'm looking for a good dedicated bandwidth deal. Cheers, KJ Dale Ghent wrote: > On Nov 21, 2005, at 11:03 AM, Steven Clift wrote: > >> >> If you had $3,000 for a new Icecast2 streaming server, what would you >> buy? >> >> What box, hard drives, LAN cards,
2007 Apr 26
5
Testing IP Instances in 62 on vmware
The network fails for the zone when i try to setup it with ip-type exclusive. Its on a vmware server 1.0.2 using a emulated e1000g, this is the only current way i have got to test it with :( Any ideas on how to find out what the problem is? Is it that the emulation done by vmware can''t do this? I think it would be useful for this to work in vmware, as you can add many virtual nics to
2007 Dec 09
8
zpool kernel panics.
Hi Folks, I''ve got a 3.9 Tb zpool, and it is casing kernel panics on my Solaris 10 280r (SPARC) server. The message I get on panic is this: panic[cpu1]/thread=2a100a95cc0: zfs: freeing free segment (offset=423713792 size=1024) This seems to come about when the zpool is being used or being scrubbed - about twice a day at the moment. After the reboot, the scrub seems to have
2006 Jul 31
20
ZFS vs. Apple XRaid
Hello all, After setting up a Solaris 10 machine with ZFS as the new NFS server, I''m stumped by some serious performance problems. Here are the (admittedly long) details (also noted at http://www.netmeister.org/blog/): The machine in question is a dual-amd64 box with 2GB RAM and two broadcom gigabit NICs. The OS is Solaris 10 6/06 and the filesystem consists of a single zpool stripe
2009 Oct 27
2
Sniping a bad inode in zfs?
I''ve have a single-fs, mirrored pool on my hands which recently went through a bout of corruption. I''ve managed to clean up a good bit of it but it appears that I''m left with some directories which have bad refcounts. For example, I have what should be an empty directory "foo" which, when you cd into it and ls -al, it shows a incorrect refcount for a empty
2004 Aug 06
2
[PATCH] main.c: use pid_t and cleanup command line opts parsing.
Use pid_t instead of int for variable processID Add error message if fork() fails. Do not immediately return() after encountering the -c flag - we may still have additional argv members to find and take care of. /dale -------------- next part -------------- Index: main.c =================================================================== RCS file: /usr/local/cvsroot/icecast/src/main.c,v
2004 Oct 11
2
icecast cpu test
I just ran a test of icecast to see how much cpu it uses. I set 500 instances of wget downloading from the mount point over loopback, and the cpu usage of the server was still barely reaching 0.3% on a 1.4G machine. The total bandwidth was 15Mbit/s. Each stream was 64 kbit/s. (I think some of the downloads weren't running fully - 15M/64k=240). I haven't tested over ethernet yet. What I
2005 Nov 21
4
Server question - if you had ...
If you had $3,000 for a new Icecast2 streaming server, what would you buy? What box, hard drives, LAN cards, etc.? The project I am involved with is helping community groups in UK webcast live public meetings and events. Democaster also archives Icecast streams for on-demand streaming or download. We are focused on high accessibility and low cost. See: http://dowire.org/wiki/Democaster Because
2009 Jan 30
35
j4200 drive carriers
apparently if you don''t order a J4200 with drives, you just get filler sleds that won''t accept a hard drive. (had to look at a parts breakdown on sunsolve to figure this out -- the docs should simply make this clear.) it looks like the sled that will accept a drive is part #570-1182. anyone know how i could order 12 of these?
2004 Aug 06
3
Sacrilege, but...
On Tue, 24 Jul 2001, Brendan Cully wrote: | you can get the not-open-source version free from shoutcast.com. Your | symptoms imply that you may be trying to stream high-bitrate MP3s? | (that would be 160kbit+). For starters, try setting sleep_ratio to 0 | in icecast.conf. Although it burns more CPU it may save you some | grief. Alternatively you could try checking out icecast from CVS, | although
2006 Oct 11
41
ZFS Inexpensive SATA Whitebox
All, So I have started working with Solaris 10 at work a bit (I''m a Linux guy by trade) and I have a dying nfs box at home. So the long and short of it is as follows: I would like to setup a SATAII whitebox that uses ZFS as its filesystem. The box will probably be very lightly used, streaming media to my laptop and workstation would be the bulk of the work. However I do have quite a