Displaying 4 results from an estimated 4 matches for "equidamoid".
2015 Apr 06
0
Strange tinc behavior on OSX Yosemite
On 6 April 2015 at 15:56, Vladimir "Equidamoid" Shapranov
<equidamoid at gmail.com> wrote:
> Looks like some issue in tuntaposx that prevents the interface from work
> until a packet is sent to it.
Nope. The issue is that tinc is currently not smart enough to directly
read the MAC address of the TAP device for BSD-style device...
2014 Nov 22
2
Tinc 1.0.24 build failed on OSX Mavericks
Hi,
I've got the following error when tried to compile tinc-1.0.24:
gcc -g -O2 -pie -L/opt/local/lib -o tincd avl_tree.o conf.o
connection.o dropin.o dummy_device.o edge.o event.o fake-getaddrinfo.o
fake-getnameinfo.o getopt.o getopt1.o graph.o list.o logger.o meta.o
multicast_device.o net.o net_packet.o net_setup.o net_socket.o netutl.o
node.o pidfile.o process.o protocol.o
2015 Apr 06
2
Strange tinc behavior on OSX Yosemite
Hi,
I have already working set of tinc nodes and tried to add one more machine,
mac mini with osx yosemite onboard.
Tincd starts and connects to other nodes as supposed but I can't connect to
mini from any of other nodes. When I try to use ssh the following lines
appears repeatedly in mini's logs along with the regular logs about making
connections and MTU probes:
> Got PACKET from
2014 Nov 22
0
Tinc 1.0.24 build failed on OSX Mavericks
On Sat, Nov 22, 2014 at 07:05:11PM +0300, Vladimir "Equidamoid" Shapranov wrote:
> I've got the following error when tried to compile tinc-1.0.24:
[...]
> Undefined symbols for architecture x86_64:
> "_res_9_init", referenced from:
> _main_loop in net.o
> ld: symbol(s) not found for architecture x86_64
>
> The...