pengfork-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pengfork-devel] Work state


From: lordheavy
Subject: Re: [Pengfork-devel] Work state
Date: Sun, 25 Aug 2002 18:36:20 +0200
User-agent: KMail/1.4.3

Le Samedi 24 Août 2002 16:38, Jean-Charles Salzeber a écrit :
> For people whishing to know what is the status of my work, you will find
> an archive in:
> http://www.jcs.firstream.net/pengfork-not-a-version.tar.gz
>
>
> It is *NOT* a running version.
> If you want to test, modify the peng.cf file.
> I've some trouble with the tun interface on my Linux box, I've got some
> suscess on OpenBSD, but I think I should concentrate on Linux, isn't it?

it's segfault with root user, file tun.c :

line 106 :  strcpy (PARAM_INTERFACE_NAME, ifr.ifr_name);

must be  strcpy (ifr.ifr_name, PARAM_INTERFACE_NAME);

it seem better :)

Laurent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]