Sat 7 Oct 13:29:44 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks echo "- copying task files from 'tasks/stretch/'" - copying task files from 'tasks/stretch/' cp -r /home/debian-cd/build.stretch/debian-cd/tasks/stretch/* /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/update_tasks; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di_list; \ /home/debian-cd/build.stretch/debian-cd/tools/generate_di+k_list update_tasks: Using "gnome" as the default desktop, as specified by pool/main/t/tasksel/task-desktop_3.39_all.deb date -u '+%Y%m%d' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/DATE-zulu dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi for ARCH in i386; do \ echo "Using the provided status file for stretch-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ if [ "$BACKPORTS"x != ""x ] ; then \ echo "Using the provided status file for stretch-backports-$ARCH ..."; \ cp /home/debian-cd/build.stretch/debian-cd/data/stretch/status.$ARCH /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-i386 ... make[1]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi Generating a fake status file for apt-get and apt-cache... for ARCH in i386; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "9" = "1" -o "9" = "2" -o "9" = "C" -o "9" = "F" ];then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/status ; \ fi; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/catz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-$ARCH/Packages.*z* | \ perl -000 -ne 's/^(Package: .*)$/$1\nStatus: install ok installed/m; print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/archive-keyring dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2017.5_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/archive-keyring for ARCH in i386; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... # If we're doing a build using d-i from sid, we'll need sid sources too if [ ""x = "yes"x ] && \ [ "stretch"x != ""x ] && \ [ "stretch"x != "stretch"x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-source/status ; \ export CODENAME=stretch; \ export ARCH=source; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ fi for ARCH in i386; do \ export ARCH=$ARCH; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check || make correctstatus; \ fi; \ done Reading package lists... Building dependency tree... You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: apt-listchanges : Depends: python3-apt (>= 0.7.93) but it is not installed Depends: python3:any (>= 3.5~) base-passwd : Depends: libdebconfclient0 (>= 0.145) but it is not installed bind9-host : Depends: libgeoip1 but it is not installed Depends: libisccfg140 (= 1:9.10.3.dfsg.P4-12.3+deb9u3) but it is not installed bsdmainutils : Depends: libbsd0 (>= 0.2.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed bsdutils : PreDepends: libsystemd0 but it is not installed dbus : Depends: libapparmor1 (>= 2.8.95) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcap-ng0 but it is not installed Depends: libdbus-1-3 (= 1.10.22-0+deb9u1) but it is not installed Depends: libexpat1 (>= 2.0.1) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed debconf-i18n : Depends: liblocale-gettext-perl but it is not installed Depends: libtext-iconv-perl but it is not installed Depends: libtext-wrapi18n-perl but it is not installed Depends: libtext-charwidth-perl but it is not installed gnupg : Depends: gnupg-agent (= 2.1.18-8~deb9u1) but it is not installed Depends: libassuan0 (>= 2.0.1) but it is not installed Depends: libksba8 (>= 1.3.4) but it is not installed iproute2 : Depends: libelf1 (>= 0.131) but it is not installed Depends: libmnl0 (>= 1.0.3-4~) but it is not installed iptables : Depends: libip4tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libip6tc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libiptc0 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libxtables12 (= 1.6.0+snapshot20161117-6) but it is not installed Depends: libnetfilter-conntrack3 but it is not installed Depends: libnfnetlink0 but it is not installed iputils-ping : Depends: libnettle6 but it is not installed isc-dhcp-client : Depends: libdns-export162 but it is not installed Depends: libisc-export160 but it is not installed libapt-pkg5.0 : Depends: liblz4-1 (>= 0.0~r127) but it is not installed libbind9-140 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libdns162 : Depends: libgeoip1 but it is not installed libedit2 : Depends: libbsd0 (>= 0.0) but it is not installed Depends: libncurses5 (>= 6) but it is not installed libgnutls30 : Depends: libgmp10 (>= 2:6) but it is not installed Depends: libhogweed4 but it is not installed Depends: libnettle6 but it is not installed libirs141 : Depends: libgeoip1 but it is not installed Depends: libisccfg140 but it is not installed libisc160 : Depends: libgeoip1 but it is not installed libkrad0 : Depends: libverto1 (>= 0.2.4) but it is not installed liblwres141 : Depends: libgeoip1 but it is not installed libp11-kit0 : Depends: libffi6 (>= 3.0.4) but it is not installed libpam-modules : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed libpam-modules-bin : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libpam0g : Depends: libaudit1 (>= 1:2.2.1) but it is not installed libprocps6 : Depends: libsystemd0 (>= 209) but it is not installed libxml2 : Depends: libicu57 (>= 57.1-1~) but it is not installed login : PreDepends: libaudit1 (>= 1:2.2.1) but it is not installed passwd : Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libsemanage1 (>= 2.0.3) but it is not installed perl : Depends: libperl5.24 (= 5.24.1-3+deb9u2) but it is not installed procps : Depends: libncurses5 (>= 6) but it is not installed python : Depends: libpython-stdlib (= 2.7.13-2) but it is not installed python-minimal : Depends: python2.7-minimal (>= 2.7.13-1~) but it is not installed python2.7 : Depends: python2.7-minimal (= 2.7.13-2) but it is not installed Depends: libpython2.7-stdlib (= 2.7.13-2) but it is not installed python3-reportbug : Depends: python3:any (>= 3.3.2-2~) Depends: python3-debian but it is not installed Depends: python3-debianbts (>= 1.13) but it is not installed Depends: python3-requests but it is not installed reportbug : Depends: python3:any rsyslog : Depends: libfastjson4 (>= 0.99.3) but it is not installed Depends: liblognorm5 (>= 1.1.2) but it is not installed Depends: libsystemd0 (>= 209) but it is not installed systemd : Depends: libapparmor1 (>= 2.9.0-3+exp2) but it is not installed Depends: libaudit1 (>= 1:2.2.1) but it is not installed Depends: libcryptsetup4 (>= 2:1.4.3) but it is not installed Depends: libip4tc0 (>= 1.6.0+snapshot20161117) but it is not installed Depends: liblz4-1 (>= 0.0~r127) but it is not installed Depends: libseccomp2 (>= 2.3.1) but it is not installed Depends: libsystemd0 (= 232-25+deb9u1) but it is not installed tasksel : Depends: liblocale-gettext-perl but it is not installed util-linux : PreDepends: libsystemd0 but it is not installed vim-common : Depends: xxd but it is not installed wget : Depends: libnettle6 but it is not installed Depends: libpsl5 (>= 0.13.0) but it is not installed E: Unmet dependencies. Try using -f. make[2]: Entering directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... set -e; \ if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection deselected -f install`; do \ echo $ARCH:$i; \ perl -i -000 -ne "print unless /^Package: \Q$i\E/m" \ /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ export ARCH=$ARCH; \ for i in `/home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-$ARCH/status; \ done; \ if [ "$BACKPORTS"x != ""x ] ; then \ for i in `USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection selected -f install`; do \ echo $ARCH:$i; \ USE_BP=1 /home/debian-cd/build.stretch/debian-cd/tools/apt-selection cache --no-all-versions show "$i" | perl -000 -npe \ "s/^(Package: .*)\$/\$1\nStatus: install ok installed/m;" \ >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi i386:ca-certificates i386:dh-python i386:dmsetup i386:gnupg-agent i386:libapparmor1 i386:libassuan0 i386:libaudit-common i386:libaudit1 i386:libbsd0 i386:libcap-ng0 i386:libcryptsetup4 i386:libcurl3-gnutls i386:libdbus-1-3 i386:libdebconfclient0 i386:libdevmapper1.02.1 i386:libdns-export162 i386:libelf1 i386:libev4 i386:libexpat1 i386:libfastjson4 i386:libffi6 i386:libgeoip1 i386:libgmp10 i386:libhogweed4 i386:libicu57 i386:libidn2-0 i386:libip4tc0 i386:libip6tc0 i386:libiptc0 i386:libisc-export160 i386:libisccc140 i386:libisccfg140 i386:libksba8 i386:liblocale-gettext-perl i386:liblognorm5 i386:liblz4-1 i386:libmnl0 i386:libmpdec2 i386:libncurses5 i386:libnetfilter-conntrack3 i386:libnettle6 i386:libnfnetlink0 i386:libnghttp2-14 i386:libnpth0 i386:libperl5.24 i386:libpsl5 i386:libpython-stdlib i386:libpython2.7-minimal i386:libpython2.7-stdlib i386:libpython3-stdlib i386:libpython3.5-minimal i386:libpython3.5-stdlib i386:librtmp1 i386:libseccomp2 i386:libsemanage-common i386:libsemanage1 i386:libssh2-1 i386:libsystemd0 i386:libtext-charwidth-perl i386:libtext-iconv-perl i386:libtext-wrapi18n-perl i386:libunistring0 i386:libustr-1.0-1 i386:libverto-libev1 i386:libverto1 i386:libxtables12 i386:openssl i386:pinentry-curses i386:python-apt-common i386:python2.7-minimal i386:python3 i386:python3-apt i386:python3-chardet i386:python3-debian i386:python3-debianbts i386:python3-httplib2 i386:python3-minimal i386:python3-pkg-resources i386:python3-pycurl i386:python3-pysimplesoap i386:python3-requests i386:python3-six i386:python3-urllib3 i386:python3.5 i386:python3.5-minimal i386:xxd for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection check; \ fi; \ done Reading package lists... Building dependency tree... make[2]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' make[1]: Leaving directory '/srv/cdbuilder.debian.org/git/setup/stretch/debian-cd' ... checking your mirror /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615+deb9u2/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and no isos for i386 BD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/data/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/data/sid ; \ fi if [ ! -d /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ] ; then \ ln -s stretch /home/debian-cd/build.stretch/debian-cd/tools/boot/sid ; \ fi if [ "i386" != "source" ] ; then \ for ARCH in i386; do \ echo "Apt-get is updating its files ..."; \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ if [ "$BACKPORTS"x != ""x ] ; then \ USE_BP=1 ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/apt-selection update; \ fi; \ done; \ fi Apt-get is updating its files ... Ign file: stretch InRelease Get:1 file: stretch Release.gpg [2,479 B] Get:2 file: stretch Release [118 kB] Reading package lists... if [ ""x != "yes"x ] ; then \ if [ "9"x = "1"x ] ; then \ : ; \ elif [ "9"x = "2"x -o "9"x = "C"x ] ; then \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _9 != _1 ]; then \ for ARCH in i386; do \ BINCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BINCLUDE" ] || BINCLUDE="--include=$BINCLUDE"; \ BEXCLUDE=`[ -n "" ] && cat | tr "\n" "," | sed 's!,$!!g'`; \ [ -z "$BEXCLUDE" ] || BEXCLUDE="--exclude=$BEXCLUDE"; \ debootstrap --no-check-gpg --arch $ARCH \ --print-debs \ $BINCLUDE $BEXCLUDE \ stretch \ /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in i386; do \ ARCHDEFS="$ARCHDEFS -D ARCH_`echo $ARCH | sed 's/-/_/'`"; \ ARCHUNDEFS="$ARCHUNDEFS -U $ARCH"; \ done; \ for VARIANT in xen; do \ VARIANTDEFS="$VARIANTDEFS -D VARIANT_$VARIANT"; \ done; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DFORCE_FIRMWARE"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_486_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \ fi; \ if [ ""x = "1"x ] ; then \ ARCHDEFS="$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \ fi; \ if [ ""x != "yes"x ] ; then \ cpp -nostdinc -P -undef $ARCHDEFS $VARIANTDEFS\ $ARCHUNDEFS -U i386 -U linux -U unix \ -DFORCENONUSONCD1=0 \ -I /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list; fi for ARCH in i386; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list; \ done Running sort_deps to sort packages for i386: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 118113332 bytes Adding the rest of the requested packages Now up to 2900102828 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 51176 packages, total size 59715313256 bytes. if [ ""x = "yes"x ] ; then \ /home/debian-cd/build.stretch/debian-cd/tools/grab_source_list /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/apt "i386" /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/packages.source; \ fi /home/debian-cd/build.stretch/debian-cd/tools/make_disc_trees.pl /home/debian-cd/build.stretch/debian-cd /srv/cdbuilder.debian.org/src/ftp/debian /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386 stretch "i386" "/home/93sam/xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. /home/93sam/xorriso -version says: GNU xorriso 1.3.6.pl01 ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program Copyright (C) 2013, Thomas Schmitt , libburnia project. xorriso version : 1.3.6.pl01 Version timestamp : 2014.04.08.180000 Build timestamp : -none-given- libisofs in use : 1.3.6 (min. 1.3.6) libjte in use : 1.0.0 (min. 1.0.0) libburn in use : 1.3.6 (min. 1.3.6) libburn OS adapter: internal GNU/Linux SG_IO adapter sg-linux libisoburn in use : 1.3.6 (min. 1.3.6) License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Reading in package information for i386: Done: Read details of 51176 packages for i386 Reading in translated package descriptions for main: Done: read 202876 entries for 36 languages Reading in translated package descriptions for contrib: Done: read 310 entries for 1 languages Starting to lay out packages into images: Adding the required directories Generating the image label and volume id Adding .disk/base_components Adding .disk/cd_type Adding udeb/base includes/excludes WARNING: Unable to read UDEB_EXCLUDE file /home/debian-cd/build.stretch/debian-cd/data/stretch/i386_udeb_exclude Adding docs to CD1 Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for i386 converted 'http://www.debian.org/releases/stretch/release-notes-i386.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-i386.tar.gz' (UTF-8) --2017-10-07 13:34:59-- http://www.debian.org/releases/stretch/release-notes-i386.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::148:14, 2001:41c8:1000:21::21:4, 130.89.148.14, ... Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::148:14|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6472152 (6.2M) [application/x-gzip] Saving to: 'release-notes-i386.tar.gz' 0K .......... .......... .......... .......... .......... 0% 502K 12s 50K .......... .......... .......... .......... .......... 1% 1012K 9s 100K .......... .......... .......... .......... .......... 2% 31.5M 6s 150K .......... .......... .......... .......... .......... 3% 54.9M 5s 200K .......... .......... .......... .......... .......... 3% 1.01M 5s 250K .......... .......... .......... .......... .......... 4% 32.0M 4s 300K .......... .......... .......... .......... .......... 5% 46.1M 3s 350K .......... .......... .......... .......... .......... 6% 35.4M 3s 400K .......... .......... .......... .......... .......... 7% 1.08M 3s 450K .......... .......... .......... .......... .......... 7% 61.6M 3s 500K .......... .......... .......... .......... .......... 8% 82.5M 3s 550K .......... .......... .......... .......... .......... 9% 66.7M 2s 600K .......... .......... .......... .......... .......... 10% 63.8M 2s 650K .......... .......... .......... .......... .......... 11% 60.8M 2s 700K .......... .......... .......... .......... .......... 11% 50.0M 2s 750K .......... .......... .......... .......... .......... 12% 1.08M 2s 800K .......... .......... .......... .......... .......... 13% 990K 2s 850K .......... .......... .......... .......... .......... 14% 404M 2s 900K .......... .......... .......... .......... .......... 15% 289M 2s 950K .......... .......... .......... .......... .......... 15% 415M 2s 1000K .......... .......... .......... .......... .......... 16% 342M 2s 1050K .......... .......... .......... .......... .......... 17% 440M 2s 1100K .......... .......... .......... .......... .......... 18% 340M 2s 1150K .......... .......... .......... .......... .......... 18% 462M 1s 1200K .......... .......... .......... .......... .......... 19% 121M 1s 1250K .......... .......... .......... .......... .......... 20% 40.4M 1s 1300K .......... .......... .......... .......... .......... 21% 64.8M 1s 1350K .......... .......... .......... .......... .......... 22% 1.07M 1s 1400K .......... .......... .......... .......... .......... 22% 34.0M 1s 1450K .......... .......... .......... .......... .......... 23% 63.9M 1s 1500K .......... .......... .......... .......... .......... 24% 35.8M 1s 1550K .......... .......... .......... .......... .......... 25% 63.9M 1s 1600K .......... .......... .......... .......... .......... 26% 1.09M 1s 1650K .......... .......... .......... .......... .......... 26% 24.1M 1s 1700K .......... .......... .......... .......... .......... 27% 50.3M 1s 1750K .......... .......... .......... .......... .......... 28% 53.0M 1s 1800K .......... .......... .......... .......... .......... 29% 60.2M 1s 1850K .......... .......... .......... .......... .......... 30% 1.09M 1s 1900K .......... .......... .......... .......... .......... 30% 22.3M 1s 1950K .......... .......... .......... .......... .......... 31% 60.1M 1s 2000K .......... .......... .......... .......... .......... 32% 52.1M 1s 2050K .......... .......... .......... .......... .......... 33% 53.6M 1s 2100K .......... .......... .......... .......... .......... 34% 1.20M 1s 2150K .......... .......... .......... .......... .......... 34% 8.26M 1s 2200K .......... .......... .......... .......... .......... 35% 26.0M 1s 2250K .......... .......... .......... .......... .......... 36% 63.6M 1s 2300K .......... .......... .......... .......... .......... 37% 63.8M 1s 2350K .......... .......... .......... .......... .......... 37% 48.5M 1s 2400K .......... .......... .......... .......... .......... 38% 1.07M 1s 2450K .......... .......... .......... .......... .......... 39% 28.1M 1s 2500K .......... .......... .......... .......... .......... 40% 56.6M 1s 2550K .......... .......... .......... .......... .......... 41% 69.6M 1s 2600K .......... .......... .......... .......... .......... 41% 52.3M 1s 2650K .......... .......... .......... .......... .......... 42% 1.08M 1s 2700K .......... .......... .......... .......... .......... 43% 27.1M 1s 2750K .......... .......... .......... .......... .......... 44% 62.0M 1s 2800K .......... .......... .......... .......... .......... 45% 51.3M 1s 2850K .......... .......... .......... .......... .......... 45% 51.8M 1s 2900K .......... .......... .......... .......... .......... 46% 1.07M 1s 2950K .......... .......... .......... .......... .......... 47% 25.1M 1s 3000K .......... .......... .......... .......... .......... 48% 31.1M 1s 3050K .......... .......... .......... .......... .......... 49% 25.1M 1s 3100K .......... .......... .......... .......... .......... 49% 22.2M 1s 3150K .......... .......... .......... .......... .......... 50% 30.5M 1s 3200K .......... .......... .......... .......... .......... 51% 1.17M 1s 3250K .......... .......... .......... .......... .......... 52% 34.8M 1s 3300K .......... .......... .......... .......... .......... 53% 23.4M 1s 3350K .......... .......... .......... .......... .......... 53% 27.0M 1s 3400K .......... .......... .......... .......... .......... 54% 22.3M 1s 3450K .......... .......... .......... .......... .......... 55% 1.18M 1s 3500K .......... .......... .......... .......... .......... 56% 25.0M 1s 3550K .......... .......... .......... .......... .......... 56% 25.0M 1s 3600K .......... .......... .......... .......... .......... 57% 29.2M 1s 3650K .......... .......... .......... .......... .......... 58% 21.1M 1s 3700K .......... .......... .......... .......... .......... 59% 1.37M 1s 3750K .......... .......... .......... .......... .......... 60% 5.90M 1s 3800K .......... .......... .......... .......... .......... 60% 51.3M 1s 3850K .......... .......... .......... .......... .......... 61% 22.4M 1s 3900K .......... .......... .......... .......... .......... 62% 36.2M 1s 3950K .......... .......... .......... .......... .......... 63% 20.6M 0s 4000K .......... .......... .......... .......... .......... 64% 1.18M 1s 4050K .......... .......... .......... .......... .......... 64% 23.3M 0s 4100K .......... .......... .......... .......... .......... 65% 25.5M 0s 4150K .......... .......... .......... .......... .......... 66% 35.2M 0s 4200K .......... .......... .......... .......... .......... 67% 20.9M 0s 4250K .......... .......... .......... .......... .......... 68% 1.39M 0s 4300K .......... .......... .......... .......... .......... 68% 5.75M 0s 4350K .......... .......... .......... .......... .......... 69% 50.5M 0s 4400K .......... .......... .......... .......... .......... 70% 24.3M 0s 4450K .......... .......... .......... .......... .......... 71% 30.5M 0s 4500K .......... .......... .......... .......... .......... 71% 23.2M 0s 4550K .......... .......... .......... .......... .......... 72% 1.19M 0s 4600K .......... .......... .......... .......... .......... 73% 18.6M 0s 4650K .......... .......... .......... .......... .......... 74% 42.2M 0s 4700K .......... .......... .......... .......... .......... 75% 24.5M 0s 4750K .......... .......... .......... .......... .......... 75% 21.2M 0s 4800K .......... .......... .......... .......... .......... 76% 34.1M 0s 4850K .......... .......... .......... .......... .......... 77% 551K 0s 4900K .......... .......... .......... .......... .......... 78% 280M 0s 4950K .......... .......... .......... .......... .......... 79% 331M 0s 5000K .......... .......... .......... .......... .......... 79% 294M 0s 5050K .......... .......... .......... .......... .......... 80% 293M 0s 5100K .......... .......... .......... .......... .......... 81% 339M 0s 5150K .......... .......... .......... .......... .......... 82% 45.5M 0s 5200K .......... .......... .......... .......... .......... 83% 17.1M 0s 5250K .......... .......... .......... .......... .......... 83% 23.7M 0s 5300K .......... .......... .......... .......... .......... 84% 1.35M 0s 5350K .......... .......... .......... .......... .......... 85% 5.64M 0s 5400K .......... .......... .......... .......... .......... 86% 17.2M 0s 5450K .......... .......... .......... .......... .......... 87% 19.0M 0s 5500K .......... .......... .......... .......... .......... 87% 1.20M 0s 5550K .......... .......... .......... .......... .......... 88% 13.2M 0s 5600K .......... .......... .......... .......... .......... 89% 17.7M 0s 5650K .......... .......... .......... .......... .......... 90% 19.8M 0s 5700K .......... .......... .......... .......... .......... 90% 1.36M 0s 5750K .......... .......... .......... .......... .......... 91% 5.62M 0s 5800K .......... .......... .......... .......... .......... 92% 17.5M 0s 5850K .......... .......... .......... .......... .......... 93% 19.4M 0s 5900K .......... .......... .......... .......... .......... 94% 1.37M 0s 5950K .......... .......... .......... .......... .......... 94% 5.81M 0s 6000K .......... .......... .......... .......... .......... 95% 15.5M 0s 6050K .......... .......... .......... .......... .......... 96% 20.9M 0s 6100K .......... .......... .......... .......... .......... 97% 18.8M 0s 6150K .......... .......... .......... .......... .......... 98% 1.18M 0s 6200K .......... .......... .......... .......... .......... 98% 15.0M 0s 6250K .......... .......... .......... .......... .......... 99% 26.9M 0s 6300K .......... .......... 100% 15.8M=1.4s 2017-10-07 13:35:00 (4.56 MB/s) - 'release-notes-i386.tar.gz' saved [6472152/6472152] da/ da/index.da.html da/ch-whats-new.da.html da/images/ da/images/caution.png da/images/toc-blank.png da/images/toc-minus.png da/images/prev.png da/images/toc-plus.png da/images/annot-open.png da/images/next.png da/images/note.png da/images/important.png da/images/draft.png da/images/tip.png da/images/annot-close.png da/images/up.png da/images/home.png da/images/warning.png da/images/blank.png da/ch-about.da.html da/debian.css da/relnotes-glossary.da.html da/relnotes-index.da.html da/release-notes.da.txt da/ch-upgrading.da.html da/release-notes.da.pdf da/ap-old-stuff.da.html da/ch-installing.da.html da/apb.da.html da/ch-information.da.html da/ch-moreinfo.da.html de/ de/ch-information.de.html de/release-notes.de.txt de/ch-whats-new.de.html de/ch-moreinfo.de.html de/relnotes-index.de.html de/images/ de/images/caution.png de/images/toc-blank.png de/images/toc-minus.png de/images/prev.png de/images/toc-plus.png de/images/annot-open.png de/images/next.png de/images/note.png de/images/important.png de/images/draft.png de/images/tip.png de/images/annot-close.png de/images/up.png de/images/home.png de/images/warning.png de/images/blank.png de/ch-installing.de.html de/ch-upgrading.de.html de/relnotes-glossary.de.html de/apb.de.html de/debian.css de/release-notes.de.pdf de/index.de.html de/ap-old-stuff.de.html de/ch-about.de.html en/ en/release-notes.en.txt en/apb.en.html en/images/ en/images/caution.png en/images/toc-blank.png en/images/toc-minus.png en/images/prev.png en/images/toc-plus.png en/images/annot-open.png en/images/next.png en/images/note.png en/images/important.png en/images/draft.png en/images/tip.png en/images/annot-close.png en/images/up.png en/images/home.png en/images/warning.png en/images/blank.png en/relnotes-index.en.html en/index.en.html en/debian.css en/ch-about.en.html en/relnotes-glossary.en.html en/ap-old-stuff.en.html en/ch-information.en.html en/ch-upgrading.en.html en/ch-whats-new.en.html en/ch-installing.en.html en/release-notes.en.pdf en/ch-moreinfo.en.html es/ es/ap-old-stuff.es.html es/ch-information.es.html es/ch-moreinfo.es.html es/ch-upgrading.es.html es/images/ es/images/caution.png es/images/toc-blank.png es/images/toc-minus.png es/images/prev.png es/images/toc-plus.png es/images/annot-open.png es/images/next.png es/images/note.png es/images/important.png es/images/draft.png es/images/tip.png es/images/annot-close.png es/images/up.png es/images/home.png es/images/warning.png es/images/blank.png es/index.es.html es/ch-whats-new.es.html es/debian.css es/relnotes-index.es.html es/ch-installing.es.html es/release-notes.es.txt es/relnotes-glossary.es.html es/release-notes.es.pdf es/ch-about.es.html es/apb.es.html fr/ fr/index.fr.html fr/release-notes.fr.pdf fr/ch-about.fr.html fr/images/ fr/images/caution.png fr/images/toc-blank.png fr/images/toc-minus.png fr/images/prev.png fr/images/toc-plus.png fr/images/annot-open.png fr/images/next.png fr/images/note.png fr/images/important.png fr/images/draft.png fr/images/tip.png fr/images/annot-close.png fr/images/up.png fr/images/home.png fr/images/warning.png fr/images/blank.png fr/ch-information.fr.html fr/debian.css fr/ch-upgrading.fr.html fr/relnotes-index.fr.html fr/release-notes.fr.txt fr/ch-installing.fr.html fr/apb.fr.html fr/relnotes-glossary.fr.html fr/ch-moreinfo.fr.html fr/ch-whats-new.fr.html fr/ap-old-stuff.fr.html it/ it/ch-installing.it.html it/index.it.html it/ap-old-stuff.it.html it/images/ it/images/caution.png it/images/toc-blank.png it/images/toc-minus.png it/images/prev.png it/images/toc-plus.png it/images/annot-open.png it/images/next.png it/images/note.png it/images/important.png it/images/draft.png it/images/tip.png it/images/annot-close.png it/images/up.png it/images/home.png it/images/warning.png it/images/blank.png it/ch-moreinfo.it.html it/debian.css it/relnotes-index.it.html it/ch-upgrading.it.html it/ch-about.it.html it/ch-information.it.html it/release-notes.it.txt it/apb.it.html it/release-notes.it.pdf it/ch-whats-new.it.html it/relnotes-glossary.it.html ja/ ja/ch-whats-new.ja.html ja/ch-about.ja.html ja/images/ ja/images/caution.png ja/images/toc-blank.png ja/images/toc-minus.png ja/images/prev.png ja/images/toc-plus.png ja/images/annot-open.png ja/images/next.png ja/images/note.png ja/images/important.png ja/images/draft.png ja/images/tip.png ja/images/annot-close.png ja/images/up.png ja/images/home.png ja/images/warning.png ja/images/blank.png ja/apb.ja.html ja/relnotes-index.ja.html ja/debian.css ja/ap-old-stuff.ja.html ja/ch-upgrading.ja.html ja/release-notes.ja.pdf ja/ch-moreinfo.ja.html ja/relnotes-glossary.ja.html ja/ch-installing.ja.html ja/ch-information.ja.html ja/release-notes.ja.txt ja/index.ja.html nl/ nl/images/ nl/images/caution.png nl/images/toc-blank.png nl/images/toc-minus.png nl/images/prev.png nl/images/toc-plus.png nl/images/annot-open.png nl/images/next.png nl/images/note.png nl/images/important.png nl/images/draft.png nl/images/tip.png nl/images/annot-close.png nl/images/up.png nl/images/home.png nl/images/warning.png nl/images/blank.png nl/ch-moreinfo.nl.html nl/ch-about.nl.html nl/ch-installing.nl.html nl/relnotes-index.nl.html nl/debian.css nl/ch-upgrading.nl.html nl/release-notes.nl.txt nl/ch-information.nl.html nl/ap-old-stuff.nl.html nl/index.nl.html nl/release-notes.nl.pdf nl/apb.nl.html nl/ch-whats-new.nl.html nl/relnotes-glossary.nl.html pl/ pl/relnotes-glossary.pl.html pl/apb.pl.html pl/relnotes-index.pl.html pl/release-notes.pl.pdf pl/images/ pl/images/caution.png pl/images/toc-blank.png pl/images/toc-minus.png pl/images/prev.png pl/images/toc-plus.png pl/images/annot-open.png pl/images/next.png pl/images/note.png pl/images/important.png pl/images/draft.png pl/images/tip.png pl/images/annot-close.png pl/images/up.png pl/images/home.png pl/images/warning.png pl/images/blank.png pl/ch-moreinfo.pl.html pl/debian.css pl/ch-whats-new.pl.html pl/ch-upgrading.pl.html pl/ap-old-stuff.pl.html pl/ch-information.pl.html pl/release-notes.pl.txt pl/index.pl.html pl/ch-installing.pl.html pl/ch-about.pl.html pt/ pt/release-notes.pt.txt pt/release-notes.pt.pdf pt/ch-information.pt.html pt/ch-about.pt.html pt/relnotes-index.pt.html pt/ch-upgrading.pt.html pt/images/ pt/images/caution.png pt/images/toc-blank.png pt/images/toc-minus.png pt/images/prev.png pt/images/toc-plus.png pt/images/annot-open.png pt/images/next.png pt/images/note.png pt/images/important.png pt/images/draft.png pt/images/tip.png pt/images/annot-close.png pt/images/up.png pt/images/home.png pt/images/warning.png pt/images/blank.png pt/ch-whats-new.pt.html pt/debian.css pt/relnotes-glossary.pt.html pt/apb.pt.html pt/index.pt.html pt/ap-old-stuff.pt.html pt/ch-moreinfo.pt.html pt/ch-installing.pt.html pt-br/ pt-br/release-notes.pt-br.txt pt-br/index.pt-br.html pt-br/ch-upgrading.pt-br.html pt-br/images/ pt-br/images/caution.png pt-br/images/toc-blank.png pt-br/images/toc-minus.png pt-br/images/prev.png pt-br/images/toc-plus.png pt-br/images/annot-open.png pt-br/images/next.png pt-br/images/note.png pt-br/images/important.png pt-br/images/draft.png pt-br/images/tip.png pt-br/images/annot-close.png pt-br/images/up.png pt-br/images/home.png pt-br/images/warning.png pt-br/images/blank.png pt-br/ch-installing.pt-br.html pt-br/apb.pt-br.html pt-br/ap-old-stuff.pt-br.html pt-br/ch-whats-new.pt-br.html pt-br/debian.css pt-br/release-notes.pt-br.pdf pt-br/relnotes-glossary.pt-br.html pt-br/ch-about.pt-br.html pt-br/ch-information.pt-br.html pt-br/ch-moreinfo.pt-br.html pt-br/relnotes-index.pt-br.html ro/ ro/relnotes-glossary.ro.html ro/ap-old-stuff.ro.html ro/relnotes-index.ro.html ro/images/ ro/images/caution.png ro/images/toc-blank.png ro/images/toc-minus.png ro/images/prev.png ro/images/toc-plus.png ro/images/annot-open.png ro/images/next.png ro/images/note.png ro/images/important.png ro/images/draft.png ro/images/tip.png ro/images/annot-close.png ro/images/up.png ro/images/home.png ro/images/warning.png ro/images/blank.png ro/ch-information.ro.html ro/apb.ro.html ro/ch-moreinfo.ro.html ro/ch-whats-new.ro.html ro/debian.css ro/index.ro.html ro/ch-installing.ro.html ro/release-notes.ro.txt ro/ch-about.ro.html ro/ch-upgrading.ro.html ro/release-notes.ro.pdf ru/ ru/ch-upgrading.ru.html ru/ch-whats-new.ru.html ru/relnotes-glossary.ru.html ru/apb.ru.html ru/images/ ru/images/caution.png ru/images/toc-blank.png ru/images/toc-minus.png ru/images/prev.png ru/images/toc-plus.png ru/images/annot-open.png ru/images/next.png ru/images/note.png ru/images/important.png ru/images/draft.png ru/images/tip.png ru/images/annot-close.png ru/images/up.png ru/images/home.png ru/images/warning.png ru/images/blank.png ru/release-notes.ru.txt ru/ap-old-stuff.ru.html ru/debian.css ru/index.ru.html ru/ch-installing.ru.html ru/ch-information.ru.html ru/ch-about.ru.html ru/release-notes.ru.pdf ru/ch-moreinfo.ru.html ru/relnotes-index.ru.html sk/ sk/release-notes.sk.pdf sk/ch-information.sk.html sk/images/ sk/images/caution.png sk/images/toc-blank.png sk/images/toc-minus.png sk/images/prev.png sk/images/toc-plus.png sk/images/annot-open.png sk/images/next.png sk/images/note.png sk/images/important.png sk/images/draft.png sk/images/tip.png sk/images/annot-close.png sk/images/up.png sk/images/home.png sk/images/warning.png sk/images/blank.png sk/relnotes-index.sk.html sk/ch-installing.sk.html sk/release-notes.sk.txt sk/debian.css sk/ch-about.sk.html sk/ch-upgrading.sk.html sk/relnotes-glossary.sk.html sk/apb.sk.html sk/ch-whats-new.sk.html sk/ch-moreinfo.sk.html sk/index.sk.html sk/ap-old-stuff.sk.html sv/ sv/ch-upgrading.sv.html sv/ch-about.sv.html sv/images/ sv/images/caution.png sv/images/toc-blank.png sv/images/toc-minus.png sv/images/prev.png sv/images/toc-plus.png sv/images/annot-open.png sv/images/next.png sv/images/note.png sv/images/important.png sv/images/draft.png sv/images/tip.png sv/images/annot-close.png sv/images/up.png sv/images/home.png sv/images/warning.png sv/images/blank.png sv/ch-moreinfo.sv.html sv/ch-installing.sv.html sv/debian.css sv/index.sv.html sv/ap-old-stuff.sv.html sv/ch-information.sv.html sv/apb.sv.html sv/release-notes.sv.txt sv/relnotes-index.sv.html sv/relnotes-glossary.sv.html sv/ch-whats-new.sv.html sv/release-notes.sv.pdf Adding common docs on CD1 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/stretch/boot-i386 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD1 Adding tools to CD1 'boot1/isolinux/g2ldr' -> 'CD1/g2ldr' 'boot1/isolinux/g2ldr.mbr' -> 'CD1/g2ldr.mbr' 'boot1/isolinux/setup.exe' -> 'CD1/setup.exe' 'boot1/isolinux/win32-loader.ini' -> 'CD1/win32-loader.ini' Adding BIOS boot code for i386 on CD1 gtk/vmlinuz identical to ../vmlinuz. Linking Adding EFI boot code for i386 on CD1 CD1/boot/grub/grub.cfg has 12 boot entries defined Using newer EFI support in xorriso 10306 Adding README.source Starting new "i386" BD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for i386 Found all files needed for debootstrap for all binary arches Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 1 filled with 15379 packages, 11217946 blocks, 22974353408 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD2 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/stretch/boot-i386 2 /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD2 Starting new "i386" BD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 11506 packages, 11197563 blocks, 22932609024 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD3 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for i386: Running tools/boot/stretch/boot-i386 3 /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/CD3 Starting new "i386" BD 3 at /home/debian-cd/build.stretch/debian-cd/stretch/CD3 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 3 (not) filled with 24291 packages, 6931078 blocks, 14194847744 bytes Finished: 51176 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "i386" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check Looking in /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/ Using MD5 sums from Packages files: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-i386/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-i386/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-i386/20170615+deb9u2/images/MD5SUMS for ARCH in i386; do \ if [ -e /home/debian-cd/build.stretch/debian-cd/data/stretch/$ARCH/extra-sources ]; then \ echo "Extra dedicated source added; need to grab source MD5 info too"; \ /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian source stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch" "i386" "/org/cdbuilder.debian.org/dst/deb-cd/out/9i386" "9.2.0" "/srv/cdbuilder.debian.org/src/ftp/debian" "/home/93sam/xorriso" "-as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512" "-jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*'" "/home/debian-cd/build.stretch/debian-cd/tools/jigdo_cleanup" Generating the i386 iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 14:08:07 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 1' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.2.0-i386-BD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.2.0-i386-BD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J -J -joliet-long -cache-inodes -isohybrid-mbr syslinux/usr/lib/ISOLINUX/isohdpfx.bin -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 -boot-info-table -no-emul-boot -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus boot1 CD1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes' Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9i386/stretch/boot1' xorriso : UPDATE : 31 files added in 1 seconds xorriso : UPDATE : 6100 files added in 1 seconds xorriso : UPDATE : 11700 files added in 2 seconds xorriso : UPDATE : 16600 files added in 3 seconds xorriso : UPDATE : 21800 files added in 4 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9i386/stretch/CD1' xorriso : UPDATE : 25017 files added in 5 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/mnt/cd-src/deb-cd/tmp/9i386/stretch/syslinux/usr/lib/ISOLINUX/isohdpfx.bin' libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-basic_defs.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-choosing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-compat.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-contributing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-customizing.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-faqinfo.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-ftparchives.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-getting.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-kernel.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-nexttime.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkg_basics.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-pkgtools.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-redistrib.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-software.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-support.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/ch-uptodate.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/footnotes.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /doc/FAQ/html/index.html to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/alsa-firmware-loaders_1.1.3-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/bladerf-firmware-fx3_0.2016.06-1+b2_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/expeyes-firmware-dev_4.2.1+dfsg-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-b43legacy-installer_019-3_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/firmware-linux-free_3.4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/grub-firmware-qemu_2.02~beta3-5_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/hdmi2usb-fx2-firmware_0.0.0~git20151225-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/isight-firmware-tools_1.6-2+b2_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 2794/255/63 libisofs: WARNING : Image size exceeds 1024 cylinders. Cannot align partition. libisofs: WARNING : There are said to be BIOSes which will not boot this via MBR. xorriso : UPDATE : 0.00% done xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.07% done xorriso : UPDATE : 0.10% done, estimate finish Sat Oct 07 14:55:12 2017 xorriso : UPDATE : 0.14% done, estimate finish Sat Oct 07 14:52:54 2017 xorriso : UPDATE : 0.16% done, estimate finish Sat Oct 07 14:56:23 2017 xorriso : UPDATE : 0.19% done, estimate finish Sat Oct 07 14:57:34 2017 xorriso : UPDATE : 0.35% done, estimate finish Sat Oct 07 14:40:36 2017 xorriso : UPDATE : 0.44% done, estimate finish Sat Oct 07 14:37:15 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 14:38:55 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 14:42:27 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 14:45:59 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 14:49:31 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 14:53:03 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 14:56:34 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:02:03 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:07:25 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:12:48 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:18:10 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:23:33 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:28:55 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:34:18 2017 xorriso : UPDATE : 0.47% done, estimate finish Sat Oct 07 15:39:40 2017 xorriso : UPDATE : 2.59% done, estimate finish Sat Oct 07 14:20:37 2017 xorriso : UPDATE : 2.59% done, estimate finish Sat Oct 07 14:21:18 2017 xorriso : UPDATE : 2.90% done, estimate finish Sat Oct 07 14:17:49 2017 xorriso : UPDATE : 2.96% done, estimate finish Sat Oct 07 14:18:16 2017 xorriso : UPDATE : 3.03% done, estimate finish Sat Oct 07 14:18:37 2017 xorriso : UPDATE : 3.15% done, estimate finish Sat Oct 07 14:18:46 2017 xorriso : UPDATE : 3.24% done, estimate finish Sat Oct 07 14:19:01 2017 xorriso : UPDATE : 3.33% done, estimate finish Sat Oct 07 14:19:16 2017 xorriso : UPDATE : 3.40% done, estimate finish Sat Oct 07 14:19:33 2017 xorriso : UPDATE : 3.46% done, estimate finish Sat Oct 07 14:19:52 2017 xorriso : UPDATE : 3.53% done, estimate finish Sat Oct 07 14:20:10 2017 xorriso : UPDATE : 3.53% done, estimate finish Sat Oct 07 14:20:41 2017 xorriso : UPDATE : 3.53% done, estimate finish Sat Oct 07 14:29:00 2017 xorriso : UPDATE : 4.04% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 4.04% done, estimate finish Sat Oct 07 14:23:54 2017 xorriso : UPDATE : 4.04% done, estimate finish Sat Oct 07 14:24:49 2017 xorriso : UPDATE : 4.04% done, estimate finish Sat Oct 07 14:25:45 2017 xorriso : UPDATE : 4.55% done, estimate finish Sat Oct 07 14:22:28 2017 xorriso : UPDATE : 4.72% done, estimate finish Sat Oct 07 14:22:10 2017 xorriso : UPDATE : 4.81% done, estimate finish Sat Oct 07 14:22:19 2017 xorriso : UPDATE : 4.97% done, estimate finish Sat Oct 07 14:22:06 2017 xorriso : UPDATE : 4.98% done, estimate finish Sat Oct 07 14:22:33 2017 xorriso : UPDATE : 5.19% done, estimate finish Sat Oct 07 14:22:09 2017 xorriso : UPDATE : 5.32% done, estimate finish Sat Oct 07 14:19:59 2017 xorriso : UPDATE : 5.32% done, estimate finish Sat Oct 07 14:20:36 2017 xorriso : UPDATE : 5.61% done, estimate finish Sat Oct 07 14:20:01 2017 xorriso : UPDATE : 5.61% done, estimate finish Sat Oct 07 14:20:34 2017 xorriso : UPDATE : 5.82% done, estimate finish Sat Oct 07 14:20:20 2017 xorriso : UPDATE : 5.84% done, estimate finish Sat Oct 07 14:20:46 2017 xorriso : UPDATE : 6.05% done, estimate finish Sat Oct 07 14:20:32 2017 xorriso : UPDATE : 6.05% done, estimate finish Sat Oct 07 14:21:00 2017 xorriso : UPDATE : 6.45% done, estimate finish Sat Oct 07 14:20:10 2017 xorriso : UPDATE : 6.55% done, estimate finish Sat Oct 07 14:20:19 2017 xorriso : UPDATE : 6.55% done, estimate finish Sat Oct 07 14:21:43 2017 xorriso : UPDATE : 6.74% done, estimate finish Sat Oct 07 14:21:19 2017 xorriso : UPDATE : 6.74% done, estimate finish Sat Oct 07 14:22:01 2017 xorriso : UPDATE : 6.74% done, estimate finish Sat Oct 07 14:22:43 2017 xorriso : UPDATE : 7.17% done, estimate finish Sat Oct 07 14:21:08 2017 xorriso : UPDATE : 7.29% done, estimate finish Sat Oct 07 14:21:10 2017 xorriso : UPDATE : 7.36% done, estimate finish Sat Oct 07 14:21:27 2017 xorriso : UPDATE : 7.47% done, estimate finish Sat Oct 07 14:21:30 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 14:21:47 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 14:22:16 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 14:24:38 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 14:25:35 2017 xorriso : UPDATE : 7.52% done, estimate finish Sat Oct 07 14:26:31 2017 xorriso : UPDATE : 8.42% done, estimate finish Sat Oct 07 14:21:06 2017 xorriso : UPDATE : 8.51% done, estimate finish Sat Oct 07 14:21:16 2017 xorriso : UPDATE : 8.56% done, estimate finish Sat Oct 07 14:21:33 2017 xorriso : UPDATE : 8.71% done, estimate finish Sat Oct 07 14:21:27 2017 xorriso : UPDATE : 8.74% done, estimate finish Sat Oct 07 14:21:48 2017 xorriso : UPDATE : 8.93% done, estimate finish Sat Oct 07 14:21:35 2017 xorriso : UPDATE : 9.06% done, estimate finish Sat Oct 07 14:20:24 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:20:51 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:21:27 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:22:03 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:22:39 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:23:51 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:24:28 2017 xorriso : UPDATE : 10.06% done, estimate finish Sat Oct 07 14:20:51 2017 xorriso : UPDATE : 10.12% done, estimate finish Sat Oct 07 14:21:04 2017 xorriso : UPDATE : 10.24% done, estimate finish Sat Oct 07 14:21:59 2017 xorriso : UPDATE : 10.29% done, estimate finish Sat Oct 07 14:22:25 2017 xorriso : UPDATE : 10.42% done, estimate finish Sat Oct 07 14:22:20 2017 xorriso : UPDATE : 10.61% done, estimate finish Sat Oct 07 14:21:56 2017 xorriso : UPDATE : 10.67% done, estimate finish Sat Oct 07 14:22:14 2017 xorriso : UPDATE : 10.79% done, estimate finish Sat Oct 07 14:22:11 2017 xorriso : UPDATE : 10.90% done, estimate finish Sat Oct 07 14:22:14 2017 xorriso : UPDATE : 10.98% done, estimate finish Sat Oct 07 14:22:22 2017 xorriso : UPDATE : 11.14% done, estimate finish Sat Oct 07 14:22:12 2017 xorriso : UPDATE : 11.24% done, estimate finish Sat Oct 07 14:22:16 2017 xorriso : UPDATE : 11.35% done, estimate finish Sat Oct 07 14:22:33 2017 xorriso : UPDATE : 11.42% done, estimate finish Sat Oct 07 14:22:49 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 11.63% done, estimate finish Sat Oct 07 14:22:49 2017 xorriso : UPDATE : 11.76% done, estimate finish Sat Oct 07 14:22:44 2017 xorriso : UPDATE : 11.83% done, estimate finish Sat Oct 07 14:22:55 2017 xorriso : UPDATE : 11.87% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 12.05% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 12.18% done, estimate finish Sat Oct 07 14:22:50 2017 xorriso : UPDATE : 12.29% done, estimate finish Sat Oct 07 14:22:48 2017 xorriso : UPDATE : 12.41% done, estimate finish Sat Oct 07 14:22:53 2017 xorriso : UPDATE : 12.51% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 12.61% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 12.75% done, estimate finish Sat Oct 07 14:22:48 2017 xorriso : UPDATE : 12.83% done, estimate finish Sat Oct 07 14:22:58 2017 xorriso : UPDATE : 12.86% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 12.86% done, estimate finish Sat Oct 07 14:23:57 2017 xorriso : UPDATE : 13.14% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 13.23% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 13.34% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 13.45% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 13.57% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 13.66% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 13.72% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 13.84% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 13.84% done, estimate finish Sat Oct 07 14:23:55 2017 xorriso : UPDATE : 14.05% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 14.17% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 14.17% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 14.44% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 14.54% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 14.63% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 14.73% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 14.83% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 14.91% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 14.92% done, estimate finish Sat Oct 07 14:23:54 2017 xorriso : UPDATE : 15.17% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 15.29% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 15.38% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 15.49% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 15.56% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 15.57% done, estimate finish Sat Oct 07 14:24:05 2017 xorriso : UPDATE : 15.61% done, estimate finish Sat Oct 07 14:24:37 2017 xorriso : UPDATE : 15.80% done, estimate finish Sat Oct 07 14:23:48 2017 xorriso : UPDATE : 15.95% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 16.04% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 16.17% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 16.25% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 16.32% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 16.32% done, estimate finish Sat Oct 07 14:24:11 2017 xorriso : UPDATE : 16.58% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 14:22:39 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 16.99% done, estimate finish Sat Oct 07 14:22:27 2017 xorriso : UPDATE : 17.12% done, estimate finish Sat Oct 07 14:22:24 2017 xorriso : UPDATE : 17.18% done, estimate finish Sat Oct 07 14:22:40 2017 xorriso : UPDATE : 17.31% done, estimate finish Sat Oct 07 14:22:36 2017 xorriso : UPDATE : 17.42% done, estimate finish Sat Oct 07 14:22:37 2017 xorriso : UPDATE : 17.55% done, estimate finish Sat Oct 07 14:22:34 2017 xorriso : UPDATE : 17.61% done, estimate finish Sat Oct 07 14:22:47 2017 xorriso : UPDATE : 17.73% done, estimate finish Sat Oct 07 14:22:46 2017 xorriso : UPDATE : 17.78% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 17.78% done, estimate finish Sat Oct 07 14:24:00 2017 xorriso : UPDATE : 18.03% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 18.10% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 18.10% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 18.10% done, estimate finish Sat Oct 07 14:24:25 2017 xorriso : UPDATE : 18.41% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 18.51% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 18.59% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 18.74% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 18.83% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 18.92% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 18.99% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 19.09% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 19.17% done, estimate finish Sat Oct 07 14:23:48 2017 xorriso : UPDATE : 19.29% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 19.35% done, estimate finish Sat Oct 07 14:23:56 2017 xorriso : UPDATE : 19.35% done, estimate finish Sat Oct 07 14:24:27 2017 xorriso : UPDATE : 19.35% done, estimate finish Sat Oct 07 14:24:59 2017 xorriso : UPDATE : 19.35% done, estimate finish Sat Oct 07 14:25:30 2017 xorriso : UPDATE : 19.93% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 20.05% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 20.17% done, estimate finish Sat Oct 07 14:22:58 2017 xorriso : UPDATE : 20.23% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 20.23% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 20.59% done, estimate finish Sat Oct 07 14:22:38 2017 xorriso : UPDATE : 20.66% done, estimate finish Sat Oct 07 14:22:47 2017 xorriso : UPDATE : 20.66% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 20.95% done, estimate finish Sat Oct 07 14:22:35 2017 xorriso : UPDATE : 21.06% done, estimate finish Sat Oct 07 14:22:37 2017 xorriso : UPDATE : 21.17% done, estimate finish Sat Oct 07 14:22:17 2017 xorriso : UPDATE : 21.18% done, estimate finish Sat Oct 07 14:22:52 2017 xorriso : UPDATE : 21.38% done, estimate finish Sat Oct 07 14:22:24 2017 xorriso : UPDATE : 21.47% done, estimate finish Sat Oct 07 14:22:34 2017 xorriso : UPDATE : 21.56% done, estimate finish Sat Oct 07 14:22:41 2017 xorriso : UPDATE : 21.61% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 21.64% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 21.72% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 21.72% done, estimate finish Sat Oct 07 14:23:52 2017 xorriso : UPDATE : 21.72% done, estimate finish Sat Oct 07 14:24:19 2017 xorriso : UPDATE : 22.07% done, estimate finish Sat Oct 07 14:24:31 2017 xorriso : UPDATE : 22.32% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 22.47% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 22.56% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 22.67% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 22.80% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 22.94% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 22.99% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 23.14% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 23.19% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 23.19% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 23.19% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 23.56% done, estimate finish Sat Oct 07 14:22:18 2017 xorriso : UPDATE : 23.69% done, estimate finish Sat Oct 07 14:22:16 2017 xorriso : UPDATE : 23.74% done, estimate finish Sat Oct 07 14:22:33 2017 xorriso : UPDATE : 23.90% done, estimate finish Sat Oct 07 14:22:23 2017 xorriso : UPDATE : 24.03% done, estimate finish Sat Oct 07 14:22:21 2017 xorriso : UPDATE : 24.16% done, estimate finish Sat Oct 07 14:22:20 2017 xorriso : UPDATE : 24.24% done, estimate finish Sat Oct 07 14:22:28 2017 xorriso : UPDATE : 24.34% done, estimate finish Sat Oct 07 14:22:31 2017 xorriso : UPDATE : 24.42% done, estimate finish Sat Oct 07 14:22:38 2017 xorriso : UPDATE : 24.44% done, estimate finish Sat Oct 07 14:22:21 2017 xorriso : UPDATE : 24.65% done, estimate finish Sat Oct 07 14:21:59 2017 xorriso : UPDATE : 24.68% done, estimate finish Sat Oct 07 14:22:23 2017 xorriso : UPDATE : 24.88% done, estimate finish Sat Oct 07 14:22:07 2017 xorriso : UPDATE : 24.95% done, estimate finish Sat Oct 07 14:22:18 2017 xorriso : UPDATE : 24.95% done, estimate finish Sat Oct 07 14:22:44 2017 xorriso : UPDATE : 24.95% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 25.33% done, estimate finish Sat Oct 07 14:22:16 2017 xorriso : UPDATE : 25.40% done, estimate finish Sat Oct 07 14:22:26 2017 xorriso : UPDATE : 25.53% done, estimate finish Sat Oct 07 14:22:24 2017 xorriso : UPDATE : 25.61% done, estimate finish Sat Oct 07 14:22:43 2017 xorriso : UPDATE : 25.69% done, estimate finish Sat Oct 07 14:22:53 2017 xorriso : UPDATE : 25.78% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 25.93% done, estimate finish Sat Oct 07 14:22:50 2017 xorriso : UPDATE : 26.03% done, estimate finish Sat Oct 07 14:22:55 2017 xorriso : UPDATE : 26.12% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 26.19% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 26.36% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 26.38% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 26.39% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 26.54% done, estimate finish Sat Oct 07 14:24:19 2017 xorriso : UPDATE : 26.57% done, estimate finish Sat Oct 07 14:24:51 2017 xorriso : UPDATE : 26.57% done, estimate finish Sat Oct 07 14:25:37 2017 xorriso : UPDATE : 26.94% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 27.04% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 27.17% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 27.27% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 27.38% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 27.62% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 27.72% done, estimate finish Sat Oct 07 14:22:43 2017 xorriso : UPDATE : 27.88% done, estimate finish Sat Oct 07 14:22:32 2017 xorriso : UPDATE : 27.92% done, estimate finish Sat Oct 07 14:22:54 2017 xorriso : UPDATE : 28.15% done, estimate finish Sat Oct 07 14:22:25 2017 xorriso : UPDATE : 28.24% done, estimate finish Sat Oct 07 14:22:32 2017 xorriso : UPDATE : 28.33% done, estimate finish Sat Oct 07 14:22:39 2017 xorriso : UPDATE : 28.42% done, estimate finish Sat Oct 07 14:22:44 2017 xorriso : UPDATE : 28.56% done, estimate finish Sat Oct 07 14:22:39 2017 xorriso : UPDATE : 28.72% done, estimate finish Sat Oct 07 14:22:33 2017 xorriso : UPDATE : 28.84% done, estimate finish Sat Oct 07 14:22:32 2017 xorriso : UPDATE : 28.96% done, estimate finish Sat Oct 07 14:22:23 2017 xorriso : UPDATE : 29.10% done, estimate finish Sat Oct 07 14:22:20 2017 xorriso : UPDATE : 29.15% done, estimate finish Sat Oct 07 14:22:38 2017 xorriso : UPDATE : 29.29% done, estimate finish Sat Oct 07 14:22:33 2017 xorriso : UPDATE : 29.38% done, estimate finish Sat Oct 07 14:22:41 2017 xorriso : UPDATE : 29.47% done, estimate finish Sat Oct 07 14:22:46 2017 xorriso : UPDATE : 29.51% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 29.57% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 29.57% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 29.57% done, estimate finish Sat Oct 07 14:24:02 2017 xorriso : UPDATE : 29.93% done, estimate finish Sat Oct 07 14:24:00 2017 xorriso : UPDATE : 30.03% done, estimate finish Sat Oct 07 14:24:03 2017 xorriso : UPDATE : 30.09% done, estimate finish Sat Oct 07 14:24:14 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:24:13 2017 xorriso : UPDATE : 30.24% done, estimate finish Sat Oct 07 14:24:32 2017 xorriso : UPDATE : 30.44% done, estimate finish Sat Oct 07 14:23:55 2017 xorriso : UPDATE : 30.58% done, estimate finish Sat Oct 07 14:23:44 2017 xorriso : UPDATE : 30.67% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 30.82% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 30.90% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 31.01% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 31.17% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 31.24% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 31.42% done, estimate finish Sat Oct 07 14:22:56 2017 xorriso : UPDATE : 31.50% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 31.60% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 31.60% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 31.60% done, estimate finish Sat Oct 07 14:23:58 2017 xorriso : UPDATE : 31.60% done, estimate finish Sat Oct 07 14:24:25 2017 xorriso : UPDATE : 32.02% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 32.10% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 32.10% done, estimate finish Sat Oct 07 14:23:52 2017 xorriso : UPDATE : 32.10% done, estimate finish Sat Oct 07 14:24:32 2017 xorriso : UPDATE : 32.46% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 32.51% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 32.66% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 32.76% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 32.76% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 33.03% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 33.08% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 33.08% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 33.08% done, estimate finish Sat Oct 07 14:23:59 2017 xorriso : UPDATE : 33.51% done, estimate finish Sat Oct 07 14:22:17 2017 xorriso : UPDATE : 33.58% done, estimate finish Sat Oct 07 14:22:31 2017 xorriso : UPDATE : 33.66% done, estimate finish Sat Oct 07 14:22:41 2017 xorriso : UPDATE : 33.82% done, estimate finish Sat Oct 07 14:22:32 2017 xorriso : UPDATE : 33.94% done, estimate finish Sat Oct 07 14:22:34 2017 xorriso : UPDATE : 34.10% done, estimate finish Sat Oct 07 14:22:26 2017 xorriso : UPDATE : 34.17% done, estimate finish Sat Oct 07 14:22:35 2017 xorriso : UPDATE : 34.20% done, estimate finish Sat Oct 07 14:22:51 2017 xorriso : UPDATE : 34.38% done, estimate finish Sat Oct 07 14:22:40 2017 xorriso : UPDATE : 34.51% done, estimate finish Sat Oct 07 14:21:47 2017 xorriso : UPDATE : 34.60% done, estimate finish Sat Oct 07 14:21:58 2017 xorriso : UPDATE : 34.66% done, estimate finish Sat Oct 07 14:22:12 2017 xorriso : UPDATE : 34.75% done, estimate finish Sat Oct 07 14:22:19 2017 xorriso : UPDATE : 34.82% done, estimate finish Sat Oct 07 14:22:30 2017 xorriso : UPDATE : 34.85% done, estimate finish Sat Oct 07 14:22:48 2017 xorriso : UPDATE : 35.11% done, estimate finish Sat Oct 07 14:22:24 2017 xorriso : UPDATE : 35.17% done, estimate finish Sat Oct 07 14:22:35 2017 xorriso : UPDATE : 35.27% done, estimate finish Sat Oct 07 14:22:38 2017 xorriso : UPDATE : 35.38% done, estimate finish Sat Oct 07 14:22:40 2017 xorriso : UPDATE : 35.48% done, estimate finish Sat Oct 07 14:24:02 2017 xorriso : UPDATE : 35.53% done, estimate finish Sat Oct 07 14:24:22 2017 xorriso : UPDATE : 35.53% done, estimate finish Sat Oct 07 14:25:02 2017 xorriso : UPDATE : 35.53% done, estimate finish Sat Oct 07 14:25:42 2017 xorriso : UPDATE : 35.53% done, estimate finish Sat Oct 07 14:26:22 2017 xorriso : UPDATE : 35.53% done, estimate finish Sat Oct 07 14:27:03 2017 xorriso : UPDATE : 35.62% done, estimate finish Sat Oct 07 14:26:52 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 36.24% done, estimate finish Sat Oct 07 14:24:06 2017 xorriso : UPDATE : 36.54% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 36.66% done, estimate finish Sat Oct 07 14:22:48 2017 xorriso : UPDATE : 36.77% done, estimate finish Sat Oct 07 14:22:51 2017 xorriso : UPDATE : 36.78% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 36.99% done, estimate finish Sat Oct 07 14:22:52 2017 xorriso : UPDATE : 37.07% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 37.16% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 37.27% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 37.27% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 37.27% done, estimate finish Sat Oct 07 14:23:54 2017 xorriso : UPDATE : 37.27% done, estimate finish Sat Oct 07 14:24:17 2017 xorriso : UPDATE : 37.76% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 37.84% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:24:06 2017 xorriso : UPDATE : 38.20% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 38.24% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 38.47% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 38.57% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 38.66% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 38.78% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 38.86% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 38.86% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 39.11% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 39.13% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 39.33% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 39.39% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 39.48% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 39.52% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 39.52% done, estimate finish Sat Oct 07 14:23:59 2017 xorriso : UPDATE : 39.52% done, estimate finish Sat Oct 07 14:24:22 2017 xorriso : UPDATE : 39.94% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 40.04% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 40.13% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 40.20% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 40.23% done, estimate finish Sat Oct 07 14:23:56 2017 xorriso : UPDATE : 40.23% done, estimate finish Sat Oct 07 14:24:24 2017 xorriso : UPDATE : 40.23% done, estimate finish Sat Oct 07 14:24:53 2017 xorriso : UPDATE : 40.64% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 40.64% done, estimate finish Sat Oct 07 14:23:52 2017 xorriso : UPDATE : 40.90% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 40.99% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 41.04% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 41.04% done, estimate finish Sat Oct 07 14:24:22 2017 xorriso : UPDATE : 41.04% done, estimate finish Sat Oct 07 14:24:57 2017 xorriso : UPDATE : 41.05% done, estimate finish Sat Oct 07 14:25:28 2017 xorriso : UPDATE : 41.63% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 41.66% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 41.72% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 41.82% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 41.90% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 42.00% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 42.16% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 42.27% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 42.37% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 42.38% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 42.59% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 42.66% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 42.73% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 42.83% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 42.97% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 43.08% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 43.12% done, estimate finish Sat Oct 07 14:24:07 2017 xorriso : UPDATE : 43.12% done, estimate finish Sat Oct 07 14:24:47 2017 xorriso : UPDATE : 43.12% done, estimate finish Sat Oct 07 14:25:26 2017 xorriso : UPDATE : 43.57% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 43.65% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 43.80% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 43.89% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 43.93% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 44.02% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 44.02% done, estimate finish Sat Oct 07 14:23:58 2017 xorriso : UPDATE : 44.32% done, estimate finish Sat Oct 07 14:22:48 2017 xorriso : UPDATE : 44.41% done, estimate finish Sat Oct 07 14:22:54 2017 xorriso : UPDATE : 44.44% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 44.64% done, estimate finish Sat Oct 07 14:22:56 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 44.76% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 44.81% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 44.85% done, estimate finish Sat Oct 07 14:23:44 2017 xorriso : UPDATE : 44.99% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 45.13% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 45.20% done, estimate finish Sat Oct 07 14:24:37 2017 xorriso : UPDATE : 45.20% done, estimate finish Sat Oct 07 14:25:19 2017 xorriso : UPDATE : 45.46% done, estimate finish Sat Oct 07 14:24:07 2017 xorriso : UPDATE : 45.52% done, estimate finish Sat Oct 07 14:24:20 2017 xorriso : UPDATE : 45.60% done, estimate finish Sat Oct 07 14:24:24 2017 xorriso : UPDATE : 45.72% done, estimate finish Sat Oct 07 14:24:16 2017 xorriso : UPDATE : 45.72% done, estimate finish Sat Oct 07 14:24:42 2017 xorriso : UPDATE : 46.02% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 46.05% done, estimate finish Sat Oct 07 14:24:04 2017 xorriso : UPDATE : 46.20% done, estimate finish Sat Oct 07 14:23:55 2017 xorriso : UPDATE : 46.29% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 46.46% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 46.60% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 46.60% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 46.85% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 46.90% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 47.03% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 47.07% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 47.07% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 47.38% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 47.47% done, estimate finish Sat Oct 07 14:22:58 2017 xorriso : UPDATE : 47.58% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 47.63% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 47.78% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 47.93% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 48.02% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 48.10% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 48.27% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 48.37% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 48.45% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 14:23:51 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 14:24:27 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 14:25:03 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 14:25:37 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 14:26:13 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 14:26:49 2017 xorriso : UPDATE : 49.23% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 49.30% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 49.33% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 49.44% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 49.53% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 49.53% done, estimate finish Sat Oct 07 14:24:03 2017 xorriso : UPDATE : 49.53% done, estimate finish Sat Oct 07 14:24:35 2017 xorriso : UPDATE : 49.93% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 50.07% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 50.15% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 50.26% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 50.39% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 50.49% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 50.60% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 50.60% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 50.90% done, estimate finish Sat Oct 07 14:22:43 2017 xorriso : UPDATE : 50.98% done, estimate finish Sat Oct 07 14:22:50 2017 xorriso : UPDATE : 51.14% done, estimate finish Sat Oct 07 14:22:42 2017 xorriso : UPDATE : 51.26% done, estimate finish Sat Oct 07 14:22:43 2017 xorriso : UPDATE : 51.36% done, estimate finish Sat Oct 07 14:22:46 2017 xorriso : UPDATE : 51.45% done, estimate finish Sat Oct 07 14:22:51 2017 xorriso : UPDATE : 51.52% done, estimate finish Sat Oct 07 14:22:58 2017 xorriso : UPDATE : 51.61% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 51.70% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:24:15 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:24:43 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:25:13 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:25:41 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:26:09 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:26:37 2017 xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 14:27:06 2017 xorriso : UPDATE : 51.93% done, estimate finish Sat Oct 07 14:26:43 2017 xorriso : UPDATE : 53.30% done, estimate finish Sat Oct 07 14:22:00 2017 xorriso : UPDATE : 53.41% done, estimate finish Sat Oct 07 14:22:05 2017 xorriso : UPDATE : 53.49% done, estimate finish Sat Oct 07 14:22:13 2017 xorriso : UPDATE : 53.61% done, estimate finish Sat Oct 07 14:22:16 2017 xorriso : UPDATE : 53.67% done, estimate finish Sat Oct 07 14:22:27 2017 xorriso : UPDATE : 53.85% done, estimate finish Sat Oct 07 14:22:20 2017 xorriso : UPDATE : 53.86% done, estimate finish Sat Oct 07 14:22:36 2017 xorriso : UPDATE : 54.09% done, estimate finish Sat Oct 07 14:22:24 2017 xorriso : UPDATE : 54.19% done, estimate finish Sat Oct 07 14:22:26 2017 xorriso : UPDATE : 54.26% done, estimate finish Sat Oct 07 14:22:34 2017 xorriso : UPDATE : 54.40% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 54.50% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 14:23:55 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 14:24:21 2017 xorriso : UPDATE : 54.56% done, estimate finish Sat Oct 07 14:24:48 2017 xorriso : UPDATE : 55.15% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 55.18% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 55.18% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 55.18% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 55.18% done, estimate finish Sat Oct 07 14:25:14 2017 xorriso : UPDATE : 55.60% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 55.70% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 55.82% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 55.90% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 56.02% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 56.06% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 56.13% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 56.22% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 56.34% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 56.44% done, estimate finish Sat Oct 07 14:22:43 2017 xorriso : UPDATE : 56.53% done, estimate finish Sat Oct 07 14:22:49 2017 xorriso : UPDATE : 56.61% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 56.65% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 56.76% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 56.86% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 57.00% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 57.11% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 57.22% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 57.36% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 57.46% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 57.73% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 57.85% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 57.94% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 58.03% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 58.15% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 58.25% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 58.39% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 58.48% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 58.59% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 58.74% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 58.84% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 58.98% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 59.10% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 59.22% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 59.30% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 59.44% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 59.53% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 59.63% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 59.72% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 59.79% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 59.85% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 59.93% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 60.02% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 60.14% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 60.15% done, estimate finish Sat Oct 07 14:23:54 2017 xorriso : UPDATE : 60.33% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 60.47% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 60.54% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 60.75% done, estimate finish Sat Oct 07 14:24:00 2017 xorriso : UPDATE : 60.89% done, estimate finish Sat Oct 07 14:23:51 2017 xorriso : UPDATE : 60.99% done, estimate finish Sat Oct 07 14:23:48 2017 xorriso : UPDATE : 61.10% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 61.22% done, estimate finish Sat Oct 07 14:23:43 2017 xorriso : UPDATE : 61.31% done, estimate finish Sat Oct 07 14:23:46 2017 xorriso : UPDATE : 61.42% done, estimate finish Sat Oct 07 14:23:44 2017 xorriso : UPDATE : 61.50% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 61.58% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 61.64% done, estimate finish Sat Oct 07 14:23:56 2017 xorriso : UPDATE : 61.72% done, estimate finish Sat Oct 07 14:23:58 2017 xorriso : UPDATE : 61.77% done, estimate finish Sat Oct 07 14:24:11 2017 xorriso : UPDATE : 61.89% done, estimate finish Sat Oct 07 14:24:02 2017 xorriso : UPDATE : 62.01% done, estimate finish Sat Oct 07 14:23:58 2017 xorriso : UPDATE : 62.14% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 62.25% done, estimate finish Sat Oct 07 14:23:46 2017 xorriso : UPDATE : 62.37% done, estimate finish Sat Oct 07 14:23:44 2017 xorriso : UPDATE : 62.49% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 62.57% done, estimate finish Sat Oct 07 14:23:44 2017 xorriso : UPDATE : 62.67% done, estimate finish Sat Oct 07 14:23:45 2017 xorriso : UPDATE : 62.78% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 62.86% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 62.97% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 63.04% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 63.17% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 63.27% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 63.38% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 63.47% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 63.56% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 63.62% done, estimate finish Sat Oct 07 14:23:48 2017 xorriso : UPDATE : 63.77% done, estimate finish Sat Oct 07 14:23:48 2017 xorriso : UPDATE : 63.91% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 64.03% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 64.14% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 64.21% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 64.37% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 64.47% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 64.56% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 64.56% done, estimate finish Sat Oct 07 14:23:50 2017 xorriso : UPDATE : 64.80% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 64.88% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 64.89% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 65.05% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 65.18% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 65.31% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 65.40% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 65.53% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 65.62% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 65.67% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 65.82% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 65.89% done, estimate finish Sat Oct 07 14:23:43 2017 xorriso : UPDATE : 66.07% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 66.21% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 66.32% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 66.43% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 66.52% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 66.60% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 66.77% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 66.85% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 66.94% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 67.02% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 67.14% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 67.19% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 67.19% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 67.19% done, estimate finish Sat Oct 07 14:24:07 2017 xorriso : UPDATE : 67.19% done, estimate finish Sat Oct 07 14:24:28 2017 xorriso : UPDATE : 67.78% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 67.86% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 68.02% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 68.11% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 68.22% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 68.31% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 68.43% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 68.49% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 68.69% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 68.83% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 68.96% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 69.04% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 69.18% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 69.28% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 69.39% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 69.46% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 69.64% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 69.75% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 69.79% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 69.88% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 69.89% done, estimate finish Sat Oct 07 14:23:49 2017 xorriso : UPDATE : 70.09% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 70.20% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 70.28% done, estimate finish Sat Oct 07 14:24:12 2017 xorriso : UPDATE : 70.28% done, estimate finish Sat Oct 07 14:24:39 2017 xorriso : UPDATE : 70.28% done, estimate finish Sat Oct 07 14:25:03 2017 xorriso : UPDATE : 70.28% done, estimate finish Sat Oct 07 14:25:30 2017 xorriso : UPDATE : 70.85% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 70.96% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 70.98% done, estimate finish Sat Oct 07 14:23:43 2017 xorriso : UPDATE : 70.98% done, estimate finish Sat Oct 07 14:23:58 2017 xorriso : UPDATE : 71.29% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 71.36% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 71.50% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 71.58% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 71.74% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 71.86% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 71.96% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 72.07% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 72.26% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 72.32% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 72.47% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 72.59% done, estimate finish Sat Oct 07 14:23:03 2017 xorriso : UPDATE : 72.71% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 72.81% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 72.84% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 73.04% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 73.04% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 73.32% done, estimate finish Sat Oct 07 14:23:00 2017 xorriso : UPDATE : 73.36% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 73.53% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 73.61% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 14:24:13 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 14:24:38 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 14:25:04 2017 xorriso : UPDATE : 74.29% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:23:58 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:24:13 2017 xorriso : UPDATE : 74.30% done, estimate finish Sat Oct 07 14:24:27 2017 xorriso : UPDATE : 74.74% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 74.83% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 74.96% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 75.04% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 75.05% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 75.27% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 75.31% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 75.31% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 75.61% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 75.74% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 75.85% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 75.94% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 75.98% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 76.15% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 76.25% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 76.33% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 76.46% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 76.60% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 76.65% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 76.82% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 76.87% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 76.96% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 77.07% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 77.20% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 77.22% done, estimate finish Sat Oct 07 14:23:45 2017 xorriso : UPDATE : 77.34% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 77.56% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 77.64% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 77.76% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 77.90% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 78.02% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 78.04% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 78.17% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 78.41% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 78.54% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 78.54% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 78.67% done, estimate finish Sat Oct 07 14:23:18 2017 xorriso : UPDATE : 78.82% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 78.94% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 79.06% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 79.19% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 79.35% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 79.43% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 79.43% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 79.64% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 79.68% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 79.68% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 79.99% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 80.09% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 80.17% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 80.32% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 80.39% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 80.50% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 80.59% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 80.70% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 80.78% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 80.91% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 80.92% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 81.15% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 81.19% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 81.36% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 81.47% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 81.55% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 81.64% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 81.77% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 81.84% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 81.98% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 82.03% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 82.03% done, estimate finish Sat Oct 07 14:23:46 2017 xorriso : UPDATE : 82.24% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 82.47% done, estimate finish Sat Oct 07 14:23:23 2017 xorriso : UPDATE : 82.51% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:23:19 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:24:01 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:24:15 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:24:29 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:24:43 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:24:57 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:25:11 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 14:25:25 2017 xorriso : UPDATE : 82.69% done xorriso : UPDATE : 82.69% done xorriso : UPDATE : 82.69% done xorriso : UPDATE : 82.69% done xorriso : UPDATE : 82.69% done xorriso : UPDATE : 82.69% done xorriso : UPDATE : 82.69% done xorriso : UPDATE : 83.05% done, estimate finish Sat Oct 07 14:33:00 2017 xorriso : UPDATE : 84.77% done, estimate finish Sat Oct 07 14:23:16 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:23:11 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:22:20 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:22:27 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:22:34 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:22:41 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:22:47 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:22:54 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:23:07 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:23:14 2017 xorriso : UPDATE : 84.98% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 84.98% done xorriso : UPDATE : 84.98% done xorriso : UPDATE : 84.98% done xorriso : UPDATE : 84.98% done xorriso : UPDATE : 84.98% done xorriso : UPDATE : 84.98% done xorriso : UPDATE : 85.29% done, estimate finish Sat Oct 07 14:32:46 2017 xorriso : UPDATE : 87.09% done, estimate finish Sat Oct 07 14:23:09 2017 xorriso : UPDATE : 87.30% done, estimate finish Sat Oct 07 14:23:04 2017 xorriso : UPDATE : 87.47% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:19 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:24 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:30 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:34 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:40 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:45 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:50 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:22:55 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:23:01 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 87.63% done xorriso : UPDATE : 87.63% done xorriso : UPDATE : 87.63% done xorriso : UPDATE : 87.63% done xorriso : UPDATE : 87.63% done xorriso : UPDATE : 87.63% done xorriso : UPDATE : 87.63% done xorriso : UPDATE : 87.86% done, estimate finish Sat Oct 07 14:34:48 2017 xorriso : UPDATE : 89.61% done, estimate finish Sat Oct 07 14:23:17 2017 xorriso : UPDATE : 90.01% done, estimate finish Sat Oct 07 14:23:05 2017 xorriso : UPDATE : 90.04% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 90.20% done, estimate finish Sat Oct 07 14:22:32 2017 xorriso : UPDATE : 90.33% done, estimate finish Sat Oct 07 14:22:34 2017 xorriso : UPDATE : 90.34% done, estimate finish Sat Oct 07 14:22:38 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:22:39 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:22:43 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:22:46 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:22:50 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:22:55 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 90.54% done, estimate finish Sat Oct 07 14:26:21 2017 xorriso : UPDATE : 90.86% done, estimate finish Sat Oct 07 14:24:25 2017 xorriso : UPDATE : 91.70% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 91.72% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 91.93% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 92.00% done, estimate finish Sat Oct 07 14:23:08 2017 xorriso : UPDATE : 92.08% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 92.15% done, estimate finish Sat Oct 07 14:23:12 2017 xorriso : UPDATE : 92.20% done, estimate finish Sat Oct 07 14:23:15 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Oct 07 14:23:13 2017 xorriso : UPDATE : 92.43% done, estimate finish Sat Oct 07 14:22:49 2017 xorriso : UPDATE : 92.48% done, estimate finish Sat Oct 07 14:22:52 2017 xorriso : UPDATE : 92.49% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 92.62% done, estimate finish Sat Oct 07 14:22:57 2017 xorriso : UPDATE : 92.68% done, estimate finish Sat Oct 07 14:22:59 2017 xorriso : UPDATE : 92.73% done, estimate finish Sat Oct 07 14:23:02 2017 xorriso : UPDATE : 92.76% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 92.76% done, estimate finish Sat Oct 07 14:23:10 2017 xorriso : UPDATE : 93.01% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 93.15% done, estimate finish Sat Oct 07 14:23:06 2017 xorriso : UPDATE : 93.18% done, estimate finish Sat Oct 07 14:23:46 2017 xorriso : UPDATE : 93.30% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 93.33% done, estimate finish Sat Oct 07 14:23:47 2017 xorriso : UPDATE : 93.33% done, estimate finish Sat Oct 07 14:23:54 2017 xorriso : UPDATE : 93.66% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 93.69% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 93.80% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 93.85% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 93.98% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 94.03% done, estimate finish Sat Oct 07 14:23:35 2017 xorriso : UPDATE : 94.19% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 94.21% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 94.30% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 94.34% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 94.44% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 94.59% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 94.70% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 94.80% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 94.92% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 94.96% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 95.09% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 95.13% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 95.16% done, estimate finish Sat Oct 07 14:23:43 2017 xorriso : UPDATE : 95.23% done, estimate finish Sat Oct 07 14:23:44 2017 xorriso : UPDATE : 95.30% done, estimate finish Sat Oct 07 14:23:45 2017 xorriso : UPDATE : 95.40% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 95.52% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 95.57% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 95.57% done, estimate finish Sat Oct 07 14:23:45 2017 xorriso : UPDATE : 95.57% done, estimate finish Sat Oct 07 14:23:57 2017 xorriso : UPDATE : 95.98% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 96.12% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 96.22% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 96.31% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 96.42% done, estimate finish Sat Oct 07 14:23:28 2017 xorriso : UPDATE : 96.50% done, estimate finish Sat Oct 07 14:23:29 2017 xorriso : UPDATE : 96.52% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 96.74% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 96.87% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 96.95% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 97.03% done, estimate finish Sat Oct 07 14:23:20 2017 xorriso : UPDATE : 97.12% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 97.23% done, estimate finish Sat Oct 07 14:23:21 2017 xorriso : UPDATE : 97.31% done, estimate finish Sat Oct 07 14:23:22 2017 xorriso : UPDATE : 97.35% done, estimate finish Sat Oct 07 14:23:24 2017 xorriso : UPDATE : 97.41% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 97.41% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 97.64% done, estimate finish Sat Oct 07 14:23:25 2017 xorriso : UPDATE : 97.68% done, estimate finish Sat Oct 07 14:23:26 2017 xorriso : UPDATE : 97.74% done, estimate finish Sat Oct 07 14:23:27 2017 xorriso : UPDATE : 97.78% done, estimate finish Sat Oct 07 14:23:37 2017 xorriso : UPDATE : 97.78% done, estimate finish Sat Oct 07 14:23:41 2017 xorriso : UPDATE : 97.82% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 97.93% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 98.06% done, estimate finish Sat Oct 07 14:23:38 2017 xorriso : UPDATE : 98.08% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 98.14% done, estimate finish Sat Oct 07 14:23:40 2017 xorriso : UPDATE : 98.18% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 98.22% done, estimate finish Sat Oct 07 14:23:43 2017 xorriso : UPDATE : 98.22% done, estimate finish Sat Oct 07 14:23:45 2017 xorriso : UPDATE : 98.49% done, estimate finish Sat Oct 07 14:23:39 2017 xorriso : UPDATE : 98.49% done, estimate finish Sat Oct 07 14:23:42 2017 xorriso : UPDATE : 98.49% done, estimate finish Sat Oct 07 14:23:45 2017 xorriso : UPDATE : 98.88% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 98.96% done, estimate finish Sat Oct 07 14:23:34 2017 xorriso : UPDATE : 98.96% done, estimate finish Sat Oct 07 14:23:36 2017 xorriso : UPDATE : 99.27% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 99.40% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 99.40% done, estimate finish Sat Oct 07 14:23:32 2017 xorriso : UPDATE : 99.63% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 99.72% done, estimate finish Sat Oct 07 14:23:30 2017 xorriso : UPDATE : 99.76% done, estimate finish Sat Oct 07 14:23:31 2017 xorriso : UPDATE : 99.79% done xorriso : UPDATE : 99.80% done, estimate finish Sat Oct 07 14:23:33 2017 xorriso : UPDATE : 99.98% done ISO image produced: 11217947 sectors Written to medium : 11217947 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:23:35 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.2.0-i386-BD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.2.0-i386-BD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J CD2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 5600 files added in 1 seconds xorriso : UPDATE : 7500 files added in 2 seconds xorriso : UPDATE : 11300 files added in 3 seconds xorriso : UPDATE : 15700 files added in 4 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9i386/stretch/CD2' xorriso : UPDATE : 18960 files added in 4 seconds xorriso : UPDATE : 18960 files added in 5 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_i386.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.00% done xorriso : UPDATE : 0.03% done xorriso : UPDATE : 0.07% done, estimate finish Sat Oct 07 15:11:01 2017 xorriso : UPDATE : 0.10% done, estimate finish Sat Oct 07 15:14:57 2017 xorriso : UPDATE : 0.14% done, estimate finish Sat Oct 07 15:11:28 2017 xorriso : UPDATE : 0.15% done, estimate finish Sat Oct 07 15:17:52 2017 xorriso : UPDATE : 0.19% done, estimate finish Sat Oct 07 15:15:13 2017 xorriso : UPDATE : 0.20% done, estimate finish Sat Oct 07 15:22:30 2017 xorriso : UPDATE : 0.20% done, estimate finish Sat Oct 07 15:30:54 2017 xorriso : UPDATE : 0.20% done, estimate finish Sat Oct 07 15:39:18 2017 xorriso : UPDATE : 0.44% done, estimate finish Sat Oct 07 15:01:53 2017 xorriso : UPDATE : 0.48% done, estimate finish Sat Oct 07 15:02:16 2017 xorriso : UPDATE : 0.55% done, estimate finish Sat Oct 07 14:59:50 2017 xorriso : UPDATE : 0.63% done, estimate finish Sat Oct 07 14:58:00 2017 xorriso : UPDATE : 0.63% done, estimate finish Sat Oct 07 15:00:38 2017 xorriso : UPDATE : 0.92% done, estimate finish Sat Oct 07 14:45:29 2017 xorriso : UPDATE : 1.01% done, estimate finish Sat Oct 07 14:45:16 2017 xorriso : UPDATE : 1.11% done, estimate finish Sat Oct 07 14:44:40 2017 xorriso : UPDATE : 1.21% done, estimate finish Sat Oct 07 14:44:17 2017 xorriso : UPDATE : 1.30% done, estimate finish Sat Oct 07 14:44:03 2017 xorriso : UPDATE : 1.39% done, estimate finish Sat Oct 07 14:43:58 2017 xorriso : UPDATE : 1.49% done, estimate finish Sat Oct 07 14:43:41 2017 xorriso : UPDATE : 1.59% done, estimate finish Sat Oct 07 14:43:27 2017 xorriso : UPDATE : 1.66% done, estimate finish Sat Oct 07 14:43:42 2017 xorriso : UPDATE : 1.81% done, estimate finish Sat Oct 07 14:42:49 2017 xorriso : UPDATE : 1.85% done, estimate finish Sat Oct 07 14:42:31 2017 xorriso : UPDATE : 1.98% done, estimate finish Sat Oct 07 14:41:57 2017 xorriso : UPDATE : 2.06% done, estimate finish Sat Oct 07 14:42:09 2017 xorriso : UPDATE : 2.13% done, estimate finish Sat Oct 07 14:42:26 2017 xorriso : UPDATE : 2.25% done, estimate finish Sat Oct 07 14:42:05 2017 xorriso : UPDATE : 2.32% done, estimate finish Sat Oct 07 14:42:20 2017 xorriso : UPDATE : 2.45% done, estimate finish Sat Oct 07 14:41:53 2017 xorriso : UPDATE : 2.54% done, estimate finish Sat Oct 07 14:41:58 2017 xorriso : UPDATE : 2.63% done, estimate finish Sat Oct 07 14:41:56 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 14:42:04 2017 xorriso : UPDATE : 2.74% done, estimate finish Sat Oct 07 14:42:47 2017 xorriso : UPDATE : 2.87% done, estimate finish Sat Oct 07 14:42:19 2017 xorriso : UPDATE : 2.98% done, estimate finish Sat Oct 07 14:42:00 2017 xorriso : UPDATE : 3.06% done, estimate finish Sat Oct 07 14:42:09 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:42:42 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:43:39 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:44:36 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:45:32 2017 xorriso : UPDATE : 3.10% done, estimate finish Sat Oct 07 14:46:29 2017 xorriso : UPDATE : 3.18% done, estimate finish Sat Oct 07 14:46:19 2017 xorriso : UPDATE : 3.86% done, estimate finish Sat Oct 07 14:40:10 2017 xorriso : UPDATE : 4.01% done, estimate finish Sat Oct 07 14:39:52 2017 xorriso : UPDATE : 4.04% done, estimate finish Sat Oct 07 14:40:26 2017 xorriso : UPDATE : 4.04% done, estimate finish Sat Oct 07 14:41:17 2017 xorriso : UPDATE : 4.34% done, estimate finish Sat Oct 07 14:39:49 2017 xorriso : UPDATE : 4.48% done, estimate finish Sat Oct 07 14:39:37 2017 xorriso : UPDATE : 4.57% done, estimate finish Sat Oct 07 14:39:45 2017 xorriso : UPDATE : 4.68% done, estimate finish Sat Oct 07 14:39:42 2017 xorriso : UPDATE : 4.78% done, estimate finish Sat Oct 07 14:39:47 2017 xorriso : UPDATE : 4.85% done, estimate finish Sat Oct 07 14:39:56 2017 xorriso : UPDATE : 4.93% done, estimate finish Sat Oct 07 14:40:19 2017 xorriso : UPDATE : 4.99% done, estimate finish Sat Oct 07 14:40:41 2017 xorriso : UPDATE : 5.08% done, estimate finish Sat Oct 07 14:40:47 2017 xorriso : UPDATE : 5.08% done, estimate finish Sat Oct 07 14:41:37 2017 xorriso : UPDATE : 5.39% done, estimate finish Sat Oct 07 14:40:00 2017 xorriso : UPDATE : 5.49% done, estimate finish Sat Oct 07 14:40:02 2017 xorriso : UPDATE : 5.56% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 5.68% done, estimate finish Sat Oct 07 14:40:10 2017 xorriso : UPDATE : 5.77% done, estimate finish Sat Oct 07 14:40:16 2017 xorriso : UPDATE : 5.82% done, estimate finish Sat Oct 07 14:40:31 2017 xorriso : UPDATE : 5.86% done, estimate finish Sat Oct 07 14:41:29 2017 xorriso : UPDATE : 5.90% done, estimate finish Sat Oct 07 14:42:02 2017 xorriso : UPDATE : 5.92% done, estimate finish Sat Oct 07 14:42:46 2017 xorriso : UPDATE : 5.97% done, estimate finish Sat Oct 07 14:43:07 2017 xorriso : UPDATE : 6.08% done, estimate finish Sat Oct 07 14:42:51 2017 xorriso : UPDATE : 6.17% done, estimate finish Sat Oct 07 14:42:49 2017 xorriso : UPDATE : 6.26% done, estimate finish Sat Oct 07 14:42:47 2017 xorriso : UPDATE : 6.35% done, estimate finish Sat Oct 07 14:42:40 2017 xorriso : UPDATE : 6.44% done, estimate finish Sat Oct 07 14:42:39 2017 xorriso : UPDATE : 6.59% done, estimate finish Sat Oct 07 14:42:13 2017 xorriso : UPDATE : 6.65% done, estimate finish Sat Oct 07 14:43:07 2017 xorriso : UPDATE : 6.75% done, estimate finish Sat Oct 07 14:42:59 2017 xorriso : UPDATE : 6.82% done, estimate finish Sat Oct 07 14:43:07 2017 xorriso : UPDATE : 6.87% done, estimate finish Sat Oct 07 14:43:26 2017 xorriso : UPDATE : 6.94% done, estimate finish Sat Oct 07 14:43:34 2017 xorriso : UPDATE : 7.01% done, estimate finish Sat Oct 07 14:43:36 2017 xorriso : UPDATE : 7.01% done, estimate finish Sat Oct 07 14:44:25 2017 xorriso : UPDATE : 7.21% done, estimate finish Sat Oct 07 14:43:14 2017 xorriso : UPDATE : 7.21% done, estimate finish Sat Oct 07 14:43:57 2017 xorriso : UPDATE : 7.21% done, estimate finish Sat Oct 07 14:44:39 2017 xorriso : UPDATE : 7.68% done, estimate finish Sat Oct 07 14:40:45 2017 xorriso : UPDATE : 7.79% done, estimate finish Sat Oct 07 14:40:40 2017 xorriso : UPDATE : 7.79% done, estimate finish Sat Oct 07 14:41:29 2017 xorriso : UPDATE : 7.99% done, estimate finish Sat Oct 07 14:40:44 2017 xorriso : UPDATE : 8.12% done, estimate finish Sat Oct 07 14:40:31 2017 xorriso : UPDATE : 8.12% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 8.12% done, estimate finish Sat Oct 07 14:41:46 2017 xorriso : UPDATE : 8.16% done, estimate finish Sat Oct 07 14:42:07 2017 xorriso : UPDATE : 8.62% done, estimate finish Sat Oct 07 14:40:02 2017 xorriso : UPDATE : 8.81% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 8.92% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 9.03% done, estimate finish Sat Oct 07 14:39:05 2017 xorriso : UPDATE : 9.13% done, estimate finish Sat Oct 07 14:39:10 2017 xorriso : UPDATE : 9.20% done, estimate finish Sat Oct 07 14:39:25 2017 xorriso : UPDATE : 9.28% done, estimate finish Sat Oct 07 14:39:37 2017 xorriso : UPDATE : 9.33% done, estimate finish Sat Oct 07 14:39:56 2017 xorriso : UPDATE : 9.43% done, estimate finish Sat Oct 07 14:40:00 2017 xorriso : UPDATE : 9.51% done, estimate finish Sat Oct 07 14:40:08 2017 xorriso : UPDATE : 9.56% done, estimate finish Sat Oct 07 14:40:21 2017 xorriso : UPDATE : 9.69% done, estimate finish Sat Oct 07 14:40:17 2017 xorriso : UPDATE : 9.75% done, estimate finish Sat Oct 07 14:40:27 2017 xorriso : UPDATE : 9.83% done, estimate finish Sat Oct 07 14:42:48 2017 xorriso : UPDATE : 9.98% done, estimate finish Sat Oct 07 14:41:57 2017 xorriso : UPDATE : 10.04% done, estimate finish Sat Oct 07 14:42:13 2017 xorriso : UPDATE : 10.12% done, estimate finish Sat Oct 07 14:42:19 2017 xorriso : UPDATE : 10.21% done, estimate finish Sat Oct 07 14:42:18 2017 xorriso : UPDATE : 10.27% done, estimate finish Sat Oct 07 14:42:28 2017 xorriso : UPDATE : 10.36% done, estimate finish Sat Oct 07 14:42:28 2017 xorriso : UPDATE : 10.41% done, estimate finish Sat Oct 07 14:42:42 2017 xorriso : UPDATE : 10.47% done, estimate finish Sat Oct 07 14:42:53 2017 xorriso : UPDATE : 10.59% done, estimate finish Sat Oct 07 14:42:34 2017 xorriso : UPDATE : 10.64% done, estimate finish Sat Oct 07 14:42:44 2017 xorriso : UPDATE : 10.64% done, estimate finish Sat Oct 07 14:43:46 2017 xorriso : UPDATE : 10.87% done, estimate finish Sat Oct 07 14:42:05 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 14:42:04 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 14:42:07 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 14:42:51 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 14:43:35 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 14:44:19 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 14:45:03 2017 xorriso : UPDATE : 11.04% done, estimate finish Sat Oct 07 14:45:46 2017 xorriso : UPDATE : 11.63% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 11.84% done, estimate finish Sat Oct 07 14:40:09 2017 xorriso : UPDATE : 11.89% done, estimate finish Sat Oct 07 14:40:33 2017 xorriso : UPDATE : 11.89% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 12.18% done, estimate finish Sat Oct 07 14:40:03 2017 xorriso : UPDATE : 12.21% done, estimate finish Sat Oct 07 14:40:28 2017 xorriso : UPDATE : 12.41% done, estimate finish Sat Oct 07 14:39:59 2017 xorriso : UPDATE : 12.51% done, estimate finish Sat Oct 07 14:40:02 2017 xorriso : UPDATE : 12.56% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 12.69% done, estimate finish Sat Oct 07 14:40:09 2017 xorriso : UPDATE : 12.79% done, estimate finish Sat Oct 07 14:39:38 2017 xorriso : UPDATE : 12.93% done, estimate finish Sat Oct 07 14:39:32 2017 xorriso : UPDATE : 13.02% done, estimate finish Sat Oct 07 14:39:38 2017 xorriso : UPDATE : 13.10% done, estimate finish Sat Oct 07 14:39:48 2017 xorriso : UPDATE : 13.16% done, estimate finish Sat Oct 07 14:40:06 2017 xorriso : UPDATE : 13.20% done, estimate finish Sat Oct 07 14:40:26 2017 xorriso : UPDATE : 13.20% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 13.20% done, estimate finish Sat Oct 07 14:41:34 2017 xorriso : UPDATE : 13.20% done, estimate finish Sat Oct 07 14:42:07 2017 xorriso : UPDATE : 13.20% done, estimate finish Sat Oct 07 14:42:41 2017 xorriso : UPDATE : 13.91% done, estimate finish Sat Oct 07 14:39:49 2017 xorriso : UPDATE : 13.98% done, estimate finish Sat Oct 07 14:40:06 2017 xorriso : UPDATE : 14.04% done, estimate finish Sat Oct 07 14:40:21 2017 xorriso : UPDATE : 14.17% done, estimate finish Sat Oct 07 14:40:13 2017 xorriso : UPDATE : 14.25% done, estimate finish Sat Oct 07 14:40:23 2017 xorriso : UPDATE : 14.36% done, estimate finish Sat Oct 07 14:40:21 2017 xorriso : UPDATE : 14.44% done, estimate finish Sat Oct 07 14:40:26 2017 xorriso : UPDATE : 14.57% done, estimate finish Sat Oct 07 14:40:19 2017 xorriso : UPDATE : 14.65% done, estimate finish Sat Oct 07 14:40:25 2017 xorriso : UPDATE : 14.72% done, estimate finish Sat Oct 07 14:40:33 2017 xorriso : UPDATE : 14.83% done, estimate finish Sat Oct 07 14:41:19 2017 xorriso : UPDATE : 14.93% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 15.01% done, estimate finish Sat Oct 07 14:41:24 2017 xorriso : UPDATE : 15.09% done, estimate finish Sat Oct 07 14:41:28 2017 xorriso : UPDATE : 15.19% done, estimate finish Sat Oct 07 14:41:25 2017 xorriso : UPDATE : 15.19% done, estimate finish Sat Oct 07 14:42:05 2017 xorriso : UPDATE : 15.42% done, estimate finish Sat Oct 07 14:41:06 2017 xorriso : UPDATE : 15.49% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 15.61% done, estimate finish Sat Oct 07 14:41:05 2017 xorriso : UPDATE : 15.68% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 15.81% done, estimate finish Sat Oct 07 14:40:49 2017 xorriso : UPDATE : 15.94% done, estimate finish Sat Oct 07 14:40:36 2017 xorriso : UPDATE : 15.94% done, estimate finish Sat Oct 07 14:41:21 2017 xorriso : UPDATE : 15.94% done, estimate finish Sat Oct 07 14:42:06 2017 xorriso : UPDATE : 15.94% done, estimate finish Sat Oct 07 14:42:51 2017 xorriso : UPDATE : 16.48% done, estimate finish Sat Oct 07 14:39:54 2017 xorriso : UPDATE : 16.48% done, estimate finish Sat Oct 07 14:40:25 2017 xorriso : UPDATE : 16.68% done, estimate finish Sat Oct 07 14:39:56 2017 xorriso : UPDATE : 16.80% done, estimate finish Sat Oct 07 14:39:54 2017 xorriso : UPDATE : 16.80% done, estimate finish Sat Oct 07 14:40:20 2017 xorriso : UPDATE : 16.80% done, estimate finish Sat Oct 07 14:40:45 2017 xorriso : UPDATE : 16.80% done, estimate finish Sat Oct 07 14:41:34 2017 xorriso : UPDATE : 16.80% done, estimate finish Sat Oct 07 14:42:24 2017 xorriso : UPDATE : 16.80% done, estimate finish Sat Oct 07 14:43:13 2017 xorriso : UPDATE : 17.27% done, estimate finish Sat Oct 07 14:40:18 2017 xorriso : UPDATE : 17.71% done, estimate finish Sat Oct 07 14:38:51 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:38:57 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:39:23 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:39:49 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:40:37 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:41:25 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:42:13 2017 xorriso : UPDATE : 17.80% done, estimate finish Sat Oct 07 14:43:01 2017 xorriso : UPDATE : 18.20% done, estimate finish Sat Oct 07 14:40:36 2017 xorriso : UPDATE : 18.89% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 19.04% done, estimate finish Sat Oct 07 14:38:08 2017 xorriso : UPDATE : 19.10% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 19.18% done, estimate finish Sat Oct 07 14:38:30 2017 xorriso : UPDATE : 19.22% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 19.35% done, estimate finish Sat Oct 07 14:38:43 2017 xorriso : UPDATE : 19.43% done, estimate finish Sat Oct 07 14:37:54 2017 xorriso : UPDATE : 19.54% done, estimate finish Sat Oct 07 14:38:01 2017 xorriso : UPDATE : 19.60% done, estimate finish Sat Oct 07 14:38:16 2017 xorriso : UPDATE : 19.70% done, estimate finish Sat Oct 07 14:38:24 2017 xorriso : UPDATE : 19.79% done, estimate finish Sat Oct 07 14:38:31 2017 xorriso : UPDATE : 19.84% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 19.95% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 20.10% done, estimate finish Sat Oct 07 14:38:43 2017 xorriso : UPDATE : 20.13% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 20.13% done, estimate finish Sat Oct 07 14:39:22 2017 xorriso : UPDATE : 20.13% done, estimate finish Sat Oct 07 14:43:40 2017 xorriso : UPDATE : 20.13% done, estimate finish Sat Oct 07 14:44:47 2017 xorriso : UPDATE : 20.71% done, estimate finish Sat Oct 07 14:39:54 2017 xorriso : UPDATE : 20.77% done, estimate finish Sat Oct 07 14:40:08 2017 xorriso : UPDATE : 20.83% done, estimate finish Sat Oct 07 14:40:24 2017 xorriso : UPDATE : 20.87% done, estimate finish Sat Oct 07 14:40:43 2017 xorriso : UPDATE : 20.87% done, estimate finish Sat Oct 07 14:41:16 2017 xorriso : UPDATE : 20.87% done, estimate finish Sat Oct 07 14:41:49 2017 xorriso : UPDATE : 20.87% done, estimate finish Sat Oct 07 14:42:23 2017 xorriso : UPDATE : 20.87% done, estimate finish Sat Oct 07 14:42:56 2017 xorriso : UPDATE : 20.87% done, estimate finish Sat Oct 07 14:43:13 2017 xorriso : UPDATE : 20.87% done, estimate finish Sat Oct 07 14:44:16 2017 xorriso : UPDATE : 21.76% done, estimate finish Sat Oct 07 14:38:23 2017 xorriso : UPDATE : 21.85% done, estimate finish Sat Oct 07 14:38:32 2017 xorriso : UPDATE : 21.85% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 22.07% done, estimate finish Sat Oct 07 14:38:40 2017 xorriso : UPDATE : 22.19% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 22.25% done, estimate finish Sat Oct 07 14:38:53 2017 xorriso : UPDATE : 22.42% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 22.56% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 22.56% done, estimate finish Sat Oct 07 14:37:20 2017 xorriso : UPDATE : 22.90% done, estimate finish Sat Oct 07 14:36:53 2017 xorriso : UPDATE : 22.96% done, estimate finish Sat Oct 07 14:37:08 2017 xorriso : UPDATE : 23.04% done, estimate finish Sat Oct 07 14:37:20 2017 xorriso : UPDATE : 23.11% done, estimate finish Sat Oct 07 14:37:32 2017 xorriso : UPDATE : 23.19% done, estimate finish Sat Oct 07 14:37:42 2017 xorriso : UPDATE : 23.25% done, estimate finish Sat Oct 07 14:37:54 2017 xorriso : UPDATE : 23.30% done, estimate finish Sat Oct 07 14:38:08 2017 xorriso : UPDATE : 23.35% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 23.35% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 23.35% done, estimate finish Sat Oct 07 14:42:26 2017 xorriso : UPDATE : 23.67% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 23.77% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 23.83% done, estimate finish Sat Oct 07 14:40:33 2017 xorriso : UPDATE : 23.90% done, estimate finish Sat Oct 07 14:40:42 2017 xorriso : UPDATE : 23.96% done, estimate finish Sat Oct 07 14:40:53 2017 xorriso : UPDATE : 23.96% done, estimate finish Sat Oct 07 14:41:27 2017 xorriso : UPDATE : 24.22% done, estimate finish Sat Oct 07 14:40:31 2017 xorriso : UPDATE : 24.32% done, estimate finish Sat Oct 07 14:40:30 2017 xorriso : UPDATE : 24.32% done, estimate finish Sat Oct 07 14:40:57 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:39:10 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:39:48 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:40:26 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:41:05 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:41:44 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:42:22 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:43:00 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:43:39 2017 xorriso : UPDATE : 24.54% done, estimate finish Sat Oct 07 14:44:17 2017 xorriso : UPDATE : 25.58% done, estimate finish Sat Oct 07 14:39:13 2017 xorriso : UPDATE : 25.58% done, estimate finish Sat Oct 07 14:40:03 2017 xorriso : UPDATE : 25.58% done, estimate finish Sat Oct 07 14:40:47 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 14:40:16 2017 xorriso : UPDATE : 26.07% done, estimate finish Sat Oct 07 14:39:11 2017 xorriso : UPDATE : 26.07% done, estimate finish Sat Oct 07 14:39:42 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:39:09 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:39:34 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:39:58 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:40:23 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:41:37 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:42:30 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:43:22 2017 xorriso : UPDATE : 26.43% done, estimate finish Sat Oct 07 14:44:14 2017 xorriso : UPDATE : 27.06% done, estimate finish Sat Oct 07 14:39:52 2017 xorriso : UPDATE : 27.54% done, estimate finish Sat Oct 07 14:38:29 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:39:22 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:39:45 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:39:07 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:39:44 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:40:21 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:41:35 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:42:12 2017 xorriso : UPDATE : 27.63% done, estimate finish Sat Oct 07 14:42:49 2017 xorriso : UPDATE : 28.59% done, estimate finish Sat Oct 07 14:38:43 2017 xorriso : UPDATE : 29.23% done, estimate finish Sat Oct 07 14:37:34 2017 xorriso : UPDATE : 29.23% done, estimate finish Sat Oct 07 14:37:51 2017 xorriso : UPDATE : 29.43% done, estimate finish Sat Oct 07 14:36:58 2017 xorriso : UPDATE : 29.47% done, estimate finish Sat Oct 07 14:37:17 2017 xorriso : UPDATE : 29.55% done, estimate finish Sat Oct 07 14:37:29 2017 xorriso : UPDATE : 29.55% done, estimate finish Sat Oct 07 14:37:50 2017 xorriso : UPDATE : 29.87% done, estimate finish Sat Oct 07 14:37:25 2017 xorriso : UPDATE : 29.96% done, estimate finish Sat Oct 07 14:37:34 2017 xorriso : UPDATE : 30.03% done, estimate finish Sat Oct 07 14:37:43 2017 xorriso : UPDATE : 30.06% done, estimate finish Sat Oct 07 14:37:59 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:37:59 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:38:18 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:38:35 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:43:05 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:44:01 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:44:56 2017 xorriso : UPDATE : 30.19% done, estimate finish Sat Oct 07 14:45:53 2017 xorriso : UPDATE : 30.27% done, estimate finish Sat Oct 07 14:45:36 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:39:14 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:39:39 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:40:04 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:40:29 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:40:53 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:39:59 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:40:41 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:41:23 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:42:05 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:42:46 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:43:29 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:44:10 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:44:52 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:45:33 2017 xorriso : UPDATE : 31.22% done, estimate finish Sat Oct 07 14:46:15 2017 xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 31.22% done xorriso : UPDATE : 32.67% done, estimate finish Sat Oct 07 14:42:01 2017 xorriso : UPDATE : 35.11% done, estimate finish Sat Oct 07 14:36:37 2017 xorriso : UPDATE : 36.47% done, estimate finish Sat Oct 07 14:35:41 2017 xorriso : UPDATE : 36.47% done, estimate finish Sat Oct 07 14:34:35 2017 xorriso : UPDATE : 36.47% done, estimate finish Sat Oct 07 14:34:44 2017 xorriso : UPDATE : 36.47% done, estimate finish Sat Oct 07 14:34:53 2017 xorriso : UPDATE : 36.99% done, estimate finish Sat Oct 07 14:34:46 2017 xorriso : UPDATE : 37.09% done, estimate finish Sat Oct 07 14:34:52 2017 xorriso : UPDATE : 37.16% done, estimate finish Sat Oct 07 14:34:58 2017 xorriso : UPDATE : 37.24% done, estimate finish Sat Oct 07 14:35:04 2017 xorriso : UPDATE : 37.26% done, estimate finish Sat Oct 07 14:35:12 2017 xorriso : UPDATE : 37.38% done, estimate finish Sat Oct 07 14:35:16 2017 xorriso : UPDATE : 37.38% done, estimate finish Sat Oct 07 14:35:24 2017 xorriso : UPDATE : 37.64% done, estimate finish Sat Oct 07 14:38:52 2017 xorriso : UPDATE : 37.79% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 37.89% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:39:12 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:40:08 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:40:36 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:41:05 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:41:33 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:42:01 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:57:24 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 14:59:49 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:02:13 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:04:37 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:07:02 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:09:26 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:11:50 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:14:15 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:16:24 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:18:49 2017 xorriso : UPDATE : 37.91% done, estimate finish Sat Oct 07 15:21:13 2017 xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 37.91% done xorriso : UPDATE : 38.27% done, estimate finish Sat Oct 07 14:51:47 2017 xorriso : UPDATE : 40.22% done, estimate finish Sat Oct 07 14:36:43 2017 xorriso : UPDATE : 41.69% done, estimate finish Sat Oct 07 14:35:28 2017 xorriso : UPDATE : 41.74% done, estimate finish Sat Oct 07 14:35:37 2017 xorriso : UPDATE : 41.80% done, estimate finish Sat Oct 07 14:35:45 2017 xorriso : UPDATE : 41.86% done, estimate finish Sat Oct 07 14:35:53 2017 xorriso : UPDATE : 41.98% done, estimate finish Sat Oct 07 14:35:58 2017 xorriso : UPDATE : 42.08% done, estimate finish Sat Oct 07 14:36:04 2017 xorriso : UPDATE : 42.12% done, estimate finish Sat Oct 07 14:36:13 2017 xorriso : UPDATE : 42.12% done, estimate finish Sat Oct 07 14:36:22 2017 xorriso : UPDATE : 42.28% done, estimate finish Sat Oct 07 14:35:07 2017 xorriso : UPDATE : 42.40% done, estimate finish Sat Oct 07 14:35:14 2017 xorriso : UPDATE : 42.59% done, estimate finish Sat Oct 07 14:35:18 2017 xorriso : UPDATE : 42.63% done, estimate finish Sat Oct 07 14:35:26 2017 xorriso : UPDATE : 42.80% done, estimate finish Sat Oct 07 14:35:29 2017 xorriso : UPDATE : 42.84% done, estimate finish Sat Oct 07 14:35:38 2017 xorriso : UPDATE : 42.92% done, estimate finish Sat Oct 07 14:35:44 2017 xorriso : UPDATE : 42.98% done, estimate finish Sat Oct 07 14:35:51 2017 xorriso : UPDATE : 43.07% done, estimate finish Sat Oct 07 14:35:57 2017 xorriso : UPDATE : 43.18% done, estimate finish Sat Oct 07 14:36:01 2017 xorriso : UPDATE : 43.27% done, estimate finish Sat Oct 07 14:39:50 2017 xorriso : UPDATE : 43.34% done, estimate finish Sat Oct 07 14:39:59 2017 xorriso : UPDATE : 43.39% done, estimate finish Sat Oct 07 14:40:17 2017 xorriso : UPDATE : 43.39% done, estimate finish Sat Oct 07 14:40:51 2017 xorriso : UPDATE : 43.58% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 43.76% done, estimate finish Sat Oct 07 14:39:49 2017 xorriso : UPDATE : 43.83% done, estimate finish Sat Oct 07 14:39:57 2017 xorriso : UPDATE : 43.87% done, estimate finish Sat Oct 07 14:40:11 2017 xorriso : UPDATE : 43.93% done, estimate finish Sat Oct 07 14:40:19 2017 xorriso : UPDATE : 43.93% done, estimate finish Sat Oct 07 14:40:43 2017 xorriso : UPDATE : 43.93% done, estimate finish Sat Oct 07 14:42:49 2017 xorriso : UPDATE : 44.26% done, estimate finish Sat Oct 07 14:40:24 2017 xorriso : UPDATE : 44.36% done, estimate finish Sat Oct 07 14:40:19 2017 xorriso : UPDATE : 44.42% done, estimate finish Sat Oct 07 14:40:30 2017 xorriso : UPDATE : 44.50% done, estimate finish Sat Oct 07 14:40:36 2017 xorriso : UPDATE : 44.58% done, estimate finish Sat Oct 07 14:40:38 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 14:40:36 2017 xorriso : UPDATE : 44.79% done, estimate finish Sat Oct 07 14:40:28 2017 xorriso : UPDATE : 44.86% done, estimate finish Sat Oct 07 14:40:33 2017 xorriso : UPDATE : 44.93% done, estimate finish Sat Oct 07 14:40:39 2017 xorriso : UPDATE : 45.01% done, estimate finish Sat Oct 07 14:39:23 2017 xorriso : UPDATE : 45.07% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 45.13% done, estimate finish Sat Oct 07 14:39:51 2017 xorriso : UPDATE : 45.13% done, estimate finish Sat Oct 07 14:40:21 2017 xorriso : UPDATE : 45.13% done, estimate finish Sat Oct 07 14:40:53 2017 xorriso : UPDATE : 45.48% done, estimate finish Sat Oct 07 14:39:38 2017 xorriso : UPDATE : 45.56% done, estimate finish Sat Oct 07 14:39:43 2017 xorriso : UPDATE : 45.67% done, estimate finish Sat Oct 07 14:39:43 2017 xorriso : UPDATE : 45.73% done, estimate finish Sat Oct 07 14:39:50 2017 xorriso : UPDATE : 45.85% done, estimate finish Sat Oct 07 14:39:46 2017 xorriso : UPDATE : 45.85% done, estimate finish Sat Oct 07 14:40:58 2017 xorriso : UPDATE : 45.85% done, estimate finish Sat Oct 07 14:41:41 2017 xorriso : UPDATE : 45.85% done, estimate finish Sat Oct 07 14:42:25 2017 xorriso : UPDATE : 45.85% done, estimate finish Sat Oct 07 14:43:08 2017 xorriso : UPDATE : 46.48% done, estimate finish Sat Oct 07 14:39:32 2017 xorriso : UPDATE : 46.59% done, estimate finish Sat Oct 07 14:39:30 2017 xorriso : UPDATE : 46.70% done, estimate finish Sat Oct 07 14:39:29 2017 xorriso : UPDATE : 46.77% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 46.84% done, estimate finish Sat Oct 07 14:39:44 2017 xorriso : UPDATE : 46.97% done, estimate finish Sat Oct 07 14:39:39 2017 xorriso : UPDATE : 47.05% done, estimate finish Sat Oct 07 14:38:51 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 14:38:56 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 14:39:24 2017 xorriso : UPDATE : 47.37% done, estimate finish Sat Oct 07 14:38:59 2017 xorriso : UPDATE : 47.45% done, estimate finish Sat Oct 07 14:39:07 2017 xorriso : UPDATE : 47.51% done, estimate finish Sat Oct 07 14:39:18 2017 xorriso : UPDATE : 47.53% done, estimate finish Sat Oct 07 14:39:33 2017 xorriso : UPDATE : 47.63% done, estimate finish Sat Oct 07 14:39:33 2017 xorriso : UPDATE : 47.69% done, estimate finish Sat Oct 07 14:39:43 2017 xorriso : UPDATE : 47.84% done, estimate finish Sat Oct 07 14:39:34 2017 xorriso : UPDATE : 47.96% done, estimate finish Sat Oct 07 14:39:32 2017 xorriso : UPDATE : 48.02% done, estimate finish Sat Oct 07 14:40:33 2017 xorriso : UPDATE : 48.15% done, estimate finish Sat Oct 07 14:40:18 2017 xorriso : UPDATE : 48.24% done, estimate finish Sat Oct 07 14:40:20 2017 xorriso : UPDATE : 48.24% done, estimate finish Sat Oct 07 14:40:51 2017 xorriso : UPDATE : 48.51% done, estimate finish Sat Oct 07 14:39:56 2017 xorriso : UPDATE : 48.62% done, estimate finish Sat Oct 07 14:39:55 2017 xorriso : UPDATE : 48.70% done, estimate finish Sat Oct 07 14:39:59 2017 xorriso : UPDATE : 48.80% done, estimate finish Sat Oct 07 14:39:58 2017 xorriso : UPDATE : 48.80% done, estimate finish Sat Oct 07 14:40:19 2017 xorriso : UPDATE : 48.80% done, estimate finish Sat Oct 07 14:40:40 2017 xorriso : UPDATE : 48.80% done, estimate finish Sat Oct 07 14:41:30 2017 xorriso : UPDATE : 48.80% done, estimate finish Sat Oct 07 14:42:14 2017 xorriso : UPDATE : 48.80% done, estimate finish Sat Oct 07 14:42:59 2017 xorriso : UPDATE : 49.46% done, estimate finish Sat Oct 07 14:39:17 2017 xorriso : UPDATE : 49.48% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 49.63% done, estimate finish Sat Oct 07 14:39:26 2017 xorriso : UPDATE : 49.73% done, estimate finish Sat Oct 07 14:39:30 2017 xorriso : UPDATE : 49.78% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 49.93% done, estimate finish Sat Oct 07 14:39:31 2017 xorriso : UPDATE : 50.00% done, estimate finish Sat Oct 07 14:39:37 2017 xorriso : UPDATE : 50.05% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 50.17% done, estimate finish Sat Oct 07 14:38:45 2017 xorriso : UPDATE : 50.30% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 50.36% done, estimate finish Sat Oct 07 14:38:57 2017 xorriso : UPDATE : 50.42% done, estimate finish Sat Oct 07 14:39:07 2017 xorriso : UPDATE : 50.53% done, estimate finish Sat Oct 07 14:39:09 2017 xorriso : UPDATE : 50.61% done, estimate finish Sat Oct 07 14:39:14 2017 xorriso : UPDATE : 50.69% done, estimate finish Sat Oct 07 14:39:20 2017 xorriso : UPDATE : 50.75% done, estimate finish Sat Oct 07 14:39:28 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 14:39:43 2017 xorriso : UPDATE : 50.99% done, estimate finish Sat Oct 07 14:40:13 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:40:17 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:40:49 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:41:23 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:41:56 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:42:29 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:43:03 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:43:37 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:44:09 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 14:44:43 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 15:38:59 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 15:45:27 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 15:51:55 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 15:58:23 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 16:04:50 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 16:11:17 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 16:17:45 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 16:24:13 2017 xorriso : UPDATE : 51.07% done, estimate finish Sat Oct 07 16:30:40 2017 xorriso : UPDATE : 51.37% done, estimate finish Sat Oct 07 15:02:16 2017 xorriso : UPDATE : 53.16% done, estimate finish Sat Oct 07 14:37:06 2017 xorriso : UPDATE : 53.38% done, estimate finish Sat Oct 07 14:37:03 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:37:11 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:37:25 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:37:39 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:37:53 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:38:23 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:38:52 2017 xorriso : UPDATE : 53.48% done, estimate finish Sat Oct 07 14:50:52 2017 xorriso : UPDATE : 53.96% done, estimate finish Sat Oct 07 14:41:50 2017 xorriso : UPDATE : 54.67% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 54.67% done, estimate finish Sat Oct 07 14:39:05 2017 xorriso : UPDATE : 54.78% done, estimate finish Sat Oct 07 14:39:06 2017 xorriso : UPDATE : 55.11% done, estimate finish Sat Oct 07 14:38:35 2017 xorriso : UPDATE : 55.20% done, estimate finish Sat Oct 07 14:38:39 2017 xorriso : UPDATE : 55.31% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 55.40% done, estimate finish Sat Oct 07 14:38:46 2017 xorriso : UPDATE : 55.49% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 55.57% done, estimate finish Sat Oct 07 14:37:07 2017 xorriso : UPDATE : 55.63% done, estimate finish Sat Oct 07 14:37:18 2017 xorriso : UPDATE : 55.71% done, estimate finish Sat Oct 07 14:37:26 2017 xorriso : UPDATE : 55.75% done, estimate finish Sat Oct 07 14:37:39 2017 xorriso : UPDATE : 55.75% done, estimate finish Sat Oct 07 14:37:53 2017 xorriso : UPDATE : 55.98% done, estimate finish Sat Oct 07 14:37:47 2017 xorriso : UPDATE : 55.98% done, estimate finish Sat Oct 07 14:38:00 2017 xorriso : UPDATE : 55.98% done, estimate finish Sat Oct 07 14:38:14 2017 xorriso : UPDATE : 56.41% done, estimate finish Sat Oct 07 14:37:50 2017 xorriso : UPDATE : 56.46% done, estimate finish Sat Oct 07 14:37:57 2017 xorriso : UPDATE : 56.60% done, estimate finish Sat Oct 07 14:39:39 2017 xorriso : UPDATE : 56.67% done, estimate finish Sat Oct 07 14:39:48 2017 xorriso : UPDATE : 56.67% done, estimate finish Sat Oct 07 14:40:17 2017 xorriso : UPDATE : 56.67% done, estimate finish Sat Oct 07 14:40:46 2017 xorriso : UPDATE : 56.67% done, estimate finish Sat Oct 07 14:41:14 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:39:46 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:40:07 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:40:28 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:40:49 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:41:30 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:46:15 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:47:19 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:48:23 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:49:27 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:50:31 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:51:35 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:52:38 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:53:41 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:54:46 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 14:55:49 2017 xorriso : UPDATE : 57.08% done xorriso : UPDATE : 57.08% done xorriso : UPDATE : 58.34% done, estimate finish Sat Oct 07 14:39:39 2017 xorriso : UPDATE : 59.67% done, estimate finish Sat Oct 07 14:37:17 2017 xorriso : UPDATE : 59.75% done, estimate finish Sat Oct 07 14:37:24 2017 xorriso : UPDATE : 59.81% done, estimate finish Sat Oct 07 14:37:32 2017 xorriso : UPDATE : 59.83% done, estimate finish Sat Oct 07 14:37:41 2017 xorriso : UPDATE : 59.83% done, estimate finish Sat Oct 07 14:37:54 2017 xorriso : UPDATE : 59.83% done, estimate finish Sat Oct 07 14:38:05 2017 xorriso : UPDATE : 59.83% done, estimate finish Sat Oct 07 14:38:17 2017 xorriso : UPDATE : 60.24% done, estimate finish Sat Oct 07 14:36:27 2017 xorriso : UPDATE : 60.48% done, estimate finish Sat Oct 07 14:36:28 2017 xorriso : UPDATE : 60.60% done, estimate finish Sat Oct 07 14:36:34 2017 xorriso : UPDATE : 60.66% done, estimate finish Sat Oct 07 14:36:40 2017 xorriso : UPDATE : 60.77% done, estimate finish Sat Oct 07 14:36:45 2017 xorriso : UPDATE : 60.83% done, estimate finish Sat Oct 07 14:36:52 2017 xorriso : UPDATE : 61.00% done, estimate finish Sat Oct 07 14:36:54 2017 xorriso : UPDATE : 61.10% done, estimate finish Sat Oct 07 14:36:59 2017 xorriso : UPDATE : 61.18% done, estimate finish Sat Oct 07 14:37:04 2017 xorriso : UPDATE : 61.25% done, estimate finish Sat Oct 07 14:37:09 2017 xorriso : UPDATE : 61.29% done, estimate finish Sat Oct 07 14:39:30 2017 xorriso : UPDATE : 61.29% done, estimate finish Sat Oct 07 14:39:58 2017 xorriso : UPDATE : 61.52% done, estimate finish Sat Oct 07 14:39:26 2017 xorriso : UPDATE : 61.52% done, estimate finish Sat Oct 07 14:39:49 2017 xorriso : UPDATE : 61.78% done, estimate finish Sat Oct 07 14:39:16 2017 xorriso : UPDATE : 61.87% done, estimate finish Sat Oct 07 14:39:18 2017 xorriso : UPDATE : 62.01% done, estimate finish Sat Oct 07 14:39:15 2017 xorriso : UPDATE : 62.15% done, estimate finish Sat Oct 07 14:39:10 2017 xorriso : UPDATE : 62.27% done, estimate finish Sat Oct 07 14:39:09 2017 xorriso : UPDATE : 62.40% done, estimate finish Sat Oct 07 14:39:07 2017 xorriso : UPDATE : 62.50% done, estimate finish Sat Oct 07 14:38:53 2017 xorriso : UPDATE : 62.60% done, estimate finish Sat Oct 07 14:38:56 2017 xorriso : UPDATE : 62.70% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 62.74% done, estimate finish Sat Oct 07 14:39:13 2017 xorriso : UPDATE : 62.88% done, estimate finish Sat Oct 07 14:39:07 2017 xorriso : UPDATE : 62.98% done, estimate finish Sat Oct 07 14:39:09 2017 xorriso : UPDATE : 62.98% done, estimate finish Sat Oct 07 14:39:26 2017 xorriso : UPDATE : 62.98% done, estimate finish Sat Oct 07 14:39:43 2017 xorriso : UPDATE : 62.98% done, estimate finish Sat Oct 07 14:40:00 2017 xorriso : UPDATE : 62.98% done, estimate finish Sat Oct 07 14:40:18 2017 xorriso : UPDATE : 63.17% done, estimate finish Sat Oct 07 14:41:56 2017 xorriso : UPDATE : 63.76% done, estimate finish Sat Oct 07 14:39:05 2017 xorriso : UPDATE : 63.84% done, estimate finish Sat Oct 07 14:39:10 2017 xorriso : UPDATE : 64.00% done, estimate finish Sat Oct 07 14:39:01 2017 xorriso : UPDATE : 64.05% done, estimate finish Sat Oct 07 14:39:14 2017 xorriso : UPDATE : 64.20% done, estimate finish Sat Oct 07 14:39:07 2017 xorriso : UPDATE : 64.31% done, estimate finish Sat Oct 07 14:39:07 2017 xorriso : UPDATE : 64.37% done, estimate finish Sat Oct 07 14:39:15 2017 xorriso : UPDATE : 64.46% done, estimate finish Sat Oct 07 14:39:17 2017 xorriso : UPDATE : 64.56% done, estimate finish Sat Oct 07 14:39:18 2017 xorriso : UPDATE : 64.58% done, estimate finish Sat Oct 07 14:38:24 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:38:24 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:39:17 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:39:35 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:39:53 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:40:12 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:40:29 2017 xorriso : UPDATE : 64.72% done, estimate finish Sat Oct 07 14:40:47 2017 xorriso : UPDATE : 64.77% done, estimate finish Sat Oct 07 14:58:34 2017 xorriso : UPDATE : 66.10% done, estimate finish Sat Oct 07 14:38:26 2017 xorriso : UPDATE : 66.20% done, estimate finish Sat Oct 07 14:38:30 2017 xorriso : UPDATE : 66.26% done, estimate finish Sat Oct 07 14:38:39 2017 xorriso : UPDATE : 66.36% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 66.47% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 66.54% done, estimate finish Sat Oct 07 14:38:49 2017 xorriso : UPDATE : 66.63% done, estimate finish Sat Oct 07 14:38:54 2017 xorriso : UPDATE : 66.70% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 66.77% done, estimate finish Sat Oct 07 14:39:04 2017 xorriso : UPDATE : 66.92% done, estimate finish Sat Oct 07 14:37:24 2017 xorriso : UPDATE : 67.01% done, estimate finish Sat Oct 07 14:37:30 2017 xorriso : UPDATE : 67.09% done, estimate finish Sat Oct 07 14:37:37 2017 xorriso : UPDATE : 67.11% done, estimate finish Sat Oct 07 14:37:47 2017 xorriso : UPDATE : 67.28% done, estimate finish Sat Oct 07 14:37:48 2017 xorriso : UPDATE : 67.35% done, estimate finish Sat Oct 07 14:37:55 2017 xorriso : UPDATE : 67.46% done, estimate finish Sat Oct 07 14:37:58 2017 xorriso : UPDATE : 67.56% done, estimate finish Sat Oct 07 14:38:02 2017 xorriso : UPDATE : 67.68% done, estimate finish Sat Oct 07 14:38:04 2017 xorriso : UPDATE : 67.80% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 67.87% done, estimate finish Sat Oct 07 14:39:49 2017 xorriso : UPDATE : 68.00% done, estimate finish Sat Oct 07 14:39:41 2017 xorriso : UPDATE : 68.13% done, estimate finish Sat Oct 07 14:39:34 2017 xorriso : UPDATE : 68.22% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 68.30% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 68.38% done, estimate finish Sat Oct 07 14:39:41 2017 xorriso : UPDATE : 68.52% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 68.59% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 68.69% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 68.73% done, estimate finish Sat Oct 07 14:39:48 2017 xorriso : UPDATE : 68.73% done, estimate finish Sat Oct 07 14:40:04 2017 xorriso : UPDATE : 68.73% done, estimate finish Sat Oct 07 14:40:45 2017 xorriso : UPDATE : 69.16% done, estimate finish Sat Oct 07 14:39:19 2017 xorriso : UPDATE : 69.21% done, estimate finish Sat Oct 07 14:39:29 2017 xorriso : UPDATE : 69.27% done, estimate finish Sat Oct 07 14:39:36 2017 xorriso : UPDATE : 69.32% done, estimate finish Sat Oct 07 14:39:44 2017 xorriso : UPDATE : 69.40% done, estimate finish Sat Oct 07 14:39:48 2017 xorriso : UPDATE : 69.43% done, estimate finish Sat Oct 07 14:39:59 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:39:54 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:40:09 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:40:23 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:40:31 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:41:00 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:41:30 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:41:59 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:42:28 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:42:57 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:43:27 2017 xorriso : UPDATE : 69.56% done, estimate finish Sat Oct 07 14:43:55 2017 xorriso : UPDATE : 69.80% done, estimate finish Sat Oct 07 14:42:27 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:38:07 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:38:22 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:38:52 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:39:06 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:39:21 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:39:35 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:39:50 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:40:04 2017 xorriso : UPDATE : 71.21% done, estimate finish Sat Oct 07 14:40:18 2017 xorriso : UPDATE : 71.35% done, estimate finish Sat Oct 07 15:02:37 2017 xorriso : UPDATE : 72.71% done, estimate finish Sat Oct 07 14:38:34 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:38:45 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:39:00 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:39:15 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:39:30 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:39:44 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:39:59 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 72.75% done, estimate finish Sat Oct 07 14:40:31 2017 xorriso : UPDATE : 73.88% done, estimate finish Sat Oct 07 14:37:24 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 14:37:30 2017 xorriso : UPDATE : 74.07% done, estimate finish Sat Oct 07 14:37:34 2017 xorriso : UPDATE : 74.12% done, estimate finish Sat Oct 07 14:37:41 2017 xorriso : UPDATE : 74.20% done, estimate finish Sat Oct 07 14:37:46 2017 xorriso : UPDATE : 74.31% done, estimate finish Sat Oct 07 14:37:49 2017 xorriso : UPDATE : 74.37% done, estimate finish Sat Oct 07 14:37:55 2017 xorriso : UPDATE : 74.51% done, estimate finish Sat Oct 07 14:37:56 2017 xorriso : UPDATE : 74.61% done, estimate finish Sat Oct 07 14:38:00 2017 xorriso : UPDATE : 74.72% done, estimate finish Sat Oct 07 14:38:02 2017 xorriso : UPDATE : 74.80% done, estimate finish Sat Oct 07 14:39:50 2017 xorriso : UPDATE : 74.83% done, estimate finish Sat Oct 07 14:40:03 2017 xorriso : UPDATE : 74.83% done, estimate finish Sat Oct 07 14:40:26 2017 xorriso : UPDATE : 74.83% done, estimate finish Sat Oct 07 14:40:47 2017 xorriso : UPDATE : 74.83% done, estimate finish Sat Oct 07 14:41:10 2017 xorriso : UPDATE : 75.31% done, estimate finish Sat Oct 07 14:39:40 2017 xorriso : UPDATE : 75.47% done, estimate finish Sat Oct 07 14:39:33 2017 xorriso : UPDATE : 75.56% done, estimate finish Sat Oct 07 14:39:32 2017 xorriso : UPDATE : 75.66% done, estimate finish Sat Oct 07 14:39:33 2017 xorriso : UPDATE : 75.72% done, estimate finish Sat Oct 07 14:39:37 2017 xorriso : UPDATE : 75.76% done, estimate finish Sat Oct 07 14:39:38 2017 xorriso : UPDATE : 75.93% done, estimate finish Sat Oct 07 14:39:25 2017 xorriso : UPDATE : 75.99% done, estimate finish Sat Oct 07 14:39:31 2017 xorriso : UPDATE : 76.08% done, estimate finish Sat Oct 07 14:39:33 2017 xorriso : UPDATE : 76.21% done, estimate finish Sat Oct 07 14:39:28 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:39:33 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:39:47 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:40:01 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:40:15 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:40:28 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:42:31 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:43:10 2017 xorriso : UPDATE : 76.28% done, estimate finish Sat Oct 07 14:43:47 2017 xorriso : UPDATE : 77.54% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 77.64% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 77.68% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 77.68% done, estimate finish Sat Oct 07 14:38:58 2017 xorriso : UPDATE : 77.68% done, estimate finish Sat Oct 07 14:39:08 2017 xorriso : UPDATE : 77.68% done, estimate finish Sat Oct 07 14:39:19 2017 xorriso : UPDATE : 78.18% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 78.33% done, estimate finish Sat Oct 07 14:37:55 2017 xorriso : UPDATE : 78.36% done, estimate finish Sat Oct 07 14:38:03 2017 xorriso : UPDATE : 78.36% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 78.36% done, estimate finish Sat Oct 07 14:38:22 2017 xorriso : UPDATE : 78.36% done, estimate finish Sat Oct 07 14:38:32 2017 xorriso : UPDATE : 78.36% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 79.26% done, estimate finish Sat Oct 07 14:38:03 2017 xorriso : UPDATE : 79.39% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 79.46% done, estimate finish Sat Oct 07 14:38:08 2017 xorriso : UPDATE : 79.56% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 79.64% done, estimate finish Sat Oct 07 14:38:15 2017 xorriso : UPDATE : 79.72% done, estimate finish Sat Oct 07 14:38:47 2017 xorriso : UPDATE : 79.88% done, estimate finish Sat Oct 07 14:38:44 2017 xorriso : UPDATE : 80.06% done, estimate finish Sat Oct 07 14:38:40 2017 xorriso : UPDATE : 80.19% done, estimate finish Sat Oct 07 14:38:39 2017 xorriso : UPDATE : 80.31% done, estimate finish Sat Oct 07 14:38:40 2017 xorriso : UPDATE : 80.48% done, estimate finish Sat Oct 07 14:38:38 2017 xorriso : UPDATE : 80.65% done, estimate finish Sat Oct 07 14:38:36 2017 xorriso : UPDATE : 80.82% done, estimate finish Sat Oct 07 14:38:34 2017 xorriso : UPDATE : 81.00% done, estimate finish Sat Oct 07 14:38:32 2017 xorriso : UPDATE : 81.21% done, estimate finish Sat Oct 07 14:38:29 2017 xorriso : UPDATE : 81.34% done, estimate finish Sat Oct 07 14:38:17 2017 xorriso : UPDATE : 81.44% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 81.44% done, estimate finish Sat Oct 07 14:38:30 2017 xorriso : UPDATE : 81.44% done, estimate finish Sat Oct 07 14:38:41 2017 xorriso : UPDATE : 82.00% done, estimate finish Sat Oct 07 14:38:15 2017 xorriso : UPDATE : 82.24% done, estimate finish Sat Oct 07 14:38:11 2017 xorriso : UPDATE : 82.36% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 82.58% done, estimate finish Sat Oct 07 14:38:11 2017 xorriso : UPDATE : 82.71% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 82.93% done, estimate finish Sat Oct 07 14:38:11 2017 xorriso : UPDATE : 83.07% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 83.27% done, estimate finish Sat Oct 07 14:38:07 2017 xorriso : UPDATE : 83.45% done, estimate finish Sat Oct 07 14:38:07 2017 xorriso : UPDATE : 83.55% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 83.83% done, estimate finish Sat Oct 07 14:38:05 2017 xorriso : UPDATE : 83.99% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 84.18% done, estimate finish Sat Oct 07 14:38:05 2017 xorriso : UPDATE : 84.40% done, estimate finish Sat Oct 07 14:38:04 2017 xorriso : UPDATE : 84.57% done, estimate finish Sat Oct 07 14:38:03 2017 xorriso : UPDATE : 84.74% done, estimate finish Sat Oct 07 14:38:04 2017 xorriso : UPDATE : 84.75% done, estimate finish Sat Oct 07 14:38:11 2017 xorriso : UPDATE : 85.14% done, estimate finish Sat Oct 07 14:38:00 2017 xorriso : UPDATE : 85.34% done, estimate finish Sat Oct 07 14:37:59 2017 xorriso : UPDATE : 85.47% done, estimate finish Sat Oct 07 14:38:02 2017 xorriso : UPDATE : 85.65% done, estimate finish Sat Oct 07 14:38:01 2017 xorriso : UPDATE : 85.85% done, estimate finish Sat Oct 07 14:38:01 2017 xorriso : UPDATE : 86.02% done, estimate finish Sat Oct 07 14:38:01 2017 xorriso : UPDATE : 86.14% done, estimate finish Sat Oct 07 14:38:03 2017 xorriso : UPDATE : 86.20% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 86.48% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 86.59% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 86.59% done, estimate finish Sat Oct 07 14:38:16 2017 xorriso : UPDATE : 86.85% done, estimate finish Sat Oct 07 14:38:11 2017 xorriso : UPDATE : 87.03% done, estimate finish Sat Oct 07 14:38:11 2017 xorriso : UPDATE : 87.23% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 87.34% done, estimate finish Sat Oct 07 14:38:11 2017 xorriso : UPDATE : 87.60% done, estimate finish Sat Oct 07 14:38:07 2017 xorriso : UPDATE : 87.73% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 87.93% done, estimate finish Sat Oct 07 14:38:08 2017 xorriso : UPDATE : 88.15% done, estimate finish Sat Oct 07 14:38:07 2017 xorriso : UPDATE : 88.34% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 88.55% done, estimate finish Sat Oct 07 14:38:05 2017 xorriso : UPDATE : 88.68% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:38:16 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:38:26 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:38:32 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:39:33 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:39:47 2017 xorriso : UPDATE : 88.87% done, estimate finish Sat Oct 07 14:40:03 2017 xorriso : UPDATE : 90.63% done, estimate finish Sat Oct 07 14:37:58 2017 xorriso : UPDATE : 90.64% done, estimate finish Sat Oct 07 14:38:01 2017 xorriso : UPDATE : 90.67% done, estimate finish Sat Oct 07 14:38:05 2017 xorriso : UPDATE : 91.02% done, estimate finish Sat Oct 07 14:38:02 2017 xorriso : UPDATE : 91.02% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 91.02% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 91.02% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 92.00% done, estimate finish Sat Oct 07 14:37:41 2017 xorriso : UPDATE : 92.19% done, estimate finish Sat Oct 07 14:37:42 2017 xorriso : UPDATE : 92.38% done, estimate finish Sat Oct 07 14:37:44 2017 xorriso : UPDATE : 92.38% done, estimate finish Sat Oct 07 14:37:47 2017 xorriso : UPDATE : 92.76% done, estimate finish Sat Oct 07 14:37:45 2017 xorriso : UPDATE : 92.78% done, estimate finish Sat Oct 07 14:37:47 2017 xorriso : UPDATE : 93.02% done, estimate finish Sat Oct 07 14:37:48 2017 xorriso : UPDATE : 93.18% done, estimate finish Sat Oct 07 14:37:49 2017 xorriso : UPDATE : 93.31% done, estimate finish Sat Oct 07 14:37:50 2017 xorriso : UPDATE : 93.45% done, estimate finish Sat Oct 07 14:37:51 2017 xorriso : UPDATE : 93.59% done, estimate finish Sat Oct 07 14:38:04 2017 xorriso : UPDATE : 93.67% done, estimate finish Sat Oct 07 14:38:06 2017 xorriso : UPDATE : 93.80% done, estimate finish Sat Oct 07 14:38:07 2017 xorriso : UPDATE : 93.84% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 93.84% done, estimate finish Sat Oct 07 14:38:14 2017 xorriso : UPDATE : 94.11% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 94.14% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 94.24% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 94.38% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 94.49% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 94.53% done, estimate finish Sat Oct 07 14:38:16 2017 xorriso : UPDATE : 94.56% done, estimate finish Sat Oct 07 14:38:34 2017 xorriso : UPDATE : 94.56% done, estimate finish Sat Oct 07 14:38:40 2017 xorriso : UPDATE : 94.74% done, estimate finish Sat Oct 07 14:38:34 2017 xorriso : UPDATE : 94.81% done, estimate finish Sat Oct 07 14:38:35 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:38:37 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:38:42 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:38:48 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:38:53 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:38:58 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:39:02 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:40:33 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:40:51 2017 xorriso : UPDATE : 94.85% done, estimate finish Sat Oct 07 14:41:09 2017 xorriso : UPDATE : 95.84% done, estimate finish Sat Oct 07 14:38:29 2017 xorriso : UPDATE : 96.23% done, estimate finish Sat Oct 07 14:38:19 2017 xorriso : UPDATE : 96.28% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 96.40% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 96.53% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 96.57% done, estimate finish Sat Oct 07 14:38:22 2017 xorriso : UPDATE : 96.57% done, estimate finish Sat Oct 07 14:38:25 2017 xorriso : UPDATE : 96.83% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 97.07% done, estimate finish Sat Oct 07 14:38:09 2017 xorriso : UPDATE : 97.17% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 97.38% done, estimate finish Sat Oct 07 14:38:10 2017 xorriso : UPDATE : 97.39% done, estimate finish Sat Oct 07 14:38:12 2017 xorriso : UPDATE : 97.61% done, estimate finish Sat Oct 07 14:38:12 2017 xorriso : UPDATE : 97.64% done, estimate finish Sat Oct 07 14:38:13 2017 xorriso : UPDATE : 97.74% done, estimate finish Sat Oct 07 14:38:14 2017 xorriso : UPDATE : 97.80% done, estimate finish Sat Oct 07 14:38:15 2017 xorriso : UPDATE : 97.96% done, estimate finish Sat Oct 07 14:38:15 2017 xorriso : UPDATE : 98.16% done, estimate finish Sat Oct 07 14:38:17 2017 xorriso : UPDATE : 98.26% done, estimate finish Sat Oct 07 14:38:18 2017 xorriso : UPDATE : 98.33% done, estimate finish Sat Oct 07 14:38:19 2017 xorriso : UPDATE : 98.40% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 98.52% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 98.65% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 98.73% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 98.87% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 99.04% done, estimate finish Sat Oct 07 14:38:19 2017 xorriso : UPDATE : 99.12% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 99.18% done, estimate finish Sat Oct 07 14:38:22 2017 xorriso : UPDATE : 99.36% done, estimate finish Sat Oct 07 14:38:20 2017 xorriso : UPDATE : 99.43% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 99.53% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 99.60% done, estimate finish Sat Oct 07 14:38:21 2017 xorriso : UPDATE : 99.67% done, estimate finish Sat Oct 07 14:38:22 2017 xorriso : UPDATE : 99.73% done, estimate finish Sat Oct 07 14:38:22 2017 xorriso : UPDATE : 99.83% done xorriso : UPDATE : 99.93% done xorriso : UPDATE : Thank you for being patient. Working since 883 seconds. ISO image produced: 11197564 sectors Written to medium : 11197564 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 14:38:25 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 i386 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.2.0-i386-BD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9i386/debian-9.2.0-i386-BD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9i386/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J CD3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 5600 files added in 1 seconds xorriso : UPDATE : 12700 files added in 2 seconds xorriso : UPDATE : 16800 files added in 3 seconds xorriso : UPDATE : 22000 files added in 4 seconds xorriso : UPDATE : 27600 files added in 5 seconds xorriso : UPDATE : 32100 files added in 6 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9i386/stretch/CD3' xorriso : UPDATE : 39569 files added in 7 seconds xorriso : UPDATE : 39569 files added in 7 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/dns323-firmware-tools_0.7.3-1_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware-source_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/ubertooth-firmware_2015.09.R2-4_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : File "/pool/main/libb/libbusiness-onlinepayment-transactioncentral-perl/libbusiness-onlinepayment-transactioncentral-perl_0.06-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-action-serialize-data-serializer-perl/libcatalyst-action-serialize-data-serializer-perl_1.08-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-actionrole-checktrailingslash-perl/libcatalyst-actionrole-checktrailingslash-perl_0.01-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-credential-authen-simple-perl/libcatalyst-authentication-credential-authen-simple-perl_0.09-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-credential-http-perl/libcatalyst-authentication-credential-http-perl_1.016-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-store-dbix-class-perl/libcatalyst-authentication-store-dbix-class-perl_0.1506-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-authentication-store-htpasswd-perl/libcatalyst-authentication-store-htpasswd-perl_1.004-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-component-instancepercontext-perl/libcatalyst-component-instancepercontext-perl_0.001001-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-authentication-credential-openid-perl/libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-session-store-delegate-perl/libcatalyst-plugin-session-store-delegate-perl_0.06-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libc/libcatalyst-plugin-session-store-fastmmap-perl/libcatalyst-plugin-session-store-fastmmap-perl_0.16-2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libd/libdata-formvalidator-constraints-datetime-perl/libdata-formvalidator-constraints-datetime-perl_1.11-3_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libm/libmoosex-meta-typeconstraint-forcecoercion-perl/libmoosex-meta-typeconstraint-forcecoercion-perl_0.01-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libp/libplack-middleware-fixmissingbodyinredirect-perl/libplack-middleware-fixmissingbodyinredirect-perl_0.11-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/libs/libsyntax-highlight-engine-simple-languages-perl/libsyntax-highlight-engine-simple-languages-perl_2_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/r/ruby-rails-assets-jakobmattsson-jquery-elastic/ruby-rails-assets-jakobmattsson-jquery-elastic_1.6.11~dfsg-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/r/ruby-rails-assets-markdown-it--markdown-it-for-inline/ruby-rails-assets-markdown-it--markdown-it-for-inline_0.1.1-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-account-stock-landed-cost-weight/tryton-modules-account-stock-landed-cost-weight_4.2.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-product-classification-taxonomic/tryton-modules-product-classification-taxonomic_4.2.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 libisofs: WARNING : File "/pool/main/t/tryton-modules-purchase-invoice-line-standalone/tryton-modules-purchase-invoice-line-standalone_4.2.0-1_all.deb" can't be added to Joliet tree, because its path length is larger than 240 xorriso : UPDATE : 0.01% done xorriso : UPDATE : 0.07% done xorriso : UPDATE : 0.16% done xorriso : UPDATE : 0.24% done, estimate finish Sat Oct 07 14:57:32 2017 xorriso : UPDATE : 0.33% done, estimate finish Sat Oct 07 14:57:33 2017 xorriso : UPDATE : 0.44% done, estimate finish Sat Oct 07 14:56:33 2017 xorriso : UPDATE : 0.48% done, estimate finish Sat Oct 07 14:58:29 2017 xorriso : UPDATE : 0.52% done, estimate finish Sat Oct 07 15:00:03 2017 xorriso : UPDATE : 0.60% done, estimate finish Sat Oct 07 15:00:08 2017 xorriso : UPDATE : 0.83% done, estimate finish Sat Oct 07 14:55:58 2017 xorriso : UPDATE : 0.94% done, estimate finish Sat Oct 07 14:55:51 2017 xorriso : UPDATE : 1.05% done, estimate finish Sat Oct 07 14:55:33 2017 xorriso : UPDATE : 1.17% done, estimate finish Sat Oct 07 14:55:13 2017 xorriso : UPDATE : 1.27% done, estimate finish Sat Oct 07 14:54:40 2017 xorriso : UPDATE : 1.44% done, estimate finish Sat Oct 07 14:53:47 2017 xorriso : UPDATE : 1.54% done, estimate finish Sat Oct 07 14:53:56 2017 xorriso : UPDATE : 1.60% done, estimate finish Sat Oct 07 14:54:27 2017 xorriso : UPDATE : 1.72% done, estimate finish Sat Oct 07 14:54:21 2017 xorriso : UPDATE : 1.91% done, estimate finish Sat Oct 07 14:53:32 2017 xorriso : UPDATE : 1.98% done, estimate finish Sat Oct 07 14:53:55 2017 xorriso : UPDATE : 2.18% done, estimate finish Sat Oct 07 14:53:08 2017 xorriso : UPDATE : 2.51% done, estimate finish Sat Oct 07 14:51:48 2017 xorriso : UPDATE : 2.61% done, estimate finish Sat Oct 07 14:51:54 2017 xorriso : UPDATE : 2.76% done, estimate finish Sat Oct 07 14:50:50 2017 xorriso : UPDATE : 2.87% done, estimate finish Sat Oct 07 14:51:00 2017 xorriso : UPDATE : 2.88% done, estimate finish Sat Oct 07 14:51:47 2017 xorriso : UPDATE : 3.23% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 3.40% done, estimate finish Sat Oct 07 14:50:24 2017 xorriso : UPDATE : 3.47% done, estimate finish Sat Oct 07 14:50:43 2017 xorriso : UPDATE : 3.61% done, estimate finish Sat Oct 07 14:50:43 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 14:51:12 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 14:51:48 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 14:52:23 2017 xorriso : UPDATE : 4.78% done, estimate finish Sat Oct 07 14:48:14 2017 xorriso : UPDATE : 4.99% done, estimate finish Sat Oct 07 14:48:10 2017 xorriso : UPDATE : 5.10% done, estimate finish Sat Oct 07 14:48:22 2017 xorriso : UPDATE : 5.15% done, estimate finish Sat Oct 07 14:48:45 2017 xorriso : UPDATE : 5.25% done, estimate finish Sat Oct 07 14:48:56 2017 xorriso : UPDATE : 5.33% done, estimate finish Sat Oct 07 14:49:11 2017 xorriso : UPDATE : 5.42% done, estimate finish Sat Oct 07 14:49:25 2017 xorriso : UPDATE : 5.52% done, estimate finish Sat Oct 07 14:49:34 2017 xorriso : UPDATE : 5.61% done, estimate finish Sat Oct 07 14:49:46 2017 xorriso : UPDATE : 5.79% done, estimate finish Sat Oct 07 14:49:41 2017 xorriso : UPDATE : 6.00% done, estimate finish Sat Oct 07 14:51:11 2017 xorriso : UPDATE : 6.12% done, estimate finish Sat Oct 07 14:51:12 2017 xorriso : UPDATE : 6.24% done, estimate finish Sat Oct 07 14:51:14 2017 xorriso : UPDATE : 6.33% done, estimate finish Sat Oct 07 14:51:27 2017 xorriso : UPDATE : 6.39% done, estimate finish Sat Oct 07 14:51:46 2017 xorriso : UPDATE : 6.53% done, estimate finish Sat Oct 07 14:51:39 2017 xorriso : UPDATE : 6.65% done, estimate finish Sat Oct 07 14:51:40 2017 xorriso : UPDATE : 6.73% done, estimate finish Sat Oct 07 14:51:50 2017 xorriso : UPDATE : 6.82% done, estimate finish Sat Oct 07 14:51:58 2017 xorriso : UPDATE : 6.99% done, estimate finish Sat Oct 07 14:51:46 2017 xorriso : UPDATE : 7.24% done, estimate finish Sat Oct 07 14:51:15 2017 xorriso : UPDATE : 7.40% done, estimate finish Sat Oct 07 14:51:04 2017 xorriso : UPDATE : 7.58% done, estimate finish Sat Oct 07 14:50:48 2017 xorriso : UPDATE : 7.78% done, estimate finish Sat Oct 07 14:50:31 2017 xorriso : UPDATE : 8.13% done, estimate finish Sat Oct 07 14:49:43 2017 xorriso : UPDATE : 8.13% done, estimate finish Sat Oct 07 14:50:12 2017 xorriso : UPDATE : 8.49% done, estimate finish Sat Oct 07 14:49:34 2017 xorriso : UPDATE : 8.49% done, estimate finish Sat Oct 07 14:50:00 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:48:53 2017 xorriso : UPDATE : 9.10% done, estimate finish Sat Oct 07 14:49:14 2017 xorriso : UPDATE : 9.73% done, estimate finish Sat Oct 07 14:48:20 2017 xorriso : UPDATE : 10.10% done, estimate finish Sat Oct 07 14:47:00 2017 xorriso : UPDATE : 10.23% done, estimate finish Sat Oct 07 14:47:10 2017 xorriso : UPDATE : 10.28% done, estimate finish Sat Oct 07 14:47:25 2017 xorriso : UPDATE : 10.29% done, estimate finish Sat Oct 07 14:47:46 2017 xorriso : UPDATE : 10.70% done, estimate finish Sat Oct 07 14:47:26 2017 xorriso : UPDATE : 10.73% done, estimate finish Sat Oct 07 14:47:41 2017 xorriso : UPDATE : 10.87% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 10.94% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 11.08% done, estimate finish Sat Oct 07 14:48:04 2017 xorriso : UPDATE : 11.21% done, estimate finish Sat Oct 07 14:48:08 2017 xorriso : UPDATE : 11.46% done, estimate finish Sat Oct 07 14:49:56 2017 xorriso : UPDATE : 11.52% done, estimate finish Sat Oct 07 14:50:17 2017 xorriso : UPDATE : 11.58% done, estimate finish Sat Oct 07 14:50:36 2017 xorriso : UPDATE : 11.98% done, estimate finish Sat Oct 07 14:49:34 2017 xorriso : UPDATE : 12.09% done, estimate finish Sat Oct 07 14:49:41 2017 xorriso : UPDATE : 12.15% done, estimate finish Sat Oct 07 14:49:57 2017 xorriso : UPDATE : 12.15% done, estimate finish Sat Oct 07 14:50:24 2017 xorriso : UPDATE : 12.71% done, estimate finish Sat Oct 07 14:49:12 2017 xorriso : UPDATE : 12.85% done, estimate finish Sat Oct 07 14:49:14 2017 xorriso : UPDATE : 12.92% done, estimate finish Sat Oct 07 14:49:25 2017 xorriso : UPDATE : 13.01% done, estimate finish Sat Oct 07 14:49:14 2017 xorriso : UPDATE : 13.09% done, estimate finish Sat Oct 07 14:49:31 2017 xorriso : UPDATE : 13.16% done, estimate finish Sat Oct 07 14:49:46 2017 xorriso : UPDATE : 13.33% done, estimate finish Sat Oct 07 14:49:42 2017 xorriso : UPDATE : 13.50% done, estimate finish Sat Oct 07 14:49:37 2017 xorriso : UPDATE : 13.70% done, estimate finish Sat Oct 07 14:49:27 2017 xorriso : UPDATE : 13.89% done, estimate finish Sat Oct 07 14:49:22 2017 xorriso : UPDATE : 14.05% done, estimate finish Sat Oct 07 14:49:21 2017 xorriso : UPDATE : 14.17% done, estimate finish Sat Oct 07 14:49:25 2017 xorriso : UPDATE : 14.23% done, estimate finish Sat Oct 07 14:49:38 2017 xorriso : UPDATE : 14.34% done, estimate finish Sat Oct 07 14:50:10 2017 xorriso : UPDATE : 14.59% done, estimate finish Sat Oct 07 14:49:41 2017 xorriso : UPDATE : 14.62% done, estimate finish Sat Oct 07 14:50:06 2017 xorriso : UPDATE : 14.73% done, estimate finish Sat Oct 07 14:50:13 2017 xorriso : UPDATE : 14.78% done, estimate finish Sat Oct 07 14:50:31 2017 xorriso : UPDATE : 14.87% done, estimate finish Sat Oct 07 14:50:39 2017 xorriso : UPDATE : 15.00% done, estimate finish Sat Oct 07 14:50:38 2017 xorriso : UPDATE : 15.01% done, estimate finish Sat Oct 07 14:51:03 2017 xorriso : UPDATE : 15.01% done, estimate finish Sat Oct 07 14:51:29 2017 xorriso : UPDATE : 15.63% done, estimate finish Sat Oct 07 14:49:59 2017 xorriso : UPDATE : 15.80% done, estimate finish Sat Oct 07 14:49:40 2017 xorriso : UPDATE : 15.90% done, estimate finish Sat Oct 07 14:49:50 2017 xorriso : UPDATE : 15.99% done, estimate finish Sat Oct 07 14:50:01 2017 xorriso : UPDATE : 16.07% done, estimate finish Sat Oct 07 14:50:13 2017 xorriso : UPDATE : 16.16% done, estimate finish Sat Oct 07 14:50:24 2017 xorriso : UPDATE : 16.26% done, estimate finish Sat Oct 07 14:50:29 2017 xorriso : UPDATE : 16.35% done, estimate finish Sat Oct 07 14:50:38 2017 xorriso : UPDATE : 16.51% done, estimate finish Sat Oct 07 14:50:32 2017 xorriso : UPDATE : 16.60% done, estimate finish Sat Oct 07 14:50:39 2017 xorriso : UPDATE : 16.77% done, estimate finish Sat Oct 07 14:50:33 2017 xorriso : UPDATE : 16.93% done, estimate finish Sat Oct 07 14:51:17 2017 xorriso : UPDATE : 17.05% done, estimate finish Sat Oct 07 14:51:18 2017 xorriso : UPDATE : 17.25% done, estimate finish Sat Oct 07 14:50:54 2017 xorriso : UPDATE : 17.47% done, estimate finish Sat Oct 07 14:50:28 2017 xorriso : UPDATE : 17.78% done, estimate finish Sat Oct 07 14:49:52 2017 xorriso : UPDATE : 17.86% done, estimate finish Sat Oct 07 14:50:04 2017 xorriso : UPDATE : 17.98% done, estimate finish Sat Oct 07 14:50:07 2017 xorriso : UPDATE : 18.06% done, estimate finish Sat Oct 07 14:50:17 2017 xorriso : UPDATE : 18.17% done, estimate finish Sat Oct 07 14:50:21 2017 xorriso : UPDATE : 18.30% done, estimate finish Sat Oct 07 14:50:22 2017 xorriso : UPDATE : 18.32% done, estimate finish Sat Oct 07 14:50:07 2017 xorriso : UPDATE : 18.48% done, estimate finish Sat Oct 07 14:50:03 2017 xorriso : UPDATE : 18.57% done, estimate finish Sat Oct 07 14:50:14 2017 xorriso : UPDATE : 18.75% done, estimate finish Sat Oct 07 14:50:04 2017 xorriso : UPDATE : 18.86% done, estimate finish Sat Oct 07 14:50:11 2017 xorriso : UPDATE : 19.23% done, estimate finish Sat Oct 07 14:49:33 2017 xorriso : UPDATE : 19.52% done, estimate finish Sat Oct 07 14:49:15 2017 xorriso : UPDATE : 19.59% done, estimate finish Sat Oct 07 14:49:26 2017 xorriso : UPDATE : 19.82% done, estimate finish Sat Oct 07 14:49:18 2017 xorriso : UPDATE : 19.94% done, estimate finish Sat Oct 07 14:49:22 2017 xorriso : UPDATE : 20.01% done, estimate finish Sat Oct 07 14:49:06 2017 xorriso : UPDATE : 20.03% done, estimate finish Sat Oct 07 14:49:31 2017 xorriso : UPDATE : 20.35% done, estimate finish Sat Oct 07 14:49:05 2017 xorriso : UPDATE : 20.43% done, estimate finish Sat Oct 07 14:49:17 2017 xorriso : UPDATE : 20.56% done, estimate finish Sat Oct 07 14:49:23 2017 xorriso : UPDATE : 20.68% done, estimate finish Sat Oct 07 14:49:27 2017 xorriso : UPDATE : 20.77% done, estimate finish Sat Oct 07 14:49:37 2017 xorriso : UPDATE : 20.88% done, estimate finish Sat Oct 07 14:49:42 2017 xorriso : UPDATE : 21.12% done, estimate finish Sat Oct 07 14:49:30 2017 xorriso : UPDATE : 21.25% done, estimate finish Sat Oct 07 14:49:33 2017 xorriso : UPDATE : 21.31% done, estimate finish Sat Oct 07 14:49:43 2017 xorriso : UPDATE : 21.61% done, estimate finish Sat Oct 07 14:49:47 2017 xorriso : UPDATE : 21.67% done, estimate finish Sat Oct 07 14:50:03 2017 xorriso : UPDATE : 21.74% done, estimate finish Sat Oct 07 14:50:18 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 14:50:26 2017 xorriso : UPDATE : 22.11% done, estimate finish Sat Oct 07 14:50:01 2017 xorriso : UPDATE : 22.37% done, estimate finish Sat Oct 07 14:49:44 2017 xorriso : UPDATE : 22.55% done, estimate finish Sat Oct 07 14:49:38 2017 xorriso : UPDATE : 22.68% done, estimate finish Sat Oct 07 14:49:42 2017 xorriso : UPDATE : 22.80% done, estimate finish Sat Oct 07 14:49:46 2017 xorriso : UPDATE : 22.90% done, estimate finish Sat Oct 07 14:49:51 2017 xorriso : UPDATE : 22.99% done, estimate finish Sat Oct 07 14:50:08 2017 xorriso : UPDATE : 23.06% done, estimate finish Sat Oct 07 14:50:24 2017 xorriso : UPDATE : 23.15% done, estimate finish Sat Oct 07 14:50:34 2017 xorriso : UPDATE : 23.19% done, estimate finish Sat Oct 07 14:50:55 2017 xorriso : UPDATE : 23.19% done, estimate finish Sat Oct 07 14:51:24 2017 xorriso : UPDATE : 23.91% done, estimate finish Sat Oct 07 14:49:33 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 14:49:30 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 14:49:50 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 14:50:09 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 14:50:29 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 14:51:32 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 14:52:14 2017 xorriso : UPDATE : 24.09% done, estimate finish Sat Oct 07 14:52:56 2017 xorriso : UPDATE : 26.11% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 26.24% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 26.45% done, estimate finish Sat Oct 07 14:47:46 2017 xorriso : UPDATE : 26.73% done, estimate finish Sat Oct 07 14:47:41 2017 xorriso : UPDATE : 26.96% done, estimate finish Sat Oct 07 14:47:41 2017 xorriso : UPDATE : 27.06% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 27.18% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 27.27% done, estimate finish Sat Oct 07 14:46:56 2017 xorriso : UPDATE : 27.37% done, estimate finish Sat Oct 07 14:47:05 2017 xorriso : UPDATE : 27.43% done, estimate finish Sat Oct 07 14:47:17 2017 xorriso : UPDATE : 27.52% done, estimate finish Sat Oct 07 14:47:26 2017 xorriso : UPDATE : 27.71% done, estimate finish Sat Oct 07 14:47:28 2017 xorriso : UPDATE : 27.89% done, estimate finish Sat Oct 07 14:47:31 2017 xorriso : UPDATE : 28.03% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 28.08% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 28.23% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 28.38% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 28.45% done, estimate finish Sat Oct 07 14:50:44 2017 xorriso : UPDATE : 28.57% done, estimate finish Sat Oct 07 14:50:43 2017 xorriso : UPDATE : 28.57% done, estimate finish Sat Oct 07 14:51:17 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 14:50:53 2017 xorriso : UPDATE : 28.97% done, estimate finish Sat Oct 07 14:50:35 2017 xorriso : UPDATE : 29.11% done, estimate finish Sat Oct 07 14:50:31 2017 xorriso : UPDATE : 29.25% done, estimate finish Sat Oct 07 14:50:29 2017 xorriso : UPDATE : 29.37% done, estimate finish Sat Oct 07 14:50:29 2017 xorriso : UPDATE : 29.44% done, estimate finish Sat Oct 07 14:50:38 2017 xorriso : UPDATE : 29.51% done, estimate finish Sat Oct 07 14:50:48 2017 xorriso : UPDATE : 29.51% done, estimate finish Sat Oct 07 14:51:29 2017 xorriso : UPDATE : 29.51% done, estimate finish Sat Oct 07 14:52:10 2017 xorriso : UPDATE : 30.41% done, estimate finish Sat Oct 07 14:49:04 2017 xorriso : UPDATE : 30.48% done, estimate finish Sat Oct 07 14:49:17 2017 xorriso : UPDATE : 30.80% done, estimate finish Sat Oct 07 14:48:57 2017 xorriso : UPDATE : 30.97% done, estimate finish Sat Oct 07 14:48:57 2017 xorriso : UPDATE : 31.12% done, estimate finish Sat Oct 07 14:48:58 2017 xorriso : UPDATE : 31.23% done, estimate finish Sat Oct 07 14:49:04 2017 xorriso : UPDATE : 31.48% done, estimate finish Sat Oct 07 14:48:56 2017 xorriso : UPDATE : 31.58% done, estimate finish Sat Oct 07 14:49:02 2017 xorriso : UPDATE : 31.85% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 32.08% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 32.24% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 32.59% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 32.73% done, estimate finish Sat Oct 07 14:47:49 2017 xorriso : UPDATE : 32.87% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 33.06% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 33.26% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 33.61% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 33.83% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 33.96% done, estimate finish Sat Oct 07 14:48:03 2017 xorriso : UPDATE : 33.99% done, estimate finish Sat Oct 07 14:48:19 2017 xorriso : UPDATE : 34.12% done, estimate finish Sat Oct 07 14:48:25 2017 xorriso : UPDATE : 34.32% done, estimate finish Sat Oct 07 14:48:24 2017 xorriso : UPDATE : 34.53% done, estimate finish Sat Oct 07 14:48:22 2017 xorriso : UPDATE : 34.71% done, estimate finish Sat Oct 07 14:48:23 2017 xorriso : UPDATE : 34.91% done, estimate finish Sat Oct 07 14:48:22 2017 xorriso : UPDATE : 35.10% done, estimate finish Sat Oct 07 14:48:22 2017 xorriso : UPDATE : 35.20% done, estimate finish Sat Oct 07 14:48:28 2017 xorriso : UPDATE : 35.30% done, estimate finish Sat Oct 07 14:48:33 2017 xorriso : UPDATE : 35.41% done, estimate finish Sat Oct 07 14:49:29 2017 xorriso : UPDATE : 35.41% done, estimate finish Sat Oct 07 14:49:58 2017 xorriso : UPDATE : 35.98% done, estimate finish Sat Oct 07 14:48:48 2017 xorriso : UPDATE : 36.17% done, estimate finish Sat Oct 07 14:48:46 2017 xorriso : UPDATE : 36.17% done, estimate finish Sat Oct 07 14:49:05 2017 xorriso : UPDATE : 36.17% done, estimate finish Sat Oct 07 14:49:23 2017 xorriso : UPDATE : 36.17% done, estimate finish Sat Oct 07 14:49:42 2017 xorriso : UPDATE : 36.17% done, estimate finish Sat Oct 07 14:50:01 2017 xorriso : UPDATE : 37.30% done, estimate finish Sat Oct 07 14:48:22 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 14:48:23 2017 xorriso : UPDATE : 37.47% done, estimate finish Sat Oct 07 14:48:36 2017 xorriso : UPDATE : 38.03% done, estimate finish Sat Oct 07 14:47:34 2017 xorriso : UPDATE : 38.03% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 38.52% done, estimate finish Sat Oct 07 14:47:33 2017 xorriso : UPDATE : 38.57% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 38.92% done, estimate finish Sat Oct 07 14:47:35 2017 xorriso : UPDATE : 38.92% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 39.46% done, estimate finish Sat Oct 07 14:47:31 2017 xorriso : UPDATE : 39.76% done, estimate finish Sat Oct 07 14:47:29 2017 xorriso : UPDATE : 39.98% done, estimate finish Sat Oct 07 14:47:29 2017 xorriso : UPDATE : 40.07% done, estimate finish Sat Oct 07 14:47:35 2017 xorriso : UPDATE : 40.49% done, estimate finish Sat Oct 07 14:47:25 2017 xorriso : UPDATE : 40.57% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 40.57% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 41.34% done, estimate finish Sat Oct 07 14:47:17 2017 xorriso : UPDATE : 41.51% done, estimate finish Sat Oct 07 14:47:20 2017 xorriso : UPDATE : 41.51% done, estimate finish Sat Oct 07 14:47:33 2017 xorriso : UPDATE : 42.14% done, estimate finish Sat Oct 07 14:47:13 2017 xorriso : UPDATE : 42.25% done, estimate finish Sat Oct 07 14:47:19 2017 xorriso : UPDATE : 42.72% done, estimate finish Sat Oct 07 14:47:10 2017 xorriso : UPDATE : 42.84% done, estimate finish Sat Oct 07 14:47:15 2017 xorriso : UPDATE : 43.08% done, estimate finish Sat Oct 07 14:47:11 2017 xorriso : UPDATE : 43.13% done, estimate finish Sat Oct 07 14:47:23 2017 xorriso : UPDATE : 43.54% done, estimate finish Sat Oct 07 14:47:13 2017 xorriso : UPDATE : 43.65% done, estimate finish Sat Oct 07 14:47:20 2017 xorriso : UPDATE : 43.74% done, estimate finish Sat Oct 07 14:47:27 2017 xorriso : UPDATE : 43.92% done, estimate finish Sat Oct 07 14:47:30 2017 xorriso : UPDATE : 44.05% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 44.24% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 44.54% done, estimate finish Sat Oct 07 14:47:32 2017 xorriso : UPDATE : 44.69% done, estimate finish Sat Oct 07 14:47:35 2017 xorriso : UPDATE : 44.78% done, estimate finish Sat Oct 07 14:48:24 2017 xorriso : UPDATE : 44.98% done, estimate finish Sat Oct 07 14:48:20 2017 xorriso : UPDATE : 44.98% done, estimate finish Sat Oct 07 14:48:41 2017 xorriso : UPDATE : 44.98% done, estimate finish Sat Oct 07 14:49:01 2017 xorriso : UPDATE : 45.73% done, estimate finish Sat Oct 07 14:48:00 2017 xorriso : UPDATE : 45.97% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 46.09% done, estimate finish Sat Oct 07 14:48:02 2017 xorriso : UPDATE : 46.16% done, estimate finish Sat Oct 07 14:48:10 2017 xorriso : UPDATE : 46.16% done, estimate finish Sat Oct 07 14:48:23 2017 xorriso : UPDATE : 46.69% done, estimate finish Sat Oct 07 14:47:59 2017 xorriso : UPDATE : 46.82% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 47.11% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 47.30% done, estimate finish Sat Oct 07 14:47:42 2017 xorriso : UPDATE : 47.50% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 47.58% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 47.78% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 47.92% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 47.94% done, estimate finish Sat Oct 07 14:48:05 2017 xorriso : UPDATE : 47.94% done, estimate finish Sat Oct 07 14:48:17 2017 xorriso : UPDATE : 47.94% done, estimate finish Sat Oct 07 14:48:29 2017 xorriso : UPDATE : 47.94% done, estimate finish Sat Oct 07 14:50:09 2017 xorriso : UPDATE : 48.56% done, estimate finish Sat Oct 07 14:48:38 2017 xorriso : UPDATE : 49.28% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 49.37% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 49.47% done, estimate finish Sat Oct 07 14:47:59 2017 xorriso : UPDATE : 49.56% done, estimate finish Sat Oct 07 14:48:06 2017 xorriso : UPDATE : 49.90% done, estimate finish Sat Oct 07 14:47:56 2017 xorriso : UPDATE : 50.03% done, estimate finish Sat Oct 07 14:48:00 2017 xorriso : UPDATE : 50.18% done, estimate finish Sat Oct 07 14:48:02 2017 xorriso : UPDATE : 50.35% done, estimate finish Sat Oct 07 14:48:02 2017 xorriso : UPDATE : 50.63% done, estimate finish Sat Oct 07 14:47:07 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 14:47:14 2017 xorriso : UPDATE : 50.85% done, estimate finish Sat Oct 07 14:47:21 2017 xorriso : UPDATE : 51.17% done, estimate finish Sat Oct 07 14:47:18 2017 xorriso : UPDATE : 51.31% done, estimate finish Sat Oct 07 14:47:21 2017 xorriso : UPDATE : 51.46% done, estimate finish Sat Oct 07 14:47:26 2017 xorriso : UPDATE : 51.75% done, estimate finish Sat Oct 07 14:47:23 2017 xorriso : UPDATE : 51.98% done, estimate finish Sat Oct 07 14:47:23 2017 xorriso : UPDATE : 52.07% done, estimate finish Sat Oct 07 14:47:29 2017 xorriso : UPDATE : 52.09% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 52.59% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 52.80% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 53.01% done, estimate finish Sat Oct 07 14:47:49 2017 xorriso : UPDATE : 53.28% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 53.29% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 53.30% done, estimate finish Sat Oct 07 14:48:09 2017 xorriso : UPDATE : 53.43% done, estimate finish Sat Oct 07 14:48:13 2017 xorriso : UPDATE : 53.45% done, estimate finish Sat Oct 07 14:48:24 2017 xorriso : UPDATE : 53.49% done, estimate finish Sat Oct 07 14:48:33 2017 xorriso : UPDATE : 53.56% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 53.59% done, estimate finish Sat Oct 07 14:48:49 2017 xorriso : UPDATE : 53.66% done, estimate finish Sat Oct 07 14:50:39 2017 xorriso : UPDATE : 53.75% done, estimate finish Sat Oct 07 14:50:41 2017 xorriso : UPDATE : 53.77% done, estimate finish Sat Oct 07 14:51:02 2017 xorriso : UPDATE : 54.03% done, estimate finish Sat Oct 07 14:50:21 2017 xorriso : UPDATE : 54.24% done, estimate finish Sat Oct 07 14:50:02 2017 xorriso : UPDATE : 54.37% done, estimate finish Sat Oct 07 14:49:59 2017 xorriso : UPDATE : 54.52% done, estimate finish Sat Oct 07 14:49:53 2017 xorriso : UPDATE : 54.81% done, estimate finish Sat Oct 07 14:49:30 2017 xorriso : UPDATE : 54.92% done, estimate finish Sat Oct 07 14:49:32 2017 xorriso : UPDATE : 54.98% done, estimate finish Sat Oct 07 14:49:39 2017 xorriso : UPDATE : 55.07% done, estimate finish Sat Oct 07 14:49:03 2017 xorriso : UPDATE : 55.07% done, estimate finish Sat Oct 07 14:49:25 2017 xorriso : UPDATE : 55.66% done, estimate finish Sat Oct 07 14:48:26 2017 xorriso : UPDATE : 55.85% done, estimate finish Sat Oct 07 14:48:24 2017 xorriso : UPDATE : 56.12% done, estimate finish Sat Oct 07 14:48:16 2017 xorriso : UPDATE : 56.35% done, estimate finish Sat Oct 07 14:48:12 2017 xorriso : UPDATE : 56.43% done, estimate finish Sat Oct 07 14:48:19 2017 xorriso : UPDATE : 56.96% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 57.15% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 57.33% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 57.50% done, estimate finish Sat Oct 07 14:47:26 2017 xorriso : UPDATE : 57.67% done, estimate finish Sat Oct 07 14:47:30 2017 xorriso : UPDATE : 57.89% done, estimate finish Sat Oct 07 14:47:30 2017 xorriso : UPDATE : 58.07% done, estimate finish Sat Oct 07 14:47:33 2017 xorriso : UPDATE : 58.23% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 58.33% done, estimate finish Sat Oct 07 14:47:42 2017 xorriso : UPDATE : 58.48% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 58.56% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 58.56% done, estimate finish Sat Oct 07 14:48:00 2017 xorriso : UPDATE : 59.29% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 59.82% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 60.02% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 60.23% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 60.63% done, estimate finish Sat Oct 07 14:47:35 2017 xorriso : UPDATE : 60.86% done, estimate finish Sat Oct 07 14:47:34 2017 xorriso : UPDATE : 61.08% done, estimate finish Sat Oct 07 14:47:34 2017 xorriso : UPDATE : 61.21% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 61.26% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 61.43% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 61.73% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 61.96% done, estimate finish Sat Oct 07 14:47:35 2017 xorriso : UPDATE : 62.13% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 62.36% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 62.42% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 62.55% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 62.75% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 62.89% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 63.06% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 63.11% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 63.15% done, estimate finish Sat Oct 07 14:48:47 2017 xorriso : UPDATE : 63.27% done, estimate finish Sat Oct 07 14:48:50 2017 xorriso : UPDATE : 63.42% done, estimate finish Sat Oct 07 14:48:49 2017 xorriso : UPDATE : 63.53% done, estimate finish Sat Oct 07 14:48:53 2017 xorriso : UPDATE : 63.67% done, estimate finish Sat Oct 07 14:48:52 2017 xorriso : UPDATE : 63.87% done, estimate finish Sat Oct 07 14:48:46 2017 xorriso : UPDATE : 64.10% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 64.31% done, estimate finish Sat Oct 07 14:48:34 2017 xorriso : UPDATE : 64.35% done, estimate finish Sat Oct 07 14:48:43 2017 xorriso : UPDATE : 64.64% done, estimate finish Sat Oct 07 14:48:33 2017 xorriso : UPDATE : 64.77% done, estimate finish Sat Oct 07 14:48:23 2017 xorriso : UPDATE : 64.95% done, estimate finish Sat Oct 07 14:48:23 2017 xorriso : UPDATE : 65.09% done, estimate finish Sat Oct 07 14:48:24 2017 xorriso : UPDATE : 65.29% done, estimate finish Sat Oct 07 14:48:21 2017 xorriso : UPDATE : 65.37% done, estimate finish Sat Oct 07 14:48:28 2017 xorriso : UPDATE : 65.49% done, estimate finish Sat Oct 07 14:48:31 2017 xorriso : UPDATE : 65.73% done, estimate finish Sat Oct 07 14:48:25 2017 xorriso : UPDATE : 65.97% done, estimate finish Sat Oct 07 14:48:20 2017 xorriso : UPDATE : 66.16% done, estimate finish Sat Oct 07 14:48:19 2017 xorriso : UPDATE : 66.29% done, estimate finish Sat Oct 07 14:48:21 2017 xorriso : UPDATE : 66.37% done, estimate finish Sat Oct 07 14:48:26 2017 xorriso : UPDATE : 66.56% done, estimate finish Sat Oct 07 14:48:24 2017 xorriso : UPDATE : 66.78% done, estimate finish Sat Oct 07 14:48:19 2017 xorriso : UPDATE : 66.93% done, estimate finish Sat Oct 07 14:48:20 2017 xorriso : UPDATE : 67.14% done, estimate finish Sat Oct 07 14:48:17 2017 xorriso : UPDATE : 67.29% done, estimate finish Sat Oct 07 14:48:19 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 14:48:14 2017 xorriso : UPDATE : 67.91% done, estimate finish Sat Oct 07 14:48:04 2017 xorriso : UPDATE : 68.02% done, estimate finish Sat Oct 07 14:48:07 2017 xorriso : UPDATE : 68.02% done, estimate finish Sat Oct 07 14:48:16 2017 xorriso : UPDATE : 68.02% done, estimate finish Sat Oct 07 14:48:24 2017 xorriso : UPDATE : 68.02% done, estimate finish Sat Oct 07 14:48:36 2017 xorriso : UPDATE : 68.02% done, estimate finish Sat Oct 07 14:48:52 2017 xorriso : UPDATE : 68.63% done, estimate finish Sat Oct 07 14:48:13 2017 xorriso : UPDATE : 69.62% done, estimate finish Sat Oct 07 14:47:34 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 14:47:35 2017 xorriso : UPDATE : 70.00% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 70.14% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 70.27% done, estimate finish Sat Oct 07 14:47:42 2017 xorriso : UPDATE : 70.44% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 70.62% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 70.89% done, estimate finish Sat Oct 07 14:47:17 2017 xorriso : UPDATE : 71.04% done, estimate finish Sat Oct 07 14:47:21 2017 xorriso : UPDATE : 71.14% done, estimate finish Sat Oct 07 14:47:26 2017 xorriso : UPDATE : 71.14% done, estimate finish Sat Oct 07 14:47:34 2017 xorriso : UPDATE : 71.14% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 71.14% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 72.27% done, estimate finish Sat Oct 07 14:47:23 2017 xorriso : UPDATE : 72.40% done, estimate finish Sat Oct 07 14:47:26 2017 xorriso : UPDATE : 72.50% done, estimate finish Sat Oct 07 14:47:29 2017 xorriso : UPDATE : 72.62% done, estimate finish Sat Oct 07 14:47:32 2017 xorriso : UPDATE : 72.80% done, estimate finish Sat Oct 07 14:47:56 2017 xorriso : UPDATE : 72.99% done, estimate finish Sat Oct 07 14:47:56 2017 xorriso : UPDATE : 73.16% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 73.32% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 73.52% done, estimate finish Sat Oct 07 14:47:59 2017 xorriso : UPDATE : 73.74% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 73.91% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 74.05% done, estimate finish Sat Oct 07 14:47:59 2017 xorriso : UPDATE : 74.20% done, estimate finish Sat Oct 07 14:48:01 2017 xorriso : UPDATE : 74.20% done, estimate finish Sat Oct 07 14:48:08 2017 xorriso : UPDATE : 74.20% done, estimate finish Sat Oct 07 14:48:39 2017 xorriso : UPDATE : 75.07% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 75.21% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 75.72% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 75.92% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 75.95% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 75.95% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 77.07% done, estimate finish Sat Oct 07 14:47:31 2017 xorriso : UPDATE : 77.43% done, estimate finish Sat Oct 07 14:47:28 2017 xorriso : UPDATE : 77.60% done, estimate finish Sat Oct 07 14:47:07 2017 xorriso : UPDATE : 77.60% done, estimate finish Sat Oct 07 14:47:14 2017 xorriso : UPDATE : 78.29% done, estimate finish Sat Oct 07 14:47:07 2017 xorriso : UPDATE : 78.51% done, estimate finish Sat Oct 07 14:47:08 2017 xorriso : UPDATE : 78.51% done, estimate finish Sat Oct 07 14:47:13 2017 xorriso : UPDATE : 78.90% done, estimate finish Sat Oct 07 14:47:12 2017 xorriso : UPDATE : 79.13% done, estimate finish Sat Oct 07 14:47:13 2017 xorriso : UPDATE : 79.34% done, estimate finish Sat Oct 07 14:47:14 2017 xorriso : UPDATE : 79.48% done, estimate finish Sat Oct 07 14:47:17 2017 xorriso : UPDATE : 79.66% done, estimate finish Sat Oct 07 14:47:18 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 80.15% done, estimate finish Sat Oct 07 14:47:39 2017 xorriso : UPDATE : 80.37% done, estimate finish Sat Oct 07 14:47:39 2017 xorriso : UPDATE : 80.52% done, estimate finish Sat Oct 07 14:47:41 2017 xorriso : UPDATE : 80.63% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 80.78% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 81.15% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 81.31% done, estimate finish Sat Oct 07 14:47:41 2017 xorriso : UPDATE : 81.68% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 81.75% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 81.75% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 82.41% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 82.50% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 82.50% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 83.02% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 83.25% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 83.50% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 83.67% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 83.78% done, estimate finish Sat Oct 07 14:47:39 2017 xorriso : UPDATE : 83.83% done, estimate finish Sat Oct 07 14:47:41 2017 xorriso : UPDATE : 84.02% done, estimate finish Sat Oct 07 14:47:41 2017 xorriso : UPDATE : 84.16% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 84.27% done, estimate finish Sat Oct 07 14:47:46 2017 xorriso : UPDATE : 84.39% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 84.58% done, estimate finish Sat Oct 07 14:47:48 2017 xorriso : UPDATE : 84.80% done, estimate finish Sat Oct 07 14:47:46 2017 xorriso : UPDATE : 84.91% done, estimate finish Sat Oct 07 14:47:49 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 85.34% done, estimate finish Sat Oct 07 14:47:47 2017 xorriso : UPDATE : 85.48% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 85.64% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 85.88% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 85.90% done, estimate finish Sat Oct 07 14:48:00 2017 xorriso : UPDATE : 85.90% done, estimate finish Sat Oct 07 14:48:08 2017 xorriso : UPDATE : 86.54% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 86.64% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 86.73% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 86.88% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 87.02% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 87.18% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 87.38% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 87.48% done, estimate finish Sat Oct 07 14:47:56 2017 xorriso : UPDATE : 87.48% done, estimate finish Sat Oct 07 14:48:03 2017 xorriso : UPDATE : 88.00% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 88.17% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 88.26% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 88.40% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 88.52% done, estimate finish Sat Oct 07 14:47:56 2017 xorriso : UPDATE : 88.54% done, estimate finish Sat Oct 07 14:48:00 2017 xorriso : UPDATE : 89.06% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 89.35% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 89.35% done, estimate finish Sat Oct 07 14:47:59 2017 xorriso : UPDATE : 90.03% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 90.30% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 90.43% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 90.65% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 90.85% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 91.09% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 91.34% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 91.59% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 91.81% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 91.93% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 92.27% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 92.49% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 92.59% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 92.74% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 92.82% done, estimate finish Sat Oct 07 14:47:42 2017 xorriso : UPDATE : 92.82% done, estimate finish Sat Oct 07 14:47:45 2017 xorriso : UPDATE : 93.81% done, estimate finish Sat Oct 07 14:47:37 2017 xorriso : UPDATE : 94.05% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 94.32% done, estimate finish Sat Oct 07 14:47:35 2017 xorriso : UPDATE : 94.55% done, estimate finish Sat Oct 07 14:47:36 2017 xorriso : UPDATE : 94.61% done, estimate finish Sat Oct 07 14:47:38 2017 xorriso : UPDATE : 94.75% done, estimate finish Sat Oct 07 14:47:39 2017 xorriso : UPDATE : 94.86% done, estimate finish Sat Oct 07 14:47:40 2017 xorriso : UPDATE : 94.90% done, estimate finish Sat Oct 07 14:47:42 2017 xorriso : UPDATE : 95.02% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 95.21% done, estimate finish Sat Oct 07 14:47:43 2017 xorriso : UPDATE : 95.31% done, estimate finish Sat Oct 07 14:47:44 2017 xorriso : UPDATE : 95.52% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 95.59% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 95.80% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 95.84% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 95.84% done, estimate finish Sat Oct 07 14:47:57 2017 xorriso : UPDATE : 96.22% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 96.44% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 96.66% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 96.80% done, estimate finish Sat Oct 07 14:47:50 2017 xorriso : UPDATE : 96.88% done, estimate finish Sat Oct 07 14:47:51 2017 xorriso : UPDATE : 96.99% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 97.05% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 97.19% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 97.36% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 97.49% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 97.71% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 97.88% done, estimate finish Sat Oct 07 14:47:52 2017 xorriso : UPDATE : 97.93% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 98.00% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 98.17% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 98.35% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 98.53% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 98.62% done, estimate finish Sat Oct 07 14:47:54 2017 xorriso : UPDATE : 98.65% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 98.82% done, estimate finish Sat Oct 07 14:47:55 2017 xorriso : UPDATE : 98.82% done, estimate finish Sat Oct 07 14:47:56 2017 xorriso : UPDATE : 98.82% done, estimate finish Sat Oct 07 14:47:58 2017 xorriso : UPDATE : 98.82% done, estimate finish Sat Oct 07 14:47:59 2017 xorriso : UPDATE : 99.54% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 99.66% done, estimate finish Sat Oct 07 14:47:53 2017 xorriso : UPDATE : 99.90% done xorriso : UPDATE : 99.96% done xorriso : UPDATE : Thank you for being patient. Working since 561 seconds. ISO image produced: 6931079 sectors Written to medium : 6931079 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. /home/debian-cd/build.stretch/debian-cd/tools/imagesums /org/cdbuilder.debian.org/dst/deb-cd/out/9i386 c457e93ff6f94d4c1ad394de7f6ba954f1f9a037 debian-9.2.0-i386-BD-1.iso 1f81ebd5c35eecf79ba42638696d12f5 debian-9.2.0-i386-BD-1.iso f4f84cba86e7f4c126283964c96a7e738bbae14cce64bde60f07ffbdba6497c0488d53fab9153e5d1afd4b02e7bc466ebe1e64713608519227fab3b768afd391 debian-9.2.0-i386-BD-1.iso 79858e09f4b7ce705b73551d54523c9558b68dadaf6a485e87cfc848b750b9a4 debian-9.2.0-i386-BD-1.iso 696ee6f3a6d1d5d137896c4da5e1eef83e64e81e debian-9.2.0-i386-BD-2.iso 1f885a3808336db96eac3eb5f66e17d2 debian-9.2.0-i386-BD-2.iso 8ca0f0666b4aab14955609a00c85b1e6f5e45e760ce02575b7c5a6d75c01df71093ed1dea6d87816c5c8d3fee65bcf64b4fa3976c0ee54c6e8b0e1ff7d0321ec debian-9.2.0-i386-BD-2.iso 3ab66e0d7fd63bcc04cf30375b8689d6b769f24b1d6465a50c4d742ce892c81d debian-9.2.0-i386-BD-2.iso 576fc900a224c3b4911c3765cdae5804ad0d5aba debian-9.2.0-i386-BD-3.iso cd2fbfb20fd95d460237925436136d84 debian-9.2.0-i386-BD-3.iso c0f248a8de5f09f0bbd6db29d770ae4a4fd86e271ce100d3833a3e669ac87187b82cd1a9b17eed12ecd1b1e8b1fed3a4b52fb788c4064ca397f002510d9a4bf4 debian-9.2.0-i386-BD-3.iso 8b5c87bb8748ec7b08d0ff5340c51c1d8cf4e292771d30dbe340fbbfc99a433b debian-9.2.0-i386-BD-3.iso Sat 7 Oct 14:47:55 UTC 2017: Finished.