Displaying 20 results from an estimated 1200 matches similar to: "Sockets are Killing Me!"
2004 Aug 06
1
Compiling Darkice
I'm compiling Darkice on a FreeBSD 4.6.2 box.
Everything works up to this point after I type "make"...then I get this error. Any ideas?
Thanks,
Matt
teststream# make
make all-recursive
Making all in src
source='TcpSocket.cpp' object='TcpSocket.o' libtool=no depfile='.deps/TcpSocket.Po' tmpdepfile='.deps/TcpSocket.TPo' depmode=gcc /bin/sh
2004 Aug 06
1
Compiling Darkice
>Fromthe config.log file created by ./configure
configure:3326: checking for sys/types.h
configure:3339: gcc -c -g -O2 conftest.c >&5
configure:3342: $? = 0
configure:3345: test -s conftest.o
configure:3348: $? = 0
configure:3358: result: yes
configure:3627: checking sys/socket.h usability
configure:3636: gcc -c -g -O2 conftest.c >&5
configure:3639: $? = 0
configure:3642: test
2007 Sep 25
0
TCPSocket.new Errno::EBADF: Bad file descriptor error
Im trying to use memcache-client, but there is a line in their where it
calls:
TCPSocket.new(host, port). It fails at this point. I''ve tried just
trying to establish a connection in my script/console with
TCPSocket.new("localhost", 11211)
TCPSocket.new("127.0.0.1", 11211)
TCPSocket.new("<my comp name>", 11211)
TCPSocket.new("<my ip
2014 Jun 29
0
[PATCH 1/6] chain/partiter: fix and improve gpt handling in buggy cases
Previous version had some issues in case of error situations, among
those:
- backup gpt header was not read if reading of primary failed
- alternating nature of lba_cur and lba_alt was ignored
This patch fixes this and extends the gpt handling.
The current behavior is:
- try primary header; if unreadable or checksum fails (or sanity checks
fail unless relax flag is set) - try secondary header
2013 Jan 10
0
TCPSocket in controller action
Hi,
in order to stream a file I am making use of TCPSocket. Unfortunately I
dont receive contents when in use the tcpsocket in a rails controller
action while it is working on console.
url = "http://www.google.de"
version = request.env[''HTTP_VERSION'']
verb = request.env[''REQUEST_METHOD'']
# url =
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2010 May 31
0
TCPSocket.new(host,port).readline hangs on windows :(
Hi Guys
I am starting a new thread as it seems my gripe isnt to do with
Juggernaut but with TCPSocket - which is used by Juggernaut.
Turns out that the thing that actually hangs up in Juggernaut after x
(130/1500/16000) iterations of
(1..1000).each {|i| Juggernaut.show_clients}
Is actually the line
res << @socket.readline(CR) if response
in juggernaut.rb.
Seems @socket.readline
2001 Feb 27
1
Winamp plugin; http streaming
Sorry, had to foward this. Chris: Majordomo is triggering on the HTML
in the message and rejecting it. A minor pain, but that alone catches
half the spam that would otherwise show up on the list...
----- Forwarded message from owner-vorbis-dev@xiph.org -----
From: "Chris Moeller" <chris@kode54.net>
To: <vorbis-dev@xiph.org>
Subject: Winamp plugin; http streaming
Date:
2004 Aug 06
1
DarkIce make problem
Yea, I figured it out...brain fart on my part. Got it working, but getting
some sort of TCPSocket error now... still trying. :)
[root@jabez etc]# darkice -c /usr/local/etc/darkice.cfg
DarkIce 0.6 live audio streamer, http://darkice.sourceforge.net
Copyright (c) 2000-2001, Tyrell Hungary, http://tyrell.hu
Using config file: /usr/local/etc/darkice.cfg
Using POSIX real-time scheduling, priority
2009 Jul 31
1
[PATCH] [memdisk] Additional EDD Device Parameter Table fields
Some additional fields from the EDD-4 spec. draft for the Device
Parameter
Table have been added into the structure in setup.c and memdisk.inc.
These
were added in the hopes of resolving a FreeDOS MEMDISK bug on IBM
ThinkPads.
---
memdisk/memdisk.inc | 11 +++++++++++
memdisk/setup.c | 10 ++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/memdisk/memdisk.inc
2006 Feb 15
1
Newbie Question: I want to open a socket on another server
Help!
I need someone to get me in the right ballpark. I''ve been going around
in circles for the last 24 hours.
I want to open a TCPsocket on another server and eventually send and
receive XML which is what the other servers speaks.
I have both "Agile Web...with Ruby" and "Programming Ruby" but can find
no examples. I''ve poured over the forum list, too.
2004 Jun 13
0
[Bug 1457] New: writefd_unbuffered failed to write
https://bugzilla.samba.org/show_bug.cgi?id=1457
Summary: writefd_unbuffered failed to write
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: All
Status: NEW
Severity: critical
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: markf78@yahoo.com
QAContact:
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e
Review welcome!
- Shao Miller
-----
From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sat, 6 Aug 2011 05:24:46 -0400
Subject: [PATCH]
2008 Aug 14
4
Stateful Webmail
Hello,
I'm a developer on the Orbited project (http://www.orbited.org), which
provides a TCPSocket interface in javascript (emulated over HTTP using ajax
and comet.) This TCPSocket allows true bi-directional communication between
a web browser and an arbitrary tcp server. One of the other developers
pointed me to a recent dovecot thread about webmail. Sorry for the new
thread (I just joined
2006 Aug 16
1
ActionMailer cannot use SMTP for email delivery...
RoR aficionados,
I''ve configured ActionMailer for SMTP delivery of emails, and have
configured "config/environment.rb" accordingly, including the address of
our (external, but fully operational - checked and double-checked :-)
SMTP server.
Sending out emails from my Windows development laptop works without a
hitch, but on a Linux staging server using the exact same source
2006 Jan 18
1
Rails and PostgreSQL bytea
Hi!
I''m trying to insert binary data into a PostgreSQL database where the
field is of type ''bytea''. This works fine if a do Base64 encoding but I
just want to do character escaping. How do I do this????.
What I get is this:
ActiveRecord::StatementInvalid in Init_test#save_file
ArgumentError: Invalid Ruby/cstring: INSERT INTO
2013 Oct 18
0
[RFC/PATCH 1/3] Move partiter from com32/chain to com32/lib/syslinux
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
MultiFS depends on the availability of partiter to find a partition.
Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com>
---
com32/chain/Makefile | 2 +-
com32/chain/chain.c | 4 +-
com32/chain/mangle.c | 4 +-
com32/chain/mangle.h | 2 +-
2003 Aug 11
1
am getting an error in darkice fonfig file need some help please.
hello I am getting the following error message I need help on trouble
shooting this one.
[root@hank darkice]# ./run_darkice
DarkIce 0.13.1 live audio streamer, http://darkice.sourceforge.net
Copyright (c) 2000-2003, Tyrell Hungary, http://tyrell.hu
Using config file: etc/darkice.cfg
Using POSIX real-time scheduling, priority 98
DarkIce: TcpSocket.cpp:197: gethostbyname error [11]
of which i
2004 Aug 06
1
DarkIce problem
dimanche 3 mars 2002, 23:05:21, Cédric Mallet a écrit :
> I have installed DarkIce from the latest rpm version.
> I get this error message when running it :
> TcPSocket.cpp:197 : gethostbyname error
> Does anyone know what it means ?
<p>A hint : according to the man this function is linked to /etc/hosts,
which contains only one line : 127.0.0.1
I replaced my DNS with my IP
2004 Aug 06
1
DarkIce problem
Haven't used DarkIce but it sounds like a DNS problem to me.
<p>----- Original Message -----
From: "Cédric Mallet" <malletc3@cti.ecp.fr>
To: <icecast@xiph.org>
Sent: Sunday, March 03, 2002 2:05 PM
Subject: [icecast] DarkIce problem
<p>> I have installed DarkIce from the latest rpm version.
> I get this error message when running it :
>
>