Re: 3c905B drivers

2002-12-10 Thread Fernando Gleiser
On Tue, 10 Dec 2002, Doron Shmaryahu wrote:

> Hi,
>
> I have had two instance's when using the 3com card that the bsd box
> reboot's, when transferring alot of data to it. I have also had machine's

Maybe the NICs were buggy. I've heard some of the early 905s were.

> complete lockup. I now use Realtek 8029/8139 and not a single problem.

I know I wouldn't put a 8131 on a production server, unless I have no
choice.

This comment is from /sys/pci/if_rl.c:

*
 * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is
 * probably the worst PCI ethernet controller ever made, with the possible
 * exception of the FEAST chip made by SMC. The 8139 supports bus-master
 * DMA, but it has a terrible interface that nullifies any performance
 * gains that bus-master DMA usually offers.
 *
 * For transmission, the chip offers a series of four TX descriptor
 * registers. Each transmit frame must be in a contiguous buffer, aligned
 * on a longword (32-bit) boundary. This means we almost always have to
 * do mbuf copies in order to transmit a frame, except in the unlikely
 * case where a) the packet fits into a single mbuf, and b) the packet
 * is 32-bit aligned within the mbuf's data area. The presence of only
 * four descriptor registers means that we can never have more than four
 * packets queued for transmission at any one time.
 *
 * Reception is not much better. The driver has to allocate a single large
 * buffer area (up to 64K in size) into which the chip will DMA received
 * frames. Because we don't know where within this region received packets
 * will begin or end, we have no choice but to copy data from the buffer
 * area into mbufs in order to pass the packets up to the higher protocol
 * levels .
 *
 * It's impossible given this rotten design to really achieve decent
 * performance at 100Mbps, unless you happen to have a 400Mhz PII or
 * some equally overmuscled CPU to drive it.


Fer


>
> Doron Shmaryahu
> - Original Message -
> From: "Christophe Simon" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 10, 2002 5:30 PM
> Subject: Re: 3c905B drivers
>
>
> >
> >
> >
> >
> >
> >
> >
> > >From: Fernando Gleiser <[EMAIL PROTECTED]>
> > >To: Christophe Simon <[EMAIL PROTECTED]>
> > >CC: [EMAIL PROTECTED]
> > >Subject: Re: 3c905B drivers
> > >Date: Tue, 10 Dec 2002 12:14:36 -0300 (ART)
> > >
> > >On Tue, 10 Dec 2002, Christophe Simon wrote:
> > >
> > > > Does anyone know about an instability in the 3c90x drivers from 3com
> on
> > > > freeBSD ?
> > >
> > >What problems? I've been using 3C905b for years without any problem.
> > >
> > >
> > >
> > > Fer
> > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > _
> > > > MSN Messenger : discutez en direct avec vos amis !
> > > > http://www.msn.fr/msger/default.asp
> > > >
> > > >
> > > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > > with "unsubscribe freebsd-questions" in the body of the message
> > > >
> >
> > I have a problem of network instability. I use FreeBSD 4.7 as a file
> server
> > to serve windows machines with samba 3, and i use postfix as mail server.
> 10
> > to 20 minutes after my server starts, the samba and postfix services fall
> > down and don't reply anymore. I am forced to restart my network by
> > /etc/netstart. I try to know if that problem comes from FreeBSD itself, or
> > if there can be a problem with  the origina driver (i know there's some
> > under Linux...)
> >
> > That's why i ask this question...
> >
> > Thanks for replying do quick !
> >
> > _
> > MSN Search, le moteur de recherche qui pense comme vous !
> > http://search.msn.fr/worldwide.asp
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> >
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



Re: 3c905B drivers

2002-12-10 Thread Fernando Gleiser
On Tue, 10 Dec 2002, Christophe Simon wrote:
>
>
> Sorry, i'm new under freeBSD and unix... (I worked on Windows before...)
>
> What can all those commands tell to me, and how can i solve my problem ?

They tell you things like available memory, system load, network status
and the like. Qith that info you can tell where the problem is.


Fer

>
> _
> MSN Search, le moteur de recherche qui pense comme vous !
> http://search.msn.fr/worldwide.asp
>
>


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



Re: 3c905B drivers

2002-12-10 Thread Moti Levy
Same here,
only solution was switching to fxp ( intel )
box used to reboot any time i'd start rsyncing .

