throughput test

2004-10-19 Thread Tomoki Taniguchi
I have a freebsd firewall/router.  I want to test the data throughput
through the router with and without the firewall turned on.

How would I go about testing the network throughput of a machine?

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


cvs history

2004-07-18 Thread Tomoki Taniguchi
I want to see the changes made to a specific kernel source file
between Freebsd 4.9 and 4.10.  I seem to recall seeing a web page
where you can check the revision history for the kernel source tree,
but I can't seem to find it.  Can anyone pass me the url or another
way to view the revision histories?

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


which port is xterm from

2004-07-16 Thread Tomoki Taniguchi
I have a dependancy issue with xterm

Shared object libexpat.so.4 not found, required by xterm

I can go through reinstalling all X related ports, but I figured I'd ask first.

does anyone one know what port contains the xterm binary?

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


miibus.ko if_aue.ko crash

2004-07-15 Thread Tomoki Taniguchi
  I recently installed FreeBSD 4.9 to an old laptop I came by.  It is
a Sharp Mebius PC-PJ1-U23.  Basic hardware information can be found
here http://www.egota.org/MebiusNotePJ.html.  I am using a D-Link
DSB-650TX USB ethernet.  it uses the if_aue.ko driver.
  The generic kernel on the FreeBSD 4.9 install disc works fine.  I
update the source and build and install using the GENERIC kernel conf
file.  When I reboot  the kernel panics and crashes.

SNIP
module_register: module miibus/ukphy already exists!
linker_file_sysinit miibus.ko failed to register! 17
/SNIP

When I unplug the usb and reboot the kernel works fine.  Once it is
fully booted, I plug the usb ethernet back in and I get.

SNIP
aue0: D-Link Corp. DSB-650TX USB Ethernet, rev 1.10/1.01, addr 2
aue0: Ethernet address: XX:XX:XX:XX:XX:XX
miibux0: MII bus on aue0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
/SNIP
 
The system doesn't crash but when I  run ifconfig it is obvious
something is wrong

SNIP
aue0: flags=8802(BROADCAST,SIMPLEX,MULTICAST) mtu 1500
   tunnel inet  --
   ether XX:XX:XX:XX:XX:XX
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
   vlan: 0 parent interface: none
   ssid 
   stationname 
   channel 0 authmode NONE powersavemode OFF
   wepmode OFF weptxkey 1
/SNIP

Then at this point if I run dhclient aue0, the system crashes giving
me the same errors as when I boot the system with the usb ethernet
plugged in.

Does anyone know what would be causing this and how I can fix the issue?  

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


linksys WUSB11 USB WIRELESS LAN SUPPORT?

2002-12-04 Thread Tomoki Taniguchi
I have a Linksys WUSB11 v2.5.  It is a USB wireless lan device using a prism 
chip. (I think prism2.5).  Is there any support under freebsd?

-tomoki

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



video to animated gif

2002-10-16 Thread Tomoki Taniguchi

Anyone know of a commandline program(s) to convert video files to animated 
gifs...  I am making an picture/video album to website.  I upload via cgi.  I 
have it creating thumbnails automatically for images.  I want to create 
animated gifs for thumbnails for videos...  

TIA,
Tomoki

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



perl 5.8

2002-10-14 Thread Tomoki Taniguchi

I just installed perl 5.8 from ports tree.  Now I am trying to update all my 
perl module using CPAN...  
when I run  
/usr/local/bin/perl -MCPAN -eshell
and run install Bundle::CPAN
for some reason I can't seem to connect to anything.
I can manually get to each of those ftp sites and grab the file if I want to, 
but was wondering why perl was failing this...  
I get the error messages below...

-tomoki

SNIP
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
  ftp://carroll.cac.psu.edu/pub/CPAN/authors/01mailrc.txt.gz
Couldn't login on carroll.cac.psu.edu at /usr/local/lib/perl5/5.8.0/CPAN.pm 
line 2178, FIN line 1.
LWP not available
Fetching with Net::FTP:
  ftp://cpan.nas.nasa.gov/pub/perl/CPAN/authors/01mailrc.txt.gz
Couldn't fetch 01mailrc.txt.gz from cpan.nas.nasa.gov
LWP not available
Fetching with Net::FTP:
  ftp://cpan.uky.edu/pub/CPAN/authors/01mailrc.txt.gz
/SNIP

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