Re: any bandwidth limiting tools other than dummynet?

2004-09-03 Thread Nullius Void
Well you have some higher level tools embebed in some services like
pure-ftpd/puredb you can limit up/down bandwitdh and quotas, etc.. But
it's better to limit it with ALTQ/dummynet, that's why they exist.


On Sat, 04 Sep 2004 01:14:07 +0200, Alex de Kruijff
[EMAIL PROTECTED] wrote:
 On Fri, Aug 27, 2004 at 03:12:56PM +0300, Erik U. wrote:
  I use ipf and i dont want to use ipfw and dummynet. Is there any way to
  limit the bandwidth?
 
 Did you know you can use ipfw and ipf togetter? (I.e. ipf for
 firewalling and ipfw for traffic shapping.) You could try to combine ipf
 with ipa (port) but it will not be a nice sollution. (i.e. adding deny
 rules when someone uses the internet alot.)
 
 P.S. I moved the cc to questions instead of stable, because i feel this
 belongs there more. See the handbook for the descriptions of the
 maillists.
 
 --
 Alex
 
 Articles based on solutions that I use:
 http://www.kruijff.org/alex/FreeBSD/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB portable storage drive

2003-01-13 Thread Void

Hello,

I recently bought a archos jukebox recorder 15 mp3 player, which can act 
as a portable storage drive, and have sucessfully booted with it 
attached on FreeBSD 4.7-STABLE, and mounted it.  I have this enabled in my kernel.

device  uhci# UHCI PCI-USB interface 
device  ohci# OHCI PCI-USB interface
device  usb # USB Bus (required)
device  umass   # Disks/Mass storage - Requires scbus and da
device  scbus   # SCSI bus (required)
device  da  # Direct Access (disks)
device  pass# Passthrough device (direct SCSI access)

When booting with it attached the kernel finds it
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
umass0: ARCHOS   ARCHOS USB2.0 (P4a), rev 2.00/11.01, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: IBM-IC25 N015ATDA04-0 DA2A Fixed Direct Access SCSI-0 device 
da0: 650KB/s transfers
da0: 14403MB (29498112 512 byte sectors: 64H 32S/T 14403C)

but if I try to remove it by unhooking it from the USB port and 
reattaching it I get this as an error

umass0: BBB reset failed, IOERROR
umass0: BBB bulk-in clear stall failed, IOERROR
umass0: BBB bulk-out clear stall failed, IOERROR

I also tried to use camcontrol to find it when booting without it attached 
and it can't find it.  Any help would be appreciated.


Matthew Luberto
[EMAIL PROTECTED]



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