Package Details: fastd 17-1

Package Base: fastd
Description: Fast and secure tunneling daemon
Upstream URL: https://projects.universe-factory.net/projects/fastd
Category: network
Licenses: BSD
Submitter: NeoRaider
Maintainer: NeoRaider
Last Packager: NeoRaider
Votes: 5
First Submitted: 2012-04-05 21:02
Last Updated: 2015-01-29 06:06

Latest Comments

Comment by NeoRaider

2014-11-25 12:14

@RubenKelevra: The libsodium update doesn't touch any parts used by fastd.

Please provide me some more information about the hangs, I'd like to fix this as soon as possible...

Anything specific in the logs before it hangs? Gettings a gdb backtrace of the hung state of a debug build of fastd build probably be the most helpful.

Comment by RubenKelevra

2014-11-25 09:32

Randomly, else we got a bit packetloss, out of order warnings and not-decrypt able packages. Since there was an update of libsodium which fixes the courve function, I will message again if this don't fix the problem problem.

Comment by NeoRaider

2014-11-22 13:28

@RubenKelevra, does this happen directly on startup of fastd, or randomly? Could you provide your configuration?

Comment by RubenKelevra

2014-11-22 09:11

Fastd in v16 seem to stuck and freeze, so my mesh-networks remain empty. Since this are happening on my productive server, I have to downgrade to v14 which I know it works.

Comment by NeoRaider

2014-05-20 10:11

Oops, I'll fix instance names with non-ASCII characters in the next version.

Comment by RubenKelevra

2014-05-20 06:11

Just tried to create a instance with "ö", but this does not work...

fastd[26480]: 2014-05-20 08:07:30 +0200 --- Error: can't open config file `/etc/fastd/fr\xc3\xb6ndenberg/fastd.conf': No such file or directory

Comment by NeoRaider

2014-04-10 08:19

Added a different workaround as I don't want to force anybody to trust the CAcert certificates just to build fastd. Updated without changing pkgrel.

Comment by RubenKelevra

2014-04-09 23:22

You should add "cacert-dot-org" to build-needs.

Comment by NeoRaider

2014-02-10 17:21

libnacl package should be fixed now, please test.

Comment by RubenKelevra

2014-02-07 20:45

If you need a fast fix: move this file to

http://www27.zippyshare.com/v/95658679/file.html

/usr/lib/

Comment by RubenKelevra

2014-02-07 20:32

On two systems the nacl works, but on a system installed 3 month ago fastd does not compile.

On one of the older systems:
remove libnacl, recreate it.

try to install fastd:
fastd does not compile.

Comment by NeoRaider

2014-01-09 15:09

There is something wrong with the libnacl package that I can't reproduce on my system. Please try to debug why /usr/lib/libnacl.a is missing from your libnacl.

Comment by n0master

2014-01-09 15:03

I'm getting the same error. I used yaourt, which pulled libnacl from AUR and installed it fine. Then fastd fails to build.

Here is my CMakeCache.txt http://pastebin.com/W7MQHmCs

Comment by NeoRaider

2014-01-05 14:30

Hmm, funny. What version of CMake are you using?

Could you put the generated CMakeCache.txt onto a pastebin so I can look for the problem? Maybe also add --trace to the cmake command and paste the output as well.

Comment by afics

2014-01-05 14:08

Doesn't compile for me:
CMake Error at cmake/check_reqs.cmake:6 (message):
NaCl is not available, but a selected module needs it
Call Stack (most recent call first):
src/CMakeLists.txt:15 (include)

I don't know, why this happens, libnacl is properly installed.