Bug 51467 - vtun doesn't work with 2.6 without a devfsd.conf patch
|
Bug#:
51467
|
Product: Gentoo Linux
|
Version: 2004.0
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: base-system@gentoo.org
|
Reported By: stevenwagner@gmail.com
|
|
Component: Core system
|
|
|
URL:
|
|
Summary: vtun doesn't work with 2.6 without a devfsd.conf patch
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-05-19 09:17 0000
|
I couldn't get vtund to work with 2.6 at all. Error in /var/log/messages said
unable to load tun device. I found a broken link in my /dev, and then found
the exact solution in the debian mailing lists.
http://lists.debian.org/debian-user-danish/2003/09/msg00027.html
The solution is to add this block to the /etc/devfsd.conf:
# Create compatibility link for broken misc/net/tun driver (must uncomment the
# MKOLDCOMPAT for misc above if you want to use this)
REGISTER ^misc/net/tun$ CFUNCTION GLOBAL unlink net/tun
REGISTER ^misc/net/tun$ CFUNCTION GLOBAL symlink /dev/$devname net/tun
devfsd bug, not a kernel bug.
btw... MKOLDCOMPAT is already turned on in our devfsd.conf
added to cvs, sorry for the delay !