Displaying 20 results from an estimated 5000 matches similar to: "EBADF error?"
2010 Jul 29
4
Test if stored config is enabled?
Hi
I''d like to be able to test if stored config is enabled and active,
and if not then react (eg. notice or die).
Is there any way of doing this?
Thanks
Dom
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2005 Jan 27
4
/usr/bin/ld: cannot find -lidn
Bueller? Is this a lib of some kind? Google and lists bring up nada,
this is from ast cvs head latest on Fedora Core 3.
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: Leaving directory `/usr/src/asterisk/apps'
make: *** [subdirs] Error 1
[root@zoot asterisk]# uname -a
Linux zoot 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004
2007 May 07
1
Mongrel and EBADF error consuming resources
In the last few weeks I''ve noticed the load average spiking up for 5
minutes at a time (2-3.5 on a system that usually runs around
0.5-1.5). Looking closer I found that one mongrel process and
litespeed are at the top, and using strace I''ve found that they''re
passing the file below, seems to get stuck on single file/EBADF error.
It happens with a number of different
2006 Apr 17
2
Can I catch something like Errno::EBADF with rescue?
All,
I am using Net::HTTP to make requests for URLs in my app. When I get a
bad server, I get "Bad file descriptor - connect(2)" message on a
ERRNO:EBADF error.
Can I catch with rescue or otherwise gracefully react to that error?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2007 Jul 20
2
Errno::EBADF in ClassifiedController#list
Hi
I was working with a tutorial from a book yesterday and I got to a point
where I configuered the routing and it was working fine. And didnt make
any changes to it except for debuging. But today I get the following
error. Any ides on why is doing this ? ? ?
Errno::EBADF in ClassifiedController#list
Bad file descriptor - connect(2)
RAILS_ROOT: ./script/../config/..
--
Posted via
2019 Aug 21
2
Password Settings Objects - Maximum password age not enforced?
Hey All,
I am testing PSO password policies and am having trouble getting the Maximum password age to be enforced. I have a test policy applied to a group and it does enforce complexity and Minimum password length but not the Maximum password age. Anyone using this setting for PSO's?
Samba version 4.10.0-Ubuntu
Password information for PSO 'TESTpolicy'
Precedence (lowest is
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
2006 Sep 13
2
Errno::EBADF: Bad file descriptor - connect
Today this error is the bane of my existence.
It is weird. My app works fine when I am running it through Mongrel,
but as soon as I try to run a unit test, the test explodes with this
error.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2005 Jan 24
1
RE More help on ACL problemplease...anyone...anyone...Bueller?
Extract of smb.conf :
valid users (S)
This is a list of users that should be allowed to login to this
service. Names starting with '@', '+' and '&' are interpreted using
the same rules as described in the invalid users parameter.
If this is empty (the default) then any user can login. If a username
is in both this list and the invalid
2006 Mar 13
2
Excessive Errno::EBADF with dispatch.fcgi
I''m running Ruby on Rails via FastCGI in an Apache environment, and I
get the following error, a lot.
(from log/fastcgi.crash.log)
[13/Mar/2006:15:52:51 :: 94704] Dispatcher failed to catch: Bad file
descriptor (Errno::EBADF)
/usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:38:in `close''
/usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:38:in `each''
2013 Aug 23
5
Ruby 2.0 Bad file descriptor (Errno::EBADF)
hi. i''ve been trying to upgrade my stack to ruby 2.0 but keep getting this on ubuntu (not on my local os x):
/hello/shared/bundle/ruby/2.0.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:746:in `for_fd'': Bad file descriptor (Errno::EBADF)
from /hello/shared/bundle/ruby/2.0.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:746:in `block in inherit_listeners!''
from
2006 Nov 06
4
Errno::EBADF (Bad file descriptor)
I posted this to the discussion forum on rubyforge.org, but it appears that
it would have been better to post here.
Does anyone have any advice on how to resolve the problem reported at
http://rubyforge.org/tracker/index.php?func=detail&aid=6284&group_id=1306&atid=5145?
Thanks,
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jul 24
0
Errno::EBADF Send an Email in Rails using GMail
Hi,
would someone please help me. I have been desperatley trying to fnd
out for the last two days why the following code is not working. Any
ideas.
I''m running Instant Rails 1.4 / Rails version 1.2.5 / Ruby version
1.8.5 (i386-mswin32) / RubyGems version 1.1.1 / Action Mailer version
1.3.5 / Windows XP.
Here is a description of my emailing application:
in
2005 Jan 21
1
More help on ACL problem please...anyone...anyone...Bueller?
Hello,
I am running Fedora Core 2.
Kernel: linux-2.6.5-1.358
Kernel supports ACL:
[root@atlas configs]# grep FS_SECURITY kernel-2.6.5-i686-smp.config
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_XFS_SECURITY=y
CONFIG_DEVPTS_FS_SECURITY=y
[root@atlas configs]# grep XATTR kernel-2.6.5-i686-smp.config
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_DEVPTS_FS_XATTR=y
Have
2015 Apr 05
2
nutdrv_qx hangs after send: QS
Thank you for the rapid response. I will try and investigate getting
answers to some of your points but I'm a little new to Solaris so I'll need
some time. Glancing at the configure output, it looks like it built against
v0.1.7 of libusb (yes i think that is derived from the one you mention),
checking for libusb version via pkg-config... 0.1.7 found
checking for libusb cflags...
checking
2005 Dec 12
2
Bivariate Splines in R
Hi..,
is there a function in R to fit bivariate splines
?
I came across 'polymars' (POLSPLINE) and 'mars' (mda)
packages. Are these the one to use or are there other
specific commands?
Thanks.
Harsh
2013 Nov 05
2
Samba4, MS CAL and Windows Server as domain member
Hi everyone,
I have a licencing question : do one need to buy CAL for every user in a Samba4 domain when there is a Windows Server as a domain member, knowing that the Windows server will be accessed using SMB by Windows workstations?
As per http://www.samba.org/samba/docs/using_samba/ch01.html and many other web sites, one of the main advantage of samba is that no user CALs are required. And I
2006 Jul 11
2
0* log(0) should be zero but NaN
Dear R-users
>prob <- c(0.5,0.4,0.3,0.1,0.0)
>cal <- prob * log(prob,base=2)
>cal
[1] -0.5000000 -0.5287712 -0.5210897 -0.3321928 NaN
Is there any way to change NaN to zero ?
I did come up with this by applying Ripley's relpy to my previous question
cal <-prob*log(pmax(prob,0.00000001),base=2)
Any suggestion ?
Thank you
Taka
2005 Oct 24
1
Looking for successful implementation of Samba + W2K3 AD
Dear Samba users,
I am desperate to know whether there is any successful implementation of
Samba 3.0.x as member server of Microsoft Windows 2003 server running
Active Directory.
I have in production the said architecture and it is giving me all sort of
connection problems to SAMBA shares during peak hours when users are
numbered as many as 500+ concurrently. When there are only few users,
2003 Apr 29
3
Two Rings
I've asked this question in the IRC Channel, and have had no happiness
yet :-(
I have incoming lines hooked to asterisk using X100P's. Unfortunately,
when we cal forward our lines using the phone company, the line still
rings about a half of a time. This is enough to get * to start 'simple
switch' and after my 2 second wait, answer the line. Unfortunately, *
doesn't see the