similar to: Strange tinc behavior on OSX Yosemite

Displaying 20 results from an estimated 600 matches similar to: "Strange tinc behavior on OSX Yosemite"

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 devices (of which tuntaposx is one). Therefore you need
2016 Jan 07
3
Troubleshooting on OS X
I've got tinc running happily on a couple linux and win computers, but no luck on OS X. I'm on Yosemite 10.10.5, and I think I followed the OS X tutorial exactly, but no luck. Here's my error message: > sudo tincd -n dpsf -D -d3 tincd 1.0.21 (Feb 3 2015 20:09:36) starting, debug level 3 Could not open /dev/tun0: No such file or directory Terminating And here's the contents
2016 Jan 07
2
Troubleshooting on OS X
> kextload /Library/Extensions/tun.kext/ I didn't have a /Library/Extensions/tun.kext/ on my machine. I googled around, and downloaded and installed from http://tuntaposx.sourceforge.net/. Not sure why the macports install didn't work, but it seems I'm making progress. Now I get this: > sudo tincd -n dpsf -D -d3 tincd 1.0.21 (Feb 3 2015 20:09:36) starting, debug level 3
2016 Jan 08
1
Troubleshooting on OS X
Thanks very much! It's alive! For others who are having problems, this is a summary of the differences I needed between Linux and OS X: You'll need to install http://tuntaposx.sourceforge.net/ manually. On tinc.conf: > Linux Name = ntwigg2014linux AddressFamily = ipv4 Interface = dpsfVPN ConnectTo = dpserver001 > Mac Same, but remove the Interface line entirely On tinc-up: >
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
2014 Dec 11
1
A tun/tap driver for an i386 OS X
Le 11/12/2014 03:48, David Nicol a ?crit : > i'm pretty sure the tinc that builds from macports is 32-bit If found that in the downloads(1) page: September 13, 2009: Change linker options to produce 64 bit kext bundle for Snow Leopard. Removing the hardcoded arch from the Makefiles breaks the compilation, so I eventually picked version 20090905. And it works :) (1)
2013 Jul 02
1
tinc on mac os x
Hello. I was successfully using tinc on many Linux machines and thought it would be easy to set up on MacOSX too. Docs on setting tinc up on MacOSX are not bad but they don't cover setup of tun/tap devices and even don't mention any recommended drivers. I didn't have any tun or tap devices in /dev/ so I've installed tuntaposx from here http://tuntaposx.sourceforge.net. I saw this
2014 Oct 27
1
OSX Yosemite (10.10): Are package binaries the same as for OSX Mavericks (10.9)?
I'm trying to help someone to troubleshoot possible OSX Yosemite issues, but I've only got access to OSX (< 10.9) so I cannot check myself. When building/installing binary R packages, there are different binaries depending on OSX version. For instance, CRAN provides different binaries for 'OS X Snow Leopard' and 'OS X Mavericks', e.g.
2014 Dec 30
0
PAM issues on OS X Yosemite
Hi, I have been running dovecot successfully on OS X Mavericks for several months. After upgrading to Yosemite, however, PAM authentication for dovecot is failing. Or rather, creating the PAM session is failing. Either way, I can't get to my e-mail. $ /usr/pkg/sbin/dovecot --version 2.2.15 $ /usr/pkg/sbin/dovecot -n # 2.2.15: /usr/pkg/etc/dovecot/dovecot.conf # OS: Darwin 14.0.0 x86_64 hfs
2006 Oct 31
0
6398012 Interrupted reads on a Yosemite UDP endpoint can permanently fail to return newly received data.
Author: ja97890 Repository: /hg/zfs-crypto/gate Revision: d845ecc0e6869f89d55d2beaa86284a2c1d322db Log message: 6398012 Interrupted reads on a Yosemite UDP endpoint can permanently fail to return newly received data. Files: update: usr/src/uts/common/inet/ip_impl.h
2006 Jun 13
1
Yosemite Backup using Wine?
Hello, Not sure if this has been reported before, but it looks as if the people at Yosemity Tech [1] are using Wine. And correct me if I'm wrong, but it seems they're using it the same way Google is with Google Earth and Picasa. Screenshots: http://www.sron.nl/~mverwijs/files/shots/yt/16.html http://www.sron.nl/~mverwijs/files/shots/yt/index.html Kind regards, Maarten [1]
2015 Jun 27
0
Driver macosx-ups failing on Yosemite
On Jun 26, 2015, at 8:35 AM, Sundeep Mediratta <smedius at gmail.com> wrote: > OSX Yosemite 10.10.3 > Nut version 2.6.5 > Installed via Macports > Device is Cyberpower CP1000AVRLCD > Device is visible and is monitored in the OSX control panel > > Error- > > macosx-ups -DD -a cyberpower Can you please increase the debug level to -DDD? -- Charles Lepple clepple
2015 Jun 28
0
Driver macosx-ups failing on Yosemite
I think the high CPU usage was caused by the native OS X driver crashing and not working properly. The native driver was not sensing the UPS going on battery or any change in battery percentage. Unplugging the USB and then plugging it back again made the native driver come back up again properly. Restarting the macosx-ups driver seems to get back to normal CPU usage. I will monitor and see how it
2014 Dec 10
2
A tun/tap driver for an i386 OS X
Hello everyone! I have a PowerMac running 10.6.8 and I'd love to get it connected to my VPN. However, even by compiling tuntaposx by hand on the said MacPro, I see that the kernel module is apparently built for x86_64 systems: macintosh MacOS ?? pwd /Library/Extensions/tun.kext/Contents/MacOS macintosh MacOS ?? file tun tun: Mach-O 64-bit kext bundle x86_64 Because YES! The system is
2015 Jun 28
1
Driver macosx-ups failing on Yosemite
On Jun 28, 2015, at 10:49 AM, Sundeep Mediratta <smedius at gmail.com> wrote: > I think the high CPU usage was caused by the native OS X driver crashing and not working properly. The native driver was not sensing the UPS going on battery or any change in battery percentage. As you can imagine, if the native driver does not see a change, the macosx-ups driver will not, either.
2014 Dec 04
0
GD libraries and $PREFIX (was Re: building NUT on Mac OS X Yosemite(website/documentation))
On Dec 3, 2014, at 7:05 PM, simon-alioth at eazimail.com wrote: > One other issue I noticed is with the placement of the GD libraries, if they > are not installed under the root it will not find them > > If I build GD into /build/usr and add the following lines to my make script > for nut: > > PREFIX=/build/usr > > configure \ >
2014 Dec 03
2
building NUT on Mac OS X Yosemite (website/documentation)
Sorry for the unresponsiveness. To the problem: I think the 'stray character' is the 'V', as it's the newer one of the options used here (the dot notation is required by the 'k' option and seems to be supported ever since the release of GNU sort). - http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=4c9fae4e97d95a9f89d1399a8aeb03051f0fec96 Newer versions of (GNU)
2014 Dec 03
0
building NUT on Mac OS X Yosemite (website/documentation)
Hello Dan, thanks for your input, I?ve tried to remove ?V' from sort -f -k 4.1,4.5rV -k 5n -t @ - command line => No more ?stray character? ! But I?m still stuck after with the : make: *** No rule to make target `-eindex.html', needed by `ups-html.txt'. Stop. Any idea here? > Le 3 d?c. 2014 ? 01:22, hyouko at gmail.com a ?crit : > > Sorry for the unresponsiveness. >
2014 Dec 04
2
building NUT on Mac OS X Yosemite (website/documentation)
> But I?m still stuck after with the : > make: *** No rule to make target `-eindex.html', needed by `ups-html.txt'. > Stop. > Any idea here? gmake
2014 Dec 04
0
building NUT on Mac OS X Yosemite (website/documentation)
same issue with gmake (expect that command output and errors are now in French..;) gmake: *** Aucune r?gle pour fabriquer la cible ? -eindex.html ?, n?cessaire pour ? ups-html.txt ?. Arr?t. > Le 4 d?c. 2014 ? 01:36, hyouko at gmail.com a ?crit : > >> But I?m still stuck after with the : >> make: *** No rule to make target `-eindex.html', needed by `ups-html.txt'.