similar to: tun: File descriptor in bad state

Displaying 20 results from an estimated 200 matches similar to: "tun: File descriptor in bad state"

2004 Aug 06
3
[PATCH] Make SSE Run Time option.
Le jeu 15/01/2004 à 15:30, Daniel Vogel a écrit : > Unrelated, but please use SSE/MMX/... intrinsics on Windows instead of using > inline assembly so you also get the speed benefit on Win64. OK, so here's a first start. I've translated to intrinsics the asm I sent 1-2 days ago. The result is about 5% slower than the pure asm approach, so it's not too bad (SSE asm is 2x faster
2004 Jan 16
1
ERROR[8192]
Hi all! I get this error when trying to start asterisk: ERROR[8192]: File asterisk.c, Line 1349 (main): Unable to connect to remote asterisk What can be the problem? Thank you! Miklos iPFONE Telefonia IP Rua Caio Graco 735 S?o Paulo SP iPBX +55 11 3801-3702 UK +44 870 - 3403539 FWD 64662 sip:ipfone@sipserver.com.br www.ipfone.com.br info@ipfone.com.br -------------- next part
2004 Jan 16
1
tinc connection only usable after ping from other side
Hi, I implemented a little client server scenario with tinc to give a notebook (connected to the "Server" via WLAN) access to the local lan (both Linux OS). I'll try to explain the problem I got: The configuration seems to be ok: The tinc-connection is set up correctly and after it is set up, the server can ping the client. The problem is, that after the connection is startet the
2004 Jan 16
11
Remote reload Cisco 7960
Does anyone have a working way of having a Cisco 7960 reload its config remotely. I have tried some of the scripts that I have found on the web, but to no avail. Thanks for the help. B. J. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040116/aa4eda3c/attachment.htm
2004 Aug 06
5
[PATCH] Make SSE Run Time option.
> Personally, I don't think much of PNI. The complex arithmetic stuff they > added sets you up for a lot of permute overhead that is inefficient -- > especially on a processor that is already weak on permute. In my opinion, Actually, the new instructions make it possible to do complex multiplies without the need to permute and separate the add and subtract. The really useful
2007 Nov 28
0
Help with file descriptor
Hi all! I have a problem with CentOS 4.4 and Communigate Pro 5.0.9. As our user number grows, we are seeing "too many files open" error messages in Communigate logs. I spoke with Communigate tech support and they asked me to increase the number of file descriptors which i did. I put 128000 as a script i made to check Communigate open files reported as high as 99000.
2006 Aug 08
1
Bad file descriptor - connect(2)
Hi All, I am a newbie in Ruby-Rails. Actually we are using postgre SQL and Ruby application to access the DB. I have made the controller and the model classes. My database.yml contains: development: adapter: postgresql database: test username: poc password: poc host: localhost:5000 test: adapter: postgresql database: test username: poc password: poc host: localhost:5000
2006 May 05
0
Bad file descriptor during scaffold generation
Hi all, Ruby 1.8.4 (latest one click) Rails 1.1.2 Windows XP Pro, SP2 When I try to generate scaffolding I get the following error: C:\eclipse\workspace\ns_hardware>ruby script/generate scaffold User Computer exists app/controllers/ exists app/helpers/ exists app/views/computer exists test/functional/ dependency model exists app/models/ exists
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
2013 Dec 12
0
Bad file descriptor on reload under Ruby 2.0
If you''re getting an EBADF (bad file descriptor) error when re-execing Unicorn under Ruby >= 2.0 (see, e.g, http://rubyforge.org/pipermail/mongrel-unicorn/2013-August/001858.html), it''s likely that you''re re-running Unicorn via "bundle exec": http://developer.zendesk.com/blog/2013/10/09/ruby-2-0-changes-exec-bundler/ The fix is to use a binstub for
2007 Apr 18
0
Cleaning up descriptor patch
So in the page fault handler, we have some tests against kernel / user CS which avoid the logic of actually figuring out the segment limit. I propose we use the same trick as arch/i386/mm/extable.c, which simply masks the RPL off and combines the segments together to test for faults before setting the pnp_bios_is_utter_crap variable. In this case, we can simply test: if (likely((seg &
2007 Apr 18
2
[PATCH 0/21] Descriptor table fixes / cleanup for i386
Patches to clean up descriptor access in Linux to make it friendly to virtualization environments. The basic problem is that the GDT must be write protected, which causes spurious overhead when the GDT lies on the same page as other data. This problem exists both for VMware and Xen; Xen actually requires page isolation, so we have implemented the most general and compatible solution. While
2007 Oct 09
1
slow opening of files / make_connection: connection to IPC$ denied due to security descriptor.
Hello all, Some pc's in the network have big troubles opening files that reside on the server. Opening a word or excel file may take over 30 secs. Copying the file to the desktop takes less than a second. However, searching for this problem on google didn't give me any solutions yet. Any idea's what the problem is? Also, in my logs I see a lot of these 'connection to IPC$ denied
2009 Apr 08
1
__ast_read: ast_read() called with no recorded file descriptor
All, Im having a problem with ReceiveFax where its generating a ton of these messages the entire time the receivefax app is running receiving my fax. [Apr 7 22:16:06] ERROR[26918]: channel.c:2520 __ast_read: ast_read() called with no recorded file descriptor. Im running on Centos 5.2 with all patches. asterisk-1.6.0.9 asterisk-addons-1.6.0.1 dahdi-linux-2.1.0.4 dahdi-tools-2.1.0.2
2011 Jul 08
1
Rsyslog and "Error while reading from Linux ethertap device /dev/net/tun: File descriptor in bad state"
Hi, I recently had a machine filling up its harddisk with syslog and tinc pilling up milions of messages like this: "Error while reading from Linux ethertap device /dev/net/tun: File descriptor in bad state" I remembered that there was a difference between rsyslog and other loggers, where one of those was skipping those messages, and simply was displaying: "this message has been
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,
2009 Mar 27
2
1.2.beta4: Fatal: io_loop_handle_add: epoll_ctl(1, 11): Bad file descriptor
Whenever dovecot is stopped while a dict process is running I see Fatal: io_loop_handle_add: epoll_ctl(1, 11): Bad file descriptor in the error log. The following patch fixes this for me. I'm sure there is a better way though. --- dovecot-1.2.beta4/src/master/dict-process.c.orig 2009-03-27 16:44:59.000000000 +0100 +++ dovecot-1.2.beta4/src/master/dict-process.c 2009-03-27
2007 Aug 07
0
Edge Rails and ActionMailer problem (Bad file descriptor)
Hi, I have just updated my rails app to use edge rails, however whenever I attempt to send an email using action mailer, I gain the following error, any suggestions t whats going wrong? Bad file descriptor - connect(2) I am using the following settings ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address =>
2009 Jun 20
1
xenstored died; Bad File Descriptor
Hello all; While configuring a new VM on Xen today, we managed to tickle some sort of bug that caused xenstored to die, resulting in loads of Bad File Descriptor. Is this is a known issue, and if so, would attempting to reproduce it help? Cheers, Edward _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Oct 31
0
6249704 exstr fails to close file descriptor
Author: petede Repository: /hg/zfs-crypto/gate Revision: b8bdeb324190f487def62382329cf4379354efae Log message: 6249704 exstr fails to close file descriptor Contributed by Shawn Walker <binarycrusader at gmail.com>. Files: update: usr/src/cmd/exstr/exstr.c