On Tue, Oct 09, 2001 at 09:29:54AM -0400, Stan Brown wrote:
> I'm trying to add a default route for my potato machine.
> 
> A kind reader of this list pointed me to http://www.debain.org/doc/manuals,
> which seemed like a gold mine. However it references /etc/init.d/network,
> which my mcahine does not have.
> 
> Whats the story here?

i think slink (note the intellectual rhyming there) may have had
'network' but potato has 'networking' which relies heavily on
/etc/network/interfaces (man interfaces).

unless i'm wrong (or as uncle vernon would say, "barking,
howling mad").

[slink was debian stable for a while, then potato became the
debian stable, and woody's next. real soon now. that's what they
tell me.]

-- 
DEBIAN NEWBIE TIP #69 from Will Trillich <[EMAIL PROTECTED]>
:
Preparing to UPGRADE POSTGRESQL? If you have a second machine
on your network that you can tinker with, do your upgrade
there, first: you can have your current applications link to
the remote database through the network:
        psql -h 192.168.2.17 myDB
or in perl,
        $dbh = DBI->connect('dbi:Pg:dbname=myDB;host=192.168.2.17');
(You may need to tweak your 'host-based access' settings in
/etc/postgresql/pg_hba.conf, first.) Once you're satisfied that
all is well, upgrade your main server. No down time!
  See "man psql" and "man DBD::Pg" for details.

Also see http://newbieDoc.sourceForge.net/ ...

Reply via email to