Last active
February 16, 2021 08:34
-
-
Save sonnysideup/10909680 to your computer and use it in GitHub Desktop.
Building Debian 7.4.0 EC2 PVM AMI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[25.7658958435] DEBUG: Loading provider `bootstrapvz.providers.ec2' | |
[33.8599681854] DEBUG: Loading plugin `bootstrapvz.plugins.cloud_init' | |
[1032.38677979] DEBUG: Tasklist: | |
bootstrapvz.common.tasks.loopback.AddRequiredCommands | |
bootstrapvz.providers.ec2.tasks.connection.GetCredentials | |
bootstrapvz.providers.ec2.tasks.host.GetInfo | |
bootstrapvz.providers.ec2.tasks.connection.Connect | |
bootstrapvz.providers.ec2.tasks.ami.AMIName | |
bootstrapvz.common.tasks.locale.LocaleBootstrapPackage | |
bootstrapvz.common.tasks.bootstrap.AddRequiredCommands | |
bootstrapvz.plugins.cloud_init.tasks.AddBackports | |
bootstrapvz.providers.ec2.tasks.host.AddExternalCommands | |
bootstrapvz.common.tasks.workspace.CreateWorkspace | |
bootstrapvz.common.tasks.host.CheckExternalCommands | |
bootstrapvz.common.tasks.apt.AddDefaultSources | |
bootstrapvz.plugins.cloud_init.tasks.AddCloudInitPackages | |
bootstrapvz.common.tasks.boot.AddGrubPackage | |
bootstrapvz.providers.ec2.tasks.packages.DefaultPackages | |
bootstrapvz.common.tasks.loopback.Create | |
bootstrapvz.common.tasks.volume.Attach | |
bootstrapvz.common.tasks.filesystem.Format | |
bootstrapvz.common.tasks.filesystem.TuneVolumeFS | |
bootstrapvz.common.tasks.filesystem.CreateMountDir | |
bootstrapvz.common.tasks.filesystem.MountRoot | |
bootstrapvz.common.tasks.bootstrap.Bootstrap | |
bootstrapvz.common.tasks.filesystem.MountSpecials | |
bootstrapvz.plugins.cloud_init.tasks.SetMetadataSource | |
bootstrapvz.common.tasks.apt.DisableDaemonAutostart | |
bootstrapvz.common.tasks.locale.GenerateLocale | |
bootstrapvz.common.tasks.apt.WriteSources | |
bootstrapvz.common.tasks.apt.AptUpdate | |
bootstrapvz.common.tasks.apt.AptUpgrade | |
bootstrapvz.common.tasks.packages.InstallPackages | |
bootstrapvz.common.tasks.locale.SetTimezone | |
bootstrapvz.providers.ec2.tasks.network.EnableDHCPCDDNS | |
bootstrapvz.common.tasks.security.DisableSSHPasswordAuthentication | |
bootstrapvz.common.tasks.initd.RemoveHWClock | |
bootstrapvz.providers.ec2.tasks.filesystem.S3FStab | |
bootstrapvz.common.tasks.network.ConfigureNetworkIF | |
bootstrapvz.common.tasks.security.DisableSSHDNSLookup | |
bootstrapvz.common.tasks.network.RemoveDNSInfo | |
bootstrapvz.common.tasks.network.RemoveHostname | |
bootstrapvz.common.tasks.boot.DisableGetTTYs | |
bootstrapvz.plugins.cloud_init.tasks.SetUsername | |
bootstrapvz.common.tasks.initd.InstallInitScripts | |
bootstrapvz.plugins.cloud_init.tasks.DisableModules | |
bootstrapvz.providers.ec2.tasks.boot.ConfigurePVGrub | |
bootstrapvz.common.tasks.security.EnableShadowConfig | |
bootstrapvz.common.tasks.boot.BlackListModules | |
bootstrapvz.common.tasks.cleanup.ShredHostkeys | |
bootstrapvz.common.tasks.apt.PurgeUnusedPackages | |
bootstrapvz.common.tasks.cleanup.CleanTMP | |
bootstrapvz.common.tasks.apt.AptClean | |
bootstrapvz.common.tasks.apt.EnableDaemonAutostart | |
bootstrapvz.common.tasks.cleanup.ClearMOTD | |
bootstrapvz.common.tasks.filesystem.UnmountRoot | |
bootstrapvz.common.tasks.volume.Detach | |
bootstrapvz.common.tasks.filesystem.DeleteMountDir | |
bootstrapvz.providers.ec2.tasks.ami.BundleImage | |
bootstrapvz.providers.ec2.tasks.ami.UploadImage | |
bootstrapvz.providers.ec2.tasks.ami.RegisterAMI | |
bootstrapvz.common.tasks.volume.Delete | |
bootstrapvz.providers.ec2.tasks.ami.RemoveBundle | |
bootstrapvz.common.tasks.workspace.DeleteWorkspace | |
[1032.55176544] INFO: Adding commands required for creating loopback volumes | |
[1033.08677673] INFO: Getting AWS credentials | |
[1033.23578835] INFO: Retrieving instance metadata | |
[1068.98880005] INFO: Connecting to EC2 | |
[1128.55577469] INFO: Determining the AMI name | |
[16529.2599201] INFO: Adding locale package to bootstrap installation | |
[16531.3777924] INFO: Adding commands required bootstrapping Debian | |
[16535.3038311] INFO: Adding backports to the apt sources | |
[16538.5098457] INFO: Determining required external commands for EC2 bootstrapping | |
[16538.6469364] INFO: Creating workspace | |
[16538.9969349] INFO: Checking availability of external commands | |
[16539.4389629] DEBUG: Executing: type losetup | |
[16656.3839912] DEBUG: losetup is /sbin/losetup | |
[16657.7568054] DEBUG: Executing: type qemu-img | |
[16760.8947754] DEBUG: qemu-img is /usr/bin/qemu-img | |
[16762.0258331] DEBUG: Executing: type euca-upload-bundle | |
[16865.0407791] DEBUG: euca-upload-bundle is /usr/bin/euca-upload-bundle | |
[16866.1549091] DEBUG: Executing: type euca-bundle-image | |
[16969.7318077] DEBUG: euca-bundle-image is /usr/bin/euca-bundle-image | |
[16971.0879326] DEBUG: Executing: type debootstrap | |
[17073.6129284] DEBUG: debootstrap is /usr/sbin/debootstrap | |
[17074.5148659] INFO: Adding default release sources | |
[17075.5608082] INFO: Adding cloud-init package and sudo | |
[17075.9658813] INFO: Adding grub package | |
[17076.2598515] INFO: Adding image packages required for EC2 | |
[17079.1409016] INFO: Creating a loopback volume | |
[17079.9958706] DEBUG: Executing: qemu-img create -f raw /mnt/ephemeral/target/7918d122/volume.raw 10240M | |
[17370.443821] DEBUG: Formatting '/mnt/ephemeral/target/7918d122/volume.raw', fmt=raw size=10737418240 | |
[17371.7098236] INFO: Attaching the volume | |
[17372.8079796] DEBUG: Executing: losetup --show --find /mnt/ephemeral/target/7918d122/volume.raw | |
[17492.1348095] DEBUG: /dev/loop0 | |
[17493.3137894] INFO: Formatting the volume | |
[17494.5487976] DEBUG: Executing: mkfs.ext4 /dev/loop0 | |
[17670.2158451] ERROR: mke2fs 1.42.5 (29-Jul-2012) | |
[19354.4919491] INFO: Tuning the bootstrap volume filesystem | |
[19356.058836] DEBUG: Executing: tune2fs -i 0 /dev/loop0 | |
[19499.2368221] DEBUG: tune2fs 1.42.5 (29-Jul-2012) | |
[19499.9067783] DEBUG: Setting interval between checks to 0 seconds | |
[19500.3387928] INFO: Creating mountpoint for the root partition | |
[19501.0619164] INFO: Mounting the root partition | |
[19502.0949841] DEBUG: Executing: mount --types ext4 /dev/loop0 /mnt/ephemeral/target/7918d122/root | |
[19644.7279453] INFO: Installing Debian | |
[19646.0888386] DEBUG: Executing: debootstrap --arch=amd64 --include=locales --exclude=isc-dhcp-client,isc-dhcp-common wheezy /mnt/ephemeral/target/7918d122/root http://cloudfront.debian.net/debian | |
[19896.4948654] DEBUG: I: Retrieving Release | |
[20335.3509903] DEBUG: I: Retrieving Release.gpg | |
[20461.6849422] DEBUG: I: Checking Release signature | |
[20471.6248512] DEBUG: I: Valid Release signature (key id ED6D65271AACF0FF15D123036FB2A1C265FFB764) | |
[21082.1759701] DEBUG: I: Retrieving Packages | |
[21297.0027924] DEBUG: I: Validating Packages | |
[27876.6138554] DEBUG: I: Resolving dependencies of required packages... | |
[40849.1768837] DEBUG: I: Resolving dependencies of base packages... | |
[59461.6858959] DEBUG: I: Found additional required dependencies: insserv libbz2-1.0 libdb5.1 libsemanage-common libsemanage1 libslang2 libustr-1.0-1 | |
[59462.2199535] DEBUG: I: Found additional base dependencies: libept1.4.12 libgcrypt11 libgnutls26 libgpg-error0 libidn11 libnfnetlink0 libp11-kit0 libsqlite3-0 libtasn1-3 libxapian22 | |
[59481.8298817] DEBUG: I: Checking component main on http://cloudfront.debian.net/debian... | |
[62582.6728344] DEBUG: I: Retrieving libacl1 | |
[63188.2538795] DEBUG: I: Validating libacl1 | |
[63211.4999294] DEBUG: I: Retrieving adduser | |
[63342.2617912] DEBUG: I: Validating adduser | |
[63367.2299385] DEBUG: I: Retrieving apt | |
[63598.5298157] DEBUG: I: Validating apt | |
[63631.9978237] DEBUG: I: Retrieving apt-utils | |
[64064.4738674] DEBUG: I: Validating apt-utils | |
[64090.6829834] DEBUG: I: Retrieving libapt-inst1.5 | |
[64236.1779213] DEBUG: I: Validating libapt-inst1.5 | |
[64259.968996] DEBUG: I: Retrieving libapt-pkg4.12 | |
[64395.5118656] DEBUG: I: Validating libapt-pkg4.12 | |
[64426.2449741] DEBUG: I: Retrieving aptitude | |
[64581.9878578] DEBUG: I: Validating aptitude | |
[64617.2118187] DEBUG: I: Retrieving aptitude-common | |
[64764.7759914] DEBUG: I: Validating aptitude-common | |
[64800.5859852] DEBUG: I: Retrieving libattr1 | |
[64920.6547737] DEBUG: I: Validating libattr1 | |
[64943.1869984] DEBUG: I: Retrieving base-files | |
[65062.3998642] DEBUG: I: Validating base-files | |
[65085.4327679] DEBUG: I: Retrieving base-passwd | |
[65206.7399025] DEBUG: I: Validating base-passwd | |
[65229.4337749] DEBUG: I: Retrieving bash | |
[65414.9827957] DEBUG: I: Validating bash | |
[65451.0798454] DEBUG: I: Retrieving libboost-iostreams1.49.0 | |
[65573.6708641] DEBUG: I: Validating libboost-iostreams1.49.0 | |
[65597.1739292] DEBUG: I: Retrieving bsdmainutils | |
[65723.0129242] DEBUG: I: Validating bsdmainutils | |
[65747.1938133] DEBUG: I: Retrieving libbz2-1.0 | |
[65861.3379002] DEBUG: I: Validating libbz2-1.0 | |
[65884.7417831] DEBUG: I: Retrieving coreutils | |
[66106.9169044] DEBUG: I: Validating coreutils | |
[66180.9768677] DEBUG: I: Retrieving cpio | |
[66310.1887703] DEBUG: I: Validating cpio | |
[66334.9678516] DEBUG: I: Retrieving cron | |
[66466.3279057] DEBUG: I: Validating cron | |
[66489.7918701] DEBUG: I: Retrieving libcwidget3 | |
[66619.4047928] DEBUG: I: Validating libcwidget3 | |
[66646.4979649] DEBUG: I: Retrieving dash | |
[66774.6269703] DEBUG: I: Validating dash | |
[66798.2628345] DEBUG: I: Retrieving libdb5.1 | |
[66966.1808014] DEBUG: I: Validating libdb5.1 | |
[66996.0329533] DEBUG: I: Retrieving debconf | |
[67156.8927765] DEBUG: I: Validating debconf | |
[67181.2939644] DEBUG: I: Retrieving debconf-i18n | |
[67310.4758263] DEBUG: I: Validating debconf-i18n | |
[67335.0567818] DEBUG: I: Retrieving debian-archive-keyring | |
[67464.0259743] DEBUG: I: Validating debian-archive-keyring | |
[67487.4689579] DEBUG: I: Retrieving debianutils | |
[67624.7229576] DEBUG: I: Validating debianutils | |
[67647.9849815] DEBUG: I: Retrieving diffutils | |
[67780.8659077] DEBUG: I: Validating diffutils | |
[67806.6577911] DEBUG: I: Retrieving dmidecode | |
[67941.0037994] DEBUG: I: Validating dmidecode | |
[67964.7657871] DEBUG: I: Retrieving dpkg | |
[68144.9108124] DEBUG: I: Validating dpkg | |
[68191.218853] DEBUG: I: Retrieving e2fslibs | |
[68317.3987865] DEBUG: I: Validating e2fslibs | |
[68340.8207893] DEBUG: I: Retrieving e2fsprogs | |
[68485.3129387] DEBUG: I: Validating e2fsprogs | |
[68516.4749622] DEBUG: I: Retrieving libcomerr2 | |
[68643.8479424] DEBUG: I: Validating libcomerr2 | |
[68666.3219929] DEBUG: I: Retrieving libss2 | |
[68796.050787] DEBUG: I: Validating libss2 | |
[68818.6948299] DEBUG: I: Retrieving libc-bin | |
[68970.3907967] DEBUG: I: Validating libc-bin | |
[69004.00877] DEBUG: I: Retrieving libc6 | |
[69194.7009563] DEBUG: I: Validating libc6 | |
[69256.5329075] DEBUG: I: Retrieving locales | |
[69451.8668652] DEBUG: I: Validating locales | |
[69525.2139568] DEBUG: I: Retrieving multiarch-support | |
[69653.1789303] DEBUG: I: Validating multiarch-support | |
[69676.9709587] DEBUG: I: Retrieving findutils | |
[69831.8459988] DEBUG: I: Validating findutils | |
[69860.626936] DEBUG: I: Retrieving gcc-4.7-base | |
[69987.0169163] DEBUG: I: Validating gcc-4.7-base | |
[70010.4467869] DEBUG: I: Retrieving libgcc1 | |
[70127.5479794] DEBUG: I: Validating libgcc1 | |
[70150.7279873] DEBUG: I: Retrieving libstdc++6 | |
[70295.6049442] DEBUG: I: Validating libstdc++6 | |
[70320.7149506] DEBUG: I: Retrieving libgdbm3 | |
[70444.2617893] DEBUG: I: Validating libgdbm3 | |
[70467.0259953] DEBUG: I: Retrieving gnupg | |
[70619.7698116] DEBUG: I: Validating gnupg | |
[70659.9938869] DEBUG: I: Retrieving gpgv | |
[70782.9039097] DEBUG: I: Validating gpgv | |
[70806.8408966] DEBUG: I: Retrieving libgnutls26 | |
[70957.2269917] DEBUG: I: Validating libgnutls26 | |
[70984.6639633] DEBUG: I: Retrieving grep | |
[71119.1937923] DEBUG: I: Validating grep | |
[71145.3118324] DEBUG: I: Retrieving groff-base | |
[71299.7369766] DEBUG: I: Validating groff-base | |
[71332.2269917] DEBUG: I: Retrieving gzip | |
[71462.9948139] DEBUG: I: Validating gzip | |
[71486.2239361] DEBUG: I: Retrieving hostname | |
[71604.0678024] DEBUG: I: Validating hostname | |
[71626.598835] DEBUG: I: Retrieving ifupdown | |
[71753.3948421] DEBUG: I: Validating ifupdown | |
[71776.3149738] DEBUG: I: Retrieving insserv | |
[71904.3037891] DEBUG: I: Validating insserv | |
[71926.9919395] DEBUG: I: Retrieving iproute | |
[72076.0087967] DEBUG: I: Validating iproute | |
[72102.4827957] DEBUG: I: Retrieving iptables | |
[72242.3219681] DEBUG: I: Validating iptables | |
[72268.1288719] DEBUG: I: Retrieving iputils-ping | |
[72392.6889896] DEBUG: I: Validating iputils-ping | |
[72415.3938293] DEBUG: I: Retrieving kmod | |
[72535.7398987] DEBUG: I: Validating kmod | |
[72558.836937] DEBUG: I: Retrieving libkmod2 | |
[72672.1739769] DEBUG: I: Validating libkmod2 | |
[72694.7119236] DEBUG: I: Retrieving libept1.4.12 | |
[72832.0658207] DEBUG: I: Validating libept1.4.12 | |
[72857.0799828] DEBUG: I: Retrieving libgcrypt11 | |
[72999.3209839] DEBUG: I: Validating libgcrypt11 | |
[73024.3167877] DEBUG: I: Retrieving libgpg-error0 | |
[73145.4248428] DEBUG: I: Validating libgpg-error0 | |
[73168.0908203] DEBUG: I: Retrieving libidn11 | |
[73293.2639122] DEBUG: I: Validating libidn11 | |
[73317.0149326] DEBUG: I: Retrieving liblocale-gettext-perl | |
[73433.1867695] DEBUG: I: Validating liblocale-gettext-perl | |
[73455.6899071] DEBUG: I: Retrieving libnfnetlink0 | |
[73568.2117939] DEBUG: I: Validating libnfnetlink0 | |
[73590.9738541] DEBUG: I: Retrieving libpipeline1 | |
[73718.0857658] DEBUG: I: Validating libpipeline1 | |
[73740.7288551] DEBUG: I: Retrieving libselinux1 | |
[73861.4528179] DEBUG: I: Validating libselinux1 | |
[73884.3688965] DEBUG: I: Retrieving libsemanage-common | |
[73999.5059967] DEBUG: I: Validating libsemanage-common | |
[74022.1037865] DEBUG: I: Retrieving libsemanage1 | |
[74154.7789574] DEBUG: I: Validating libsemanage1 | |
[74177.5479317] DEBUG: I: Retrieving libsepol1 | |
[74306.8659306] DEBUG: I: Validating libsepol1 | |
[74330.1279545] DEBUG: I: Retrieving libsigc++-2.0-0c2a | |
[74447.717905] DEBUG: I: Validating libsigc++-2.0-0c2a | |
[74470.4618454] DEBUG: I: Retrieving libtasn1-3 | |
[74594.5649147] DEBUG: I: Validating libtasn1-3 | |
[74617.7589893] DEBUG: I: Retrieving libtext-charwidth-perl | |
[74730.6408882] DEBUG: I: Validating libtext-charwidth-perl | |
[74753.5259724] DEBUG: I: Retrieving libtext-iconv-perl | |
[74877.040863] DEBUG: I: Validating libtext-iconv-perl | |
[74900.1009464] DEBUG: I: Retrieving libtext-wrapi18n-perl | |
[75016.0708427] DEBUG: I: Validating libtext-wrapi18n-perl | |
[75038.9678478] DEBUG: I: Retrieving libusb-0.1-4 | |
[75159.1398716] DEBUG: I: Validating libusb-0.1-4 | |
[75181.912899] DEBUG: I: Retrieving logrotate | |
[75325.6509304] DEBUG: I: Validating logrotate | |
[75348.6759663] DEBUG: I: Retrieving lsb-base | |
[75464.9648666] DEBUG: I: Validating lsb-base | |
[75487.7099991] DEBUG: I: Retrieving man-db | |
[75621.1988926] DEBUG: I: Validating man-db | |
[75653.5518169] DEBUG: I: Retrieving manpages | |
[75807.808876] DEBUG: I: Validating manpages | |
[75837.9228115] DEBUG: I: Retrieving mawk | |
[75959.1608047] DEBUG: I: Validating mawk | |
[75982.3358059] DEBUG: I: Retrieving nano | |
[76121.3219166] DEBUG: I: Validating nano | |
[76149.053812] DEBUG: I: Retrieving libncurses5 | |
[76270.4768181] DEBUG: I: Validating libncurses5 | |
[76293.9407825] DEBUG: I: Retrieving libncursesw5 | |
[76420.8087921] DEBUG: I: Validating libncursesw5 | |
[76444.4019794] DEBUG: I: Retrieving libtinfo5 | |
[76584.654808] DEBUG: I: Validating libtinfo5 | |
[76609.0099812] DEBUG: I: Retrieving ncurses-base | |
[76731.9259644] DEBUG: I: Validating ncurses-base | |
[76756.0968399] DEBUG: I: Retrieving ncurses-bin | |
[76890.5959129] DEBUG: I: Validating ncurses-bin | |
[76915.5979156] DEBUG: I: Retrieving net-tools | |
[77043.5907841] DEBUG: I: Validating net-tools | |
[77069.5548058] DEBUG: I: Retrieving netbase | |
[77185.1079464] DEBUG: I: Validating netbase | |
[77208.1577778] DEBUG: I: Retrieving netcat-traditional | |
[77331.1588764] DEBUG: I: Validating netcat-traditional | |
[77353.9857864] DEBUG: I: Retrieving libnewt0.52 | |
[77486.8109226] DEBUG: I: Validating libnewt0.52 | |
[77509.9079609] DEBUG: I: Retrieving whiptail | |
[77624.9878407] DEBUG: I: Validating whiptail | |
[77648.1537819] DEBUG: I: Retrieving libssl1.0.0 | |
[77825.3238201] DEBUG: I: Validating libssl1.0.0 | |
[77859.0228558] DEBUG: I: Retrieving libp11-kit0 | |
[77987.4649048] DEBUG: I: Validating libp11-kit0 | |
[78010.7138157] DEBUG: I: Retrieving libpam-modules | |
[78144.5307732] DEBUG: I: Validating libpam-modules | |
[78170.3488827] DEBUG: I: Retrieving libpam-modules-bin | |
[78295.5467701] DEBUG: I: Validating libpam-modules-bin | |
[78319.2248344] DEBUG: I: Retrieving libpam-runtime | |
[78483.0639362] DEBUG: I: Validating libpam-runtime | |
[78507.4989796] DEBUG: I: Retrieving libpam0g | |
[78641.7109966] DEBUG: I: Validating libpam0g | |
[78665.0779247] DEBUG: I: Retrieving perl-base | |
[78808.9549541] DEBUG: I: Validating perl-base | |
[78845.3409672] DEBUG: I: Retrieving libpopt0 | |
[78961.1928463] DEBUG: I: Validating libpopt0 | |
[78983.8299751] DEBUG: I: Retrieving libprocps0 | |
[79107.95784] DEBUG: I: Validating libprocps0 | |
[79130.6459904] DEBUG: I: Retrieving procps | |
[79270.3177929] DEBUG: I: Validating procps | |
[79294.8489189] DEBUG: I: Retrieving libreadline6 | |
[79428.4698963] DEBUG: I: Validating libreadline6 | |
[79452.4178505] DEBUG: I: Retrieving readline-common | |
[79570.4679489] DEBUG: I: Validating readline-common | |
[79593.4028625] DEBUG: I: Retrieving rsyslog | |
[79741.122961] DEBUG: I: Validating rsyslog | |
[79768.8949108] DEBUG: I: Retrieving sed | |
[79905.2047729] DEBUG: I: Validating sed | |
[79930.1009178] DEBUG: I: Retrieving sensible-utils | |
[80045.1629162] DEBUG: I: Validating sensible-utils | |
[80068.1869984] DEBUG: I: Retrieving login | |
[80214.8368359] DEBUG: I: Validating login | |
[80246.4179993] DEBUG: I: Retrieving passwd | |
[80392.125845] DEBUG: I: Validating passwd | |
[80425.6849289] DEBUG: I: Retrieving libslang2 | |
[80561.5677834] DEBUG: I: Validating libslang2 | |
[80589.0247822] DEBUG: I: Retrieving libsqlite3-0 | |
[80729.7267914] DEBUG: I: Validating libsqlite3-0 | |
[80756.5429211] DEBUG: I: Retrieving initscripts | |
[80883.3568096] DEBUG: I: Validating initscripts | |
[80906.3289165] DEBUG: I: Retrieving sysv-rc | |
[81035.3589058] DEBUG: I: Validating sysv-rc | |
[81058.2149029] DEBUG: I: Retrieving sysvinit | |
[81492.3667908] DEBUG: I: Validating sysvinit | |
[81516.2529945] DEBUG: I: Retrieving sysvinit-utils | |
[81644.9468136] DEBUG: I: Validating sysvinit-utils | |
[81668.4968472] DEBUG: I: Retrieving tar | |
[81814.0149117] DEBUG: I: Validating tar | |
[81845.1859951] DEBUG: I: Retrieving tasksel | |
[81977.0019054] DEBUG: I: Validating tasksel | |
[81999.8338223] DEBUG: I: Retrieving tasksel-data | |
[82122.6868629] DEBUG: I: Validating tasksel-data | |
[82146.094799] DEBUG: I: Retrieving info | |
[82275.0508785] DEBUG: I: Validating info | |
[82299.5829582] DEBUG: I: Retrieving install-info | |
[82419.8248386] DEBUG: I: Validating install-info | |
[82443.5889721] DEBUG: I: Retrieving traceroute | |
[82567.155838] DEBUG: I: Validating traceroute | |
[82590.4657841] DEBUG: I: Retrieving tzdata | |
[82726.1629105] DEBUG: I: Validating tzdata | |
[82752.7749538] DEBUG: I: Retrieving libudev0 | |
[82884.2148781] DEBUG: I: Validating libudev0 | |
[82908.1089497] DEBUG: I: Retrieving udev | |
[83045.9418297] DEBUG: I: Validating udev | |
[83071.2819099] DEBUG: I: Retrieving libustr-1.0-1 | |
[83282.3209763] DEBUG: I: Validating libustr-1.0-1 | |
[83305.7579994] DEBUG: I: Retrieving bsdutils | |
[83445.6818104] DEBUG: I: Validating bsdutils | |
[83470.2649117] DEBUG: I: Retrieving libblkid1 | |
[83596.3587761] DEBUG: I: Validating libblkid1 | |
[83619.7447777] DEBUG: I: Retrieving libmount1 | |
[83752.6459694] DEBUG: I: Validating libmount1 | |
[83776.2479782] DEBUG: I: Retrieving libuuid1 | |
[83890.9049034] DEBUG: I: Validating libuuid1 | |
[83913.8009548] DEBUG: I: Retrieving mount | |
[84043.9419746] DEBUG: I: Validating mount | |
[84068.3209896] DEBUG: I: Retrieving util-linux | |
[84225.5938053] DEBUG: I: Validating util-linux | |
[84254.0438175] DEBUG: I: Retrieving vim-common | |
[84392.6489353] DEBUG: I: Validating vim-common | |
[84416.6219234] DEBUG: I: Retrieving vim-tiny | |
[84551.625967] DEBUG: I: Validating vim-tiny | |
[84577.2547722] DEBUG: I: Retrieving wget | |
[84723.099947] DEBUG: I: Validating wget | |
[84752.0618439] DEBUG: I: Retrieving libxapian22 | |
[84911.0097885] DEBUG: I: Validating libxapian22 | |
[84944.3569183] DEBUG: I: Retrieving liblzma5 | |
[85081.348896] DEBUG: I: Validating liblzma5 | |
[85105.8387756] DEBUG: I: Retrieving xz-utils | |
[85268.226862] DEBUG: I: Validating xz-utils | |
[85292.6168442] DEBUG: I: Retrieving zlib1g | |
[85413.5949612] DEBUG: I: Validating zlib1g | |
[85432.1630001] DEBUG: I: Chosen extractor for .deb packages: dpkg-deb | |
[85485.6288433] DEBUG: I: Extracting libacl1... | |
[85505.7809353] DEBUG: I: Extracting libattr1... | |
[85516.1118507] DEBUG: I: Extracting base-files... | |
[85531.0750008] DEBUG: I: Extracting base-passwd... | |
[85542.7689552] DEBUG: I: Extracting bash... | |
[85589.4169807] DEBUG: I: Extracting libbz2-1.0... | |
[85600.1138687] DEBUG: I: Extracting coreutils... | |
[85754.3478012] DEBUG: I: Extracting dash... | |
[85766.0479546] DEBUG: I: Extracting libdb5.1... | |
[85794.5258617] DEBUG: I: Extracting debconf... | |
[85814.7418499] DEBUG: I: Extracting debconf-i18n... | |
[85835.1509571] DEBUG: I: Extracting debianutils... | |
[85848.6948013] DEBUG: I: Extracting diffutils... | |
[85867.166996] DEBUG: I: Extracting dpkg... | |
[85936.2859726] DEBUG: I: Extracting e2fslibs... | |
[85949.8617649] DEBUG: I: Extracting e2fsprogs... | |
[85983.3078384] DEBUG: I: Extracting libcomerr2... | |
[85994.0059185] DEBUG: I: Extracting libss2... | |
[86004.4379234] DEBUG: I: Extracting libc-bin... | |
[86044.49296] DEBUG: I: Extracting libc6... | |
[86144.7379589] DEBUG: I: Extracting multiarch-support... | |
[86155.700922] DEBUG: I: Extracting findutils... | |
[86179.723978] DEBUG: I: Extracting gcc-4.7-base... | |
[86190.7777786] DEBUG: I: Extracting libgcc1... | |
[86201.499939] DEBUG: I: Extracting grep... | |
[86222.9869366] DEBUG: I: Extracting gzip... | |
[86235.5167866] DEBUG: I: Extracting hostname... | |
[86246.0739613] DEBUG: I: Extracting insserv... | |
[86257.185936] DEBUG: I: Extracting liblocale-gettext-perl... | |
[86267.6627636] DEBUG: I: Extracting libselinux1... | |
[86278.9959908] DEBUG: I: Extracting libsemanage-common... | |
[86289.5309925] DEBUG: I: Extracting libsemanage1... | |
[86301.7969131] DEBUG: I: Extracting libsepol1... | |
[86314.4698143] DEBUG: I: Extracting libtext-charwidth-perl... | |
[86325.3448009] DEBUG: I: Extracting libtext-iconv-perl... | |
[86335.8387947] DEBUG: I: Extracting libtext-wrapi18n-perl... | |
[86346.2147713] DEBUG: I: Extracting lsb-base... | |
[86356.5268517] DEBUG: I: Extracting mawk... | |
[86368.213892] DEBUG: I: Extracting libncurses5... | |
[86380.6109428] DEBUG: I: Extracting libtinfo5... | |
[86393.4588432] DEBUG: I: Extracting ncurses-base... | |
[86407.0949554] DEBUG: I: Extracting ncurses-bin... | |
[86420.5908775] DEBUG: I: Extracting libpam-modules... | |
[86439.6839142] DEBUG: I: Extracting libpam-modules-bin... | |
[86451.0557652] DEBUG: I: Extracting libpam-runtime... | |
[86469.4049358] DEBUG: I: Extracting libpam0g... | |
[86480.8239937] DEBUG: I: Extracting perl-base... | |
[86576.540947] DEBUG: I: Extracting sed... | |
[86592.307806] DEBUG: I: Extracting sensible-utils... | |
[86604.0399075] DEBUG: I: Extracting login... | |
[86638.6048794] DEBUG: I: Extracting passwd... | |
[86679.5377731] DEBUG: I: Extracting libslang2... | |
[86701.4079094] DEBUG: I: Extracting initscripts... | |
[86715.3148651] DEBUG: I: Extracting sysv-rc... | |
[86727.5898457] DEBUG: I: Extracting sysvinit... | |
[86739.522934] DEBUG: I: Extracting sysvinit-utils... | |
[86751.210928] DEBUG: I: Extracting tar... | |
[86782.6468945] DEBUG: I: Extracting tzdata... | |
[86901.0789394] DEBUG: I: Extracting libustr-1.0-1... | |
[86913.7768745] DEBUG: I: Extracting bsdutils... | |
[86925.085783] DEBUG: I: Extracting libblkid1... | |
[86937.0429516] DEBUG: I: Extracting libmount1... | |
[86948.9529133] DEBUG: I: Extracting libuuid1... | |
[86959.2018127] DEBUG: I: Extracting mount... | |
[86972.8918076] DEBUG: I: Extracting util-linux... | |
[87000.1327991] DEBUG: I: Extracting liblzma5... | |
[87012.7429962] DEBUG: I: Extracting xz-utils... | |
[87026.3707638] DEBUG: I: Extracting zlib1g... | |
[87223.9558697] DEBUG: I: Installing core packages... | |
[90597.525835] DEBUG: I: Unpacking required packages... | |
[90688.6429787] DEBUG: I: Unpacking libacl1:amd64... | |
[90739.5207882] DEBUG: I: Unpacking libattr1:amd64... | |
[90785.8269215] DEBUG: I: Unpacking base-files... | |
[90861.7789745] DEBUG: I: Unpacking base-passwd... | |
[90915.7319069] DEBUG: I: Unpacking bash... | |
[91079.736948] DEBUG: I: Unpacking libbz2-1.0:amd64... | |
[91117.9509163] DEBUG: I: Unpacking coreutils... | |
[91513.6108398] DEBUG: I: Unpacking dash... | |
[91611.153841] DEBUG: I: Unpacking libdb5.1:amd64... | |
[91755.5849552] DEBUG: I: Unpacking debconf... | |
[91865.5619621] DEBUG: I: Unpacking debconf-i18n... | |
[91966.1979675] DEBUG: I: Unpacking debianutils... | |
[92028.4438133] DEBUG: I: Unpacking diffutils... | |
[92165.9297943] DEBUG: I: Unpacking dpkg... | |
[92387.1729374] DEBUG: I: Unpacking e2fslibs:amd64... | |
[92433.8099957] DEBUG: I: Unpacking e2fsprogs... | |
[92551.3179302] DEBUG: I: Unpacking libcomerr2:amd64... | |
[92643.9619064] DEBUG: I: Unpacking libss2:amd64... | |
[92698.225975] DEBUG: I: Unpacking libc-bin... | |
[92820.0237751] DEBUG: I: Unpacking libc6:amd64... | |
[93372.1709251] DEBUG: I: Unpacking multiarch-support... | |
[93415.4419899] DEBUG: I: Unpacking findutils... | |
[93526.4937878] DEBUG: I: Unpacking gcc-4.7-base:amd64... | |
[93572.4658966] DEBUG: I: Unpacking libgcc1:amd64... | |
[93632.835865] DEBUG: I: Unpacking grep... | |
[93723.6979008] DEBUG: I: Unpacking gzip... | |
[93774.0797997] DEBUG: I: Unpacking hostname... | |
[93819.5009232] DEBUG: I: Unpacking insserv... | |
[93866.0168648] DEBUG: I: Unpacking liblocale-gettext-perl... | |
[93927.7899265] DEBUG: I: Unpacking libselinux1:amd64... | |
[93983.9198589] DEBUG: I: Unpacking libsemanage-common... | |
[94033.3809853] DEBUG: I: Unpacking libsemanage1:amd64... | |
[94093.7957764] DEBUG: I: Unpacking libsepol1:amd64... | |
[94136.8858814] DEBUG: I: Unpacking libtext-charwidth-perl... | |
[94186.2158775] DEBUG: I: Unpacking libtext-iconv-perl... | |
[94236.1238003] DEBUG: I: Unpacking libtext-wrapi18n-perl... | |
[94304.1818142] DEBUG: I: Unpacking lsb-base... | |
[94363.8319969] DEBUG: I: Unpacking mawk... | |
[94438.3847713] DEBUG: I: Unpacking libncurses5:amd64... | |
[94487.2469902] DEBUG: I: Unpacking libtinfo5:amd64... | |
[94570.6567764] DEBUG: I: Unpacking ncurses-base... | |
[94640.7148838] DEBUG: I: Unpacking ncurses-bin... | |
[94713.2809162] DEBUG: I: Unpacking libpam-modules:amd64... | |
[94938.2328987] DEBUG: I: Unpacking libpam-modules-bin... | |
[94994.3399429] DEBUG: I: Unpacking libpam-runtime... | |
[95144.2639828] DEBUG: I: Unpacking libpam0g:amd64... | |
[95230.4158211] DEBUG: I: Unpacking perl-base... | |
[95662.8649235] DEBUG: I: Unpacking sed... | |
[95745.308876] DEBUG: I: Unpacking sensible-utils... | |
[95798.3949184] DEBUG: I: Unpacking login... | |
[95921.6239452] DEBUG: I: Unpacking passwd... | |
[96088.0157948] DEBUG: I: Unpacking libslang2:amd64... | |
[96186.1670017] DEBUG: I: Unpacking initscripts... | |
[96260.7278824] DEBUG: I: Unpacking sysv-rc... | |
[96321.7878342] DEBUG: I: Unpacking sysvinit... | |
[96372.2138405] DEBUG: I: Unpacking sysvinit-utils... | |
[96436.8047714] DEBUG: I: Unpacking tar... | |
[96548.3689308] DEBUG: I: Unpacking tzdata... | |
[97048.9227772] DEBUG: I: Unpacking libustr-1.0-1:amd64... | |
[97122.3797798] DEBUG: I: Unpacking bsdutils... | |
[97184.6568584] DEBUG: I: Unpacking libblkid1:amd64... | |
[97236.4377975] DEBUG: I: Unpacking libmount1... | |
[97302.0679951] DEBUG: I: Unpacking libuuid1:amd64... | |
[97350.5349159] DEBUG: I: Unpacking mount... | |
[97418.5509682] DEBUG: I: Unpacking util-linux... | |
[97598.3917713] DEBUG: I: Unpacking liblzma5:amd64... | |
[97654.2739868] DEBUG: I: Unpacking xz-utils... | |
[97739.1569614] DEBUG: I: Unpacking zlib1g:amd64... | |
[97785.5818272] DEBUG: I: Configuring required packages... | |
[97810.2757931] DEBUG: I: Configuring lsb-base... | |
[97820.1899529] DEBUG: I: Configuring ncurses-base... | |
[97827.1038532] DEBUG: I: Configuring sensible-utils... | |
[97842.7288532] DEBUG: I: Configuring libsemanage-common... | |
[97851.9427776] DEBUG: I: Configuring gcc-4.7-base:amd64... | |
[97880.6557655] DEBUG: I: Configuring libc-bin... | |
[97901.9668102] DEBUG: I: Configuring libc6:amd64... | |
[99236.3698483] DEBUG: I: Configuring debianutils... | |
[99252.3617744] DEBUG: I: Configuring bsdutils... | |
[99265.447855] DEBUG: I: Configuring tar... | |
[99282.7589512] DEBUG: I: Configuring base-passwd... | |
[99299.1449833] DEBUG: I: Configuring mawk... | |
[99313.0319118] DEBUG: I: Configuring hostname... | |
[99325.2289295] DEBUG: I: Configuring insserv... | |
[99332.2429657] DEBUG: I: Configuring multiarch-support... | |
[99341.7389393] DEBUG: I: Configuring libselinux1:amd64... | |
[100361.099958] DEBUG: I: Configuring libustr-1.0-1:amd64... | |
[100386.258841] DEBUG: I: Configuring libsepol1:amd64... | |
[101406.087875] DEBUG: I: Configuring zlib1g:amd64... | |
[101420.949936] DEBUG: I: Configuring libgcc1:amd64... | |
[101457.110882] DEBUG: I: Configuring base-files... | |
[101481.174946] DEBUG: I: Configuring libattr1:amd64... | |
[101495.843887] DEBUG: I: Configuring e2fslibs:amd64... | |
[101511.399984] DEBUG: I: Configuring libcomerr2:amd64... | |
[101530.167818] DEBUG: I: Configuring libacl1:amd64... | |
[101544.169903] DEBUG: I: Configuring libslang2:amd64... | |
[101561.78689] DEBUG: I: Configuring libss2:amd64... | |
[101578.682899] DEBUG: I: Configuring liblzma5:amd64... | |
[101594.061852] DEBUG: I: Configuring libdb5.1:amd64... | |
[101608.981848] DEBUG: I: Configuring libbz2-1.0:amd64... | |
[101624.329805] DEBUG: I: Configuring libtinfo5:amd64... | |
[101640.164852] DEBUG: I: Configuring sysvinit-utils... | |
[101646.633863] DEBUG: I: Configuring ncurses-bin... | |
[101652.429819] DEBUG: I: Configuring libsemanage1:amd64... | |
[101667.055845] DEBUG: I: Configuring libncurses5:amd64... | |
[101684.617996] DEBUG: I: Configuring xz-utils... | |
[101726.42684] DEBUG: I: Configuring dpkg... | |
[101744.413853] DEBUG: I: Configuring dash... | |
[102013.646841] DEBUG: I: Configuring coreutils... | |
[102024.115801] DEBUG: I: Configuring perl-base... | |
[102034.164906] DEBUG: I: Configuring diffutils... | |
[102041.026831] DEBUG: I: Configuring libtext-iconv-perl... | |
[102054.705858] DEBUG: I: Configuring sed... | |
[102062.059879] DEBUG: I: Configuring grep... | |
[102069.82398] DEBUG: I: Configuring findutils... | |
[102083.699942] DEBUG: I: Configuring gzip... | |
[102092.023849] DEBUG: I: Configuring liblocale-gettext-perl... | |
[102113.864899] DEBUG: I: Configuring bash... | |
[102171.551943] DEBUG: I: Configuring libtext-charwidth-perl... | |
[102182.163] DEBUG: I: Configuring libtext-wrapi18n-perl... | |
[102207.628965] DEBUG: I: Configuring debconf... | |
[102405.616999] DEBUG: I: Configuring libpam0g:amd64... | |
[102558.267832] DEBUG: I: Configuring sysv-rc... | |
[102588.624954] DEBUG: I: Configuring tzdata... | |
[102807.44195] DEBUG: I: Configuring debconf-i18n... | |
[102815.167904] DEBUG: I: Configuring libpam-modules-bin... | |
[102841.678858] DEBUG: I: Configuring libpam-modules:amd64... | |
[102882.189989] DEBUG: I: Configuring passwd... | |
[102957.740784] DEBUG: I: Configuring libpam-runtime... | |
[103410.754919] DEBUG: I: Configuring login... | |
[103430.468798] DEBUG: I: Configuring libuuid1:amd64... | |
[103491.06884] DEBUG: I: Configuring libblkid1:amd64... | |
[103505.822897] DEBUG: I: Configuring libmount1... | |
[103522.072792] DEBUG: I: Configuring mount... | |
[103639.154911] DEBUG: I: Configuring initscripts... | |
[104890.782833] DEBUG: I: Configuring util-linux... | |
[105025.826931] DEBUG: I: Configuring sysvinit... | |
[105057.191849] DEBUG: I: Configuring e2fsprogs... | |
[105069.491863] DEBUG: I: Unpacking the base system... | |
[106725.278854] DEBUG: I: Unpacking adduser... | |
[106841.089964] DEBUG: I: Unpacking apt... | |
[106985.842943] DEBUG: I: Unpacking apt-utils... | |
[107079.388857] DEBUG: I: Unpacking libapt-inst1.5:amd64... | |
[107165.084839] DEBUG: I: Unpacking libapt-pkg4.12:amd64... | |
[107267.715931] DEBUG: I: Unpacking aptitude... | |
[107570.478916] DEBUG: I: Unpacking aptitude-common... | |
[107930.453777] DEBUG: I: Unpacking libboost-iostreams1.49.0... | |
[107975.533962] DEBUG: I: Unpacking bsdmainutils... | |
[108068.74299] DEBUG: I: Unpacking cpio... | |
[108204.189777] DEBUG: I: Unpacking cron... | |
[108310.303926] DEBUG: I: Unpacking libcwidget3... | |
[108396.889925] DEBUG: I: Unpacking debian-archive-keyring... | |
[108443.451881] DEBUG: I: Unpacking dmidecode... | |
[108499.755859] DEBUG: I: Unpacking locales... | |
[108954.054832] DEBUG: I: Unpacking libstdc++6:amd64... | |
[109059.087992] DEBUG: I: Unpacking libgdbm3:amd64... | |
[109117.275] DEBUG: I: Unpacking gnupg... | |
[109269.379854] DEBUG: I: Unpacking gpgv... | |
[109336.927891] DEBUG: I: Unpacking libgnutls26:amd64... | |
[109429.588795] DEBUG: I: Unpacking groff-base... | |
[109589.753866] DEBUG: I: Unpacking ifupdown... | |
[109671.218872] DEBUG: I: Unpacking iproute... | |
[109773.118973] DEBUG: I: Unpacking iptables... | |
[109877.735853] DEBUG: I: Unpacking iputils-ping... | |
[109927.47879] DEBUG: I: Unpacking kmod... | |
[109984.337807] DEBUG: I: Unpacking libkmod2:amd64... | |
[110043.96677] DEBUG: I: Unpacking libept1.4.12... | |
[110120.592833] DEBUG: I: Unpacking libgcrypt11:amd64... | |
[110188.993931] DEBUG: I: Unpacking libgpg-error0:amd64... | |
[110265.815973] DEBUG: I: Unpacking libidn11:amd64... | |
[110323.963881] DEBUG: I: Unpacking libnfnetlink0... | |
[110377.898932] DEBUG: I: Unpacking libpipeline1:amd64... | |
[110429.623842] DEBUG: I: Unpacking libsigc++-2.0-0c2a:amd64... | |
[110478.455782] DEBUG: I: Unpacking libtasn1-3:amd64... | |
[110534.573793] DEBUG: I: Unpacking libusb-0.1-4:amd64... | |
[110583.670855] DEBUG: I: Unpacking logrotate... | |
[110678.505898] DEBUG: I: Unpacking man-db... | |
[110831.083775] DEBUG: I: Unpacking manpages... | |
[110953.959942] DEBUG: I: Unpacking nano... | |
[111092.494965] DEBUG: I: Unpacking libncursesw5:amd64... | |
[111149.601936] DEBUG: I: Unpacking net-tools... | |
[111230.071783] DEBUG: I: Unpacking netbase... | |
[111283.057928] DEBUG: I: Unpacking netcat-traditional... | |
[111343.65797] DEBUG: I: Unpacking libnewt0.52... | |
[111447.438955] DEBUG: I: Unpacking whiptail... | |
[111502.512932] DEBUG: I: Unpacking libssl1.0.0:amd64... | |
[111627.74086] DEBUG: I: Unpacking libp11-kit0:amd64... | |
[111680.468798] DEBUG: I: Unpacking libpopt0:amd64... | |
[111764.087915] DEBUG: I: Unpacking libprocps0:amd64... | |
[111831.600904] DEBUG: I: Unpacking procps... | |
[111933.393002] DEBUG: I: Unpacking libreadline6:amd64... | |
[112013.977766] DEBUG: I: Unpacking readline-common... | |
[112071.146965] DEBUG: I: Unpacking rsyslog... | |
[112170.366764] DEBUG: I: Unpacking libsqlite3-0:amd64... | |
[112245.35799] DEBUG: I: Unpacking tasksel... | |
[112336.862803] DEBUG: I: Unpacking tasksel-data... | |
[112414.190769] DEBUG: I: Unpacking info... | |
[112479.691982] DEBUG: I: Unpacking install-info... | |
[112567.511797] DEBUG: I: Unpacking traceroute... | |
[112627.519846] DEBUG: I: Unpacking libudev0:amd64... | |
[112702.378988] DEBUG: I: Unpacking udev... | |
[113009.106874] DEBUG: I: Unpacking vim-common... | |
[113105.696917] DEBUG: I: Unpacking vim-tiny... | |
[113342.16094] DEBUG: I: Unpacking wget... | |
[113458.160877] DEBUG: I: Unpacking libxapian22... | |
[113592.756987] DEBUG: I: Configuring the base system... | |
[113610.291958] DEBUG: I: Configuring gpgv... | |
[113616.947889] DEBUG: I: Configuring libssl1.0.0:amd64... | |
[113993.160963] DEBUG: I: Configuring libgdbm3:amd64... | |
[114103.372812] DEBUG: I: Configuring libtasn1-3:amd64... | |
[114156.908989] DEBUG: I: Configuring libpopt0:amd64... | |
[114175.669909] DEBUG: I: Configuring libusb-0.1-4:amd64... | |
[114210.948944] DEBUG: I: Configuring libgpg-error0:amd64... | |
[114280.92289] DEBUG: I: Configuring install-info... | |
[114430.014849] DEBUG: I: Configuring vim-common... | |
[114443.729877] DEBUG: I: Configuring libprocps0:amd64... | |
[114550.580978] DEBUG: I: Configuring netbase... | |
[114567.887783] DEBUG: I: Configuring dmidecode... | |
[114574.941874] DEBUG: I: Configuring libudev0:amd64... | |
[114590.775967] DEBUG: I: Configuring libkmod2:amd64... | |
[114610.319853] DEBUG: I: Configuring adduser... | |
[114826.485872] DEBUG: I: Configuring locales... | |
[116230.268002] DEBUG: I: Configuring traceroute... | |
[116266.103983] DEBUG: I: Configuring manpages... | |
[116273.783922] DEBUG: I: Configuring libsqlite3-0:amd64... | |
[116313.840866] DEBUG: I: Configuring iproute... | |
[116320.09387] DEBUG: I: Configuring libidn11:amd64... | |
[116351.608992] DEBUG: I: Configuring libnewt0.52... | |
[116368.265867] DEBUG: I: Configuring net-tools... | |
[116375.349998] DEBUG: I: Configuring libpipeline1:amd64... | |
[116401.878834] DEBUG: I: Configuring bsdmainutils... | |
[116428.86281] DEBUG: I: Configuring netcat-traditional... | |
[116464.258909] DEBUG: I: Configuring debian-archive-keyring... | |
[116474.97797] DEBUG: I: Configuring libncursesw5:amd64... | |
[116508.789778] DEBUG: I: Configuring info... | |
[116526.989937] DEBUG: I: Configuring iputils-ping... | |
[116534.408808] DEBUG: I: Configuring aptitude-common... | |
[116595.367908] DEBUG: I: Configuring cron... | |
[116832.270861] DEBUG: I: Configuring nano... | |
[116865.520954] DEBUG: I: Configuring libp11-kit0:amd64... | |
[116901.849985] DEBUG: I: Configuring rsyslog... | |
[117012.473822] DEBUG: I: Configuring cpio... | |
[117028.93281] DEBUG: I: Configuring libstdc++6:amd64... | |
[117047.138929] DEBUG: I: Configuring vim-tiny... | |
[117091.504812] DEBUG: I: Configuring readline-common... | |
[117114.518881] DEBUG: I: Configuring libnfnetlink0... | |
[117131.385803] DEBUG: I: Configuring libgcrypt11:amd64... | |
[117156.006813] DEBUG: I: Configuring procps... | |
[117270.383835] DEBUG: I: Configuring libxapian22... | |
[117286.741972] DEBUG: I: Configuring whiptail... | |
[117315.100908] DEBUG: I: Configuring ifupdown... | |
[117484.917879] DEBUG: I: Configuring kmod... | |
[117544.431925] DEBUG: I: Configuring libapt-pkg4.12:amd64... | |
[117563.197851] DEBUG: I: Configuring libept1.4.12... | |
[117582.759857] DEBUG: I: Configuring libapt-inst1.5:amd64... | |
[117599.008799] DEBUG: I: Configuring libreadline6:amd64... | |
[117630.066872] DEBUG: I: Configuring logrotate... | |
[117637.647867] DEBUG: I: Configuring libboost-iostreams1.49.0... | |
[117661.26895] DEBUG: I: Configuring groff-base... | |
[117674.259901] DEBUG: I: Configuring gnupg... | |
[117684.528828] DEBUG: I: Configuring libsigc++-2.0-0c2a:amd64... | |
[117701.752901] DEBUG: I: Configuring libgnutls26:amd64... | |
[117718.228817] DEBUG: I: Configuring apt-utils... | |
[117752.071857] DEBUG: I: Configuring udev... | |
[117864.641905] DEBUG: I: Configuring iptables... | |
[117891.819954] DEBUG: I: Configuring man-db... | |
[127475.751877] DEBUG: I: Configuring apt... | |
[127645.018816] DEBUG: I: Configuring wget... | |
[127654.371977] DEBUG: I: Configuring libcwidget3... | |
[127684.658766] DEBUG: I: Configuring aptitude... | |
[127710.921764] DEBUG: I: Configuring tasksel... | |
[127886.32679] DEBUG: I: Configuring tasksel-data... | |
[127907.461882] DEBUG: I: Base system installed successfully. | |
[128031.02684] INFO: Mounting special block devices | |
[128032.442808] DEBUG: Executing: mount --bind /dev /mnt/ephemeral/target/7918d122/root/dev | |
[128138.718843] DEBUG: Executing: mount --types proc none /mnt/ephemeral/target/7918d122/root/proc | |
[128244.587898] DEBUG: Executing: mount --types sysfs none /mnt/ephemeral/target/7918d122/root/sys | |
[128349.107981] DEBUG: Executing: mount --types devpts none /mnt/ephemeral/target/7918d122/root/dev/pts | |
[128453.951836] INFO: Setting metadata source | |
[128455.265999] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root debconf-set-selections | |
[128455.368996] DEBUG: stdin: cloud-init cloud-init/datasources multiselect Ec2 | |
[128561.40089] ERROR: perl: warning: Setting locale failed. | |
[128562.314987] ERROR: perl: warning: Please check that your locale settings: | |
[128562.503815] ERROR: LANGUAGE = (unset), | |
[128562.656879] ERROR: LC_ALL = (unset), | |
[128562.819958] ERROR: LANG = "en_US.utf8" | |
[128563.035965] ERROR: are supported and installed on your system. | |
[128563.247919] ERROR: perl: warning: Falling back to the standard locale ("C"). | |
[128610.089779] ERROR: locale: Cannot set LC_CTYPE to default locale: No such file or directory | |
[128610.51178] ERROR: locale: Cannot set LC_MESSAGES to default locale: No such file or directory | |
[128610.76498] ERROR: locale: Cannot set LC_ALL to default locale: No such file or directory | |
[128698.77696] INFO: Disabling daemon autostart | |
[128699.524879] INFO: Generating the selected locale | |
[128703.828812] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root locale-gen | |
[128809.772968] DEBUG: Generating locales (this might take a while)... | |
[130113.457918] DEBUG: en_US.UTF-8... done | |
[130122.594833] DEBUG: Generation complete. | |
[130123.378992] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root update-locale LANG=en_US.UTF-8 | |
[130258.221865] INFO: Writing aptitude sources to disk | |
[130259.716988] INFO: Updating the package cache | |
[130260.175943] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root apt-get update | |
[130502.322912] DEBUG: Hit http://cloudfront.debian.net wheezy Release.gpg | |
[130613.351822] DEBUG: Get:1 http://cloudfront.debian.net wheezy-updates Release.gpg [836 B] | |
[130732.008934] DEBUG: Get:2 http://cloudfront.debian.net wheezy-backports Release.gpg [836 B] | |
[130842.532873] DEBUG: Hit http://cloudfront.debian.net wheezy Release | |
[130932.154894] DEBUG: Get:3 http://cloudfront.debian.net wheezy-updates Release [124 kB] | |
[131407.659769] DEBUG: Get:4 http://cloudfront.debian.net wheezy-backports Release [147 kB] | |
[131696.717978] DEBUG: Get:5 http://cloudfront.debian.net wheezy/main Sources [5,956 kB] | |
[131984.880924] DEBUG: Hit http://cloudfront.debian.net wheezy/main amd64 Packages | |
[132089.017868] DEBUG: Get:6 http://cloudfront.debian.net wheezy/main Translation-en [3,849 kB] | |
[132391.765833] DEBUG: Get:7 http://cloudfront.debian.net wheezy-updates/main Sources [4,057 B] | |
[132492.788792] DEBUG: Get:8 http://cloudfront.debian.net wheezy-updates/main amd64 Packages [5,145 B] | |
[132595.494986] DEBUG: Get:9 http://cloudfront.debian.net wheezy-updates/main Translation-en [3,686 B] | |
[132699.825764] DEBUG: Get:10 http://cloudfront.debian.net wheezy-backports/main Sources [245 kB] | |
[133089.602947] DEBUG: Get:11 http://cloudfront.debian.net wheezy-backports/main amd64 Packages [335 kB] | |
[133379.005909] DEBUG: Get:12 http://security.debian.org wheezy/updates Release.gpg [836 B] | |
[133460.410833] DEBUG: Get:13 http://security.debian.org wheezy/updates Release [102 kB] | |
[133652.899981] DEBUG: Get:14 http://cloudfront.debian.net wheezy-backports/main Translation-en [224 kB] | |
[133874.092817] DEBUG: Get:15 http://security.debian.org wheezy/updates/main Sources [97.3 kB] | |
[134117.629766] DEBUG: Get:16 http://security.debian.org wheezy/updates/main amd64 Packages [175 kB] | |
[134520.712852] DEBUG: Get:17 http://security.debian.org wheezy/updates/main Translation-en [97.6 kB] | |
[136444.197893] DEBUG: Fetched 11.4 MB in 6s (1,878 kB/s) | |
[138311.847925] DEBUG: Reading package lists... | |
[138317.90781] INFO: Upgrading packages and fixing broken dependencies | |
[138318.672895] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root apt-get install --fix-broken --no-install-recommends --assume-yes | |
[138437.372923] DEBUG: Reading package lists... | |
[138637.632847] DEBUG: Building dependency tree... | |
[138820.663929] DEBUG: 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. | |
[138821.704865] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root apt-get upgrade --no-install-recommends --assume-yes | |
[138939.258814] DEBUG: Reading package lists... | |
[139117.451906] DEBUG: Building dependency tree... | |
[139283.161879] DEBUG: The following packages will be upgraded: | |
[139283.308983] DEBUG: libgnutls26 libssl1.0.0 tzdata | |
[139386.630774] DEBUG: 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
[139386.846781] DEBUG: Need to get 2,320 kB of archives. | |
[139387.03084] DEBUG: After this operation, 2,048 B of additional disk space will be used. | |
[139387.248993] DEBUG: Get:1 http://security.debian.org/ wheezy/updates/main libgnutls26 amd64 2.12.20-8+deb7u1 [618 kB] | |
[139532.262802] DEBUG: Get:2 http://cloudfront.debian.net/debian/ wheezy-updates/main tzdata all 2014a-0wheezy1 [445 kB] | |
[139649.11294] DEBUG: Get:3 http://security.debian.org/ wheezy/updates/main libssl1.0.0 amd64 1.0.1e-2+deb7u6 [1,257 kB] | |
[139999.833822] DEBUG: Preconfiguring packages ... | |
[140170.120955] DEBUG: Fetched 2,320 kB in 0s (4,946 kB/s) | |
[140224.708796] DEBUG: (Reading database ... 9837 files and directories currently installed.) | |
[140225.809813] DEBUG: Preparing to replace libgnutls26:amd64 2.12.20-7 (using .../libgnutls26_2.12.20-8+deb7u1_amd64.deb) ... | |
[140238.460779] DEBUG: Unpacking replacement libgnutls26:amd64 ... | |
[140336.275816] DEBUG: Preparing to replace libssl1.0.0:amd64 1.0.1e-2+deb7u4 (using .../libssl1.0.0_1.0.1e-2+deb7u6_amd64.deb) ... | |
[140350.653887] DEBUG: Unpacking replacement libssl1.0.0:amd64 ... | |
[140462.789774] DEBUG: Preparing to replace tzdata 2013i-0wheezy1 (using .../tzdata_2014a-0wheezy1_all.deb) ... | |
[140469.890833] DEBUG: Unpacking replacement tzdata ... | |
[140969.862938] DEBUG: Setting up tzdata (2014a-0wheezy1) ... | |
[141256.116867] DEBUG: Setting up libgnutls26:amd64 (2.12.20-8+deb7u1) ... | |
[141279.398918] DEBUG: Setting up libssl1.0.0:amd64 (1.0.1e-2+deb7u6) ... | |
[141834.03182] INFO: Installing packages | |
[141835.111856] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root apt-get install --no-install-recommends --assume-yes cloud-init/wheezy-backports sudo grub-pc openssh-server file dhcpcd linux-image-amd64 | |
[141956.104994] DEBUG: Reading package lists... | |
[142150.350809] DEBUG: Building dependency tree... | |
[142150.568962] DEBUG: Reading state information... | |
[142335.22296] DEBUG: The following extra packages will be installed: | |
[142335.521936] DEBUG: ca-certificates dmsetup gettext-base grub-common grub-pc-bin grub2-common | |
[142335.748911] DEBUG: initramfs-tools iso-codes klibc-utils libasprintf0c2 libbsd0 libcurl3-gnutls | |
[142335.933924] DEBUG: libdevmapper1.02.1 libedit2 libexpat1 libfreetype6 libfuse2 libgssapi-krb5-2 | |
[142336.115837] DEBUG: libk5crypto3 libkeyutils1 libklibc libkrb5-3 libkrb5support0 libldap-2.4-2 | |
[142336.297989] DEBUG: libmagic1 librtmp0 libsasl2-2 libssh2-1 libuuid-perl libwrap0 libyaml-0-2 | |
[142336.524963] DEBUG: linux-base linux-image-3.2.0-4-amd64 lsb-release mime-support openssh-client | |
[142336.705923] DEBUG: openssl python python-apt python-apt-common python-boto python-cheetah | |
[142336.88879] DEBUG: python-configobj python-gnupginterface python-minimal python-oauth | |
[142337.053776] DEBUG: python-prettytable python-pycurl python-requests python-six | |
[142337.242842] DEBUG: python-software-properties python-support python-yaml python2.7 | |
[142337.389946] DEBUG: python2.7-minimal ucf unattended-upgrades | |
[142337.827921] DEBUG: Suggested packages: | |
[142338.020802] DEBUG: multiboot-doc grub-emu xorriso desktop-base bash-completion isoquery fuse | |
[142338.216782] DEBUG: krb5-doc krb5-user linux-doc-3.2 debian-kernel-handbook lsb ssh-askpass | |
[142338.404894] DEBUG: libpam-ssh keychain monkeysphere rssh molly-guard ufw python-doc python-tk | |
[142338.578939] DEBUG: python-apt-dbg python-gtk2 python-vte python-apt-doc python-markdown | |
[142338.754892] DEBUG: python-pygments python-memcache libcurl4-gnutls-dev python-pycurl-dbg | |
[142338.933945] DEBUG: python2.7-doc binutils binfmt-support bsd-mailx mail-transport-agent | |
[142339.040995] DEBUG: Recommended packages: | |
[142339.207888] DEBUG: os-prober busybox busybox-initramfs busybox-static krb5-locales | |
[142339.37788] DEBUG: libsasl2-modules tcpd firmware-linux-free xauth openssh-blacklist | |
[142339.547873] DEBUG: openssh-blacklist-extra ncurses-term python-chardet python-gevent | |
[142339.672804] DEBUG: python-oauthlib | |
[142341.757774] DEBUG: The following NEW packages will be installed: | |
[142341.947794] DEBUG: ca-certificates cloud-init dhcpcd dmsetup file gettext-base grub-common | |
[142342.125893] DEBUG: grub-pc grub-pc-bin grub2-common initramfs-tools iso-codes klibc-utils | |
[142342.310905] DEBUG: libasprintf0c2 libbsd0 libcurl3-gnutls libdevmapper1.02.1 libedit2 libexpat1 | |
[142342.490911] DEBUG: libfreetype6 libfuse2 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libklibc | |
[142342.665911] DEBUG: libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 librtmp0 libsasl2-2 | |
[142342.830896] DEBUG: libssh2-1 libuuid-perl libwrap0 libyaml-0-2 linux-base | |
[142343.002796] DEBUG: linux-image-3.2.0-4-amd64 linux-image-amd64 lsb-release mime-support | |
[142343.182802] DEBUG: openssh-client openssh-server openssl python python-apt python-apt-common | |
[142343.382835] DEBUG: python-boto python-cheetah python-configobj python-gnupginterface | |
[142343.576908] DEBUG: python-minimal python-oauth python-prettytable python-pycurl python-requests | |
[142343.758821] DEBUG: python-six python-software-properties python-support python-yaml python2.7 | |
[142343.90378] DEBUG: python2.7-minimal sudo ucf unattended-upgrades | |
[142426.717997] DEBUG: 0 upgraded, 64 newly installed, 0 to remove and 0 not upgraded. | |
[142426.980972] DEBUG: Need to get 41.6 MB of archives. | |
[142427.156925] DEBUG: After this operation, 174 MB of additional disk space will be used. | |
[142427.363873] DEBUG: Get:1 http://security.debian.org/ wheezy/updates/main libmagic1 amd64 5.11-2+deb7u3 [202 kB] | |
[142527.627945] DEBUG: Get:2 http://security.debian.org/ wheezy/updates/main libcurl3-gnutls amd64 7.26.0-1+wheezy9 [321 kB] | |
[142783.33497] DEBUG: Get:3 http://security.debian.org/ wheezy/updates/main libyaml-0-2 amd64 0.1.4-2+deb7u4 [58.2 kB] | |
[142842.076778] DEBUG: Get:4 http://security.debian.org/ wheezy/updates/main file amd64 5.11-2+deb7u3 [52.1 kB] | |
[142942.041874] DEBUG: Get:5 http://security.debian.org/ wheezy/updates/main openssh-client amd64 1:6.0p1-4+deb7u1 [1,025 kB] | |
[143146.498919] DEBUG: Get:6 http://cloudfront.debian.net/debian/ wheezy/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] | |
[143346.19379] DEBUG: Get:7 http://cloudfront.debian.net/debian/ wheezy/main libbsd0 amd64 0.4.2-1 [59.3 kB] | |
[143547.243834] DEBUG: Get:8 http://cloudfront.debian.net/debian/ wheezy/main libedit2 amd64 2.11-20080614-5 [72.9 kB] | |
[143651.041985] DEBUG: Get:9 http://cloudfront.debian.net/debian/ wheezy/main libkeyutils1 amd64 1.5.5-3 [8,552 B] | |
[143752.532959] DEBUG: Get:10 http://cloudfront.debian.net/debian/ wheezy/main libkrb5support0 amd64 1.10.1+dfsg-5+deb7u1 [49.1 kB] | |
[143857.734919] DEBUG: Get:11 http://cloudfront.debian.net/debian/ wheezy/main libk5crypto3 amd64 1.10.1+dfsg-5+deb7u1 [112 kB] | |
[143887.71677] DEBUG: Get:12 http://security.debian.org/ wheezy/updates/main python2.7-minimal amd64 2.7.3-6+deb7u2 [1,785 kB] | |
[143963.704824] DEBUG: Get:13 http://cloudfront.debian.net/debian/ wheezy/main libkrb5-3 amd64 1.10.1+dfsg-5+deb7u1 [394 kB] | |
[144079.2768] DEBUG: Get:14 http://cloudfront.debian.net/debian/ wheezy/main libgssapi-krb5-2 amd64 1.10.1+dfsg-5+deb7u1 [148 kB] | |
[144186.531782] DEBUG: Get:15 http://cloudfront.debian.net/debian/ wheezy/main libsasl2-2 amd64 2.1.25.dfsg1-6+deb7u1 [120 kB] | |
[144295.292854] DEBUG: Get:16 http://cloudfront.debian.net/debian/ wheezy/main libldap-2.4-2 amd64 2.4.31-1+nmu2 [243 kB] | |
[144405.573845] DEBUG: Get:17 http://cloudfront.debian.net/debian/ wheezy/main libwrap0 amd64 7.6.q-24 [62.4 kB] | |
[144520.015955] DEBUG: Get:18 http://cloudfront.debian.net/debian/ wheezy/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB] | |
[144626.538992] DEBUG: Get:19 http://cloudfront.debian.net/debian/ wheezy/main libssh2-1 amd64 1.4.2-1.1 [133 kB] | |
[144733.273983] DEBUG: Get:20 http://cloudfront.debian.net/debian/ wheezy/main dmsetup amd64 2:1.02.74-8 [67.9 kB] | |
[144841.351986] DEBUG: Get:21 http://cloudfront.debian.net/debian/ wheezy/main libdevmapper1.02.1 amd64 2:1.02.74-8 [130 kB] | |
[144934.901953] DEBUG: Get:22 http://security.debian.org/ wheezy/updates/main python2.7 amd64 2.7.3-6+deb7u2 [2,728 kB] | |
[144949.685812] DEBUG: Get:23 http://cloudfront.debian.net/debian/ wheezy/main libexpat1 amd64 2.1.0-1+deb7u1 [139 kB] | |
[145059.042931] DEBUG: Get:24 http://cloudfront.debian.net/debian/ wheezy/main libfreetype6 amd64 2.4.9-1.1 [451 kB] | |
[145178.916931] DEBUG: Get:25 http://cloudfront.debian.net/debian/ wheezy/main libfuse2 amd64 2.9.0-2+deb7u1 [144 kB] | |
[145287.721872] DEBUG: Get:26 http://cloudfront.debian.net/debian/ wheezy/main libuuid-perl amd64 0.02-5 [9,742 B] | |
[145388.964891] DEBUG: Get:27 http://cloudfront.debian.net/debian/ wheezy/main linux-base all 3.5 [34.3 kB] | |
[145497.894764] DEBUG: Get:28 http://cloudfront.debian.net/debian/ wheezy/main libklibc amd64 2.0.1-3.1 [56.9 kB] | |
[145602.191925] DEBUG: Get:29 http://cloudfront.debian.net/debian/ wheezy/main klibc-utils amd64 2.0.1-3.1 [192 kB] | |
[145795.903921] DEBUG: Get:30 http://cloudfront.debian.net/debian/ wheezy/main initramfs-tools all 0.109.1 [91.3 kB] | |
[145902.394772] DEBUG: Get:31 http://cloudfront.debian.net/debian/ wheezy/main linux-image-3.2.0-4-amd64 amd64 3.2.54-2 [23.4 MB] | |
[146098.873854] DEBUG: Get:32 http://security.debian.org/ wheezy/updates/main openssl amd64 1.0.1e-2+deb7u6 [700 kB] | |
[146356.349945] DEBUG: Get:33 http://security.debian.org/ wheezy/updates/main openssh-server amd64 1:6.0p1-4+deb7u1 [340 kB] | |
[146721.540928] DEBUG: Get:34 http://cloudfront.debian.net/debian/ wheezy/main gettext-base amd64 0.18.1.1-9 [154 kB] | |
[146829.140902] DEBUG: Get:35 http://cloudfront.debian.net/debian/ wheezy/main mime-support all 3.52-1 [35.5 kB] | |
[146933.839798] DEBUG: Get:36 http://cloudfront.debian.net/debian/ wheezy/main python-minimal all 2.7.3-4+deb7u1 [42.8 kB] | |
[147039.551973] DEBUG: Get:37 http://cloudfront.debian.net/debian/ wheezy/main python all 2.7.3-4+deb7u1 [181 kB] | |
[147147.809982] DEBUG: Get:38 http://cloudfront.debian.net/debian/ wheezy/main python-apt-common all 0.8.8.2 [115 kB] | |
[147254.809856] DEBUG: Get:39 http://cloudfront.debian.net/debian/ wheezy/main python-apt amd64 0.8.8.2 [319 kB] | |
[147367.825985] DEBUG: Get:40 http://cloudfront.debian.net/debian/ wheezy/main python-support all 1.0.15 [33.6 kB] | |
[147470.833778] DEBUG: Get:41 http://cloudfront.debian.net/debian/ wheezy/main ucf all 3.0025+nmu3 [70.8 kB] | |
[147577.037811] DEBUG: Get:42 http://cloudfront.debian.net/debian/ wheezy/main ca-certificates all 20130119 [185 kB] | |
[147688.163996] DEBUG: Get:43 http://cloudfront.debian.net/debian/ wheezy/main python-boto all 2.3.0-1 [404 kB] | |
[147804.749966] DEBUG: Get:44 http://cloudfront.debian.net/debian/ wheezy/main python-cheetah amd64 2.4.4-3 [204 kB] | |
[147991.804838] DEBUG: Get:45 http://cloudfront.debian.net/debian/ wheezy/main python-configobj all 4.7.2+ds-4 [237 kB] | |
[148231.194973] DEBUG: Get:46 http://cloudfront.debian.net/debian/ wheezy/main python-oauth all 1.0.1-3 [14.2 kB] | |
[148331.285954] DEBUG: Get:47 http://cloudfront.debian.net/debian/ wheezy/main python-six all 1.1.0-2 [6,122 B] | |
[148434.489965] DEBUG: Get:48 http://cloudfront.debian.net/debian/ wheezy/main python-requests all 0.12.1-1 [55.8 kB] | |
[148539.233923] DEBUG: Get:49 http://cloudfront.debian.net/debian/ wheezy/main python-prettytable all 0.6.1-1 [21.5 kB] | |
[148642.570972] DEBUG: Get:50 http://cloudfront.debian.net/debian/ wheezy/main python-yaml amd64 3.10-4 [176 kB] | |
[148750.387907] DEBUG: Get:51 http://cloudfront.debian.net/debian/ wheezy/main lsb-release all 4.1+Debian8+deb7u1 [27.2 kB] | |
[148854.048967] DEBUG: Get:52 http://cloudfront.debian.net/debian/ wheezy/main python-gnupginterface all 0.3.2-9.1 [21.0 kB] | |
[148958.279848] DEBUG: Get:53 http://cloudfront.debian.net/debian/ wheezy/main unattended-upgrades all 0.79.5 [49.1 kB] | |
[149061.764956] DEBUG: Get:54 http://cloudfront.debian.net/debian/ wheezy/main iso-codes all 3.41-1 [2,068 kB] | |
[149222.357988] DEBUG: Get:55 http://cloudfront.debian.net/debian/ wheezy/main python-pycurl amd64 7.19.0-5 [87.6 kB] | |
[149329.340935] DEBUG: Get:56 http://cloudfront.debian.net/debian/ wheezy/main python-software-properties all 0.82.7.1debian1 [104 kB] | |
[149435.217857] DEBUG: Get:57 http://cloudfront.debian.net/debian/ wheezy-backports/main cloud-init all 0.7.2-3~bpo70+1 [215 kB] | |
[149544.885874] DEBUG: Get:58 http://cloudfront.debian.net/debian/ wheezy/main dhcpcd amd64 1:3.2.3-11 [53.1 kB] | |
[149649.330854] DEBUG: Get:59 http://cloudfront.debian.net/debian/ wheezy/main grub-common amd64 1.99-27+deb7u2 [1,533 kB] | |
[149799.325943] DEBUG: Get:60 http://cloudfront.debian.net/debian/ wheezy/main grub2-common amd64 1.99-27+deb7u2 [94.3 kB] | |
[149907.289982] DEBUG: Get:61 http://cloudfront.debian.net/debian/ wheezy/main grub-pc-bin amd64 1.99-27+deb7u2 [638 kB] | |
[150029.448986] DEBUG: Get:62 http://cloudfront.debian.net/debian/ wheezy/main grub-pc amd64 1.99-27+deb7u2 [171 kB] | |
[150134.685993] DEBUG: Get:63 http://cloudfront.debian.net/debian/ wheezy/main linux-image-amd64 amd64 3.2+46 [5,630 B] | |
[150248.692989] DEBUG: Get:64 http://cloudfront.debian.net/debian/ wheezy/main sudo amd64 1.8.5p2-1+nmu1 [842 kB] | |
[150718.427896] DEBUG: Preconfiguring packages ... | |
[151044.675827] DEBUG: Fetched 41.6 MB in 7s (5,281 kB/s) | |
[151086.373806] DEBUG: Selecting previously unselected package libasprintf0c2:amd64. | |
[151097.074986] DEBUG: (Reading database ... 9837 files and directories currently installed.) | |
[151097.794771] DEBUG: Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... | |
[151156.404972] DEBUG: Selecting previously unselected package libbsd0:amd64. | |
[151159.706831] DEBUG: Unpacking libbsd0:amd64 (from .../libbsd0_0.4.2-1_amd64.deb) ... | |
[151207.976818] DEBUG: Selecting previously unselected package libedit2:amd64. | |
[151211.349964] DEBUG: Unpacking libedit2:amd64 (from .../libedit2_2.11-20080614-5_amd64.deb) ... | |
[151262.747765] DEBUG: Selecting previously unselected package libkeyutils1:amd64. | |
[151266.062975] DEBUG: Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... | |
[151318.42494] DEBUG: Selecting previously unselected package libkrb5support0:amd64. | |
[151321.464777] DEBUG: Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-5+deb7u1_amd64.deb) ... | |
[151371.456861] DEBUG: Selecting previously unselected package libk5crypto3:amd64. | |
[151374.50099] DEBUG: Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-5+deb7u1_amd64.deb) ... | |
[151446.112871] DEBUG: Selecting previously unselected package libkrb5-3:amd64. | |
[151449.167967] DEBUG: Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-5+deb7u1_amd64.deb) ... | |
[151523.507833] DEBUG: Selecting previously unselected package libgssapi-krb5-2:amd64. | |
[151526.67284] DEBUG: Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-5+deb7u1_amd64.deb) ... | |
[151604.416847] DEBUG: Selecting previously unselected package libsasl2-2:amd64. | |
[151607.461929] DEBUG: Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-6+deb7u1_amd64.deb) ... | |
[151658.316851] DEBUG: Selecting previously unselected package libldap-2.4-2:amd64. | |
[151661.377907] DEBUG: Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1+nmu2_amd64.deb) ... | |
[151745.764971] DEBUG: Selecting previously unselected package libmagic1:amd64. | |
[151749.199867] DEBUG: Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2+deb7u3_amd64.deb) ... | |
[151883.399963] DEBUG: Selecting previously unselected package libwrap0:amd64. | |
[151886.488914] DEBUG: Unpacking libwrap0:amd64 (from .../libwrap0_7.6.q-24_amd64.deb) ... | |
[151948.858976] DEBUG: Selecting previously unselected package librtmp0:amd64. | |
[151951.982975] DEBUG: Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ... | |
[152002.885818] DEBUG: Selecting previously unselected package libssh2-1:amd64. | |
[152005.926847] DEBUG: Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1.1_amd64.deb) ... | |
[152078.084946] DEBUG: Selecting previously unselected package libcurl3-gnutls:amd64. | |
[152081.182957] DEBUG: Unpacking libcurl3-gnutls:amd64 (from .../libcurl3-gnutls_7.26.0-1+wheezy9_amd64.deb) ... | |
[152167.648792] DEBUG: Selecting previously unselected package dmsetup. | |
[152171.020985] DEBUG: Unpacking dmsetup (from .../dmsetup_2%3a1.02.74-8_amd64.deb) ... | |
[152229.144812] DEBUG: Selecting previously unselected package libdevmapper1.02.1:amd64. | |
[152232.222795] DEBUG: Unpacking libdevmapper1.02.1:amd64 (from .../libdevmapper1.02.1_2%3a1.02.74-8_amd64.deb) ... | |
[152287.251949] DEBUG: Selecting previously unselected package libexpat1:amd64. | |
[152290.733814] DEBUG: Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1+deb7u1_amd64.deb) ... | |
[152349.611998] DEBUG: Selecting previously unselected package libfreetype6:amd64. | |
[152353.018999] DEBUG: Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1.1_amd64.deb) ... | |
[152411.795855] DEBUG: Selecting previously unselected package libfuse2:amd64. | |
[152415.019989] DEBUG: Unpacking libfuse2:amd64 (from .../libfuse2_2.9.0-2+deb7u1_amd64.deb) ... | |
[152483.756781] DEBUG: Selecting previously unselected package libyaml-0-2:amd64. | |
[152486.80687] DEBUG: Unpacking libyaml-0-2:amd64 (from .../libyaml-0-2_0.1.4-2+deb7u4_amd64.deb) ... | |
[152529.190779] DEBUG: Selecting previously unselected package libuuid-perl. | |
[152532.51791] DEBUG: Unpacking libuuid-perl (from .../libuuid-perl_0.02-5_amd64.deb) ... | |
[152588.378906] DEBUG: Selecting previously unselected package linux-base. | |
[152591.822863] DEBUG: Unpacking linux-base (from .../linux-base_3.5_all.deb) ... | |
[152656.515837] DEBUG: Selecting previously unselected package libklibc. | |
[152659.832954] DEBUG: Unpacking libklibc (from .../libklibc_2.0.1-3.1_amd64.deb) ... | |
[152705.709934] DEBUG: Selecting previously unselected package klibc-utils. | |
[152709.151983] DEBUG: Unpacking klibc-utils (from .../klibc-utils_2.0.1-3.1_amd64.deb) ... | |
[152797.05596] DEBUG: Selecting previously unselected package initramfs-tools. | |
[152800.490856] DEBUG: Unpacking initramfs-tools (from .../initramfs-tools_0.109.1_all.deb) ... | |
[152911.754847] DEBUG: Selecting previously unselected package linux-image-3.2.0-4-amd64. | |
[152915.265799] DEBUG: Unpacking linux-image-3.2.0-4-amd64 (from .../linux-image-3.2.0-4-amd64_3.2.54-2_amd64.deb) ... | |
[156747.257948] DEBUG: Selecting previously unselected package file. | |
[156752.777815] DEBUG: Unpacking file (from .../file_5.11-2+deb7u3_amd64.deb) ... | |
[156820.315838] DEBUG: Selecting previously unselected package gettext-base. | |
[156824.620962] DEBUG: Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... | |
[156926.521778] DEBUG: Selecting previously unselected package mime-support. | |
[156931.383848] DEBUG: Unpacking mime-support (from .../mime-support_3.52-1_all.deb) ... | |
[157022.959948] DEBUG: Selecting previously unselected package openssh-client. | |
[157027.742863] DEBUG: Unpacking openssh-client (from .../openssh-client_1%3a6.0p1-4+deb7u1_amd64.deb) ... | |
[157158.894777] DEBUG: Selecting previously unselected package python2.7-minimal. | |
[157163.256884] DEBUG: Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3-6+deb7u2_amd64.deb) ... | |
[157391.540766] DEBUG: Selecting previously unselected package python2.7. | |
[157396.091938] DEBUG: Unpacking python2.7 (from .../python2.7_2.7.3-6+deb7u2_amd64.deb) ... | |
[157716.224909] DEBUG: Selecting previously unselected package python-minimal. | |
[157720.849991] DEBUG: Unpacking python-minimal (from .../python-minimal_2.7.3-4+deb7u1_all.deb) ... | |
[157789.397001] DEBUG: Selecting previously unselected package python. | |
[157794.321775] DEBUG: Unpacking python (from .../python_2.7.3-4+deb7u1_all.deb) ... | |
[157902.712822] DEBUG: Selecting previously unselected package python-apt-common. | |
[157907.781839] DEBUG: Unpacking python-apt-common (from .../python-apt-common_0.8.8.2_all.deb) ... | |
[158036.398888] DEBUG: Selecting previously unselected package python-apt. | |
[158041.532993] DEBUG: Unpacking python-apt (from .../python-apt_0.8.8.2_amd64.deb) ... | |
[158132.886887] DEBUG: Selecting previously unselected package python-support. | |
[158137.548923] DEBUG: Unpacking python-support (from .../python-support_1.0.15_all.deb) ... | |
[158230.516911] DEBUG: Selecting previously unselected package ucf. | |
[158235.626936] DEBUG: Unpacking ucf (from .../ucf_3.0025+nmu3_all.deb) ... | |
[158307.486773] DEBUG: Selecting previously unselected package openssl. | |
[158312.534809] DEBUG: Unpacking openssl (from .../openssl_1.0.1e-2+deb7u6_amd64.deb) ... | |
[158446.743965] DEBUG: Selecting previously unselected package ca-certificates. | |
[158451.336861] DEBUG: Unpacking ca-certificates (from .../ca-certificates_20130119_all.deb) ... | |
[158563.060999] DEBUG: Selecting previously unselected package python-boto. | |
[158568.232775] DEBUG: Unpacking python-boto (from .../python-boto_2.3.0-1_all.deb) ... | |
[158823.63677] DEBUG: Selecting previously unselected package python-cheetah. | |
[158829.102993] DEBUG: Unpacking python-cheetah (from .../python-cheetah_2.4.4-3_amd64.deb) ... | |
[158946.690798] DEBUG: Selecting previously unselected package python-configobj. | |
[158952.274799] DEBUG: Unpacking python-configobj (from .../python-configobj_4.7.2+ds-4_all.deb) ... | |
[159046.692848] DEBUG: Selecting previously unselected package python-oauth. | |
[159052.259922] DEBUG: Unpacking python-oauth (from .../python-oauth_1.0.1-3_all.deb) ... | |
[159111.659765] DEBUG: Selecting previously unselected package python-six. | |
[159116.610765] DEBUG: Unpacking python-six (from .../python-six_1.1.0-2_all.deb) ... | |
[159165.345907] DEBUG: Selecting previously unselected package python-requests. | |
[159170.709848] DEBUG: Unpacking python-requests (from .../python-requests_0.12.1-1_all.deb) ... | |
[159276.983976] DEBUG: Selecting previously unselected package python-prettytable. | |
[159282.366991] DEBUG: Unpacking python-prettytable (from .../python-prettytable_0.6.1-1_all.deb) ... | |
[159386.668921] DEBUG: Selecting previously unselected package python-yaml. | |
[159391.754866] DEBUG: Unpacking python-yaml (from .../python-yaml_3.10-4_amd64.deb) ... | |
[159497.159958] DEBUG: Selecting previously unselected package lsb-release. | |
[159502.148867] DEBUG: Unpacking lsb-release (from .../lsb-release_4.1+Debian8+deb7u1_all.deb) ... | |
[159561.016798] DEBUG: Selecting previously unselected package python-gnupginterface. | |
[159566.0429] DEBUG: Unpacking python-gnupginterface (from .../python-gnupginterface_0.3.2-9.1_all.deb) ... | |
[159639.082909] DEBUG: Selecting previously unselected package unattended-upgrades. | |
[159644.423962] DEBUG: Unpacking unattended-upgrades (from .../unattended-upgrades_0.79.5_all.deb) ... | |
[159710.741997] DEBUG: Selecting previously unselected package iso-codes. | |
[159716.23683] DEBUG: Unpacking iso-codes (from .../iso-codes_3.41-1_all.deb) ... | |
[160546.512842] DEBUG: Selecting previously unselected package python-pycurl. | |
[160552.691936] DEBUG: Unpacking python-pycurl (from .../python-pycurl_7.19.0-5_amd64.deb) ... | |
[160609.170914] DEBUG: Selecting previously unselected package python-software-properties. | |
[160614.786863] DEBUG: Unpacking python-software-properties (from .../python-software-properties_0.82.7.1debian1_all.deb) ... | |
[160731.158972] DEBUG: Selecting previously unselected package cloud-init. | |
[160736.531973] DEBUG: Unpacking cloud-init (from .../cloud-init_0.7.2-3~bpo70+1_all.deb) ... | |
[160986.343861] DEBUG: Selecting previously unselected package dhcpcd. | |
[160991.817951] DEBUG: Unpacking dhcpcd (from .../dhcpcd_1%3a3.2.3-11_amd64.deb) ... | |
[161054.978848] DEBUG: Selecting previously unselected package grub-common. | |
[161060.754776] DEBUG: Unpacking grub-common (from .../grub-common_1.99-27+deb7u2_amd64.deb) ... | |
[161382.772923] DEBUG: Selecting previously unselected package grub2-common. | |
[161388.560772] DEBUG: Unpacking grub2-common (from .../grub2-common_1.99-27+deb7u2_amd64.deb) ... | |
[161468.011856] DEBUG: Selecting previously unselected package grub-pc-bin. | |
[161473.829985] DEBUG: Unpacking grub-pc-bin (from .../grub-pc-bin_1.99-27+deb7u2_amd64.deb) ... | |
[161694.253922] DEBUG: Selecting previously unselected package grub-pc. | |
[161699.768782] DEBUG: Unpacking grub-pc (from .../grub-pc_1.99-27+deb7u2_amd64.deb) ... | |
[161767.242908] DEBUG: Selecting previously unselected package linux-image-amd64. | |
[161773.598909] DEBUG: Unpacking linux-image-amd64 (from .../linux-image-amd64_3.2+46_amd64.deb) ... | |
[161830.619812] DEBUG: Selecting previously unselected package openssh-server. | |
[161836.499929] DEBUG: Unpacking openssh-server (from .../openssh-server_1%3a6.0p1-4+deb7u1_amd64.deb) ... | |
[162202.220917] DEBUG: Selecting previously unselected package sudo. | |
[162208.178997] DEBUG: Unpacking sudo (from .../sudo_1.8.5p2-1+nmu1_amd64.deb) ... | |
[162304.133892] DEBUG: Processing triggers for man-db ... | |
[164247.903824] DEBUG: Processing triggers for install-info ... | |
[164426.81098] DEBUG: Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... | |
[164446.650982] DEBUG: Setting up libbsd0:amd64 (0.4.2-1) ... | |
[164462.700844] DEBUG: Setting up libedit2:amd64 (2.11-20080614-5) ... | |
[164477.93889] DEBUG: Setting up libkeyutils1:amd64 (1.5.5-3) ... | |
[164493.933916] DEBUG: Setting up libkrb5support0:amd64 (1.10.1+dfsg-5+deb7u1) ... | |
[164510.908842] DEBUG: Setting up libk5crypto3:amd64 (1.10.1+dfsg-5+deb7u1) ... | |
[164550.695896] DEBUG: Setting up libkrb5-3:amd64 (1.10.1+dfsg-5+deb7u1) ... | |
[164566.984892] DEBUG: Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-5+deb7u1) ... | |
[164582.976818] DEBUG: Setting up libsasl2-2:amd64 (2.1.25.dfsg1-6+deb7u1) ... | |
[164602.964878] DEBUG: Setting up libldap-2.4-2:amd64 (2.4.31-1+nmu2) ... | |
[164622.064829] DEBUG: Setting up libmagic1:amd64 (5.11-2+deb7u3) ... | |
[164643.236876] DEBUG: Setting up libwrap0:amd64 (7.6.q-24) ... | |
[164663.617849] DEBUG: Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ... | |
[164680.199862] DEBUG: Setting up libssh2-1:amd64 (1.4.2-1.1) ... | |
[164696.597815] DEBUG: Setting up libcurl3-gnutls:amd64 (7.26.0-1+wheezy9) ... | |
[164719.468832] DEBUG: Setting up libexpat1:amd64 (2.1.0-1+deb7u1) ... | |
[164735.545874] DEBUG: Setting up libfreetype6:amd64 (2.4.9-1.1) ... | |
[164776.737928] DEBUG: Setting up libfuse2:amd64 (2.9.0-2+deb7u1) ... | |
[164793.415785] DEBUG: Setting up libyaml-0-2:amd64 (0.1.4-2+deb7u4) ... | |
[164811.764956] DEBUG: Setting up libuuid-perl (0.02-5) ... | |
[164823.295832] DEBUG: Setting up linux-base (3.5) ... | |
[165144.62781] DEBUG: Setting up libklibc (2.0.1-3.1) ... | |
[165151.636839] DEBUG: Setting up klibc-utils (2.0.1-3.1) ... | |
[165171.420813] DEBUG: Setting up initramfs-tools (0.109.1) ... | |
[165207.143784] DEBUG: update-initramfs: deferring update (trigger activated) | |
[165247.209787] DEBUG: Setting up linux-image-3.2.0-4-amd64 (3.2.54-2) ... | |
[173682.808876] DEBUG: Setting up file (5.11-2+deb7u3) ... | |
[173690.181971] DEBUG: Setting up gettext-base (0.18.1.1-9) ... | |
[173696.77186] DEBUG: Setting up mime-support (3.52-1) ... | |
[173743.469954] DEBUG: Setting up openssh-client (1:6.0p1-4+deb7u1) ... | |
[174231.266975] DEBUG: Setting up python2.7-minimal (2.7.3-6+deb7u2) ... | |
[175855.964899] DEBUG: Setting up python2.7 (2.7.3-6+deb7u2) ... | |
[177192.704916] DEBUG: Setting up python-minimal (2.7.3-4+deb7u1) ... | |
[177247.808933] DEBUG: Setting up python (2.7.3-4+deb7u1) ... | |
[177272.647858] DEBUG: Setting up python-apt-common (0.8.8.2) ... | |
[177279.577971] DEBUG: Setting up python-apt (0.8.8.2) ... | |
[177452.073812] DEBUG: Setting up python-support (1.0.15) ... | |
[177582.43084] DEBUG: Setting up ucf (3.0025+nmu3) ... | |
[177799.494982] DEBUG: Setting up openssl (1.0.1e-2+deb7u6) ... | |
[177813.731909] DEBUG: Setting up ca-certificates (20130119) ... | |
[179785.467863] DEBUG: Setting up python-boto (2.3.0-1) ... | |
[180304.202795] DEBUG: Setting up python-cheetah (2.4.4-3) ... | |
[180588.331938] DEBUG: Setting up python-configobj (4.7.2+ds-4) ... | |
[180750.438929] DEBUG: Setting up python-oauth (1.0.1-3) ... | |
[180866.584778] DEBUG: Setting up python-six (1.1.0-2) ... | |
[180983.255863] DEBUG: Setting up python-requests (0.12.1-1) ... | |
[181127.63381] DEBUG: Setting up python-prettytable (0.6.1-1) ... | |
[181212.68487] DEBUG: Setting up python-yaml (3.10-4) ... | |
[181388.375998] DEBUG: Setting up lsb-release (4.1+Debian8+deb7u1) ... | |
[181500.631809] DEBUG: Setting up python-gnupginterface (0.3.2-9.1) ... | |
[181579.046965] DEBUG: Setting up unattended-upgrades (0.79.5) ... | |
[181875.525951] DEBUG: Setting up iso-codes (3.41-1) ... | |
[181883.227825] DEBUG: Setting up python-pycurl (7.19.0-5) ... | |
[181960.875988] DEBUG: Setting up python-software-properties (0.82.7.1debian1) ... | |
[182090.549946] DEBUG: Setting up cloud-init (0.7.2-3~bpo70+1) ... | |
[182875.280857] DEBUG: Setting up dhcpcd (1:3.2.3-11) ... | |
[182907.309771] DEBUG: Setting up linux-image-amd64 (3.2+46) ... | |
[182914.893866] DEBUG: Setting up openssh-server (1:6.0p1-4+deb7u1) ... | |
[184043.19787] DEBUG: Setting up sudo (1.8.5p2-1+nmu1) ... | |
[184187.332869] DEBUG: Setting up libdevmapper1.02.1:amd64 (2:1.02.74-8) ... | |
[184208.848953] DEBUG: Setting up grub-common (1.99-27+deb7u2) ... | |
[184319.796801] DEBUG: Setting up grub2-common (1.99-27+deb7u2) ... | |
[184332.392931] DEBUG: Setting up grub-pc-bin (1.99-27+deb7u2) ... | |
[184351.800919] DEBUG: Setting up grub-pc (1.99-27+deb7u2) ... | |
[185741.896868] DEBUG: Setting up dmsetup (2:1.02.74-8) ... | |
[185758.347988] DEBUG: update-initramfs: deferring update (trigger activated) | |
[185768.767834] DEBUG: Processing triggers for initramfs-tools ... | |
[185832.919836] DEBUG: update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64 | |
[192669.023991] DEBUG: Processing triggers for ca-certificates ... | |
[198236.952782] DEBUG: Updating certificates in /etc/ssl/certs... 158 added, 0 removed; done. | |
[198240.276814] DEBUG: Running hooks in /etc/ca-certificates/update.d....done. | |
[198291.760921] DEBUG: Processing triggers for python-support ... | |
[198775.673866] INFO: Setting the selected timezone | |
[198776.918888] INFO: Configuring the DHCP client to set the nameservers | |
[198778.294802] INFO: Disabling SSH password authentication | |
[198779.282808] INFO: Removing hardware clock init scripts | |
[198779.462814] INFO: Adding the S3 root partition to the fstab | |
[198779.819965] INFO: Configuring network interfaces | |
[198781.147957] INFO: Disabling sshd remote host name lookup | |
[198781.391859] INFO: Removing resolv.conf | |
[198781.629801] INFO: Removing the hostname file | |
[198781.843901] INFO: Disabling getty processes | |
[198786.66091] INFO: Setting username in cloud.cfg | |
[198787.727833] INFO: Installing startup scripts | |
[198788.082838] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root insserv --remove hwclock.sh | |
[198931.218863] INFO: Setting cloud.cfg modules | |
[198934.242964] INFO: Creating grub config files for PVGrub | |
[198938.501835] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root update-grub | |
[199614.421844] ERROR: Generating grub.cfg ... | |
[199686.07688] ERROR: done | |
[199686.793804] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root ln --symbolic /boot/grub/grub.cfg /boot/grub/menu.lst | |
[199792.113781] INFO: Enabling shadowconfig | |
[199793.247938] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root shadowconfig on | |
[199933.63595] DEBUG: Shadow passwords are now on. | |
[199934.359789] INFO: Blacklisting kernel modules | |
[199934.969902] INFO: Securely deleting ssh hostkeys | |
[199935.6668] DEBUG: Executing: shred --remove /mnt/ephemeral/target/7918d122/root/etc/ssh/ssh_host_dsa_key /mnt/ephemeral/target/7918d122/root/etc/ssh/ssh_host_rsa_key /mnt/ephemeral/target/7918d122/root/etc/ssh/ssh_host_ecdsa_key /mnt/ephemeral/target/7918d122/root/etc/ssh/ssh_host_dsa_key.pub /mnt/ephemeral/target/7918d122/root/etc/ssh/ssh_host_rsa_key.pub /mnt/ephemeral/target/7918d122/root/etc/ssh/ssh_host_ecdsa_key.pub | |
[200195.976973] INFO: Removing unused packages | |
[200197.232962] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root apt-get autoremove --purge | |
[200316.725969] DEBUG: Reading package lists... | |
[200496.629] DEBUG: Building dependency tree... | |
[200496.966839] DEBUG: Reading state information... | |
[200665.858984] DEBUG: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
[200666.68582] INFO: Removing temporary files | |
[200667.550802] INFO: Clearing the aptitude cache | |
[200668.002844] DEBUG: Executing: chroot /mnt/ephemeral/target/7918d122/root apt-get clean | |
[200831.285954] INFO: Re-enabling daemon autostart after installation | |
[200832.183838] INFO: Clearing the MOTD | |
[200832.415819] INFO: Unmounting the bootstrap volume | |
[200833.442926] DEBUG: Executing: umount /mnt/ephemeral/target/7918d122/root/dev/pts | |
[200937.848806] DEBUG: Executing: umount /mnt/ephemeral/target/7918d122/root/proc | |
[201043.596983] DEBUG: Executing: umount /mnt/ephemeral/target/7918d122/root/sys | |
[201150.595903] DEBUG: Executing: umount /mnt/ephemeral/target/7918d122/root/dev | |
[201254.582882] DEBUG: Executing: umount /mnt/ephemeral/target/7918d122/root | |
[201586.127996] INFO: Detaching the volume | |
[201587.548971] DEBUG: Executing: losetup --detach /dev/loop0 | |
[201690.365791] INFO: Deleting mountpoint for the bootstrap volume | |
[201691.395998] INFO: Bundling the image | |
[201692.110777] DEBUG: Executing: euca-bundle-image --image /mnt/ephemeral/target/7918d122/volume.raw --arch x86_64 --user XXXXXXX --privatekey /home/admin/pk.pem --cert /home/admin/cert.pem --ec2cert /home/admin/bootstrap-vz/bootstrapvz/providers/ec2/assets/certs/cert-ec2.pem --destination /mnt/ephemeral/target/7918d122/bundle-7918d122 --prefix debian-7.4.0-amd64-pvm-20140416-s3 | |
[302973.386765] DEBUG: Checking image | |
[302973.966837] DEBUG: Encrypting image | |
[302974.0839] DEBUG: Splitting image... | |
[302974.230766] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.00 | |
[302974.392891] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.01 | |
[302974.56789] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.02 | |
[302974.721909] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.03 | |
[302974.913836] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.04 | |
[302975.079775] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.05 | |
[302975.240946] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.06 | |
[302975.382805] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.07 | |
[302975.52681] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.08 | |
[302975.671768] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.09 | |
[302975.818872] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.10 | |
[302975.962877] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.11 | |
[302976.105928] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.12 | |
[302976.252794] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.13 | |
[302976.412773] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.14 | |
[302976.588964] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.15 | |
[302976.74799] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.16 | |
[302976.889849] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.17 | |
[302977.034807] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.18 | |
[302977.178812] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.19 | |
[302977.357864] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.20 | |
[302977.525949] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.21 | |
[302977.674961] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.22 | |
[302977.838993] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.23 | |
[302977.981806] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.24 | |
[302978.125811] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.25 | |
[302978.269815] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.26 | |
[302978.412867] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.27 | |
[302978.556871] DEBUG: Part: debian-7.4.0-amd64-pvm-20140416-s3.part.28 | |
[302978.79982] DEBUG: Generating manifest /mnt/ephemeral/target/7918d122/bundle-7918d122/debian-7.4.0-amd64-pvm-20140416-s3.manifest.xml | |
[302979.132891] INFO: Uploading the image bundle | |
[302980.065823] DEBUG: Executing: euca-upload-bundle --bucket linux-amis --manifest /mnt/ephemeral/target/7918d122/bundle-7918d122/debian-7.4.0-amd64-pvm-20140416-s3.manifest.xml --access-key XXXX --secret-key XXXX --url https://s3.amazonaws.com/ --region us-east-1 --ec2cert /home/admin/bootstrap-vz/bootstrapvz/providers/ec2/assets/certs/cert-ec2.pem | |
[317857.548952] DEBUG: Checking bucket: linux-amis | |
[317858.117819] DEBUG: Uploading manifest file | |
[317858.282804] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.00 | |
[317858.44183] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.01 | |
[317858.599901] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.02 | |
[317858.772993] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.03 | |
[317858.93178] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.04 | |
[317859.120846] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.05 | |
[317859.311819] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.06 | |
[317859.526873] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.07 | |
[317859.684944] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.08 | |
[317859.841824] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.09 | |
[317859.997988] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.10 | |
[317860.154867] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.11 | |
[317860.310793] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.12 | |
[317860.466957] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.13 | |
[317860.647917] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.14 | |
[317860.824823] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.15 | |
[317860.979795] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.16 | |
[317861.136913] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.17 | |
[317861.292839] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.18 | |
[317861.453772] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.19 | |
[317861.611843] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.20 | |
[317861.768961] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.21 | |
[317861.92894] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.22 | |
[317862.084866] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.23 | |
[317862.260818] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.24 | |
[317862.420797] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.25 | |
[317862.576962] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.26 | |
[317862.733841] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.27 | |
[317862.889767] DEBUG: Uploading part: debian-7.4.0-amd64-pvm-20140416-s3.part.28 | |
[317863.070965] DEBUG: Uploaded image as linux-amis/debian-7.4.0-amd64-pvm-20140416-s3.manifest.xml | |
[317863.41095] INFO: Registering the image as an AMI | |
[318346.231937] INFO: Deleting the volume | |
[318914.101839] INFO: Removing the bundle files | |
[318975.14677] INFO: Deleting workspace | |
[318975.667953] INFO: Successfully completed bootstrapping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment