Re: Running server software update
Posted: 23 Feb 2011, 05:38
OK, you made it sound like you only just emailed them. What address did you use?
Code: Select all
root@B3Me:/home# apt-get update
Hit http://b3.update.excito.org elvin Release.gpg
Ign http://b3.update.excito.org/ elvin/main Translation-en
Hit http://b3.update.excito.org upstream_squeeze Release.gpg
Hit http://ftp.se.debian.org squeeze Release.gpg
Ign http://ftp.se.debian.org/debian/ squeeze/main Translation-en
Ign http://b3.update.excito.org/ upstream_squeeze/main Translation-en
Hit http://b3.update.excito.org elvin Release
Hit http://ftp.se.debian.org squeeze Release
Hit http://b3.update.excito.org upstream_squeeze Release
Ign http://b3.update.excito.org elvin/main armel Packages
Ign http://ftp.se.debian.org squeeze/main armel Packages
Hit http://b3.update.excito.org elvin/main armel Packages
Ign http://b3.update.excito.org upstream_squeeze/main armel Packages
Hit http://ftp.se.debian.org squeeze/main armel Packages
Hit http://b3.update.excito.org upstream_squeeze/main armel Packages
Reading package lists... Done
root@B3Me:/home# apt-get install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up ddclient (3.8.0-11.3) ...
insserv: warning: script 'denthosts' missing LSB tags and overrides
insserv: There is a loop between service mediatomb and denthosts if stopped
insserv: loop involving service denthosts at depth 2
insserv: loop involving service mediatomb at depth 1
insserv: Stopping denthosts depends on mediatomb and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing ddclient (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
ddclient
E: Sub-process /usr/bin/dpkg returned an error code (1)
If any comfort I emailed them last week and no reply so far.markcdashdown wrote:The one suggested and on the web site - support@excito.com.
They have sent an auto - response...but nothing of substance yet.
This seems to indicate that my suspicion that the dependency-dependent sequence booting was the culprit seems to be true! Sounds like there is a mistake in one of the boot scriptsinsserv: exiting now without changing boot order!
As far as I am aware I have not changed the package repositories. All I have added is subversion and that has been running fine until now. I am not aware that I added (or from where) the ddclient package. but maybe I did this when I was setting up virtual servers for my web sites and pointed to my dns. I do not now recall.ANyone proficient enough to manually alter package repositories should not complain loudly when packages collide.
Code: Select all
# BUBBA|TWO apt sources.list
#
# Changes in this file might break your system
#
# vim: ft=debsources
# The stable BUBBA|TWO repository, is in the suite "stable".
deb http://b3.update.excito.org/ elvin main
# The stable BUBBA|TWO repository, is in the suite "stable". source packages
#deb-src http://b3.update.excito.org/ elvin main
# The upstream packages used in BUBBA|TWO, is in the suite "upstream_stable".
deb http://b3.update.excito.org/ upstream_squeeze main
# The upstream packages used in BUBBA|TWO, is in the suite "upstream_stable". source packages
#deb-src http://b3.update.excito.org/ upstream_squeeze main
# The debian squeeze repository containing unsupported packages that can be used.
deb http://ftp.uk.debian.org/debian squeeze main
# The debian squeeze repository containing unsupported packages that can be used. source packages
#deb-src http://ftp.se.debian.org/debian squeeze main
# The debian squeeze repository containing unsupported packages that can be used.
#deb http://ftp.se.debian.org/debian squeeze contrib
# The debian squeeze repository containing unsupported packages that can be used. source packages
#deb-src http://ftp.se.debian.org/debian squeeze contrib
# The debian squeeze repository containing unsupported packages that can be used.
#deb http://ftp.se.debian.org/debian squeeze non-free
# The debian squeeze repository containing unsupported packages that can be used. source packages
#deb-src http://ftp.se.debian.org/debian squeeze non-free
# The unstable BUBBA|TWO repository, is in the suite "unstable".
#deb http://b3.update.excito.org/ vincent main
# The unstable BUBBA|TWO repository, is in the suite "unstable". source packages
#deb-src http://b3.update.excito.org/ vincent main
# The upstream packages used in unstable BUBBA|TWO, is in the suite "upstream_stable_forvincent".
#deb http://b3.update.excito.org/ upstream_squeeze_forvincent main
# The upstream packages used in unstable BUBBA|TWO, is in the suite "upstream_stable_forvincent". source packages
#deb-src http://b3.update.excito.org/ upstream_squeeze_forvincent main
Code: Select all
# aptitude search host
i denyhosts - a utility to help sys admins thwart SSH crackers
Code: Select all
# grep <OFFENDING IP> /var/log/auth.log
Code: Select all
# /etc/init.d/denyhosts stop
Code: Select all
# /etc/init.d/denyhosts start
Code: Select all
~$ aptitude show ddclient
Package: ddclient
State: installed
Automatically installed: no
Version: 3.8.0-11.3
Priority: extra
Section: net
Maintainer: Torsten Landschoff <torsten@debian.org>
Uncompressed Size: 377k
Depends: perl5, debconf (>= 0.5) | debconf-2.0, lsb-base (>= 3.1), initscripts (>= 2.86)
Recommends: libio-socket-ssl-perl
Provides: dyndns-client
Description: address updating utility for dynamic DNS services
This package provides a client to update dynamic IP addresses with several dynamic DNS service providers, such as DynDNS.com.
This makes it possible to use a fixed hostname (such as myhost.dyndns.org) to access a machine with a dynamic IP address.
This client supports both dynamic and (near) static services, as well as MX record and alternative name management. It caches the address, and only attempts the update when it has changed.
Homepage: http://ddclient.sf.net