zeysh / centreon-install

Centreon autoinstall script for Debian
15 stars 12 forks source link

Fix apt preferences and add squeeze-lts for PHP 5.3 #11

Closed dam09fr closed 9 years ago

dam09fr commented 9 years ago

Debian just release Jessie so oldstable is now Wheezy and stable is now Jessie ! The previous configuration causes php to update to 5.4.x during post jessie release update.

dam09fr commented 9 years ago

I also think it could be useful to setup squeeze-lts in sources.list to have last PHP 5.3 security updates.

dam09fr commented 9 years ago

Last commit totaly remove security repo (see: https://wiki.debian.org/LTS/Using#Add_squeeze-lts_to_your_sources.list) and allow to use squeeze-lts to get last PHP 5.3 from Debian. Please merge.

zeysh commented 9 years ago

Hi dam09fr, sorry for the delay but I have a limited internet access atm. It seems that Maridb changed something in their repos.

The following packages have unmet dependencies:
 mariadb-galera-server-10.0 : Depends: mariadb-client-10.0 (>= 10.0.17+maria-1~wheezy) but it is not installable
                              Depends: libmariadbclient18 (>= 10.0.17+maria-1~wheezy) but it is not installable
                              PreDepends: mariadb-common but it is not installable
                              Recommends: libhtml-template-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Is it the same for you ?

dam09fr commented 9 years ago

I got the same problem on a fresh Debian Wheezy VM. I see on the bug tracker that they had a problem with Debian repo(s), the last comment is: "This will be fixed in 10.0.19, which will be released over the weekend." (The current release is 10.0.18.) See more at: https://mariadb.atlassian.net/browse/MDEV-8118

dam09fr commented 9 years ago

Fixed with 10.0.19 release today.

zeysh commented 9 years ago

@dam09fr many thanks ! LGTM