Date: Wed, 12 Sep 2001 15:43:27 +0200 From: Marko Cuk <cuk@xenya.si> To: Krzysztof Parzyszek <kparz@iastate.edu>, freebsd-stable@freebsd.org Subject: Re: Kernel panics and tun interface Message-ID: <3B9F667F.1E9D0954@xenya.si> References: <20010912082504.A34949@warsaw.scl.ameslab.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
Did you read the /usr/src/UPGRADING ?
Read also man ifconfig
for gif I use:
ifconfig gif create
I am sure, that is is same "problem" as with gif interface...
20010724:
The gif(4) interface has been converted to use cloning
rather then allocating a static number of devices a compile
time. If you use gif interfaces and configure them by any
method other then setting standard variables in /etc/rc.conf
you will need to update your system to create devices with
"ifconfig gifX create" before attempting to configure them.
See the ifconfig(8) man page and /etc/rc.network for more
information.
Krzysztof Parzyszek wrote:
> I have compiled the kernel with
>
> pseudo-device tun 4
>
> However, the tun interfaces don't show after `ifconfig -l',
> and they cannot be created with `ifconfig tun0 create'.
> I have the device nodes (tun[0-3]) in /dev.
>
> On a 4.3-STABLE (from sometime this summer) loading if_tun.ko
> succeeds, the tun0 shows up, but unloading the module causes
> an immediate kernel panic. I didn't check if the tun0 works,
> though.
>
> On a 4.4 (cvsupped two days ago) loading the if_tun module
> succeeds (at least doesn't report any errors), but no tun
> interfaces appear, and again, unloading results in an
> immediate panic.
>
> I'm sorry that I don't have any more specific information, but
> I didn't want to completely trash my / filesystems (I don't
> have softupdates there) by repeating this experiment.
>
> However, if really needed, I can collect some information
> from the 4.4 box (as it isn't fully set up yet).
>
> Krzysztof
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B9F667F.1E9D0954>
