RELENG_4_4: random kernel traps with ipfilter(?)

2001-09-17 Thread Evgueni V. Gavrilov

hi.

i've cvsup'ed yesterday with RELENG_4_4 tag and got strange traps and 
freezes with ipfilter(?) (both kernel compiled in and module).
maximum uptime was about 75 minutes without any messages in 
/var/log/messages.
haven't made debug kernel yet - is it known `feature' or I am the only 
lamb who put RELENG_4_4 on production server ?

i would appreciate any way (other then debug kernel) to find out the reason.

-- 
VAMPIRO-RIPN

p.'s i've recvsup'ed source tree several times from different servers.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Building x11/gnome from ports

2001-09-17 Thread Gunnar Flygt

On Sun, Sep 16, 2001 at 09:15:40PM -0400, Erik Gault wrote:
 i was able to get it to build a few weeks ago by independently building
 the guile-gnome package and then installing x11/gnome.  i may have
 done some other minor fiddling, i can't remember exactly, but i was
 able to get it to build.  sorry i don't have more detailed information...
 
 erik
 
 
  While trying to install x11/gnome from the ports tree, one of its
  runtime dependancies is x11-toolkits/guile-gnome which fails to
 build.
  It dies with the following:
 
  -
  ===  Building for guile-gnome-0.20_3
  make  all-recursive
  Making all in guile-gnome
  Making all in zvt
  Making all in bonobo
  Making all in gtkhtml
  guile -l ../../guile-gtk/gtk/config.scm -s
  ./../../guile-gtk/build-guile-gtk -I ../../guile-gtk glue
  ./gtkhtml.defs  .tmpg   mv .tmpg gtkhtml-glue.c
  ERROR: In procedure open-file:
  ERROR: No such file or directory: ../../guile-gtk/gtk/config.scm ***
  Error code 2
 
  Stop in
 
 /usr/ports/x11-toolkits/guile-gnome/work/gnome-guile-0.20/guile-gno
 me/gtkhtml.

I compiled gnome this night. It stopped at the same place. I went to
that directory, did `make clean` `make` and everything was OK again.
Gnome installed full way.
  *** Error code 1
  -
 
  There is still an open PR ports/29463 but thats a compilation
 problem.
 
  This seems to be parsing a file called ../../guile-gtk/gtk/config.scm
  which doesn't exist, ../../guile-gtk/gtk/config.scm.in exists though
  and if you try to use it, errors, ERROR: Unbound variable:
  @USING_LTDL_SCM@ appear.
 
  Any ideas?  The ports tree is cvsupped off RELEASE_4_4_0
 yesterday.
 
  TIA,
 
  Jarrod Sayers
  Information Technologist
  School of Communication, Information and New Media
  University of South Australia, Magill Campus.
  Phone: +61 8 83024045
  Fax: +61 8 83024745
 
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-stable in the body of the message
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message

-- 
   __o
regards, Gunnar   ---_ \,_
email: [EMAIL PROTECTED]  (_)/ (_)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



I WILL TEACH YOU TO HAVE SEX - MY CAN IS ON FOR YOU

2001-09-17 Thread ANNA

Below is the result of your feedback form.  It was submitted by
ANNA ([EMAIL PROTECTED]) on Monday, September 17, 2001 at 08:33:34
---

message: Hello my friend
My cam is always on for you.for your sex
I cannot forget all the words that you told me last saturday
while my wet pussy was open for you.
Now you can connect to my CAM directly from my home page
http://www.freebox.com/livesex
I will teach you how to do. I have a new software for that.
You'll find me nude waiting you.
Don't leave me alone without you
Anna














---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: FIXME! snd_pcm.ko kernel panic

2001-09-17 Thread George Reid

On Fri, Sep 14, 2001 at 06:05:11PM -0400, Brad Laue wrote:
 Upon patching the sources and recompiling, I kldunloaded snd_pcm.ko while
 snd_maestro3.ko was still loaded, and attempted to play an mp3; kernel
 panic ensued.
 
 Brad

You need to make sure you've recompiled both snd_pcm.ko and 
snd_maestro3.ko by doing ``make'' in  each of /sys/modules/sound/pcm and 
/sys/modules/sound/driver/maestro3 followed by ``make install''.

-- 
+---+-+
|George Reid|  FreeBSD Committer  |
|  +44 7740 197460  |  [EMAIL PROTECTED]  |
+---+-+

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: installworld error

