cloudmin installation error: bind9utils on ubuntu 8.04 not available

cloudmin does not want to install on my 8.04 ubuntu amd64 release (with the downloaded debian/ubuntu installer script from my account page)

It gives a dependency problem on bind9utils which is not a package in hardy.

"Package bind9utils is not available, but is referred to by another package."

Status: 
Closed (fixed)

Comments

What is in your /etc/apt/sources.list file? It sounds like it may be missing a few entries, since bind9utils is a core package.

Are you sure it's core in hardy?

http://packages.ubuntu.com/search?keywords=bind9utils&searchon=names&sec...

does not mention hardy

This is my apt source list (the ^deb lines)

deb http://nl.archive.ubuntu.com/ubuntu/ hardy main restricted
deb http://nl.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb http://nl.archive.ubuntu.com/ubuntu/ hardy universe
deb http://nl.archive.ubuntu.com/ubuntu/ hardy-updates universe
deb http://nl.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://nl.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://***:***@cloudmin.virtualmin.com/debian binary/

Hmm, I was wrong .. that package really doesn't exist on Ubuntu 8.04.

Try editing the cloudmin-debian-install.sh and removing bind9utils from line 141.

I will make the same change to the install script available for download..

Did that, and arrived at the next error, managed to fix that myself. But fyi:

The installer script does a

apt-key add /tmp/RPM-GPG-KEY-virtualmin /tmp/RPM-GPG-KEY-webmin

put apt-key does not accept multiple keys (at lease my one doesn't (8.04)) so only the first one is added.

This leads to the following warnings:

Hit http://cloudmin.virtualmin.com binary/ Packages
Reading package lists... Done
W: GPG error: http://cloudmin.virtualmin.com binary/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D97A3AE911F63C51
W: You may want to run apt-get update to correct these problems

and the following fatal installation error:

After this operation, 89.8MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  webmin
E: There are problems and -y was used without --force-yes
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libmd5-perl webmin
The following NEW packages will be installed:
  libmd5-perl webmin webmin-security-updates webmin-server-manager
  webmin-virtual-server-mobile webmin-virtual-server-theme
0 upgraded, 6 newly installed, 0 to remove and 2 not upgraded.
Need to get 18.3MB of archives.
After this operation, 105MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  webmin webmin-security-updates webmin-server-manager
  webmin-virtual-server-mobile webmin-virtual-server-theme
E: There are problems and -y was used without --force-yes
.. install failed

I did the import manually:

apt-key add /tmp/RPM-GPG-KEY-virtualmin
apt-key add /tmp/RPM-GPG-KEY-webmin

and ran the installer again, now the installation succeeded!

Jeuh, on to importing my openvz servers.

Thanks for your help!

Thanks - I will fix the installer to handle this case too.

Automatically closed -- issue fixed for 2 weeks with no activity.