time -h option not working?

2003-04-03 Thread Carl Morley
Hi, I just tried to use the time command to time a process, but with the -h (human readable) output option: Eg. time -h ping -c 5 some_ip_address But I get back: -h: Command not found. 0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 0pf+0w What am I doing wrong? Cheers, Carl.

RE: time -h option not working?

2003-04-03 Thread Carl Morley
# -Original Message- # From: [EMAIL PROTECTED] [mailto:owner-freebsd- # [EMAIL PROTECTED] On Behalf Of Giorgos Keramidas # Sent: Friday, 4 April 2003 12:49 # To: Carl Morley # Cc: [EMAIL PROTECTED] # Subject: Re: time -h option not working? # # On 2003-04-04 12:35, Carl Morley [EMAIL

RE: How to ignore arp error message

2003-04-03 Thread Carl Morley
, Carl Morley wrote: From: Carl Morley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 3 Apr 2003 07:14:24 +1000 Subject: How to ignore arp error message arp: 10.1.21.80 moved from 00:03:47:f1:b8:3b to 00:03:47:f1:b8:3a on fxp2 arp: 10.1.21.80 moved from 00:03:47:f1:b8:3a to 00:03:47:f1:b8:3b

How to ignore arp error message

2003-04-02 Thread Carl Morley
Hi, I have a server on a network which is inhabited by an Intel rack-mount box running Win2k. The Intel server has got two of it's NIC's 'teamed' - the Intel redundant NIC method. Problem is that to the FreeBSD box, it looks like the MAC address of that IP address keeps changing, so I get

RE: pkg_create problem

2003-03-27 Thread Carl Morley
At 11:33 AM 3.28.2003 +1100, you wrote: Hi, I accidentally tried to install a new port without deinstalling (or otherwise updating) the old one. Now when I do a make deinstall (on the new port) I get a prefix error. If I supply the /usr/local prefix then the deinstall works, but the make

RE: pkg_create problem

2003-03-27 Thread Carl Morley
Follow Up: I re cvs-up'd and all worked properly. -Original Message- From: Jack L. Stone [mailto:[EMAIL PROTECTED] Sent: Friday, 28 March 2003 13:23 To: Carl Morley Subject: Re: pkg_create problem At 11:33 AM 3.28.2003 +1100, you wrote: Hi, I accidentally tried to install a new port

pkg_create problem

2003-03-27 Thread Carl Morley
Hi, I accidentally tried to install a new port without deinstalling (or otherwise updating) the old one. Now when I do a make deinstall (on the new port) I get a prefix error. If I supply the /usr/local prefix then the deinstall works, but the make install doesn't. It gets to the pkg_create