apt is pretty smart about automatically resolving dependencies,
but there are some situations that simply cannot be handled
automatically.
Here's what I usually do:
apt-get update
apt-get dist-upgrade
And then for cases like yours, where packages have been kept
back, I add them a few at a time, to determine the source of
apt's confusion. I your case, I would do:
apt-get install ae cpp cvs distributed-net
if apt complains about that combination, I would fall back,
one package at a time, until apt is successful:
apt-get install ae cpp cvs
<apt complaint>
apt-get install ae cpp
<apt complaint>
apt-get install ae
<well, this SHOULD always work, unless you've been
manually forcing thinks in dpkg!>
Repeat until everything is up to date.
HTH,
D
* On Sat, Sep 02, 2000 at 11:57:25PM -0700, Shawn T. Rutledge wrote:
> What does this mean:
>
> [rutledge@electron][11:54:06pm] apt-get upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following packages have been kept back
> ae cpp cvs distributed-net g++ gcc gs jdk1.1 jdk1.1-dev kbd lesstifg libc6
> libc6-dev libforms-dev locales lynx nedit netstd nfs-server postgresql
> slang1 sysvinit tin tya urlview util-linux vncserver whiptail xmysqladmin
> xntp3
> 0 packages upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
>
> Now that 2.2 is released, and I have my /etc/apt/sources.list pointing
> only to potato, this shouldn't be happening anymore should it?
>
> --
> _______ Shawn T. Rutledge / KB7PWD ecloud@bigfoot.com
> (_ | |_) http://www.bigfoot.com/~ecloud kb7pwd@kb7pwd.ampr.org
> __) | | \________________________________________________________________
> Get money for spare CPU cycles at http://www.ProcessTree.com/?sponsor=5903
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
From fredlogo" <
fredlogo@digitalf.com Mon Sep 4 11:23:39 2000
From: fredlogo" <
fredlogo@digitalf.com (fredlogo)
Date: Mon, 4 Sep 2000 04:23:39 -0700
Subject: Newbie Networking Linux
Message-ID: <003901c01662$93d21a40$15d7bad0@fredlogo>
This is a multi-part message in MIME format.
------=_NextPart_000_0035_01C01627.E6E55A20
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit
I'm a newbie using SuSE 6.4.
I want to network 3 computers using my SuSE Linux box as a firewall.
I have two nic(s) installed in the SuSE linux box and have set them as:
eth0 with my DSL line's IP address, and
eth1 with an IP address of 192.168.1.1
I have set the nic's address on the other computer (OS is WIN98) as
192.168.2.1
The third computer will be 192.168.3.1 (it will be a linux/win box).
I've played with these setting every which way but the right way because I
still don't get a connection.
What do I need to put in the route.conf file to get this network up?
Right now I have the following and its not working:
#destination Dummy/gateway
Netmask Device
XXX.186.215.21 XXX.186.215.1
255.255.255.255 eth0
192.168.1.1 0.0.0.0
255.255.255.0 eth1
default XXX.186.215.1
When I run "ifconfig" the out put looks ok.
Thanks,
Fred
------=_NextPart_000_0035_01C01627.E6E55A20
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>I'm a newbie using SuSE 6.4.</DIV>
<DIV>I want to network 3 computers using my SuSE Linux box as a =
firewall.</DIV>
<DIV> </DIV>
<DIV>I have two nic(s) installed in the SuSE linux box and have set them =
as:</DIV>
<DIV>eth0 with my DSL line's IP address, and</DIV>
<DIV>eth1 with an IP address of 192.168.1.1 </DIV>
<DIV> </DIV>
<DIV>I have set the nic's address on the other computer (OS is =
WIN98) as 192.168.2.1</DIV>
<DIV>The third computer will be 192.168.3.1 (it will be a linux/win =
box).</DIV>
<DIV> </DIV>
<DIV>I've played with these setting every which way but the right=20
way because I still don't get a connection. </DIV>
<DIV> </DIV>
<DIV>What do I need to put in the route.conf file to get this network =
up? </DIV>
<DIV>Right now I have the following and its not working:</DIV>
<DIV> </DIV>
<DIV>#destination =
=20
=20
Dummy/gateway =
&=
nbsp; =20
Netmask =
&=
nbsp; Device</DIV>
<DIV>XXX.186.215.21 =
XXX.186.215.1 =
&=
nbsp; 255.255.255.25=
5 =
eth0</DIV>
<DIV>192.168.1.1 =
=20
0.0.0.0 =
&=
nbsp; &n=
bsp; 255.255.255.0 &n=
bsp; &nb=
sp; =20
eth1</DIV>
<DIV>default XXX.186.215.1</DIV>
<DIV> </DIV>
<DIV>When I run "ifconfig" the out put looks ok.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Fred</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></BODY></HTML>
------=_NextPart_000_0035_01C01627.E6E55A20--