@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.
Search Criteria
Package Details: fastd 17-1
Package Actions
| Package Base: | fastd |
|---|---|
| Description: | Fast and secure tunneling daemon |
| Upstream URL: | https://projects.universe-factory.net/projects/fastd |
| Category: | network |
| Licenses: | |
| Submitter: | NeoRaider |
| Maintainer: | NeoRaider |
| Last Packager: | NeoRaider |
| Votes: | 5 |
| First Submitted: | 2012-04-05 21:02 |
| Last Updated: | 2015-01-29 06:06 |
Dependencies (8)
Required by (0)
Sources
Latest Comments
Comment by NeoRaider
Comment by RubenKelevra
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
@RubenKelevra, does this happen directly on startup of fastd, or randomly? Could you provide your configuration?
Comment by RubenKelevra
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
Oops, I'll fix instance names with non-ASCII characters in the next version.
Comment by RubenKelevra
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
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
You should add "cacert-dot-org" to build-needs.
Comment by NeoRaider
libnacl package should be fixed now, please test.
Comment by RubenKelevra
If you need a fast fix: move this file to
http://www27.zippyshare.com/v/95658679/file.html
/usr/lib/
Comment by RubenKelevra
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
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
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
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
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.