|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-14 19:28:22 |
Helo all - Hello Paul
I removed dbmail2-mysql
and tried installing dbmail and dbmail-mysql from unstable
I received following error code.
Tried removing and reinstalling but I get the same thing.
Then I tried
going back to dbmail2-mysql and now I get the same error
there too.
I also tried this:
# dpkg-reconfigure dbmail
/usr/sbin/dpkg-reconfigure: dbmail is broken or not fully
installed
In other word my mail system is full down and I have no idea
what to do
Please help what can I do?
Do you want to continue? [Y/n]
Preconfiguring packages ...
Selecting previously deselected package dbmail.
(Reading database ... 37796 files and directories currently
installed.)
Unpacking dbmail (from .../dbmail_2.1.6+20060529_i386.deb)
...
Selecting previously deselected package dbmail-mysql.
Unpacking dbmail-mysql (from
.../dbmail-mysql_2.1.6+20060529_i386.deb) ...
Selecting previously deselected package dbmail-sieve.
Unpacking dbmail-sieve (from
.../dbmail-sieve_2.1.6+20060529_i386.deb) ...
Setting up dbmail (2.1.6+20060529) ...
dpkg: error processing dbmail (--configure):
subprocess post-installation script returned error exit
status 1
dpkg: dependency problems prevent configuration of
dbmail-mysql:
dbmail-mysql depends on dbmail (= 2.1.6+20060529);
however:
Package dbmail is not configured yet.
dpkg: error processing dbmail-mysql (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of
dbmail-sieve:
dbmail-sieve depends on dbmail (= 2.1.6+20060529);
however:
Package dbmail is not configured yet.
dpkg: error processing dbmail-sieve (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
dbmail
dbmail-mysql
dbmail-sieve
E: Sub-process /usr/bin/dpkg returned an error code (1)
--
Demi
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-14 23:09:43 |
Sorry Demi, don't have time to download that and look at it
right now,
but try removing all dbmail packages and reload just what
you want/need.
If still a problem, grab the .deb and see if you can find
out what the
postinstall scripts are (I don't know the exact command to
do so
offhand), and run them one at a time to see what's failing.
There are
probably better ways to debug it, but that's what I'd try.
On Wed, 2006-06-14 at 15:28 -0400, DK wrote:
> Helo all - Hello Paul
>
> I removed dbmail2-mysql
> and tried installing dbmail and dbmail-mysql from
unstable
>
> I received following error code.
> Tried removing and reinstalling but I get the same
thing. Then I tried
> going back to dbmail2-mysql and now I get the same
error there too.
>
> I also tried this:
> # dpkg-reconfigure dbmail
> /usr/sbin/dpkg-reconfigure: dbmail is broken or not
fully installed
>
> In other word my mail system is full down and I have no
idea what to do
>
> Please help what can I do?
>
> Do you want to continue? [Y/n]
> Preconfiguring packages ...
> Selecting previously deselected package dbmail.
> (Reading database ... 37796 files and directories
currently installed.)
> Unpacking dbmail (from
.../dbmail_2.1.6+20060529_i386.deb) ...
> Selecting previously deselected package dbmail-mysql.
> Unpacking dbmail-mysql (from
.../dbmail-mysql_2.1.6+20060529_i386.deb) ...
> Selecting previously deselected package dbmail-sieve.
> Unpacking dbmail-sieve (from
.../dbmail-sieve_2.1.6+20060529_i386.deb) ...
> Setting up dbmail (2.1.6+20060529) ...
> dpkg: error processing dbmail (--configure):
> subprocess post-installation script returned error
exit status 1
> dpkg: dependency problems prevent configuration of
dbmail-mysql:
> dbmail-mysql depends on dbmail (= 2.1.6+20060529);
however:
> Package dbmail is not configured yet.
> dpkg: error processing dbmail-mysql (--configure):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of
dbmail-sieve:
> dbmail-sieve depends on dbmail (= 2.1.6+20060529);
however:
> Package dbmail is not configured yet.
> dpkg: error processing dbmail-sieve (--configure):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> dbmail
> dbmail-mysql
> dbmail-sieve
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
>
--
Jesse Norell - jesse kci.net
Kentec Communications, Inc.
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-15 07:45:57 |
Do: export DEBIAN_SCRIPT_DEBUG=1; dpkg --configure -a and
mail me the
output.
Edit /var/lib/dpkg/info/dbmail.postinst and add 'exit 0'
around line 2.
run dpkg --configure -a (this should now run just fine)
check and edit /etc/dbmail/dbmail.conf
run dbmail-users -l to test dbmail.conf
dbmail.postinst tries to edit the dbmail.conf file, but is
possibly
tripping over the reorganized dbmail.conf file.
DK wrote:
> Helo all - Hello Paul
>
> I removed dbmail2-mysql
> and tried installing dbmail and dbmail-mysql from
unstable
>
> I received following error code.
> Tried removing and reinstalling but I get the same
thing. Then I tried
> going back to dbmail2-mysql and now I get the same
error there too.
>
> I also tried this:
> # dpkg-reconfigure dbmail
> /usr/sbin/dpkg-reconfigure: dbmail is broken or not
fully installed
>
> In other word my mail system is full down and I have no
idea what to do
>
> Please help what can I do?
>
> Do you want to continue? [Y/n]
> Preconfiguring packages ...
> Selecting previously deselected package dbmail.
> (Reading database ... 37796 files and directories
currently installed.)
> Unpacking dbmail (from
.../dbmail_2.1.6+20060529_i386.deb) ...
> Selecting previously deselected package dbmail-mysql.
> Unpacking dbmail-mysql (from
.../dbmail-mysql_2.1.6+20060529_i386.deb) ...
> Selecting previously deselected package dbmail-sieve.
> Unpacking dbmail-sieve (from
.../dbmail-sieve_2.1.6+20060529_i386.deb) ...
> Setting up dbmail (2.1.6+20060529) ...
> dpkg: error processing dbmail (--configure):
> subprocess post-installation script returned error
exit status 1
> dpkg: dependency problems prevent configuration of
dbmail-mysql:
> dbmail-mysql depends on dbmail (= 2.1.6+20060529);
however:
> Package dbmail is not configured yet.
> dpkg: error processing dbmail-mysql (--configure):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of
dbmail-sieve:
> dbmail-sieve depends on dbmail (= 2.1.6+20060529);
however:
> Package dbmail is not configured yet.
> dpkg: error processing dbmail-sieve (--configure):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> dbmail
> dbmail-mysql
> dbmail-sieve
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
>
--
____________________________________________________________
____
Paul Stevens paul at
nfg.nl
NET FACILITIES GROUP GPG/PGP:
1024D/11F8CD31
The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-15 08:41:05 |
It probably means you haven't purged or deleted every
dbmail package.
Try to verify they are all gone.
Also try to install the dbmail_2 package before any sieve or
pgsql
packages
they depent on it. Although debian should take care of this
automatically.
Op 14-jun-2006, om 21:28 heeft DK het volgende geschreven:
> Helo all - Hello Paul
>
> I removed dbmail2-mysql
> and tried installing dbmail and dbmail-mysql from
unstable
>
> I received following error code.
> Tried removing and reinstalling but I get the same
thing. Then I tried
> going back to dbmail2-mysql and now I get the same
error there too.
>
> I also tried this:
> # dpkg-reconfigure dbmail
> /usr/sbin/dpkg-reconfigure: dbmail is broken or not
fully installed
>
> In other word my mail system is full down and I have no
idea what
> to do
>
> Please help what can I do?
>
> Do you want to continue? [Y/n]
> Preconfiguring packages ...
> Selecting previously deselected package dbmail.
> (Reading database ... 37796 files and directories
currently
> installed.)
> Unpacking dbmail (from
.../dbmail_2.1.6+20060529_i386.deb) ...
> Selecting previously deselected package dbmail-mysql.
> Unpacking dbmail-mysql (from .../dbmail-mysql_2.1.6
> +20060529_i386.deb) ...
> Selecting previously deselected package dbmail-sieve.
> Unpacking dbmail-sieve (from .../dbmail-sieve_2.1.6
> +20060529_i386.deb) ...
> Setting up dbmail (2.1.6+20060529) ...
> dpkg: error processing dbmail (--configure):
> subprocess post-installation script returned error
exit status 1
> dpkg: dependency problems prevent configuration of
dbmail-mysql:
> dbmail-mysql depends on dbmail (= 2.1.6+20060529);
however:
> Package dbmail is not configured yet.
> dpkg: error processing dbmail-mysql (--configure):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of
dbmail-sieve:
> dbmail-sieve depends on dbmail (= 2.1.6+20060529);
however:
> Package dbmail is not configured yet.
> dpkg: error processing dbmail-sieve (--configure):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> dbmail
> dbmail-mysql
> dbmail-sieve
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
>
> --
> Demi
> _______________________________________________
> Dbmail mailing list
> Dbmail dbmail.org
> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
>
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-15 15:46:51 |
Hi Paul, Jesse & Mark
Thanks for your responses however it came a bit late.
I messed up my whole system with this.
I did do 'apt-get --purge remove dbmail2-mysql' and
'apt-get --purge
remove dbmail'
I also tried reinstalling dbmail2-mysql but that would fail
too with
the same errors.
For some reason it changed my symlinks to real files.
Therefore
apt-get remove couldn't remove the /etc/rc* symlinks
anymore (Don't
know why). That is just one thing I found.
apt-get would just fail even on other software.
I am reloading the OS as of now.
You could help me with deciding what to install on the new
system.
I am running Debian Sarge and don't mind running a mixed
system with
some programs from testing but every time I include stuff
from
unstable thinks go bad.
Running everything on unstable is one option the second one
would be
to stay at stable but in that case would it be better to
install
dbmail2 from the debian source or using your / Paul's
sourcelist and
installing dbmail from stable.
Would it be a better idea to just run everything on
unstable. I have
read somewhere that unstable at Debian is more stable then
most other
OSes.
Or do you think I should stay with Stable but still install
dbmail
from unstable and it should work. In other words try again
what just
failed. It might have just failed because I had not --purged
the files
when I removed dbmail2 at the first round like Mark
suggested.
This is a major decision to make and there is not much time
got so
much to reinstall to get everything back up. What a
nightmare.
Thanks for your help.
Demi
On 6/15/06, Paul J Stevens <paul nfg.nl> wrote:
>
> Do: export DEBIAN_SCRIPT_DEBUG=1; dpkg --configure -a
and mail me the
> output.
>
> Edit /var/lib/dpkg/info/dbmail.postinst and add 'exit
0' around line 2.
>
> run dpkg --configure -a (this should now run just fine)
>
> check and edit /etc/dbmail/dbmail.conf
>
> run dbmail-users -l to test dbmail.conf
>
> dbmail.postinst tries to edit the dbmail.conf file, but
is possibly
> tripping over the reorganized dbmail.conf file.
>
>
>
> DK wrote:
> > Helo all - Hello Paul
> >
> > I removed dbmail2-mysql
> > and tried installing dbmail and dbmail-mysql from
unstable
> >
> > I received following error code.
> > Tried removing and reinstalling but I get the same
thing. Then I tried
> > going back to dbmail2-mysql and now I get the same
error there too.
> >
> > I also tried this:
> > # dpkg-reconfigure dbmail
> > /usr/sbin/dpkg-reconfigure: dbmail is broken or
not fully installed
> >
> > In other word my mail system is full down and I
have no idea what to do
> >
> > Please help what can I do?
> >
> > Do you want to continue? [Y/n]
> > Preconfiguring packages ...
> > Selecting previously deselected package dbmail.
> > (Reading database ... 37796 files and directories
currently installed.)
> > Unpacking dbmail (from
.../dbmail_2.1.6+20060529_i386.deb) ...
> > Selecting previously deselected package
dbmail-mysql.
> > Unpacking dbmail-mysql (from
.../dbmail-mysql_2.1.6+20060529_i386.deb) ...
> > Selecting previously deselected package
dbmail-sieve.
> > Unpacking dbmail-sieve (from
.../dbmail-sieve_2.1.6+20060529_i386.deb) ...
> > Setting up dbmail (2.1.6+20060529) ...
> > dpkg: error processing dbmail (--configure):
> > subprocess post-installation script returned
error exit status 1
> > dpkg: dependency problems prevent configuration
of dbmail-mysql:
> > dbmail-mysql depends on dbmail (=
2.1.6+20060529); however:
> > Package dbmail is not configured yet.
> > dpkg: error processing dbmail-mysql
(--configure):
> > dependency problems - leaving unconfigured
> > dpkg: dependency problems prevent configuration
of dbmail-sieve:
> > dbmail-sieve depends on dbmail (=
2.1.6+20060529); however:
> > Package dbmail is not configured yet.
> > dpkg: error processing dbmail-sieve
(--configure):
> > dependency problems - leaving unconfigured
> > Errors were encountered while processing:
> > dbmail
> > dbmail-mysql
> > dbmail-sieve
> > E: Sub-process /usr/bin/dpkg returned an error
code (1)
> >
> >
>
> --
>
____________________________________________________________
____
> Paul Stevens
paul at nfg.nl
> NET FACILITIES GROUP GPG/PGP:
1024D/11F8CD31
> The Netherlands________________________________http://www.nfg.nl
> _______________________________________________
> Dbmail mailing list
> Dbmail dbmail.org
> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
>
--
Demi
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-15 18:17:38 |
DK wrote:
> Hi Paul, Jesse & Mark
>
> Thanks for your responses however it came a bit late.
> I messed up my whole system with this.
>
> I did do 'apt-get --purge remove dbmail2-mysql' and
'apt-get --purge
> remove dbmail'
> I also tried reinstalling dbmail2-mysql but that would
fail too with
> the same errors.
>
> For some reason it changed my symlinks to real files.
Therefore
> apt-get remove couldn't remove the /etc/rc* symlinks
anymore (Don't
> know why). That is just one thing I found.
Sounds like you need to run e2fsck more often, and stop
hitting that
cold reboot button :-/ Seriously: stuff like that could very
well mean
your disks are bailing out. And don't leave the
<pass> field in fstab
set to 0. Setting it to 1 or higher means that during a
reboot the
system will try to repair damaged filesystems, something
that will
happen even when your using ext3 or some other journaling
filesystem.
In general: set the root-fs to 1 and the rest of the local
filesystems to 2.
> apt-get would just fail even on other software.
>
> I am reloading the OS as of now.
gasp! In twelve years of linux experience, I've never had
to do that,
except when some hax0r managed to 0wn a machine or some disk
or scsi
backplane failure ate my data.
>
> You could help me with deciding what to install on the
new system.
My advise:
install sarge.
after finishing that add a line for testing and the unstable
line for
dbmail, resulting in:
deb http://http.us.debi
an.org/debian/ stable main non-free contrib
deb http://http.us.debi
an.org/debian/ testing main non-free contrib
deb http://http
.us.debian.org/debian-volatile sarge/volatile main
deb http://security.debian.or
g/ stable/updates main contrib non-free
deb http://debian.nfgd.net/
debian unstable main
Now install dbmail dbmail-mysql dbmail-sieve, run your
tests, etc. Don't
upgrade. I repeat *don't upgrade to testing*. Just allow
apt-get to
install whats needed from testing to satisfy dbmail's
requirements.
Comment the testing line, leaving it there for when a dbmail
upgrade
requires newer packages from testing/etch.
You might consider doing an upgrade to etch/testing when
you're done.
But above is what I've used succesfully on many critical
machines.
>
> I am running Debian Sarge and don't mind running a
mixed system with
> some programs from testing but every time I include
stuff from
> unstable thinks go bad.
Unstable can be tricky. But things like you're describing
do not sound
like the kind of problem associated with unstable.
>
> Running everything on unstable is one option the second
one would be
> to stay at stable but in that case would it be better
to install
> dbmail2 from the debian source or using your / Paul's
sourcelist and
> installing dbmail from stable.
You don't want dbmail2 (2.0.10), you want dbmail
(2.1.6+20060529).
>
> Would it be a better idea to just run everything on
unstable. I have
> read somewhere that unstable at Debian is more stable
then most other
> OSes.
That may well be, but testing is bound to be more stable
than testing.
If you want to: use testing all the way.
>
> Or do you think I should stay with Stable but still
install dbmail
> from unstable and it should work. In other words try
again what just
> failed. It might have just failed because I had not
--purged the files
> when I removed dbmail2 at the first round like Mark
suggested.
Bollocks. Purging dbmail2 is *not* required to install
dbmail.
--
____________________________________________________________
____
Paul Stevens paul at
nfg.nl
NET FACILITIES GROUP GPG/PGP:
1024D/11F8CD31
The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-15 21:54:19 |
>
> Comment the testing line, leaving it there for when a
dbmail upgrade
> requires newer packages from testing/etch.
I put unstable, testing and stable source in
apt/sources.list
and add create a configfile /etc/apt/apt.conf
with:
APT{
Default-Release "stable";
};
This way, alle needed packages are always available when
depens need
it, but if possible the stable tree is used.
Now I don't need to turn testing/unstable on when I upgrade
dbmail or
other stuff from foreign package trees.
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-15 22:54:35 |
Here is the problem:
I started up with a clean new debian stable install from my
host.
And preaty much the first thing I did was try to install
dbmail.
As you can see below it is trying to remove my base-config
initrd-tools kernel-image-2.6-386 and
kernel-image-2.6.8-2-386 - and
it is not being replaced by a new one either. And why is it
trying to
install grub, grub is already installed.
That should not be. I guess I could upgrade my kernal to
something
dbmail / dbmail dependence like but what would that be?
c# apt-get -t unstable install dbmail
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
busybox grub klibc-utils libc6 libc6-dev libglib2.0-0
libgmime2.1
libklibc libncurses5 libselinux1
libsepol1 libvolume-id0 locales lsb-base makedev
module-init-tools tzdata ucf
Suggested packages:
stunnel stunnel4 postfix mail-transport-agent dbmail-mysql
dbmail-pgsql dbmail-sqlite dbmail-ldap
dbmail-sieve grub-doc grubconf glibc-doc
Recommended packages:
libglib2.0-data debconf-utils
The following packages will be REMOVED:
base-config initrd-tools kernel-image-2.6-386
kernel-image-2.6.8-2-386
The following NEW packages will be installed:
busybox dbmail klibc-utils libglib2.0-0 libgmime2.1
libklibc
libselinux1 libsepol1 libvolume-id0
lsb-base tzdata ucf
The following packages will be upgraded:
grub libc6 libc6-dev libncurses5 locales makedev
module-init-tools
7 upgraded, 12 newly installed, 4 to remove and 197 not
upgraded.
Need to get 368kB/14.1MB of archives.
After unpacking 36.6MB disk space will be freed.
Do you want to continue? [Y/n]
Demi
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-15 23:31:47 |
The trouble is in Libc6,
The current installed system has an older version of libc6
installed
with which grub was compiled as is your running kernel.
Because of
some dependancy (read change in libc6)
you need to reinstall some packages to comply with the newer
libc6 on
which in one way or the other depends dbmail.
Make sure you reinstall the kernel image and initrd tools,
IIRC, you
can add them to your install command "apt-get install
dbmail kernel-
image etc."
/Marc
Op 16-jun-2006, om 0:54 heeft DK het volgende geschreven:
> Here is the problem:
> I started up with a clean new debian stable install
from my host.
> And preaty much the first thing I did was try to
install dbmail.
>
> As you can see below it is trying to remove my
base-config
> initrd-tools kernel-image-2.6-386 and
kernel-image-2.6.8-2-386 - and
> it is not being replaced by a new one either. And why
is it trying to
> install grub, grub is already installed.
>
> That should not be. I guess I could upgrade my kernal
to something
> dbmail / dbmail dependence like but what would that be?
>
> c# apt-get -t unstable install dbmail
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
> busybox grub klibc-utils libc6 libc6-dev libglib2.0-0
libgmime2.1
> libklibc libncurses5 libselinux1
> libsepol1 libvolume-id0 locales lsb-base makedev
module-init-tools
> tzdata ucf
> Suggested packages:
> stunnel stunnel4 postfix mail-transport-agent
dbmail-mysql
> dbmail-pgsql dbmail-sqlite dbmail-ldap
> dbmail-sieve grub-doc grubconf glibc-doc
> Recommended packages:
> libglib2.0-data debconf-utils
> The following packages will be REMOVED:
> base-config initrd-tools kernel-image-2.6-386 kernel-
> image-2.6.8-2-386
> The following NEW packages will be installed:
> busybox dbmail klibc-utils libglib2.0-0 libgmime2.1
libklibc
> libselinux1 libsepol1 libvolume-id0
> lsb-base tzdata ucf
> The following packages will be upgraded:
> grub libc6 libc6-dev libncurses5 locales makedev
module-init-tools
> 7 upgraded, 12 newly installed, 4 to remove and 197 not
upgraded.
> Need to get 368kB/14.1MB of archives.
> After unpacking 36.6MB disk space will be freed.
> Do you want to continue? [Y/n]
>
> Demi
> _______________________________________________
> Dbmail mailing list
> Dbmail dbmail.org
> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
>
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Sub-process /usr/bin/dpkg returned an
error code (1) |

|
2006-06-16 00:36:09 |
On 6/15/06, Marc Dirix <marc electronics-design.nl>
wrote:
> The trouble is in Libc6,
>
> The current installed system has an older version of
libc6 installed
> with which grub was compiled as is your running kernel.
Because of
> some dependancy (read change in libc6)
> you need to reinstall some packages to comply with the
newer libc6 on
> which in one way or the other depends dbmail.
>
> Make sure you reinstall the kernel image and initrd
tools, IIRC, you
> can add them to your install command "apt-get
install dbmail kernel-
> image etc."
>
> /Marc
Hi Marc,
The bug list libc6 also includes the symlink problem I had.
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libc6
Which version of libc6 do I need to upgrade to
Possibilities: 2.3.6-13 and 2.3.6-15
2.3.6-13 is testing and 15 is unstable.
Neither one of them like the initrd-tools I have installed.
Removing
the initrd-tools causes to remove the kernel. Adding the
same kernel
to the apt-get install line doesn't work either
I can't figure out how to upgrade to the new version. The
kernel image
I have is pretty new, upgrading initrd-tools doesn't work
either.
How did you guys do this? I never had this type of problem
before.
>
>
> Op 16-jun-2006, om 0:54 heeft DK het volgende
geschreven:
>
> > Here is the problem:
> > I started up with a clean new debian stable
install from my host.
> > And preaty much the first thing I did was try to
install dbmail.
> >
> > As you can see below it is trying to remove my
base-config
> > initrd-tools kernel-image-2.6-386 and
kernel-image-2.6.8-2-386 - and
> > it is not being replaced by a new one either. And
why is it trying to
> > install grub, grub is already installed.
> >
> > That should not be. I guess I could upgrade my
kernal to something
> > dbmail / dbmail dependence like but what would
that be?
> >
> > c# apt-get -t unstable install dbmail
> > Reading Package Lists... Done
> > Building Dependency Tree... Done
> > The following extra packages will be installed:
> > busybox grub klibc-utils libc6 libc6-dev
libglib2.0-0 libgmime2.1
> > libklibc libncurses5 libselinux1
> > libsepol1 libvolume-id0 locales lsb-base makedev
module-init-tools
> > tzdata ucf
> > Suggested packages:
> > stunnel stunnel4 postfix mail-transport-agent
dbmail-mysql
> > dbmail-pgsql dbmail-sqlite dbmail-ldap
> > dbmail-sieve grub-doc grubconf glibc-doc
> > Recommended packages:
> > libglib2.0-data debconf-utils
> > The following packages will be REMOVED:
> > base-config initrd-tools kernel-image-2.6-386
kernel-
> > image-2.6.8-2-386
> > The following NEW packages will be installed:
> > busybox dbmail klibc-utils libglib2.0-0
libgmime2.1 libklibc
> > libselinux1 libsepol1 libvolume-id0
> > lsb-base tzdata ucf
> > The following packages will be upgraded:
> > grub libc6 libc6-dev libncurses5 locales makedev
module-init-tools
> > 7 upgraded, 12 newly installed, 4 to remove and
197 not upgraded.
> > Need to get 368kB/14.1MB of archives.
> > After unpacking 36.6MB disk space will be freed.
> > Do you want to continue? [Y/n]
> >
> > Demi
> > _______________________________________________
> > Dbmail mailing list
> > Dbmail dbmail.org
> > htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
> >
>
> _______________________________________________
> Dbmail mailing list
> Dbmail dbmail.org
> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
>
--
Demi
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|