Re: [tor-dev] Second release of OnioNS beta

2015-09-30 Thread Jesse V
Good news! I have identified the issue and fixed it. Turns out that the RPATH wasn't actually embedded in the binary, so the loader couldn't find the common library on most machines. Before: $ objdump -x /usr/bin/onions-client | grep RPATH $ After: $ objdump -x /usr/bin/onions-client | grep RP

Re: [tor-dev] Second release of OnioNS beta

2015-09-30 Thread Jesse V
Heads-up everyone, After some debugging with s7r, it appears that sometimes the programs (onions-server, onions-hs, or onions-client) fail to start because they cannot load the common library. So if you run any of the programs in the terminal, you will see an error that libonions-common.so can

[tor-dev] Second release of OnioNS beta

2015-09-29 Thread Jesse V
Hello everyone, I am pleased to announce the second release of the Onion Name System (OnioNS) for beta testing. This release represents about 180 commits and is a major update from my last release. The two servers should be up long-term, so feel free to play around with it. "Example.tor" is li