Re: Network Slowdowns?

2006-10-11 Thread Justin C. Sherrill
On Wed, October 11, 2006 6:43 pm, Matthew Dillon wrote: > Packet overhead for bulk data transfers is only around 3.4%. The > ethernet MAC is 12 bytes. The TCP/IP header is 40 bytes (20 bytes > for UDP/IP), plus additional bytes for options, and the data payload > is usually around

Re: Network Slowdowns?

2006-10-11 Thread Matthew Dillon
Packet overhead for bulk data transfers is only around 3.4%. The ethernet MAC is 12 bytes. The TCP/IP header is 40 bytes (20 bytes for UDP/IP), plus additional bytes for options, and the data payload is usually around 1448 bytes. Ethernet framing overhead is harder to calcula

Re: LPD help needed

2006-10-11 Thread Gergo Szakal
OK, you cannot get rid of me so easy... :-) I shared this toy via samba. -- [DeskJet] comment = lp path = /home/szg printer admin = szg read only = No printable = Yes printer name = De

Re: LPD help needed

2006-10-11 Thread Gergo Szakal
LOL! Yes, that was the problem. :D

Re: LPD help needed

2006-10-11 Thread Jeremy C. Reed
On Wed, 11 Oct 2006, Gergo Szakal wrote: > > On Wed, 11 Oct 2006, Gergo Szakal wrote: > > > > > a2ps: gethostname: Cannot allocate memory > > > > That sure is strange. > > > > Is your document so large that processing it uses its available memory? > > > > Can you try printing a smaller documen

Re: 1.6.0 ISO torrent

2006-10-11 Thread Justin C. Sherrill
On Wed, October 11, 2006 2:23 pm, Peter Avalos wrote: > Because the 1.6.0 release is 2 subversions old now, I will stop seeding > the torrent. All the other methods will still be available. I pulled the link from the site.

Re: LPD help needed

2006-10-11 Thread Gergo Szakal
Jeremy C. Reed wrote: On Wed, 11 Oct 2006, Gergo Szakal wrote: a2ps: gethostname: Cannot allocate memory That sure is strange. Is your document so large that processing it uses its available memory? Can you try printing a smaller document? Ehe, that's my printcap. It *is* small enough. ;-

Re: Network Slowdowns?

2006-10-11 Thread Miguel Figueiredo Mascarenhas Sousa Filipe
Hi all, On 10/11/06, Bill Hacker <[EMAIL PROTECTED]> wrote: Jamie wrote: (...) > > About ~ 1 mb/sec across a 100mbs ethernet connection. Correct me if I'm > wrong, but shouldn't this be closer to 5-10 megabytes/sec, assuming 100mbs > is "bits pr. second" and NFS had a rather large overhead?

1.6.0 ISO torrent

2006-10-11 Thread Peter Avalos
Because the 1.6.0 release is 2 subversions old now, I will stop seeding the torrent. All the other methods will still be available. --Peter pgpH2GHaKahjT.pgp Description: PGP signature

Re: LPD help needed

2006-10-11 Thread Jeremy C. Reed
On Wed, 11 Oct 2006, Gergo Szakal wrote: > a2ps: gethostname: Cannot allocate memory That sure is strange. Is your document so large that processing it uses its available memory? Can you try printing a smaller document?

LPD help needed

2006-10-11 Thread Gergo Szakal
I've got a HP Deskjet 5940 printer. I installed foomatic-filters, hpijs, and ghostscript-afpl. I have created the following printcap: lp|DeskJet:\ :lp=/dev/ulpt0:\ :af=/usr/pkg/etc/foomatic/5940.ppd:\ :if=/usr/pkg/bin/foomatic-rip:\ :sd=/var/spool/lpd/DeskJet:\ :sh:

Re: Network Slowdowns?

2006-10-11 Thread Oliver Fromme
Jamie wrote: > So far, no errors but file copies are still slow. Makes me suspect the > underrun errors weren't related? I also think they're unrelated. > About ~ 1 mb/sec across a 100mbs ethernet connection. Correct me if I'm > wrong, but shouldn't this be closer to 5-10 megabytes/sec, Righ

Re: Network Slowdowns?

2006-10-11 Thread Bill Hacker
Jamie wrote: Just to let anyone know.. As pr. sephe's instructions I did this: line 433 in /usr/src/sys/dev/netif/xl/if_xlreg.h Changed this: #define XL_MIN_FRAMELEN 60 To this:

Re: Network Slowdowns?

2006-10-11 Thread Sepherosa Ziehau
On 11 Oct 2006 13:23:51 GMT, Jamie <[EMAIL PROTECTED]> wrote: #define XL_MIN_FRAMELEN 240 I don't know what that did though? Your xl(4) will not start TXing, if entire packet is > 240bytes and less then 240bytes has been transfered to hardware buffer So far, no errors but file copies are

Re: Network Slowdowns?

2006-10-11 Thread Jamie
Just to let anyone know.. As pr. sephe's instructions I did this: line 433 in /usr/src/sys/dev/netif/xl/if_xlreg.h Changed this: #define XL_MIN_FRAMELEN 60 To this:

Re: pkgsrc options: -x11

2006-10-11 Thread Gergo Szakal
Joerg Sonnenberger wrote: Works fine here. Do you have a stale WRKDIR perhaps? Try cleanin it up first. Thanks a lot, that worked. :-)