RE: DHCP and Debian 2.2?

2000-08-24 Thread Huggel, Andreas
> how well does your laptop work with dhcp ? i tried with multiple dell > laptops (Xircom 10/100 pcmcia) and had major problems (with debian, > slackware and mandrake) trying to get an ip on boot..seems we > could get > one after the machine was warmed up for 5-10 mins but it never could > during

RE: E: Internal Error. Cannot configure a pre-depend?

2000-06-01 Thread Huggel, Andreas
> -Original Message- > From: Bruce Sass [mailto:[EMAIL PROTECTED] > Sent: Friday, June 02, 2000 03:08 > To: Ron Rademaker > Cc: niCLam; debian-user@lists.debian.org > Subject: Re: E: Internal Error. Cannot configure a pre-depend? > > > On Thu, 1 Jun 2000, Ron Rademaker wrote: > > > Your

RE: Help with the /etc/init.d/network

2000-05-16 Thread Huggel, Andreas
`[' (the `test' command) is used to evaluate the GATEWAY environment variable. `&&' is a shell control operator to evaluate an AND list. It is often used like this instead of an if/then construct. The `route' command is only executed if the test evaluated to zero, i.e., GATEWAY is set. For details

RE: awk progfile

1999-06-04 Thread Huggel, Andreas
> What's happening? 1) $ awk '/Date/' respaldo Runs awk with the program-text "/Date/" on the input-file respaldo. This program is only a pattern. The default action is to print the entire line of the input-file to the screen if the pattern matches. 2) $ cat respchk /Date/ respaldo $ awk -f