Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2000 12:33:07 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        brian@FreeBSD.org
Cc:        current@FreeBSD.org
Subject:   if_tun.ko seems broken
Message-ID:  <281.964607587@axl.ops.uunet.co.za>

next in thread | raw e-mail | index | archive | help

Hi Brian,

Does this have anything to do with your recent change to if_tun.c?

Ciao,
Sheldon.

Script started on Wed Jul 26 12:28:35 2000
# pwd
/root
# date
Wed Jul 26 12:28:39 SAST 2000
# uname -a
FreeBSD axl.ops.uunet.co.za 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Jul 26 12:01:00 SAST 2000     sheldonh@axl.ops.uunet.co.za:/usr/obj/usr/src/sys/AXL  i386
# ls -l /kernel /modules/if_tun.ko
-r-xr-xr-x  1 root  wheel  1632582 Jul 26 12:07 /kernel
-r-xr-xr-x  1 root  wheel    14259 Jul 26 12:07 /modules/if_tun.ko
# ifconfig
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	inet 196.31.2.163 netmask 0xffffffe0 broadcast 196.31.2.191
	ether 00:d0:b7:74:3c:12 
	media: autoselect (10baseT/UTP) status: active
	supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
# kldstat
Id Refs Address    Size     Name
 1    5 0xc0100000 1a2634   kernel
 2    1 0xc0c41000 5000     ccd.ko
 3    1 0xc0d11000 10000    randomdev.ko
 4    1 0xc0d29000 4e000    nfs.ko
 5    1 0xc0daa000 11000    linux.ko
# ifconfig tun0 inet 10.0.0.1
ifconfig: interface tun0 does not exist
# kldstat
Id Refs Address    Size     Name
 1    6 0xc0100000 1a2634   kernel
 2    1 0xc0c41000 5000     ccd.ko
 3    1 0xc0d11000 10000    randomdev.ko
 4    1 0xc0d29000 4e000    nfs.ko
 5    1 0xc0daa000 11000    linux.ko
 6    1 0xc0e45000 4000     if_tun.ko
# kldunload if_tun
kldunload: can't unload file: Invalid argument
Jul 26 12:29:36 axl /kernel: if_tun module unload - not possible for this module type
# kldstat
Id Refs Address    Size     Name
 1    6 0xc0100000 1a2634   kernel
 2    1 0xc0c41000 5000     ccd.ko
 3    1 0xc0d11000 10000    randomdev.ko
 4    1 0xc0d29000 4e000    nfs.ko
 5    1 0xc0daa000 11000    linux.ko
 6    1 0xc0e45000 4000     if_tun.ko
# exit
Script done on Wed Jul 26 12:29:49 2000


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?281.964607587>