- Original Message -
From: "Doron Shmaryahu" <[EMAIL PROTECTED]>
To: "Christophe Simon" <[EMAIL PROTECTED]>
Cc: "FreeBSD-questions" <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 12:32 PM
Subject: Re: 3c905B drivers


> Hi,
>
> I have had two instance's when using the 3com card that the bsd box
> reboot's, when transferring alot of data to it. I have also had machine's
> complete lockup. I now use Realtek 8029/8139 and not a single problem.
>
> Doron Shmaryahu
> - Original Message -
> From: "Christophe Simon" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 10, 2002 5:30 PM
> Subject: Re: 3c905B drivers
>
>
> >
> >
> >
> >
> >
> >
> >
> > >From: Fernando Gleiser <[EMAIL PROTECTED]>
> > >To: Christophe Simon <[EMAIL PROTECTED]>
> > >CC: [EMAIL PROTECTED]
> > >Subject: Re: 3c905B drivers
> > >Date: Tue, 10 Dec 2002 12:14:36 -0300 (ART)
> > >
> > >On Tue, 10 Dec 2002, Christophe Simon wrote:
> > >
> > > > Does anyone know about an instability in the 3c90x drivers from 3com
> on
> > > > freeBSD ?
> > >
> > >What problems? I've been using 3C905b for years without any problem.
> > >
> > >
> > >
> > > Fer
> > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > _
> > > > MSN Messenger : discutez en direct avec vos amis !
> > > > http://www.msn.fr/msger/default.asp
> > > >
> > > >
> > > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > > with "unsubscribe freebsd-questions" in the body of the message
> > > >
> >
> > I have a problem of network instability. I use FreeBSD 4.7 as a file
> server
> > to serve windows machines with samba 3, and i use postfix as mail
server.
> 10
> > to 20 minutes after my server starts, the samba and postfix services
fall
> > down and don't reply anymore. I am forced to restart my network by
> > /etc/netstart. I try to know if that problem comes from FreeBSD itself,
or
> > if there can be a problem with  the origina driver (i know there's some
> > under Linux...)
> >
> > That's why i ask this question...
> >
> > Thanks for replying do quick !
> >
> > _
> > MSN Search, le moteur de recherche qui pense comme vous !
> > http://search.msn.fr/worldwide.asp
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> >
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
>
>


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



Re: 3c905B drivers

2002-12-10 Thread Doron Shmaryahu
Hi,

I have had two instance's when using the 3com card that the bsd box
reboot's, when transferring alot of data to it. I have also had machine's
complete lockup. I now use Realtek 8029/8139 and not a single problem.

Doron Shmaryahu
- Original Message -
From: "Christophe Simon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 5:30 PM
Subject: Re: 3c905B drivers


>
>
>
>
>
>
>
> >From: Fernando Gleiser <[EMAIL PROTECTED]>
> >To: Christophe Simon <[EMAIL PROTECTED]>
> >CC: [EMAIL PROTECTED]
> >Subject: Re: 3c905B drivers
> >Date: Tue, 10 Dec 2002 12:14:36 -0300 (ART)
> >
> >On Tue, 10 Dec 2002, Christophe Simon wrote:
> >
> > > Does anyone know about an instability in the 3c90x drivers from 3com
on
> > > freeBSD ?
> >
> >What problems? I've been using 3C905b for years without any problem.
> >
> >
> >
> > Fer
> >
> > >
> > >
> > >
> > >
> > >
> > > _
> > > MSN Messenger : discutez en direct avec vos amis !
> > > http://www.msn.fr/msger/default.asp
> > >
> > >
> > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > with "unsubscribe freebsd-questions" in the body of the message
> > >
>
> I have a problem of network instability. I use FreeBSD 4.7 as a file
server
> to serve windows machines with samba 3, and i use postfix as mail server.
10
> to 20 minutes after my server starts, the samba and postfix services fall
> down and don't reply anymore. I am forced to restart my network by
> /etc/netstart. I try to know if that problem comes from FreeBSD itself, or
> if there can be a problem with  the origina driver (i know there's some
> under Linux...)
>
> That's why i ask this question...
>
> Thanks for replying do quick !
>
> _
> MSN Search, le moteur de recherche qui pense comme vous !
> http://search.msn.fr/worldwide.asp
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
>



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



Re: 3c905B drivers

2002-12-10 Thread Jonathan Clarke
- Original Message -
From: "Christophe Simon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 4:30 PM
Subject: Re: 3c905B drivers


