Changes between Initial Version and Version 1 of SqueezeToWheezy


Ignore:
Timestamp:
04/26/13 20:14:09 (4 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SqueezeToWheezy

    v1 v1  
     1[[PageOutline(2-5, Table of Contents, floated)]] 
     2= Upgrading the servers from Debian Squeeze to Wheezy = 
     3 
     4The last upgrade LennyToSqueeze was done on ticket:301 and this upgrade is being tracked on ticket:535. 
     5 
     6== Penguin == 
     7 
     8A list of non-squeeze packages on PenguinServer follow. The {{{/etc/apt/preferences.d/squeeze.pref}}} file will need deleting for the upgrade. 
     9 
     10=== dotdeb === 
     11 
     12{{{ 
     13dpkg -l | grep dotdeb 
     14ii  nginx                                   1.2.8-1~dotdeb.2             small, powerful, scalable web/proxy server 
     15ii  nginx-common                            1.2.8-1~dotdeb.2             small, powerful, scalable web/proxy server - common files 
     16ii  nginx-full                              1.2.8-1~dotdeb.2             nginx web/proxy server (standard version) 
     17ii  php-pear                                5.3.24-1~dotdeb.0            PEAR - PHP Extension and Application Repository 
     18ii  php5                                    5.3.24-1~dotdeb.0            server-side, HTML-embedded scripting language (metapackage) 
     19ii  php5-apc                                5.3.24-1~dotdeb.0            apc module for php5 
     20ii  php5-cli                                5.3.24-1~dotdeb.0            command-line interpreter for the php5 scripting language 
     21ii  php5-common                             5.3.24-1~dotdeb.0            Common files for packages built from the php5 source 
     22ii  php5-fpm                                5.3.24-1~dotdeb.0            server-side, HTML-embedded scripting language (FPM-CGI binary) 
     23ii  php5-gd                                 5.3.24-1~dotdeb.0            GD module for php5 
     24ii  php5-mysql                              5.3.24-1~dotdeb.0            MySQL module for php5 
     25}}} 
     26 
     27Some of these are specified in {{{/etc/apt/preferences.d/dotdeb.pref}}}: 
     28 
     29{{{ 
     30Package: php-pear php5-cli php5-common php5-fpm php5-mysql php5 
     31Pin: release o=packages.dotdeb.org 
     32Pin-Priority: 989 
     33}}} 
     34 
     35=== backports === 
     36 
     37{{{ 
     38dpkg -l | grep bpo60 
     39ii  gawk                                    1:4.0.1+dfsg-2~bpo60+1       GNU awk, a pattern scanning and processing language 
     40ii  geoip-database                          20130213-1~bpo60+1           IP lookup command line tools that use the GeoIP library (country database) 
     41ii  libcairo2                               1.10.2-7~bpo60+1             The Cairo 2D vector graphics library 
     42ii  libgeoip1                               1.4.8+dfsg-2~bpo60+1         non-DNS IP-to-country resolver library 
     43ii  liblog-dispatch-perl                    2.29-1~bpo60+1               message dispatcher to multiple Log::Dispatch::* objects 
     44ii  libnet-server-perl                      0.99-3~bpo60+1               extensible, general perl server engine 
     45ii  libpixman-1-0                           0.24.0-1~bpo60+1             pixel-manipulation library for X and cairo 
     46ii  liburi-perl                             1.60-1~bpo60+1               module to manipulate and access URI strings 
     47ii  libxfont1                               1:1.4.4-1~bpo60+1            X11 font rasterisation library 
     48ii  munin                                   2.0.6-4~bpo60+1              network-wide graphing framework (grapher/gatherer) 
     49ii  munin-common                            2.0.6-4~bpo60+1              network-wide graphing framework (common) 
     50ii  munin-doc                               2.0.6-4~bpo60+1              network-wide graphing framework (documentation) 
     51ii  munin-node                              2.0.6-4~bpo60+1              network-wide graphing framework (node) 
     52ii  munin-plugins-core                      2.0.6-4~bpo60+1              network-wide graphing framework (plugins for node) 
     53ii  munin-plugins-extra                     2.0.6-4~bpo60+1              network-wide graphing framework (user contributed plugins for node) 
     54ii  python-babel                            0.9.6-1~bpo60+1              tools for internationalizing Python applications 
     55ii  trac                                    0.12.2-1~bpo60+1             Enhanced wiki and issue tracking system for software development projects 
     56ii  x11-common                              1:7.6+8~bpo60+1              X Window System (X.Org) infrastructure 
     57}}} 
     58 
     59Again some of these are specified in {{{/etc/apt/preferences.d/backports.pref}}}: 
     60 
     61{{{ 
     62Package: gawk geoip-database libcairo2 libfreetype6 libgeoip1 liblog-dispatch-perl libnet-server-perl libpixman-1-0 liburi-perl libxfont1 munin munin-common munin-doc munin-node munin-plugins-core munin-plugins-extra nginx nginx-common nginx-full python-babel trac x11-common 
     63Pin: release o=backports 
     64Pin-Priority: 990 
     65}}} 
     66 
     67== Puffin == 
     68 
     69A list of non-squeeze packages on PuffinServer follow, these are specified in {{{/etc/apt/preferences}}} which was created by BOA: 
     70 
     71{{{ 
     72Package: * 
     73Pin: origin repo.percona.com 
     74Pin-Priority: 1003 
     75 
     76Package: * 
     77Pin: origin ftp.osuosl.org 
     78Pin-Priority: 1002 
     79 
     80Package: nginx-extras redis-server php5-apc php5-cli php5-common php5-curl php5-dev php5-ffmpeg php5-fpm php5-gd php5-geoip php5-gmp php5-imagick php5-imap php5-json php5-ldap php5-mcrypt php5-mhash php5-mysql php-pear php5-sasl php5-sqlite php5-suhosin php5-xmlrpc php5-xsl 
     81Pin: origin packages.dotdeb.org 
     82Pin-Priority: 1001 
     83}}} 
     84 
     85=== dotdeb === 
     86 
     87{{{ 
     88dpkg -l | grep dotdeb 
     89rc  nginx-common                            1.2.6-1~dotdeb.0             small, powerful, scalable web/proxy server - common files 
     90ii  php-pear                                5.3.24-1~dotdeb.0            PEAR - PHP Extension and Application Repository 
     91ii  php5-apc                                5.3.24-1~dotdeb.0            apc module for php5 
     92ii  php5-cli                                5.3.24-1~dotdeb.0            command-line interpreter for the php5 scripting language 
     93ii  php5-common                             5.3.24-1~dotdeb.0            Common files for packages built from the php5 source 
     94ii  php5-curl                               5.3.24-1~dotdeb.0            CURL module for php5 
     95ii  php5-dev                                5.3.24-1~dotdeb.0            Files for PHP5 module development 
     96ii  php5-fpm                                5.3.24-1~dotdeb.0            server-side, HTML-embedded scripting language (FPM-CGI binary) 
     97ii  php5-gd                                 5.3.24-1~dotdeb.0            GD module for php5 
     98ii  php5-geoip                              5.3.24-1~dotdeb.0            geoip module for php5 
     99ii  php5-gmp                                5.3.24-1~dotdeb.0            GMP module for php5 
     100ii  php5-imagick                            5.3.24-1~dotdeb.0            imagick module for php5 
     101ii  php5-imap                               5.3.24-1~dotdeb.0            IMAP module for php5 
     102ii  php5-ldap                               5.3.24-1~dotdeb.0            LDAP module for php5 
     103ii  php5-mcrypt                             5.3.24-1~dotdeb.0            MCrypt module for php5 
     104ii  php5-mysql                              5.3.24-1~dotdeb.0            MySQL module for php5 
     105ii  php5-sqlite                             5.3.24-1~dotdeb.0            SQLite module for php5 
     106ii  php5-xmlrpc                             5.3.24-1~dotdeb.0            XML-RPC module for php5 
     107ii  php5-xsl                                5.3.24-1~dotdeb.0            XSL module for php5 
     108}}} 
     109 
     110 
     111