Re: [gentoo-user] Getting udev to create tun devices

2006-02-07 Thread Dave Jones
Robin Atwood wrote on 02/07/06 13:48: > I need a device /dev/net/tun to use with hercules. tun is defined in the > kernel and the traditional mknode method works fine but I loose it after a > reboot. After a bit of research I added: > # tun device for hercules > KERNEL=="tun", NAME="net/tun" >

Re: [gentoo-user] Getting udev to create tun devices

2006-02-07 Thread Robin Atwood
On Tuesday 07 February 2006 21:09, Neil Bothwick wrote: > On Tue, 7 Feb 2006 19:48:49 +0700, Robin Atwood wrote: > > I need a device /dev/net/tun to use with hercules. tun is defined in > > the kernel and the traditional mknode method works fine but I loose it > > after a reboot. > > The device is

Re: [gentoo-user] Getting udev to create tun devices

2006-02-07 Thread Robin Atwood
On Tuesday 07 February 2006 20:46, Holly Bostick wrote: > Robin Atwood schreef: > > I need a device /dev/net/tun to use with hercules. tun is defined in > > the kernel and the traditional mknode method works fine but I loose > > it after a reboot. After a bit of research I added: > > > > # tun dev

Re: [gentoo-user] Getting udev to create tun devices

2006-02-07 Thread Neil Bothwick
On Tue, 7 Feb 2006 19:48:49 +0700, Robin Atwood wrote: > I need a device /dev/net/tun to use with hercules. tun is defined in > the kernel and the traditional mknode method works fine but I loose it > after a reboot. The device is created when you load the tun module. you don;t need a udev rule u

Re: [gentoo-user] Getting udev to create tun devices

2006-02-07 Thread Hans-Werner Hilse
Hi, On Tue, 7 Feb 2006 19:48:49 +0700 Robin Atwood <[EMAIL PROTECTED]> wrote: > I need a device /dev/net/tun to use with hercules. tun is defined in the > kernel and the traditional mknode method works fine but I loose it after a > reboot. That's pretty normal. I think the application using th

Re: [gentoo-user] Getting udev to create tun devices

2006-02-07 Thread Holly Bostick
Robin Atwood schreef: > I need a device /dev/net/tun to use with hercules. tun is defined in > the kernel and the traditional mknode method works fine but I loose > it after a reboot. After a bit of research I added: > > # tun device for hercules KERNEL=="tun", NAME="net/tun" > > to /etc/udev/50

[gentoo-user] Getting udev to create tun devices

2006-02-07 Thread Robin Atwood
I need a device /dev/net/tun to use with hercules. tun is defined in the kernel and the traditional mknode method works fine but I loose it after a reboot. After a bit of research I added: # tun device for hercules KERNEL=="tun", NAME="net/tun" to /etc/udev/50-udev.rules but it doesn't seem to