From 32852c9cea64721b045e19f54eecdc928ac5ed63 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 30 May 2013 16:19:36 +0200 Subject: [PATCH] Add bugs and wishlist pages. --- bugs-archive.mdwn | 3 +++ bugs.mdwn | 10 ++++++++++ bugs/send_meta_called_with_NULL_pointer | 16 ++++++++++++++++ wishlist-archive.mdwn | 3 +++ wishlist.mdwn | 10 ++++++++++ wishlist/LocalDiscoveryAddress | 7 +++++++ 6 files changed, 49 insertions(+) create mode 100644 bugs-archive.mdwn create mode 100644 bugs.mdwn create mode 100644 bugs/send_meta_called_with_NULL_pointer create mode 100644 wishlist-archive.mdwn create mode 100644 wishlist.mdwn create mode 100644 wishlist/LocalDiscoveryAddress diff --git a/bugs-archive.mdwn b/bugs-archive.mdwn new file mode 100644 index 0000000..87fabec --- /dev/null +++ b/bugs-archive.mdwn @@ -0,0 +1,3 @@ +## Bugs archive + +[[!map pages="bugs/* and !*/Discussion" archive=yes]] diff --git a/bugs.mdwn b/bugs.mdwn new file mode 100644 index 0000000..4a579e1 --- /dev/null +++ b/bugs.mdwn @@ -0,0 +1,10 @@ +## Bug tracker + +Below is a list of open bugs. To report new bugs, please send us an [[email|contact]]. + +[[!inline pages="bugs/* and !link(done) and !*/Discussion" show=0 rootpage="bugs"]] + +----- + +Only open bugs are listed on this page. +You can find all recorded bugs in the [[archive|bugs-archive]]. diff --git a/bugs/send_meta_called_with_NULL_pointer b/bugs/send_meta_called_with_NULL_pointer new file mode 100644 index 0000000..7fa9b8a --- /dev/null +++ b/bugs/send_meta_called_with_NULL_pointer @@ -0,0 +1,16 @@ +[[!meta author="Chris Maciejewski"]] + +I am running tinc (1.0.19) on a cluster of around 40 servers (Xen +virtual machines in two geographical locations). Overall it works very +well, however yesterday it crashed on two machines in odd way. I was +still able to ping VPN IPs of other hosts from the two affected +machines but "vpn" interface was not visible when I run ifconfig. +There was also no "tincd" process running (at least ps aux wasn't +showing it). They logged the following for approx. 20 minutes in the +/var/log/syslog: + + Mar 27 01:52:14 us16 tinc.vpn[9528]: Flushing meta data to (xxx.xxx.xxx.xxx port 655) failed: Connection reset by peer + +and eventually: + + Mar 27 01:53:03 us16 tinc.vpn[9528]: send_meta() called with NULL pointer! diff --git a/wishlist-archive.mdwn b/wishlist-archive.mdwn new file mode 100644 index 0000000..224f058 --- /dev/null +++ b/wishlist-archive.mdwn @@ -0,0 +1,3 @@ +## Feature request archive + +[[!map pages="sihlist/* and !*/Discussion" archive=yes]] diff --git a/wishlist.mdwn b/wishlist.mdwn new file mode 100644 index 0000000..c06fda0 --- /dev/null +++ b/wishlist.mdwn @@ -0,0 +1,10 @@ +## Wishlist tracker + +Below is a list of open feature requests. To request new features, please send us an [[email|contact]]. + +[[!inline pages="wishlist/* and !link(done) and !*/Discussion" show=0 rootpage="wishlist"]] + +----- + +Only open feature requests are listed on this page. +You can find all recorded requests in the [[archive|wishlist-archive]]. diff --git a/wishlist/LocalDiscoveryAddress b/wishlist/LocalDiscoveryAddress new file mode 100644 index 0000000..627a9d7 --- /dev/null +++ b/wishlist/LocalDiscoveryAddress @@ -0,0 +1,7 @@ +[[!meta author="Folkert van Heusden"]] + +I would like to suggest the following enhancements for the LocalDiscovery part: + +LocalDiscoveryAddress=y +: to what broadcast address to send the discoveries, like how NTP does this. +This is useful when there's a router between two segments which doesn't route the broadcasts, e.g. 192.168.2.255. -- 2.20.1