(09-02-2011 04:17 PM)kilburn Wrote: Yeah that's it, you have to rerun the whole upgrade procedure because this will ensure that you get all the required packages for debian squeeze, as well as some minor customizations.
Finnally spent the time and got it all upgraded to squeeze...
couple of issues that I had created for myself...
the process used was from here...
http://www.howtoforge.com/upgrade-debian...mple-steps
Issues that I hit:
Code:
Unable to migrate to dependency-based boot system
â
â Tests have determined that problems in the boot system exist which
â prevent migration to dependency-based boot sequencing:
â
â insserv: warning: script 'S25libdevmapper1.02' missing LSB tags and
â overrides, insserv: script postfix: service mail-transport-agent already
â provided!, insserv: warning: script 'libdevmapper1.02' missing LSB tags
â and overrides, , package exim4-base removed but not purged, package
â libdevmapper1.02 removed but not purged, package mplayer removed but not
â purged, package mysql-server-5.0 removed but not purged
â
â If the reported problem is a local modification, it needs to be fixed
â manually. If it's a bug in the package, it should be reported to the BTS
(pushed past this notice)
Processing triggers for install-info ...
Errors were encountered while processing:
/var/cache/apt/archives/libavutil49_4%3a0.5.4-1_i386.deb
/var/cache/apt/archives/libpostproc51_4%3a0.5.4-1_i386.deb
/var/cache/apt/archives/libswscale0_4%3a0.5.4-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
(Fix)
apt-get --purge remove exim4-base
dpkg-query -W -f='${Conffiles}\n' exim4-base
rm -rf /etc/init.d/exim4
apt-get --purge remove mplayer
dpkg-query -W -f='${Conffiles}\n' mplayer
rm -rf /etc/init.d/mplayer
apt-get --purge remove mysql-server-5.0
dpkg-query -W -f='${Conffiles}\n' mysql-server-5.0
rm -rf /etc/init.d/mysql
rm -rf /etc/init.d/mysql-ndb
rm -rf /etc/init.d/mysql-ndb-mgm
apt-get --purge remove fam
dpkg-query -W -f='${Conffiles}\n' fam
rm -rf /etc/init.d/fam
So now I was ready to continue and reload / re-install ISP-CP over the top again...
Everything went perfectly...
Code:
Welcome to ispCP '1.0.7 OMEGA' Update Dialog.
This program will update your current ispCP OMEGA installation on this
server.
Please make sure you did a backup of all your server data.
[NOTICE] During the migration process some or all services might require to
be shut down.
[WARNING] Only services that are not marked with 'NO' in your ispcp.conf
configuration file will be processed by this program.
Do you want to continue ? [Y/n]: y
[NOTICE] Make sure you have read and performed all steps from
docs/distro/INSTALL document (where distro is your linux distribution).
Do you want to continue ? [Y/n/?]: y
Starting ispCP update
* Stopping services: .......... [ Done ]
ispCP main configuration file
* Loading old ispCP configuration file: [ Done ]
* Update ispCP configuration file: [ Done ]
* Check ispCP configuration file: [ Done ]
Pre-installation tasks for Debian
* Nothing to do... [ Done ]
ispCP database
* Update ispCP database schema: [ Done ]
Rebuilding all services configuration files
* ispCP system resolver: [ Done ]
* ispCP crontab file: [ Done ]
* ispCP Bind9 main configuration file: [ Done ]
* ispCP Apache fastCGI modules configuration: [ Done ]
* ispCP Apache main vhost file: [ Done ]
* ispCP Apache AWStats vhost file: [ Done ]
* ispCP Postfix configuration files: [ Done ]
* ispCP Courier-Authentication: [ Done ]
* ispCP ProFTPd configuration file: [ Done ]
* ispCP init scripts: [ Done ]
Rebuilding all GUI configuration files
* ispCP GUI Bind9 configuration: [ Done ]
* ispCP GUI fastCGI/PHP configuration: [ Done ]
* ispCP GUI vhost file: [ Done ]
* ispCP PMA configuration file: [ Done ]
Rebuilding all customers configuration files
* Please wait, this may take some time: [ Done ]
Additional tasks
* ispCP Rkhunter configuration: [ Done ]
* ispCP System cleanup: [ Done ]
Permissions setup
* Set engine permissions: [ Done ]
* Set gui permissions: [ Done ]
Finishing update
* Starting services: .......... [ Done ]
Congratulations, you updated ispCP OMEGA'1.0.7 OMEGA' successfully!
Type http://admin.domain.com into your browser to log in
to your panel.
When I type
http://admin.domain.com
I hit the 1st hosted site and not the admin login...
seems my bind / dns is confused again...
any ideas?
(full disclosure)
I went back to starting snapshot and found that the problem was there when I started... so the upgrade did everything perfectly... the problem was carried forward from the last issue that was going on with bind9 failure happening... imagine that issue has returned...
ideas for that? think I can fix it like I did last time however seem to only be a temporary fix each time...
http://isp-control.net/forum/thread-6448...l#pid99135