Re: kern/145737: [netinet] [patch] Wrong UDP checksum not ignored as expected in UDP encapsuladed ESP packet

2010-04-16 Thread linimon
Old Synopsis: Wrong UDP checksum not ignored as expected in UDP encapsuladed ESP packet New Synopsis: [netinet] [patch] Wrong UDP checksum not ignored as expected in UDP encapsuladed ESP packet Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Cha

Re: kern/145736: [netinet] [patch] Access to freed mbuf in ip_forward with IPSEC enabled

2010-04-16 Thread linimon
Old Synopsis: Access to freed mbuf in ip_forward with IPSEC enabled New Synopsis: [netinet] [patch] Access to freed mbuf in ip_forward with IPSEC enabled Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Apr 17 06:20:25 UTC 2010 R

Re: NFS permission strangeness

2010-04-16 Thread Rick Macklem
On Fri, 16 Apr 2010, Giulio Ferro wrote: On 16.04.2010 10:29, Sean wrote: Yes, I have more than 16 groups, 22 actually... Then there's nothing "wrong" per se, you're just hitting the fact that NFS v2 and v3 only support 16 groups on the wire. That's just the way the protocol is defined.

Re: NFS permission strangeness

2010-04-16 Thread Ivan Voras
On 04/16/10 16:07, Rick Macklem wrote: On Fri, 16 Apr 2010, Giulio Ferro wrote: Yes, I have more than 16 groups, 22 actually... However I still think this might be a NFS problem, since when I login on the server machine I can access that directory all right, the problem arises only when I t

Re: NFS permission strangeness

2010-04-16 Thread Rick Macklem
On Fri, 16 Apr 2010, Giulio Ferro wrote: Yes, I have more than 16 groups, 22 actually... However I still think this might be a NFS problem, since when I login on the server machine I can access that directory all right, the problem arises only when I try to access that dir in the client mach

Re: NFS permission strangeness

2010-04-16 Thread Giulio Ferro
On 16.04.2010 10:29, Sean wrote: Yes, I have more than 16 groups, 22 actually... Then there's nothing "wrong" per se, you're just hitting the fact that NFS v2 and v3 only support 16 groups on the wire. That's just the way the protocol is defined. Ops, I didn't know that... Is th

Re: NFS permission strangeness

2010-04-16 Thread Giulio Ferro
On 16.04.2010 02:30, Rick Macklem wrote: login as "giulio", but when I try to access that same dir on the client machine I get: $ cd /path/to/root/dir/etc (ok) $ cd subdir2 subdir2/: Permission denied. What happens is that I can access "subdir2" on the server machine when I Yes, it should wor