2001-09-17 Thread Sergey A. Osokin

On Sun, Sep 16, 2001 at 08:45:48PM -0600, z thompson wrote:
 
 I'm getting the following error with make installworld:
 
 if [ -h /usr/include/ufs/ffs ]; then  rm -f /usr/include/ufs/ffs;  fi
 if [ -h /usr/include/ufs/mfs ]; then  rm -f /usr/include/ufs/mfs;  fi
 if [ -h /usr/include/ufs/ufs ]; then  rm -f /usr/include/ufs/ufs;  fi
 if [ -h /usr/include/dev/ppbus ]; then  rm -f /usr/include/dev/ppbus;
 fi
 if [ -h /usr/include/dev/usb ]; then  rm -f /usr/include/dev/usb;  fi
 if [ -h /usr/include/machine ]; then  rm -f /usr/include/machine;  fi
 mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist  -p
 /usr/include
 cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 cam/*.h
 /usr/include/cam
 install: not found
 *** Error code 127
 
 Stop in /usr/src/include.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 
 Any ideas? I cvsupped early on 8/16. 

Looks like you have not /usr/obj with complete buildworld.

-- 

Rgdz,/\ 
Sergey Osokin aka oZZ,   \ /  ASCII RIBBON CAMPAIGN
[EMAIL PROTECTED]X AGAINST HTML MAIL
http://freebsd.org.ru/~osa/  / \

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



pci/pcic cards

2001-09-17 Thread Danny Braniss

hi,
I have 2 different cards: (pcmcia interface?)
pci1: unknown card (vendor=0x16ab, dev=0x1103) at 7.0 irq 9
pci1: unknown card (vendor=0x8086, dev=0x1042) at 7.0 irq 9

any way i can get them to work?

I also have an Orinoco/Lucent isa which is almost working - once i get a free 
irq :-)

thanks,
danny



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: FIXME! snd_pcm.ko kernel panic

2001-09-17 Thread Cameron Grant

 Upon patching the sources and recompiling, I kldunloaded snd_pcm.ko while
 snd_maestro3.ko was still loaded, and attempted to play an mp3; kernel
 panic ensued.

this should be impossible in two ways:

1. snd_maestro3 depends on snd_pcm so the module system should not permit
snd_maestro3 to be present in the systemwithout snd_pcm .

2. if you just load snd_maestro3, snd_pcm will be autoloaded.  an autoloaded
module cannot be unloaded manually.

-cg



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Building x11/gnome from ports

2001-09-17 Thread Jarrod Sayers

On Mon, 17 Sep 2001, Gunnar Flygt wrote:

 Date: Mon, 17 Sep 2001 09:04:23 +0200
 From: Gunnar Flygt [EMAIL PROTECTED]
 To: FreeBSD Stable [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: Building x11/gnome from ports

[snip]
   While trying to install x11/gnome from the ports tree, one of its
   runtime dependancies is x11-toolkits/guile-gnome which fails to
  build.
   It dies with the following:
  
   -
   ===  Building for guile-gnome-0.20_3
   make  all-recursive
   Making all in guile-gnome
   Making all in zvt
   Making all in bonobo
   Making all in gtkhtml
   guile -l ../../guile-gtk/gtk/config.scm -s
   ./../../guile-gtk/build-guile-gtk -I ../../guile-gtk glue
   ./gtkhtml.defs  .tmpg   mv .tmpg gtkhtml-glue.c
   ERROR: In procedure open-file:
   ERROR: No such file or directory: ../../guile-gtk/gtk/config.scm ***
   Error code 2
  
   Stop in
  
  /usr/ports/x11-toolkits/guile-gnome/work/gnome-guile-0.20/guile-gno
  me/gtkhtml.

 I compiled gnome this night. It stopped at the same place. I went to
 that directory, did `make clean` `make` and everything was OK again.
 Gnome installed full way.

Found the problem, it appears that a guile-gnome will only build if
gtkhtml is instaled before the configure script is run.  The configure
script of guile-gnome goes looking for gtkhtml when its run and if it does
not find it, the guile-gnome port wont build.  But as a part of the
guile-gnome code is gtkhtml, this is why it works the second time around,
after a 'make clean' the configure script has to be re-run, and it finds
it.

Can someone test this patch for the ports Makefile making it install
gtkhtml before the guile-gnome port?  Im out of machines without it :)

--- ports/x11-toolkits/guile-gnome/Makefile Sun Sep 16 15:38:10 2001
+++ ports/x11-toolkits/guile-gnome/Makefile.new Mon Sep 17 18:20:15 2001
@@ -15,6 +15,8 @@

 MAINTAINER=[EMAIL PROTECTED]

+BUILD_DEPENDS= gnome-gtkhtml-editor:${PORTSDIR}/www/gtkhtml
+
 LIB_DEPENDS=   guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk

 USE_LIBTOOL=   yes


I may be barking up the wrong tree but my builds have begun working again.

Jarrod Sayers
Information Technologist
School of Communication, Information and New Media
University of South Australia, Magill Campus.
Phone: +61 8 83024045
Fax: +61 8 83024745


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



mergemaster error in 4.4-STABLE?

2001-09-17 Thread Dan Larsson

(cvsup and build yesterday with install today)

after doing installworld I ran mergemaster. The below is the
output of cd /dev  /bin/sh MAKEDEV all:

*** You installed a new /dev/MAKEDEV script, so make sure that you run
'cd /dev  /bin/sh MAKEDEV all' to rebuild your devices

Would you like to run it now? y or n [n] y
Running cd /dev  /bin/sh MAKEDEV all

MAKEDEV: arith: syntax error:
^Hà\x85^N^H^\\x86^N^HÈ\x85^N^Hà\x85^N^Hé\x85^N^Hë\x85^N^Hî\x85^N^H^\\x86^N^H

bad node: mknod i4bteld1


Is this something to worry about?


Regards
+--
Dan Larsson  -+- Tyfon Svenska AB -+-  DL1999-RIPE
2AA5 90AE 5185 5924 1E0B  1A99 EC8A EA84 406B 06B9


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: FreeBSD Books

2001-09-17 Thread Nik Clayton

On Sat, Sep 15, 2001 at 11:25:15PM -0500, Scott Corey wrote:
 Quite awhile back I remember that there were some FreeBSD books in the
 making i.e. Advanced BSD System Administration provisional title and
 BSD in a Nutshell what happened to them?

Still in progress, I believe.  BSD in a Nutshell is being written by
Brett Glass, Advanced BSD System Administration (I think that's the
correct title) is being written by Greg Lehey.

N
-- 
FreeBSD: The Power to Serve http://www.freebsd.org/
FreeBSD Documentation Project   http://www.freebsd.org/docproj/

  --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---

 PGP signature


Re: 4.4RC5: snd module testing (Test #1)

2001-09-17 Thread Nate Williams

  Also, I get /kernel: csa: card is unknown/invalid SSID (CS4610) and
  /kernel: csa0: CS4610/CS4611 mem
  0x5000-0x500f,0x5010-0x5010f irq 11 at device 6.0 on
 pci0.
 
  - I have a Thinkpad 600e (2645-4au) with the CS4610 PCI Accelerator and a
  CS4239 ISA audio sound chip.
 
 we do not support the cs46xx with an isa codec rather than an ac97 codec.
 this configuration is not documented, and while i or one of the other sound
 coders may be able to figure it out, none of us have hardware with this
 setup.
 
 unless such hardware makes it into our hands, support is unlikely.
 
 i should add that as far as i know you are the first person with this setup
 to run freebsd.

Actually, a *LOT* of FreeBSD developers, including a couple of
former/current core members, have this same hardware setup.




Nate

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: [SOLVED] Broken sound with 4.4-RC

2001-09-17 Thread Eugene Grosbein

On Mon, Sep 17, 2001 at 09:24:46PM -0500, Mike Meyer wrote:

 There have been multiple reports of gkrellm causing SMP systems to
 freeze - more accurately, gkrellm plugins cause this to
 happen. Which prompts me to ask if you are running SMP, and if you
 have any gkrellm plugins running.

My system has single Celeron-300A with Iwill BD100+ motherboard.
And yes, I run gkrellm's plugin reading sensor information.

 FWIW, if you define WITHOUT_SENSOR when you install gkrellm, it will
 not turn on the SUID bit on the binary.

I've discovered this reading Makefile of port.
Now, without SUID gkrellm does not show sensors states.
This is not a problem for me.

Eugene Grosbein


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: [SOLVED] Broken sound with 4.4-RC

2001-09-17 Thread Mike Meyer

Eugene Grosbein [EMAIL PROTECTED] types:
 On Mon, Sep 17, 2001 at 09:24:46PM -0500, Mike Meyer wrote:
 
  There have been multiple reports of gkrellm causing SMP systems to
  freeze - more accurately, gkrellm plugins cause this to
  happen. Which prompts me to ask if you are running SMP, and if you
  have any gkrellm plugins running.
 My system has single Celeron-300A with Iwill BD100+ motherboard.
 And yes, I run gkrellm's plugin reading sensor information.

Gkrellm's sensor reading code isn't a plugin, it's built into
gkrellm. Note that it makes lots of assumptions about the hardware
that may not be true. If I try and run it using the SMB interface, it
locks the machine up instantly when it hits the second SMB in the
system.

  FWIW, if you define WITHOUT_SENSOR when you install gkrellm, it will
  not turn on the SUID bit on the binary.
 I've discovered this reading Makefile of port.
 Now, without SUID gkrellm does not show sensors states.
 This is not a problem for me.

I'm running Dual Xeon PIIs. Running gkrellm with the sensor mode
enabled and displaying works fine, including what little audio
playback I do. However, if I enable a plugin - *any* plugin - the
system will freeze up, possibly in as little as 15 minutes, possibly
hours later. More plugins seem to make it happen faster. I believe
there was a system change that's causing this, but haven't set down to
chase down the problem. That I get a hard freeze doesn't help much.

Final note: if plugins worked properly, I'd love to do a healthd
plugin. Healthd has a number of advantages over the gkrellm code, like
working reliably with more hardware, not locking the system up if I
use it in SMB mode, being able to get information for both CPUs, being
able to monitor more than one system, etc.

mike
--
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



/kernel: i4b-L1 ifpi_isac_irq: unit 0: CRC error

2001-09-17 Thread Thorsten Hempel

Hello,

I installed freebsd 4.3 last night on my old P100 with 64mb and a AVM
Fritz Card PCI. It should run as a isdn-gateway for my network. The 
kernel compilation with i4b-00.96.00 runs without a problem and the rest 
of the isdn configuration I want to do later. After the reboot I have 
got this messages permanently on stdout:

Sep 17 07:25:00 gateway /kernel: i4b-L1 ifpi_isac_irq: unit 0: CRC error
Sep 17 07:25:00 gateway /kernel: i4b-L1 ifpi_isac_irq: unit 0: Receive
Aborted error


When I do a Warm Boot to my Linux System, I have got this messages:

Sep 17 09:56:44 gateway kernel: ippp0: dialing 10 0191011...
Sep 17 09:56:50 gateway kernel: isdn: HiSax,ch0 cause: E001B
Sep 17 09:56:52 gateway kernel: isdn_net: local hangup ippp0


Because of this, I must Power Off my box to run the isdn on Linux
again.

I am new to FreeBSD and I don´t not what Info´s you need, here is all
what I got:

1) dmesg
2) /var/log/messages
3) Kernel CONF
4) ifconfig

can anyone help me ?

Thanks in advance

Thorsten


==dmesg==
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights
reserved.
FreeBSD 4.3-RELEASE #0: Sun Sep 16 21:13:44 GMT 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/GATEWAY
Timecounter i8254  frequency 1193182 Hz
CPU: Pentium/P54C (100.07-MHz 586-class CPU)
  Origin = GenuineIntel  Id = 0x525  Stepping = 5
  Features=0x1bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8
real memory  = 67108864 (65536K bytes)
config di pcic0
config di sn0
config di lnc0
config di ie0
config di fe0
config di ed0
config di cs0
config di bt0
config di aic0
config di aha0
config di adv0
config q
avail memory = 60870656 (59444K bytes)
Preloaded elf kernel kernel at 0xc0462000.
Preloaded userconfig_script /boot/kernel.conf at 0xc046209c.
Intel Pentium detected, installing workaround for F00F bug
md0: Malloc disk
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
atapci0: Generic PCI ATA controller mem 0xf400-0xf4001fff at
device 1.0 on pci0
atapci0: Busmastering DMA not supported
rl0: RealTek 8139 10/100BaseTX port 0x6000-0x60ff mem
0xf4002000-0xf40020ff irq 11 at device 8.0 on pci0
rl0: Ethernet address: 00:e0:7d:74:bc:7b
miibus0: MII bus on rl0
rlphy0: RealTek internal media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci0: S3 ViRGE DX/GX graphics accelerator at 9.0 irq 10
ifpi0: AVM Fritz!Card PCI port 0x6100-0x611f mem 0xf4003000-0xf400301f
irq 9 at device 10.0 on pci0
ifpi0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2)
ifpi0: passive stack unit 0
isa0: ISA bus on motherboard
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on
isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata1 at port 0x170-0x177,0x376 irq 15 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on
isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
i4btel: 2 ISDN telephony interface device(s) attached
i4brbch: 4 raw B channel access device(s) attached
i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header
compression)
i4bctl: ISDN system control port attached
i4btrc: 4 ISDN trace device(s) attached
i4bisppp: 4 ISDN SyncPPP device(s) attached (VJ header compression)
i4b: ISDN call control device attached
ata1-slave: ata_command: timeout waiting for intr
ata1-slave: identify failed
ad0: 6197MB IBM-DHEA-36481 [12592/16/63] at ata0-master BIOSPIO
acd0: CDROM CD-540E at ata1-master using BIOSPIO
Mounting root from ufs:/dev/ad0s2a


==/var/log/messages==
Sep 17 07:21:52 gateway /kernel: Copyright (c) 1992-2001 The FreeBSD
Project.
Sep 17 07:21:52 gateway /kernel: Copyright (c) 1979, 1980, 1983, 1986,
1988, 1989, 1991, 1992, 1993, 1994
Sep 17 07:21:52 gateway /kernel: The Regents of the University of
California. All rights reserved.
Sep 17 07:21:52 gateway /kernel: FreeBSD 4.3-RELEASE #0: Sun Sep 16
21:13:44 GMT 2001
Sep 17 07:21:52 gateway /kernel:
[EMAIL PROTECTED]:/usr/src/sys/compile/GATEWAY
Sep 17 07:21:52 gateway /kernel: Timecounter i8254  frequency 1193182
Hz
Sep 17 07:21:52 gateway /kernel: CPU: Pentium/P54C (100.07-MHz 586-class
CPU)
Sep 17 07:21:52 gateway /kernel: Origin = GenuineIntel  Id = 0x525 
Stepping = 5

Re: Cisco Aironet 350..

2001-09-17 Thread Peter Radcliffe

Sergey Eremin [EMAIL PROTECTED] probably said:
 In other words Aironet 350 works fine with 4-stable?

I'm using one to type this. Works just fine.

ancontrol works just fine with some earlier versions but the an
driver got various improvements in -STABLE.

P.

-- 
pir[EMAIL PROTECTED] [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Problems getting STABLE running on a VAIO 505TL

2001-09-17 Thread George V. Neville-Neil

Thanks!  Now this should go in the docs somewhere.

Later,
George



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Cisco Aironet 350..

2001-09-17 Thread Calle Lidström

On Tue, 18 Sep 2001, Sergey Eremin wrote:

  sundevil# wicontrol -i an0
  wicontrol: SIOCGWAVELAN: Operation not permitted
  Sep 17 22:39:16 sundevil /kernel: an0: seek to record failed
  You might want to consider using ifconfig (to the extent possible);
 that
  way, you don't need to use a different control program depending on
  which device you're using.

 In other words Aironet 350 works fine with 4-stable?


It works, and it works perfectly!

I didnt have a clue that the 'wireless-commands' were builtin in ifconfig,
so smart, so simple.

sundevil# ifconfig an0
an0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 10.0.1.10 netmask 0xff00 broadcast 10.0.1.255
inet6 fe80::240:96ff:fe50:271a%an0 prefixlen 64 scopeid 0x7
ether 00:40:96:50:27:1a
media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
status: associated
ssid monkey
stationname FreeBSD
channel 7 authmode OPEN powersavemode OFF powersavesleep 200
wepmode OFF weptxkey 1
wepkey 1:64-bit


/calle
-- 
Calle Lidström [EMAIL PROTECTED]
Data Network Engineer - Tele2 Internet Operations.
Tele2, Borgarfjordsgatan 16, Box 62, 164 94 Kista, SWEDEN

Phone: +46-8-5626 4000
  Fax: +46-8-5626 4746

SwipNet - The Swedish IP Network



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message