From e2f6f861375aea953866477f5736de5a4150d360 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 27 Dec 2008 01:37:51 +0000 Subject: initial checkin damonizing chroot signal handling syslog --- README | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..04a5d4e --- /dev/null +++ b/README @@ -0,0 +1,41 @@ +Dependencies +============ + +Linux +----- + +build-essential +libgcrypt11-dev + +Installation +============ + +Getting the source via subversion: +---------------------------------- +svn co ... + +Building from source +-------------------- + +# cd src +# ./configure +# make + + + +Errors: +------- + +Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) +Cannot open TUN/TAP dev /dev/anytun0: No such file or directory (errno=2) + +Solution: Enabling tun/tap device +------------------------------------ + +modprobe tun +cd /dev +./MAKEDEV tun + +edit /etc/modules and add the line +tun +to load the module automatically -- cgit v1.2.3