> > > Does anyone know about an instability in the 3c90x drivers from 3com
on
> > > freeBSD ?
> >
> >What problems? I've been using 3C905b for years without any problem.
>
> I have a problem of network instability. I use FreeBSD 4.7 as a file
server
> to serve windows machines with samba 3, and i use postfix as mail server.
10
> to 20 minutes after my server starts, the samba and postfix services fall
> down and don't reply anymore. I am forced to restart my network by
> /etc/netstart. I try to know if that problem comes from FreeBSD itself, or
> if there can be a problem with  the origina driver (i know there's some
> under Linux...)

I've heard of quite a severe a problem with rev. A 3COM 905B cards,
something like this. It was corrected in rev. B or by a firmware/flash
upgrade of some sort.

You might want to look into this, though on the other I am not at all sure
about this information...

Jonathan


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



Re: 3c905B drivers

2002-12-10 Thread Christophe Simon








From: Fernando Gleiser <[EMAIL PROTECTED]>
To: Christophe Simon <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: 3c905B drivers
Date: Tue, 10 Dec 2002 12:41:52 -0300 (ART)

On Tue, 10 Dec 2002, Christophe Simon wrote:

>
> I have a problem of network instability. I use FreeBSD 4.7 as a file 
server
> to serve windows machines with samba 3, and i use postfix as mail 
server. 10
> to 20 minutes after my server starts, the samba and postfix services 
fall
> down and don't reply anymore. I am forced to restart my network by
> /etc/netstart. I try to know if that problem comes from FreeBSD itself, 
or
> if there can be a problem with  the origina driver (i know there's some
> under Linux...)

I'm using them on several clients, wiht 
squid/samba/ipfilter/sendmail/apache
and never had a problem. The networks are mid-sized (300 to 1000 hosts).

You can do some research to find the problem:

1. search the logs.
2. Run ps/vmstat/iostat/netstat to see what happens.
3. Take a look at the -i and -m flags to netstat
4. Read tuning(7). You may need to tweak some things.
5. try a 'make buildkernel'. If there are some hardware problems, it will 
fail.

If that fails, just mail the list again :)



>
> That's why i ask this question...
>
> Thanks for replying do quick !
>
> _
> MSN Search, le moteur de recherche qui pense comme vous !
> http://search.msn.fr/worldwide.asp
>
>


Sorry, i'm new under freeBSD and unix... (I worked on Windows before...)

What can all those commands tell to me, and how can i solve my problem ?

_
MSN Search, le moteur de recherche qui pense comme vous ! 
http://search.msn.fr/worldwide.asp


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


Re: 3c905B drivers

2002-12-10 Thread Christophe Simon
I try just ti identify a problem. And sorry, my interface is not a 3c905b, 
but a 3x905-TX. Do you think it could change something ?


From: "Brian" <[EMAIL PROTECTED]>
To: "Christophe Simon" <[EMAIL PROTECTED]>,   
<[EMAIL PROTECTED]>
Subject: Re: 3c905B drivers
Date: Tue, 10 Dec 2002 08:17:44 -0800

its only one of the top 2 deployed cards on the planet, i can't imagine
failure with this driver lasting very long.

Brian

- Original Message -
From: "Christophe Simon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 6:14 AM
Subject: 3c905B drivers


> Does anyone know about an instability in the 3c90x drivers from 3com on
> freeBSD ?
>
>
>
>
>
> _
> MSN Messenger : discutez en direct avec vos amis !
> http://www.msn.fr/msger/default.asp
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


_
MSN Search, le moteur de recherche qui pense comme vous ! 
http://search.msn.fr/worldwide.asp


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


Re: 3c905B drivers

2002-12-10 Thread Christophe Simon








From: Fernando Gleiser <[EMAIL PROTECTED]>
To: Christophe Simon <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: 3c905B drivers
Date: Tue, 10 Dec 2002 12:41:52 -0300 (ART)

On Tue, 10 Dec 2002, Christophe Simon wrote:

>
> I have a problem of network instability. I use FreeBSD 4.7 as a file 
server
> to serve windows machines with samba 3, and i use postfix as mail 
server. 10
> to 20 minutes after my server starts, the samba and postfix services 
fall
> down and don't reply anymore. I am forced to restart my network by
> /etc/netstart. I try to know if that problem comes from FreeBSD itself, 
or
> if there can be a problem with  the origina driver (i know there's some
> under Linux...)

I'm using them on several clients, wiht 
squid/samba/ipfilter/sendmail/apache
and never had a problem. The networks are mid-sized (300 to 1000 hosts).

You can do some research to find the problem:

