Re: Polishing touch

2003-06-03 Thread arno
> here what is (probably) going on. when system starts up you have > no "tap0" interface. ifconfig(8) can not find "tap0" interface and hmmm, dunno, long before ifconfig I get : tap0: bpf attached > now the thing about tap(4) (and tun(4)) interfaces is that they are > *virtual*, i.e. in order

Re: Polishing touch

2003-06-02 Thread arno
> > > module_register: module if_tap already exists! > > > Module if_tap failed to register: 17 > > > can't re-use a leaf (if_tap_debug)! > > > > tap0: flags=8802 mtu 1500 > > ether 00:90:27:3f:12:9f > > > > bit I just compiled if_tap into my kernel, and I nowehere asked > > explicitl

Re: Polishing touch

2003-06-02 Thread Maksim Yevmenkin
Hello, > just in case re@ or a maintainer finds this worhtwhile : > > from my /etc/rc.conf : > > ifconfig_tap0="lladdr 00:90:27:3f:12:9f" > apm_enable="YES" > apmd_enable="YES" > > This gives me in dmesg-a (today's CVS) : > >

Re: Polishing touch

2003-06-02 Thread Michael Nottebrock
On Sunday 01 June 2003 18:45, [EMAIL PROTECTED] wrote: > > module_register: module if_tap already exists! > > Module if_tap failed to register: 17 > > can't re-use a leaf (if_tap_debug)! FWIW, same thing happens for if_tun. -- | Michael Nottebrock| KDE on FreeBSD |

Re: Polishing touch

2003-06-02 Thread Nicolai Petri
On Sunday 01 June 2003 18:45, [EMAIL PROTECTED] wrote: > Hello, Hi Arno > > just in case re@ or a maintainer finds this worhtwhile : > 1) > > Setting hostname: M. > > > module_register: module if_tap already exists! > > Module if_tap failed to register: 17 > > can't re-use a leaf (if_tap_debug)!

Polishing touch

2003-06-02 Thread arno
Hello, just in case re@ or a maintainer finds this worhtwhile : from my /etc/rc.conf : ifconfig_tap0="lladdr 00:90:27:3f:12:9f" apm_enable="YES" apmd_enable="YES" This gives me in dmesg-a (today's CVS) : 1) Setting hostname: M. > module_register: module if_tap already exists! > Module