similar to: TCPSocket.new(host,port).readline hangs on windows :(

Displaying 20 results from an estimated 2000 matches similar to: "TCPSocket.new(host,port).readline hangs on windows :("

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
2010 Sep 23
1
undefined method `protect_against_forgery?' for #<ActionView
Hi guys This is a pretty tricky one. I get a "undefined method `protect_against_forgery?'' for #<ActionView::Base:0x569a3d4>" error when trying to generate a partial from ''outside'' the web site. I do this as I have a rake task that checks for changes periodically in the background, and if it then sees a change it rebuilds the partial and posts the result
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 =
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
2008 Oct 31
0
Error while installing juggernaut gem
Hi, I have tried to install juggernaut gem using the command gem install juggernaut and got the following error D:\Sreejith\Ruby1\ruby>gem install juggernaut Building native extensions. This could take a while... ERROR: Error installing juggernaut: ERROR: Failed to build gem native extension. D:/Sreejith/Ruby1/ruby/bin/ruby.exe extconf.rb install juggernaut checking for
2006 Jul 05
2
How do I access the session in a rails plugin?
I''m trying to access the session in a rails plugin, so as to set it as below. 1. module Juggernaut 2. 3. def self.set_channels(chan) 4. session[:juggernaut_channels] = chan 5. end 6. end 7. 8. module ActionController 9. class Base 10. include Juggernaut 11. end 12. end At the moment I get: undefined local variable or method `session'' for
2007 Feb 12
1
Rails Push Server?
So, I investigated this a while ago... does anybody have good experience/good instructions as to how to move your rails app to using a push server? Which ones are best? Most Stable? Easiest to implement and use? Our site is currently doing some regular polling, and it''s getting hairy fast. I looked into using Juggernaut a while ago, but I''m not certain it''s going to
2009 Aug 20
1
Juggernaut question
Hi all, I''ve recently downloaded the juggernaut plugin and I was wondering if I could get some advice from anyone who''s used this on a real site. I have it working just fine on my local version, but on my live server it doesn''t seem to be working. It sends the information to the server just fine, but the text doesn''t get inserted. So I have a couple questions
1997 Sep 23
1
C''t Article on Juggernaut
There is a recent article in the German magazine C''t that may be of interest to those on this list. It describes a cracker program, Juggernaut, which can hijack telnet sessions. The program is written specifically to run under Linux. An english translation of the article is available at: http://www.ix.de/ct/english/9710142/ It also mentions that they are working on a version of the
2019 Oct 03
0
Home Directory Creation
On 03/10/2019 22:43, Asai via dovecot wrote: > >> Tried your config here and it works. My debug log looks as follows >> for the first brief IMAP session: >> >> Oct? 3 22:28:56 drieka dovecot: imap-login: Login: >> user=<diederik-jan>, method=PLAIN, rip=::1, lip=::1, mpid=21949, >> secured, session=<OtQjbweUvpIAAAAAAAAAAAAAAAAAAAAB> >>
2006 Jul 20
16
Juggernaut Released - (a.k.a Armageddon)
I''ve just released Juggernaut - a plugin for ruby on rails. Check out the site: http://juggernaut.rubyforge.org I?ve also finished a demo that illustrates some of Juggernuat?s capabilities. You can sign up for an account here: http://alexmaccaw.no-ip.info:3500/login/sign_up . It might be a tad slow as it?s running from my home machine. Juggernaut for Ruby on Rails initiates a flash
2008 Feb 10
1
DRb + Chat interface?
Hello, I''m an amateur rails developer, and am currently developing a project that needs a somewhat specialized chat client. I''ve recently become enamored with DRb, and was wondering if anyone had tried implementing it when attempting to make a chat client. The reason I want to use DRb instead of some other way of doing it is because if I understand it right the client should be
2005 Jul 20
0
RSVP: Informatica Webinar Featuring Pieter Mimno
Save Money While Successfully Achieving Data Integration Web Seminar featuring Pieter Mimno and Informatica Date: Tuesday, August 16, 2005 Time: 11am PDT (2pm EDT) Register Now at: http://www.rubinreports.com/click.php?ref=2020 Integration is now the most critical ?high-ticket? item in enterprise IT budgets. The compelling business case for a single, global view of customers, products, and
2011 Feb 08
1
Rails and WebSockets
I''m thinking of starting on a Ruby website that uses WebSockets, and perhaps working some on a server for it beforehand. Is good support for asynchronous connections something I could work on adding to the Rails core? Is it feasible? Desired? As I understand it, Rails plugins like Juggernaut [1] aren''t going to optimally support async, since they can''t re-architecture
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
2015 Oct 22
0
Re: How can I set the advertised value of MTU for virbr0 interface?
On 15.10.2015 20:23, George Trakatelis wrote: > Hi all, > > I want to set the advertised value of MTU > for virbr0 interface on a Fedora 21 host to 1454 > to accommodate the installation of new VMs for testing purposes. > The aforementioned host is an OpenStack VM actually, > which explains the need for a lower than 1500 MTU. > > I noticed Pieter Hollants'
2005 May 05
0
some pairs() questions
> From: Pieter Provoost > > I'm sure it's possible to display the variable names by making a small > change to the code. Someone did this last week but I can't > contact this > person now to ask how. I tried this > > vars <- names(Rdata) > pairs(Rdata, labels=vars,...) > > but that doesn't work (formal argument "labels" matched by
2005 May 18
1
Nearing my wits end....bad switch???
Grasping at straws here...is anyone using a Dell PowerConnect 2224 24-port unmanaged 10/100 switch in a deployment? I have two separate asterisk installations with bad one-way audio where the only common elements left are the Dell switches and Polycom IP-500 phones. Two different ITSPs - one location uses IAX2 to the outside world, the other SIP. Two different bandwidth providers, one SDSL 1.5