1. search the logs.
2. Run ps/vmstat/iostat/netstat to see what happens.
3. Take a look at the -i and -m flags to netstat
4. Read tuning(7). You may need to tweak some things.
5. try a 'make buildkernel'. If there are some hardware problems, it will 
fail.

If that fails, just mail the list again :)



>
> That's why i ask this question...
>
> Thanks for replying do quick !
>
> _
> MSN Search, le moteur de recherche qui pense comme vous !
> http://search.msn.fr/worldwide.asp
>
>

I'll try this. I just made a mistake. I just looked at my card, and it's not 
a 3c905b, but a 3c905-TX. Do you think this could change something ?

_
MSN Messenger : discutez en direct avec vos amis ! 
http://www.msn.fr/msger/default.asp


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


Re: 3c905B drivers

2002-12-10 Thread Brian
its only one of the top 2 deployed cards on the planet, i can't imagine
failure with this driver lasting very long.

Brian

- Original Message -
From: "Christophe Simon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 6:14 AM
Subject: 3c905B drivers


> Does anyone know about an instability in the 3c90x drivers from 3com on
> freeBSD ?
>
>
>
>
>
> _
> MSN Messenger : discutez en direct avec vos amis !
> http://www.msn.fr/msger/default.asp
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



Re: 3c905B drivers

2002-12-10 Thread Fernando Gleiser
On Tue, 10 Dec 2002, Christophe Simon wrote:

>
> I have a problem of network instability. I use FreeBSD 4.7 as a file server
> to serve windows machines with samba 3, and i use postfix as mail server. 10
> to 20 minutes after my server starts, the samba and postfix services fall
> down and don't reply anymore. I am forced to restart my network by
> /etc/netstart. I try to know if that problem comes from FreeBSD itself, or
> if there can be a problem with  the origina driver (i know there's some
> under Linux...)

I'm using them on several clients, wiht squid/samba/ipfilter/sendmail/apache
and never had a problem. The networks are mid-sized (300 to 1000 hosts).

You can do some research to find the problem:

1. search the logs.
2. Run ps/vmstat/iostat/netstat to see what happens.
3. Take a look at the -i and -m flags to netstat
4. Read tuning(7). You may need to tweak some things.
5. try a 'make buildkernel'. If there are some hardware problems, it will fail.

If that fails, just mail the list again :)



>
> That's why i ask this question...
>
> Thanks for replying do quick !
>
> _
> MSN Search, le moteur de recherche qui pense comme vous !
> http://search.msn.fr/worldwide.asp
>
>


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



Re: 3c905B drivers

2002-12-10 Thread Christophe Simon








From: Fernando Gleiser <[EMAIL PROTECTED]>
To: Christophe Simon <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: 3c905B drivers
Date: Tue, 10 Dec 2002 12:14:36 -0300 (ART)

On Tue, 10 Dec 2002, Christophe Simon wrote:

> Does anyone know about an instability in the 3c90x drivers from 3com on
> freeBSD ?

What problems? I've been using 3C905b for years without any problem.



			Fer

>
>
>
>
>
> _
> MSN Messenger : discutez en direct avec vos amis !
> http://www.msn.fr/msger/default.asp
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


I have a problem of network instability. I use FreeBSD 4.7 as a file server 
to serve windows machines with samba 3, and i use postfix as mail server. 10 
to 20 minutes after my server starts, the samba and postfix services fall 
down and don't reply anymore. I am forced to restart my network by 
/etc/netstart. I try to know if that problem comes from FreeBSD itself, or 
if there can be a problem with  the origina driver (i know there's some 
under Linux...)

That's why i ask this question...

Thanks for replying do quick !

_
MSN Search, le moteur de recherche qui pense comme vous ! 
http://search.msn.fr/worldwide.asp


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


Re: 3c905B drivers

2002-12-10 Thread Fernando Gleiser
On Tue, 10 Dec 2002, Christophe Simon wrote:

> Does anyone know about an instability in the 3c90x drivers from 3com on
> freeBSD ?

What problems? I've been using 3C905b for years without any problem.



Fer

>
>
>
>
>
> _
> MSN Messenger : discutez en direct avec vos amis !
> http://www.msn.fr/msger/default.asp
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



3c905B drivers

2002-12-10 Thread Christophe Simon
Does anyone know about an instability in the 3c90x drivers from 3com on 
freeBSD ?





_
MSN Messenger : discutez en direct avec vos amis ! 
http://www.msn.fr/msger/default.asp


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