Skip to content

Instantly share code, notes, and snippets.

@fabvlvs
Created July 7, 2014 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabvlvs/1348ae6e049f7e41d07b to your computer and use it in GitHub Desktop.
Save fabvlvs/1348ae6e049f7e41d07b to your computer and use it in GitHub Desktop.
ERROR 1046 (3D000) at line 1: No database selected make: *** [build/stamps/root.patched] Error 1
root@tkldev ~# cd /usr/local/sbin
root@tkldev local/sbin# wget https://raw.githubusercontent.com/turnkeylinux-apps/tkldev/master/overlay/usr/local/sbin/tkldev-setup
--2014-07-07 13:37:16-- https://raw.githubusercontent.com/turnkeylinux-apps/tkldev/master/overlay/usr/local/sbin/tkldev-setup
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 199.27.79.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.27.79.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1101 (1.1K) [text/plain]
Saving to: `tkldev-setup'
100%[===============>] 1,101 --.-K/s in 0s
2014-07-07 13:37:16 (28.0 MB/s) - `tkldev-setup' saved [1101/1101]
root@tkldev local/sbin# chmod +x tkldev-setup
root@tkldev local/sbin# ./tkldev-setup
Downloading wheezy bootstrap from Sourceforge to /turnkey/fab/bootstraps
++ dpkg --print-architecture
+ ARCH=amd64
+ SOURCEFORGE=http://downloads.sourceforge.net/project/turnkeylinux
+ cd /turnkey/fab/bootstraps
+ wget http://downloads.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz
--2014-07-07 13:37:45-- http://downloads.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://softlayer-dal.dl.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz [following]
--2014-07-07 13:37:46-- http://softlayer-dal.dl.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz
Resolving softlayer-dal.dl.sourceforge.net (softlayer-dal.dl.sourceforge.net)... 67.228.157.232
Connecting to softlayer-dal.dl.sourceforge.net (softlayer-dal.dl.sourceforge.net)|67.228.157.232|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 43615545 (42M) [application/x-gzip]
Saving to: `bootstrap-wheezy-amd64.tar.gz'
100%[===============>] 43,615,545 1.85M/s in 23s
2014-07-07 13:38:09 (1.81 MB/s) - `bootstrap-wheezy-amd64.tar.gz' saved [43615545/43615545]
+ wget http://downloads.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz.sig
--2014-07-07 13:38:09-- http://downloads.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz.sig
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://softlayer-dal.dl.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz.sig [following]
--2014-07-07 13:38:09-- http://softlayer-dal.dl.sourceforge.net/project/turnkeylinux/bootstrap/bootstrap-wheezy-amd64.tar.gz.sig
Resolving softlayer-dal.dl.sourceforge.net (softlayer-dal.dl.sourceforge.net)... 67.228.157.232
Connecting to softlayer-dal.dl.sourceforge.net (softlayer-dal.dl.sourceforge.net)|67.228.157.232|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1302 (1.3K) [application/octet-stream]
Saving to: `bootstrap-wheezy-amd64.tar.gz.sig'
100%[===============>] 1,302 --.-K/s in 0.02s
2014-07-07 13:38:09 (80.3 KB/s) - `bootstrap-wheezy-amd64.tar.gz.sig' saved [1302/1302]
+ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0xA16EB94D
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key A16EB94D from hkp server keyserver.ubuntu.com
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key A16EB94D: public key "Turnkey Linux Release Key <release@turnkeylinux.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
+ gpg --verify bootstrap-wheezy-amd64.tar.gz.sig
gpg: Signature made Sun Oct 13 10:48:49 2013 UTC using RSA key ID A16EB94D
gpg: Good signature from "Turnkey Linux Release Key <release@turnkeylinux.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 694C FF26 795A 29BA E07B 4EB5 85C2 5E95 A16E B94D
+ mkdir wheezy
+ tar -zxf bootstrap-wheezy-amd64.tar.gz -C wheezy
+ set +x
Cloning cdroots repo from GitHub
+ cd /turnkey/fab
+ git-clone https://github.com/turnkeylinux/cdroots.git
Cloning into 'cdroots'...
remote: Reusing existing pack: 71, done.
remote: Total 71 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (71/71), done.
+ set +x
Cloning common repo from GitHub
+ cd /turnkey/fab
+ git-clone https://github.com/turnkeylinux/common.git
Cloning into 'common'...
remote: Reusing existing pack: 2477, done.
Receiving objects: 16% (406/2477), 636.00 KiB | 614 KiB/Receiving objects: 17% (422/2477), 636.00 KiB | 614 KiB/Receiving objects: 18% (446/2477), 636.00 KiB | 614 KiB/Receiving objects: 19% (471/2477), 636.00 KiB | 614 KiB/Receiving objects: 20% (496/2477), 636.00 KiB | 614 KiB/Receiving objects: 21% (521/2477), 636.00 KiB | 614 KiB/Receiving objects: 22% (545/2477), 636.00 KiB | 614 KiB/Receiving objects: 23% (570/2477), 636.00 KiB | 614 KiB/Receiving objects: 24% (595/2477), 636.00 KiB | 614 KiB/Receiving objects: 25% (620/2477), 1.29 MiB | 857 KiB/s Receiving objects: 26% (645/2477), 1.29 MiB | 857 KiB/s Receiving objects: 27% (669/2477), 1.29 MiB | 857 KiB/s Receiving objects: 28% (694/2477), 1.29 MiB | 857 KiB/s Receiving objects: 29% (719/2477), 1.29 MiB | 857 KiB/s Receiving objects: 30% (744/2477), 1.29 MiB | 857 KiB/s Receiving objects: 31% (768/2477), 1.29 MiB | 857 KiB/s Receiving objects: 32% (793/2477), 1.29 MiB | 857 KiB/s Receiving objects: 33% (818/2477), 1.29 MiB | 857 KiB/s Receiving objects: 34% (843/2477), 1.29 MiB | 857 KiB/s Receiving objects: 35% (867/2477), 1.29 MiB | 857 KiB/s Receiving objects: 36% (892/2477), 1.29 MiB | 857 KiB/s Receiving objects: 37% (917/2477), 1.29 MiB | 857 KiB/s Receiving objects: 38% (942/2477), 1.29 MiB | 857 KiB/s Receiving objects: 39% (967/2477), 1.29 MiB | 857 KiB/s Receiving objects: 40% (991/2477), 1.29 MiB | 857 KiB/s Receiving objects: 41% (1016/2477), 1.29 MiB | 857 KiB/sReceiving objects: 42% (1041/2477), 1.29 MiB | 857 KiB/sReceiving objects: 43% (1066/2477), 1.29 MiB | 857 KiB/sReceiving objects: 44% (1090/2477), 1.29 MiB | 857 KiB/sReceiving objects: 45% (1115/2477), 1.29 MiB | 857 KiB/sReceiving objects: 46% (1140/2477), 1.29 MiB | 857 KiB/sReceiving objects: 47% (1165/2477), 1.29 MiB | 857 KiB/sReceiving objects: 48% (1189/2477), 1.29 MiB | 857 KiB/sReceiving objects: 49% (1214/2477), 1.29 MiB | 857 KiB/sReceiving objects: 50% (1239/2477), 1.29 MiB | 857 KiB/sReceiving objects: 51% (1264/2477), 1.29 MiB | 857 KiB/sReceiving objects: 52% (1289/2477), 1.29 MiB | 857 KiB/sReceiving objects: 52% (1303/2477), 1.29 MiB | 857 KiB/sReceiving objects: 53% (1313/2477), 1.29 MiB | 857 KiB/sReceiving objects: 54% (1338/2477), 1.29 MiB | 857 KiB/sReceiving objects: 55% (1363/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 56% (1388/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 57% (1412/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 58% (1437/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 59% (1462/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 60% (1487/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 61% (1511/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 62% (1536/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 63% (1561/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 64% (1586/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 65% (1611/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 66% (1635/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 67% (1660/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 68% (1685/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 69% (1710/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 70% (1734/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 71% (1759/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 72% (1784/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 73% (1809/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 74% (1833/2477), 2.17 MiB | 1.07 MiB/Receiving objects: 75% (1858/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 76% (1883/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 77% (1908/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 78% (1933/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 79% (1957/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 80% (1982/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 81% (2007/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 82% (2032/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 83% (2056/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 84% (2081/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 85% (2106/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 86% (2131/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 87% (2155/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 88% (2180/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 89% (2205/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 90% (2230/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 91% (2255/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 92% (2279/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 93% (2304/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 94% (2329/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 95% (2354/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 96% (2378/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 97% (2403/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 97% (2416/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 98% (2428/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 99% (2453/2477), 3.04 MiB | 1.20 MiB/remote: Total 2477 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2477/2477), 3.04 MiB | 1.20 MiB/Receiving objects: 100% (2477/2477), 3.88 MiB | 1.20 MiB/s, done.
Resolving deltas: 100% (609/609), done.
+ set +x
root@tkldev local/sbin# ./tkldev-setup
root@tkldev local/sbin# cd /turnkey/fab/products
root@tkldev fab/products# git-clone https://github.com/turnkeylinux-apps/core.git
Cloning into 'core'...
remote: Reusing existing pack: 73, done.
remote: Total 73 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (73/73), done.
root@tkldev fab/products# make
make: *** No targets specified and no makefile found. Stop.
root@tkldev fab/products# ls
core
root@tkldev fab/products# git-clone https://github.com/foodcoops/turnkeylinux-foodsoft.git
Cloning into 'turnkeylinux-foodsoft'...
remote: Counting objects: 164, done.
remote: Compressing objects: 100% (85/85), done.
Receiving objects: 80% (132/164), 220.00 KiB | 429 KiB/sReceiving objects: 81% (133/164), 220.00 KiB | 429 KiB/sReceiving objects: 82% (135/164), 220.00 KiB | 429 KiB/sReceiving objects: 83% (137/164), 220.00 KiB | 429 KiB/sReceiving objects: 84% (138/164), 220.00 KiB | 429 KiB/sReceiving objects: 85% (140/164), 220.00 KiB | 429 KiB/sReceiving objects: 86% (142/164), 220.00 KiB | 429 KiB/sReceiving objects: 87% (143/164), 220.00 KiB | 429 KiB/sReceiving objects: 88% (145/164), 220.00 KiB | 429 KiB/sReceiving objects: 89% (146/164), 220.00 KiB | 429 KiB/sReceiving objects: 90% (148/164), 220.00 KiB | 429 KiB/sReceiving objects: 91% (150/164), 220.00 KiB | 429 KiB/sReceiving objects: 92% (151/164), 220.00 KiB | 429 KiB/sReceiving objects: 93% (153/164), 220.00 KiB | 429 KiB/sReceiving objects: 94% (155/164), 220.00 KiB | 429 KiB/sReceiving objects: 95% (156/164), 220.00 KiB | 429 KiB/sReceiving objects: 96% (158/164), 220.00 KiB | 429 KiB/sReceiving objects: 97% (160/164), 220.00 KiB | 429 KiB/sReceiving objects: 98% (161/164), 220.00 KiB | 429 KiB/sReceiving objects: 99% (163/164), 220.00 KiB | 429 KiB/sReceiving objects: 100% (164/164), 220.00 KiB | 429 KiB/sReceiving objects: 100% (164/164), 408.06 KiB | 429 KiB/s, done.
Resolving deltas: 100% (47/47), done.
remote: Total 164 (delta 47), reused 153 (delta 38)
root@tkldev fab/products# ls
core turnkeylinux-foodsoft
root@tkldev fab/products# cd turn
-bash: cd: turn: No such file or directory
root@tkldev fab/products# cd turn*
/turnkey/fab/products/turnkeylinux-foodsoft
root@tkldev products/turnkeylinux-foodsoft# make
deck /turnkey/fab/bootstraps/wheezy build/bootstrap
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/apt build/bootstrap;
fab-chroot build/bootstrap --script /turnkey/fab/common/conf/turnkey.d/apt;
fab-chroot build/bootstrap "echo nameserver 8.8.8.8 > /etc/resolv.conf";
fab-chroot build/bootstrap "echo nameserver 8.8.4.4 >> /etc/resolv.conf";
touch build/stamps/bootstrap
fab-plan-resolve plan/main --bootstrap=/turnkey/fab/bootstraps/wheezy --output=build/root.spec -D 'FAB_ARCH=amd64' -D 'FAB_HTTP_PROXY=http://127.0.0.1:8124' -D 'AMD64=y' -D 'RELEASE=debian/wheezy' -D 'DISTRO=debian' -D 'CODENAME=wheezy' -D 'DEBIAN=y'
touch build/stamps/root.spec
if ! deck --isdeck build/root.build; then deck build/bootstrap build/root.build; fi
fab-install build/root.build build/root.spec
setting apt proxy settings...
updating package lists...
Get:1 http://security.debian.org wheezy/updates Release.gpg [836 B]
Get:2 http://archive.turnkeylinux.org wheezy-security Release.gpg [490 B]
Get:3 http://security.debian.org wheezy/updates Release [102 kB]
Get:4 http://archive.turnkeylinux.org wheezy Release.gpg [490 B]
Get:5 http://archive.turnkeylinux.org wheezy-security Release [3874 B]
Get:6 http://archive.turnkeylinux.org wheezy Release [3847 B]
Get:7 http://archive.turnkeylinux.org wheezy-security/main amd64 Packages [3290 B]
Get:8 http://archive.turnkeylinux.org wheezy/main amd64 Packages [32.6 kB]
Get:9 http://security.debian.org wheezy/updates/main amd64 Packages [189 kB]
Ign http://archive.turnkeylinux.org wheezy-security/main Translation-en
Ign http://archive.turnkeylinux.org wheezy/main Translation-en
Get:10 http://security.debian.org wheezy/updates/contrib amd64 Packages [14 B]
Get:11 http://security.debian.org wheezy/updates/contrib Translation-en [14 B]
Get:12 http://cdn.debian.net wheezy Release.gpg [1672 B]
Get:13 http://security.debian.org wheezy/updates/main Translation-en [105 kB]
Get:14 http://cdn.debian.net wheezy Release [168 kB]
Get:15 http://cdn.debian.net wheezy/main amd64 Packages [5843 kB]
Get:16 http://cdn.debian.net wheezy/contrib amd64 Packages [42.0 kB]
Get:17 http://cdn.debian.net wheezy/contrib Translation-en [34.8 kB]
Get:18 http://cdn.debian.net wheezy/main Translation-en [3848 kB]
Fetched 10.4 MB in 10s (990 kB/s)
Reading package lists... Done
installing packages...
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
libuuid-perl linux-base linux-image-3.2.0-4-amd64
Suggested packages:
linux-doc-3.2 debian-kernel-handbook grub-pc extlinux
lilo
Recommended packages:
firmware-linux-free
The following NEW packages will be installed:
libuuid-perl linux-base linux-image-3.2.0-4-amd64
linux-image-amd64
0 upgraded, 4 newly installed, 0 to remove and 11 not upgraded.
Need to get 23.5 MB of archives.
After this operation, 108 MB of additional disk space will be used.
Get:1 http://security.debian.org/ wheezy/updates/main linux-image-3.2.0-4-amd64 amd64 3.2.60-1+deb7u1 [23.4 MB]
Get:2 http://cdn.debian.net/debian/ wheezy/main libuuid-perl amd64 0.02-5 [9742 B]
Get:3 http://cdn.debian.net/debian/ wheezy/main linux-base all 3.5 [34.3 kB]
Get:4 http://cdn.debian.net/debian/ wheezy/main linux-image-amd64 amd64 3.2+46 [5630 B]
Fetched 23.5 MB in 13s (1684 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libuuid-perl.
(Reading database ... 7420 files and directories currently installed.)
Unpacking libuuid-perl (from .../libuuid-perl_0.02-5_amd64.deb) ...
Selecting previously unselected package linux-base.
Unpacking linux-base (from .../linux-base_3.5_all.deb) ...
Selecting previously unselected package linux-image-3.2.0-4-amd64.
Unpacking linux-image-3.2.0-4-amd64 (from .../linux-image-3.2.0-4-amd64_3.2.60-1+deb7u1_amd64.deb) ...
Selecting previously unselected package linux-image-amd64.
Unpacking linux-image-amd64 (from .../linux-image-amd64_3.2+46_amd64.deb) ...
Setting up libuuid-perl (0.02-5) ...
Setting up linux-base (3.5) ...
Setting up linux-image-3.2.0-4-amd64 (3.2.60-1+deb7u1) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
Warning: Deferring update-initramfs -c -t -k 3.2.0-4-amd64 -b /boot
Setting up linux-image-amd64 (3.2+46) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
libacl1 is already the newest version.
libattr1 is already the newest version.
base-passwd is already the newest version.
bash is already the newest version.
libbz2-1.0 is already the newest version.
coreutils is already the newest version.
mktemp is already the newest version.
cpio is already the newest version.
dash is already the newest version.
libdb5.1 is already the newest version.
debconf is already the newest version.
debian-archive-keyring is already the newest version.
debianutils is already the newest version.
diffutils is already the newest version.
e2fslibs is already the newest version.
e2fsprogs is already the newest version.
libcomerr2 is already the newest version.
libss2 is already the newest version.
findutils is already the newest version.
gcc-4.7-base is already the newest version.
libgcc1 is already the newest version.
libstdc++6 is already the newest version.
grep is already the newest version.
gzip is already the newest version.
hostname is already the newest version.
initramfs-tools is already the newest version.
insserv is already the newest version.
klibc-utils is already the newest version.
libklibc is already the newest version.
kmod is already the newest version.
libkmod2 is already the newest version.
libselinux1 is already the newest version.
libsemanage-common is already the newest version.
libsemanage1 is already the newest version.
libsepol1 is already the newest version.
libusb-0.1-4 is already the newest version.
lsb-base is already the newest version.
mawk is already the newest version.
libncurses5 is already the newest version.
libncursesw5 is already the newest version.
libtinfo5 is already the newest version.
ncurses-base is already the newest version.
ncurses-bin is already the newest version.
libpam-modules is already the newest version.
libpam-modules-bin is already the newest version.
libpam-runtime is already the newest version.
libpam0g is already the newest version.
perl-base is already the newest version.
libprocps0 is already the newest version.
procps is already the newest version.
libreadline6 is already the newest version.
readline-common is already the newest version.
sed is already the newest version.
sensible-utils is already the newest version.
login is already the newest version.
passwd is already the newest version.
libslang2 is already the newest version.
initscripts is already the newest version.
sysv-rc is already the newest version.
sysvinit-utils is already the newest version.
tar is already the newest version.
libudev0 is already the newest version.
udev is already the newest version.
libustr-1.0-1 is already the newest version.
bsdutils is already the newest version.
libblkid1 is already the newest version.
libmount1 is already the newest version.
libuuid1 is already the newest version.
mount is already the newest version.
util-linux is already the newest version.
liblzma5 is already the newest version.
zlib1g is already the newest version.
The following extra packages will be installed:
acpid adduser apache2-utils apache2.2-bin
apache2.2-common binutils bsdmainutils busybox
busybox-initramfs bzip2 ca-certificates comerr-dev
cpp cpp-4.7 dialog dmsetup dpkg-dev g++ g++-4.7 gcc
gcc-4.7 gettext-base git git-man groff-base
grub-common grub-pc grub-pc-bin grub2-common
krb5-multidev libaio1 libapr1 libaprutil1
libaprutil1-dbd-sqlite3 libaprutil1-ldap
libasprintf0c2 libauthen-pam-perl libbind9-80 libbsd0
libc-dev-bin libc6-dev libcap2 libclass-isa-perl
libconsole libcurl3 libcurl3-gnutls libdbd-mysql-perl
libdbi-perl libdebconfclient0 libdebian-installer4
libdevmapper-event1.02.1 libdevmapper1.02.1 libdns88
libdpkg-perl libedit2 liberror-perl libexpat1
libexpat1-dev libffi5 libfreetype6 libfuse2
libgcrypt11 libgcrypt11-dev libgdbm3 libgeoip1
libglib2.0-0 libgmp10 libgnutls-dev
libgnutls-openssl27 libgnutls26 libgnutlsxx27
libgomp1 libgpg-error-dev libgpg-error0
libgssapi-krb5-2 libgssrpc4 libicu48 libidn11
libidn11-dev libio-pty-perl libisc84 libisccc80
libisccfg82 libitm1 libjemalloc1 libk5crypto3
libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6
libkeyutils1 libkrb5-3 libkrb5-dev libkrb5support0
libldap-2.4-2 libldap2-dev liblwres80 libmagic1
libmpc2 libmpfr4 libmysqlclient18 libnet-daemon-perl
libnet-ssleay-perl libnewt0.52 libnfnetlink0
libopts25 libp11-kit-dev libp11-kit0
libparted0debian1 libpcre3 libpcre3-dev libpcrecpp0
libpipeline1 libplrpc-perl libpopt0 libpq-dev libpq5
libquadmath0 libreadline5 librsync1 librtmp-dev
librtmp0 libruby1.9.1 libsasl2-2 libsqlite3-0
libsqlite3-dev libssh2-1 libssh2-1-dev libssl-dev
libssl1.0.0 libstdc++6-4.7-dev libswitch-perl
libtasn1-3 libtasn1-3-dev libtimedate-perl
libtinfo-dev libwrap0 libxml2 libxslt1.1 libyaml-0-2
linux-libc-dev make mime-support module-init-tools
mysql-client-5.5 mysql-common mysql-server-5.5
mysql-server-core-5.5 ntpdate openssh-client
openssh-server os-prober patch perl perl-modules
pkg-config pycurl-wrapper python python-crypto
python-minimal python-pycurl python-simplejson
python-support python2.7 python2.7-minimal ruby1.9.1
ruby1.9.1-dev ssl-cert syslinux-common
tklbam-duplicity tklbam-python-boto tklbam-squid
tklbam-squid-common ucf uuid-dev uuid-runtime
vim-common webmin-fdisk webmin-mount webmin-raid
xz-utils zlib1g-dev
Suggested packages:
acpi-support liblocale-gettext-perl www-browser
apache2-doc apache2-suexec apache2-suexec-custom
aptitude synaptic wajig apt-doc python-apt
binutils-doc wamerican wordlist whois vacation
bzip2-doc doc-base kbd-compat cpp-doc gcc-4.7-locales
anacron checksecurity debian-keyring cdtool setcd
sudo g++-multilib g++-4.7-multilib gcc-4.7-doc
libstdc++6-4.7-dbg gcc-multilib manpages-dev autoconf
automake1.9 libtool flex bison gdb gcc-doc
gcc-4.7-multilib libmudflap0-4.7-dev libgcc1-dbg
libgomp1-dbg libitm1-dbg libquadmath0-dbg
libmudflap0-dbg libcloog-ppl0 libppl-c2 libppl7
binutils-gold git-daemon-run git-daemon-sysvinit
git-doc git-el git-arch git-cvs git-svn git-email
git-gui gitk gitweb gnupg-doc xloadimage imagemagick
eog libpcsclite1 groff multiboot-doc grub-emu xorriso
desktop-base apmd isc-dhcp-client dhcp-client ppp
rdnssd iproute-doc krb5-doc glibc-doc libcurl3-dbg
fuse rng-tools libgcrypt11-doc geoip-bin gnutls26-doc
krb5-user icu-doc libmime-base64-perl parted nparted
libparted0-dev libparted0-i18n libcompress-zlib-perl
postgresql-doc-9.1 sqlite3-doc libstdc++6-4.7-doc
debfoster deborphan bleachbit lsb make-doc
libterm-readkey-perl tinyca spell ntp-doc ssh-askpass
libpam-ssh keychain monkeysphere rssh molly-guard ufw
diffutils-doc perl-doc libterm-readline-gnu-perl
libterm-readline-perl-perl libpod-plainer-perl
procmail postfix-mysql postfix-pgsql postfix-ldap
postfix-pcre sasl2-bin dovecot-common postfix-cdb
mail-reader postfix-doc python-profiler python-doc
python-tk python-crypto-dbg python-crypto-doc
libcurl4-gnutls-dev python-pycurl-dbg python2.7-doc
binfmt-support rsyslog-mysql rsyslog-pgsql
rsyslog-doc rsyslog-gnutls rsyslog-gssapi
rsyslog-relp ri ruby1.9.1-examples ri1.9.1 graphviz
ruby-switch iselect screenie byobu openssl-blacklist
dosfstools ncftp zip indent
Recommended packages:
consolekit console-setup console-data liblockfile1
mailx fakeroot libalgorithm-merge-perl ssh-client
gnupg-curl powermgmt-base libatm1
libfile-fcntllock-perl geoip-database libglib2.0-data
shared-mime-info krb5-locales libfribidi0
libsasl2-modules libssl-doc tcpd xml-core
libhtml-template-perl lockfile-progs xauth
openssh-blacklist openssh-blacklist-extra
ncurses-term libjs-jquery mtools
libcrypt-passwdmd5-perl libdigest-sha-perl
The following NEW packages will be installed:
acpi-support-base acpid adduser apache2
apache2-mpm-prefork apache2-prefork-dev apache2-utils
apache2.2-bin apache2.2-common bash-completion
bind9-host binutils bsdmainutils build-essential
busybox busybox-initramfs bzip2 ca-certificates
casper comerr-dev confconsole console-tools cpp
cpp-4.7 cron cron-apt curl di-live dialog dmsetup
dpkg-dev eject etckeeper ethtool file g++ g++-4.7 gcc
gcc-4.7 gettext-base git git-core git-man groff-base
grub-common grub-pc grub-pc-bin grub2-common hdparm
hubdns ifupdown inithooks iproute iptables
iputils-ping krb5-multidev less libaio1 libapr1
libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3
libaprutil1-dev libaprutil1-ldap libasprintf0c2
libauthen-pam-perl libbind9-80 libbsd0 libc-dev-bin
libc6-dev libcap2 libclass-isa-perl libconsole
libcurl3 libcurl3-gnutls libcurl4-openssl-dev
libdbd-mysql-perl libdbi-perl libdebconfclient0
libdebian-installer4 libdevmapper-event1.02.1
libdevmapper1.02.1 libdns88 libdpkg-perl libedit2
liberror-perl libexpat1 libexpat1-dev libffi5
libfreetype6 libfuse2 libgcrypt11 libgcrypt11-dev
libgdbm3 libgeoip1 libglib2.0-0 libgmp10
libgnutls-dev libgnutls-openssl27 libgnutls26
libgnutlsxx27 libgomp1 libgpg-error-dev libgpg-error0
libgssapi-krb5-2 libgssrpc4 libicu-dev libicu48
libidn11 libidn11-dev libio-pty-perl libisc84
libisccc80 libisccfg82 libitm1 libjemalloc1
libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8
libkdb5-6 libkeyutils1 libkrb5-3 libkrb5-dev
libkrb5support0 libldap-2.4-2 libldap2-dev liblwres80
libmagic1 libmpc2 libmpfr4 libmysqlclient-dev
libmysqlclient18 libnet-daemon-perl
libnet-ssleay-perl libnewt0.52 libnfnetlink0
libopts25 libp11-kit-dev libp11-kit0
libparted0debian1 libpcre3 libpcre3-dev libpcrecpp0
libpipeline1 libplrpc-perl libpopt0 libpq-dev libpq5
libquadmath0 libreadline-gplv2-dev libreadline5
librsync1 librtmp-dev librtmp0 libruby1.9.1
libsasl2-2 libsqlite3-0 libsqlite3-dev libssh2-1
libssh2-1-dev libssl-dev libssl1.0.0
libstdc++6-4.7-dev libswitch-perl libtasn1-3
libtasn1-3-dev libtimedate-perl libtinfo-dev libwrap0
libxml2 libxml2-dev libxslt1-dev libxslt1.1
libyaml-0-2 linux-libc-dev localepurge logrotate
lsb-release lvm2 make man-db mime-support
module-init-tools mysql-client-5.5 mysql-common
mysql-server mysql-server-5.5 mysql-server-core-5.5
nano net-tools netbase ntp ntpdate openssh-client
openssh-server openssl os-prober patch perl
perl-modules pkg-config postfix psmisc pycurl-wrapper
python python-crypto python-dialog python-minimal
python-pycurl python-simplejson python-support
python2.7 python2.7-minimal redis-server resolvconf
rsync rsyslog ruby ruby-dev ruby1.9.1 ruby1.9.1-dev
screen shellinabox ssh ssl-cert syslinux
syslinux-common sysvinit tklbam tklbam-duplicity
tklbam-python-boto tklbam-squid tklbam-squid-common
traceroute turnkey-pylib turnkey-sysinfo
turnkey-version ucf udhcpc unzip uuid-dev
uuid-runtime vim-common vim-tiny webmin webmin-apache
webmin-custom webmin-fdisk webmin-file
webmin-firewall webmin-lvm webmin-mount webmin-mysql
webmin-net webmin-passwd webmin-postfix webmin-raid
webmin-shell webmin-software webmin-sshd
webmin-syslog webmin-text-editor
webmin-theme-stressfree webmin-tklbam webmin-updown
webmin-useradmin wget whiptail xz-utils zlib1g-dev
The following packages will be upgraded:
apt base-files dpkg gnupg gpgv libapt-pkg4.12
libc-bin libc6 locales multiarch-support tzdata
11 upgraded, 270 newly installed, 0 to remove and 0 not upgraded.
Need to get 162 MB of archives.
After this operation, 492 MB of additional disk space will be used.
Get:1 http://security.debian.org/ wheezy/updates/main dpkg amd64 1.16.15 [2657 kB]
Get:2 http://archive.turnkeylinux.org/debian/ wheezy-security/main tklbam-squid-common amd64 2.7.STABLE9-2.1turnkey+25+g6843b1f [11.1 kB]
Get:3 http://cdn.debian.net/debian/ wheezy/main base-files amd64 7.1wheezy5 [78.7 kB]
Get:4 http://archive.turnkeylinux.org/debian/ wheezy-security/main turnkey-pylib amd64 0.5+2+gfde3f2b [112 kB]
Get:5 http://cdn.debian.net/debian/ wheezy/main libc-bin amd64 2.13-38+deb7u1 [1272 kB]
Get:6 http://archive.turnkeylinux.org/debian/ wheezy-security/main tklbam-squid amd64 2.7.STABLE9-2.1turnkey+25+g6843b1f [581 kB]
Get:7 http://archive.turnkeylinux.org/debian/ wheezy/main webmin amd64 1.630-turnkey+0 [2464 kB]
Get:8 http://cdn.debian.net/debian/ wheezy/main libc6 amd64 2.13-38+deb7u1 [4349 kB]
Get:9 http://security.debian.org/ wheezy/updates/main libapt-pkg4.12 amd64 0.9.7.9+deb7u2 [890 kB]
Get:10 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-tklbam amd64 1.0+4+gb0c7a4c [25.4 kB]
Get:11 http://archive.turnkeylinux.org/debian/ wheezy/main busybox-initramfs amd64 1.20.0-7ubuntu3+turnkey+2+gbe130c2 [200 kB]
Get:12 http://security.debian.org/ wheezy/updates/main gpgv amd64 1.4.12-7+deb7u4 [227 kB]
Get:13 http://security.debian.org/ wheezy/updates/main gnupg amd64 1.4.12-7+deb7u4 [1954 kB]
Get:14 http://archive.turnkeylinux.org/debian/ wheezy/main python-dialog amd64 2.7-1turnkey+9+g97403e1 [40.0 kB]
Get:15 http://archive.turnkeylinux.org/debian/ wheezy/main confconsole amd64 0.9.4+39+g4bf3279 [12.8 kB]
Get:16 http://archive.turnkeylinux.org/debian/ wheezy/main di-live amd64 0.9.4+5+g72866c5 [1747 kB]
Get:17 http://cdn.debian.net/debian/ wheezy/main sysvinit amd64 2.88dsf-41+deb7u1 [133 kB]
Get:18 http://cdn.debian.net/debian/ wheezy/main adduser all 3.113+nmu3 [264 kB]
Get:19 http://cdn.debian.net/debian/ wheezy/main cron amd64 3.0pl1-124 [108 kB]
Get:20 http://cdn.debian.net/debian/ wheezy/main iproute amd64 20120521-3+b3 [459 kB]
Get:21 http://security.debian.org/ wheezy/updates/main apt amd64 0.9.7.9+deb7u2 [1261 kB]
Get:22 http://archive.turnkeylinux.org/debian/ wheezy-security/main pycurl-wrapper amd64 1.2 [5226 B]
Get:23 http://archive.turnkeylinux.org/debian/ wheezy-security/main hubdns amd64 1.0+5+g9f6397b [6082 B]
Get:24 http://archive.turnkeylinux.org/debian/ wheezy/main inithooks amd64 0.9+55+g911149a [54.8 kB]
Get:25 http://archive.turnkeylinux.org/debian/ wheezy/main shellinabox amd64 2.14-turnkey+4+g1a0d4a2 [133 kB]
Get:26 http://cdn.debian.net/debian/ wheezy/main ifupdown amd64 0.7.8 [64.9 kB]
Get:27 http://archive.turnkeylinux.org/debian/ wheezy/main tklbam-duplicity amd64 0.6.18-2turnkey+14+g5632664 [299 kB]
Get:28 http://cdn.debian.net/debian/ wheezy/main libgpg-error0 amd64 1.10-3.1 [77.9 kB]
Get:29 http://security.debian.org/ wheezy/updates/main libgcrypt11 amd64 1.5.0-5+deb7u1 [300 kB]
Get:30 http://security.debian.org/ wheezy/updates/main libgnutls26 amd64 2.12.20-8+deb7u2 [618 kB]
Get:31 http://archive.turnkeylinux.org/debian/ wheezy/main tklbam-python-boto amd64 2.3.0-1turnkey+3+gebe144e [361 kB]
Get:32 http://cdn.debian.net/debian/ wheezy/main libgdbm3 amd64 1.8.3-11 [46.9 kB]
Get:33 http://cdn.debian.net/debian/ wheezy/main libp11-kit0 amd64 0.12-3 [52.8 kB]
Get:34 http://cdn.debian.net/debian/ wheezy/main libtasn1-3 amd64 2.13-2 [67.7 kB]
Get:35 http://security.debian.org/ wheezy/updates/main libssl1.0.0 amd64 1.0.1e-2+deb7u11 [1258 kB]
Get:36 http://archive.turnkeylinux.org/debian/ wheezy-security/main tklbam amd64 1.4+7+ge4e99cc [117 kB]
Get:37 http://cdn.debian.net/debian/ wheezy/main libnewt0.52 amd64 0.52.14-11.1 [77.5 kB]
Get:38 http://archive.turnkeylinux.org/debian/ wheezy/main turnkey-sysinfo amd64 0+2013.1.16+09.52.55+52a24214 [3578 B]
Get:39 http://archive.turnkeylinux.org/debian/ wheezy/main turnkey-version amd64 0+2013.11.14+16.28.52+505f9292 [2226 B]
Get:40 http://cdn.debian.net/debian/ wheezy/main libpipeline1 amd64 1.2.1-1 [39.2 kB]
Get:41 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-apache amd64 1.630-turnkey+0 [677 kB]
Get:42 http://cdn.debian.net/debian/ wheezy/main libpopt0 amd64 1.16-7 [56.4 kB]
Get:43 http://cdn.debian.net/debian/ wheezy/main bash-completion all 1:2.0-1 [193 kB]
Get:44 http://cdn.debian.net/debian/ wheezy/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB]
Get:45 http://security.debian.org/ wheezy/updates/main libgnutls-openssl27 amd64 2.12.20-8+deb7u2 [221 kB]
Get:46 http://cdn.debian.net/debian/ wheezy/main libcap2 amd64 1:2.22-1.2 [13.6 kB]
Get:47 http://cdn.debian.net/debian/ wheezy/main libbsd0 amd64 0.4.2-1 [59.3 kB]
Get:48 http://cdn.debian.net/debian/ wheezy/main libedit2 amd64 2.11-20080614-5 [72.9 kB]
Get:49 http://security.debian.org/ wheezy/updates/main libkrb5support0 amd64 1.10.1+dfsg-5+deb7u1 [49.1 kB]
Get:50 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-custom amd64 1.630-turnkey+0 [149 kB]
Get:51 http://cdn.debian.net/debian/ wheezy/main libkeyutils1 amd64 1.5.5-3 [8552 B]
Get:52 http://security.debian.org/ wheezy/updates/main libk5crypto3 amd64 1.10.1+dfsg-5+deb7u1 [112 kB]
Get:53 http://cdn.debian.net/debian/ wheezy/main libidn11 amd64 1.25-2 [178 kB]
Get:54 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-mount amd64 1.630-turnkey+0 [341 kB]
Get:55 http://security.debian.org/ wheezy/updates/main libkrb5-3 amd64 1.10.1+dfsg-5+deb7u1 [394 kB]
Get:56 http://cdn.debian.net/debian/ wheezy/main libsasl2-2 amd64 2.1.25.dfsg1-6+deb7u1 [120 kB]
Get:57 http://cdn.debian.net/debian/ wheezy/main libldap-2.4-2 amd64 2.4.31-1+nmu2 [243 kB]
Get:58 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-fdisk amd64 1.630-turnkey+0 [202 kB]
Get:59 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-file amd64 1.630-turnkey+0 [727 kB]
Get:60 http://security.debian.org/ wheezy/updates/main libgssapi-krb5-2 amd64 1.10.1+dfsg-5+deb7u1 [148 kB]
Get:61 http://cdn.debian.net/debian/ wheezy/main libpcre3 amd64 1:8.30-5 [242 kB]
Get:62 http://security.debian.org/ wheezy/updates/main libgssrpc4 amd64 1.10.1+dfsg-5+deb7u1 [87.5 kB]
Get:63 http://security.debian.org/ wheezy/updates/main libkadm5clnt-mit8 amd64 1.10.1+dfsg-5+deb7u1 [67.7 kB]
Get:64 http://cdn.debian.net/debian/ wheezy/main libsqlite3-0 amd64 3.7.13-1+deb7u1 [455 kB]
Get:65 http://security.debian.org/ wheezy/updates/main libkdb5-6 amd64 1.10.1+dfsg-5+deb7u1 [66.9 kB]
Get:66 http://security.debian.org/ wheezy/updates/main libkadm5srv-mit8 amd64 1.10.1+dfsg-5+deb7u1 [84.6 kB]
Get:67 http://security.debian.org/ wheezy/updates/main libmagic1 amd64 5.11-2+deb7u3 [202 kB]
Get:68 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-firewall amd64 1.630-turnkey+0 [167 kB]
Get:69 http://cdn.debian.net/debian/ wheezy/main libwrap0 amd64 7.6.q-24 [62.4 kB]
Get:70 http://cdn.debian.net/debian/ wheezy/main libxml2 amd64 2.8.0+dfsg1-7+nmu3 [904 kB]
Get:71 http://security.debian.org/ wheezy/updates/main libcurl3 amd64 7.26.0-1+wheezy9 [331 kB]
Get:72 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-raid amd64 1.630-turnkey+0 [69.2 kB]
Get:73 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-lvm amd64 1.630-turnkey+0 [76.2 kB]
Get:74 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-mysql amd64 1.630-turnkey+0 [439 kB]
Get:75 http://security.debian.org/ wheezy/updates/main libcurl3-gnutls amd64 7.26.0-1+wheezy9 [321 kB]
Get:76 http://cdn.debian.net/debian/ wheezy/main libaio1 amd64 0.3.109-3 [9150 B]
Get:77 http://cdn.debian.net/debian/ wheezy/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB]
Get:78 http://cdn.debian.net/debian/ wheezy/main libssh2-1 amd64 1.4.2-1.1 [133 kB]
Get:79 http://security.debian.org/ wheezy/updates/main libicu48 amd64 4.8.1.1-12+deb7u1 [4742 kB]
Get:80 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-net amd64 1.630-turnkey+0 [236 kB]
Get:81 http://cdn.debian.net/debian/ wheezy/main dmsetup amd64 2:1.02.74-8 [67.9 kB]
Get:82 http://cdn.debian.net/debian/ wheezy/main libdevmapper1.02.1 amd64 2:1.02.74-8 [130 kB]
Get:83 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-useradmin amd64 1.630-turnkey+0 [474 kB]
Get:84 http://cdn.debian.net/debian/ wheezy/main libdevmapper-event1.02.1 amd64 2:1.02.74-8 [32.6 kB]
Get:85 http://cdn.debian.net/debian/ wheezy/main libexpat1 amd64 2.1.0-1+deb7u1 [139 kB]
Get:86 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-passwd amd64 1.630-turnkey+0 [45.7 kB]
Get:87 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-postfix amd64 1.630-turnkey+0 [747 kB]
Get:88 http://cdn.debian.net/debian/ wheezy/main libffi5 amd64 3.0.10-3 [24.8 kB]
Get:89 http://cdn.debian.net/debian/ wheezy/main libfreetype6 amd64 2.4.9-1.1 [451 kB]
Get:90 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-shell amd64 1.630-turnkey+0 [63.0 kB]
Get:91 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-software amd64 1.630-turnkey+0 [228 kB]
Get:92 http://cdn.debian.net/debian/ wheezy/main libfuse2 amd64 2.9.0-2+deb7u1 [144 kB]
Get:93 http://cdn.debian.net/debian/ wheezy/main libglib2.0-0 amd64 2.33.12+really2.32.4-5 [1838 kB]
Get:94 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-sshd amd64 1.630-turnkey+0 [161 kB]
Get:95 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-syslog amd64 1.630-turnkey+0 [79.9 kB]
Get:96 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-text-editor amd64 1.630-turnkey+0 [4008 B]
Get:97 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-theme-stressfree amd64 1.630-turnkey+0 [1433 kB]
Get:98 http://security.debian.org/ wheezy/updates/main mysql-common all 5.5.37-0+wheezy1 [83.1 kB]
Get:99 http://security.debian.org/ wheezy/updates/main libmysqlclient18 amd64 5.5.37-0+wheezy1 [684 kB]
Get:100 http://security.debian.org/ wheezy/updates/main libyaml-0-2 amd64 0.1.4-2+deb7u4 [58.2 kB]
Get:101 http://cdn.debian.net/debian/ wheezy/main libgmp10 amd64 2:5.0.5+dfsg-2 [250 kB]
Get:102 http://security.debian.org/ wheezy/updates/main mysql-client-5.5 amd64 5.5.37-0+wheezy1 [1747 kB]
Get:103 http://cdn.debian.net/debian/ wheezy/main libgomp1 amd64 4.7.2-5 [27.5 kB]
Get:104 http://cdn.debian.net/debian/ wheezy/main libitm1 amd64 4.7.2-5 [36.6 kB]
Get:105 http://archive.turnkeylinux.org/debian/ wheezy/main webmin-updown amd64 1.630-turnkey+0 [55.2 kB]
Get:106 http://cdn.debian.net/debian/ wheezy/main libmpfr4 amd64 3.1.0-5 [538 kB]
Get:107 http://archive.turnkeylinux.org/debian/ wheezy/main casper amd64 1.236-turnkey+12+gc47bd84 [21.1 kB]
Get:108 http://security.debian.org/ wheezy/updates/main mysql-server-core-5.5 amd64 5.5.37-0+wheezy1 [3387 kB]
Get:109 http://cdn.debian.net/debian/ wheezy/main libparted0debian1 amd64 2.3-12 [348 kB]
Get:110 http://cdn.debian.net/debian/ wheezy/main libpcrecpp0 amd64 1:8.30-5 [125 kB]
Get:111 http://cdn.debian.net/debian/ wheezy/main libquadmath0 amd64 4.7.2-5 [125 kB]
Get:112 http://cdn.debian.net/debian/ wheezy/main libreadline5 amd64 5.2+dfsg-2~deb7u1 [150 kB]
Get:113 http://cdn.debian.net/debian/ wheezy/main librsync1 amd64 0.9.7-9 [72.1 kB]
Get:114 http://cdn.debian.net/debian/ wheezy/main libxslt1.1 amd64 1.1.26-14.1 [254 kB]
Get:115 http://cdn.debian.net/debian/ wheezy/main libswitch-perl all 2.16-2 [21.0 kB]
Get:116 http://cdn.debian.net/debian/ wheezy/main libclass-isa-perl all 0.36-3 [12.3 kB]
Get:117 http://cdn.debian.net/debian/ wheezy/main perl-modules all 5.14.2-21+deb7u1 [3440 kB]
Get:118 http://security.debian.org/ wheezy/updates/main mysql-server-5.5 amd64 5.5.37-0+wheezy1 [2188 kB]
Get:119 http://cdn.debian.net/debian/ wheezy/main perl amd64 5.14.2-21+deb7u1 [4407 kB]
Get:120 http://security.debian.org/ wheezy/updates/main python2.7-minimal amd64 2.7.3-6+deb7u2 [1785 kB]
Get:121 http://cdn.debian.net/debian/ wheezy/main libnet-daemon-perl all 0.48-1 [46.2 kB]
Get:122 http://cdn.debian.net/debian/ wheezy/main libplrpc-perl all 0.2020-2 [36.0 kB]
Get:123 http://cdn.debian.net/debian/ wheezy/main libdbi-perl amd64 1.622-1 [898 kB]
Get:124 http://security.debian.org/ wheezy/updates/main python2.7 amd64 2.7.3-6+deb7u2 [2728 kB]
Get:125 http://cdn.debian.net/debian/ wheezy/main libdbd-mysql-perl amd64 4.021-1+b1 [126 kB]
Get:126 http://cdn.debian.net/debian/ wheezy/main psmisc amd64 22.19-1+deb7u1 [135 kB]
Get:127 http://cdn.debian.net/debian/ wheezy/main netbase all 5.0 [20.1 kB]
Get:128 http://cdn.debian.net/debian/ wheezy/main libopts25 amd64 1:5.12-0.1 [73.8 kB]
Get:129 http://cdn.debian.net/debian/ wheezy/main ntp amd64 1:4.2.6.p5+dfsg-2 [562 kB]
Get:130 http://cdn.debian.net/debian/ wheezy/main ntpdate amd64 1:4.2.6.p5+dfsg-2 [82.6 kB]
Get:131 http://cdn.debian.net/debian/ wheezy/main mime-support all 3.52-1 [35.5 kB]
Get:132 http://cdn.debian.net/debian/ wheezy/main python-minimal all 2.7.3-4+deb7u1 [42.8 kB]
Get:133 http://cdn.debian.net/debian/ wheezy/main python all 2.7.3-4+deb7u1 [181 kB]
Get:134 http://cdn.debian.net/debian/ wheezy/main libnet-ssleay-perl amd64 1.48-1+b1 [335 kB]
Get:135 http://security.debian.org/ wheezy/updates/main openssl amd64 1.0.1e-2+deb7u11 [701 kB]
Get:136 http://security.debian.org/ wheezy/updates/main libgnutlsxx27 amd64 2.12.20-8+deb7u2 [223 kB]
Get:137 http://cdn.debian.net/debian/ wheezy/main libauthen-pam-perl amd64 0.16-2+b2 [31.3 kB]
Get:138 http://cdn.debian.net/debian/ wheezy/main libio-pty-perl amd64 1:1.08-1+b2 [40.0 kB]
Get:139 http://cdn.debian.net/debian/ wheezy/main libjemalloc1 amd64 3.0.0-3 [92.2 kB]
Get:140 http://security.debian.org/ wheezy/updates/main libisc84 amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [182 kB]
Get:141 http://cdn.debian.net/debian/ wheezy/main libmpc2 amd64 0.9-4 [40.1 kB]
Get:142 http://cdn.debian.net/debian/ wheezy/main module-init-tools all 9-3 [1796 B]
Get:143 http://security.debian.org/ wheezy/updates/main libdns88 amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [750 kB]
Get:144 http://cdn.debian.net/debian/ wheezy/main multiarch-support amd64 2.13-38+deb7u1 [150 kB]
Get:145 http://cdn.debian.net/debian/ wheezy/main tzdata all 2014a-0wheezy1 [445 kB]
Get:146 http://security.debian.org/ wheezy/updates/main libisccc80 amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [35.9 kB]
Get:147 http://security.debian.org/ wheezy/updates/main libisccfg82 amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [62.8 kB]
Get:148 http://cdn.debian.net/debian/ wheezy/main bsdmainutils amd64 9.0.3 [209 kB]
Get:149 http://security.debian.org/ wheezy/updates/main libbind9-80 amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [42.2 kB]
Get:150 http://security.debian.org/ wheezy/updates/main liblwres80 amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [55.2 kB]
Get:151 http://security.debian.org/ wheezy/updates/main bind9-host amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [73.4 kB]
Get:152 http://cdn.debian.net/debian/ wheezy/main groff-base amd64 1.21-9 [1153 kB]
Get:153 http://security.debian.org/ wheezy/updates/main file amd64 5.11-2+deb7u3 [52.1 kB]
Get:154 http://security.debian.org/ wheezy/updates/main openssh-client amd64 1:6.0p1-4+deb7u1 [1025 kB]
Get:155 http://cdn.debian.net/debian/ wheezy/main libnfnetlink0 amd64 1.0.0-1.1 [14.8 kB]
Get:156 http://cdn.debian.net/debian/ wheezy/main iptables amd64 1.4.14-3.1 [405 kB]
Get:157 http://security.debian.org/ wheezy/updates/main linux-libc-dev amd64 3.2.60-1+deb7u1 [828 kB]
Get:158 http://cdn.debian.net/debian/ wheezy/main iputils-ping amd64 3:20101006-1+b1 [58.9 kB]
Get:159 http://cdn.debian.net/debian/ wheezy/main logrotate amd64 3.8.1-4 [50.7 kB]
Get:160 http://cdn.debian.net/debian/ wheezy/main man-db amd64 2.6.2-1 [1061 kB]
Get:161 http://security.debian.org/ wheezy/updates/main libdpkg-perl all 1.16.15 [958 kB]
Get:162 http://cdn.debian.net/debian/ wheezy/main nano amd64 2.2.6-1+b1 [586 kB]
Get:163 http://cdn.debian.net/debian/ wheezy/main net-tools amd64 1.60-24.2 [346 kB]
Get:164 http://cdn.debian.net/debian/ wheezy/main rsyslog amd64 5.8.11-3 [546 kB]
Get:165 http://security.debian.org/ wheezy/updates/main dpkg-dev all 1.16.15 [1356 kB]
Get:166 http://cdn.debian.net/debian/ wheezy/main traceroute amd64 1:2.0.18-3 [51.0 kB]
Get:167 http://cdn.debian.net/debian/ wheezy/main vim-common amd64 2:7.3.547-7 [163 kB]
Get:168 http://cdn.debian.net/debian/ wheezy/main vim-tiny amd64 2:7.3.547-7 [355 kB]
Get:169 http://security.debian.org/ wheezy/updates/main curl amd64 7.26.0-1+wheezy9 [270 kB]
Get:170 http://cdn.debian.net/debian/ wheezy/main wget amd64 1.13.4-3+deb7u1 [762 kB]
Get:171 http://security.debian.org/ wheezy/updates/main krb5-multidev amd64 1.10.1+dfsg-5+deb7u1 [154 kB]
Get:172 http://security.debian.org/ wheezy/updates/main libssl-dev amd64 1.0.1e-2+deb7u11 [1753 kB]
Get:173 http://cdn.debian.net/debian/ wheezy/main whiptail amd64 0.52.14-11.1 [34.0 kB]
Get:174 http://cdn.debian.net/debian/ wheezy/main xz-utils amd64 5.1.1alpha+20120614-2 [237 kB]
Get:175 http://cdn.debian.net/debian/ wheezy/main libgeoip1 amd64 1.4.8+dfsg-3 [124 kB]
Get:176 http://cdn.debian.net/debian/ wheezy/main bzip2 amd64 1.0.6-4 [50.1 kB]
Get:177 http://security.debian.org/ wheezy/updates/main libkrb5-dev amd64 1.10.1+dfsg-5+deb7u1 [39.2 kB]
Get:178 http://cdn.debian.net/debian/ wheezy/main gettext-base amd64 0.18.1.1-9 [154 kB]
Get:179 http://security.debian.org/ wheezy/updates/main libmysqlclient-dev amd64 5.5.37-0+wheezy1 [952 kB]
Get:180 http://cdn.debian.net/debian/ wheezy/main less amd64 444-4 [135 kB]
Get:181 http://cdn.debian.net/debian/ wheezy/main locales all 2.13-38+deb7u1 [5714 kB]
Get:182 http://security.debian.org/ wheezy/updates/main libgcrypt11-dev amd64 1.5.0-5+deb7u1 [397 kB]
Get:183 http://security.debian.org/ wheezy/updates/main libgnutls-dev amd64 2.12.20-8+deb7u2 [747 kB]
Get:184 http://security.debian.org/ wheezy/updates/main libcurl4-openssl-dev amd64 7.26.0-1+wheezy9 [1272 kB]
Get:185 http://cdn.debian.net/debian/ wheezy/main patch amd64 2.6.1-3 [121 kB]
Get:186 http://cdn.debian.net/debian/ wheezy/main python-support all 1.0.15 [33.6 kB]
Get:187 http://cdn.debian.net/debian/ wheezy/main ucf all 3.0025+nmu3 [70.8 kB]
Get:188 http://cdn.debian.net/debian/ wheezy/main acpid amd64 1:2.0.16-1+deb7u1 [58.0 kB]
Get:189 http://cdn.debian.net/debian/ wheezy/main acpi-support-base all 0.140-5 [22.3 kB]
Get:190 http://cdn.debian.net/debian/ wheezy/main libapr1 amd64 1.4.6-3+deb7u1 [106 kB]
Get:191 http://security.debian.org/ wheezy/updates/main libicu-dev amd64 4.8.1.1-12+deb7u1 [5716 kB]
Get:192 http://cdn.debian.net/debian/ wheezy/main libaprutil1 amd64 1.4.1-3 [89.8 kB]
Get:193 http://cdn.debian.net/debian/ wheezy/main libaprutil1-dbd-sqlite3 amd64 1.4.1-3 [19.0 kB]
Get:194 http://cdn.debian.net/debian/ wheezy/main libaprutil1-ldap amd64 1.4.1-3 [16.6 kB]
Get:195 http://cdn.debian.net/debian/ wheezy/main apache2.2-bin amd64 2.2.22-13+deb7u1 [779 kB]
Get:196 http://cdn.debian.net/debian/ wheezy/main apache2-utils amd64 2.2.22-13+deb7u1 [162 kB]
Get:197 http://cdn.debian.net/debian/ wheezy/main apache2.2-common amd64 2.2.22-13+deb7u1 [291 kB]
Get:198 http://cdn.debian.net/debian/ wheezy/main apache2-mpm-prefork amd64 2.2.22-13+deb7u1 [2368 B]
Get:199 http://cdn.debian.net/debian/ wheezy/main apache2 amd64 2.2.22-13+deb7u1 [1444 B]
Get:200 http://cdn.debian.net/debian/ wheezy/main binutils amd64 2.22-8 [4800 kB]
Get:201 http://security.debian.org/ wheezy/updates/main libruby1.9.1 amd64 1.9.3.194-8.1+deb7u2 [4415 kB]
Get:202 http://security.debian.org/ wheezy/updates/main mysql-server all 5.5.37-0+wheezy1 [81.4 kB]
Get:203 http://security.debian.org/ wheezy/updates/main openssh-server amd64 1:6.0p1-4+deb7u1 [340 kB]
Get:204 http://cdn.debian.net/debian/ wheezy/main libc-dev-bin amd64 2.13-38+deb7u1 [226 kB]
Get:205 http://cdn.debian.net/debian/ wheezy/main libc6-dev amd64 2.13-38+deb7u1 [2663 kB]
Get:206 http://security.debian.org/ wheezy/updates/main python-crypto amd64 2.6-4+deb7u3 [543 kB]
Get:207 http://security.debian.org/ wheezy/updates/main ruby1.9.1 amd64 1.9.3.194-8.1+deb7u2 [209 kB]
Get:208 http://security.debian.org/ wheezy/updates/main ruby1.9.1-dev amd64 1.9.3.194-8.1+deb7u2 [1385 kB]
Get:209 http://cdn.debian.net/debian/ wheezy/main cpp-4.7 amd64 4.7.2-5 [5416 kB]
Get:210 http://security.debian.org/ wheezy/updates/main ssh all 1:6.0p1-4+deb7u1 [1244 B]
Get:211 http://cdn.debian.net/debian/ wheezy/main cpp amd64 4:4.7.2-1 [16.6 kB]
Get:212 http://cdn.debian.net/debian/ wheezy/main gcc-4.7 amd64 4.7.2-5 [8296 kB]
Get:213 http://cdn.debian.net/debian/ wheezy/main gcc amd64 4:4.7.2-1 [5064 B]
Get:214 http://cdn.debian.net/debian/ wheezy/main libstdc++6-4.7-dev amd64 4.7.2-5 [1726 kB]
Get:215 http://cdn.debian.net/debian/ wheezy/main g++-4.7 amd64 4.7.2-5 [8011 kB]
Get:216 http://cdn.debian.net/debian/ wheezy/main g++ amd64 4:4.7.2-1 [1374 B]
Get:217 http://cdn.debian.net/debian/ wheezy/main make amd64 3.81-8.2 [396 kB]
Get:218 http://cdn.debian.net/debian/ wheezy/main libtimedate-perl all 1.2000-1 [41.2 kB]
Get:219 http://cdn.debian.net/debian/ wheezy/main build-essential amd64 11.5 [7178 B]
Get:220 http://cdn.debian.net/debian/ wheezy/main busybox amd64 1:1.20.0-7 [452 kB]
Get:221 http://cdn.debian.net/debian/ wheezy/main ca-certificates all 20130119 [185 kB]
Get:222 http://cdn.debian.net/debian/ wheezy/main dialog amd64 1.1-20120215-2 [324 kB]
Get:223 http://cdn.debian.net/debian/ wheezy/main cron-apt all 0.9.1 [26.7 kB]
Get:224 http://cdn.debian.net/debian/ wheezy/main libdebian-installer4 amd64 0.87 [33.7 kB]
Get:225 http://cdn.debian.net/debian/ wheezy/main grub-common amd64 1.99-27+deb7u2 [1533 kB]
Get:226 http://cdn.debian.net/debian/ wheezy/main grub2-common amd64 1.99-27+deb7u2 [94.3 kB]
Get:227 http://cdn.debian.net/debian/ wheezy/main grub-pc-bin amd64 1.99-27+deb7u2 [638 kB]
Get:228 http://cdn.debian.net/debian/ wheezy/main grub-pc amd64 1.99-27+deb7u2 [171 kB]
Get:229 http://cdn.debian.net/debian/ wheezy/main libdebconfclient0 amd64 0.182 [45.5 kB]
Get:230 http://cdn.debian.net/debian/ wheezy/main os-prober amd64 1.58 [30.1 kB]
Get:231 http://cdn.debian.net/debian/ wheezy/main eject amd64 2.1.5+deb1+cvs20081104-13 [61.7 kB]
Get:232 http://cdn.debian.net/debian/ wheezy/main liberror-perl all 0.17-1 [23.6 kB]
Get:233 http://cdn.debian.net/debian/ wheezy/main git-man all 1:1.7.10.4-1+wheezy1 [1074 kB]
Get:234 http://cdn.debian.net/debian/ wheezy/main git amd64 1:1.7.10.4-1+wheezy1 [6683 kB]
Get:235 http://cdn.debian.net/debian/ wheezy/main etckeeper all 0.63 [36.3 kB]
Get:236 http://cdn.debian.net/debian/ wheezy/main ethtool amd64 1:3.4.2-1 [102 kB]
Get:237 http://cdn.debian.net/debian/ wheezy/main git-core all 1:1.7.10.4-1+wheezy1 [1336 B]
Get:238 http://cdn.debian.net/debian/ wheezy/main hdparm amd64 9.39-1+b1 [112 kB]
Get:239 http://cdn.debian.net/debian/ wheezy/main python-pycurl amd64 7.19.0-5 [87.6 kB]
Get:240 http://cdn.debian.net/debian/ wheezy/main python-simplejson amd64 2.5.2-1 [97.6 kB]
Get:241 http://cdn.debian.net/debian/ wheezy/main libconsole amd64 1:0.2.3dbs-70 [155 kB]
Get:242 http://cdn.debian.net/debian/ wheezy/main console-tools amd64 1:0.2.3dbs-70 [312 kB]
Get:243 http://cdn.debian.net/debian/ wheezy/main comerr-dev amd64 2.1-1.42.5-1.1 [43.8 kB]
Get:244 http://cdn.debian.net/debian/ wheezy/main uuid-dev amd64 2.20.1-5.3 [72.4 kB]
Get:245 http://cdn.debian.net/debian/ wheezy/main libapr1-dev amd64 1.4.6-3+deb7u1 [1074 kB]
Get:246 http://cdn.debian.net/debian/ wheezy/main libldap2-dev amd64 2.4.31-1+nmu2 [569 kB]
Get:247 http://cdn.debian.net/debian/ wheezy/main libexpat1-dev amd64 2.1.0-1+deb7u1 [222 kB]
Get:248 http://cdn.debian.net/debian/ wheezy/main libpcre3-dev amd64 1:8.30-5 [349 kB]
Get:249 http://cdn.debian.net/debian/ wheezy/main libsqlite3-dev amd64 3.7.13-1+deb7u1 [578 kB]
Get:250 http://cdn.debian.net/debian/ wheezy/main libpq5 amd64 9.1.13-0wheezy1 [137 kB]
Get:251 http://cdn.debian.net/debian/ wheezy/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB]
Get:252 http://cdn.debian.net/debian/ wheezy/main libpq-dev amd64 9.1.13-0wheezy1 [192 kB]
Get:253 http://cdn.debian.net/debian/ wheezy/main libaprutil1-dev amd64 1.4.1-3 [653 kB]
Get:254 http://cdn.debian.net/debian/ wheezy/main pkg-config amd64 0.26-1 [59.5 kB]
Get:255 http://cdn.debian.net/debian/ wheezy/main libidn11-dev amd64 1.25-2 [664 kB]
Get:256 http://cdn.debian.net/debian/ wheezy/main libgpg-error-dev amd64 1.10-3.1 [43.0 kB]
Get:257 http://cdn.debian.net/debian/ wheezy/main libtasn1-3-dev amd64 2.13-2 [389 kB]
Get:258 http://cdn.debian.net/debian/ wheezy/main libp11-kit-dev amd64 0.12-3 [67.8 kB]
Get:259 http://cdn.debian.net/debian/ wheezy/main librtmp-dev amd64 2.4+20111222.git4e06e21-1 [72.8 kB]
Get:260 http://cdn.debian.net/debian/ wheezy/main libssh2-1-dev amd64 1.4.2-1.1 [311 kB]
Get:261 http://cdn.debian.net/debian/ wheezy/main libtinfo-dev amd64 5.9-10 [105 kB]
Get:262 http://cdn.debian.net/debian/ wheezy/main libxml2-dev amd64 2.8.0+dfsg1-7+nmu3 [901 kB]
Get:263 http://cdn.debian.net/debian/ wheezy/main libxslt1-dev amd64 1.1.26-14.1 [681 kB]
Get:264 http://cdn.debian.net/debian/ wheezy/main localepurge all 0.6.3+deb7u1 [45.9 kB]
Get:265 http://cdn.debian.net/debian/ wheezy/main lsb-release all 4.1+Debian8+deb7u1 [27.2 kB]
Get:266 http://cdn.debian.net/debian/ wheezy/main lvm2 amd64 2.02.95-8 [584 kB]
Get:267 http://cdn.debian.net/debian/ wheezy/main redis-server amd64 2:2.4.14-1 [235 kB]
Get:268 http://cdn.debian.net/debian/ wheezy/main resolvconf all 1.67 [69.0 kB]
Get:269 http://cdn.debian.net/debian/ wheezy/main rsync amd64 3.0.9-4 [369 kB]
Get:270 http://cdn.debian.net/debian/ wheezy/main ruby all 1:1.9.3 [6484 B]
Get:271 http://cdn.debian.net/debian/ wheezy/main ruby-dev all 1:1.9.3 [6082 B]
Get:272 http://cdn.debian.net/debian/ wheezy/main screen amd64 4.1.0~20120320gitdb59704-7 [670 kB]
Get:273 http://cdn.debian.net/debian/ wheezy/main ssl-cert all 1.0.32 [19.5 kB]
Get:274 http://cdn.debian.net/debian/ wheezy/main syslinux-common all 2:4.05+dfsg-6+deb7u1 [934 kB]
Get:275 http://cdn.debian.net/debian/ wheezy/main syslinux amd64 2:4.05+dfsg-6+deb7u1 [94.6 kB]
Get:276 http://cdn.debian.net/debian/ wheezy/main udhcpc amd64 1:1.20.0-7 [18.2 kB]
Get:277 http://cdn.debian.net/debian/ wheezy/main unzip amd64 6.0-8 [194 kB]
Get:278 http://cdn.debian.net/debian/ wheezy/main uuid-runtime amd64 2.20.1-5.3 [60.2 kB]
Get:279 http://cdn.debian.net/debian/ wheezy/main apache2-prefork-dev amd64 2.2.22-13+deb7u1 [114 kB]
Get:280 http://cdn.debian.net/debian/ wheezy/main libreadline-gplv2-dev amd64 5.2+dfsg-2~deb7u1 [179 kB]
Get:281 http://cdn.debian.net/debian/ wheezy/main postfix amd64 2.9.6-2 [1591 kB]
Fetched 162 MB in 2min 39s (1019 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 10899 files and directories currently installed.)
Preparing to replace base-files 7.1wheezy2 (using .../base-files_7.1wheezy5_amd64.deb) ...
Unpacking replacement base-files ...
Setting up base-files (7.1wheezy5) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 10899 files and directories currently installed.)
Preparing to replace dpkg 1.16.12 (using .../dpkg_1.16.15_amd64.deb) ...
Unpacking replacement dpkg ...
Setting up dpkg (1.16.15) ...
(Reading database ... 10900 files and directories currently installed.)
Preparing to replace libc-bin 2.13-38 (using .../libc-bin_2.13-38+deb7u1_amd64.deb) ...
Unpacking replacement libc-bin ...
Setting up libc-bin (2.13-38+deb7u1) ...
(Reading database ... 10900 files and directories currently installed.)
Preparing to replace libc6:amd64 2.13-38 (using .../libc6_2.13-38+deb7u1_amd64.deb) ...
Unpacking replacement libc6:amd64 ...
Setting up libc6:amd64 (2.13-38+deb7u1) ...
Selecting previously unselected package sysvinit.
(Reading database ... 10900 files and directories currently installed.)
Unpacking sysvinit (from .../sysvinit_2.88dsf-41+deb7u1_amd64.deb) ...
Setting up sysvinit (2.88dsf-41+deb7u1) ...
Not restarting sysvinit
(Reading database ... 10926 files and directories currently installed.)
Preparing to replace libapt-pkg4.12:amd64 0.9.7.9 (using .../libapt-pkg4.12_0.9.7.9+deb7u2_amd64.deb) ...
Unpacking replacement libapt-pkg4.12:amd64 ...
Setting up libapt-pkg4.12:amd64 (0.9.7.9+deb7u2) ...
(Reading database ... 10926 files and directories currently installed.)
Preparing to replace gpgv 1.4.12-7+deb7u2 (using .../gpgv_1.4.12-7+deb7u4_amd64.deb) ...
Unpacking replacement gpgv ...
Setting up gpgv (1.4.12-7+deb7u4) ...
(Reading database ... 10926 files and directories currently installed.)
Preparing to replace gnupg 1.4.12-7+deb7u2 (using .../gnupg_1.4.12-7+deb7u4_amd64.deb) ...
Unpacking replacement gnupg ...
Setting up gnupg (1.4.12-7+deb7u4) ...
(Reading database ... 10926 files and directories currently installed.)
Preparing to replace apt 0.9.7.9 (using .../apt_0.9.7.9+deb7u2_amd64.deb) ...
Unpacking replacement apt ...
Setting up apt (0.9.7.9+deb7u2) ...
gpg: key B98321F9: "Squeeze Stable Release Key <debian-release@lists.debian.org>" not changed
gpg: key 473041FA: "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>" not changed
gpg: key 65FFB764: "Wheezy Stable Release Key <debian-release@lists.debian.org>" not changed
gpg: key 46925553: "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>" not changed
gpg: Total number processed: 4
gpg: unchanged: 4
Selecting previously unselected package adduser.
(Reading database ... 10926 files and directories currently installed.)
Unpacking adduser (from .../adduser_3.113+nmu3_all.deb) ...
Selecting previously unselected package cron.
Unpacking cron (from .../cron_3.0pl1-124_amd64.deb) ...
Selecting previously unselected package iproute.
Unpacking iproute (from .../iproute_20120521-3+b3_amd64.deb) ...
Selecting previously unselected package ifupdown.
Unpacking ifupdown (from .../ifupdown_0.7.8_amd64.deb) ...
Selecting previously unselected package libgpg-error0:amd64.
Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3.1_amd64.deb) ...
Selecting previously unselected package libgcrypt11:amd64.
Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libgdbm3:amd64.
Unpacking libgdbm3:amd64 (from .../libgdbm3_1.8.3-11_amd64.deb) ...
Selecting previously unselected package libp11-kit0:amd64.
Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ...
Selecting previously unselected package libtasn1-3:amd64.
Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ...
Selecting previously unselected package libgnutls26:amd64.
Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-8+deb7u2_amd64.deb) ...
Selecting previously unselected package libnewt0.52.
Unpacking libnewt0.52 (from .../libnewt0.52_0.52.14-11.1_amd64.deb) ...
Selecting previously unselected package libpipeline1:amd64.
Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ...
Selecting previously unselected package libpopt0:amd64.
Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ...
Selecting previously unselected package libssl1.0.0:amd64.
Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1e-2+deb7u11_amd64.deb) ...
Selecting previously unselected package bash-completion.
Unpacking bash-completion (from .../bash-completion_1%3a2.0-1_all.deb) ...
Selecting previously unselected package libasprintf0c2:amd64.
Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ...
Selecting previously unselected package libcap2:amd64.
Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.2_amd64.deb) ...
Selecting previously unselected package libbsd0:amd64.
Unpacking libbsd0:amd64 (from .../libbsd0_0.4.2-1_amd64.deb) ...
Selecting previously unselected package libedit2:amd64.
Unpacking libedit2:amd64 (from .../libedit2_2.11-20080614-5_amd64.deb) ...
Selecting previously unselected package libgnutls-openssl27:amd64.
Unpacking libgnutls-openssl27:amd64 (from .../libgnutls-openssl27_2.12.20-8+deb7u2_amd64.deb) ...
Selecting previously unselected package libkeyutils1:amd64.
Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ...
Selecting previously unselected package libkrb5support0:amd64.
Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libk5crypto3:amd64.
Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libkrb5-3:amd64.
Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libgssrpc4:amd64.
Unpacking libgssrpc4:amd64 (from .../libgssrpc4_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libidn11:amd64.
Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ...
Selecting previously unselected package libkadm5clnt-mit8:amd64.
Unpacking libkadm5clnt-mit8:amd64 (from .../libkadm5clnt-mit8_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libkdb5-6:amd64.
Unpacking libkdb5-6:amd64 (from .../libkdb5-6_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libkadm5srv-mit8:amd64.
Unpacking libkadm5srv-mit8:amd64 (from .../libkadm5srv-mit8_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libsasl2-2:amd64.
Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-6+deb7u1_amd64.deb) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1+nmu2_amd64.deb) ...
Selecting previously unselected package libmagic1:amd64.
Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2+deb7u3_amd64.deb) ...
Selecting previously unselected package libpcre3:amd64.
Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ...
Selecting previously unselected package libsqlite3-0:amd64.
Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1+deb7u1_amd64.deb) ...
Selecting previously unselected package libwrap0:amd64.
Unpacking libwrap0:amd64 (from .../libwrap0_7.6.q-24_amd64.deb) ...
Selecting previously unselected package libxml2:amd64.
Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-7+nmu3_amd64.deb) ...
Selecting previously unselected package libaio1:amd64.
Unpacking libaio1:amd64 (from .../libaio1_0.3.109-3_amd64.deb) ...
Selecting previously unselected package librtmp0:amd64.
Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ...
Selecting previously unselected package libssh2-1:amd64.
Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1.1_amd64.deb) ...
Selecting previously unselected package libcurl3:amd64.
Unpacking libcurl3:amd64 (from .../libcurl3_7.26.0-1+wheezy9_amd64.deb) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Unpacking libcurl3-gnutls:amd64 (from .../libcurl3-gnutls_7.26.0-1+wheezy9_amd64.deb) ...
Selecting previously unselected package dmsetup.
Unpacking dmsetup (from .../dmsetup_2%3a1.02.74-8_amd64.deb) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Unpacking libdevmapper1.02.1:amd64 (from .../libdevmapper1.02.1_2%3a1.02.74-8_amd64.deb) ...
Selecting previously unselected package libdevmapper-event1.02.1:amd64.
Unpacking libdevmapper-event1.02.1:amd64 (from .../libdevmapper-event1.02.1_2%3a1.02.74-8_amd64.deb) ...
Selecting previously unselected package libexpat1:amd64.
Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1+deb7u1_amd64.deb) ...
Selecting previously unselected package libffi5:amd64.
Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ...
Selecting previously unselected package libfreetype6:amd64.
Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1.1_amd64.deb) ...
Selecting previously unselected package libfuse2:amd64.
Unpacking libfuse2:amd64 (from .../libfuse2_2.9.0-2+deb7u1_amd64.deb) ...
Selecting previously unselected package libglib2.0-0:amd64.
Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.33.12+really2.32.4-5_amd64.deb) ...
Selecting previously unselected package libgmp10:amd64.
Unpacking libgmp10:amd64 (from .../libgmp10_2%3a5.0.5+dfsg-2_amd64.deb) ...
Selecting previously unselected package libgomp1:amd64.
Unpacking libgomp1:amd64 (from .../libgomp1_4.7.2-5_amd64.deb) ...
Selecting previously unselected package libicu48:amd64.
Unpacking libicu48:amd64 (from .../libicu48_4.8.1.1-12+deb7u1_amd64.deb) ...
Selecting previously unselected package libitm1:amd64.
Unpacking libitm1:amd64 (from .../libitm1_4.7.2-5_amd64.deb) ...
Selecting previously unselected package libmpfr4:amd64.
Unpacking libmpfr4:amd64 (from .../libmpfr4_3.1.0-5_amd64.deb) ...
Selecting previously unselected package mysql-common.
Unpacking mysql-common (from .../mysql-common_5.5.37-0+wheezy1_all.deb) ...
Selecting previously unselected package libmysqlclient18:amd64.
Unpacking libmysqlclient18:amd64 (from .../libmysqlclient18_5.5.37-0+wheezy1_amd64.deb) ...
Selecting previously unselected package libparted0debian1:amd64.
Unpacking libparted0debian1:amd64 (from .../libparted0debian1_2.3-12_amd64.deb) ...
Selecting previously unselected package libpcrecpp0:amd64.
Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ...
Selecting previously unselected package libquadmath0:amd64.
Unpacking libquadmath0:amd64 (from .../libquadmath0_4.7.2-5_amd64.deb) ...
Selecting previously unselected package libreadline5:amd64.
Unpacking libreadline5:amd64 (from .../libreadline5_5.2+dfsg-2~deb7u1_amd64.deb) ...
Selecting previously unselected package librsync1:amd64.
Unpacking librsync1:amd64 (from .../librsync1_0.9.7-9_amd64.deb) ...
Selecting previously unselected package libxslt1.1:amd64.
Unpacking libxslt1.1:amd64 (from .../libxslt1.1_1.1.26-14.1_amd64.deb) ...
Selecting previously unselected package libyaml-0-2:amd64.
Unpacking libyaml-0-2:amd64 (from .../libyaml-0-2_0.1.4-2+deb7u4_amd64.deb) ...
Selecting previously unselected package libswitch-perl.
Unpacking libswitch-perl (from .../libswitch-perl_2.16-2_all.deb) ...
Selecting previously unselected package libclass-isa-perl.
Unpacking libclass-isa-perl (from .../libclass-isa-perl_0.36-3_all.deb) ...
Selecting previously unselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.14.2-21+deb7u1_all.deb) ...
Selecting previously unselected package perl.
Unpacking perl (from .../perl_5.14.2-21+deb7u1_amd64.deb) ...
Selecting previously unselected package libnet-daemon-perl.
Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.48-1_all.deb) ...
Selecting previously unselected package libplrpc-perl.
Unpacking libplrpc-perl (from .../libplrpc-perl_0.2020-2_all.deb) ...
Selecting previously unselected package libdbi-perl.
Unpacking libdbi-perl (from .../libdbi-perl_1.622-1_amd64.deb) ...
Selecting previously unselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.021-1+b1_amd64.deb) ...
Selecting previously unselected package mysql-client-5.5.
Unpacking mysql-client-5.5 (from .../mysql-client-5.5_5.5.37-0+wheezy1_amd64.deb) ...
Selecting previously unselected package psmisc.
Unpacking psmisc (from .../psmisc_22.19-1+deb7u1_amd64.deb) ...
Selecting previously unselected package mysql-server-core-5.5.
Unpacking mysql-server-core-5.5 (from .../mysql-server-core-5.5_5.5.37-0+wheezy1_amd64.deb) ...
Setting up mysql-common (5.5.37-0+wheezy1) ...
Setting up adduser (3.113+nmu3) ...
Selecting previously unselected package mysql-server-5.5.
(Reading database ... 14291 files and directories currently installed.)
Unpacking mysql-server-5.5 (from .../mysql-server-5.5_5.5.37-0+wheezy1_amd64.deb) ...
df: Warning: cannot read table of mounted file systems: No such file or directory
Selecting previously unselected package netbase.
Unpacking netbase (from .../archives/netbase_5.0_all.deb) ...
Selecting previously unselected package libopts25.
Unpacking libopts25 (from .../libopts25_1%3a5.12-0.1_amd64.deb) ...
Selecting previously unselected package ntp.
Unpacking ntp (from .../ntp_1%3a4.2.6.p5+dfsg-2_amd64.deb) ...
Selecting previously unselected package ntpdate.
Unpacking ntpdate (from .../ntpdate_1%3a4.2.6.p5+dfsg-2_amd64.deb) ...
Selecting previously unselected package tklbam-squid-common.
Unpacking tklbam-squid-common (from .../tklbam-squid-common_2.7.STABLE9-2.1turnkey+25+g6843b1f_amd64.deb) ...
Selecting previously unselected package python2.7-minimal.
Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3-6+deb7u2_amd64.deb) ...
Selecting previously unselected package mime-support.
Unpacking mime-support (from .../mime-support_3.52-1_all.deb) ...
Selecting previously unselected package python2.7.
Unpacking python2.7 (from .../python2.7_2.7.3-6+deb7u2_amd64.deb) ...
Selecting previously unselected package python-minimal.
Unpacking python-minimal (from .../python-minimal_2.7.3-4+deb7u1_all.deb) ...
Selecting previously unselected package python.
Unpacking python (from .../python_2.7.3-4+deb7u1_all.deb) ...
Selecting previously unselected package turnkey-pylib.
Unpacking turnkey-pylib (from .../turnkey-pylib_0.5+2+gfde3f2b_amd64.deb) ...
Selecting previously unselected package tklbam-squid.
Unpacking tklbam-squid (from .../tklbam-squid_2.7.STABLE9-2.1turnkey+25+g6843b1f_amd64.deb) ...
Selecting previously unselected package libnet-ssleay-perl.
Unpacking libnet-ssleay-perl (from .../libnet-ssleay-perl_1.48-1+b1_amd64.deb) ...
Selecting previously unselected package openssl.
Unpacking openssl (from .../openssl_1.0.1e-2+deb7u11_amd64.deb) ...
Selecting previously unselected package libauthen-pam-perl.
Unpacking libauthen-pam-perl (from .../libauthen-pam-perl_0.16-2+b2_amd64.deb) ...
Selecting previously unselected package libio-pty-perl.
Unpacking libio-pty-perl (from .../libio-pty-perl_1%3a1.08-1+b2_amd64.deb) ...
Setting up libgdbm3:amd64 (1.8.3-11) ...
Setting up libclass-isa-perl (0.36-3) ...
Setting up perl-modules (5.14.2-21+deb7u1) ...
Setting up perl (5.14.2-21+deb7u1) ...
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
Setting up libswitch-perl (2.16-2) ...
Selecting previously unselected package webmin.
(Reading database ... 15665 files and directories currently installed.)
Unpacking webmin (from .../webmin_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-tklbam.
Unpacking webmin-tklbam (from .../webmin-tklbam_1.0+4+gb0c7a4c_amd64.deb) ...
Selecting previously unselected package libgnutlsxx27:amd64.
Unpacking libgnutlsxx27:amd64 (from .../libgnutlsxx27_2.12.20-8+deb7u2_amd64.deb) ...
Selecting previously unselected package libjemalloc1.
Unpacking libjemalloc1 (from .../libjemalloc1_3.0.0-3_amd64.deb) ...
Selecting previously unselected package libmpc2:amd64.
Unpacking libmpc2:amd64 (from .../libmpc2_0.9-4_amd64.deb) ...
Selecting previously unselected package module-init-tools.
Unpacking module-init-tools (from .../module-init-tools_9-3_all.deb) ...
Preparing to replace multiarch-support 2.13-38 (using .../multiarch-support_2.13-38+deb7u1_amd64.deb) ...
Unpacking replacement multiarch-support ...
Setting up multiarch-support (2.13-38+deb7u1) ...
(Reading database ... 17918 files and directories currently installed.)
Preparing to replace tzdata 2013d-0wheezy1 (using .../tzdata_2014a-0wheezy1_all.deb) ...
Unpacking replacement tzdata ...
Setting up tzdata (2014a-0wheezy1) ...
Current default time zone: 'Etc/UTC'
Local time is now: Mon Jul 7 14:01:03 UTC 2014.
Universal Time is now: Mon Jul 7 14:01:03 UTC 2014.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
Selecting previously unselected package bsdmainutils.
(Reading database ... 17897 files and directories currently installed.)
Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ...
Selecting previously unselected package groff-base.
Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ...
Selecting previously unselected package libnfnetlink0.
Unpacking libnfnetlink0 (from .../libnfnetlink0_1.0.0-1.1_amd64.deb) ...
Selecting previously unselected package iptables.
Unpacking iptables (from .../iptables_1.4.14-3.1_amd64.deb) ...
Selecting previously unselected package iputils-ping.
Unpacking iputils-ping (from .../iputils-ping_3%3a20101006-1+b1_amd64.deb) ...
Selecting previously unselected package logrotate.
Unpacking logrotate (from .../logrotate_3.8.1-4_amd64.deb) ...
Selecting previously unselected package man-db.
Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ...
Selecting previously unselected package nano.
Unpacking nano (from .../nano_2.2.6-1+b1_amd64.deb) ...
Selecting previously unselected package net-tools.
Unpacking net-tools (from .../net-tools_1.60-24.2_amd64.deb) ...
Selecting previously unselected package rsyslog.
Unpacking rsyslog (from .../rsyslog_5.8.11-3_amd64.deb) ...
Selecting previously unselected package traceroute.
Unpacking traceroute (from .../traceroute_1%3a2.0.18-3_amd64.deb) ...
Selecting previously unselected package vim-common.
Unpacking vim-common (from .../vim-common_2%3a7.3.547-7_amd64.deb) ...
Selecting previously unselected package vim-tiny.
Unpacking vim-tiny (from .../vim-tiny_2%3a7.3.547-7_amd64.deb) ...
Selecting previously unselected package wget.
Unpacking wget (from .../wget_1.13.4-3+deb7u1_amd64.deb) ...
Selecting previously unselected package whiptail.
Unpacking whiptail (from .../whiptail_0.52.14-11.1_amd64.deb) ...
Selecting previously unselected package xz-utils.
Unpacking xz-utils (from .../xz-utils_5.1.1alpha+20120614-2_amd64.deb) ...
Selecting previously unselected package libgeoip1.
Unpacking libgeoip1 (from .../libgeoip1_1.4.8+dfsg-3_amd64.deb) ...
Selecting previously unselected package libisc84.
Unpacking libisc84 (from .../libisc84_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package libdns88.
Unpacking libdns88 (from .../libdns88_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package libisccc80.
Unpacking libisccc80 (from .../libisccc80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package libisccfg82.
Unpacking libisccfg82 (from .../libisccfg82_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package libbind9-80.
Unpacking libbind9-80 (from .../libbind9-80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package liblwres80.
Unpacking liblwres80 (from .../liblwres80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package bind9-host.
Unpacking bind9-host (from .../bind9-host_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package bzip2.
Unpacking bzip2 (from .../bzip2_1.0.6-4_amd64.deb) ...
Selecting previously unselected package file.
Unpacking file (from .../file_5.11-2+deb7u3_amd64.deb) ...
Selecting previously unselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ...
Selecting previously unselected package less.
Unpacking less (from .../archives/less_444-4_amd64.deb) ...
Preparing to replace locales 2.13-38 (using .../locales_2.13-38+deb7u1_all.deb) ...
Unpacking replacement locales ...
Selecting previously unselected package openssh-client.
Unpacking openssh-client (from .../openssh-client_1%3a6.0p1-4+deb7u1_amd64.deb) ...
Selecting previously unselected package patch.
Unpacking patch (from .../patch_2.6.1-3_amd64.deb) ...
Selecting previously unselected package python-support.
Unpacking python-support (from .../python-support_1.0.15_all.deb) ...
Selecting previously unselected package ucf.
Unpacking ucf (from .../ucf_3.0025+nmu3_all.deb) ...
Moving old data out of the way
Selecting previously unselected package acpid.
Unpacking acpid (from .../acpid_1%3a2.0.16-1+deb7u1_amd64.deb) ...
Selecting previously unselected package acpi-support-base.
Unpacking acpi-support-base (from .../acpi-support-base_0.140-5_all.deb) ...
Selecting previously unselected package libapr1.
Unpacking libapr1 (from .../libapr1_1.4.6-3+deb7u1_amd64.deb) ...
Selecting previously unselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.4.1-3_amd64.deb) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3.
Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.4.1-3_amd64.deb) ...
Selecting previously unselected package libaprutil1-ldap.
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.4.1-3_amd64.deb) ...
Selecting previously unselected package apache2.2-bin.
Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.22-13+deb7u1_amd64.deb) ...
Selecting previously unselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.22-13+deb7u1_amd64.deb) ...
Selecting previously unselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.22-13+deb7u1_amd64.deb) ...
Selecting previously unselected package apache2-mpm-prefork.
Unpacking apache2-mpm-prefork (from .../apache2-mpm-prefork_2.2.22-13+deb7u1_amd64.deb) ...
Selecting previously unselected package apache2.
Unpacking apache2 (from .../apache2_2.2.22-13+deb7u1_amd64.deb) ...
Selecting previously unselected package binutils.
Unpacking binutils (from .../binutils_2.22-8_amd64.deb) ...
Selecting previously unselected package libc-dev-bin.
Unpacking libc-dev-bin (from .../libc-dev-bin_2.13-38+deb7u1_amd64.deb) ...
Selecting previously unselected package linux-libc-dev:amd64.
Unpacking linux-libc-dev:amd64 (from .../linux-libc-dev_3.2.60-1+deb7u1_amd64.deb) ...
Selecting previously unselected package libc6-dev:amd64.
Unpacking libc6-dev:amd64 (from .../libc6-dev_2.13-38+deb7u1_amd64.deb) ...
Selecting previously unselected package cpp-4.7.
Unpacking cpp-4.7 (from .../cpp-4.7_4.7.2-5_amd64.deb) ...
Selecting previously unselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.7.2-1_amd64.deb) ...
Selecting previously unselected package gcc-4.7.
Unpacking gcc-4.7 (from .../gcc-4.7_4.7.2-5_amd64.deb) ...
Selecting previously unselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.7.2-1_amd64.deb) ...
Selecting previously unselected package libstdc++6-4.7-dev.
Unpacking libstdc++6-4.7-dev (from .../libstdc++6-4.7-dev_4.7.2-5_amd64.deb) ...
Selecting previously unselected package g++-4.7.
Unpacking g++-4.7 (from .../g++-4.7_4.7.2-5_amd64.deb) ...
Selecting previously unselected package g++.
Unpacking g++ (from .../g++_4%3a4.7.2-1_amd64.deb) ...
Selecting previously unselected package make.
Unpacking make (from .../make_3.81-8.2_amd64.deb) ...
Selecting previously unselected package libtimedate-perl.
Unpacking libtimedate-perl (from .../libtimedate-perl_1.2000-1_all.deb) ...
Selecting previously unselected package libdpkg-perl.
Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.15_all.deb) ...
Selecting previously unselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.16.15_all.deb) ...
Selecting previously unselected package build-essential.
Unpacking build-essential (from .../build-essential_11.5_amd64.deb) ...
Selecting previously unselected package busybox.
Unpacking busybox (from .../busybox_1%3a1.20.0-7_amd64.deb) ...
Selecting previously unselected package busybox-initramfs.
Unpacking busybox-initramfs (from .../busybox-initramfs_1.20.0-7ubuntu3+turnkey+2+gbe130c2_amd64.deb) ...
Selecting previously unselected package ca-certificates.
Unpacking ca-certificates (from .../ca-certificates_20130119_all.deb) ...
Selecting previously unselected package dialog.
Unpacking dialog (from .../dialog_1.1-20120215-2_amd64.deb) ...
Selecting previously unselected package python-dialog.
Unpacking python-dialog (from .../python-dialog_2.7-1turnkey+9+g97403e1_amd64.deb) ...
Selecting previously unselected package confconsole.
Unpacking confconsole (from .../confconsole_0.9.4+39+g4bf3279_amd64.deb) ...
Selecting previously unselected package cron-apt.
Unpacking cron-apt (from .../cron-apt_0.9.1_all.deb) ...
Selecting previously unselected package curl.
Unpacking curl (from .../curl_7.26.0-1+wheezy9_amd64.deb) ...
Selecting previously unselected package libdebian-installer4.
Unpacking libdebian-installer4 (from .../libdebian-installer4_0.87_amd64.deb) ...
Selecting previously unselected package grub-common.
Unpacking grub-common (from .../grub-common_1.99-27+deb7u2_amd64.deb) ...
Selecting previously unselected package grub2-common.
Unpacking grub2-common (from .../grub2-common_1.99-27+deb7u2_amd64.deb) ...
Selecting previously unselected package grub-pc-bin.
Unpacking grub-pc-bin (from .../grub-pc-bin_1.99-27+deb7u2_amd64.deb) ...
Selecting previously unselected package grub-pc.
Unpacking grub-pc (from .../grub-pc_1.99-27+deb7u2_amd64.deb) ...
Selecting previously unselected package libdebconfclient0.
Unpacking libdebconfclient0 (from .../libdebconfclient0_0.182_amd64.deb) ...
Selecting previously unselected package os-prober.
Unpacking os-prober (from .../os-prober_1.58_amd64.deb) ...
Selecting previously unselected package di-live.
Unpacking di-live (from .../di-live_0.9.4+5+g72866c5_amd64.deb) ...
Selecting previously unselected package eject.
Unpacking eject (from .../eject_2.1.5+deb1+cvs20081104-13_amd64.deb) ...
Selecting previously unselected package liberror-perl.
Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
Selecting previously unselected package git-man.
Unpacking git-man (from .../git-man_1%3a1.7.10.4-1+wheezy1_all.deb) ...
Selecting previously unselected package git.
Unpacking git (from .../git_1%3a1.7.10.4-1+wheezy1_amd64.deb) ...
Selecting previously unselected package etckeeper.
Unpacking etckeeper (from .../etckeeper_0.63_all.deb) ...
Selecting previously unselected package ethtool.
Unpacking ethtool (from .../ethtool_1%3a3.4.2-1_amd64.deb) ...
Selecting previously unselected package git-core.
Unpacking git-core (from .../git-core_1%3a1.7.10.4-1+wheezy1_all.deb) ...
Selecting previously unselected package hdparm.
Unpacking hdparm (from .../hdparm_9.39-1+b1_amd64.deb) ...
Selecting previously unselected package python-pycurl.
Unpacking python-pycurl (from .../python-pycurl_7.19.0-5_amd64.deb) ...
Selecting previously unselected package python-simplejson.
Unpacking python-simplejson (from .../python-simplejson_2.5.2-1_amd64.deb) ...
Selecting previously unselected package pycurl-wrapper.
Unpacking pycurl-wrapper (from .../pycurl-wrapper_1.2_amd64.deb) ...
Selecting previously unselected package hubdns.
Unpacking hubdns (from .../hubdns_1.0+5+g9f6397b_amd64.deb) ...
Selecting previously unselected package libconsole.
Unpacking libconsole (from .../libconsole_1%3a0.2.3dbs-70_amd64.deb) ...
Selecting previously unselected package console-tools.
Unpacking console-tools (from .../console-tools_1%3a0.2.3dbs-70_amd64.deb) ...
Selecting previously unselected package inithooks.
Unpacking inithooks (from .../inithooks_0.9+55+g911149a_amd64.deb) ...
Selecting previously unselected package comerr-dev.
Unpacking comerr-dev (from .../comerr-dev_2.1-1.42.5-1.1_amd64.deb) ...
Selecting previously unselected package krb5-multidev.
Unpacking krb5-multidev (from .../krb5-multidev_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package uuid-dev.
Unpacking uuid-dev (from .../uuid-dev_2.20.1-5.3_amd64.deb) ...
Selecting previously unselected package libapr1-dev.
Unpacking libapr1-dev (from .../libapr1-dev_1.4.6-3+deb7u1_amd64.deb) ...
Selecting previously unselected package libldap2-dev:amd64.
Unpacking libldap2-dev:amd64 (from .../libldap2-dev_2.4.31-1+nmu2_amd64.deb) ...
Selecting previously unselected package libexpat1-dev.
Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-1+deb7u1_amd64.deb) ...
Selecting previously unselected package libpcre3-dev.
Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_amd64.deb) ...
Selecting previously unselected package libsqlite3-dev.
Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.13-1+deb7u1_amd64.deb) ...
Selecting previously unselected package libpq5.
Unpacking libpq5 (from .../libpq5_9.1.13-0wheezy1_amd64.deb) ...
Selecting previously unselected package zlib1g-dev:amd64.
Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ...
Selecting previously unselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.1e-2+deb7u11_amd64.deb) ...
Selecting previously unselected package libkrb5-dev.
Unpacking libkrb5-dev (from .../libkrb5-dev_1.10.1+dfsg-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libpq-dev.
Unpacking libpq-dev (from .../libpq-dev_9.1.13-0wheezy1_amd64.deb) ...
Selecting previously unselected package libmysqlclient-dev.
Unpacking libmysqlclient-dev (from .../libmysqlclient-dev_5.5.37-0+wheezy1_amd64.deb) ...
Selecting previously unselected package libaprutil1-dev.
Unpacking libaprutil1-dev (from .../libaprutil1-dev_1.4.1-3_amd64.deb) ...
Selecting previously unselected package pkg-config.
Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ...
Selecting previously unselected package libidn11-dev.
Unpacking libidn11-dev (from .../libidn11-dev_1.25-2_amd64.deb) ...
Selecting previously unselected package libgpg-error-dev.
Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-3.1_amd64.deb) ...
Selecting previously unselected package libgcrypt11-dev.
Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-5+deb7u1_amd64.deb) ...
Selecting previously unselected package libtasn1-3-dev.
Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.13-2_amd64.deb) ...
Selecting previously unselected package libp11-kit-dev.
Unpacking libp11-kit-dev (from .../libp11-kit-dev_0.12-3_amd64.deb) ...
Selecting previously unselected package libgnutls-dev.
Unpacking libgnutls-dev (from .../libgnutls-dev_2.12.20-8+deb7u2_amd64.deb) ...
Selecting previously unselected package librtmp-dev.
Unpacking librtmp-dev (from .../librtmp-dev_2.4+20111222.git4e06e21-1_amd64.deb) ...
Selecting previously unselected package libssh2-1-dev.
Unpacking libssh2-1-dev (from .../libssh2-1-dev_1.4.2-1.1_amd64.deb) ...
Selecting previously unselected package libcurl4-openssl-dev.
Unpacking libcurl4-openssl-dev (from .../libcurl4-openssl-dev_7.26.0-1+wheezy9_amd64.deb) ...
Selecting previously unselected package libicu-dev.
Unpacking libicu-dev (from .../libicu-dev_4.8.1.1-12+deb7u1_amd64.deb) ...
Selecting previously unselected package libruby1.9.1.
Unpacking libruby1.9.1 (from .../libruby1.9.1_1.9.3.194-8.1+deb7u2_amd64.deb) ...
Selecting previously unselected package libtinfo-dev:amd64.
Unpacking libtinfo-dev:amd64 (from .../libtinfo-dev_5.9-10_amd64.deb) ...
Selecting previously unselected package libxml2-dev:amd64.
Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-7+nmu3_amd64.deb) ...
Selecting previously unselected package libxslt1-dev.
Unpacking libxslt1-dev (from .../libxslt1-dev_1.1.26-14.1_amd64.deb) ...
Selecting previously unselected package localepurge.
Unpacking localepurge (from .../localepurge_0.6.3+deb7u1_all.deb) ...
Selecting previously unselected package lsb-release.
Unpacking lsb-release (from .../lsb-release_4.1+Debian8+deb7u1_all.deb) ...
Selecting previously unselected package lvm2.
Unpacking lvm2 (from .../lvm2_2.02.95-8_amd64.deb) ...
Selecting previously unselected package mysql-server.
Unpacking mysql-server (from .../mysql-server_5.5.37-0+wheezy1_all.deb) ...
Selecting previously unselected package openssh-server.
Unpacking openssh-server (from .../openssh-server_1%3a6.0p1-4+deb7u1_amd64.deb) ...
Selecting previously unselected package python-crypto.
Unpacking python-crypto (from .../python-crypto_2.6-4+deb7u3_amd64.deb) ...
Selecting previously unselected package redis-server.
Unpacking redis-server (from .../redis-server_2%3a2.4.14-1_amd64.deb) ...
Selecting previously unselected package resolvconf.
Unpacking resolvconf (from .../resolvconf_1.67_all.deb) ...
Selecting previously unselected package rsync.
Unpacking rsync (from .../rsync_3.0.9-4_amd64.deb) ...
Selecting previously unselected package ruby1.9.1.
Unpacking ruby1.9.1 (from .../ruby1.9.1_1.9.3.194-8.1+deb7u2_amd64.deb) ...
Selecting previously unselected package ruby.
Unpacking ruby (from .../ruby_1%3a1.9.3_all.deb) ...
Selecting previously unselected package ruby1.9.1-dev.
Unpacking ruby1.9.1-dev (from .../ruby1.9.1-dev_1.9.3.194-8.1+deb7u2_amd64.deb) ...
Selecting previously unselected package ruby-dev.
Unpacking ruby-dev (from .../ruby-dev_1%3a1.9.3_all.deb) ...
Selecting previously unselected package screen.
Unpacking screen (from .../screen_4.1.0~20120320gitdb59704-7_amd64.deb) ...
Selecting previously unselected package shellinabox.
Unpacking shellinabox (from .../shellinabox_2.14-turnkey+4+g1a0d4a2_amd64.deb) ...
Selecting previously unselected package ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.32_all.deb) ...
Selecting previously unselected package syslinux-common.
Unpacking syslinux-common (from .../syslinux-common_2%3a4.05+dfsg-6+deb7u1_all.deb) ...
Selecting previously unselected package syslinux.
Unpacking syslinux (from .../syslinux_2%3a4.05+dfsg-6+deb7u1_amd64.deb) ...
Selecting previously unselected package tklbam-duplicity.
Unpacking tklbam-duplicity (from .../tklbam-duplicity_0.6.18-2turnkey+14+g5632664_amd64.deb) ...
Selecting previously unselected package tklbam-python-boto.
Unpacking tklbam-python-boto (from .../tklbam-python-boto_2.3.0-1turnkey+3+gebe144e_amd64.deb) ...
Selecting previously unselected package tklbam.
Unpacking tklbam (from .../tklbam_1.4+7+ge4e99cc_amd64.deb) ...
Selecting previously unselected package turnkey-sysinfo.
Unpacking turnkey-sysinfo (from .../turnkey-sysinfo_0+2013.1.16+09.52.55+52a24214_amd64.deb) ...
Selecting previously unselected package turnkey-version.
Unpacking turnkey-version (from .../turnkey-version_0+2013.11.14+16.28.52+505f9292_amd64.deb) ...
Selecting previously unselected package udhcpc.
Unpacking udhcpc (from .../udhcpc_1%3a1.20.0-7_amd64.deb) ...
Selecting previously unselected package unzip.
Unpacking unzip (from .../archives/unzip_6.0-8_amd64.deb) ...
Selecting previously unselected package uuid-runtime.
Unpacking uuid-runtime (from .../uuid-runtime_2.20.1-5.3_amd64.deb) ...
Selecting previously unselected package webmin-apache.
Unpacking webmin-apache (from .../webmin-apache_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-custom.
Unpacking webmin-custom (from .../webmin-custom_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-mount.
Unpacking webmin-mount (from .../webmin-mount_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-fdisk.
Unpacking webmin-fdisk (from .../webmin-fdisk_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-file.
Unpacking webmin-file (from .../webmin-file_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-firewall.
Unpacking webmin-firewall (from .../webmin-firewall_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-raid.
Unpacking webmin-raid (from .../webmin-raid_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-lvm.
Unpacking webmin-lvm (from .../webmin-lvm_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-mysql.
Unpacking webmin-mysql (from .../webmin-mysql_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-net.
Unpacking webmin-net (from .../webmin-net_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-useradmin.
Unpacking webmin-useradmin (from .../webmin-useradmin_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-passwd.
Unpacking webmin-passwd (from .../webmin-passwd_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-postfix.
Unpacking webmin-postfix (from .../webmin-postfix_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-shell.
Unpacking webmin-shell (from .../webmin-shell_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-software.
Unpacking webmin-software (from .../webmin-software_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-sshd.
Unpacking webmin-sshd (from .../webmin-sshd_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-syslog.
Unpacking webmin-syslog (from .../webmin-syslog_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-text-editor.
Unpacking webmin-text-editor (from .../webmin-text-editor_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-theme-stressfree.
Unpacking webmin-theme-stressfree (from .../webmin-theme-stressfree_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package webmin-updown.
Unpacking webmin-updown (from .../webmin-updown_1.630-turnkey+0_amd64.deb) ...
Selecting previously unselected package apache2-prefork-dev.
Unpacking apache2-prefork-dev (from .../apache2-prefork-dev_2.2.22-13+deb7u1_amd64.deb) ...
Selecting previously unselected package casper.
Unpacking casper (from .../casper_1.236-turnkey+12+gc47bd84_amd64.deb) ...
Selecting previously unselected package libreadline-gplv2-dev:amd64.
Unpacking libreadline-gplv2-dev:amd64 (from .../libreadline-gplv2-dev_5.2+dfsg-2~deb7u1_amd64.deb) ...
Selecting previously unselected package postfix.
Unpacking postfix (from .../postfix_2.9.6-2_amd64.deb) ...
Selecting previously unselected package ssh.
Unpacking ssh (from .../ssh_1%3a6.0p1-4+deb7u1_all.deb) ...
Setting up cron (3.0pl1-124) ...
Adding group `crontab' (GID 104) ...
Done.
Warning: Fake invoke-rc.d called
Setting up iproute (20120521-3+b3) ...
Setting up ifupdown (0.7.8) ...
Creating /etc/network/interfaces.
Setting up libgpg-error0:amd64 (1.10-3.1) ...
Setting up libgcrypt11:amd64 (1.5.0-5+deb7u1) ...
Setting up libp11-kit0:amd64 (0.12-3) ...
Setting up libtasn1-3:amd64 (2.13-2) ...
Setting up libgnutls26:amd64 (2.12.20-8+deb7u2) ...
Setting up libnewt0.52 (0.52.14-11.1) ...
Setting up libpipeline1:amd64 (1.2.1-1) ...
Setting up libpopt0:amd64 (1.16-7) ...
Setting up libssl1.0.0:amd64 (1.0.1e-2+deb7u11) ...
Setting up bash-completion (1:2.0-1) ...
Setting up libasprintf0c2:amd64 (0.18.1.1-9) ...
Setting up libcap2:amd64 (1:2.22-1.2) ...
Setting up libbsd0:amd64 (0.4.2-1) ...
Setting up libedit2:amd64 (2.11-20080614-5) ...
Setting up libgnutls-openssl27:amd64 (2.12.20-8+deb7u2) ...
Setting up libkeyutils1:amd64 (1.5.5-3) ...
Setting up libkrb5support0:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libk5crypto3:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libkrb5-3:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libgssrpc4:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libidn11:amd64 (1.25-2) ...
Setting up libkadm5clnt-mit8:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libkdb5-6:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libkadm5srv-mit8:amd64 (1.10.1+dfsg-5+deb7u1) ...
Setting up libsasl2-2:amd64 (2.1.25.dfsg1-6+deb7u1) ...
Setting up libldap-2.4-2:amd64 (2.4.31-1+nmu2) ...
Setting up libmagic1:amd64 (5.11-2+deb7u3) ...
Setting up libpcre3:amd64 (1:8.30-5) ...
Setting up libsqlite3-0:amd64 (3.7.13-1+deb7u1) ...
Setting up libwrap0:amd64 (7.6.q-24) ...
Setting up libxml2:amd64 (2.8.0+dfsg1-7+nmu3) ...
Setting up libaio1:amd64 (0.3.109-3) ...
Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ...
Setting up libssh2-1:amd64 (1.4.2-1.1) ...
Setting up libcurl3:amd64 (7.26.0-1+wheezy9) ...
Setting up libcurl3-gnutls:amd64 (7.26.0-1+wheezy9) ...
Setting up libexpat1:amd64 (2.1.0-1+deb7u1) ...
Setting up libffi5:amd64 (3.0.10-3) ...
Setting up libfreetype6:amd64 (2.4.9-1.1) ...
Setting up libfuse2:amd64 (2.9.0-2+deb7u1) ...
Setting up libglib2.0-0:amd64 (2.33.12+really2.32.4-5) ...
No schema files found: doing nothing.
Setting up libgmp10:amd64 (2:5.0.5+dfsg-2) ...
Setting up libgomp1:amd64 (4.7.2-5) ...
Setting up libicu48:amd64 (4.8.1.1-12+deb7u1) ...
Setting up libitm1:amd64 (4.7.2-5) ...
Setting up libmpfr4:amd64 (3.1.0-5) ...
Setting up libmysqlclient18:amd64 (5.5.37-0+wheezy1) ...
Setting up libpcrecpp0:amd64 (1:8.30-5) ...
Setting up libquadmath0:amd64 (4.7.2-5) ...
Setting up libreadline5:amd64 (5.2+dfsg-2~deb7u1) ...
Setting up librsync1:amd64 (0.9.7-9) ...
Setting up libxslt1.1:amd64 (1.1.26-14.1) ...
Setting up libyaml-0-2:amd64 (0.1.4-2+deb7u4) ...
Setting up libnet-daemon-perl (0.48-1) ...
Setting up libplrpc-perl (0.2020-2) ...
Setting up libdbi-perl (1.622-1) ...
Setting up libdbd-mysql-perl (4.021-1+b1) ...
Setting up mysql-client-5.5 (5.5.37-0+wheezy1) ...
Setting up psmisc (22.19-1+deb7u1) ...
Setting up mysql-server-core-5.5 (5.5.37-0+wheezy1) ...
Setting up mysql-server-5.5 (5.5.37-0+wheezy1) ...
Warning: Fake invoke-rc.d called
Warning: Fake invoke-rc.d called
Setting up netbase (5.0) ...
Setting up libopts25 (1:5.12-0.1) ...
Setting up ntp (1:4.2.6.p5+dfsg-2) ...
Warning: Fake invoke-rc.d called
Setting up ntpdate (1:4.2.6.p5+dfsg-2) ...
Setting up tklbam-squid-common (2.7.STABLE9-2.1turnkey+25+g6843b1f) ...
Setting up python2.7-minimal (2.7.3-6+deb7u2) ...
Setting up mime-support (3.52-1) ...
update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode
Setting up python2.7 (2.7.3-6+deb7u2) ...
Setting up python-minimal (2.7.3-4+deb7u1) ...
Setting up python (2.7.3-4+deb7u1) ...
Setting up turnkey-pylib (0.5+2+gfde3f2b) ...
Setting up tklbam-squid (2.7.STABLE9-2.1turnkey+25+g6843b1f) ...
Setting up libnet-ssleay-perl (1.48-1+b1) ...
Setting up openssl (1.0.1e-2+deb7u11) ...
Setting up libauthen-pam-perl (0.16-2+b2) ...
Setting up libio-pty-perl (1:1.08-1+b2) ...
Setting up webmin (1.630-turnkey+0) ...
Setting up webmin-tklbam (1.0+4+gb0c7a4c) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Backup and Migration (TKLBAM) in /usr/share/webmin/tklbam (160 kb)
Setting up libgnutlsxx27:amd64 (2.12.20-8+deb7u2) ...
Setting up libjemalloc1 (3.0.0-3) ...
Setting up libmpc2:amd64 (0.9-4) ...
Setting up module-init-tools (9-3) ...
Setting up bsdmainutils (9.0.3) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up groff-base (1.21-9) ...
Setting up libnfnetlink0 (1.0.0-1.1) ...
Setting up iptables (1.4.14-3.1) ...
Setting up iputils-ping (3:20101006-1+b1) ...
Setting up logrotate (3.8.1-4) ...
Setting up man-db (2.6.2-1) ...
Building database of manual pages ...
Setting up nano (2.2.6-1+b1) ...
update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Setting up net-tools (1.60-24.2) ...
Setting up rsyslog (5.8.11-3) ...
Warning: Fake invoke-rc.d called
Setting up traceroute (1:2.0.18-3) ...
update-alternatives: using /usr/bin/traceroute.db to provide /usr/bin/traceroute (traceroute) in auto mode
update-alternatives: using /usr/bin/traceroute6.db to provide /usr/bin/traceroute6 (traceroute6) in auto mode
update-alternatives: using /usr/bin/lft.db to provide /usr/bin/lft (lft) in auto mode
update-alternatives: using /usr/bin/traceproto.db to provide /usr/bin/traceproto (traceproto) in auto mode
update-alternatives: using /usr/sbin/tcptraceroute.db to provide /usr/sbin/tcptraceroute (tcptraceroute) in auto mode
Setting up vim-common (2:7.3.547-7) ...
Setting up vim-tiny (2:7.3.547-7) ...
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode
Setting up wget (1.13.4-3+deb7u1) ...
Setting up whiptail (0.52.14-11.1) ...
Setting up xz-utils (5.1.1alpha+20120614-2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libgeoip1 (1.4.8+dfsg-3) ...
Setting up libisc84 (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up libdns88 (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up libisccc80 (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up libisccfg82 (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up libbind9-80 (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up liblwres80 (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up bind9-host (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up bzip2 (1.0.6-4) ...
Setting up file (5.11-2+deb7u3) ...
Setting up gettext-base (0.18.1.1-9) ...
Setting up less (444-4) ...
Setting up locales (2.13-38+deb7u1) ...
Generating locales (this might take a while)...
Generation complete.
Setting up openssh-client (1:6.0p1-4+deb7u1) ...
Setting up patch (2.6.1-3) ...
Setting up python-support (1.0.15) ...
Setting up ucf (3.0025+nmu3) ...
Setting up acpid (1:2.0.16-1+deb7u1) ...
Warning: Fake invoke-rc.d called
Setting up acpi-support-base (0.140-5) ...
Setting up libapr1 (1.4.6-3+deb7u1) ...
Setting up libaprutil1 (1.4.1-3) ...
Setting up libaprutil1-dbd-sqlite3 (1.4.1-3) ...
Setting up libaprutil1-ldap (1.4.1-3) ...
Setting up apache2.2-bin (2.2.22-13+deb7u1) ...
Setting up apache2-utils (2.2.22-13+deb7u1) ...
Setting up apache2.2-common (2.2.22-13+deb7u1) ...
Enabling site default.
Enabling module alias.
Enabling module autoindex.
Enabling module dir.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module status.
Enabling module auth_basic.
Enabling module deflate.
Enabling module authz_default.
Enabling module authz_user.
Enabling module authz_groupfile.
Enabling module authn_file.
Enabling module authz_host.
Enabling module reqtimeout.
Setting up apache2-mpm-prefork (2.2.22-13+deb7u1) ...
Warning: Fake invoke-rc.d called
Setting up apache2 (2.2.22-13+deb7u1) ...
Setting up binutils (2.22-8) ...
Setting up libc-dev-bin (2.13-38+deb7u1) ...
Setting up linux-libc-dev:amd64 (3.2.60-1+deb7u1) ...
Setting up libc6-dev:amd64 (2.13-38+deb7u1) ...
Setting up cpp-4.7 (4.7.2-5) ...
Setting up cpp (4:4.7.2-1) ...
Setting up gcc-4.7 (4.7.2-5) ...
Setting up gcc (4:4.7.2-1) ...
Setting up make (3.81-8.2) ...
Setting up libtimedate-perl (1.2000-1) ...
Setting up libdpkg-perl (1.16.15) ...
Setting up dpkg-dev (1.16.15) ...
Setting up busybox (1:1.20.0-7) ...
Setting up busybox-initramfs (1.20.0-7ubuntu3+turnkey+2+gbe130c2) ...
Setting up ca-certificates (20130119) ...
Setting up dialog (1.1-20120215-2) ...
Setting up python-dialog (2.7-1turnkey+9+g97403e1) ...
Setting up confconsole (0.9.4+39+g4bf3279) ...
Setting up cron-apt (0.9.1) ...
Setting up curl (7.26.0-1+wheezy9) ...
Setting up libdebian-installer4 (0.87) ...
Setting up libdebconfclient0 (0.182) ...
Setting up os-prober (1.58) ...
Setting up liberror-perl (0.17-1) ...
Setting up git-man (1:1.7.10.4-1+wheezy1) ...
Setting up git (1:1.7.10.4-1+wheezy1) ...
Setting up etckeeper (0.63) ...
Initialized empty Git repository in /etc/.git/
[master (root-commit) 2145887] Initial commit
Committer: root <root@tkldev.(none)>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email you@example.com
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
658 files changed, 21873 insertions(+)
create mode 100755 .etckeeper
create mode 100644 .gitignore
create mode 100644 acpi/events/powerbtn-acpi-support
create mode 100755 acpi/powerbtn-acpi-support.sh
create mode 100644 adduser.conf
create mode 100644 alternatives/README
create mode 120000 alternatives/awk
create mode 120000 alternatives/awk.1.gz
create mode 120000 alternatives/builtins.7.gz
create mode 120000 alternatives/c89
create mode 120000 alternatives/c89.1.gz
create mode 120000 alternatives/c99
create mode 120000 alternatives/c99.1.gz
create mode 120000 alternatives/cc
create mode 120000 alternatives/cpp
create mode 120000 alternatives/editor
create mode 120000 alternatives/editor.1.gz
create mode 120000 alternatives/ex
create mode 120000 alternatives/ex.1.gz
create mode 120000 alternatives/ex.fr.1.gz
create mode 120000 alternatives/ex.it.1.gz
create mode 120000 alternatives/ex.pl.1.gz
create mode 120000 alternatives/ex.ru.1.gz
create mode 120000 alternatives/from
create mode 120000 alternatives/from.1.gz
create mode 120000 alternatives/lft
create mode 120000 alternatives/lft.1.gz
create mode 120000 alternatives/lzcat
create mode 120000 alternatives/lzcat.1.gz
create mode 120000 alternatives/lzcmp
create mode 120000 alternatives/lzcmp.1.gz
create mode 120000 alternatives/lzdiff
create mode 120000 alternatives/lzdiff.1.gz
create mode 120000 alternatives/lzegrep
create mode 120000 alternatives/lzegrep.1.gz
create mode 120000 alternatives/lzfgrep
create mode 120000 alternatives/lzfgrep.1.gz
create mode 120000 alternatives/lzgrep
create mode 120000 alternatives/lzgrep.1.gz
create mode 120000 alternatives/lzless
create mode 120000 alternatives/lzless.1.gz
create mode 120000 alternatives/lzma
create mode 120000 alternatives/lzma.1.gz
create mode 120000 alternatives/lzmore
create mode 120000 alternatives/lzmore.1.gz
create mode 120000 alternatives/mt
create mode 120000 alternatives/mt.1.gz
create mode 120000 alternatives/nawk
create mode 120000 alternatives/nawk.1.gz
create mode 120000 alternatives/pager
create mode 120000 alternatives/pager.1.gz
create mode 120000 alternatives/pico
create mode 120000 alternatives/pico.1.gz
create mode 120000 alternatives/rcp
create mode 120000 alternatives/rcp.1.gz
create mode 120000 alternatives/rename
create mode 120000 alternatives/rename.1.gz
create mode 120000 alternatives/rlogin
create mode 120000 alternatives/rlogin.1.gz
create mode 120000 alternatives/rmt
create mode 120000 alternatives/rmt.8.gz
create mode 120000 alternatives/rsh
create mode 120000 alternatives/rsh.1.gz
create mode 120000 alternatives/rview
create mode 120000 alternatives/tcptraceroute
create mode 120000 alternatives/tcptraceroute.8.gz
create mode 120000 alternatives/traceproto
create mode 120000 alternatives/traceproto.1.gz
create mode 120000 alternatives/traceroute
create mode 120000 alternatives/traceroute.1.gz
create mode 120000 alternatives/traceroute.sbin
create mode 120000 alternatives/traceroute6
create mode 120000 alternatives/traceroute6.1.gz
create mode 120000 alternatives/unlzma
create mode 120000 alternatives/unlzma.1.gz
create mode 120000 alternatives/vi
create mode 120000 alternatives/vi.1.gz
create mode 120000 alternatives/vi.fr.1.gz
create mode 120000 alternatives/vi.it.1.gz
create mode 120000 alternatives/vi.pl.1.gz
create mode 120000 alternatives/vi.ru.1.gz
create mode 120000 alternatives/view
create mode 120000 alternatives/view.1.gz
create mode 120000 alternatives/view.fr.1.gz
create mode 120000 alternatives/view.it.1.gz
create mode 120000 alternatives/view.pl.1.gz
create mode 120000 alternatives/view.ru.1.gz
create mode 120000 alternatives/w
create mode 120000 alternatives/w.1.gz
create mode 120000 alternatives/write
create mode 120000 alternatives/write.1.gz
create mode 100644 apache2/apache2.conf
create mode 100644 apache2/conf.d/charset
create mode 100644 apache2/conf.d/localized-error-pages
create mode 100644 apache2/conf.d/other-vhosts-access-log
create mode 100644 apache2/conf.d/security
create mode 100644 apache2/envvars
create mode 100644 apache2/magic
create mode 100644 apache2/mods-available/actions.conf
create mode 100644 apache2/mods-available/actions.load
create mode 100644 apache2/mods-available/alias.conf
create mode 100644 apache2/mods-available/alias.load
create mode 100644 apache2/mods-available/asis.load
create mode 100644 apache2/mods-available/auth_basic.load
create mode 100644 apache2/mods-available/auth_digest.load
create mode 100644 apache2/mods-available/authn_alias.load
create mode 100644 apache2/mods-available/authn_anon.load
create mode 100644 apache2/mods-available/authn_dbd.load
create mode 100644 apache2/mods-available/authn_dbm.load
create mode 100644 apache2/mods-available/authn_default.load
create mode 100644 apache2/mods-available/authn_file.load
create mode 100644 apache2/mods-available/authnz_ldap.load
create mode 100644 apache2/mods-available/authz_dbm.load
create mode 100644 apache2/mods-available/authz_default.load
create mode 100644 apache2/mods-available/authz_groupfile.load
create mode 100644 apache2/mods-available/authz_host.load
create mode 100644 apache2/mods-available/authz_owner.load
create mode 100644 apache2/mods-available/authz_user.load
create mode 100644 apache2/mods-available/autoindex.conf
create mode 100644 apache2/mods-available/autoindex.load
create mode 100644 apache2/mods-available/cache.load
create mode 100644 apache2/mods-available/cern_meta.load
create mode 100644 apache2/mods-available/cgi.load
create mode 100644 apache2/mods-available/cgid.conf
create mode 100644 apache2/mods-available/cgid.load
create mode 100644 apache2/mods-available/charset_lite.load
create mode 100644 apache2/mods-available/dav.load
create mode 100644 apache2/mods-available/dav_fs.conf
create mode 100644 apache2/mods-available/dav_fs.load
create mode 100644 apache2/mods-available/dav_lock.load
create mode 100644 apache2/mods-available/dbd.load
create mode 100644 apache2/mods-available/deflate.conf
create mode 100644 apache2/mods-available/deflate.load
create mode 100644 apache2/mods-available/dir.conf
create mode 100644 apache2/mods-available/dir.load
create mode 100644 apache2/mods-available/disk_cache.conf
create mode 100644 apache2/mods-available/disk_cache.load
create mode 100644 apache2/mods-available/dump_io.load
create mode 100644 apache2/mods-available/env.load
create mode 100644 apache2/mods-available/expires.load
create mode 100644 apache2/mods-available/ext_filter.load
create mode 100644 apache2/mods-available/file_cache.load
create mode 100644 apache2/mods-available/filter.load
create mode 100644 apache2/mods-available/headers.load
create mode 100644 apache2/mods-available/ident.load
create mode 100644 apache2/mods-available/imagemap.load
create mode 100644 apache2/mods-available/include.load
create mode 100644 apache2/mods-available/info.conf
create mode 100644 apache2/mods-available/info.load
create mode 100644 apache2/mods-available/ldap.conf
create mode 100644 apache2/mods-available/ldap.load
create mode 100644 apache2/mods-available/log_forensic.load
create mode 100644 apache2/mods-available/mem_cache.conf
create mode 100644 apache2/mods-available/mem_cache.load
create mode 100644 apache2/mods-available/mime.conf
create mode 100644 apache2/mods-available/mime.load
create mode 100644 apache2/mods-available/mime_magic.conf
create mode 100644 apache2/mods-available/mime_magic.load
create mode 100644 apache2/mods-available/negotiation.conf
create mode 100644 apache2/mods-available/negotiation.load
create mode 100644 apache2/mods-available/proxy.conf
create mode 100644 apache2/mods-available/proxy.load
create mode 100644 apache2/mods-available/proxy_ajp.load
create mode 100644 apache2/mods-available/proxy_balancer.conf
create mode 100644 apache2/mods-available/proxy_balancer.load
create mode 100644 apache2/mods-available/proxy_connect.load
create mode 100644 apache2/mods-available/proxy_ftp.conf
create mode 100644 apache2/mods-available/proxy_ftp.load
create mode 100644 apache2/mods-available/proxy_http.load
create mode 100644 apache2/mods-available/proxy_scgi.load
create mode 100644 apache2/mods-available/reqtimeout.conf
create mode 100644 apache2/mods-available/reqtimeout.load
create mode 100644 apache2/mods-available/rewrite.load
create mode 100644 apache2/mods-available/setenvif.conf
create mode 100644 apache2/mods-available/setenvif.load
create mode 100644 apache2/mods-available/speling.load
create mode 100644 apache2/mods-available/ssl.conf
create mode 100644 apache2/mods-available/ssl.load
create mode 100644 apache2/mods-available/status.conf
create mode 100644 apache2/mods-available/status.load
create mode 100644 apache2/mods-available/substitute.load
create mode 100644 apache2/mods-available/suexec.load
create mode 100644 apache2/mods-available/unique_id.load
create mode 100644 apache2/mods-available/userdir.conf
create mode 100644 apache2/mods-available/userdir.load
create mode 100644 apache2/mods-available/usertrack.load
create mode 100644 apache2/mods-available/vhost_alias.load
create mode 120000 apache2/mods-enabled/alias.conf
create mode 120000 apache2/mods-enabled/alias.load
create mode 120000 apache2/mods-enabled/auth_basic.load
create mode 120000 apache2/mods-enabled/authn_file.load
create mode 120000 apache2/mods-enabled/authz_default.load
create mode 120000 apache2/mods-enabled/authz_groupfile.load
create mode 120000 apache2/mods-enabled/authz_host.load
create mode 120000 apache2/mods-enabled/authz_user.load
create mode 120000 apache2/mods-enabled/autoindex.conf
create mode 120000 apache2/mods-enabled/autoindex.load
create mode 120000 apache2/mods-enabled/cgi.load
create mode 120000 apache2/mods-enabled/deflate.conf
create mode 120000 apache2/mods-enabled/deflate.load
create mode 120000 apache2/mods-enabled/dir.conf
create mode 120000 apache2/mods-enabled/dir.load
create mode 120000 apache2/mods-enabled/env.load
create mode 120000 apache2/mods-enabled/mime.conf
create mode 120000 apache2/mods-enabled/mime.load
create mode 120000 apache2/mods-enabled/negotiation.conf
create mode 120000 apache2/mods-enabled/negotiation.load
create mode 120000 apache2/mods-enabled/reqtimeout.conf
create mode 120000 apache2/mods-enabled/reqtimeout.load
create mode 120000 apache2/mods-enabled/setenvif.conf
create mode 120000 apache2/mods-enabled/setenvif.load
create mode 120000 apache2/mods-enabled/status.conf
create mode 120000 apache2/mods-enabled/status.load
create mode 100644 apache2/ports.conf
create mode 100644 apache2/sites-available/default
create mode 100644 apache2/sites-available/default-ssl
create mode 120000 apache2/sites-enabled/000-default
create mode 100644 apt/apt.conf.d/01autoremove
create mode 100644 apt/apt.conf.d/01proxy
create mode 100644 apt/apt.conf.d/05etckeeper
create mode 100644 apt/apt.conf.d/05recommends
create mode 100644 apt/apt.conf.d/70debconf
create mode 100644 apt/preferences
create mode 100644 apt/sources.list.d/security.sources.list
create mode 100644 apt/sources.list.d/sources.list
create mode 100644 apt/trustdb.gpg
create mode 100644 apt/trusted.gpg
create mode 100644 apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg
create mode 100644 apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg
create mode 100644 apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg
create mode 100644 apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg
create mode 100644 apt/trusted.gpg.d/debian.gpg
create mode 100644 apt/trusted.gpg.d/turnkey.gpg
create mode 100644 bash.bashrc
create mode 100644 bash_completion
create mode 100644 bash_completion.d/apache2.2-common
create mode 100644 bash_completion.d/debconf
create mode 100644 bash_completion.d/etckeeper
create mode 100644 bash_completion.d/git
create mode 100644 bash_completion.d/initramfs-tools
create mode 100644 bash_completion.d/insserv
create mode 100644 bindresvport.blacklist
create mode 100644 ca-certificates.conf
create mode 100644 calendar/default
create mode 100644 confconsole/confconsole.conf
create mode 100644 confconsole/services.txt
create mode 100644 cron-apt/action.d/0-update
create mode 100644 cron-apt/action.d/3-download
create mode 100644 cron-apt/config
create mode 100644 cron.d/.placeholder
create mode 100644 cron.d/cron-apt
create mode 100644 cron.daily/.placeholder
create mode 100755 cron.daily/apache2
create mode 100755 cron.daily/apt
create mode 100755 cron.daily/bsdmainutils
create mode 100755 cron.daily/dpkg
create mode 100755 cron.daily/etckeeper
create mode 100755 cron.daily/logrotate
create mode 100755 cron.daily/man-db
create mode 100755 cron.daily/ntp
create mode 100755 cron.daily/passwd
create mode 100644 cron.hourly/.placeholder
create mode 100644 cron.monthly/.placeholder
create mode 100644 cron.weekly/.placeholder
create mode 100755 cron.weekly/man-db
create mode 100644 crontab
create mode 100644 cruft/filters-unex/etckeeper
create mode 100644 debconf.conf
create mode 100644 debian_version
create mode 100644 default/acpid
create mode 100644 default/apache2
create mode 100644 default/bsdmainutils
create mode 100644 default/cron
create mode 100644 default/devpts
create mode 100644 default/halt
create mode 100644 default/hwclock
create mode 100644 default/locale
create mode 100644 default/networking
create mode 100644 default/nss
create mode 100644 default/ntp
create mode 100644 default/ntpdate
create mode 100644 default/rcS
create mode 100644 default/rsyslog
create mode 100644 default/tmpfs
create mode 100644 default/useradd
create mode 100644 deluser.conf
create mode 100644 dhcp/dhclient-exit-hooks.d/ntp
create mode 100644 dhcp/dhclient-exit-hooks.d/ntpdate
create mode 100644 dpkg/dpkg.cfg
create mode 100644 dpkg/origins/debian
create mode 120000 dpkg/origins/default
create mode 100644 dpkg/shlibs.default
create mode 100644 dpkg/shlibs.override
create mode 100644 environment
create mode 100755 etckeeper/commit.d/10vcs-test
create mode 100755 etckeeper/commit.d/30bzr-add
create mode 100755 etckeeper/commit.d/30darcs-add
create mode 100755 etckeeper/commit.d/30git-add
create mode 100755 etckeeper/commit.d/30hg-addremove
create mode 100755 etckeeper/commit.d/50vcs-commit
create mode 100644 etckeeper/commit.d/README
create mode 100644 etckeeper/etckeeper.conf
create mode 100755 etckeeper/init.d/10restore-metadata
create mode 100755 etckeeper/init.d/20restore-etckeeper
create mode 100755 etckeeper/init.d/40vcs-init
create mode 100755 etckeeper/init.d/50vcs-ignore
create mode 100755 etckeeper/init.d/50vcs-perm
create mode 100755 etckeeper/init.d/50vcs-pre-commit-hook
create mode 100755 etckeeper/init.d/60darcs-deleted-symlinks
create mode 100755 etckeeper/init.d/70vcs-add
create mode 100644 etckeeper/init.d/README
create mode 100755 etckeeper/list-installed.d/50list-installed
create mode 100755 etckeeper/post-install.d/50vcs-commit
create mode 100644 etckeeper/post-install.d/README
create mode 100755 etckeeper/pre-commit.d/20warn-problem-files
create mode 100755 etckeeper/pre-commit.d/30store-metadata
create mode 100644 etckeeper/pre-commit.d/README
create mode 100755 etckeeper/pre-install.d/10packagelist
create mode 100755 etckeeper/pre-install.d/50uncommitted-changes
create mode 100644 etckeeper/pre-install.d/README
create mode 100755 etckeeper/unclean.d/50test
create mode 100644 etckeeper/unclean.d/README
create mode 100755 etckeeper/uninit.d/01prompt
create mode 100755 etckeeper/uninit.d/50remove-metadata
create mode 100755 etckeeper/uninit.d/50vcs-uninit
create mode 100644 etckeeper/uninit.d/README
create mode 100755 etckeeper/update-ignore.d/01update-ignore
create mode 100644 etckeeper/update-ignore.d/README
create mode 100755 etckeeper/vcs.d/50vcs-cmd
create mode 100644 fstab
create mode 100644 gai.conf
create mode 100644 groff/man.local
create mode 100644 groff/mdoc.local
create mode 100644 group
create mode 100644 group-
create mode 100644 gshadow
create mode 100644 gshadow-
create mode 100644 host.conf
create mode 100644 hosts
create mode 100644 hosts.allow
create mode 100644 hosts.deny
create mode 100644 init.d/README
create mode 100755 init.d/acpid
create mode 100755 init.d/apache2
create mode 100755 init.d/bootlogs
create mode 100755 init.d/bootmisc.sh
create mode 100755 init.d/checkfs.sh
create mode 100755 init.d/checkroot-bootclean.sh
create mode 100755 init.d/checkroot.sh
create mode 100755 init.d/confconsole
create mode 100755 init.d/cron
create mode 100755 init.d/halt
create mode 100755 init.d/hostname.sh
create mode 100755 init.d/hwclock.sh
create mode 100755 init.d/killprocs
create mode 100755 init.d/kmod
create mode 100755 init.d/motd
create mode 100755 init.d/mountall-bootclean.sh
create mode 100755 init.d/mountall.sh
create mode 100755 init.d/mountdevsubfs.sh
create mode 100755 init.d/mountkernfs.sh
create mode 100755 init.d/mountnfs-bootclean.sh
create mode 100755 init.d/mountnfs.sh
create mode 100755 init.d/mtab.sh
create mode 100755 init.d/mysql
create mode 100755 init.d/networking
create mode 100755 init.d/ntp
create mode 100755 init.d/procps
create mode 100755 init.d/rc
create mode 100755 init.d/rc.local
create mode 100755 init.d/rcS
create mode 100755 init.d/reboot
create mode 100755 init.d/rmnologin
create mode 100755 init.d/rsyslog
create mode 100755 init.d/sendsigs
create mode 100755 init.d/single
create mode 100644 init.d/skeleton
create mode 100755 init.d/udev
create mode 100755 init.d/udev-mtab
create mode 100755 init.d/umountfs
create mode 100755 init.d/umountnfs.sh
create mode 100755 init.d/umountroot
create mode 100755 init.d/urandom
create mode 100755 init.d/webmin
create mode 100644 init/network-interface-container.conf
create mode 100644 init/network-interface-security.conf
create mode 100644 init/network-interface.conf
create mode 100644 init/networking.conf
create mode 100644 init/startpar-bridge.conf
create mode 100644 init/udev-fallback-graphics.conf
create mode 100644 init/udev-finish.conf
create mode 100644 init/udev.conf
create mode 100644 init/udevmonitor.conf
create mode 100644 init/udevtrigger.conf
create mode 100644 initramfs-tools/initramfs.conf
create mode 100644 initramfs-tools/modules
create mode 100644 initramfs-tools/update-initramfs.conf
create mode 100644 inittab
create mode 100644 inputrc
create mode 100644 insserv.conf
create mode 100644 iproute2/ematch_map
create mode 100644 iproute2/group
create mode 100644 iproute2/rt_dsfield
create mode 100644 iproute2/rt_protos
create mode 100644 iproute2/rt_realms
create mode 100644 iproute2/rt_scopes
create mode 100644 iproute2/rt_tables
create mode 100644 issue
create mode 100644 issue.net
create mode 100644 kernel-img.conf
create mode 100755 kernel/postinst.d/initramfs-tools
create mode 100755 kernel/postrm.d/initramfs-tools
create mode 100644 ld.so.conf
create mode 100644 ld.so.conf.d/libc.conf
create mode 100644 ld.so.conf.d/x86_64-linux-gnu.conf
create mode 100644 ldap/ldap.conf
create mode 100644 locale.alias
create mode 100644 locale.gen
create mode 100644 localtime
create mode 100644 logcheck/ignore.d.paranoid/mysql-server-5_5
create mode 100644 logcheck/ignore.d.server/mysql-server-5_5
create mode 100644 logcheck/ignore.d.server/ntpdate
create mode 100644 logcheck/ignore.d.server/rsyslog
create mode 100644 logcheck/ignore.d.workstation/mysql-server-5_5
create mode 100644 login.defs
create mode 100644 logrotate.conf
create mode 100644 logrotate.d/apache2
create mode 100644 logrotate.d/apt
create mode 100644 logrotate.d/cron-apt
create mode 100644 logrotate.d/dpkg
create mode 100644 logrotate.d/mysql-server
create mode 100644 logrotate.d/rsyslog
create mode 100644 logrotate.d/tklbam
create mode 100644 magic
create mode 100644 magic.mime
create mode 100644 mailcap
create mode 100644 mailcap.order
create mode 100644 manpath.config
create mode 100644 mime.types
create mode 100644 mke2fs.conf
create mode 100644 modprobe.d/fbdev-blacklist.conf
create mode 100644 modules
create mode 100644 motd
create mode 100644 mysql/conf.d/.keepme
create mode 100644 mysql/conf.d/mysqld_safe_syslog.cnf
create mode 100755 mysql/debian-start
create mode 100644 mysql/debian.cnf
create mode 100644 mysql/my.cnf
create mode 100644 nanorc
create mode 100755 network/if-down.d/upstart
create mode 100755 network/if-up.d/mountnfs
create mode 100755 network/if-up.d/ntpdate
create mode 100755 network/if-up.d/upstart
create mode 100644 network/interfaces
create mode 100644 networks
create mode 100644 nsswitch.conf
create mode 100644 ntp.conf
create mode 100644 os-release
create mode 100644 pam.conf
create mode 100644 pam.d/chfn
create mode 100644 pam.d/chpasswd
create mode 100644 pam.d/chsh
create mode 100644 pam.d/common-account
create mode 100644 pam.d/common-auth
create mode 100644 pam.d/common-password
create mode 100644 pam.d/common-session
create mode 100644 pam.d/common-session-noninteractive
create mode 100644 pam.d/cron
create mode 100644 pam.d/login
create mode 100644 pam.d/newusers
create mode 100644 pam.d/other
create mode 100644 pam.d/passwd
create mode 100644 pam.d/su
create mode 100644 pam.d/webmin
create mode 100644 passwd
create mode 100644 passwd-
create mode 100644 perl/Net/libnet.cfg
create mode 100644 profile
create mode 100644 profile.d/bash_completion.sh
create mode 100644 protocols
create mode 100644 python/debian_config
create mode 100644 python2.7/sitecustomize.py
create mode 100755 rc.local
create mode 120000 rc0.d/K01apache2
create mode 120000 rc0.d/K01confconsole
create mode 120000 rc0.d/K01mysql
create mode 120000 rc0.d/K01urandom
create mode 120000 rc0.d/K01webmin
create mode 120000 rc0.d/K02sendsigs
create mode 120000 rc0.d/K03rsyslog
create mode 120000 rc0.d/K04hwclock.sh
create mode 120000 rc0.d/K04umountnfs.sh
create mode 120000 rc0.d/K05networking
create mode 120000 rc0.d/K06umountfs
create mode 120000 rc0.d/K07umountroot
create mode 120000 rc0.d/K08halt
create mode 100644 rc0.d/README
create mode 120000 rc1.d/K01apache2
create mode 120000 rc1.d/K01confconsole
create mode 120000 rc1.d/K01mysql
create mode 120000 rc1.d/K01webmin
create mode 120000 rc1.d/K03rsyslog
create mode 100644 rc1.d/README
create mode 120000 rc1.d/S01killprocs
create mode 120000 rc1.d/S01motd
create mode 120000 rc1.d/S05bootlogs
create mode 120000 rc1.d/S06single
create mode 100644 rc2.d/README
create mode 120000 rc2.d/S01motd
create mode 120000 rc2.d/S01rsyslog
create mode 120000 rc2.d/S02apache2
create mode 120000 rc2.d/S03acpid
create mode 120000 rc2.d/S03cron
create mode 120000 rc2.d/S03mysql
create mode 120000 rc2.d/S03ntp
create mode 120000 rc2.d/S05bootlogs
create mode 120000 rc2.d/S06confconsole
create mode 120000 rc2.d/S06rc.local
create mode 120000 rc2.d/S06rmnologin
create mode 120000 rc2.d/S06webmin
create mode 100644 rc3.d/README
create mode 120000 rc3.d/S01motd
create mode 120000 rc3.d/S01rsyslog
create mode 120000 rc3.d/S02apache2
create mode 120000 rc3.d/S03acpid
create mode 120000 rc3.d/S03cron
create mode 120000 rc3.d/S03mysql
create mode 120000 rc3.d/S03ntp
create mode 120000 rc3.d/S05bootlogs
create mode 120000 rc3.d/S06confconsole
create mode 120000 rc3.d/S06rc.local
create mode 120000 rc3.d/S06rmnologin
create mode 120000 rc3.d/S06webmin
create mode 100644 rc4.d/README
create mode 120000 rc4.d/S01motd
create mode 120000 rc4.d/S01rsyslog
create mode 120000 rc4.d/S02apache2
create mode 120000 rc4.d/S03acpid
create mode 120000 rc4.d/S03cron
create mode 120000 rc4.d/S03mysql
create mode 120000 rc4.d/S03ntp
create mode 120000 rc4.d/S05bootlogs
create mode 120000 rc4.d/S06confconsole
create mode 120000 rc4.d/S06rc.local
create mode 120000 rc4.d/S06rmnologin
create mode 120000 rc4.d/S06webmin
create mode 100644 rc5.d/README
create mode 120000 rc5.d/S01motd
create mode 120000 rc5.d/S01rsyslog
create mode 120000 rc5.d/S02apache2
create mode 120000 rc5.d/S03acpid
create mode 120000 rc5.d/S03cron
create mode 120000 rc5.d/S03mysql
create mode 120000 rc5.d/S03ntp
create mode 120000 rc5.d/S05bootlogs
create mode 120000 rc5.d/S06confconsole
create mode 120000 rc5.d/S06rc.local
create mode 120000 rc5.d/S06rmnologin
create mode 120000 rc5.d/S06webmin
create mode 120000 rc6.d/K01apache2
create mode 120000 rc6.d/K01confconsole
create mode 120000 rc6.d/K01mysql
create mode 120000 rc6.d/K01urandom
create mode 120000 rc6.d/K01webmin
create mode 120000 rc6.d/K02sendsigs
create mode 120000 rc6.d/K03rsyslog
create mode 120000 rc6.d/K04hwclock.sh
create mode 120000 rc6.d/K04umountnfs.sh
create mode 120000 rc6.d/K05networking
create mode 120000 rc6.d/K06umountfs
create mode 120000 rc6.d/K07umountroot
create mode 120000 rc6.d/K08reboot
create mode 100644 rc6.d/README
create mode 100644 rcS.d/README
create mode 120000 rcS.d/S01hostname.sh
create mode 120000 rcS.d/S01mountkernfs.sh
create mode 120000 rcS.d/S02udev
create mode 120000 rcS.d/S03mountdevsubfs.sh
create mode 120000 rcS.d/S04hwclock.sh
create mode 120000 rcS.d/S05checkroot.sh
create mode 120000 rcS.d/S06checkroot-bootclean.sh
create mode 120000 rcS.d/S06kmod
create mode 120000 rcS.d/S06mtab.sh
create mode 120000 rcS.d/S07checkfs.sh
create mode 120000 rcS.d/S08mountall.sh
create mode 120000 rcS.d/S09mountall-bootclean.sh
create mode 120000 rcS.d/S10procps
create mode 120000 rcS.d/S10udev-mtab
create mode 120000 rcS.d/S10urandom
create mode 120000 rcS.d/S11networking
create mode 120000 rcS.d/S12mountnfs.sh
create mode 120000 rcS.d/S13mountnfs-bootclean.sh
create mode 120000 rcS.d/S14bootmisc.sh
create mode 100644 resolv.conf
create mode 120000 resolvconf/run
create mode 100755 rmt
create mode 100644 rpc
create mode 100644 rsyslog.conf
create mode 100644 securetty
create mode 100644 security/access.conf
create mode 100644 security/group.conf
create mode 100644 security/limits.conf
create mode 100644 security/namespace.conf
create mode 100755 security/namespace.init
create mode 100644 security/opasswd
create mode 100644 security/pam_env.conf
create mode 100644 security/sepermit.conf
create mode 100644 security/time.conf
create mode 100644 selinux/semanage.conf
create mode 100644 services
create mode 100644 shadow
create mode 100644 shadow-
create mode 100644 shells
create mode 100644 skel/.bash_logout
create mode 100644 skel/.bashrc
create mode 100644 skel/.profile
create mode 100644 ssh/moduli
create mode 100644 ssh/ssh_config
create mode 100644 ssl/openssl.cnf
create mode 100644 staff-group-for-usr-local
create mode 100644 sysctl.conf
create mode 100644 sysctl.d/README.sysctl
create mode 120000 systemd/system/multi-user.target.wants/rsyslog.service
create mode 120000 systemd/system/sockets.target.wants/acpid.socket
create mode 120000 systemd/system/syslog.service
create mode 100644 terminfo/README
create mode 100644 timezone
create mode 100644 ucf.conf
create mode 100644 udev/links.conf
create mode 100644 udev/udev.conf
create mode 100644 vim/vimrc
create mode 100644 vim/vimrc.tiny
create mode 100644 webmin/acl/config
create mode 100644 webmin/config
create mode 100644 webmin/cron/config
create mode 100644 webmin/init/config
create mode 100644 webmin/inittab/config
create mode 100644 webmin/installed.cache
create mode 100644 webmin/man/config
create mode 100644 webmin/miniserv.conf
create mode 100644 webmin/miniserv.pem
create mode 100644 webmin/miniserv.users
create mode 100644 webmin/module.infos.cache
create mode 100644 webmin/perl-path
create mode 100644 webmin/proc/config
create mode 100755 webmin/reload
create mode 100755 webmin/restart
create mode 100644 webmin/servers/config
create mode 100755 webmin/start
create mode 100755 webmin/stop
create mode 100644 webmin/system-status/config
create mode 100755 webmin/system-status/enable-collection.pl
create mode 100644 webmin/tklbam/config
create mode 100755 webmin/uninstall.sh
create mode 100644 webmin/var-path
create mode 100644 webmin/version
create mode 100644 webmin/webmin.acl
create mode 100644 webmin/webmin/config
create mode 100644 webmin/webmincron/config
create mode 100644 webmin/webmincron/crons/14047417236857.cron
create mode 100644 webmin/webmincron/crons/14047417236869.cron
create mode 100644 webmin/webminlog/config
create mode 100644 wgetrc
Setting up ethtool (1:3.4.2-1) ...
Setting up git-core (1:1.7.10.4-1+wheezy1) ...
Setting up hdparm (9.39-1+b1) ...
Setting up python-pycurl (7.19.0-5) ...
Setting up python-simplejson (2.5.2-1) ...
Setting up pycurl-wrapper (1.2) ...
Setting up hubdns (1.0+5+g9f6397b) ...
Setting up libconsole (1:0.2.3dbs-70) ...
Setting up console-tools (1:0.2.3dbs-70) ...
Warning: Fake invoke-rc.d called
Setting up inithooks (0.9+55+g911149a) ...
Setting up comerr-dev (2.1-1.42.5-1.1) ...
Setting up krb5-multidev (1.10.1+dfsg-5+deb7u1) ...
Setting up uuid-dev (2.20.1-5.3) ...
Setting up libapr1-dev (1.4.6-3+deb7u1) ...
Setting up libldap2-dev:amd64 (2.4.31-1+nmu2) ...
Setting up libexpat1-dev (2.1.0-1+deb7u1) ...
Setting up libpcre3-dev (1:8.30-5) ...
Setting up libsqlite3-dev (3.7.13-1+deb7u1) ...
Setting up libpq5 (9.1.13-0wheezy1) ...
Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ...
Setting up libssl-dev (1.0.1e-2+deb7u11) ...
Setting up libkrb5-dev (1.10.1+dfsg-5+deb7u1) ...
Setting up libpq-dev (9.1.13-0wheezy1) ...
Setting up libmysqlclient-dev (5.5.37-0+wheezy1) ...
Setting up libaprutil1-dev (1.4.1-3) ...
Setting up pkg-config (0.26-1) ...
Setting up libidn11-dev (1.25-2) ...
Setting up libgpg-error-dev (1.10-3.1) ...
Setting up libgcrypt11-dev (1.5.0-5+deb7u1) ...
Setting up libtasn1-3-dev (2.13-2) ...
Setting up libp11-kit-dev (0.12-3) ...
Setting up libgnutls-dev (2.12.20-8+deb7u2) ...
Setting up librtmp-dev (2.4+20111222.git4e06e21-1) ...
Setting up libssh2-1-dev (1.4.2-1.1) ...
Setting up libcurl4-openssl-dev (7.26.0-1+wheezy9) ...
Setting up libicu-dev (4.8.1.1-12+deb7u1) ...
Setting up libruby1.9.1 (1.9.3.194-8.1+deb7u2) ...
Setting up libtinfo-dev:amd64 (5.9-10) ...
Setting up libxml2-dev:amd64 (2.8.0+dfsg1-7+nmu3) ...
Setting up libxslt1-dev (1.1.26-14.1) ...
Setting up localepurge (0.6.3+deb7u1) ...
Creating config file /etc/locale.nopurge with new version
Setting up lsb-release (4.1+Debian8+deb7u1) ...
Setting up mysql-server (5.5.37-0+wheezy1) ...
Setting up openssh-server (1:6.0p1-4+deb7u1) ...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Warning: Fake invoke-rc.d called
Setting up python-crypto (2.6-4+deb7u3) ...
Setting up redis-server (2:2.4.14-1) ...
Warning: Fake invoke-rc.d called
Setting up resolvconf (1.67) ...
Setting up rsync (3.0.9-4) ...
update-rc.d: using dependency based boot sequencing
Warning: Fake invoke-rc.d called
Setting up ruby1.9.1 (1.9.3.194-8.1+deb7u2) ...
update-alternatives: using /usr/bin/gem1.9.1 to provide /usr/bin/gem (gem) in auto mode
update-alternatives: using /usr/bin/ruby1.9.1 to provide /usr/bin/ruby (ruby) in auto mode
Setting up ruby (1:1.9.3) ...
Setting up ruby1.9.1-dev (1.9.3.194-8.1+deb7u2) ...
Setting up ruby-dev (1:1.9.3) ...
Setting up screen (4.1.0~20120320gitdb59704-7) ...
Setting up shellinabox (2.14-turnkey+4+g1a0d4a2) ...
Warning: Fake invoke-rc.d called
Setting up ssl-cert (1.0.32) ...
hostname: Name or service not known
make-ssl-cert: Could not get FQDN, using "tkldev".
make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run
make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite
make-ssl-cert: again.
Setting up syslinux-common (2:4.05+dfsg-6+deb7u1) ...
Setting up syslinux (2:4.05+dfsg-6+deb7u1) ...
Setting up tklbam-duplicity (0.6.18-2turnkey+14+g5632664) ...
Setting up tklbam-python-boto (2.3.0-1turnkey+3+gebe144e) ...
Setting up tklbam (1.4+7+ge4e99cc) ...
Setting up turnkey-sysinfo (0+2013.1.16+09.52.55+52a24214) ...
Setting up turnkey-version (0+2013.11.14+16.28.52+505f9292) ...
Setting up udhcpc (1:1.20.0-7) ...
Setting up unzip (6.0-8) ...
Setting up uuid-runtime (2.20.1-5.3) ...
Setting up webmin-apache (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Apache Webserver in /usr/share/webmin/apache (3236 kb)
Setting up webmin-custom (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Custom Commands in /usr/share/webmin/custom (2140 kb)
Setting up webmin-mount (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Disk and Network Filesystems in /usr/share/webmin/mount (2392 kb)
Setting up webmin-fdisk (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Partitions on Local Disks in /usr/share/webmin/fdisk (1596 kb)
Setting up webmin-file (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed File Manager in /usr/share/webmin/file (3448 kb)
Setting up webmin-firewall (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Linux Firewall in /usr/share/webmin/firewall (864 kb)
Setting up webmin-raid (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Linux RAID in /usr/share/webmin/raid (456 kb)
Setting up webmin-lvm (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Logical Volume Management in /usr/share/webmin/lvm (396 kb)
Setting up webmin-mysql (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed MySQL Database Server in /usr/share/webmin/mysql (3444 kb)
Setting up webmin-net (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Network Configuration in /usr/share/webmin/net (1444 kb)
Setting up webmin-useradmin (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Users and Groups in /usr/share/webmin/useradmin (4524 kb)
Setting up webmin-passwd (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Change Passwords in /usr/share/webmin/passwd (416 kb)
Setting up webmin-postfix (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Postfix Mail Server in /usr/share/webmin/postfix (8476 kb)
Setting up webmin-shell (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Command Shell in /usr/share/webmin/shell (316 kb)
Setting up webmin-software (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Software Packages in /usr/share/webmin/software (2180 kb)
Setting up webmin-sshd (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed SSH Server in /usr/share/webmin/sshd (1304 kb)
Setting up webmin-syslog (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed System Logs in /usr/share/webmin/syslog (632 kb)
Setting up webmin-text-editor (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Text Editor in /usr/share/webmin/text-editor (60 kb)
Setting up webmin-theme-stressfree (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed StressFree theme in /usr/share/webmin/theme-stressfree (4816 kb)
Setting up webmin-updown (1.630-turnkey+0) ...
Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 192.
Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 196.
Installed Upload and Download in /usr/share/webmin/updown (292 kb)
Setting up apache2-prefork-dev (2.2.22-13+deb7u1) ...
Setting up libreadline-gplv2-dev:amd64 (5.2+dfsg-2~deb7u1) ...
Setting up postfix (2.9.6-2) ...
Adding group `postfix' (GID 109) ...
Done.
Adding system user `postfix' (UID 106) ...
Adding new user `postfix' (UID 106) with group `postfix' ...
Not creating home directory `/var/spool/postfix'.
Creating /etc/postfix/dynamicmaps.cf
Adding tcp map entry to /etc/postfix/dynamicmaps.cf
Adding sqlite map entry to /etc/postfix/dynamicmaps.cf
Adding group `postdrop' (GID 110) ...
Done.
setting myhostname: UNKNOWN
setting alias maps
setting alias database
mailname is not a fully qualified domain name. Not changing /etc/mailname.
setting destinations: localdomain, localhost, localhost.localdomain, localhost
setting relayhost:
setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
setting mailbox_size_limit: 0
setting recipient_delimiter: +
setting inet_interfaces: all
/etc/aliases does not exist, creating it.
WARNING: /etc/aliases exists, but does not have a root alias.
Postfix is now set up with a default configuration. If you need to make
changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
Warning: Fake invoke-rc.d called
Setting up ssh (1:6.0p1-4+deb7u1) ...
Setting up g++-4.7 (4.7.2-5) ...
Setting up g++ (4:4.7.2-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (11.5) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.74-8) ...
Setting up libdevmapper-event1.02.1:amd64 (2:1.02.74-8) ...
Setting up libparted0debian1:amd64 (2.3-12) ...
Setting up libstdc++6-4.7-dev (4.7.2-5) ...
Setting up grub-common (1.99-27+deb7u2) ...
Setting up grub2-common (1.99-27+deb7u2) ...
Setting up grub-pc-bin (1.99-27+deb7u2) ...
Setting up grub-pc (1.99-27+deb7u2) ...
Creating config file /etc/default/grub with new version
grub-probe: error: cannot find a device for / (is /dev mounted?).
grub-probe: error: cannot find a device for /boot (is /dev mounted?).
grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?).
Setting up di-live (0.9.4+5+g72866c5) ...
Setting up eject (2.1.5+deb1+cvs20081104-13) ...
Setting up dmsetup (2:1.02.74-8) ...
Warning: Deferring update-initramfs -u
Setting up lvm2 (2.02.95-8) ...
Warning: Fake invoke-rc.d called
Warning: Deferring update-initramfs -u
Setting up casper (1.236-turnkey+12+gc47bd84) ...
Warning: Deferring update-initramfs -u
Processing triggers for ca-certificates ...
Updating certificates in /etc/ssl/certs... 158 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Processing triggers for python-support ...
Processing triggers for resolvconf ...
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
df: Warning: cannot read table of mounted file systems: No such file or directory
fuser -k build/root.build || true
touch build/stamps/root.build
deck build/root.build build/root.patched
# apply the common overlays
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/apt build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/autologin build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/bashrc build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/etckeeper build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/grub build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/interfaces build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/ntp build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/profile build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/rcS-sulogin build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/resolvconf build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/ssh-emptypw build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/sslcert build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/turnkey-init-fence build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/turnkey.d/webmin build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/rails build/root.patched
fab-apply-overlay /turnkey/fab/common/overlays/mysql build/root.patched
# run the common configuration scripts
$(call run-conf-scripts, /turnkey/fab/common/conf/turnkey.d)
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/apt
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/busybox
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/console-setup
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/cronapt
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/etckeeper
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/hostname
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/locale
Generating locales (this might take a while)...
Generation complete.
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/motd
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/persistent-net
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/roothome
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/rootpass
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/shellinabox
Adding group `certssl' (GID 1000) ...
Done.
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/sshd
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/sslcert
Enabling module ssl.
See /usr/share/doc/apache2.2-common/README.Debian.gz on how to configure SSL and create self-signed certificates.
To activate the new configuration, you need to run:
service apache2 restart
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/sysctl
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/vim.tiny
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-cats
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-deftab
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-fw
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-history
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-port
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-theme
fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-updates
fab-chroot build/root.patched --script /turnkey/fab/common/conf/postfix-local
[ ok ] Starting Postfix Mail Transport Agent: postfix.
[ ok ] Stopping Postfix Mail Transport Agent: postfix.
fab-chroot build/root.patched --script /turnkey/fab/common/conf/rails
+ '[' turnkeylinux-foodsoft ']'
+ APPNAME=turnkeylinux-foodsoft
+ '[' turnkeylinux-foodsoft == rails ']'
+ DB_USER=turnkeylinux-foodsoft
++ mcookie
+ DB_PASS=a1dc76279b779dd406d320cb8ae36446
+ WEBROOT=/var/www/turnkeylinux-foodsoft
+ '[' http://127.0.0.1:8124 ']'
+ export HTTP_PROXY=http://127.0.0.1:8124
+ HTTP_PROXY=http://127.0.0.1:8124
+ GEMOPTS='--no-rdoc --no-ri'
+ gem install --no-rdoc --no-ri passenger
Fetching: rake-10.3.2.gem (100%)
Fetching: daemon_controller-1.2.0.gem (100%)
Fetching: rack-1.5.2.gem (100%)
Fetching: passenger-4.0.45.gem (100%)
Building native extensions. This could take a while...
Successfully installed rake-10.3.2
Successfully installed daemon_controller-1.2.0
Successfully installed rack-1.5.2
Successfully installed passenger-4.0.45
4 gems installed
+ gem install --no-rdoc --no-ri rake
Successfully installed rake-10.3.2
1 gem installed
+ gem install --no-rdoc --no-ri rails
Fetching: i18n-0.6.9.gem (100%)
Fetching: json-1.8.1.gem (100%)
Building native extensions. This could take a while...
Fetching: thread_safe-0.3.4.gem (100%)
Fetching: tzinfo-1.2.1.gem (100%)
Fetching: minitest-5.3.5.gem (100%)
Fetching: activesupport-4.1.4.gem (100%)
Fetching: rack-test-0.6.2.gem (100%)
Fetching: builder-3.2.2.gem (100%)
Fetching: erubis-2.7.0.gem (100%)
Fetching: actionview-4.1.4.gem (100%)
Fetching: actionpack-4.1.4.gem (100%)
Fetching: activemodel-4.1.4.gem (100%)
Fetching: arel-5.0.1.20140414130214.gem (100%)
Fetching: activerecord-4.1.4.gem (100%)
Fetching: mime-types-1.25.1.gem (100%)
Fetching: polyglot-0.3.5.gem (100%)
Fetching: treetop-1.4.15.gem (100%)
Fetching: mail-2.5.4.gem (100%)
Fetching: actionmailer-4.1.4.gem (100%)
Fetching: thor-0.19.1.gem (100%)
Fetching: railties-4.1.4.gem (100%)
Fetching: bundler-1.6.3.gem (100%)
Fetching: hike-1.2.3.gem (100%)
Fetching: multi_json-1.10.1.gem (100%)
Fetching: tilt-1.4.1.gem (100%)
Fetching: sprockets-2.12.1.gem (100%)
Fetching: sprockets-rails-2.1.3.gem (100%)
Fetching: rails-4.1.4.gem (100%)
Successfully installed i18n-0.6.9
Successfully installed json-1.8.1
Successfully installed thread_safe-0.3.4
Successfully installed tzinfo-1.2.1
Successfully installed minitest-5.3.5
Successfully installed activesupport-4.1.4
Successfully installed rack-test-0.6.2
Successfully installed builder-3.2.2
Successfully installed erubis-2.7.0
Successfully installed actionview-4.1.4
Successfully installed actionpack-4.1.4
Successfully installed activemodel-4.1.4
Successfully installed arel-5.0.1.20140414130214
Successfully installed activerecord-4.1.4
Successfully installed mime-types-1.25.1
Successfully installed polyglot-0.3.5
Successfully installed treetop-1.4.15
Successfully installed mail-2.5.4
Successfully installed actionmailer-4.1.4
Successfully installed thor-0.19.1
Successfully installed railties-4.1.4
Successfully installed bundler-1.6.3
Successfully installed hike-1.2.3
Successfully installed multi_json-1.10.1
Successfully installed tilt-1.4.1
Successfully installed sprockets-2.12.1
Successfully installed sprockets-rails-2.1.3
Successfully installed rails-4.1.4
28 gems installed
+ gem install --no-rdoc --no-ri bundler
Successfully installed bundler-1.6.3
1 gem installed
+ gem install --no-rdoc --no-ri mysql -- --with-mysql-config=/usr/bin/mysql_config
Fetching: mysql-2.9.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed mysql-2.9.1
1 gem installed
+ gem install --no-rdoc --no-ri execjs
Fetching: execjs-2.2.1.gem (100%)
Successfully installed execjs-2.2.1
1 gem installed
+ gem install --no-rdoc --no-ri therubyracer
Fetching: ref-1.0.5.gem (100%)
Fetching: libv8-3.16.14.3-x86_64-linux.gem (100%)
Fetching: therubyracer-0.12.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed ref-1.0.5
Successfully installed libv8-3.16.14.3-x86_64-linux
Successfully installed therubyracer-0.12.1
3 gems installed
+ passenger-install-apache2-module --auto
Welcome to the Phusion Passenger Apache 2 module installer, v4.0.45.
This installer will guide you through the entire installation process. It
shouldn't take more than 3 minutes in total.
Here's what you can expect from the installation process:
1. The Apache 2 module will be installed for you.
2. You'll learn how to configure Apache.
3. You'll learn how to deploy a Ruby on Rails application.
Don't worry if anything goes wrong. This installer will advise you on how to
solve any problems.
Press Enter to continue, or Ctrl-C to abort.
--------------------------------------------
Which languages are you interested in?
Override selection with --languages.
‣ ⬢ Ruby
⬢ Python
⬡ Node.js
⬡ Meteor
--------------------------------------------
Checking for required software...
* Checking for C compiler...
Found: yes
Location: /usr/bin/cc
* Checking for C++ compiler...
Found: yes
Location: /usr/bin/c++
* Checking for Curl development headers with SSL support...
Found: yes
curl-config location: /usr/bin/curl-config
Header location: /usr/include/curl/curl.h
Version: libcurl 7.26.0
Usable: yes
Supports SSL: yes
* Checking for OpenSSL development headers...
Found: yes
Location: /usr/include/openssl/ssl.h
* Checking for Zlib development headers...
Found: yes
Location: /usr/include/zlib.h
* Checking for Apache 2...
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Found: yes
Location of httpd: /usr/sbin/apache2
Apache version: 2.2.22
* Checking for Apache 2 development headers...
Found: yes
Location of apxs2: /usr/bin/apxs2
* Checking for Rake (associated with /usr/bin/ruby1.9.1)...
Found: yes
Location: /usr/bin/ruby1.9.1 /usr/local/bin/rake
* Checking for OpenSSL support for Ruby...
Found: yes
* Checking for RubyGems...
Found: yes
* Checking for Ruby development headers...
Found: yes
Location: /usr/include/ruby-1.9.1/ruby.h
* Checking for rack...
Found: yes
* Checking for Apache Portable Runtime (APR) development headers...
Found: yes
Location: /usr/bin/apr-1-config
Version: 1.4.6
* Checking for Apache Portable Runtime Utility (APU) development headers...
Found: yes
Location: /usr/bin/apu-1-config
Version: 1.4.1
--------------------------------------------
Sanity checking Apache installation...
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
All good!
--------------------------------------------
Your system does not have a lot of virtual memory
Compiling Phusion Passenger works best when you have at least 1024 MB of virtual
memory. However your system only has 1007 MB of total virtual memory (496 MB
RAM, 511 MB swap). It is recommended that you temporarily add more swap space
before proceeding. You can do it as follows:
sudo dd if=/dev/zero of=/swap bs=1M count=1024
sudo mkswap /swap
sudo swapon /swap
See also https://wiki.archlinux.org/index.php/Swap for more information about
the swap file on Linux.
If you cannot activate a swap file (e.g. because you're on OpenVZ, or if you
don't have root privileges) then you should install Phusion Passenger through
DEB/RPM packages. For more information, please refer to the manual, section
"Installation":
/var/lib/gems/1.9.1/gems/passenger-4.0.45/doc/Users guide Apache.html
https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html
Press Ctrl-C to abort this installer (recommended).
Press Enter if you want to continue with installation anyway.
--------------------------------------------
Compiling and installing Apache 2 module...
cd /var/lib/gems/1.9.1/gems/passenger-4.0.45
# /usr/bin/ruby1.9.1 /usr/local/bin/rake RELEASE=yes apache2:clean apache2
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
rm -rf buildout/cache
rm -rf buildout/common/libboost_oxt.a buildout/common/libboost_oxt
rm -f buildout/common/libpassenger_common/Logging.o buildout/common/libpassenger_common/Exceptions.o buildout/common/libpassenger_common/Utils/SystemTime.o buildout/common/libpassenger_common/Utils/StrIntUtils.o buildout/common/libpassenger_common/Utils/IOUtils.o buildout/common/libpassenger_common/Utils.o
rm -f buildout/common/libpassenger_common/Utils/Base64.o buildout/common/libpassenger_common/Utils/CachedFileStat.o buildout/common/libpassenger_common/Utils/LargeFiles.o buildout/common/libpassenger_common/ApplicationPool2/Implementation.o buildout/common/libpassenger_common/ApplicationPool2/AppTypes.o buildout/common/libpassenger_common/AgentsStarter.o buildout/common/libpassenger_common/AgentsBase.o buildout/common/libpassenger_common/Utils/MD5.o buildout/common/libpassenger_common/Utils/fib.o buildout/common/libpassenger_common/Utils/jsoncpp.o
rm -f buildout/common/libpassenger_common/agents/LoggingAgent/FilterSupport.o
rm -rf buildout/common/libpassenger_common
rm -rf buildout/agents/
rm -rf buildout/apache2/module_libboost_oxt.a buildout/apache2/module_libboost_oxt
rm -f buildout/apache2/module_libpassenger_common/Logging.o buildout/apache2/module_libpassenger_common/Exceptions.o buildout/apache2/module_libpassenger_common/Utils/SystemTime.o buildout/apache2/module_libpassenger_common/Utils/StrIntUtils.o buildout/apache2/module_libpassenger_common/Utils/IOUtils.o buildout/apache2/module_libpassenger_common/Utils.o
rm -f buildout/apache2/module_libpassenger_common/Utils/Base64.o buildout/apache2/module_libpassenger_common/Utils/CachedFileStat.o buildout/apache2/module_libpassenger_common/Utils/LargeFiles.o buildout/apache2/module_libpassenger_common/ApplicationPool2/Implementation.o buildout/apache2/module_libpassenger_common/ApplicationPool2/AppTypes.o buildout/apache2/module_libpassenger_common/AgentsStarter.o buildout/apache2/module_libpassenger_common/AgentsBase.o buildout/apache2/module_libpassenger_common/Utils/MD5.o buildout/apache2/module_libpassenger_common/Utils/fib.o buildout/apache2/module_libpassenger_common/Utils/jsoncpp.o
rm -f buildout/apache2/module_libpassenger_common/agents/LoggingAgent/FilterSupport.o
rm -rf buildout/apache2/module_libpassenger_common
rm -rf buildout/apache2/Configuration.o buildout/apache2/Bucket.o buildout/apache2/Hooks.o buildout/apache2/mod_passenger.o buildout/apache2/mod_passenger.so
Creating ext/apache2/ConfigurationCommands.cpp
Creating ext/apache2/ConfigurationFields.hpp
Creating ext/apache2/CreateDirConfig.cpp
Creating ext/apache2/MergeDirConfig.cpp
Creating ext/apache2/ConfigurationSetters.cpp
Creating ext/apache2/SetHeaders.cpp
mkdir -p buildout/apache2/module_libpassenger_common
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Logging.o -c ext/common/Logging.cpp
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Exceptions.o -c ext/common/Exceptions.cpp
mkdir -p buildout/apache2/module_libpassenger_common/Utils
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Utils/SystemTime.o -c ext/common/Utils/SystemTime.cpp
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Utils/StrIntUtils.o -c ext/common/Utils/StrIntUtils.cpp
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Utils/IOUtils.o -c ext/common/Utils/IOUtils.cpp
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Utils.o -c ext/common/Utils.cpp
mkdir -p buildout/apache2/module_libpassenger_common/ApplicationPool2
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/ApplicationPool2/AppTypes.o -c ext/common/ApplicationPool2/AppTypes.cpp
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Utils/Base64.o -c ext/common/Utils/Base64.cpp
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Utils/MD5.o -c ext/common/Utils/MD5.cpp
c++ -Iext -Iext/common -Iext/libev -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libpassenger_common/Utils/LargeFiles.o -c ext/common/Utils/LargeFiles.cpp
mkdir -p buildout/apache2/module_libboost_oxt/boost
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/future.o -c ext/boost/libs/thread/src/future.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/thread.o -c ext/boost/libs/thread/src/pthread/thread.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/once_atomic.o -c ext/boost/libs/thread/src/pthread/once_atomic.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/once.o -c ext/boost/libs/thread/src/pthread/once.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/tss_null.o -c ext/boost/libs/thread/src/tss_null.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/lockpool.o -c ext/boost/libs/atomic/lockpool.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/instances.o -c ext/boost/libs/regex/src/instances.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/cregex.o -c ext/boost/libs/regex/src/cregex.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/regex_traits_defaults.o -c ext/boost/libs/regex/src/regex_traits_defaults.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/wide_posix_api.o -c ext/boost/libs/regex/src/wide_posix_api.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/regex_debug.o -c ext/boost/libs/regex/src/regex_debug.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/c_regex_traits.o -c ext/boost/libs/regex/src/c_regex_traits.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/regex.o -c ext/boost/libs/regex/src/regex.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/wc_regex_traits.o -c ext/boost/libs/regex/src/wc_regex_traits.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/posix_api.o -c ext/boost/libs/regex/src/posix_api.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/winstances.o -c ext/boost/libs/regex/src/winstances.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/static_mutex.o -c ext/boost/libs/regex/src/static_mutex.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/cpp_regex_traits.o -c ext/boost/libs/regex/src/cpp_regex_traits.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/regex_raw_buffer.o -c ext/boost/libs/regex/src/regex_raw_buffer.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/boost/error_code.o -c ext/boost/libs/system/src/error_code.cpp
mkdir -p buildout/apache2/module_libboost_oxt/oxt
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/oxt/implementation.o -c ext/oxt/implementation.cpp
c++ -Iext -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/module_libboost_oxt/oxt/system_calls.o -c ext/oxt/system_calls.cpp
mkdir -p buildout/apache2/module_libboost_oxt
rm -rf buildout/apache2/module_libboost_oxt.a
ar cru buildout/apache2/module_libboost_oxt.a buildout/apache2/module_libboost_oxt/boost/future.o buildout/apache2/module_libboost_oxt/boost/thread.o buildout/apache2/module_libboost_oxt/boost/once_atomic.o buildout/apache2/module_libboost_oxt/boost/once.o buildout/apache2/module_libboost_oxt/boost/tss_null.o buildout/apache2/module_libboost_oxt/boost/lockpool.o buildout/apache2/module_libboost_oxt/boost/instances.o buildout/apache2/module_libboost_oxt/boost/cregex.o buildout/apache2/module_libboost_oxt/boost/regex_traits_defaults.o buildout/apache2/module_libboost_oxt/boost/wide_posix_api.o buildout/apache2/module_libboost_oxt/boost/regex_debug.o buildout/apache2/module_libboost_oxt/boost/c_regex_traits.o buildout/apache2/module_libboost_oxt/boost/regex.o buildout/apache2/module_libboost_oxt/boost/wc_regex_traits.o buildout/apache2/module_libboost_oxt/boost/posix_api.o buildout/apache2/module_libboost_oxt/boost/winstances.o buildout/apache2/module_libboost_oxt/boost/static_mutex.o buildout/apache2/module_libboost_oxt/boost/cpp_regex_traits.o buildout/apache2/module_libboost_oxt/boost/regex_raw_buffer.o buildout/apache2/module_libboost_oxt/boost/error_code.o buildout/apache2/module_libboost_oxt/oxt/implementation.o buildout/apache2/module_libboost_oxt/oxt/system_calls.o
ranlib buildout/apache2/module_libboost_oxt.a
cc -Iext -Iext/common -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -o buildout/apache2/mod_passenger.o -c ext/apache2/mod_passenger.c
Creating ext/common/Constants.h
c++ -Iext -Iext/common -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/Configuration.o -c ext/apache2/Configuration.cpp
c++ -Iext -Iext/common -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/Bucket.o -c ext/apache2/Bucket.cpp
c++ -Iext -Iext/common -fPIC -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -I/usr/include -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/apache2/Hooks.o -c ext/apache2/Hooks.cpp
ext/apache2/Hooks.cpp: In member function 'bool Hooks::prepareRequest(request_rec*, Passenger::DirConfig*, const char*, bool)':
ext/apache2/Hooks.cpp:404:31: warning: 'auto_ptr' is deprecated (declared at /usr/include/c++/4.7/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
c++ -shared buildout/apache2/Configuration.o buildout/apache2/Bucket.o buildout/apache2/Hooks.o buildout/apache2/mod_passenger.o -fPIC -o buildout/apache2/mod_passenger.so buildout/apache2/module_libpassenger_common/Logging.o buildout/apache2/module_libpassenger_common/Exceptions.o buildout/apache2/module_libpassenger_common/Utils/SystemTime.o buildout/apache2/module_libpassenger_common/Utils/StrIntUtils.o buildout/apache2/module_libpassenger_common/Utils/IOUtils.o buildout/apache2/module_libpassenger_common/Utils.o buildout/apache2/module_libpassenger_common/ApplicationPool2/AppTypes.o buildout/apache2/module_libpassenger_common/Utils/Base64.o buildout/apache2/module_libpassenger_common/Utils/MD5.o buildout/apache2/module_libpassenger_common/Utils/LargeFiles.o buildout/apache2/module_libboost_oxt.a -fPIC -L/usr/lib -lapr-1 -L/usr/lib -laprutil-1 -std=gnu++11 -lpthread -lrt
mkdir -p buildout/common/libboost_oxt/boost
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/future.o -c ext/boost/libs/thread/src/future.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/thread.o -c ext/boost/libs/thread/src/pthread/thread.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/once_atomic.o -c ext/boost/libs/thread/src/pthread/once_atomic.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/once.o -c ext/boost/libs/thread/src/pthread/once.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/tss_null.o -c ext/boost/libs/thread/src/tss_null.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/lockpool.o -c ext/boost/libs/atomic/lockpool.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/instances.o -c ext/boost/libs/regex/src/instances.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/cregex.o -c ext/boost/libs/regex/src/cregex.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/regex_traits_defaults.o -c ext/boost/libs/regex/src/regex_traits_defaults.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/wide_posix_api.o -c ext/boost/libs/regex/src/wide_posix_api.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/regex_debug.o -c ext/boost/libs/regex/src/regex_debug.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/c_regex_traits.o -c ext/boost/libs/regex/src/c_regex_traits.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/regex.o -c ext/boost/libs/regex/src/regex.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/wc_regex_traits.o -c ext/boost/libs/regex/src/wc_regex_traits.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/posix_api.o -c ext/boost/libs/regex/src/posix_api.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/winstances.o -c ext/boost/libs/regex/src/winstances.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/static_mutex.o -c ext/boost/libs/regex/src/static_mutex.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/cpp_regex_traits.o -c ext/boost/libs/regex/src/cpp_regex_traits.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/regex_raw_buffer.o -c ext/boost/libs/regex/src/regex_raw_buffer.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/boost/error_code.o -c ext/boost/libs/system/src/error_code.cpp
mkdir -p buildout/common/libboost_oxt/oxt
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/oxt/implementation.o -c ext/oxt/implementation.cpp
c++ -Iext -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libboost_oxt/oxt/system_calls.o -c ext/oxt/system_calls.cpp
mkdir -p buildout/common/libboost_oxt
rm -rf buildout/common/libboost_oxt.a
ar cru buildout/common/libboost_oxt.a buildout/common/libboost_oxt/boost/future.o buildout/common/libboost_oxt/boost/thread.o buildout/common/libboost_oxt/boost/once_atomic.o buildout/common/libboost_oxt/boost/once.o buildout/common/libboost_oxt/boost/tss_null.o buildout/common/libboost_oxt/boost/lockpool.o buildout/common/libboost_oxt/boost/instances.o buildout/common/libboost_oxt/boost/cregex.o buildout/common/libboost_oxt/boost/regex_traits_defaults.o buildout/common/libboost_oxt/boost/wide_posix_api.o buildout/common/libboost_oxt/boost/regex_debug.o buildout/common/libboost_oxt/boost/c_regex_traits.o buildout/common/libboost_oxt/boost/regex.o buildout/common/libboost_oxt/boost/wc_regex_traits.o buildout/common/libboost_oxt/boost/posix_api.o buildout/common/libboost_oxt/boost/winstances.o buildout/common/libboost_oxt/boost/static_mutex.o buildout/common/libboost_oxt/boost/cpp_regex_traits.o buildout/common/libboost_oxt/boost/regex_raw_buffer.o buildout/common/libboost_oxt/boost/error_code.o buildout/common/libboost_oxt/oxt/implementation.o buildout/common/libboost_oxt/oxt/system_calls.o
ranlib buildout/common/libboost_oxt.a
mkdir -p buildout/common/libpassenger_common
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Logging.o -c ext/common/Logging.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Exceptions.o -c ext/common/Exceptions.cpp
mkdir -p buildout/common/libpassenger_common/Utils
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/SystemTime.o -c ext/common/Utils/SystemTime.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/StrIntUtils.o -c ext/common/Utils/StrIntUtils.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/IOUtils.o -c ext/common/Utils/IOUtils.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils.o -c ext/common/Utils.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/Base64.o -c ext/common/Utils/Base64.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/CachedFileStat.o -c ext/common/Utils/CachedFileStat.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/LargeFiles.o -c ext/common/Utils/LargeFiles.cpp
mkdir -p buildout/common/libpassenger_common/ApplicationPool2
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/ApplicationPool2/Implementation.o -c ext/common/ApplicationPool2/Implementation.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/ApplicationPool2/AppTypes.o -c ext/common/ApplicationPool2/AppTypes.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/AgentsBase.o -c ext/common/agents/Base.cpp
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/MD5.o -c ext/common/Utils/MD5.cpp
cc -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -o buildout/common/libpassenger_common/Utils/fib.o -c ext/common/Utils/fib.c
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/Utils/jsoncpp.o -c ext/common/Utils/jsoncpp.cpp
ext/common/Utils/jsoncpp.cpp: In member function 'bool Json::Reader::decodeNumber(Json::Reader::Token&)':
ext/common/Utils/jsoncpp.cpp:766:4: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
ext/common/Utils/jsoncpp.cpp: In copy constructor 'Json::Value::CZString::CZString(const Json::Value::CZString&)':
ext/common/Utils/jsoncpp.cpp:1701:34: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
mkdir -p buildout/libev/
cd buildout/libev/ && sh /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev/configure --disable-shared --enable-static CC='cc' CXX='c++' CFLAGS='-D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w' orig_CFLAGS=1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/signalfd.h usability... yes
checking sys/signalfd.h presence... yes
checking for sys/signalfd.h... yes
checking for inotify_init... yes
checking for epoll_ctl... yes
checking for kqueue... no
checking for port_create... no
checking for poll... yes
checking for select... yes
checking for eventfd... yes
checking for signalfd... yes
checking for clock_gettime... no
checking for clock_gettime syscall... yes
checking for nanosleep... yes
checking for library containing floor... -lm
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm -f buildout/libev//libev.la
cd buildout/libev/ && make libev.la
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -MT ev.lo -MD -MP -MF .deps/ev.Tpo -c -o ev.lo /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev/ev.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -MT ev.lo -MD -MP -MF .deps/ev.Tpo -c /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev/ev.c -o ev.o
mv -f .deps/ev.Tpo .deps/ev.Plo
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev/event.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -MT event.lo -MD -MP -MF .deps/event.Tpo -c /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libev/event.c -o event.o
mv -f .deps/event.Tpo .deps/event.Plo
/bin/bash ./libtool --tag=CC --mode=link cc -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -version-info 4:0:0 -o libev.la -rpath /usr/local/lib ev.lo event.lo -lm
libtool: link: ar cru .libs/libev.a ev.o event.o
libtool: link: ranlib .libs/libev.a
libtool: link: ( cd ".libs" && rm -f "libev.la" && ln -s "../libev.la" "libev.la" )
mkdir -p buildout/libeio/
cd buildout/libeio/ && sh /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libeio/configure --disable-shared --enable-static CC='cc' CXX='c++' CFLAGS='-D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... none
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) none
checking for stdint.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking for library containing pthread_create... -lpthread
checking for utimes... yes
checking for futimes... yes
checking for readahead... yes
checking for fdatasync... yes
checking for pread and pwrite... yes
checking for sendfile... yes
checking for sync_file_range... yes
checking for fallocate... yes
checking for sys_syncfs... yes
checking for prctl_set_name... yes
checking for posix_madvise... yes
checking for posix_fadvise... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm -f buildout/libeio//libeio.la
cd buildout/libeio/ && make libeio.la
/bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libeio -O3 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -c -o eio.lo /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libeio/eio.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I/var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libeio -O3 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -c /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/libeio/eio.c -o eio.o
/bin/bash ./libtool --tag=CC --mode=link cc -O3 -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -w -version-info 1:0 -o libeio.la -rpath /usr/local/lib eio.lo -lpthread
libtool: link: ar cru .libs/libeio.a eio.o
libtool: link: ranlib .libs/libeio.a
libtool: link: ( cd ".libs" && rm -f "libeio.la" && ln -s "../libeio.la" "libeio.la" )
mkdir -p buildout/agents/
c++ -o buildout/agents/PassengerHelperAgent.o -Iext -Iext/common -Iext/libev -Iext/libeio -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -c ext/common/agents/HelperAgent/Main.cpp
c++ buildout/agents/PassengerHelperAgent.o -o buildout/agents/PassengerHelperAgent buildout/common/libpassenger_common/Logging.o buildout/common/libpassenger_common/Exceptions.o buildout/common/libpassenger_common/Utils/SystemTime.o buildout/common/libpassenger_common/Utils/StrIntUtils.o buildout/common/libpassenger_common/Utils/IOUtils.o buildout/common/libpassenger_common/Utils.o buildout/common/libpassenger_common/Utils/Base64.o buildout/common/libpassenger_common/Utils/CachedFileStat.o buildout/common/libpassenger_common/Utils/LargeFiles.o buildout/common/libpassenger_common/ApplicationPool2/Implementation.o buildout/common/libpassenger_common/ApplicationPool2/AppTypes.o buildout/common/libpassenger_common/AgentsBase.o buildout/common/libpassenger_common/Utils/MD5.o buildout/common/libpassenger_common/Utils/fib.o buildout/common/libpassenger_common/Utils/jsoncpp.o buildout/common/libboost_oxt.a buildout/libev/.libs/libev.a buildout/libeio/.libs/libeio.a -std=gnu++11 -lpthread -lrt -rdynamic
c++ -o buildout/agents/PassengerWatchdog.o -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -c ext/common/agents/Watchdog/Main.cpp
c++ buildout/agents/PassengerWatchdog.o buildout/common/libpassenger_common/Logging.o buildout/common/libpassenger_common/Exceptions.o buildout/common/libpassenger_common/Utils/SystemTime.o buildout/common/libpassenger_common/Utils/StrIntUtils.o buildout/common/libpassenger_common/Utils/IOUtils.o buildout/common/libpassenger_common/Utils.o buildout/common/libpassenger_common/AgentsBase.o buildout/common/libpassenger_common/Utils/Base64.o buildout/common/libboost_oxt.a -std=gnu++11 -lpthread -lrt -rdynamic -o buildout/agents/PassengerWatchdog -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -std=gnu++11 -lpthread -lrt
mkdir -p buildout/common/libpassenger_common/agents/LoggingAgent
c++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -o buildout/common/libpassenger_common/agents/LoggingAgent/FilterSupport.o -c ext/common/agents/LoggingAgent/FilterSupport.cpp
c++ -o buildout/agents/PassengerLoggingAgent.o -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -c ext/common/agents/LoggingAgent/Main.cpp
c++ buildout/agents/PassengerLoggingAgent.o -o buildout/agents/PassengerLoggingAgent buildout/common/libpassenger_common/Logging.o buildout/common/libpassenger_common/Exceptions.o buildout/common/libpassenger_common/Utils/SystemTime.o buildout/common/libpassenger_common/Utils/StrIntUtils.o buildout/common/libpassenger_common/Utils/IOUtils.o buildout/common/libpassenger_common/Utils.o buildout/common/libpassenger_common/agents/LoggingAgent/FilterSupport.o buildout/common/libpassenger_common/AgentsBase.o buildout/common/libpassenger_common/Utils/Base64.o buildout/common/libpassenger_common/Utils/MD5.o buildout/common/libpassenger_common/Utils/jsoncpp.o buildout/common/libboost_oxt.a buildout/libev/.libs/libev.a -L/usr/lib/x86_64-linux-gnu -lcurl -lz -std=gnu++11 -lpthread -lrt -rdynamic
c++ ext/common/agents/SpawnPreparer.cpp -o buildout/agents/SpawnPreparer -Iext -Iext/common -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" buildout/common/libpassenger_common/Utils/Base64.o buildout/common/libpassenger_common/Utils/SystemTime.o buildout/common/libpassenger_common/Utils/StrIntUtils.o buildout/common/libpassenger_common/Utils/IOUtils.o buildout/common/libboost_oxt.a -std=gnu++11 -lpthread -lrt
cc ext/common/agents/TempDirToucher.c -o buildout/agents/TempDirToucher -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -fcommon -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -Wno-attributes -ggdb -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -lpthread -lrt
mkdir -p 'buildout/ruby/ruby-1.9.3-x86_64-linux/'
cd 'buildout/ruby/ruby-1.9.3-x86_64-linux/' && /usr/bin/ruby1.9.1 '/var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/ruby/extconf.rb'
checking for alloca.h... yes
checking for ruby/version.h... yes
checking for ruby/io.h... yes
checking for ruby_version... no
checking for rb_thread_io_blocking_region()... yes
creating Makefile
cd 'buildout/ruby/ruby-1.9.3-x86_64-linux/' && make
compiling /var/lib/gems/1.9.1/gems/passenger-4.0.45/ext/ruby/passenger_native_support.c
linking shared-object passenger_native_support.so
--------------------------------------------
Almost there!
Please edit your Apache configuration file, and add these lines:
LoadModule passenger_module /var/lib/gems/1.9.1/gems/passenger-4.0.45/buildout/apache2/mod_passenger.so
<IfModule mod_passenger.c>
PassengerRoot /var/lib/gems/1.9.1/gems/passenger-4.0.45
PassengerDefaultRuby /usr/bin/ruby1.9.1
</IfModule>
After you restart Apache, you are ready to deploy any number of web
applications on Apache, with a minimum amount of configuration!
Press ENTER to continue.
--------------------------------------------
Deploying a web application: an example
Suppose you have a web application in /somewhere. Add a virtual host to your
Apache configuration file and set its DocumentRoot to /somewhere/public:
<VirtualHost *:80>
ServerName www.yourhost.com
# !!! Be sure to point DocumentRoot to 'public'!
DocumentRoot /somewhere/public
<Directory /somewhere/public>
# This relaxes Apache security settings.
AllowOverride all
# MultiViews must be turned off.
Options -MultiViews
# Uncomment this if you're on Apache >= 2.4:
#Require all granted
</Directory>
</VirtualHost>
And that's it! You may also want to check the Users Guide for security and
optimization tips, troubleshooting and other useful information:
/var/lib/gems/1.9.1/gems/passenger-4.0.45/doc/Users guide Apache.html
https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html
Enjoy Phusion Passenger, a product of Phusion (www.phusion.nl) :-)
https://www.phusionpassenger.com
Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
+++ ls -d /var/lib/gems/1.9.1/gems/passenger-4.0.45
++ echo /var/lib/gems/1.9.1/gems/passenger-4.0.45
+ PASSENGER_ROOT=/var/lib/gems/1.9.1/gems/passenger-4.0.45
+ sed -i 's|PASSENGER_ROOT|/var/lib/gems/1.9.1/gems/passenger-4.0.45|g' /etc/apache2/conf.d/passenger
+ MYSQL_BATCH='mysql --user=root --password= --batch'
+ MYSQL_ADMIN='mysqladmin --user=root --password='
+ /etc/init.d/mysql start
df: Warning: cannot read table of mounted file systems: No such file or directory
[ ok ] Starting MySQL database server: mysqld ..
[info] Checking for tables which need an upgrade, are corrupt or were
not closed cleanly..
+ for DB_ENV in test development production
+ DB_NAME=turnkeylinux-foodsoft_test
+ mysqladmin --user=root --password= create turnkeylinux-foodsoft_test --default-character-set=utf8
+ mysql --user=root --password= --batch --execute 'grant all privileges on turnkeylinux-foodsoft_test.* to turnkeylinux-foodsoft@localhost identified by '\''a1dc76279b779dd406d320cb8ae36446'\''; flush privileges;'
ERROR 1046 (3D000) at line 1: No database selected
make: *** [build/stamps/root.patched] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment