similar to: File descriptor in bad state...again ;-(

Displaying 20 results from an estimated 600 matches similar to: "File descriptor in bad state...again ;-("

2002 Nov 21
2
TINC (vpn daemon) has stopped working after compiling kernel
Hi folks, after recompiling of kernel (need quota support), tinc daemon has stopped working. Messages from log file are: ... Nov 21 14:45:02 m61 tinc.sunnet[326]: tincd 1.0pre7 starting Nov 21 14:45:02 m61 tinc.sunnet[326]: /dev/net/tun is a Linux ethertap device Nov 21 14:45:02 m61 tinc.sunnet[326]: Process 327 (tinc-up) exited with non-zero status 255 Nov 21 14:45:02 m61 tinc.sunnet[326]:
2007 Jun 10
1
Setup problems, /dev/net/tun FD in bad state
Hi all, I'm following the manual but I get the below error, and I believe tinc is clobbering my conf file. I've never set up VPN before, I'm just trying to connect to my work network from home. All the following is on my work computer. Thanks in advance for any help. $ ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:1A:A0:17:3A:50 inet addr:172.24.104.145
2001 May 08
4
tap1 problem
Hi Tinc Mailing-Group, Having set up the kernel correctly, and got tinc running successfully, I am now trying to get two VPNs running at once. Hence I need to have two ethertap devices ( /dev/tap0 and /dev/tap1 ). The first tap0 device was created thus: mknod -m 600 /dev/tap0 c 36 16 chown 0.0 /dev/tap0 The second tap1 device was created too: mknod -m 600 /dev/tap1 c 36 17 chown 0.0 /dev/tap1
2002 Aug 23
1
problem with tun/tap device
Hello! I've a problem with tinc-up on Debian Woody (tinc 1.0pre7): router:/etc/tinc/vpn# /etc/init.d/tinc start Starting tinc daemons: vpn. router:/etc/tinc/vpn# tail /var/log/syslog Aug 23 03:25:26 router tinc.vpn[503]: /dev/tap0 is a Linux ethertap device Aug 23 03:25:26 router modprobe: modprobe: Can't locate module tap0 Aug 23 03:25:27 router last message repeated 4 times Aug 23
2001 Nov 08
1
ethertap dropping packets?
Hello, I'm having some routing issue with my tinc setup. I'm running a fairly basic VPN configuration between two networks: ------- Site A: ------- --- tinc-up --- #!/bin/sh /sbin/ifconfig tap0 hs ether fe:fd:00:00:00:00 /sbin/ifconfig tap0 10.11.1.2 netmask 255.0.0.0 /sbin/ifconfig tap0 -arp ---- tinc.conf --- Name = orca Hostnames = no InterfaceIP = 63.108.71.7 KeyExpire =
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
Hi Marek I managed to setup everything in openwrt. However I am getting errors when trying to run tinc daemon. Below is my debug output. Please help.. How do I fix tunnel interface error? root at OpenWrt:/etc/tinc/vpn# tincd -n vpn -D -d3 tincd 1.0.21 (Mar 9 2014 18:26:59) starting, debug level 3 /dev/net/tun is a Linux ethertap device Executing script tinc-up ifconfig: SIOCGIFFLAGS: No
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
2001 Aug 27
2
ethertap device: File descriptor in bad state
I've been running tincd on several machines without a problem. I'm now setting up a new intel-type dual-processor machine, with a custom compiled 2.4.9 linux kernel. When I start the daemon: tincd -n vpn -dddddddddd I get the following debug information in in /var/log/messages Aug 27 17:26:49 q tinc.vpn[971]: Process 972 (tinc-up) exited with non-zero status 255 Aug 27 17:26:49 q
2003 Aug 22
1
configuration using dhcp
How fo I configure my tinc-up and host file,(mine called remote), for a dhcp assgned address? current configuration: tinc-up: ifconfig $INTERFACE hw ether fe:fd:00:00:00:00 hosts/remote: address = ????? sunnet = 10.5.11.0/24 RSA ket stuff here Since the hostname of the laptop isn't in the etc/hosts file with a static IP I can't use it and since I don't know the IP address I
2002 Jul 07
2
Metadata socket and net2str() error
Hello there, I was hoping that maybe one of you guys could help me out with a problem I'm experiencing with tinc1.0pre7. First, I'll start with my configuration, after that I'll explain my problem. Background ---------- This is a simple, client-server situation on a private network. Both machines run the same Debian Woody 3.0 testing installation and both have identical packages
2001 Feb 25
1
Tinc config problem
I fairly new to Linux, and I'm trying to set up Tinc on my Linux box. However I got stuck at the following point in the documentation: ".... The actual setup of the ethertap device is quite simple, just repeat after me: ifconfig tap_n_ hw ether fe:fd:00:00:00:00 ... ". Now, this is obviously not what I have to type to the command prompt, although, I'm not ashamed to say,
2004 Jan 12
1
tinc and ipcop
On Mon, Jan 12, 2004 at 02:11:38PM +0100, Ralf Petry wrote: > more or less just a general question: i am running a suse linux 8.1 as > a server and ipcop 1.2 (and at another place ipcop 1.4) as > firewall/router. > i would like to achieve the following: allow a certain company (with > windows server and clients) to connect > to my network via vpn. where would i set up tinc? on
2004 Apr 22
2
Accepting packets with frame dest.addr. ff:ff:ff:ff:ff:ff for routing
Hi all, do anybody know, whether is it possible to route packets incoming to ethernet interface as broadcasts? ~~~~~|WirelessDevice/WD|-----eth0-|LinuxRouter/RT|-eth1---(10.18.63.0/24) tcpdump: listening on eth0 0:a:e6:ac:e8:7a ff:ff:ff:ff:ff:ff 98: 192.168.7.11 > 10.18.63.249: icmp: echo request (DF) 0:a:e6:ac:e8:7a ff:ff:ff:ff:ff:ff 98: 192.168.7.11 > 10.18.63.249: icmp: echo request
2002 Jan 28
3
Problem withs hosts/ -files & Ethertap with 2.4.x
Hello folks! I have a little problem when I'm trying to set up a small VPN between two hosts. The problem is that when I try to sepcify an IP-adress in /etc/tinc/netname/hosts/hostfile using Adress = xxx.xxx.xxx.xxx syslog says; Invalid variable name on line 2 while reading config file /etc/tinc/boppen/hosts/melc (Line 2 is the Adress = xxx.xxx.xxx.xxx line, and melc is the host I'm
2010 Jun 07
2
Using tinc on planetlab
Hello, Anyone on this list had successfully used tinc on planet lab [0] ? I'm trying to do it but I get some problems using the tap device tincd just keeps printing this error: Error while reading from Linux ethertap device /dev/net/tun: File descriptor in bad state I guess the problem is I cannot manage tun/tap devices on the planet lab nodes even if I am root :( Look at this: bash-3.2#
2005 Feb 02
1
(OT:) Tool for trying/troubleshooting WAN/LAN
Hi folks! This is sort of OT but I thought maybe someone had a tip for me. What I'm looking for is a tool that I can install on two computer for example, put one on each side of the customers WAN and "try" the connection - simulalate x calls (using codec xxx) and get statistics out of it (delays, jitter, dropped packets and that sort of things). I have looked at ethertap (to debug
2001 Oct 05
1
Kernel 2.4.10 prblem
Hi, I'm using tinc 1.pre3 with kernel 2.4.3 and it was working fine. I upgraded my kernel to 2.4.10 and tinc stopped working with the following error in syslog: ======= tinc.vpn1[236]: Error while reading from ethertap device: File descriptor in bad state ========= Does anyone had this problem and can you help me with it ? - Tinc: Discussion list about the tinc VPN daemon Archive:
2009 Sep 10
1
undefined method `protect_against_forgery?'
When I use plugin ''railstree'' (http://www.hashcode.eti.br/?p=91) as following code: node = Node.new :label => menu_item.name, :link_to_remote => { :base => self, :update => "container", :url => {
2016 Jan 18
3
tinc running openwrt (mikrotik metarouter mips)
Hi Mark Im trying to run this as a metarouter instance in mikrotik. Which build should I use that has tinc pre-built? <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> This email has been sent from a virus-free computer protected by Avast. www.avast.com
2002 Dec 26
1
Questions about multiple Tinc daemons
Hi, I have some questions about running multiple tinc deamons. The docs say you can do it to support separate VPNs, but I don't see any examples. I have been running a single tinc vpn for months with no problems, now I'm trying to add a second separate vpn. I'm running the static tinc version 1.0pre7 (built Apr 9 2002 14:00:34, protocol 14) on Debian potato. I did not want to go