Re: Kernel panic on FreeBSD 9.0-beta2

2011-10-14 Thread dave jones
2011/10/12 Mikolaj Golub wrote: > > On Wed, 12 Oct 2011 09:53:34 +0800 dave jones wrote: > >  dj> On Fri, Oct 7, 2011 at 9:12 AM, dave jones  wrote: >  >> 2011/10/4 Mikolaj Golub : >  >>> >  >>> On Sat, 1 Oct 2011 14:15:45 +0800 dave jones wrote: &g

Re: Kernel panic on FreeBSD 9.0-beta2

2011-10-11 Thread dave jones
On Fri, Oct 7, 2011 at 9:12 AM, dave jones wrote: > 2011/10/4 Mikolaj Golub : >> >> On Sat, 1 Oct 2011 14:15:45 +0800 dave jones wrote: >> >>  dj> On Fri, Sep 30, 2011 at 9:41 PM, Robert Watson wrote: >>  >> >>  >> On Wed, 28 Sep 2011, Mikolaj

Re: Question about GPIO bitbang MII

2011-10-10 Thread dave jones
On Mon, Oct 10, 2011 at 12:58 AM, Marius Strobl wrote: > On Fri, Oct 07, 2011 at 10:34:58AM +0800, dave jones wrote: >> Hi, >> >> Does FreeBSD have gpio bitbang api for MII? If not, any driver in tree using >> gpio-bitbang mii that I can refer to? Thanks. >>

Re: Question about GPIO bitbang MII

2011-10-07 Thread dave jones
On Fri, Oct 7, 2011 at 4:00 PM, Aleksandr Rybalko wrote: > On Fri, 7 Oct 2011 10:34:58 +0800 > dave jones wrote: > >>> Hi, >>> >>> Does FreeBSD have gpio bitbang api for MII? If not, any driver in >>> tree using gpio-bitbang mii that I can refer to?

Question about GPIO bitbang MII

2011-10-06 Thread dave jones
Hi, Does FreeBSD have gpio bitbang api for MII? If not, any driver in tree using gpio-bitbang mii that I can refer to? Thanks. It seems like OpenBSD, NetBSD and Linux have added support to gpio bitbang mii, and it's useful for porting embedded devices. Best regards, Dave.

Re: Kernel panic on FreeBSD 9.0-beta2

2011-10-06 Thread dave jones
2011/10/4 Mikolaj Golub : > > On Sat, 1 Oct 2011 14:15:45 +0800 dave jones wrote: > >  dj> On Fri, Sep 30, 2011 at 9:41 PM, Robert Watson wrote: >  >> >  >> On Wed, 28 Sep 2011, Mikolaj Golub wrote: >  >> >  >>> On Mon, 26 Sep 2011 16:12:55 +02

Re: Kernel panic on FreeBSD 9.0-beta2

2011-09-30 Thread dave jones
On Fri, Sep 30, 2011 at 9:41 PM, Robert Watson wrote: > > On Wed, 28 Sep 2011, Mikolaj Golub wrote: > >> On Mon, 26 Sep 2011 16:12:55 +0200 K. Macy wrote: >> >> KM> Sorry, didn't look at the images (limited bw), I've seen something KM> >> like this before in timewait. This "can't happen" with UDP s

Re: Kernel panic on FreeBSD 9.0-beta2

2011-09-29 Thread dave jones
On Thu, Sep 29, 2011 at 10:25 AM, Adrian Chadd wrote: > .. so now there's a patch: > > * is there a PR for this? > * if there is, can we get this patch and the discussion about this bug > placed in the PR? :) > > That way it doesn't get lost. No, I lie. It doesn't get "too lost". :-) What are you

Re: Kernel panic on FreeBSD 9.0-beta2

2011-09-28 Thread dave jones
2011/9/29 Mikolaj Golub : > > On Mon, 26 Sep 2011 16:12:55 +0200 K. Macy wrote: > >  KM> Sorry, didn't look at the images (limited bw), I've seen something >  KM> like this before in timewait. This "can't happen" with UDP so will be >  KM> interested in learning more about the bug. > > The panic ca

Re: Kernel panic on FreeBSD 9.0-beta2

2011-09-26 Thread dave jones
On Tue, Sep 27, 2011 at 9:24 AM, Arnaud Lacombe wrote: > Hi, > > On Mon, Sep 26, 2011 at 8:51 PM, dave jones wrote: >> On Mon, Sep 26, 2011 at 1:41 PM, Arnaud Lacombe wrote: >>> Hi, >>> >>> On Mon, Sep 26, 2011 at 1:12 AM, Arnaud Lacombe wrote: >>&

Re: Kernel panic on FreeBSD 9.0-beta2

2011-09-26 Thread dave jones
On Mon, Sep 26, 2011 at 1:41 PM, Arnaud Lacombe wrote: > Hi, > > On Mon, Sep 26, 2011 at 1:12 AM, Arnaud Lacombe wrote: >> Hi, >> >> On Mon, Sep 26, 2011 at 12:43 AM, dave jones wrote: >>> Hi, >>> I have two production machines running on freebsd 9.0-b

Kernel panic on FreeBSD 9.0-beta2

2011-09-25 Thread dave jones
Hi, I have two production machines running on freebsd 9.0-beta2 and both got kernel panic related to networking. Any idea how to solve it? thanks. http://http://60.248.161.9/p1.jpg http://http://60.248.161.9/p2.jpg Regards, Dave. ___ freebsd-net@freebsd

UDP socket disconnect problem

2010-09-28 Thread dave jones
Hello, In Linux, I can disconnect the socket using: sa.sin_family = AF_UNSPEC; val = connect(sockfd, (struct sockaddr *)&sa, sizeof(sa)); the return value of val is 0; on freebsd, the return value of connect() is -1. According to Linux's connect(2) man page: Connectionless sockets may dissolve t

Multicast tftpd

2010-05-18 Thread dave jones
Hello, It seems that FreeBSD's tftpd doesn't support multicast. Does anyone know which multicast tftpd available on FreeBSD? Thank you. Regards, Dave. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsu

Questions about NFS and NTFS

2010-05-16 Thread dave jones
Hi, I mount ntfs partition(/dev/ad4s3) using fuse-ntfs on FreeBSD and want to export it via NFS with no luck: # mount_ntfs-3g /dev/ad4s3 /wxp # cat /etc/exports /wxp -alldirs -maproot=root -network 192.168.1/24 # mount_nfs 192.168.1.1:/wxp /mnt [tcp] 192.168.1.1:/wxp: Permission denined Any ide

UDP lite for FreeBSD

2006-12-16 Thread dave jones
Hi, Is anyone working on implementing UDP lite in FreeBSD? If not, I'd like to work on it. BR, Dave. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"