similar to: tinc 1.0pre4 released

Displaying 20 results from an estimated 1000 matches similar to: "tinc 1.0pre4 released"

2001 Mar 06
3
crashing on receiving connection
Hello, I got trouble installing tinc daemon. Every time when a connection comes in, the daemon crashes: Mar 6 18:32:56 localhost tinc.vpn[20703]: tincd 1.0pre3 (Feb 21 2001 02:32:50) starting, debug level 5 Mar 6 18:32:56 localhost tinc.vpn[20703]: Ready: listening on port 655 Mar 6 18:33:00 localhost tinc.vpn[20703]: Connection from 192.168.0.4 port 1135 Mar 6 18:33:00 localhost
2001 Sep 22
7
FS locks
Hello, unfortunately I got some trouble using ext3 - the system hangs when working in a certain directory. Not completely, I can switch between consoles and reboot with SysRQ, but cannot do anything which requires disk IO: not start any applications, not umount, nothing. I could send the strace output, but I don't think this would help anyone. Sorry, but I don't have a clue where to start
2001 Sep 11
2
Best version for packaging
Hello, I packaged the old ext3 patch for Debian, and now I would like to create a patch-package of the current version for kernel 2.4.9. I consider to include Theodore's ext2 and ext3 readdir speedup patches and modify the 0.9.9 patch as needed to apply it on kernel 2.4.9. Does anyone (except of me) use all this parts together and report them to be stable enough? Gruss/Regards, Eduard. --
2001 Aug 20
2
tytso's readdir speedup patch - adoptable?
Hello, recently Theodory Tso posted a patch for the ext2fs driver, which improves speed of find and similar programs. Background: the application access all entries in the directory in the order they are stored on the disk. The current ext2 (and apparently Ext3) run a lookup function for each readdir call, starting with the first node! Theodore stores a refference to the node which was accessed
2015 Dec 14
6
[Bug 93373] New: sometimes hickup with persistent garbaby
https://bugs.freedesktop.org/show_bug.cgi?id=93373 Bug ID: 93373 Summary: sometimes hickup with persistent garbaby Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: minor Priority: medium Component: Driver/nouveau Assignee:
2001 Sep 08
5
Patch
Hallo short question how is the Syntax for interactivity.patch ext3-dir-speedup.patch ? patch -p0 ext3-dir-speedup.patch doesnt work -- Frank
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
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 =
2001 Jun 28
4
Tinc1.0pre4 & kernel 2.4.5 & tun/tap
Hi ! I want to setup tinc 1.0 pre4 with kernel 2.4.5 I didn't find information about settings of tun/tap device I did in kernel - [*] Prompt for development and/or incomplete code/drivers Network device support <M> Universal TUN/TAP device driver support in /etc/modules.conf - alias char-major-10-200 tun mknod -m 600 /dev/tun c 10 200 chown 0.0 /dev/tun In mailing list archive I
2002 Jan 15
9
Ext3 vs. Reiser?
Hi! I was just wondering how Ext3 and Reiserfs compare. When I reinstalled my server (because of a stupid hacker) I took the opportunity to change to ReiserFS. And I have to say it's really much faster than Ext3. I don't have benchmarks, but for example, stuff like "make dep" on the linux kernel is much faster (even though I had enabled write cache when I was using ext3). So
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
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,
2005 Oct 21
2
Recover original superblock on corrupted filesystem?
I've been trying to use fsck to recover a corrupted filesystem. It appears the original superblock is corrupted too, as it has an inode count of 0. When I start fsck with -b 32760, it uses the alternate superblock and proceeds. However, it restarts from the beginning a couple of times and after the second restart it doesn't use the alternate superblock, stopping instead as it can't
2005 Mar 21
3
routes.rb question.
I have a simple program that read all HTML files from a directory and returns parts of the content and the file names which are HREFs to those file. I build the HREF string dynamicaly as PATH_TO_DOC_ROOT + "file_name". My PATH_TO_DOC_ROOT = http://127.0.0.1:3000/docman/public/docs. So, the final link that I am interested in might look like this:
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
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
2006 May 05
6
rake rails:update
This question has been asked before, but I am still can''t run rake rails:update. I get rake aborted! Don''t know how to build task ''rails:update'' My environment: FC4, Ruby 1.8.4, Rails 1.1 Any idea what to do? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 19
4
PHP ob_start in Ruby
I need to include Content-Length in each file. In PHP it would be: <?php ob_start(); ?> html <?php header(''Content-Length: '' . ob_get_length()); ob_end_flush(); ?> How can I do the same in Ruby? Thanks, eduard -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jul 15
3
Dovecot LDAP Auth strange mailbox behavior
Hello everyone. I have setup a Debian Sarge server, with openldap, postfix, and Dovecot. I have been able to fix all the problems that have been logged thus far, and it seems to work. I am able to use a mail client to login to the pop3 server. The authentication works, and it logs as a successful login, but no messages download. I get a response: No New Messages. I have checked the
2002 Jan 10
2
tinc hangs on large quantities of data
I have tinc setup between three machines debian linux 2.2.17, redhat linux 2.2.14-5.0smp, and redhat linux 2.4.2-2. Everything works unless I try to transfer large amount of data from the 2.4.2-2 machine to either of the others. When I do that connection hangs. Something as simple as telneting to that machine from on of the others and typing 'ls -l' in a large directory like /bin