RE: DHCP

2004-01-27 Thread Lance E. Lott
At 01:44 PM 1/27/2004, you wrote: Currently when I run dhclient on the console I nothing gets written to stdout, but the following message gets writen to /var/log/messages. Any thoughts ? If you did not get this software from ftp.isc.org, please get the latest from ftp.isc.org and install that

Re: System Startup Messages

2004-01-26 Thread Lance E. Lott
type: dmesg Lance At 11:54 PM 1/23/2004, you wrote: I'm running a FreeBSD machine with no head (e.g. no monitor installed to the machine). Is there a way to view the statup messages from the system once the machine is up and running via SSH? What is the name of the file that would have the

Re: DSL with User PPP and Static IP

2004-01-23 Thread Lance E. Lott
try adding this line to your ppp.conf file. disable ipv6cp See if that makes a difference. Lance At 01:47 PM 1/23/2004, you wrote: Thanks for the suggestions. I have implemented all the changes including disabling the IPFW firewall NAT. I simplified the /etc/ppp/ppp.conf file and made sure

Re: latency

2004-01-21 Thread Lance E. Lott
$19.95. Sorry, couldn't resist... Lance At 12:29 PM 1/21/2004, you wrote: Hello, How much is latency in FreeBSD? I would like to listen music playing on FreeBSD PC with hi-fi sound. First I need to be sure the system latency is low enough. -- Best regards, Stas

Re: how to config FBSD pc to work on non-dhcp lan

2004-01-20 Thread Lance E. Lott
Where's your defaultrouter line??? Lance At 02:27 PM 1/20/2004, you wrote: Have FBSD gateway connected to internet with private Lan behind it. Manually configured an MS/Windows on Lan. Now trying to add FBSD PC to Lan. Put ifconfig statement in rc.conf to assign PC it's Lan IP address. Loaded

Re: What is the difference between ; and

2004-01-08 Thread Lance E. Lott
With ; each command is executed one right after the other, regardless of error condition. With , if the error condition is non-zero, then the next command is not executed. Lance. At 05:36 PM 1/7/2004, you wrote: Just wondering what the difference is between ; and ? I use make depend;

Re: mass word find/replace

2004-01-07 Thread Lance E. Lott
load it up in vi and type: :%s/pn_/nuke_/g Lance At 09:21 AM 1/7/2004, you wrote: I am trying to find a way to replace one word in a file with another word, like windows wordpad find/replace. I need to change pn_ to nuke_ and have a 188000 lines to do it on. ugh thanks Mark

Re: SCO binary compatibilkity

2004-01-07 Thread Lance E. Lott
Since about version 2.2.7. :) Seriously... I had SCO's FoxPro 2.6 running on as early as version 2.2.7. at that time it was a bitch, but since about 4.0 came out, it's been easier and easier. I have now been running SCO's FoxPro 2.6 on FreeBSD 4.0 - 4.9 without problems. All you have to do to

Re: SCO binary compatibilkity

2004-01-07 Thread Lance E. Lott
Actually, the FoxPro 2.6 I have runs fine under SCO Openserver 5.x and FreeBSD 4.x. I have it running on about 50 sites nationwide... Lance At 01:08 PM 1/7/2004, you wrote: In the last episode (Jan 07), Lance E. Lott said: Since about version 2.2.7. :) Seriously... I had SCO's FoxPro 2.6

Re: awk question, maybe

2003-12-16 Thread Lance E. Lott
man head and man tail At 05:30 PM 12/15/2003, you wrote: i would like to do something like df | awk '{print $1}' to capture all the current file systems. But I would like to strip off the first and last lines, since these are generally -- not needed. the goal is to write a generalized script

Re: fetch / wget problem

2003-12-16 Thread Lance E. Lott
Just a thought, try escaping the . with a \... fetch: ftp://user\.name:[EMAIL PROTECTED]/directory/file.ext: I recently had to do that, and it seemed to work. Lance At 12:38 PM 12/16/2003, you wrote: Hi! I'm trying to write a script which gets a file from remote FTP server. The FTP username