Re: Need help with nfsv4 and krb5 access denied

2012-09-04 Thread Herbert Poeckl
On 09/03/2012 09:25 PM, Rick Macklem wrote: > Herbert Poeckl wrote: >> On 6/25/12 1:21 PM, Herbert Poeckl wrote: >>> We are getting access denied error on our debian clients when >>> mounting >>> nfsv4 network drives with kerberos 5 authentication. >>> >>> What is wired about this, is that it works

Re: VLAN and ARP table

2012-09-04 Thread Brad Plank
VLAN interfaces that have a parent interface configured with an IP address do not show up in the arp table. If the VLAN's parent interface does not have an IP address, it will show up in the arp table. [Notice the output from ifconfig below, to duplicate this issue.] #ifconfig em0: flags=8843

Re: bce related panic on 8.3-STABLE [updated]

2012-09-04 Thread Krassimir Slavchev
Hi, Crash dump files are available here: http://193.194.156.21/_debug/ #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:266 #1 0x80223b9c in db_fncall (dummy1=Variable "dummy1" is not available. ) at /usr/src/sys/ddb/db_command.c:548 #2 0x80223ed1 in db_command (last_cmd

Re: Need help with nfsv4 and krb5 access denied

2012-09-04 Thread Rick Macklem
Herbert Poeckl wrote: > On 09/03/2012 09:25 PM, Rick Macklem wrote: > > Herbert Poeckl wrote: > >> On 6/25/12 1:21 PM, Herbert Poeckl wrote: > >>> We are getting access denied error on our debian clients when > >>> mounting > >>> nfsv4 network drives with kerberos 5 authentication. > >>> > >>> What