Displaying 20 results from an estimated 800 matches similar to: "A tun/tap driver for an i386 OS X"
2014 Dec 11
0
A tun/tap driver for an i386 OS X
i'm pretty sure the tinc that builds from macports is 32-bit
On Wed, Dec 10, 2014 at 10:37 AM, Anne-Gwenn Kettunen <anwen at asphodelium.eu>
wrote:
> 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
2014 Dec 10
0
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
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
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)
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:
>
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
0
Troubleshooting on OS X
I might be able to help with this. Here is an email that I sent to Guus some time ago:
>> Having moved onward from setting up a private tinc router-mode mesh on my routers and linux servers, I finally got around to installing and setting tinc up on my mac laptop. When I wanted to set up the mac so it could see my tinc network (but NOT route everything through it, road-warrior style), I
2012 Feb 19
4
dovecot freezes when trying to get mail from maildir with mail
I'm completely stumped by this problem and I've tried everything at
present - including installing dovecot from scratch.
The problem is that when trying to get email from the server -AND-
there's email in the account, the pop3 or imap process freezes and no
email is fetched. The crazy thing is, that it has been working
perfectly, but suddenly I'm getting these freezes both
2020 Jul 15
4
Support for macOS feth devices
Hi,
I am currently using the L2 tunnel feature of ssh between two Linux
machines, and it works beautifully! As a result, I have come to prefer a
workflow that uses an L2 tunnel, but I can't seem to find a long-term
solution for this workflow on macOS. At the moment, tap devices on macOS
can be generated using a kernel extension like tuntaposx
<http://tuntaposx.sourceforge.net/>;
2008 Mar 19
3
[LLVMdev] Merge Patch File
On Mar 19, 2008, at 2:03 PM, Török Edwin wrote:
>
> What is kext64, and how do I disable it?
Comes from:
APPLE_LOCAL='APPLE LOCAL libcc_kext' \
MULTILIBS="`$(GCC_FOR_TARGET) --print-multi-lib`
static;@static at fno-pic kext;@Dmal
loc=kern_os_malloc at Dfree=kern_os_free at DLIBCC_KEXT@static at fno-pic@fno-
exceptions at fno-non-ca
2010 Apr 10
3
Installing a .ko file?
Hi All,
I am trying to add a 3Ware 9500S-8 RAID controller to a CentOS 5.4 box.
I have the drivers from 3Ware and they seem to be a .ko file (which I presume is like a .kext on OSX)
How do I install these? Searched turn up people talking about Kernel panics with .ko's but I dont see anything that points to to installing one so I can use the card.
Best,
-Jason
2016 Apr 01
2
OSX and USB issue
Hi list,
I?ve spend a LOT of time reading and trying many versions, from Fink to Brew and also compiling source.
OSX 10.11.3
NUT: v2.7.4
Driver: nutdrv_atcl_usb
I have the same problem that has been reported, that Mac OSX grabs the USB device so NUT can?t use it.
0.001924 Starting UPS: UDups
0.001956 1 remaining attempts
0.001966 exec: /sw/lib/nut/nutdrv_atcl_usb -a UDups -u root
2008 Mar 19
0
[LLVMdev] Merge Patch File
Bill Wendling wrote:
> On Wed, Mar 19, 2008 at 12:11 PM, Duncan Sands <baldrick at free.fr> wrote:
>
>> Hi Bill, thanks for fixing it.
>>
>>
> No prob! :-)
I can't build llvm-gcc4.2 on x86-32 Linux.
What is kext64, and how do I disable it? (I suppose I don't need it on a
32-bit platform?)
.....
ranlib kext/libgcc_eh.a
2016 Jan 07
0
Troubleshooting on OS X
On Thu, Jan 07, 2016 at 09:55:14AM -0800, Ned Twigg wrote:
> > 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
That sounds like the tun module is not loaded. If you didn't reboot
since installing the tuntaposx modules, try running the following
command:
kextload
2015 Jun 15
2
vfs_fruit kernel panic 10.9.5 when saving from adobe illustrator cc
dear list,
thanks for the great fruit speed-improvements. but...
server config:
debian 8 jessie
sernet samba 4.2.2 packages
here we see a problem that might not only be fruits problem but
results in macosx 10.9.5 crashing with a kernel panic when saving from
adobe illustrator cc or cc 2014:
(does not happen when saving from photoshop cc or cc2014)
Kernel Extensions in backtrace:
2009 Sep 03
1
ups_set_altinterface() breaks tripplite_usb on Mac OS X
Is there a particular reason why we are setting the alternate
interface to 0 in drivers/libusb.c?
I have seen some documentation which indicates that this should
already done by the OS when the device is enumerated. If that is the
case, then there is no reason why we should hardcode the alternate
interface to 0.
If I remove the following code, tripplite_usb seems to work*:
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 Dec 15
2
rsync not copy all information for font file
Hi Bryan,
thanks for your kind reply but it happend only with some fonts not all font file, (email with attachment is under verification by admin, so i resend this without attachment file) here i attach 2 screenshot one original folder and second backup folder, you can notice that the font .otf, .ttf, .dfont have no problem in rsync it copied as it is but the font that not show extension (Font
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
2010 Sep 22
2
[LLVMdev] r114523 (convert the last 4 X86ISD...) breaks clang
Hello,
After commit r114523, I start to get crash when compiling with clang (Release+Asserts) for i386:
(I know I should fill a bug report instead of posting here, but I don't get much time right now).
Trying to compile the following simple code, clang asserts.
---------- round.c --------
#include <math.h>
float test() { return llround(1); }
--------------------
[MacPro:~/Desktop]