Displaying 12 results from an estimated 12 matches for "recv_response".
2006 Aug 28
2
sysread': end of file reached (EOFError)
.../ruby/1.8/timeout.rb:76:in `timeout''
from c:/ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill''
from c:/ruby/lib/ruby/1.8/net/protocol.rb:116:in `readuntil''
from c:/ruby/lib/ruby/1.8/net/protocol.rb:126:in `readline''
from c:/ruby/lib/ruby/1.8/net/pop.rb:852:in `recv_response''
from c:/ruby/lib/ruby/1.8/net/pop.rb:751:in `initialize''
from c:/ruby/lib/ruby/1.8/net/pop.rb:868:in `critical''
from c:/ruby/lib/ruby/1.8/net/pop.rb:751:in `initialize''
from c:/ruby/lib/ruby/1.8/net/pop.rb:440:in `do_start''
from c:/ruby/lib/ruby/1.8/net...
2009 Apr 09
1
Mailing error in Rails 2.3.2
...type if user or secret
check_auth_args user, authtype if user or secret
sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) }
@socket = Net::InternetMessageIO.new(sock)
@socket.read_timeout = 60 #@read_timeout
@socket.debug_output = STDERR #@debug_output
check_response(critical { recv_response() })
do_helo(helodomain)
raise ''openssl library not installed'' unless defined?(OpenSSL)
starttls
ssl = OpenSSL::SSL::SSLSocket.new(sock)
ssl.sync_close = true
ssl.connect
@socket = Net::InternetMessageIO.new(ssl)
@socket.read_timeout = 60 #@read_timeout
@socket.debug_out...
2009 Jun 15
1
NoMethodError: undefined method `password_reset_instructions' for UserNotifier:Class
...ession already started'' if @started
check_auth_args user, secret, authtype if user or secret
sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) }
@socket = Net::InternetMessageIO.new(sock)
@socket.read_timeout = 60 #@read_timeout
check_response(critical { recv_response() })
do_helo(helodomain)
raise ''openssl library not installed'' unless defined?(OpenSSL)
starttls
ssl = OpenSSL::SSL::SSLSocket.new(sock)
ssl.sync_close = true
ssl.connect
@socket = Net::InternetMessageIO.new(ssl)
@socket.read_timeout = 60 #@read_ti...
2008 Mar 30
1
Can anyone help me withTimeout error in rails 2.0.2
...eout.rb:76:in `timeout''
c:/ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill''
c:/ruby/lib/ruby/1.8/net/protocol.rb:116:in `readuntil''
c:/ruby/lib/ruby/1.8/net/protocol.rb:126:in `readline''
c:/ruby/lib/ruby/1.8/net/smtp.rb:664:in `recv_response''
c:/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
c:/ruby/lib/ruby/1.8/net/smtp.rb:686:in `critical''
c:/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
Thank you.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~----...
2006 Jun 08
2
ActionMailer timeout problems
...ut''
from c:/ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill''
from c:/ruby/lib/ruby/1.8/net/protocol.rb:116:in `readuntil''
from c:/ruby/lib/ruby/1.8/net/protocol.rb:126:in `readline''
from c:/ruby/lib/ruby/1.8/net/smtp.rb:664:in `recv_response''
from c:/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
from c:/ruby/lib/ruby/1.8/net/smtp.rb:686:in `critical''
from c:/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
from c:/ruby/lib/ruby/1.8/net/smtp.rb:378:in `start''...
2006 Jan 08
2
EOF ERROR occurs when sending mail by ROR
...9;'
c:/ruby/lib/ruby/1.8/timeout.rb:55:in `timeout''
c:/ruby/lib/ruby/1.8/net/protocol.rb:196:in `rbuf_fill''
c:/ruby/lib/ruby/1.8/net/protocol.rb:160:in `readuntil''
c:/ruby/lib/ruby/1.8/net/protocol.rb:171:in `readline''
c:/ruby/lib/ruby/1.8/net/smtp.rb:664:in `recv_response''
c:/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
c:/ruby/lib/ruby/1.8/net/smtp.rb:396:in `critical''
c:/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
c:/ruby/lib/ruby/1.8/net/smtp.rb:378:in `start''
c:/ruby/lib/ruby/1.8/net/smtp.rb:316:in `start'&...
2005 Mar 18
1
newbie question on ActionMailer
.../timeout.rb:55:in `timeout''
d:/trevor/ruby/lib/ruby/1.8/net/protocol.rb:196:in `rbuf_fill''
d:/trevor/ruby/lib/ruby/1.8/net/protocol.rb:160:in `readuntil''
d:/trevor/ruby/lib/ruby/1.8/net/protocol.rb:171:in `readline''
d:/trevor/ruby/lib/ruby/1.8/net/smtp.rb:664:in `recv_response''
d:/trevor/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
d:/trevor/ruby/lib/ruby/1.8/net/smtp.rb:396:in `critical''
d:/trevor/ruby/lib/ruby/1.8/net/smtp.rb:396:in `do_start''
d:/trevor/ruby/lib/ruby/1.8/net/smtp.rb:378:in `start''
d:/trevor/ruby/lib/ruby/...
2008 Jul 24
0
Errno::EBADF Send an Email in Rails using GMail
...heck_auth_args user, secret, authtype if user or secret
sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) }
@socket = Net::InternetMessageIO.new(sock)
@socket.read_timeout = 60 #@read_timeout
#@socket.debug_output = STDERR #@debug_output
check_response(critical { recv_response() })
do_helo(helodomain)
if starttls
raise ''openssl library not installed'' unless defined?(OpenSSL)
ssl = OpenSSL::SSL::SSLSocket.new(sock)
ssl.sync_close = true
ssl.connect
@socket = Net::InternetMessageIO.new(ssl)
@socket.read_timeout...
2006 Aug 28
4
SMTPSyntaxError (501 <>: missing or malformed local part)
I get this when trying to send out an email. What exactly does this
error mean?
________________________________________
Net::SMTPSyntaxError (501 <>: missing or malformed local part
):
/usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response''
/usr/lib/ruby/1.8/net/smtp.rb:653:in `getok''
/usr/lib/ruby/1.8/net/smtp.rb:635:in `rcptto''
2006 Feb 08
2
ActionMailer EOFError (sometimes)
.../timeout.rb:55:in `timeout''
/usr/local/lib/ruby/1.8/net/protocol.rb:196:in `rbuf_fill''
/usr/local/lib/ruby/1.8/net/protocol.rb:160:in `readuntil''
/usr/local/lib/ruby/1.8/net/protocol.rb:171:in `readline''
/usr/local/lib/ruby/1.8/net/smtp.rb:664:in `recv_response''
/usr/local/lib/ruby/1.8/net/smtp.rb:651:in `getok''
/usr/local/lib/ruby/1.8/net/smtp.rb:649:in `critical''
/usr/local/lib/ruby/1.8/net/smtp.rb:649:in `getok''
/usr/local/lib/ruby/1.8/net/smtp.rb:639:in `quit''
/usr/local/lib/ruby/1.8/net...
2005 Nov 14
6
ActionMailer - Sent but no mail?
Hi,
I am attempting to use ActionMailer to send out an email (SMTP) and am having an issue. The log files show that the email is sent, but the email is not making it to my inbox.
I have followed the documentation both on the Wiki and in the AWD book. I''m not sure which setting I have incorrect and need some pointers.
:authentication - should this be set to true, or
2008 Oct 03
4
fxp performance with POLLING
Hello again :)
With POLLING enabled I experience about 10%-25% performance drop when
copying files over network. Tested with both SAMBA and NFS. Is it normal?
FreeBSD 7.1-PRERELEASE #0: Sat Sep 6 01:52:12 CEST 2008
fxp0: <Intel 82801DB (ICH4) Pro/100 Ethernet> port 0xc800-0xc83f mem
0xe1021000-0xe1021fff irq 20 at device 8.0 on pci1
# ifconfig fxp0
fxp0: