Re: OT: Compiling C\C++ Programs Question

2001-04-10 Thread John Summerfield
> On Mon, Apr 09, 2001 at 06:44:20PM -0400, Ivan Jager wrote: > > What about: > > make [make options] 2>&1 | tee output.log > >I prefer not to have to sort through to find the warnings > and errors. Your approach has the benefit of context, mine of > "purity" of information (

Re: Anaconda and kickstart.

2001-04-10 Thread Pekka Savola
On Tue, 10 Apr 2001, Chris Petro wrote: > On Tue, Apr 10, 2001 at 09:18:57AM +0300, Pekka Savola wrote: > > And then in ks.cfg, add: > > %packages > > @ Custom Package 1 > > No, you can't. > > How do I install one version of package on one cluster, and version >on another? So

Re: Anaconda and kickstart.

2001-04-10 Thread Chris Petro
On Tue, Apr 10, 2001 at 08:46:10AM -0600, Tony Seward wrote: > On Tue, 10 Apr 2001, Chris Petro wrote: > > On Tue, Apr 10, 2001 at 09:18:57AM +0300, Pekka Savola wrote: > > > On Mon, 9 Apr 2001, Chris Petro wrote: > > > > Like many medium to large installations, we have some process in > >

Re: Multiple Routing Tables

2001-04-10 Thread Brian Clifton
Hi Todd Take a look at redir rpm. It may be of help. Cheers, Brian > > Hi, > > Is anyone familiar with any networking switches that provide 3 or 4 > separate routing tables and let you dedicate a fixed number of ports to > each routing table? So you can dedicate a routing table to a group of

Re: Multiple Routing Tables

2001-04-10 Thread Tony Nugent
On Tue Apr 10 2001 at 11:25, Todd Harrington wrote: > Is anyone familiar with any networking switches that provide 3 or 4 separate > routing tables and let you dedicate a fixed number of ports to each routing > table? So you can dedicate a routing table to a group of ethernet ports. I'm more fam

Multiple Routing Tables

2001-04-10 Thread Todd Harrington
Hi, Is anyone familiar with any networking switches that provide 3 or 4 separate routing tables and let you dedicate a fixed number of ports to each routing table? So you can dedicate a routing table to a group of ethernet ports. Regards, Todd ___

Re: OT: Compiling C\C++ Programs Question

2001-04-10 Thread John Summerfield
> On Mon, Apr 09, 2001 at 02:18:03PM -0700, Linux User wrote: > > Hello everyone, > > When compiling a C\C++ program is it possible to output any warning > > during the compile to a file, so they can be reviewed later? > > gcc [options string] > stdout.log 2> stderr.log, or > > make [make optio

Re: Anaconda and kickstart.

2001-04-10 Thread Tony Seward
On Tue, 10 Apr 2001, Chris Petro wrote: > On Tue, Apr 10, 2001 at 09:18:57AM +0300, Pekka Savola wrote: > > On Mon, 9 Apr 2001, Chris Petro wrote: > > > Like many medium to large installations, we have some process in > > > place to "roll" (i.e. install and configure) machines in an > > > a

Re: Anaconda and kickstart.

2001-04-10 Thread Chris Petro
On Tue, Apr 10, 2001 at 09:18:57AM +0300, Pekka Savola wrote: > On Mon, 9 Apr 2001, Chris Petro wrote: > > Like many medium to large installations, we have some process in > > place to "roll" (i.e. install and configure) machines in an > > automatic or semi-automatic process. Currently