[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Some trouble with dist-upgrade (Was: Re: Debian 2.2 Release.)



=?iso-8859-1?Q?Javier_Vi=F1uales_Guti=E9rrez?= writes:
> On lun, jun 26, 2000 at 03:26:29 +0200, Wichert Akkerman wrote:
> > (seriously, I expect it to be about 3 weeks from now)
> 
> Arrgggg!!.... ¡no xodas! :-?
> 
> I NEED Potato just now (my office is waiting for)... :-)
> 
> Thanks, Debian is great.

Potato is already completely useable and very good. I just updated my
one of my production servers. I have a minor problem, though:

1)

root@luna
[/var/log]# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
1 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up ssh (1.2.3-5) ...
Starting OpenBSD Secure Shell server: sshd.
/var/lib/dpkg/info/ssh.postinst: db_stop: command not found
dpkg: error processing ssh (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 ssh
E: Sub-process /usr/bin/dpkg returned an error code (1)

When I use a script at <URL:
http://www.dk.debian.org/distrib/packages/ > where I can look for what 
is inside of packages I find no file named db_stop. What's this?

2) rwhod, rwho and ruptime failed to configure. Unfortunately I forgot 
to write exact error messages down :( It was something like rwho
depends on rwhod which is not yet installed. I removed them, I'll try
to re-install them now, let's see what happens.

root@luna
[/var/log]# apt-get install rwhod rwho ruptime
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  ruptime rwho rwhod 
0 packages upgraded, 3 newly installed, 0 to remove and 4 not upgraded.
1 packages not fully installed or removed.
Need to get 0B/30.1kB of archives. After unpacking 238kB will be used.
Selecting previously deselected package rwhod.
(Reading database ... 26696 files and directories currently installed.)
Unpacking rwhod (from .../archives/rwhod_0.10-8_i386.deb) ...
Selecting previously deselected package ruptime.
Unpacking ruptime (from .../ruptime_1.0-2_i386.deb) ...
Selecting previously deselected package rwho.
Unpacking rwho (from .../archives/rwho_0.10-8_i386.deb) ...
Setting up ssh (1.2.3-5) ...
Starting OpenBSD Secure Shell server: sshd.
/var/lib/dpkg/info/ssh.postinst: db_stop: command not found
dpkg: error processing ssh (--configure):
 subprocess post-installation script returned error exit status 127
Setting up rwhod (0.10-8) ...
Starting System status server:dpkg: error processing rwhod (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of ruptime:
 ruptime depends on rwhod; however:
  Package rwhod is not configured yet.
dpkg: error processing ruptime (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of rwho:
 rwho depends on rwhod; however:
  Package rwhod is not configured yet.
dpkg: error processing rwho (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 ssh
 rwhod
 ruptime
 rwho
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- 
#!/usr/bin/perl -w -- Ari Makela <hauva@iki.fi> - http://www.iki.fi/hauva/
use strict;my $j=Japh->new();$j->print();package Japh;sub new{my $c=shift; 
my $s={j=>'rekcaH lreP rehtonA tsuJ'};bless $s,$c;return $s;}sub print{my 
$s=shift;$s->{j}=reverse($s->{j});print $s->{j},"\n";}1;



Reply to: