Sat 7 Oct 12:07:51 UTC 2017: Using CONF from /home/debian-cd/build.stretch/CONF.sh.stretch_release. rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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/Damd64/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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/Damd64/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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/Damd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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 amd64; 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/Damd64/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/Damd64/apt/stretch-backports-$ARCH/status 2>/dev/null || make status || make correctstatus ; \ fi; \ done Using the provided status file for stretch-amd64 ... 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/Damd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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 amd64; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "D" = "1" -o "D" = "2" -o "D" = "C" -o "D" = "F" ];then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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/Damd64/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/Damd64/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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/Damd64/archive-keyring for ARCH in amd64; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ fi; \ done # Updating the apt database for ARCH in amd64; 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/Damd64/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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 amd64; 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/Damd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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 [ "amd64" != "source" ] ; then \ for ARCH in amd64; 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 [ "amd64" != "source" ] ; then \ for ARCH in amd64; 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/Damd64/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/Damd64/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi set -e; \ if [ "amd64" != "source" ] ; then \ for ARCH in amd64; 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/Damd64/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/Damd64/apt/stretch-backports-$ARCH/status; \ done; \ fi; \ done; \ fi amd64:ca-certificates amd64:dh-python amd64:dmsetup amd64:gnupg-agent amd64:libapparmor1 amd64:libassuan0 amd64:libaudit-common amd64:libaudit1 amd64:libbsd0 amd64:libcap-ng0 amd64:libcryptsetup4 amd64:libcurl3-gnutls amd64:libdbus-1-3 amd64:libdebconfclient0 amd64:libdevmapper1.02.1 amd64:libdns-export162 amd64:libelf1 amd64:libev4 amd64:libexpat1 amd64:libfastjson4 amd64:libffi6 amd64:libgeoip1 amd64:libgmp10 amd64:libhogweed4 amd64:libicu57 amd64:libidn2-0 amd64:libip4tc0 amd64:libip6tc0 amd64:libiptc0 amd64:libisc-export160 amd64:libisccc140 amd64:libisccfg140 amd64:libksba8 amd64:liblocale-gettext-perl amd64:liblognorm5 amd64:liblz4-1 amd64:libmnl0 amd64:libmpdec2 amd64:libncurses5 amd64:libnetfilter-conntrack3 amd64:libnettle6 amd64:libnfnetlink0 amd64:libnghttp2-14 amd64:libnpth0 amd64:libperl5.24 amd64:libpsl5 amd64:libpython-stdlib amd64:libpython2.7-minimal amd64:libpython2.7-stdlib amd64:libpython3-stdlib amd64:libpython3.5-minimal amd64:libpython3.5-stdlib amd64:librtmp1 amd64:libseccomp2 amd64:libsemanage-common amd64:libsemanage1 amd64:libssh2-1 amd64:libsystemd0 amd64:libtext-charwidth-perl amd64:libtext-iconv-perl amd64:libtext-wrapi18n-perl amd64:libunistring0 amd64:libustr-1.0-1 amd64:libverto-libev1 amd64:libverto1 amd64:libxtables12 amd64:openssl amd64:pinentry-curses amd64:python-apt-common amd64:python2.7-minimal amd64:python3 amd64:python3-apt amd64:python3-chardet amd64:python3-debian amd64:python3-debianbts amd64:python3-httplib2 amd64:python3-minimal amd64:python3-pkg-resources amd64:python3-pycurl amd64:python3-pysimplesoap amd64:python3-requests amd64:python3-six amd64:python3-urllib3 amd64:python3.5 amd64:python3.5-minimal amd64:xxd for ARCH in amd64; 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 "amd64" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615+deb9u2/images/MD5SUMS for ARCH in amd64; 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/Damd64/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and no isos for amd64 DLBD 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/Damd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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 [ "amd64" != "source" ] ; then \ for ARCH in amd64; 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 [ "D"x = "1"x ] ; then \ : ; \ elif [ "D"x = "2"x -o "D"x = "C"x ] ; then \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _D != _1 ]; then \ for ARCH in amd64; 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/Damd64/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/debootstrap.tmp; \ done; \ fi; \ fi for ARCH in amd64; 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/Damd64/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list; fi for ARCH in amd64; do \ ARCH=$ARCH /home/debian-cd/build.stretch/debian-cd/tools/sort_deps /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list; \ done Running sort_deps to sort packages for amd64: Generating dependency tree with apt-cache depends... Adding standard, required, important and base packages first S/R/I/B packages take 116358928 bytes Adding the rest of the requested packages Now up to 2815154874 bytes COMPLETE=1; add all remaining packages Done: processed/sorted 51327 packages, total size 59960944934 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/Damd64/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/apt "amd64" /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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/Damd64 stretch "amd64" "/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 amd64: Done: Read details of 51327 packages for amd64 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/amd64_udeb_exclude Adding docs to CD1 removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.cn.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.fi.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.pt_BR.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-2.2.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ca.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.cs.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.de.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.es.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.fr.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.it.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ja.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.lt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ml.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.pt.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ro.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.ru.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.sigs.tar.gz' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.sk.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.sv.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.txt' removed '/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD1/doc/dedication/dedication-5.0.vi.txt' Extracting FAQ on CD1 Adding installtools Downloading most recent release notes for amd64 converted 'http://www.debian.org/releases/stretch/release-notes-amd64.tar.gz' (ANSI_X3.4-1968) -> 'http://www.debian.org/releases/stretch/release-notes-amd64.tar.gz' (UTF-8) --2017-10-07 12:12:41-- http://www.debian.org/releases/stretch/release-notes-amd64.tar.gz Resolving www.debian.org (www.debian.org)... 2001:67c:2564:a119::148:14, 2001:41c8:1000:21::21:4, 5.153.231.4, ... Connecting to www.debian.org (www.debian.org)|2001:67c:2564:a119::148:14|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6402189 (6.1M) [application/x-gzip] Saving to: 'release-notes-amd64.tar.gz' 0K .......... .......... .......... .......... .......... 0% 504K 12s 50K .......... .......... .......... .......... .......... 1% 994K 9s 100K .......... .......... .......... .......... .......... 2% 1004K 8s 150K .......... .......... .......... .......... .......... 3% 1004K 8s 200K .......... .......... .......... .......... .......... 3% 505K 8s 250K .......... .......... .......... .......... .......... 4% 93.1M 7s 300K .......... .......... .......... .......... .......... 5% 986K 7s 350K .......... .......... .......... .......... .......... 6% 509K 7s 400K .......... .......... .......... .......... .......... 7% 989K 7s 450K .......... .......... .......... .......... .......... 7% 996K 7s 500K .......... .......... .......... .......... .......... 8% 997K 7s 550K .......... .......... .......... .......... .......... 9% 513K 7s 600K .......... .......... .......... .......... .......... 10% 958K 7s 650K .......... .......... .......... .......... .......... 11% 991K 7s 700K .......... .......... .......... .......... .......... 11% 502K 7s 750K .......... .......... .......... .......... .......... 12% 1.34M 7s 800K .......... .......... .......... .......... .......... 13% 780K 7s 850K .......... .......... .......... .......... .......... 14% 335K 7s 900K .......... .......... .......... .......... .......... 15% 486K 7s 950K .......... .......... .......... .......... .......... 15% 496K 7s 1000K .......... .......... .......... .......... .......... 16% 501K 7s 1050K .......... .......... .......... .......... .......... 17% 356K 8s 1100K .......... .......... .......... .......... .......... 18% 461K 8s 1150K .......... .......... .......... .......... .......... 19% 501K 8s 1200K .......... .......... .......... .......... .......... 19% 341K 8s 1250K .......... .......... .......... .......... .......... 20% 491K 8s 1300K .......... .......... .......... .......... .......... 21% 502K 8s 1350K .......... .......... .......... .......... .......... 22% 502K 8s 1400K .......... .......... .......... .......... .......... 23% 512K 8s 1450K .......... .......... .......... .......... .......... 23% 560K 8s 1500K .......... .......... .......... .......... .......... 24% 803K 8s 1550K .......... .......... .......... .......... .......... 25% 512K 8s 1600K .......... .......... .......... .......... .......... 26% 566K 8s 1650K .......... .......... .......... .......... .......... 27% 792K 7s 1700K .......... .......... .......... .......... .......... 27% 580K 7s 1750K .......... .......... .......... .......... .......... 28% 823K 7s 1800K .......... .......... .......... .......... .......... 29% 941K 7s 1850K .......... .......... .......... .......... .......... 30% 585K 7s 1900K .......... .......... .......... .......... .......... 31% 796K 7s 1950K .......... .......... .......... .......... .......... 31% 977K 7s 2000K .......... .......... .......... .......... .......... 32% 581K 7s 2050K .......... .......... .......... .......... .......... 33% 784K 7s 2100K .......... .......... .......... .......... .......... 34% 993K 6s 2150K .......... .......... .......... .......... .......... 35% 505K 6s 2200K .......... .......... .......... .......... .......... 35% 583K 6s 2250K .......... .......... .......... .......... .......... 36% 785K 6s 2300K .......... .......... .......... .......... .......... 37% 582K 6s 2350K .......... .......... .......... .......... .......... 38% 789K 6s 2400K .......... .......... .......... .......... .......... 39% 588K 6s 2450K .......... .......... .......... .......... .......... 39% 808K 6s 2500K .......... .......... .......... .......... .......... 40% 933K 6s 2550K .......... .......... .......... .......... .......... 41% 598K 6s 2600K .......... .......... .......... .......... .......... 42% 805K 6s 2650K .......... .......... .......... .......... .......... 43% 934K 6s 2700K .......... .......... .......... .......... .......... 43% 600K 5s 2750K .......... .......... .......... .......... .......... 44% 995K 5s 2800K .......... .......... .......... .......... .......... 45% 825K 5s 2850K .......... .......... .......... .......... .......... 46% 923K 5s 2900K .......... .......... .......... .......... .......... 47% 980K 5s 2950K .......... .......... .......... .......... .......... 47% 1000K 5s 3000K .......... .......... .......... .......... .......... 48% 607K 5s 3050K .......... .......... .......... .......... .......... 49% 1006K 5s 3100K .......... .......... .......... .......... .......... 50% 762K 5s 3150K .......... .......... .......... .......... .......... 51% 1005K 5s 3200K .......... .......... .......... .......... .......... 51% 596K 5s 3250K .......... .......... .......... .......... .......... 52% 751K 4s 3300K .......... .......... .......... .......... .......... 53% 501K 4s 3350K .......... .......... .......... .......... .......... 54% 502K 4s 3400K .......... .......... .......... .......... .......... 55% 498K 4s 3450K .......... .......... .......... .......... .......... 55% 504K 4s 3500K .......... .......... .......... .......... .......... 56% 506K 4s 3550K .......... .......... .......... .......... .......... 57% 576K 4s 3600K .......... .......... .......... .......... .......... 58% 755K 4s 3650K .......... .......... .......... .......... .......... 59% 595K 4s 3700K .......... .......... .......... .......... .......... 59% 761K 4s 3750K .......... .......... .......... .......... .......... 60% 596K 4s 3800K .......... .......... .......... .......... .......... 61% 741K 4s 3850K .......... .......... .......... .......... .......... 62% 623K 4s 3900K .......... .......... .......... .......... .......... 63% 768K 4s 3950K .......... .......... .......... .......... .......... 63% 931K 3s 4000K .......... .......... .......... .......... .......... 64% 614K 3s 4050K .......... .......... .......... .......... .......... 65% 943K 3s 4100K .......... .......... .......... .......... .......... 66% 825K 3s 4150K .......... .......... .......... .......... .......... 67% 928K 3s 4200K .......... .......... .......... .......... .......... 67% 1001K 3s 4250K .......... .......... .......... .......... .......... 68% 616K 3s 4300K .......... .......... .......... .......... .......... 69% 957K 3s 4350K .......... .......... .......... .......... .......... 70% 981K 3s 4400K .......... .......... .......... .......... .......... 71% 996K 3s 4450K .......... .......... .......... .......... .......... 71% 784K 3s 4500K .......... .......... .......... .......... .......... 72% 967K 3s 4550K .......... .......... .......... .......... .......... 73% 1001K 2s 4600K .......... .......... .......... .......... .......... 74% 997K 2s 4650K .......... .......... .......... .......... .......... 75% 955K 2s 4700K .......... .......... .......... .......... .......... 75% 642K 2s 4750K .......... .......... .......... .......... .......... 76% 746K 2s 4800K .......... .......... .......... .......... .......... 77% 924K 2s 4850K .......... .......... .......... .......... .......... 78% 636K 2s 4900K .......... .......... .......... .......... .......... 79% 952K 2s 4950K .......... .......... .......... .......... .......... 79% 745K 2s 5000K .......... .......... .......... .......... .......... 80% 971K 2s 5050K .......... .......... .......... .......... .......... 81% 634K 2s 5100K .......... .......... .......... .......... .......... 82% 945K 2s 5150K .......... .......... .......... .......... .......... 83% 781K 2s 5200K .......... .......... .......... .......... .......... 83% 909K 1s 5250K .......... .......... .......... .......... .......... 84% 1000K 1s 5300K .......... .......... .......... .......... .......... 85% 995K 1s 5350K .......... .......... .......... .......... .......... 86% 651K 1s 5400K .......... .......... .......... .......... .......... 87% 1001K 1s 5450K .......... .......... .......... .......... .......... 87% 975K 1s 5500K .......... .......... .......... .......... .......... 88% 981K 1s 5550K .......... .......... .......... .......... .......... 89% 987K 1s 5600K .......... .......... .......... .......... .......... 90% 796K 1s 5650K .......... .......... .......... .......... .......... 91% 1005K 1s 5700K .......... .......... .......... .......... .......... 91% 1003K 1s 5750K .......... .......... .......... .......... .......... 92% 1004K 1s 5800K .......... .......... .......... .......... .......... 93% 1.31M 1s 5850K .......... .......... .......... .......... .......... 94% 1005K 0s 5900K .......... .......... .......... .......... .......... 95% 1.02M 0s 5950K .......... .......... .......... .......... .......... 95% 1.03M 0s 6000K .......... .......... .......... .......... .......... 96% 1011K 0s 6050K .......... .......... .......... .......... .......... 97% 1008K 0s 6100K .......... .......... .......... .......... .......... 98% 2.00M 0s 6150K .......... .......... .......... .......... .......... 99% 1009K 0s 6200K .......... .......... .......... .......... .......... 99% 1011K 0s 6250K .. 100% 4077G=8.6s 2017-10-07 12:12:50 (728 KB/s) - 'release-notes-amd64.tar.gz' saved [6402189/6402189] 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 amd64: Running tools/boot/stretch/boot-amd64 1 /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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 amd64 on CD1 gtk/vmlinuz identical to ../vmlinuz. Linking xen/vmlinuz identical to ../vmlinuz. Linking xen/initrd.gz identical to ../gtk/initrd.gz. Linking Adding EFI boot code for amd64 on CD1 CD1/boot/grub/grub.cfg has 12 boot entries defined Using newer EFI support in xorriso 10306 Adding README.source Starting new "amd64" DLBD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 50GB DLBD, 23652352 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. 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. 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 amd64 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 32717 packages, 23639908 blocks, 48414531584 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 amd64: Running tools/boot/stretch/boot-amd64 2 /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch/CD2 Starting new "amd64" DLBD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 50GB DLBD, 23652352 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 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 (not) filled with 18610 packages, 5802104 blocks, 11882708992 bytes Finished: 51327 packages placed /home/debian-cd/build.stretch/debian-cd/tools/grab_md5 /srv/cdbuilder.debian.org/src/ftp/debian "amd64" stretch stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/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-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/contrib/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/debian-installer/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/binary-amd64/Packages.xz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.gz /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/non-free/debian-installer/binary-amd64/Packages.xz Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615/images/MD5SUMS Using MD5 sums from d-i: /srv/cdbuilder.debian.org/src/ftp/debian/dists/stretch/main/installer-amd64/20170615+deb9u2/images/MD5SUMS for ARCH in amd64; 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/Damd64/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/Damd64/stretch" "amd64" "/org/cdbuilder.debian.org/dst/deb-cd/out/Damd64" "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 amd64 iso/jigdo images ... Last-minute updates: README.html README.txt Sat 7 Oct 12:41:20 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 amd64 1' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.2.0-amd64-DLBD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.2.0-amd64-DLBD-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/Damd64/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/Damd64/stretch/boot1' xorriso : UPDATE : 31 files added in 1 seconds xorriso : UPDATE : 22600 files added in 1 seconds xorriso : UPDATE : 45600 files added in 2 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/Damd64/stretch/CD1' xorriso : UPDATE : 49506 files added in 2 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/mnt/cd-src/deb-cd/tmp/Damd64/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_amd64.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_amd64.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_amd64.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_amd64.deb 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_amd64.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: NOTE : Automatically adjusted MBR geometry to 5887/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.05% done, estimate finish Sat Oct 07 13:58:26 2017 xorriso : UPDATE : 0.07% done, estimate finish Sat Oct 07 14:01:42 2017 xorriso : UPDATE : 0.08% done, estimate finish Sat Oct 07 14:08:51 2017 xorriso : UPDATE : 0.10% done, estimate finish Sat Oct 07 14:06:38 2017 xorriso : UPDATE : 0.12% done, estimate finish Sat Oct 07 14:05:12 2017 xorriso : UPDATE : 0.13% done, estimate finish Sat Oct 07 14:12:20 2017 xorriso : UPDATE : 0.15% done, estimate finish Sat Oct 07 14:09:53 2017 xorriso : UPDATE : 0.17% done, estimate finish Sat Oct 07 14:10:09 2017 xorriso : UPDATE : 0.18% done, estimate finish Sat Oct 07 14:14:30 2017 xorriso : UPDATE : 0.30% done, estimate finish Sat Oct 07 13:44:44 2017 xorriso : UPDATE : 0.38% done, estimate finish Sat Oct 07 13:34:54 2017 xorriso : UPDATE : 0.43% done, estimate finish Sat Oct 07 13:32:37 2017 xorriso : UPDATE : 0.48% done, estimate finish Sat Oct 07 13:22:52 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:22:04 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:25:47 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:29:28 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:33:10 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:36:51 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:40:32 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:44:14 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:47:37 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:51:18 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:55:00 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 16:25:33 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 16:44:23 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 17:03:12 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 17:22:02 2017 xorriso : UPDATE : 1.48% done, estimate finish Sat Oct 07 13:08:44 2017 xorriso : UPDATE : 1.54% done, estimate finish Sat Oct 07 13:08:52 2017 xorriso : UPDATE : 1.58% done, estimate finish Sat Oct 07 13:09:13 2017 xorriso : UPDATE : 1.71% done, estimate finish Sat Oct 07 13:07:51 2017 xorriso : UPDATE : 1.73% done, estimate finish Sat Oct 07 13:08:44 2017 xorriso : UPDATE : 1.73% done, estimate finish Sat Oct 07 13:09:55 2017 xorriso : UPDATE : 1.89% done, estimate finish Sat Oct 07 13:01:53 2017 xorriso : UPDATE : 1.93% done, estimate finish Sat Oct 07 13:02:26 2017 xorriso : UPDATE : 1.97% done, estimate finish Sat Oct 07 13:02:57 2017 xorriso : UPDATE : 2.03% done, estimate finish Sat Oct 07 13:03:15 2017 xorriso : UPDATE : 2.08% done, estimate finish Sat Oct 07 13:03:35 2017 xorriso : UPDATE : 2.13% done, estimate finish Sat Oct 07 13:03:56 2017 xorriso : UPDATE : 2.16% done, estimate finish Sat Oct 07 13:04:34 2017 xorriso : UPDATE : 2.20% done, estimate finish Sat Oct 07 13:04:58 2017 xorriso : UPDATE : 2.25% done, estimate finish Sat Oct 07 13:05:16 2017 xorriso : UPDATE : 2.28% done, estimate finish Sat Oct 07 13:05:41 2017 xorriso : UPDATE : 2.34% done, estimate finish Sat Oct 07 13:15:12 2017 xorriso : UPDATE : 2.37% done, estimate finish Sat Oct 07 13:15:57 2017 xorriso : UPDATE : 2.41% done, estimate finish Sat Oct 07 13:16:06 2017 xorriso : UPDATE : 2.44% done, estimate finish Sat Oct 07 13:16:43 2017 xorriso : UPDATE : 2.52% done, estimate finish Sat Oct 07 13:15:15 2017 xorriso : UPDATE : 2.57% done, estimate finish Sat Oct 07 13:15:24 2017 xorriso : UPDATE : 2.61% done, estimate finish Sat Oct 07 13:15:37 2017 xorriso : UPDATE : 2.65% done, estimate finish Sat Oct 07 13:15:48 2017 xorriso : UPDATE : 2.65% done, estimate finish Sat Oct 07 13:17:13 2017 xorriso : UPDATE : 2.65% done, estimate finish Sat Oct 07 13:18:38 2017 xorriso : UPDATE : 2.90% done, estimate finish Sat Oct 07 13:11:15 2017 xorriso : UPDATE : 2.93% done, estimate finish Sat Oct 07 13:12:07 2017 xorriso : UPDATE : 2.93% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 2.93% done, estimate finish Sat Oct 07 13:15:29 2017 xorriso : UPDATE : 2.93% done, estimate finish Sat Oct 07 13:17:10 2017 xorriso : UPDATE : 3.18% done, estimate finish Sat Oct 07 13:11:21 2017 xorriso : UPDATE : 3.27% done, estimate finish Sat Oct 07 13:10:41 2017 xorriso : UPDATE : 3.35% done, estimate finish Sat Oct 07 13:10:15 2017 xorriso : UPDATE : 3.35% done, estimate finish Sat Oct 07 13:11:19 2017 xorriso : UPDATE : 3.44% done, estimate finish Sat Oct 07 13:10:44 2017 xorriso : UPDATE : 3.49% done, estimate finish Sat Oct 07 13:10:33 2017 xorriso : UPDATE : 3.53% done, estimate finish Sat Oct 07 13:11:08 2017 xorriso : UPDATE : 3.61% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 3.66% done, estimate finish Sat Oct 07 13:10:38 2017 xorriso : UPDATE : 3.71% done, estimate finish Sat Oct 07 13:10:48 2017 xorriso : UPDATE : 3.76% done, estimate finish Sat Oct 07 13:11:07 2017 xorriso : UPDATE : 3.76% done, estimate finish Sat Oct 07 13:12:18 2017 xorriso : UPDATE : 3.89% done, estimate finish Sat Oct 07 13:10:39 2017 xorriso : UPDATE : 4.00% done, estimate finish Sat Oct 07 13:09:53 2017 xorriso : UPDATE : 4.00% done, estimate finish Sat Oct 07 13:10:49 2017 xorriso : UPDATE : 4.11% done, estimate finish Sat Oct 07 13:09:37 2017 xorriso : UPDATE : 4.11% done, estimate finish Sat Oct 07 13:11:09 2017 xorriso : UPDATE : 4.11% done, estimate finish Sat Oct 07 13:12:40 2017 xorriso : UPDATE : 4.31% done, estimate finish Sat Oct 07 13:09:20 2017 xorriso : UPDATE : 4.34% done, estimate finish Sat Oct 07 13:10:00 2017 xorriso : UPDATE : 4.38% done, estimate finish Sat Oct 07 13:10:17 2017 xorriso : UPDATE : 4.47% done, estimate finish Sat Oct 07 13:09:45 2017 xorriso : UPDATE : 4.47% done, estimate finish Sat Oct 07 13:10:47 2017 xorriso : UPDATE : 4.55% done, estimate finish Sat Oct 07 13:10:27 2017 xorriso : UPDATE : 4.57% done, estimate finish Sat Oct 07 13:10:58 2017 xorriso : UPDATE : 4.66% done, estimate finish Sat Oct 07 13:10:25 2017 xorriso : UPDATE : 4.66% done, estimate finish Sat Oct 07 13:12:58 2017 xorriso : UPDATE : 4.66% done, estimate finish Sat Oct 07 13:14:38 2017 xorriso : UPDATE : 4.86% done, estimate finish Sat Oct 07 13:10:28 2017 xorriso : UPDATE : 4.91% done, estimate finish Sat Oct 07 13:10:44 2017 xorriso : UPDATE : 4.94% done, estimate finish Sat Oct 07 13:11:06 2017 xorriso : UPDATE : 5.01% done, estimate finish Sat Oct 07 13:10:56 2017 xorriso : UPDATE : 5.05% done, estimate finish Sat Oct 07 13:11:13 2017 xorriso : UPDATE : 5.11% done, estimate finish Sat Oct 07 13:11:06 2017 xorriso : UPDATE : 5.15% done, estimate finish Sat Oct 07 13:11:29 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 13:11:07 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 13:11:06 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 13:12:43 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 13:14:19 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 13:15:54 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 13:17:30 2017 xorriso : UPDATE : 5.49% done, estimate finish Sat Oct 07 13:11:25 2017 xorriso : UPDATE : 5.70% done, estimate finish Sat Oct 07 13:08:52 2017 xorriso : UPDATE : 5.76% done, estimate finish Sat Oct 07 13:08:52 2017 xorriso : UPDATE : 5.80% done, estimate finish Sat Oct 07 13:09:13 2017 xorriso : UPDATE : 5.84% done, estimate finish Sat Oct 07 13:09:30 2017 xorriso : UPDATE : 5.88% done, estimate finish Sat Oct 07 13:08:54 2017 xorriso : UPDATE : 5.92% done, estimate finish Sat Oct 07 13:09:19 2017 xorriso : UPDATE : 5.94% done, estimate finish Sat Oct 07 13:10:17 2017 xorriso : UPDATE : 5.99% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 5.99% done, estimate finish Sat Oct 07 13:11:41 2017 xorriso : UPDATE : 5.99% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 5.99% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 5.99% done, estimate finish Sat Oct 07 13:15:18 2017 xorriso : UPDATE : 6.35% done, estimate finish Sat Oct 07 13:09:31 2017 xorriso : UPDATE : 6.39% done, estimate finish Sat Oct 07 13:09:44 2017 xorriso : UPDATE : 6.41% done, estimate finish Sat Oct 07 13:11:53 2017 xorriso : UPDATE : 6.47% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 6.49% done, estimate finish Sat Oct 07 13:12:37 2017 xorriso : UPDATE : 6.49% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 6.49% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 6.49% done, estimate finish Sat Oct 07 13:16:59 2017 xorriso : UPDATE : 6.49% done, estimate finish Sat Oct 07 13:18:26 2017 xorriso : UPDATE : 6.49% done, estimate finish Sat Oct 07 13:19:54 2017 xorriso : UPDATE : 6.97% done, estimate finish Sat Oct 07 13:09:46 2017 xorriso : UPDATE : 7.02% done, estimate finish Sat Oct 07 13:09:55 2017 xorriso : UPDATE : 7.05% done, estimate finish Sat Oct 07 13:09:12 2017 xorriso : UPDATE : 7.06% done, estimate finish Sat Oct 07 13:10:10 2017 xorriso : UPDATE : 7.06% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 7.21% done, estimate finish Sat Oct 07 13:09:39 2017 xorriso : UPDATE : 7.24% done, estimate finish Sat Oct 07 13:10:06 2017 xorriso : UPDATE : 7.31% done, estimate finish Sat Oct 07 13:10:05 2017 xorriso : UPDATE : 7.37% done, estimate finish Sat Oct 07 13:10:03 2017 xorriso : UPDATE : 7.44% done, estimate finish Sat Oct 07 13:09:46 2017 xorriso : UPDATE : 7.49% done, estimate finish Sat Oct 07 13:09:56 2017 xorriso : UPDATE : 7.55% done, estimate finish Sat Oct 07 13:09:58 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 13:11:30 2017 xorriso : UPDATE : 7.65% done, estimate finish Sat Oct 07 13:11:21 2017 xorriso : UPDATE : 7.67% done, estimate finish Sat Oct 07 13:12:04 2017 xorriso : UPDATE : 7.76% done, estimate finish Sat Oct 07 13:11:20 2017 xorriso : UPDATE : 7.76% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 7.86% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 7.91% done, estimate finish Sat Oct 07 13:11:37 2017 xorriso : UPDATE : 7.95% done, estimate finish Sat Oct 07 13:11:45 2017 xorriso : UPDATE : 7.97% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 7.97% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 8.13% done, estimate finish Sat Oct 07 13:11:33 2017 xorriso : UPDATE : 8.18% done, estimate finish Sat Oct 07 13:11:29 2017 xorriso : UPDATE : 8.25% done, estimate finish Sat Oct 07 13:11:05 2017 xorriso : UPDATE : 8.30% done, estimate finish Sat Oct 07 13:11:24 2017 xorriso : UPDATE : 8.35% done, estimate finish Sat Oct 07 13:11:20 2017 xorriso : UPDATE : 8.39% done, estimate finish Sat Oct 07 13:11:47 2017 xorriso : UPDATE : 8.43% done, estimate finish Sat Oct 07 13:11:56 2017 xorriso : UPDATE : 8.49% done, estimate finish Sat Oct 07 13:11:51 2017 xorriso : UPDATE : 8.54% done, estimate finish Sat Oct 07 13:11:52 2017 xorriso : UPDATE : 8.58% done, estimate finish Sat Oct 07 13:12:03 2017 xorriso : UPDATE : 8.64% done, estimate finish Sat Oct 07 13:12:34 2017 xorriso : UPDATE : 8.67% done, estimate finish Sat Oct 07 13:13:04 2017 xorriso : UPDATE : 8.69% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 8.74% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 8.77% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 8.85% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 8.89% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 8.94% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 8.98% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 9.02% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 9.06% done, estimate finish Sat Oct 07 13:15:49 2017 xorriso : UPDATE : 9.14% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 9.19% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 9.26% done, estimate finish Sat Oct 07 13:13:38 2017 xorriso : UPDATE : 9.31% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 9.35% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 9.39% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 9.43% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 9.46% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 9.50% done, estimate finish Sat Oct 07 13:14:38 2017 xorriso : UPDATE : 9.57% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 9.61% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 9.66% done, estimate finish Sat Oct 07 13:13:14 2017 xorriso : UPDATE : 9.69% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 9.76% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 9.79% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 9.82% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 9.83% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 9.95% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 9.95% done, estimate finish Sat Oct 07 13:14:16 2017 xorriso : UPDATE : 10.00% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 10.03% done, estimate finish Sat Oct 07 13:16:40 2017 xorriso : UPDATE : 10.09% done, estimate finish Sat Oct 07 13:15:50 2017 xorriso : UPDATE : 10.13% done, estimate finish Sat Oct 07 13:15:56 2017 xorriso : UPDATE : 10.17% done, estimate finish Sat Oct 07 13:16:00 2017 xorriso : UPDATE : 10.23% done, estimate finish Sat Oct 07 13:15:36 2017 xorriso : UPDATE : 10.27% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 10.30% done, estimate finish Sat Oct 07 13:15:54 2017 xorriso : UPDATE : 10.33% done, estimate finish Sat Oct 07 13:16:16 2017 xorriso : UPDATE : 10.39% done, estimate finish Sat Oct 07 13:15:55 2017 xorriso : UPDATE : 10.46% done, estimate finish Sat Oct 07 13:15:24 2017 xorriso : UPDATE : 10.49% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 10.49% done, estimate finish Sat Oct 07 13:16:27 2017 xorriso : UPDATE : 10.64% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 10.64% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 10.76% done, estimate finish Sat Oct 07 13:12:36 2017 xorriso : UPDATE : 10.80% done, estimate finish Sat Oct 07 13:12:54 2017 xorriso : UPDATE : 10.86% done, estimate finish Sat Oct 07 13:12:45 2017 xorriso : UPDATE : 10.86% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:14:47 2017 xorriso : UPDATE : 11.19% done, estimate finish Sat Oct 07 13:09:56 2017 xorriso : UPDATE : 11.25% done, estimate finish Sat Oct 07 13:09:58 2017 xorriso : UPDATE : 11.26% done, estimate finish Sat Oct 07 13:11:03 2017 xorriso : UPDATE : 11.37% done, estimate finish Sat Oct 07 13:10:11 2017 xorriso : UPDATE : 11.40% done, estimate finish Sat Oct 07 13:10:33 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 13:10:29 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 13:11:21 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 13:12:14 2017 xorriso : UPDATE : 11.69% done, estimate finish Sat Oct 07 13:10:03 2017 xorriso : UPDATE : 11.69% done, estimate finish Sat Oct 07 13:08:25 2017 xorriso : UPDATE : 11.72% done, estimate finish Sat Oct 07 13:08:57 2017 xorriso : UPDATE : 11.73% done, estimate finish Sat Oct 07 13:09:54 2017 xorriso : UPDATE : 11.83% done, estimate finish Sat Oct 07 13:09:25 2017 xorriso : UPDATE : 11.90% done, estimate finish Sat Oct 07 13:09:18 2017 xorriso : UPDATE : 11.95% done, estimate finish Sat Oct 07 13:09:34 2017 xorriso : UPDATE : 12.00% done, estimate finish Sat Oct 07 13:09:42 2017 xorriso : UPDATE : 12.04% done, estimate finish Sat Oct 07 13:09:57 2017 xorriso : UPDATE : 12.10% done, estimate finish Sat Oct 07 13:10:01 2017 xorriso : UPDATE : 12.12% done, estimate finish Sat Oct 07 13:10:31 2017 xorriso : UPDATE : 12.13% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 12.24% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 12.28% done, estimate finish Sat Oct 07 13:13:37 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 12.38% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 12.44% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 12.47% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 12.50% done, estimate finish Sat Oct 07 13:14:07 2017 xorriso : UPDATE : 12.53% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 12.58% done, estimate finish Sat Oct 07 13:14:28 2017 xorriso : UPDATE : 12.62% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 12.63% done, estimate finish Sat Oct 07 13:14:59 2017 xorriso : UPDATE : 12.73% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 12.78% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 12.82% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 12.86% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 12.93% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 12.99% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 13.04% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 13.08% done, estimate finish Sat Oct 07 13:13:32 2017 xorriso : UPDATE : 13.13% done, estimate finish Sat Oct 07 13:13:27 2017 xorriso : UPDATE : 13.16% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 13.22% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 13.26% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 13.26% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 13.39% done, estimate finish Sat Oct 07 13:13:18 2017 xorriso : UPDATE : 13.42% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 13.49% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 13.49% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 13.60% done, estimate finish Sat Oct 07 13:13:02 2017 xorriso : UPDATE : 13.66% done, estimate finish Sat Oct 07 13:12:57 2017 xorriso : UPDATE : 13.70% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 13.74% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 13.80% done, estimate finish Sat Oct 07 13:12:54 2017 xorriso : UPDATE : 13.85% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 13.91% done, estimate finish Sat Oct 07 13:12:51 2017 xorriso : UPDATE : 13.97% done, estimate finish Sat Oct 07 13:12:44 2017 xorriso : UPDATE : 13.99% done, estimate finish Sat Oct 07 13:13:13 2017 xorriso : UPDATE : 14.03% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 14.09% done, estimate finish Sat Oct 07 13:13:22 2017 xorriso : UPDATE : 14.11% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 14.13% done, estimate finish Sat Oct 07 13:16:08 2017 xorriso : UPDATE : 14.23% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 14.26% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 14.26% done, estimate finish Sat Oct 07 13:16:10 2017 xorriso : UPDATE : 14.39% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 14.43% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 14.47% done, estimate finish Sat Oct 07 13:14:12 2017 xorriso : UPDATE : 14.49% done, estimate finish Sat Oct 07 13:14:51 2017 xorriso : UPDATE : 14.56% done, estimate finish Sat Oct 07 13:14:17 2017 xorriso : UPDATE : 14.59% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 14.61% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 14.64% done, estimate finish Sat Oct 07 13:14:51 2017 xorriso : UPDATE : 14.68% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 14.74% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 14.79% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 14.81% done, estimate finish Sat Oct 07 13:15:18 2017 xorriso : UPDATE : 14.91% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 14.92% done, estimate finish Sat Oct 07 13:14:57 2017 xorriso : UPDATE : 15.00% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 15.08% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 15.12% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 15.16% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 15.19% done, estimate finish Sat Oct 07 13:14:12 2017 xorriso : UPDATE : 15.23% done, estimate finish Sat Oct 07 13:14:39 2017 xorriso : UPDATE : 15.23% done, estimate finish Sat Oct 07 13:15:57 2017 xorriso : UPDATE : 15.23% done, estimate finish Sat Oct 07 13:17:15 2017 xorriso : UPDATE : 15.23% done, estimate finish Sat Oct 07 13:18:32 2017 xorriso : UPDATE : 15.23% done, estimate finish Sat Oct 07 13:19:51 2017 xorriso : UPDATE : 15.53% done, estimate finish Sat Oct 07 13:13:32 2017 xorriso : UPDATE : 15.61% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 15.65% done, estimate finish Sat Oct 07 13:13:07 2017 xorriso : UPDATE : 15.70% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 15.73% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 15.73% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 15.87% done, estimate finish Sat Oct 07 13:12:51 2017 xorriso : UPDATE : 15.91% done, estimate finish Sat Oct 07 13:13:07 2017 xorriso : UPDATE : 16.01% done, estimate finish Sat Oct 07 13:12:20 2017 xorriso : UPDATE : 16.02% done, estimate finish Sat Oct 07 13:13:00 2017 xorriso : UPDATE : 16.09% done, estimate finish Sat Oct 07 13:12:39 2017 xorriso : UPDATE : 16.15% done, estimate finish Sat Oct 07 13:12:41 2017 xorriso : UPDATE : 16.20% done, estimate finish Sat Oct 07 13:12:21 2017 xorriso : UPDATE : 16.23% done, estimate finish Sat Oct 07 13:12:49 2017 xorriso : UPDATE : 16.29% done, estimate finish Sat Oct 07 13:12:51 2017 xorriso : UPDATE : 16.29% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 16.29% done, estimate finish Sat Oct 07 13:15:17 2017 xorriso : UPDATE : 16.29% done, estimate finish Sat Oct 07 13:16:32 2017 xorriso : UPDATE : 16.56% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 16.59% done, estimate finish Sat Oct 07 13:12:17 2017 xorriso : UPDATE : 16.68% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 16.74% done, estimate finish Sat Oct 07 13:11:42 2017 xorriso : UPDATE : 16.74% done, estimate finish Sat Oct 07 13:12:33 2017 xorriso : UPDATE : 16.90% done, estimate finish Sat Oct 07 13:10:25 2017 xorriso : UPDATE : 16.94% done, estimate finish Sat Oct 07 13:10:43 2017 xorriso : UPDATE : 16.99% done, estimate finish Sat Oct 07 13:10:52 2017 xorriso : UPDATE : 17.11% done, estimate finish Sat Oct 07 13:10:05 2017 xorriso : UPDATE : 17.14% done, estimate finish Sat Oct 07 13:10:34 2017 xorriso : UPDATE : 17.21% done, estimate finish Sat Oct 07 13:10:23 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 13:10:19 2017 xorriso : UPDATE : 17.28% done, estimate finish Sat Oct 07 13:11:04 2017 xorriso : UPDATE : 17.36% done, estimate finish Sat Oct 07 13:10:49 2017 xorriso : UPDATE : 17.45% done, estimate finish Sat Oct 07 13:09:04 2017 xorriso : UPDATE : 17.52% done, estimate finish Sat Oct 07 13:09:06 2017 xorriso : UPDATE : 17.57% done, estimate finish Sat Oct 07 13:09:24 2017 xorriso : UPDATE : 17.61% done, estimate finish Sat Oct 07 13:09:46 2017 xorriso : UPDATE : 17.65% done, estimate finish Sat Oct 07 13:10:08 2017 xorriso : UPDATE : 17.68% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 17.69% done, estimate finish Sat Oct 07 13:11:15 2017 xorriso : UPDATE : 17.79% done, estimate finish Sat Oct 07 13:10:40 2017 xorriso : UPDATE : 17.83% done, estimate finish Sat Oct 07 13:10:58 2017 xorriso : UPDATE : 17.83% done, estimate finish Sat Oct 07 13:11:43 2017 xorriso : UPDATE : 17.83% done, estimate finish Sat Oct 07 13:18:32 2017 xorriso : UPDATE : 17.83% done, estimate finish Sat Oct 07 13:20:22 2017 xorriso : UPDATE : 18.11% done, estimate finish Sat Oct 07 13:12:12 2017 xorriso : UPDATE : 18.11% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 18.11% done, estimate finish Sat Oct 07 13:14:35 2017 xorriso : UPDATE : 18.11% done, estimate finish Sat Oct 07 13:15:46 2017 xorriso : UPDATE : 18.11% done, estimate finish Sat Oct 07 13:16:59 2017 xorriso : UPDATE : 18.37% done, estimate finish Sat Oct 07 13:12:25 2017 xorriso : UPDATE : 18.47% done, estimate finish Sat Oct 07 13:11:46 2017 xorriso : UPDATE : 18.50% done, estimate finish Sat Oct 07 13:12:03 2017 xorriso : UPDATE : 18.58% done, estimate finish Sat Oct 07 13:11:46 2017 xorriso : UPDATE : 18.64% done, estimate finish Sat Oct 07 13:08:36 2017 xorriso : UPDATE : 18.70% done, estimate finish Sat Oct 07 13:08:44 2017 xorriso : UPDATE : 18.75% done, estimate finish Sat Oct 07 13:08:59 2017 xorriso : UPDATE : 18.83% done, estimate finish Sat Oct 07 13:08:58 2017 xorriso : UPDATE : 18.87% done, estimate finish Sat Oct 07 13:09:16 2017 xorriso : UPDATE : 18.91% done, estimate finish Sat Oct 07 13:09:35 2017 xorriso : UPDATE : 18.97% done, estimate finish Sat Oct 07 13:09:37 2017 xorriso : UPDATE : 19.04% done, estimate finish Sat Oct 07 13:09:34 2017 xorriso : UPDATE : 19.09% done, estimate finish Sat Oct 07 13:09:47 2017 xorriso : UPDATE : 19.13% done, estimate finish Sat Oct 07 13:10:00 2017 xorriso : UPDATE : 19.13% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 19.13% done, estimate finish Sat Oct 07 13:15:26 2017 xorriso : UPDATE : 19.34% done, estimate finish Sat Oct 07 13:11:22 2017 xorriso : UPDATE : 19.37% done, estimate finish Sat Oct 07 13:11:52 2017 xorriso : UPDATE : 19.44% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 19.49% done, estimate finish Sat Oct 07 13:11:47 2017 xorriso : UPDATE : 19.55% done, estimate finish Sat Oct 07 13:11:42 2017 xorriso : UPDATE : 19.57% done, estimate finish Sat Oct 07 13:12:07 2017 xorriso : UPDATE : 19.68% done, estimate finish Sat Oct 07 13:11:23 2017 xorriso : UPDATE : 19.71% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 19.75% done, estimate finish Sat Oct 07 13:10:36 2017 xorriso : UPDATE : 19.79% done, estimate finish Sat Oct 07 13:11:03 2017 xorriso : UPDATE : 19.83% done, estimate finish Sat Oct 07 13:11:20 2017 xorriso : UPDATE : 19.86% done, estimate finish Sat Oct 07 13:11:50 2017 xorriso : UPDATE : 19.92% done, estimate finish Sat Oct 07 13:11:45 2017 xorriso : UPDATE : 19.97% done, estimate finish Sat Oct 07 13:11:57 2017 xorriso : UPDATE : 20.03% done, estimate finish Sat Oct 07 13:11:49 2017 xorriso : UPDATE : 20.10% done, estimate finish Sat Oct 07 13:11:36 2017 xorriso : UPDATE : 20.11% done, estimate finish Sat Oct 07 13:12:17 2017 xorriso : UPDATE : 20.21% done, estimate finish Sat Oct 07 13:11:40 2017 xorriso : UPDATE : 20.26% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 20.30% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 20.31% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 20.39% done, estimate finish Sat Oct 07 13:13:39 2017 xorriso : UPDATE : 20.45% done, estimate finish Sat Oct 07 13:13:26 2017 xorriso : UPDATE : 20.52% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 20.55% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 20.62% done, estimate finish Sat Oct 07 13:13:05 2017 xorriso : UPDATE : 20.63% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 20.63% done, estimate finish Sat Oct 07 13:14:39 2017 xorriso : UPDATE : 20.63% done, estimate finish Sat Oct 07 13:18:29 2017 xorriso : UPDATE : 20.89% done, estimate finish Sat Oct 07 13:11:34 2017 xorriso : UPDATE : 20.90% done, estimate finish Sat Oct 07 13:12:28 2017 xorriso : UPDATE : 21.00% done, estimate finish Sat Oct 07 13:11:32 2017 xorriso : UPDATE : 21.06% done, estimate finish Sat Oct 07 13:11:34 2017 xorriso : UPDATE : 21.11% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 21.11% done, estimate finish Sat Oct 07 13:12:40 2017 xorriso : UPDATE : 21.24% done, estimate finish Sat Oct 07 13:11:25 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 13:11:10 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 13:11:55 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 13:09:31 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 13:10:38 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 13:11:45 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 13:12:52 2017 xorriso : UPDATE : 21.32% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 21.74% done, estimate finish Sat Oct 07 13:08:40 2017 xorriso : UPDATE : 21.77% done, estimate finish Sat Oct 07 13:09:00 2017 xorriso : UPDATE : 21.81% done, estimate finish Sat Oct 07 13:09:18 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:09:39 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:10:18 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:12:46 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:14:12 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:15:38 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:17:05 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:18:31 2017 xorriso : UPDATE : 21.86% done, estimate finish Sat Oct 07 13:19:19 2017 xorriso : UPDATE : 22.36% done, estimate finish Sat Oct 07 13:09:59 2017 xorriso : UPDATE : 22.37% done, estimate finish Sat Oct 07 13:10:36 2017 xorriso : UPDATE : 22.46% done, estimate finish Sat Oct 07 13:10:14 2017 xorriso : UPDATE : 22.46% done, estimate finish Sat Oct 07 13:10:55 2017 xorriso : UPDATE : 22.61% done, estimate finish Sat Oct 07 13:08:11 2017 xorriso : UPDATE : 22.67% done, estimate finish Sat Oct 07 13:08:29 2017 xorriso : UPDATE : 22.70% done, estimate finish Sat Oct 07 13:08:55 2017 xorriso : UPDATE : 22.70% done, estimate finish Sat Oct 07 13:09:48 2017 xorriso : UPDATE : 22.74% done, estimate finish Sat Oct 07 13:10:13 2017 xorriso : UPDATE : 22.78% done, estimate finish Sat Oct 07 13:10:31 2017 xorriso : UPDATE : 22.82% done, estimate finish Sat Oct 07 13:10:43 2017 xorriso : UPDATE : 22.87% done, estimate finish Sat Oct 07 13:10:56 2017 xorriso : UPDATE : 22.89% done, estimate finish Sat Oct 07 13:11:22 2017 xorriso : UPDATE : 22.96% done, estimate finish Sat Oct 07 13:11:19 2017 xorriso : UPDATE : 23.02% done, estimate finish Sat Oct 07 13:16:55 2017 xorriso : UPDATE : 23.07% done, estimate finish Sat Oct 07 13:16:16 2017 xorriso : UPDATE : 23.13% done, estimate finish Sat Oct 07 13:15:44 2017 xorriso : UPDATE : 23.18% done, estimate finish Sat Oct 07 13:15:26 2017 xorriso : UPDATE : 23.23% done, estimate finish Sat Oct 07 13:15:30 2017 xorriso : UPDATE : 23.27% done, estimate finish Sat Oct 07 13:15:33 2017 xorriso : UPDATE : 23.31% done, estimate finish Sat Oct 07 13:15:37 2017 xorriso : UPDATE : 23.35% done, estimate finish Sat Oct 07 13:15:30 2017 xorriso : UPDATE : 23.39% done, estimate finish Sat Oct 07 13:15:35 2017 xorriso : UPDATE : 23.41% done, estimate finish Sat Oct 07 13:16:17 2017 xorriso : UPDATE : 23.49% done, estimate finish Sat Oct 07 13:15:28 2017 xorriso : UPDATE : 23.54% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 23.60% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 23.61% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 23.67% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 23.81% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 23.85% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 23.85% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 23.85% done, estimate finish Sat Oct 07 13:15:24 2017 xorriso : UPDATE : 23.85% done, estimate finish Sat Oct 07 13:16:18 2017 xorriso : UPDATE : 24.12% done, estimate finish Sat Oct 07 13:11:32 2017 xorriso : UPDATE : 24.16% done, estimate finish Sat Oct 07 13:11:53 2017 xorriso : UPDATE : 24.20% done, estimate finish Sat Oct 07 13:12:11 2017 xorriso : UPDATE : 24.24% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 24.29% done, estimate finish Sat Oct 07 13:12:33 2017 xorriso : UPDATE : 24.34% done, estimate finish Sat Oct 07 13:12:38 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 24.41% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 24.41% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 24.41% done, estimate finish Sat Oct 07 13:15:00 2017 xorriso : UPDATE : 24.41% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 24.41% done, estimate finish Sat Oct 07 13:26:46 2017 xorriso : UPDATE : 24.41% done, estimate finish Sat Oct 07 13:29:18 2017 xorriso : UPDATE : 24.83% done, estimate finish Sat Oct 07 13:12:13 2017 xorriso : UPDATE : 24.85% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 24.87% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 24.95% done, estimate finish Sat Oct 07 13:12:52 2017 xorriso : UPDATE : 25.03% done, estimate finish Sat Oct 07 13:12:27 2017 xorriso : UPDATE : 25.08% done, estimate finish Sat Oct 07 13:12:34 2017 xorriso : UPDATE : 25.11% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 25.19% done, estimate finish Sat Oct 07 13:08:16 2017 xorriso : UPDATE : 25.26% done, estimate finish Sat Oct 07 13:08:23 2017 xorriso : UPDATE : 25.26% done, estimate finish Sat Oct 07 13:09:15 2017 xorriso : UPDATE : 25.26% done, estimate finish Sat Oct 07 13:10:08 2017 xorriso : UPDATE : 25.43% done, estimate finish Sat Oct 07 13:08:54 2017 xorriso : UPDATE : 25.51% done, estimate finish Sat Oct 07 13:08:51 2017 xorriso : UPDATE : 25.53% done, estimate finish Sat Oct 07 13:09:21 2017 xorriso : UPDATE : 25.64% done, estimate finish Sat Oct 07 13:08:58 2017 xorriso : UPDATE : 25.68% done, estimate finish Sat Oct 07 13:09:12 2017 xorriso : UPDATE : 25.72% done, estimate finish Sat Oct 07 13:09:28 2017 xorriso : UPDATE : 25.75% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 25.80% done, estimate finish Sat Oct 07 13:12:04 2017 xorriso : UPDATE : 25.80% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 25.80% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 25.80% done, estimate finish Sat Oct 07 13:15:34 2017 xorriso : UPDATE : 26.06% done, estimate finish Sat Oct 07 13:11:27 2017 xorriso : UPDATE : 26.12% done, estimate finish Sat Oct 07 13:11:25 2017 xorriso : UPDATE : 26.16% done, estimate finish Sat Oct 07 13:11:38 2017 xorriso : UPDATE : 26.21% done, estimate finish Sat Oct 07 13:11:39 2017 xorriso : UPDATE : 26.29% done, estimate finish Sat Oct 07 13:11:27 2017 xorriso : UPDATE : 26.35% done, estimate finish Sat Oct 07 13:11:07 2017 xorriso : UPDATE : 26.40% done, estimate finish Sat Oct 07 13:11:09 2017 xorriso : UPDATE : 26.47% done, estimate finish Sat Oct 07 13:10:58 2017 xorriso : UPDATE : 26.52% done, estimate finish Sat Oct 07 13:11:10 2017 xorriso : UPDATE : 26.56% done, estimate finish Sat Oct 07 13:11:24 2017 xorriso : UPDATE : 26.61% done, estimate finish Sat Oct 07 13:11:34 2017 xorriso : UPDATE : 26.67% done, estimate finish Sat Oct 07 13:11:36 2017 xorriso : UPDATE : 26.72% done, estimate finish Sat Oct 07 13:11:41 2017 xorriso : UPDATE : 26.75% done, estimate finish Sat Oct 07 13:11:57 2017 xorriso : UPDATE : 26.75% done, estimate finish Sat Oct 07 13:12:42 2017 xorriso : UPDATE : 26.90% done, estimate finish Sat Oct 07 13:11:57 2017 xorriso : UPDATE : 26.94% done, estimate finish Sat Oct 07 13:12:22 2017 xorriso : UPDATE : 26.99% done, estimate finish Sat Oct 07 13:12:24 2017 xorriso : UPDATE : 27.02% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 27.07% done, estimate finish Sat Oct 07 13:13:00 2017 xorriso : UPDATE : 27.09% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 27.09% done, estimate finish Sat Oct 07 13:14:28 2017 xorriso : UPDATE : 27.24% done, estimate finish Sat Oct 07 13:12:41 2017 xorriso : UPDATE : 27.29% done, estimate finish Sat Oct 07 13:12:45 2017 xorriso : UPDATE : 27.31% done, estimate finish Sat Oct 07 13:13:09 2017 xorriso : UPDATE : 27.37% done, estimate finish Sat Oct 07 13:14:12 2017 xorriso : UPDATE : 27.40% done, estimate finish Sat Oct 07 13:14:43 2017 xorriso : UPDATE : 27.43% done, estimate finish Sat Oct 07 13:15:25 2017 xorriso : UPDATE : 27.43% done, estimate finish Sat Oct 07 13:16:48 2017 xorriso : UPDATE : 27.60% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 27.64% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 27.68% done, estimate finish Sat Oct 07 13:13:43 2017 xorriso : UPDATE : 27.76% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 27.77% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:13:02 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:13:22 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:16:14 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:17:40 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:19:06 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:20:31 2017 xorriso : UPDATE : 27.87% done, estimate finish Sat Oct 07 13:21:49 2017 xorriso : UPDATE : 27.93% done, estimate finish Sat Oct 07 13:20:53 2017 xorriso : UPDATE : 28.37% done, estimate finish Sat Oct 07 13:11:59 2017 xorriso : UPDATE : 28.37% done, estimate finish Sat Oct 07 13:12:43 2017 xorriso : UPDATE : 28.37% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 28.37% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 28.60% done, estimate finish Sat Oct 07 13:10:49 2017 xorriso : UPDATE : 28.60% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 28.60% done, estimate finish Sat Oct 07 13:12:47 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:10:58 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:11:47 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:12:35 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:15:00 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:16:45 2017 xorriso : UPDATE : 28.77% done, estimate finish Sat Oct 07 13:18:29 2017 xorriso : UPDATE : 29.21% done, estimate finish Sat Oct 07 13:09:19 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:08:40 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:09:23 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:10:08 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:10:53 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:11:36 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:12:21 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:13:02 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:14:17 2017 xorriso : UPDATE : 29.34% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 29.35% done, estimate finish Sat Oct 07 13:16:41 2017 xorriso : UPDATE : 30.10% done, estimate finish Sat Oct 07 13:07:16 2017 xorriso : UPDATE : 30.12% done, estimate finish Sat Oct 07 13:07:38 2017 xorriso : UPDATE : 30.21% done, estimate finish Sat Oct 07 13:07:36 2017 xorriso : UPDATE : 30.27% done, estimate finish Sat Oct 07 13:07:44 2017 xorriso : UPDATE : 30.34% done, estimate finish Sat Oct 07 13:07:48 2017 xorriso : UPDATE : 30.38% done, estimate finish Sat Oct 07 13:06:08 2017 xorriso : UPDATE : 30.47% done, estimate finish Sat Oct 07 13:06:11 2017 xorriso : UPDATE : 30.52% done, estimate finish Sat Oct 07 13:06:28 2017 xorriso : UPDATE : 30.58% done, estimate finish Sat Oct 07 13:06:43 2017 xorriso : UPDATE : 30.65% done, estimate finish Sat Oct 07 13:06:47 2017 xorriso : UPDATE : 30.72% done, estimate finish Sat Oct 07 13:06:56 2017 xorriso : UPDATE : 30.76% done, estimate finish Sat Oct 07 13:07:13 2017 xorriso : UPDATE : 30.80% done, estimate finish Sat Oct 07 13:07:30 2017 xorriso : UPDATE : 30.80% done, estimate finish Sat Oct 07 13:07:59 2017 xorriso : UPDATE : 30.96% done, estimate finish Sat Oct 07 13:07:32 2017 xorriso : UPDATE : 31.01% done, estimate finish Sat Oct 07 13:10:19 2017 xorriso : UPDATE : 31.01% done, estimate finish Sat Oct 07 13:11:26 2017 xorriso : UPDATE : 31.01% done, estimate finish Sat Oct 07 13:12:33 2017 xorriso : UPDATE : 31.21% done, estimate finish Sat Oct 07 13:10:09 2017 xorriso : UPDATE : 31.26% done, estimate finish Sat Oct 07 13:10:16 2017 xorriso : UPDATE : 31.30% done, estimate finish Sat Oct 07 13:10:36 2017 xorriso : UPDATE : 31.32% done, estimate finish Sat Oct 07 13:11:03 2017 xorriso : UPDATE : 31.32% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 31.49% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 31.50% done, estimate finish Sat Oct 07 13:11:01 2017 xorriso : UPDATE : 31.57% done, estimate finish Sat Oct 07 13:11:36 2017 xorriso : UPDATE : 31.57% done, estimate finish Sat Oct 07 13:12:50 2017 xorriso : UPDATE : 31.57% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 31.57% done, estimate finish Sat Oct 07 13:15:18 2017 xorriso : UPDATE : 31.57% done, estimate finish Sat Oct 07 13:16:32 2017 xorriso : UPDATE : 31.57% done, estimate finish Sat Oct 07 13:17:46 2017 xorriso : UPDATE : 31.57% done, estimate finish Sat Oct 07 13:19:00 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:10:31 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:11:10 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:11:51 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:14:59 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:16:25 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:17:50 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:19:16 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:20:41 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:22:06 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:23:31 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:24:57 2017 xorriso : UPDATE : 32.06% done, estimate finish Sat Oct 07 13:26:22 2017 xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.06% done xorriso : UPDATE : 32.93% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 33.92% done, estimate finish Sat Oct 07 13:06:21 2017 xorriso : UPDATE : 34.54% done, estimate finish Sat Oct 07 13:04:45 2017 xorriso : UPDATE : 34.54% done, estimate finish Sat Oct 07 13:05:03 2017 xorriso : UPDATE : 34.54% done, estimate finish Sat Oct 07 13:02:41 2017 xorriso : UPDATE : 34.54% done, estimate finish Sat Oct 07 13:02:59 2017 xorriso : UPDATE : 34.78% done, estimate finish Sat Oct 07 13:02:53 2017 xorriso : UPDATE : 34.79% done, estimate finish Sat Oct 07 13:03:08 2017 xorriso : UPDATE : 34.90% done, estimate finish Sat Oct 07 13:03:12 2017 xorriso : UPDATE : 34.96% done, estimate finish Sat Oct 07 13:03:22 2017 xorriso : UPDATE : 35.01% done, estimate finish Sat Oct 07 13:03:32 2017 xorriso : UPDATE : 35.06% done, estimate finish Sat Oct 07 13:03:42 2017 xorriso : UPDATE : 35.10% done, estimate finish Sat Oct 07 13:03:52 2017 xorriso : UPDATE : 35.11% done, estimate finish Sat Oct 07 13:04:06 2017 xorriso : UPDATE : 35.21% done, estimate finish Sat Oct 07 13:09:38 2017 xorriso : UPDATE : 35.25% done, estimate finish Sat Oct 07 13:10:04 2017 xorriso : UPDATE : 35.30% done, estimate finish Sat Oct 07 13:10:15 2017 xorriso : UPDATE : 35.31% done, estimate finish Sat Oct 07 13:10:55 2017 xorriso : UPDATE : 35.31% done, estimate finish Sat Oct 07 13:11:47 2017 xorriso : UPDATE : 35.31% done, estimate finish Sat Oct 07 13:12:40 2017 xorriso : UPDATE : 35.52% done, estimate finish Sat Oct 07 13:10:35 2017 xorriso : UPDATE : 35.57% done, estimate finish Sat Oct 07 13:10:45 2017 xorriso : UPDATE : 35.62% done, estimate finish Sat Oct 07 13:10:48 2017 xorriso : UPDATE : 35.62% done, estimate finish Sat Oct 07 13:11:26 2017 xorriso : UPDATE : 35.75% done, estimate finish Sat Oct 07 13:12:09 2017 xorriso : UPDATE : 35.80% done, estimate finish Sat Oct 07 13:12:06 2017 xorriso : UPDATE : 35.86% done, estimate finish Sat Oct 07 13:11:56 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:12:22 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:13:22 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:15:20 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:16:19 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:17:19 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:18:18 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:44:20 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:48:47 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:53:14 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 13:57:41 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 14:02:08 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 14:06:35 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 14:11:02 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 14:15:30 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 14:19:57 2017 xorriso : UPDATE : 35.89% done, estimate finish Sat Oct 07 14:24:23 2017 xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 35.89% done xorriso : UPDATE : 36.69% done, estimate finish Sat Oct 07 13:09:21 2017 xorriso : UPDATE : 37.49% done, estimate finish Sat Oct 07 13:04:55 2017 xorriso : UPDATE : 37.72% done, estimate finish Sat Oct 07 13:04:34 2017 xorriso : UPDATE : 37.77% done, estimate finish Sat Oct 07 13:04:49 2017 xorriso : UPDATE : 37.80% done, estimate finish Sat Oct 07 13:05:05 2017 xorriso : UPDATE : 37.90% done, estimate finish Sat Oct 07 13:05:08 2017 xorriso : UPDATE : 37.94% done, estimate finish Sat Oct 07 13:05:21 2017 xorriso : UPDATE : 37.98% done, estimate finish Sat Oct 07 13:05:35 2017 xorriso : UPDATE : 37.98% done, estimate finish Sat Oct 07 13:05:54 2017 xorriso : UPDATE : 38.12% done, estimate finish Sat Oct 07 13:02:56 2017 xorriso : UPDATE : 38.18% done, estimate finish Sat Oct 07 13:03:07 2017 xorriso : UPDATE : 38.24% done, estimate finish Sat Oct 07 13:03:20 2017 xorriso : UPDATE : 38.30% done, estimate finish Sat Oct 07 13:03:31 2017 xorriso : UPDATE : 38.34% done, estimate finish Sat Oct 07 13:03:43 2017 xorriso : UPDATE : 38.39% done, estimate finish Sat Oct 07 13:03:56 2017 xorriso : UPDATE : 38.42% done, estimate finish Sat Oct 07 13:04:08 2017 xorriso : UPDATE : 38.42% done, estimate finish Sat Oct 07 13:04:25 2017 xorriso : UPDATE : 38.55% done, estimate finish Sat Oct 07 13:04:25 2017 xorriso : UPDATE : 38.59% done, estimate finish Sat Oct 07 13:04:36 2017 xorriso : UPDATE : 38.66% done, estimate finish Sat Oct 07 13:11:53 2017 xorriso : UPDATE : 38.66% done, estimate finish Sat Oct 07 13:13:05 2017 xorriso : UPDATE : 38.80% done, estimate finish Sat Oct 07 13:11:17 2017 xorriso : UPDATE : 38.82% done, estimate finish Sat Oct 07 13:11:52 2017 xorriso : UPDATE : 38.91% done, estimate finish Sat Oct 07 13:11:23 2017 xorriso : UPDATE : 38.94% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 38.98% done, estimate finish Sat Oct 07 13:11:55 2017 xorriso : UPDATE : 39.02% done, estimate finish Sat Oct 07 13:12:06 2017 xorriso : UPDATE : 39.07% done, estimate finish Sat Oct 07 13:12:05 2017 xorriso : UPDATE : 39.10% done, estimate finish Sat Oct 07 13:12:18 2017 xorriso : UPDATE : 39.17% done, estimate finish Sat Oct 07 13:12:09 2017 xorriso : UPDATE : 39.23% done, estimate finish Sat Oct 07 13:12:15 2017 xorriso : UPDATE : 39.28% done, estimate finish Sat Oct 07 13:12:17 2017 xorriso : UPDATE : 39.33% done, estimate finish Sat Oct 07 13:12:19 2017 xorriso : UPDATE : 39.38% done, estimate finish Sat Oct 07 13:12:22 2017 xorriso : UPDATE : 39.40% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 39.49% done, estimate finish Sat Oct 07 13:12:14 2017 xorriso : UPDATE : 39.49% done, estimate finish Sat Oct 07 13:13:01 2017 xorriso : UPDATE : 39.60% done, estimate finish Sat Oct 07 13:12:10 2017 xorriso : UPDATE : 39.63% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 39.65% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 39.69% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 39.69% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 39.69% done, estimate finish Sat Oct 07 13:16:51 2017 xorriso : UPDATE : 39.69% done, estimate finish Sat Oct 07 13:18:14 2017 xorriso : UPDATE : 39.69% done, estimate finish Sat Oct 07 13:19:38 2017 xorriso : UPDATE : 40.02% done, estimate finish Sat Oct 07 13:12:08 2017 xorriso : UPDATE : 40.02% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 40.02% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 40.20% done, estimate finish Sat Oct 07 13:11:53 2017 xorriso : UPDATE : 40.20% done, estimate finish Sat Oct 07 13:12:34 2017 xorriso : UPDATE : 40.37% done, estimate finish Sat Oct 07 13:09:27 2017 xorriso : UPDATE : 40.39% done, estimate finish Sat Oct 07 13:10:07 2017 xorriso : UPDATE : 40.39% done, estimate finish Sat Oct 07 13:11:01 2017 xorriso : UPDATE : 40.54% done, estimate finish Sat Oct 07 13:09:47 2017 xorriso : UPDATE : 40.60% done, estimate finish Sat Oct 07 13:09:55 2017 xorriso : UPDATE : 40.63% done, estimate finish Sat Oct 07 13:10:17 2017 xorriso : UPDATE : 40.69% done, estimate finish Sat Oct 07 13:10:17 2017 xorriso : UPDATE : 40.70% done, estimate finish Sat Oct 07 13:10:49 2017 xorriso : UPDATE : 40.82% done, estimate finish Sat Oct 07 13:10:15 2017 xorriso : UPDATE : 40.87% done, estimate finish Sat Oct 07 13:10:18 2017 xorriso : UPDATE : 40.93% done, estimate finish Sat Oct 07 13:11:27 2017 xorriso : UPDATE : 40.98% done, estimate finish Sat Oct 07 13:11:32 2017 xorriso : UPDATE : 41.04% done, estimate finish Sat Oct 07 13:11:30 2017 xorriso : UPDATE : 41.08% done, estimate finish Sat Oct 07 13:11:47 2017 xorriso : UPDATE : 41.11% done, estimate finish Sat Oct 07 13:12:07 2017 xorriso : UPDATE : 41.16% done, estimate finish Sat Oct 07 13:12:12 2017 xorriso : UPDATE : 41.20% done, estimate finish Sat Oct 07 13:12:19 2017 xorriso : UPDATE : 41.26% done, estimate finish Sat Oct 07 13:12:19 2017 xorriso : UPDATE : 41.29% done, estimate finish Sat Oct 07 13:12:35 2017 xorriso : UPDATE : 41.29% done, estimate finish Sat Oct 07 13:13:16 2017 xorriso : UPDATE : 41.29% done, estimate finish Sat Oct 07 13:17:47 2017 xorriso : UPDATE : 41.47% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 41.54% done, estimate finish Sat Oct 07 13:12:44 2017 xorriso : UPDATE : 41.55% done, estimate finish Sat Oct 07 13:13:26 2017 xorriso : UPDATE : 41.55% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 41.55% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 41.80% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 41.86% done, estimate finish Sat Oct 07 13:11:45 2017 xorriso : UPDATE : 41.88% done, estimate finish Sat Oct 07 13:12:12 2017 xorriso : UPDATE : 41.88% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 41.88% done, estimate finish Sat Oct 07 13:11:01 2017 xorriso : UPDATE : 41.90% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 42.22% done, estimate finish Sat Oct 07 13:08:26 2017 xorriso : UPDATE : 42.28% done, estimate finish Sat Oct 07 13:08:32 2017 xorriso : UPDATE : 42.32% done, estimate finish Sat Oct 07 13:08:48 2017 xorriso : UPDATE : 42.37% done, estimate finish Sat Oct 07 13:08:59 2017 xorriso : UPDATE : 42.41% done, estimate finish Sat Oct 07 13:09:17 2017 xorriso : UPDATE : 42.47% done, estimate finish Sat Oct 07 13:09:20 2017 xorriso : UPDATE : 42.48% done, estimate finish Sat Oct 07 13:09:49 2017 xorriso : UPDATE : 42.59% done, estimate finish Sat Oct 07 13:09:26 2017 xorriso : UPDATE : 42.64% done, estimate finish Sat Oct 07 13:08:30 2017 xorriso : UPDATE : 42.67% done, estimate finish Sat Oct 07 13:09:03 2017 xorriso : UPDATE : 42.69% done, estimate finish Sat Oct 07 13:09:34 2017 xorriso : UPDATE : 42.77% done, estimate finish Sat Oct 07 13:09:30 2017 xorriso : UPDATE : 42.82% done, estimate finish Sat Oct 07 13:09:38 2017 xorriso : UPDATE : 42.87% done, estimate finish Sat Oct 07 13:09:48 2017 xorriso : UPDATE : 42.91% done, estimate finish Sat Oct 07 13:10:01 2017 xorriso : UPDATE : 42.94% done, estimate finish Sat Oct 07 13:10:21 2017 xorriso : UPDATE : 42.94% done, estimate finish Sat Oct 07 13:10:57 2017 xorriso : UPDATE : 43.05% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 43.10% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 43.15% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 43.18% done, estimate finish Sat Oct 07 13:14:19 2017 xorriso : UPDATE : 43.20% done, estimate finish Sat Oct 07 13:14:46 2017 xorriso : UPDATE : 43.20% done, estimate finish Sat Oct 07 13:15:53 2017 xorriso : UPDATE : 43.34% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 43.35% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 43.44% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 43.48% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 43.51% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 43.54% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 43.54% done, estimate finish Sat Oct 07 13:15:45 2017 xorriso : UPDATE : 43.65% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 43.69% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 43.73% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 43.82% done, estimate finish Sat Oct 07 13:13:16 2017 xorriso : UPDATE : 43.87% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 43.91% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 43.95% done, estimate finish Sat Oct 07 13:13:33 2017 xorriso : UPDATE : 44.01% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 44.10% done, estimate finish Sat Oct 07 13:12:46 2017 xorriso : UPDATE : 44.16% done, estimate finish Sat Oct 07 13:11:19 2017 xorriso : UPDATE : 44.20% done, estimate finish Sat Oct 07 13:11:37 2017 xorriso : UPDATE : 44.25% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 44.29% done, estimate finish Sat Oct 07 13:11:55 2017 xorriso : UPDATE : 44.32% done, estimate finish Sat Oct 07 13:12:19 2017 xorriso : UPDATE : 44.37% done, estimate finish Sat Oct 07 13:12:20 2017 xorriso : UPDATE : 44.40% done, estimate finish Sat Oct 07 13:12:39 2017 xorriso : UPDATE : 44.40% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 44.40% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 44.40% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 44.40% done, estimate finish Sat Oct 07 13:26:10 2017 xorriso : UPDATE : 44.70% done, estimate finish Sat Oct 07 13:13:13 2017 xorriso : UPDATE : 44.71% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 44.71% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 44.78% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 44.91% done, estimate finish Sat Oct 07 13:12:57 2017 xorriso : UPDATE : 45.03% done, estimate finish Sat Oct 07 13:11:58 2017 xorriso : UPDATE : 45.06% done, estimate finish Sat Oct 07 13:12:13 2017 xorriso : UPDATE : 45.13% done, estimate finish Sat Oct 07 13:12:01 2017 xorriso : UPDATE : 45.18% done, estimate finish Sat Oct 07 13:12:03 2017 xorriso : UPDATE : 45.23% done, estimate finish Sat Oct 07 13:08:06 2017 xorriso : UPDATE : 45.26% done, estimate finish Sat Oct 07 13:08:35 2017 xorriso : UPDATE : 45.33% done, estimate finish Sat Oct 07 13:08:41 2017 xorriso : UPDATE : 45.33% done, estimate finish Sat Oct 07 13:09:20 2017 xorriso : UPDATE : 45.33% done, estimate finish Sat Oct 07 13:10:00 2017 xorriso : UPDATE : 45.33% done, estimate finish Sat Oct 07 13:10:39 2017 xorriso : UPDATE : 45.59% done, estimate finish Sat Oct 07 13:08:56 2017 xorriso : UPDATE : 45.62% done, estimate finish Sat Oct 07 13:09:16 2017 xorriso : UPDATE : 45.70% done, estimate finish Sat Oct 07 13:09:13 2017 xorriso : UPDATE : 45.73% done, estimate finish Sat Oct 07 13:09:26 2017 xorriso : UPDATE : 45.76% done, estimate finish Sat Oct 07 13:12:09 2017 xorriso : UPDATE : 45.78% done, estimate finish Sat Oct 07 13:12:47 2017 xorriso : UPDATE : 45.86% done, estimate finish Sat Oct 07 13:12:15 2017 xorriso : UPDATE : 45.92% done, estimate finish Sat Oct 07 13:12:06 2017 xorriso : UPDATE : 45.98% done, estimate finish Sat Oct 07 13:12:06 2017 xorriso : UPDATE : 46.02% done, estimate finish Sat Oct 07 13:12:12 2017 xorriso : UPDATE : 46.05% done, estimate finish Sat Oct 07 13:12:35 2017 xorriso : UPDATE : 46.13% done, estimate finish Sat Oct 07 13:12:13 2017 xorriso : UPDATE : 46.17% done, estimate finish Sat Oct 07 13:12:17 2017 xorriso : UPDATE : 46.23% done, estimate finish Sat Oct 07 13:12:18 2017 xorriso : UPDATE : 46.27% done, estimate finish Sat Oct 07 13:12:44 2017 xorriso : UPDATE : 46.32% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 46.32% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 46.42% done, estimate finish Sat Oct 07 13:12:45 2017 xorriso : UPDATE : 46.51% done, estimate finish Sat Oct 07 13:12:07 2017 xorriso : UPDATE : 46.55% done, estimate finish Sat Oct 07 13:12:15 2017 xorriso : UPDATE : 46.62% done, estimate finish Sat Oct 07 13:11:58 2017 xorriso : UPDATE : 46.62% done, estimate finish Sat Oct 07 13:12:40 2017 xorriso : UPDATE : 46.75% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 46.79% done, estimate finish Sat Oct 07 13:11:55 2017 xorriso : UPDATE : 46.82% done, estimate finish Sat Oct 07 13:11:38 2017 xorriso : UPDATE : 46.84% done, estimate finish Sat Oct 07 13:12:22 2017 xorriso : UPDATE : 46.84% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 46.84% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 47.05% done, estimate finish Sat Oct 07 13:11:35 2017 xorriso : UPDATE : 47.10% done, estimate finish Sat Oct 07 13:11:34 2017 xorriso : UPDATE : 47.12% done, estimate finish Sat Oct 07 13:12:05 2017 xorriso : UPDATE : 47.21% done, estimate finish Sat Oct 07 13:11:42 2017 xorriso : UPDATE : 47.26% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 47.30% done, estimate finish Sat Oct 07 13:11:54 2017 xorriso : UPDATE : 47.37% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 47.43% done, estimate finish Sat Oct 07 13:11:41 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:12:31 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:15:24 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:16:22 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:17:19 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:18:16 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 13:19:14 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 14:31:04 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 14:40:03 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 14:49:01 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 14:58:00 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 15:06:59 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 15:15:58 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 15:24:57 2017 xorriso : UPDATE : 47.44% done, estimate finish Sat Oct 07 15:33:55 2017 xorriso : UPDATE : 47.96% done, estimate finish Sat Oct 07 13:19:10 2017 xorriso : UPDATE : 48.53% done, estimate finish Sat Oct 07 13:10:42 2017 xorriso : UPDATE : 48.58% done, estimate finish Sat Oct 07 13:06:21 2017 xorriso : UPDATE : 48.61% done, estimate finish Sat Oct 07 13:06:46 2017 xorriso : UPDATE : 48.67% done, estimate finish Sat Oct 07 13:06:57 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:07:14 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:07:43 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:08:10 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:08:38 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:09:06 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:09:34 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:10:02 2017 xorriso : UPDATE : 48.71% done, estimate finish Sat Oct 07 13:47:27 2017 xorriso : UPDATE : 49.05% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 49.27% done, estimate finish Sat Oct 07 13:11:13 2017 xorriso : UPDATE : 49.27% done, estimate finish Sat Oct 07 13:12:04 2017 xorriso : UPDATE : 49.46% done, estimate finish Sat Oct 07 13:10:23 2017 xorriso : UPDATE : 49.52% done, estimate finish Sat Oct 07 13:10:23 2017 xorriso : UPDATE : 49.55% done, estimate finish Sat Oct 07 13:10:41 2017 xorriso : UPDATE : 49.56% done, estimate finish Sat Oct 07 13:11:10 2017 xorriso : UPDATE : 49.61% done, estimate finish Sat Oct 07 13:11:16 2017 xorriso : UPDATE : 49.64% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 49.68% done, estimate finish Sat Oct 07 13:11:41 2017 xorriso : UPDATE : 49.71% done, estimate finish Sat Oct 07 13:07:40 2017 xorriso : UPDATE : 49.76% done, estimate finish Sat Oct 07 13:07:55 2017 xorriso : UPDATE : 49.80% done, estimate finish Sat Oct 07 13:08:09 2017 xorriso : UPDATE : 49.84% done, estimate finish Sat Oct 07 13:08:28 2017 xorriso : UPDATE : 49.89% done, estimate finish Sat Oct 07 13:08:36 2017 xorriso : UPDATE : 49.93% done, estimate finish Sat Oct 07 13:08:52 2017 xorriso : UPDATE : 49.95% done, estimate finish Sat Oct 07 13:09:13 2017 xorriso : UPDATE : 49.97% done, estimate finish Sat Oct 07 13:09:31 2017 xorriso : UPDATE : 50.01% done, estimate finish Sat Oct 07 13:09:45 2017 xorriso : UPDATE : 50.04% done, estimate finish Sat Oct 07 13:10:00 2017 xorriso : UPDATE : 50.06% done, estimate finish Sat Oct 07 13:17:27 2017 xorriso : UPDATE : 50.09% done, estimate finish Sat Oct 07 13:17:29 2017 xorriso : UPDATE : 50.14% done, estimate finish Sat Oct 07 13:17:09 2017 xorriso : UPDATE : 50.18% done, estimate finish Sat Oct 07 13:16:57 2017 xorriso : UPDATE : 50.21% done, estimate finish Sat Oct 07 13:17:04 2017 xorriso : UPDATE : 50.24% done, estimate finish Sat Oct 07 13:17:26 2017 xorriso : UPDATE : 50.30% done, estimate finish Sat Oct 07 13:16:35 2017 xorriso : UPDATE : 50.30% done, estimate finish Sat Oct 07 13:17:33 2017 xorriso : UPDATE : 50.44% done, estimate finish Sat Oct 07 13:15:25 2017 xorriso : UPDATE : 50.44% done, estimate finish Sat Oct 07 13:16:03 2017 xorriso : UPDATE : 50.44% done, estimate finish Sat Oct 07 13:16:14 2017 xorriso : UPDATE : 50.62% done, estimate finish Sat Oct 07 13:12:30 2017 xorriso : UPDATE : 50.63% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 50.63% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:12:38 2017 xorriso : UPDATE : 50.81% done, estimate finish Sat Oct 07 13:12:46 2017 xorriso : UPDATE : 50.85% done, estimate finish Sat Oct 07 13:12:54 2017 xorriso : UPDATE : 50.96% done, estimate finish Sat Oct 07 13:12:11 2017 xorriso : UPDATE : 51.00% done, estimate finish Sat Oct 07 13:12:22 2017 xorriso : UPDATE : 51.00% done, estimate finish Sat Oct 07 13:12:58 2017 xorriso : UPDATE : 51.15% done, estimate finish Sat Oct 07 13:09:38 2017 xorriso : UPDATE : 51.18% done, estimate finish Sat Oct 07 13:10:01 2017 xorriso : UPDATE : 51.21% done, estimate finish Sat Oct 07 13:10:23 2017 xorriso : UPDATE : 51.25% done, estimate finish Sat Oct 07 13:10:44 2017 xorriso : UPDATE : 51.28% done, estimate finish Sat Oct 07 13:11:02 2017 xorriso : UPDATE : 51.28% done, estimate finish Sat Oct 07 13:11:42 2017 xorriso : UPDATE : 51.28% done, estimate finish Sat Oct 07 13:12:23 2017 xorriso : UPDATE : 51.48% done, estimate finish Sat Oct 07 13:10:53 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:10:58 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:11:30 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:16:19 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:17:47 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:19:14 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:20:42 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:22:09 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:25:04 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:26:31 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:27:58 2017 xorriso : UPDATE : 51.53% done, estimate finish Sat Oct 07 13:29:25 2017 xorriso : UPDATE : 51.53% done xorriso : UPDATE : 51.53% done xorriso : UPDATE : 51.53% done xorriso : UPDATE : 51.53% done xorriso : UPDATE : 51.53% done xorriso : UPDATE : 51.53% done xorriso : UPDATE : 51.53% done xorriso : UPDATE : 51.81% done, estimate finish Sat Oct 07 13:34:23 2017 xorriso : UPDATE : 52.69% done, estimate finish Sat Oct 07 13:10:21 2017 xorriso : UPDATE : 52.78% done, estimate finish Sat Oct 07 13:10:09 2017 xorriso : UPDATE : 52.82% done, estimate finish Sat Oct 07 13:06:11 2017 xorriso : UPDATE : 52.86% done, estimate finish Sat Oct 07 13:06:28 2017 xorriso : UPDATE : 52.91% done, estimate finish Sat Oct 07 13:06:44 2017 xorriso : UPDATE : 52.93% done, estimate finish Sat Oct 07 13:07:04 2017 xorriso : UPDATE : 52.93% done, estimate finish Sat Oct 07 13:07:28 2017 xorriso : UPDATE : 52.93% done, estimate finish Sat Oct 07 13:07:53 2017 xorriso : UPDATE : 52.93% done, estimate finish Sat Oct 07 13:08:17 2017 xorriso : UPDATE : 53.06% done, estimate finish Sat Oct 07 13:08:04 2017 xorriso : UPDATE : 53.24% done, estimate finish Sat Oct 07 13:07:43 2017 xorriso : UPDATE : 53.29% done, estimate finish Sat Oct 07 13:07:51 2017 xorriso : UPDATE : 53.34% done, estimate finish Sat Oct 07 13:12:27 2017 xorriso : UPDATE : 53.39% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 53.44% done, estimate finish Sat Oct 07 13:12:27 2017 xorriso : UPDATE : 53.46% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 53.46% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 53.58% done, estimate finish Sat Oct 07 13:12:42 2017 xorriso : UPDATE : 53.66% done, estimate finish Sat Oct 07 13:12:22 2017 xorriso : UPDATE : 53.70% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 53.74% done, estimate finish Sat Oct 07 13:12:34 2017 xorriso : UPDATE : 53.78% done, estimate finish Sat Oct 07 13:12:43 2017 xorriso : UPDATE : 53.80% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 53.88% done, estimate finish Sat Oct 07 13:13:01 2017 xorriso : UPDATE : 53.93% done, estimate finish Sat Oct 07 13:13:00 2017 xorriso : UPDATE : 53.99% done, estimate finish Sat Oct 07 13:12:51 2017 xorriso : UPDATE : 54.02% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 54.05% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 54.09% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 54.13% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 54.17% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 54.19% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 54.20% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 54.27% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 54.33% done, estimate finish Sat Oct 07 13:14:18 2017 xorriso : UPDATE : 54.36% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 54.41% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 54.44% done, estimate finish Sat Oct 07 13:14:35 2017 xorriso : UPDATE : 54.48% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 54.54% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 54.55% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 54.64% done, estimate finish Sat Oct 07 13:14:15 2017 xorriso : UPDATE : 54.64% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 54.64% done, estimate finish Sat Oct 07 13:16:33 2017 xorriso : UPDATE : 54.83% done, estimate finish Sat Oct 07 13:12:33 2017 xorriso : UPDATE : 54.84% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 54.94% done, estimate finish Sat Oct 07 13:12:28 2017 xorriso : UPDATE : 54.95% done, estimate finish Sat Oct 07 13:13:07 2017 xorriso : UPDATE : 55.04% done, estimate finish Sat Oct 07 13:12:35 2017 xorriso : UPDATE : 55.12% done, estimate finish Sat Oct 07 13:12:09 2017 xorriso : UPDATE : 55.19% done, estimate finish Sat Oct 07 13:12:03 2017 xorriso : UPDATE : 55.19% done, estimate finish Sat Oct 07 13:12:39 2017 xorriso : UPDATE : 55.25% done, estimate finish Sat Oct 07 13:12:28 2017 xorriso : UPDATE : 55.31% done, estimate finish Sat Oct 07 13:10:13 2017 xorriso : UPDATE : 55.42% done, estimate finish Sat Oct 07 13:09:47 2017 xorriso : UPDATE : 55.47% done, estimate finish Sat Oct 07 13:09:58 2017 xorriso : UPDATE : 55.48% done, estimate finish Sat Oct 07 13:10:28 2017 xorriso : UPDATE : 55.48% done, estimate finish Sat Oct 07 13:11:06 2017 xorriso : UPDATE : 55.48% done, estimate finish Sat Oct 07 13:11:43 2017 xorriso : UPDATE : 55.48% done, estimate finish Sat Oct 07 13:12:21 2017 xorriso : UPDATE : 55.48% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 55.48% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 55.86% done, estimate finish Sat Oct 07 13:10:33 2017 xorriso : UPDATE : 55.89% done, estimate finish Sat Oct 07 13:11:28 2017 xorriso : UPDATE : 55.91% done, estimate finish Sat Oct 07 13:11:57 2017 xorriso : UPDATE : 55.97% done, estimate finish Sat Oct 07 13:11:56 2017 xorriso : UPDATE : 55.99% done, estimate finish Sat Oct 07 13:12:23 2017 xorriso : UPDATE : 55.99% done, estimate finish Sat Oct 07 13:13:09 2017 xorriso : UPDATE : 56.10% done, estimate finish Sat Oct 07 13:12:23 2017 xorriso : UPDATE : 56.14% done, estimate finish Sat Oct 07 13:12:31 2017 xorriso : UPDATE : 56.16% done, estimate finish Sat Oct 07 13:12:48 2017 xorriso : UPDATE : 56.16% done, estimate finish Sat Oct 07 13:13:26 2017 xorriso : UPDATE : 56.16% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 56.16% done, estimate finish Sat Oct 07 13:21:02 2017 xorriso : UPDATE : 56.16% done, estimate finish Sat Oct 07 13:22:53 2017 xorriso : UPDATE : 56.32% done, estimate finish Sat Oct 07 13:16:44 2017 xorriso : UPDATE : 56.54% done, estimate finish Sat Oct 07 13:12:49 2017 xorriso : UPDATE : 56.56% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 56.67% done, estimate finish Sat Oct 07 13:12:25 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:12:42 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 56.85% done, estimate finish Sat Oct 07 13:12:08 2017 xorriso : UPDATE : 56.92% done, estimate finish Sat Oct 07 13:11:59 2017 xorriso : UPDATE : 56.93% done, estimate finish Sat Oct 07 13:09:20 2017 xorriso : UPDATE : 57.01% done, estimate finish Sat Oct 07 13:09:17 2017 xorriso : UPDATE : 57.08% done, estimate finish Sat Oct 07 13:09:23 2017 xorriso : UPDATE : 57.09% done, estimate finish Sat Oct 07 13:09:52 2017 xorriso : UPDATE : 57.18% done, estimate finish Sat Oct 07 13:09:44 2017 xorriso : UPDATE : 57.23% done, estimate finish Sat Oct 07 13:09:51 2017 xorriso : UPDATE : 57.27% done, estimate finish Sat Oct 07 13:10:04 2017 xorriso : UPDATE : 57.33% done, estimate finish Sat Oct 07 13:10:09 2017 xorriso : UPDATE : 57.34% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 57.41% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 57.43% done, estimate finish Sat Oct 07 13:12:50 2017 xorriso : UPDATE : 57.48% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 57.53% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 57.53% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:14:51 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:15:36 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:16:23 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:17:08 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:32:38 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:35:36 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:38:35 2017 xorriso : UPDATE : 57.60% done, estimate finish Sat Oct 07 13:41:34 2017 xorriso : UPDATE : 58.01% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 58.27% done, estimate finish Sat Oct 07 13:11:51 2017 xorriso : UPDATE : 58.32% done, estimate finish Sat Oct 07 13:11:52 2017 xorriso : UPDATE : 58.37% done, estimate finish Sat Oct 07 13:11:52 2017 xorriso : UPDATE : 58.41% done, estimate finish Sat Oct 07 13:12:05 2017 xorriso : UPDATE : 58.44% done, estimate finish Sat Oct 07 13:12:17 2017 xorriso : UPDATE : 58.45% done, estimate finish Sat Oct 07 13:08:49 2017 xorriso : UPDATE : 58.55% done, estimate finish Sat Oct 07 13:08:42 2017 xorriso : UPDATE : 58.61% done, estimate finish Sat Oct 07 13:08:54 2017 xorriso : UPDATE : 58.64% done, estimate finish Sat Oct 07 13:09:09 2017 xorriso : UPDATE : 58.69% done, estimate finish Sat Oct 07 13:09:24 2017 xorriso : UPDATE : 58.75% done, estimate finish Sat Oct 07 13:09:28 2017 xorriso : UPDATE : 58.79% done, estimate finish Sat Oct 07 13:09:38 2017 xorriso : UPDATE : 58.82% done, estimate finish Sat Oct 07 13:09:55 2017 xorriso : UPDATE : 58.88% done, estimate finish Sat Oct 07 13:09:58 2017 xorriso : UPDATE : 58.93% done, estimate finish Sat Oct 07 13:10:06 2017 xorriso : UPDATE : 58.96% done, estimate finish Sat Oct 07 13:10:15 2017 xorriso : UPDATE : 59.00% done, estimate finish Sat Oct 07 13:12:49 2017 xorriso : UPDATE : 59.06% done, estimate finish Sat Oct 07 13:12:42 2017 xorriso : UPDATE : 59.10% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 59.15% done, estimate finish Sat Oct 07 13:12:52 2017 xorriso : UPDATE : 59.18% done, estimate finish Sat Oct 07 13:13:07 2017 xorriso : UPDATE : 59.22% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 59.27% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 59.32% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 59.37% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 59.40% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 59.42% done, estimate finish Sat Oct 07 13:14:45 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:15:39 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:16:37 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:17:35 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:18:34 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:19:31 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:20:29 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:21:28 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 13:58:48 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 14:04:21 2017 xorriso : UPDATE : 59.51% done, estimate finish Sat Oct 07 14:09:54 2017 xorriso : UPDATE : 60.12% done, estimate finish Sat Oct 07 13:12:17 2017 xorriso : UPDATE : 60.26% done, estimate finish Sat Oct 07 13:11:14 2017 xorriso : UPDATE : 60.30% done, estimate finish Sat Oct 07 13:11:29 2017 xorriso : UPDATE : 60.35% done, estimate finish Sat Oct 07 13:11:33 2017 xorriso : UPDATE : 60.38% done, estimate finish Sat Oct 07 13:11:49 2017 xorriso : UPDATE : 60.42% done, estimate finish Sat Oct 07 13:11:54 2017 xorriso : UPDATE : 60.48% done, estimate finish Sat Oct 07 13:11:55 2017 xorriso : UPDATE : 60.51% done, estimate finish Sat Oct 07 13:08:10 2017 xorriso : UPDATE : 60.52% done, estimate finish Sat Oct 07 13:08:35 2017 xorriso : UPDATE : 60.54% done, estimate finish Sat Oct 07 13:08:58 2017 xorriso : UPDATE : 60.58% done, estimate finish Sat Oct 07 13:09:10 2017 xorriso : UPDATE : 60.64% done, estimate finish Sat Oct 07 13:09:18 2017 xorriso : UPDATE : 60.70% done, estimate finish Sat Oct 07 13:09:24 2017 xorriso : UPDATE : 60.76% done, estimate finish Sat Oct 07 13:09:30 2017 xorriso : UPDATE : 60.82% done, estimate finish Sat Oct 07 13:09:35 2017 xorriso : UPDATE : 60.87% done, estimate finish Sat Oct 07 13:09:43 2017 xorriso : UPDATE : 60.91% done, estimate finish Sat Oct 07 13:09:52 2017 xorriso : UPDATE : 60.91% done, estimate finish Sat Oct 07 13:15:08 2017 xorriso : UPDATE : 61.00% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 61.00% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 61.12% done, estimate finish Sat Oct 07 13:13:33 2017 xorriso : UPDATE : 61.16% done, estimate finish Sat Oct 07 13:13:39 2017 xorriso : UPDATE : 61.18% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 61.24% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 61.27% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 61.32% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 61.35% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 61.40% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 61.45% done, estimate finish Sat Oct 07 13:13:09 2017 xorriso : UPDATE : 61.49% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 61.53% done, estimate finish Sat Oct 07 13:13:27 2017 xorriso : UPDATE : 61.53% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 61.58% done, estimate finish Sat Oct 07 13:14:07 2017 xorriso : UPDATE : 61.62% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 61.65% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 61.72% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 61.77% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 61.81% done, estimate finish Sat Oct 07 13:15:04 2017 xorriso : UPDATE : 61.85% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 61.89% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 61.90% done, estimate finish Sat Oct 07 13:15:40 2017 xorriso : UPDATE : 61.90% done, estimate finish Sat Oct 07 13:16:36 2017 xorriso : UPDATE : 61.90% done, estimate finish Sat Oct 07 13:17:31 2017 xorriso : UPDATE : 61.90% done, estimate finish Sat Oct 07 13:18:27 2017 xorriso : UPDATE : 62.18% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 62.22% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 62.23% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 62.23% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 62.23% done, estimate finish Sat Oct 07 13:15:51 2017 xorriso : UPDATE : 62.44% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 62.49% done, estimate finish Sat Oct 07 13:12:31 2017 xorriso : UPDATE : 62.54% done, estimate finish Sat Oct 07 13:12:33 2017 xorriso : UPDATE : 62.59% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 62.65% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 62.71% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 62.76% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 62.81% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 62.86% done, estimate finish Sat Oct 07 13:11:05 2017 xorriso : UPDATE : 62.92% done, estimate finish Sat Oct 07 13:11:06 2017 xorriso : UPDATE : 62.97% done, estimate finish Sat Oct 07 13:11:17 2017 xorriso : UPDATE : 63.03% done, estimate finish Sat Oct 07 13:11:15 2017 xorriso : UPDATE : 63.08% done, estimate finish Sat Oct 07 13:11:24 2017 xorriso : UPDATE : 63.12% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 63.19% done, estimate finish Sat Oct 07 13:11:27 2017 xorriso : UPDATE : 63.24% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 63.29% done, estimate finish Sat Oct 07 13:11:34 2017 xorriso : UPDATE : 63.34% done, estimate finish Sat Oct 07 13:11:42 2017 xorriso : UPDATE : 63.38% done, estimate finish Sat Oct 07 13:12:37 2017 xorriso : UPDATE : 63.44% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 63.50% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 63.55% done, estimate finish Sat Oct 07 13:12:28 2017 xorriso : UPDATE : 63.57% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 63.57% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 63.57% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 63.70% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 63.78% done, estimate finish Sat Oct 07 13:12:50 2017 xorriso : UPDATE : 63.78% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 63.88% done, estimate finish Sat Oct 07 13:12:49 2017 xorriso : UPDATE : 63.91% done, estimate finish Sat Oct 07 13:13:18 2017 xorriso : UPDATE : 63.96% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 64.01% done, estimate finish Sat Oct 07 13:13:11 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:14:28 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:15:53 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:16:36 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:17:18 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:18:00 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:42:54 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:46:46 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:50:39 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:54:32 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:58:24 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 14:02:17 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:12:02 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:13:01 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:13:33 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:09:55 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:10:29 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:11:03 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:11:38 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:12:13 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:12:47 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 64.81% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 65.51% done, estimate finish Sat Oct 07 13:09:35 2017 xorriso : UPDATE : 65.54% done, estimate finish Sat Oct 07 13:09:45 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:09:58 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:10:32 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:11:07 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:11:41 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:12:16 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:12:50 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:13:25 2017 xorriso : UPDATE : 65.58% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 66.01% done, estimate finish Sat Oct 07 13:10:48 2017 xorriso : UPDATE : 66.14% done, estimate finish Sat Oct 07 13:10:31 2017 xorriso : UPDATE : 66.18% done, estimate finish Sat Oct 07 13:11:29 2017 xorriso : UPDATE : 66.22% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 66.24% done, estimate finish Sat Oct 07 13:12:06 2017 xorriso : UPDATE : 66.27% done, estimate finish Sat Oct 07 13:12:24 2017 xorriso : UPDATE : 66.33% done, estimate finish Sat Oct 07 13:12:19 2017 xorriso : UPDATE : 66.37% done, estimate finish Sat Oct 07 13:12:31 2017 xorriso : UPDATE : 66.44% done, estimate finish Sat Oct 07 13:12:21 2017 xorriso : UPDATE : 66.48% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 66.53% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 66.58% done, estimate finish Sat Oct 07 13:12:30 2017 xorriso : UPDATE : 66.63% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 66.66% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 66.70% done, estimate finish Sat Oct 07 13:14:17 2017 xorriso : UPDATE : 66.73% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 66.77% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 66.82% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 66.84% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 66.89% done, estimate finish Sat Oct 07 13:14:43 2017 xorriso : UPDATE : 66.93% done, estimate finish Sat Oct 07 13:14:45 2017 xorriso : UPDATE : 66.97% done, estimate finish Sat Oct 07 13:14:45 2017 xorriso : UPDATE : 67.02% done, estimate finish Sat Oct 07 13:15:14 2017 xorriso : UPDATE : 67.06% done, estimate finish Sat Oct 07 13:15:17 2017 xorriso : UPDATE : 67.10% done, estimate finish Sat Oct 07 13:15:07 2017 xorriso : UPDATE : 67.16% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 67.22% done, estimate finish Sat Oct 07 13:15:15 2017 xorriso : UPDATE : 67.26% done, estimate finish Sat Oct 07 13:15:07 2017 xorriso : UPDATE : 67.32% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 67.35% done, estimate finish Sat Oct 07 13:14:59 2017 xorriso : UPDATE : 67.41% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 67.44% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 67.45% done, estimate finish Sat Oct 07 13:15:16 2017 xorriso : UPDATE : 67.50% done, estimate finish Sat Oct 07 13:15:05 2017 xorriso : UPDATE : 67.50% done, estimate finish Sat Oct 07 13:15:58 2017 xorriso : UPDATE : 67.50% done, estimate finish Sat Oct 07 13:16:51 2017 xorriso : UPDATE : 67.50% done, estimate finish Sat Oct 07 13:17:43 2017 xorriso : UPDATE : 67.77% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 67.81% done, estimate finish Sat Oct 07 13:13:41 2017 xorriso : UPDATE : 67.84% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 67.89% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 67.94% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 67.99% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 68.04% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 68.06% done, estimate finish Sat Oct 07 13:13:22 2017 xorriso : UPDATE : 68.14% done, estimate finish Sat Oct 07 13:13:04 2017 xorriso : UPDATE : 68.18% done, estimate finish Sat Oct 07 13:13:04 2017 xorriso : UPDATE : 68.22% done, estimate finish Sat Oct 07 13:13:13 2017 xorriso : UPDATE : 68.26% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 68.33% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 68.36% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 68.47% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 68.50% done, estimate finish Sat Oct 07 13:13:37 2017 xorriso : UPDATE : 68.56% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 68.59% done, estimate finish Sat Oct 07 13:13:39 2017 xorriso : UPDATE : 68.64% done, estimate finish Sat Oct 07 13:13:38 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:15:44 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:20:13 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:21:45 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:23:07 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:24:38 2017 xorriso : UPDATE : 68.66% done, estimate finish Sat Oct 07 13:26:10 2017 xorriso : UPDATE : 68.75% done, estimate finish Sat Oct 07 13:22:02 2017 xorriso : UPDATE : 69.26% done, estimate finish Sat Oct 07 13:12:23 2017 xorriso : UPDATE : 69.32% done, estimate finish Sat Oct 07 13:12:20 2017 xorriso : UPDATE : 69.39% done, estimate finish Sat Oct 07 13:12:16 2017 xorriso : UPDATE : 69.44% done, estimate finish Sat Oct 07 13:12:18 2017 xorriso : UPDATE : 69.49% done, estimate finish Sat Oct 07 13:12:19 2017 xorriso : UPDATE : 69.55% done, estimate finish Sat Oct 07 13:10:02 2017 xorriso : UPDATE : 69.59% done, estimate finish Sat Oct 07 13:10:13 2017 xorriso : UPDATE : 69.66% done, estimate finish Sat Oct 07 13:10:15 2017 xorriso : UPDATE : 69.71% done, estimate finish Sat Oct 07 13:10:25 2017 xorriso : UPDATE : 69.77% done, estimate finish Sat Oct 07 13:10:29 2017 xorriso : UPDATE : 69.83% done, estimate finish Sat Oct 07 13:10:33 2017 xorriso : UPDATE : 69.88% done, estimate finish Sat Oct 07 13:10:40 2017 xorriso : UPDATE : 69.90% done, estimate finish Sat Oct 07 13:10:54 2017 xorriso : UPDATE : 69.92% done, estimate finish Sat Oct 07 13:11:08 2017 xorriso : UPDATE : 69.96% done, estimate finish Sat Oct 07 13:11:15 2017 xorriso : UPDATE : 70.01% done, estimate finish Sat Oct 07 13:13:41 2017 xorriso : UPDATE : 70.08% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 70.13% done, estimate finish Sat Oct 07 13:13:14 2017 xorriso : UPDATE : 70.19% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 70.26% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 70.30% done, estimate finish Sat Oct 07 13:12:58 2017 xorriso : UPDATE : 70.34% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 70.39% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 70.43% done, estimate finish Sat Oct 07 13:13:14 2017 xorriso : UPDATE : 70.48% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 70.55% done, estimate finish Sat Oct 07 13:12:30 2017 xorriso : UPDATE : 70.60% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 70.66% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 70.71% done, estimate finish Sat Oct 07 13:12:33 2017 xorriso : UPDATE : 70.73% done, estimate finish Sat Oct 07 13:12:51 2017 xorriso : UPDATE : 70.79% done, estimate finish Sat Oct 07 13:12:47 2017 xorriso : UPDATE : 70.83% done, estimate finish Sat Oct 07 13:12:52 2017 xorriso : UPDATE : 70.89% done, estimate finish Sat Oct 07 13:12:49 2017 xorriso : UPDATE : 70.89% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 70.89% done, estimate finish Sat Oct 07 13:13:43 2017 xorriso : UPDATE : 70.89% done, estimate finish Sat Oct 07 13:16:40 2017 xorriso : UPDATE : 71.12% done, estimate finish Sat Oct 07 13:12:42 2017 xorriso : UPDATE : 71.17% done, estimate finish Sat Oct 07 13:12:44 2017 xorriso : UPDATE : 71.22% done, estimate finish Sat Oct 07 13:12:45 2017 xorriso : UPDATE : 71.26% done, estimate finish Sat Oct 07 13:12:54 2017 xorriso : UPDATE : 71.31% done, estimate finish Sat Oct 07 13:12:58 2017 xorriso : UPDATE : 71.33% done, estimate finish Sat Oct 07 13:13:16 2017 xorriso : UPDATE : 71.37% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 71.39% done, estimate finish Sat Oct 07 13:13:33 2017 xorriso : UPDATE : 71.39% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 71.39% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 71.39% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 71.39% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 71.39% done, estimate finish Sat Oct 07 13:15:17 2017 xorriso : UPDATE : 71.48% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 71.83% done, estimate finish Sat Oct 07 13:11:34 2017 xorriso : UPDATE : 71.87% done, estimate finish Sat Oct 07 13:11:41 2017 xorriso : UPDATE : 71.88% done, estimate finish Sat Oct 07 13:11:59 2017 xorriso : UPDATE : 71.90% done, estimate finish Sat Oct 07 13:12:16 2017 xorriso : UPDATE : 71.92% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 71.95% done, estimate finish Sat Oct 07 13:12:25 2017 xorriso : UPDATE : 71.98% done, estimate finish Sat Oct 07 13:12:41 2017 xorriso : UPDATE : 72.00% done, estimate finish Sat Oct 07 13:13:02 2017 xorriso : UPDATE : 72.03% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 72.03% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 72.12% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 72.18% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 72.22% done, estimate finish Sat Oct 07 13:13:18 2017 xorriso : UPDATE : 72.23% done, estimate finish Sat Oct 07 13:13:39 2017 xorriso : UPDATE : 72.34% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 72.39% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 72.42% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 72.49% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 72.51% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 72.58% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 72.62% done, estimate finish Sat Oct 07 13:13:54 2017 xorriso : UPDATE : 72.66% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 72.72% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 72.76% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 72.80% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 72.82% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 72.89% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 72.89% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 72.93% done, estimate finish Sat Oct 07 13:14:34 2017 xorriso : UPDATE : 72.96% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 73.04% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 73.10% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 73.14% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 73.18% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 73.24% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 73.26% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 73.30% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 73.33% done, estimate finish Sat Oct 07 13:14:18 2017 xorriso : UPDATE : 73.37% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 73.43% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 73.46% done, estimate finish Sat Oct 07 13:14:16 2017 xorriso : UPDATE : 73.49% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 73.54% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 73.57% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 73.61% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 73.68% done, estimate finish Sat Oct 07 13:14:19 2017 xorriso : UPDATE : 73.71% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 73.76% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 73.81% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 73.87% done, estimate finish Sat Oct 07 13:14:15 2017 xorriso : UPDATE : 73.93% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 73.97% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 13:15:29 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 13:16:01 2017 xorriso : UPDATE : 73.98% done, estimate finish Sat Oct 07 13:19:02 2017 xorriso : UPDATE : 74.28% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 74.31% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 74.36% done, estimate finish Sat Oct 07 13:13:14 2017 xorriso : UPDATE : 74.39% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 74.43% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 74.48% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 74.52% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 74.56% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 74.60% done, estimate finish Sat Oct 07 13:13:41 2017 xorriso : UPDATE : 74.64% done, estimate finish Sat Oct 07 13:11:37 2017 xorriso : UPDATE : 74.70% done, estimate finish Sat Oct 07 13:11:40 2017 xorriso : UPDATE : 74.75% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 74.81% done, estimate finish Sat Oct 07 13:11:50 2017 xorriso : UPDATE : 74.84% done, estimate finish Sat Oct 07 13:12:02 2017 xorriso : UPDATE : 74.91% done, estimate finish Sat Oct 07 13:11:58 2017 xorriso : UPDATE : 74.97% done, estimate finish Sat Oct 07 13:12:00 2017 xorriso : UPDATE : 75.02% done, estimate finish Sat Oct 07 13:12:02 2017 xorriso : UPDATE : 75.06% done, estimate finish Sat Oct 07 13:12:11 2017 xorriso : UPDATE : 75.09% done, estimate finish Sat Oct 07 13:12:18 2017 xorriso : UPDATE : 75.13% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 75.16% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 75.22% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 75.25% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 75.25% done, estimate finish Sat Oct 07 13:14:19 2017 xorriso : UPDATE : 75.25% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 75.25% done, estimate finish Sat Oct 07 13:15:26 2017 xorriso : UPDATE : 75.51% done, estimate finish Sat Oct 07 13:13:09 2017 xorriso : UPDATE : 75.54% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 75.54% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 75.61% done, estimate finish Sat Oct 07 13:13:32 2017 xorriso : UPDATE : 75.64% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 13:14:19 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 13:15:37 2017 xorriso : UPDATE : 75.65% done, estimate finish Sat Oct 07 13:16:16 2017 xorriso : UPDATE : 75.71% done, estimate finish Sat Oct 07 13:15:46 2017 xorriso : UPDATE : 75.91% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 76.00% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 76.04% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 76.09% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 76.12% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 76.13% done, estimate finish Sat Oct 07 13:14:15 2017 xorriso : UPDATE : 76.16% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 76.17% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 76.23% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 76.25% done, estimate finish Sat Oct 07 13:14:51 2017 xorriso : UPDATE : 76.32% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 76.37% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 76.41% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 76.43% done, estimate finish Sat Oct 07 13:16:30 2017 xorriso : UPDATE : 76.47% done, estimate finish Sat Oct 07 13:16:10 2017 xorriso : UPDATE : 76.55% done, estimate finish Sat Oct 07 13:15:17 2017 xorriso : UPDATE : 76.58% done, estimate finish Sat Oct 07 13:15:24 2017 xorriso : UPDATE : 76.60% done, estimate finish Sat Oct 07 13:15:43 2017 xorriso : UPDATE : 76.63% done, estimate finish Sat Oct 07 13:15:54 2017 xorriso : UPDATE : 76.69% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 76.73% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 76.76% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 76.80% done, estimate finish Sat Oct 07 13:15:34 2017 xorriso : UPDATE : 76.84% done, estimate finish Sat Oct 07 13:14:38 2017 xorriso : UPDATE : 76.89% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 76.91% done, estimate finish Sat Oct 07 13:14:57 2017 xorriso : UPDATE : 76.94% done, estimate finish Sat Oct 07 13:15:09 2017 xorriso : UPDATE : 76.99% done, estimate finish Sat Oct 07 13:14:57 2017 xorriso : UPDATE : 77.00% done, estimate finish Sat Oct 07 13:15:21 2017 xorriso : UPDATE : 77.10% done, estimate finish Sat Oct 07 13:14:38 2017 xorriso : UPDATE : 77.15% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 77.17% done, estimate finish Sat Oct 07 13:14:47 2017 xorriso : UPDATE : 77.17% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 77.26% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 77.29% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 77.30% done, estimate finish Sat Oct 07 13:15:22 2017 xorriso : UPDATE : 77.30% done, estimate finish Sat Oct 07 13:16:05 2017 xorriso : UPDATE : 77.30% done, estimate finish Sat Oct 07 13:16:46 2017 xorriso : UPDATE : 77.55% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 77.60% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 77.62% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 77.62% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 77.74% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 77.79% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 77.81% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 77.81% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 77.94% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 77.98% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 78.03% done, estimate finish Sat Oct 07 13:13:14 2017 xorriso : UPDATE : 78.04% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 78.10% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 78.14% done, estimate finish Sat Oct 07 13:13:32 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:13:25 2017 xorriso : UPDATE : 78.27% done, estimate finish Sat Oct 07 13:13:18 2017 xorriso : UPDATE : 78.32% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 78.40% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 78.42% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 78.48% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 78.56% done, estimate finish Sat Oct 07 13:13:02 2017 xorriso : UPDATE : 78.59% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 78.63% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 78.67% done, estimate finish Sat Oct 07 13:13:22 2017 xorriso : UPDATE : 78.73% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 78.76% done, estimate finish Sat Oct 07 13:13:26 2017 xorriso : UPDATE : 78.80% done, estimate finish Sat Oct 07 13:13:39 2017 xorriso : UPDATE : 78.85% done, estimate finish Sat Oct 07 13:13:37 2017 xorriso : UPDATE : 78.90% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 78.94% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 79.00% done, estimate finish Sat Oct 07 13:13:33 2017 xorriso : UPDATE : 79.04% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 79.09% done, estimate finish Sat Oct 07 13:13:41 2017 xorriso : UPDATE : 79.11% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 79.17% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 79.19% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 79.25% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 79.30% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 79.30% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 79.42% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 79.46% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 79.52% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 79.54% done, estimate finish Sat Oct 07 13:13:54 2017 xorriso : UPDATE : 79.54% done, estimate finish Sat Oct 07 13:14:18 2017 xorriso : UPDATE : 79.67% done, estimate finish Sat Oct 07 13:13:38 2017 xorriso : UPDATE : 79.70% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 79.73% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 79.74% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 79.80% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 79.82% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 79.85% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 79.89% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 79.92% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 79.93% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 13:14:56 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 13:15:20 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 13:19:34 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 13:20:45 2017 xorriso : UPDATE : 79.97% done, estimate finish Sat Oct 07 13:21:55 2017 xorriso : UPDATE : 80.26% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 80.28% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 80.28% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 80.28% done, estimate finish Sat Oct 07 13:16:03 2017 xorriso : UPDATE : 80.48% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 80.54% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 80.57% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 80.59% done, estimate finish Sat Oct 07 13:12:25 2017 xorriso : UPDATE : 80.66% done, estimate finish Sat Oct 07 13:12:22 2017 xorriso : UPDATE : 80.71% done, estimate finish Sat Oct 07 13:12:28 2017 xorriso : UPDATE : 80.73% done, estimate finish Sat Oct 07 13:12:43 2017 xorriso : UPDATE : 80.81% done, estimate finish Sat Oct 07 13:12:35 2017 xorriso : UPDATE : 80.83% done, estimate finish Sat Oct 07 13:12:48 2017 xorriso : UPDATE : 80.85% done, estimate finish Sat Oct 07 13:13:01 2017 xorriso : UPDATE : 80.93% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 80.98% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 81.01% done, estimate finish Sat Oct 07 13:13:02 2017 xorriso : UPDATE : 81.05% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 81.13% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 81.16% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 81.20% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 81.21% done, estimate finish Sat Oct 07 13:14:16 2017 xorriso : UPDATE : 81.21% done, estimate finish Sat Oct 07 13:14:42 2017 xorriso : UPDATE : 81.37% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 81.42% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 81.46% done, estimate finish Sat Oct 07 13:13:41 2017 xorriso : UPDATE : 81.49% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 81.52% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 81.55% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 81.59% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 81.63% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 81.65% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 81.68% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 81.73% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 81.78% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 81.81% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 81.85% done, estimate finish Sat Oct 07 13:14:28 2017 xorriso : UPDATE : 81.90% done, estimate finish Sat Oct 07 13:15:07 2017 xorriso : UPDATE : 81.92% done, estimate finish Sat Oct 07 13:15:28 2017 xorriso : UPDATE : 81.99% done, estimate finish Sat Oct 07 13:14:59 2017 xorriso : UPDATE : 82.03% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 82.08% done, estimate finish Sat Oct 07 13:14:46 2017 xorriso : UPDATE : 82.11% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 82.12% done, estimate finish Sat Oct 07 13:15:15 2017 xorriso : UPDATE : 82.12% done, estimate finish Sat Oct 07 13:15:38 2017 xorriso : UPDATE : 82.19% done, estimate finish Sat Oct 07 13:15:20 2017 xorriso : UPDATE : 82.19% done, estimate finish Sat Oct 07 13:15:44 2017 xorriso : UPDATE : 82.29% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 82.32% done, estimate finish Sat Oct 07 13:15:08 2017 xorriso : UPDATE : 82.36% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 82.39% done, estimate finish Sat Oct 07 13:15:08 2017 xorriso : UPDATE : 82.43% done, estimate finish Sat Oct 07 13:15:13 2017 xorriso : UPDATE : 82.47% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 82.50% done, estimate finish Sat Oct 07 13:15:15 2017 xorriso : UPDATE : 82.52% done, estimate finish Sat Oct 07 13:15:25 2017 xorriso : UPDATE : 82.59% done, estimate finish Sat Oct 07 13:15:08 2017 xorriso : UPDATE : 82.63% done, estimate finish Sat Oct 07 13:15:07 2017 xorriso : UPDATE : 82.70% done, estimate finish Sat Oct 07 13:14:53 2017 xorriso : UPDATE : 82.76% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 82.83% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 82.89% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 82.96% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 82.97% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 83.03% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 83.06% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 83.10% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 83.12% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 83.24% done, estimate finish Sat Oct 07 13:13:54 2017 xorriso : UPDATE : 83.29% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 83.29% done, estimate finish Sat Oct 07 13:13:49 2017 xorriso : UPDATE : 83.35% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 83.42% done, estimate finish Sat Oct 07 13:13:37 2017 xorriso : UPDATE : 83.49% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 83.54% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 83.60% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 83.71% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 83.71% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 83.78% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 83.84% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 83.89% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 83.99% done, estimate finish Sat Oct 07 13:13:00 2017 xorriso : UPDATE : 84.02% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 84.04% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 84.13% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 84.17% done, estimate finish Sat Oct 07 13:13:15 2017 xorriso : UPDATE : 84.21% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 84.21% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 84.21% done, estimate finish Sat Oct 07 13:13:49 2017 xorriso : UPDATE : 84.35% done, estimate finish Sat Oct 07 13:13:33 2017 xorriso : UPDATE : 84.38% done, estimate finish Sat Oct 07 13:13:41 2017 xorriso : UPDATE : 84.41% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 84.45% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 84.54% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 84.57% done, estimate finish Sat Oct 07 13:13:43 2017 xorriso : UPDATE : 84.61% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 84.65% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 84.69% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 84.73% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 84.74% done, estimate finish Sat Oct 07 13:14:49 2017 xorriso : UPDATE : 84.83% done, estimate finish Sat Oct 07 13:14:15 2017 xorriso : UPDATE : 84.86% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 84.93% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 84.97% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 85.00% done, estimate finish Sat Oct 07 13:14:18 2017 xorriso : UPDATE : 85.00% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 85.07% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 85.17% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 85.20% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:14:56 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:15:25 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:15:53 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:16:22 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:16:51 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:17:20 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:17:48 2017 xorriso : UPDATE : 85.21% done, estimate finish Sat Oct 07 13:18:17 2017 xorriso : UPDATE : 85.21% done xorriso : UPDATE : 85.21% done xorriso : UPDATE : 85.21% done xorriso : UPDATE : 85.21% done xorriso : UPDATE : 85.69% done, estimate finish Sat Oct 07 13:15:36 2017 xorriso : UPDATE : 86.03% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 86.06% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 86.09% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 86.13% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 86.13% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 86.13% done, estimate finish Sat Oct 07 13:11:51 2017 xorriso : UPDATE : 86.32% done, estimate finish Sat Oct 07 13:11:39 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 13:11:59 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 13:12:13 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 13:12:24 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 13:12:36 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 13:12:47 2017 xorriso : UPDATE : 86.33% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 86.62% done, estimate finish Sat Oct 07 13:12:24 2017 xorriso : UPDATE : 86.79% done, estimate finish Sat Oct 07 13:12:43 2017 xorriso : UPDATE : 86.88% done, estimate finish Sat Oct 07 13:12:38 2017 xorriso : UPDATE : 86.89% done, estimate finish Sat Oct 07 13:12:52 2017 xorriso : UPDATE : 86.94% done, estimate finish Sat Oct 07 13:12:54 2017 xorriso : UPDATE : 86.98% done, estimate finish Sat Oct 07 13:13:00 2017 xorriso : UPDATE : 87.05% done, estimate finish Sat Oct 07 13:12:57 2017 xorriso : UPDATE : 87.08% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 87.12% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 87.16% done, estimate finish Sat Oct 07 13:13:11 2017 xorriso : UPDATE : 87.16% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 87.27% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 87.33% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 87.35% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 87.39% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 87.41% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 87.41% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 87.54% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 87.61% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 87.63% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 87.75% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 87.78% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 87.84% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 87.87% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 87.90% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 87.92% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 87.95% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 87.98% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 88.02% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 88.06% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 88.10% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 88.12% done, estimate finish Sat Oct 07 13:15:20 2017 xorriso : UPDATE : 88.19% done, estimate finish Sat Oct 07 13:14:51 2017 xorriso : UPDATE : 88.19% done, estimate finish Sat Oct 07 13:15:17 2017 xorriso : UPDATE : 88.26% done, estimate finish Sat Oct 07 13:15:00 2017 xorriso : UPDATE : 88.36% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 88.38% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 88.48% done, estimate finish Sat Oct 07 13:14:12 2017 xorriso : UPDATE : 88.53% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 88.55% done, estimate finish Sat Oct 07 13:14:17 2017 xorriso : UPDATE : 88.57% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 88.59% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 88.59% done, estimate finish Sat Oct 07 13:14:20 2017 xorriso : UPDATE : 88.70% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 88.70% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 88.70% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 88.83% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 88.88% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 88.91% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 88.96% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 88.99% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 88.99% done, estimate finish Sat Oct 07 13:14:38 2017 xorriso : UPDATE : 88.99% done, estimate finish Sat Oct 07 13:15:03 2017 xorriso : UPDATE : 88.99% done, estimate finish Sat Oct 07 13:15:29 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:14:20 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:15:29 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:15:46 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:18:45 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:19:34 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:20:24 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:21:14 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:22:04 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:22:53 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:24:33 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:25:23 2017 xorriso : UPDATE : 89.19% done, estimate finish Sat Oct 07 13:26:12 2017 xorriso : UPDATE : 89.19% done xorriso : UPDATE : 89.19% done xorriso : UPDATE : 89.19% done xorriso : UPDATE : 90.03% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 90.38% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:30 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:38 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:46 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:13:02 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:01 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:09 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:16 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:25 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:32 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:40 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:48 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 90.46% done xorriso : UPDATE : 90.46% done xorriso : UPDATE : 90.46% done xorriso : UPDATE : 90.46% done xorriso : UPDATE : 90.46% done xorriso : UPDATE : 91.14% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 91.66% done, estimate finish Sat Oct 07 13:12:48 2017 xorriso : UPDATE : 91.74% done, estimate finish Sat Oct 07 13:12:47 2017 xorriso : UPDATE : 91.78% done, estimate finish Sat Oct 07 13:12:50 2017 xorriso : UPDATE : 91.82% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 91.86% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 91.92% done, estimate finish Sat Oct 07 13:12:05 2017 xorriso : UPDATE : 91.97% done, estimate finish Sat Oct 07 13:12:09 2017 xorriso : UPDATE : 91.98% done, estimate finish Sat Oct 07 13:12:15 2017 xorriso : UPDATE : 91.98% done, estimate finish Sat Oct 07 13:12:20 2017 xorriso : UPDATE : 92.11% done, estimate finish Sat Oct 07 13:12:19 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:12:23 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:12:34 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:12:41 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:12:47 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:17:29 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:18:08 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:18:46 2017 xorriso : UPDATE : 92.61% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 92.70% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 92.73% done, estimate finish Sat Oct 07 13:13:27 2017 xorriso : UPDATE : 92.79% done, estimate finish Sat Oct 07 13:13:27 2017 xorriso : UPDATE : 92.85% done, estimate finish Sat Oct 07 13:13:25 2017 xorriso : UPDATE : 92.89% done, estimate finish Sat Oct 07 13:13:27 2017 xorriso : UPDATE : 92.92% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 92.97% done, estimate finish Sat Oct 07 13:12:44 2017 xorriso : UPDATE : 93.01% done, estimate finish Sat Oct 07 13:12:48 2017 xorriso : UPDATE : 93.04% done, estimate finish Sat Oct 07 13:12:53 2017 xorriso : UPDATE : 93.11% done, estimate finish Sat Oct 07 13:12:54 2017 xorriso : UPDATE : 93.14% done, estimate finish Sat Oct 07 13:12:58 2017 xorriso : UPDATE : 93.16% done, estimate finish Sat Oct 07 13:13:04 2017 xorriso : UPDATE : 93.16% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 93.27% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 93.31% done, estimate finish Sat Oct 07 13:13:09 2017 xorriso : UPDATE : 93.34% done, estimate finish Sat Oct 07 13:13:13 2017 xorriso : UPDATE : 93.37% done, estimate finish Sat Oct 07 13:14:12 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:14:07 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:14:51 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:15:21 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:15:35 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:15:50 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:16:04 2017 xorriso : UPDATE : 93.42% done, estimate finish Sat Oct 07 13:31:11 2017 xorriso : UPDATE : 94.04% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 94.10% done, estimate finish Sat Oct 07 13:13:18 2017 xorriso : UPDATE : 94.13% done, estimate finish Sat Oct 07 13:13:22 2017 xorriso : UPDATE : 94.14% done, estimate finish Sat Oct 07 13:13:27 2017 xorriso : UPDATE : 94.14% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 94.23% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 94.29% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 94.33% done, estimate finish Sat Oct 07 13:13:32 2017 xorriso : UPDATE : 94.36% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 94.38% done, estimate finish Sat Oct 07 13:12:49 2017 xorriso : UPDATE : 94.38% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 94.55% done, estimate finish Sat Oct 07 13:12:49 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 13:12:51 2017 xorriso : UPDATE : 94.64% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 94.66% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 94.67% done, estimate finish Sat Oct 07 13:13:04 2017 xorriso : UPDATE : 94.67% done, estimate finish Sat Oct 07 13:13:09 2017 xorriso : UPDATE : 94.79% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 94.79% done, estimate finish Sat Oct 07 13:13:11 2017 xorriso : UPDATE : 94.92% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 94.97% done, estimate finish Sat Oct 07 13:13:32 2017 xorriso : UPDATE : 95.01% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 95.03% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 95.06% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 95.17% done, estimate finish Sat Oct 07 13:13:41 2017 xorriso : UPDATE : 95.24% done, estimate finish Sat Oct 07 13:13:38 2017 xorriso : UPDATE : 95.24% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 95.38% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 95.38% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 95.39% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 95.41% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 95.45% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 95.50% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 95.56% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 95.58% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 95.66% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 95.73% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 95.76% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 95.77% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 95.83% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 95.84% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 95.90% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 95.98% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 95.98% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 96.04% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 96.05% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 96.12% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 96.20% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 96.25% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 96.26% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 96.29% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 96.33% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 96.36% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 96.39% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 96.40% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 96.44% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 96.47% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 96.48% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 96.55% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 96.58% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 96.60% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 96.63% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 96.65% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 96.66% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 96.72% done, estimate finish Sat Oct 07 13:14:28 2017 xorriso : UPDATE : 96.74% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 96.79% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 96.80% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 96.82% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 96.86% done, estimate finish Sat Oct 07 13:14:38 2017 xorriso : UPDATE : 96.92% done, estimate finish Sat Oct 07 13:14:28 2017 xorriso : UPDATE : 96.94% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 96.98% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 97.02% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 97.02% done, estimate finish Sat Oct 07 13:14:34 2017 xorriso : UPDATE : 97.02% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 97.19% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 97.25% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 97.30% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 97.36% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 97.41% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 97.47% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 97.50% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 97.60% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 97.65% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 97.72% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 97.76% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 97.80% done, estimate finish Sat Oct 07 13:13:49 2017 xorriso : UPDATE : 97.85% done, estimate finish Sat Oct 07 13:13:49 2017 xorriso : UPDATE : 97.89% done, estimate finish Sat Oct 07 13:13:49 2017 xorriso : UPDATE : 97.94% done, estimate finish Sat Oct 07 13:13:49 2017 xorriso : UPDATE : 98.00% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 98.03% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 98.07% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 98.09% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 98.09% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 98.20% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 98.21% done, estimate finish Sat Oct 07 13:13:54 2017 xorriso : UPDATE : 98.24% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 98.29% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 98.31% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 98.34% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 98.35% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 98.38% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 98.38% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 98.47% done, estimate finish Sat Oct 07 13:14:07 2017 xorriso : UPDATE : 98.52% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 98.59% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 98.62% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 98.66% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 98.68% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 98.72% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 98.75% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 98.79% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 98.80% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 98.84% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 98.84% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 98.97% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 98.97% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 99.14% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 99.14% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 99.19% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 99.19% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 99.33% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 99.38% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 99.40% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 99.47% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 99.52% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 99.57% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 99.60% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 99.62% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 99.64% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 99.68% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 99.68% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 99.68% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 99.68% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 99.91% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 99.95% done xorriso : UPDATE : 99.97% done xorriso : UPDATE : 99.99% done xorriso : UPDATE : Thank you for being patient. Working since 1956 seconds. ISO image produced: 23639909 sectors Written to medium : 23639909 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 13:14:15 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 amd64 2' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.2.0-amd64-DLBD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/Damd64/debian-9.2.0-amd64-DLBD-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/Damd64/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 : 6300 files added in 1 seconds xorriso : UPDATE : 14100 files added in 2 seconds xorriso : UPDATE : 19600 files added in 3 seconds xorriso : UPDATE : 26200 files added in 4 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/Damd64/stretch/CD2' xorriso : UPDATE : 31730 files added in 5 seconds xorriso : UPDATE : 31730 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/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.04% done xorriso : UPDATE : 0.11% done xorriso : UPDATE : 0.17% done, estimate finish Sat Oct 07 13:38:51 2017 xorriso : UPDATE : 0.24% done, estimate finish Sat Oct 07 13:38:29 2017 xorriso : UPDATE : 0.28% done, estimate finish Sat Oct 07 13:41:23 2017 xorriso : UPDATE : 0.35% done, estimate finish Sat Oct 07 13:40:22 2017 xorriso : UPDATE : 0.43% done, estimate finish Sat Oct 07 13:39:26 2017 xorriso : UPDATE : 0.48% done, estimate finish Sat Oct 07 13:40:12 2017 xorriso : UPDATE : 0.60% done, estimate finish Sat Oct 07 13:37:54 2017 xorriso : UPDATE : 0.82% done, estimate finish Sat Oct 07 13:33:37 2017 xorriso : UPDATE : 1.07% done, estimate finish Sat Oct 07 13:30:44 2017 xorriso : UPDATE : 1.31% done, estimate finish Sat Oct 07 13:29:02 2017 xorriso : UPDATE : 1.57% done, estimate finish Sat Oct 07 13:27:37 2017 xorriso : UPDATE : 1.80% done, estimate finish Sat Oct 07 13:26:54 2017 xorriso : UPDATE : 2.04% done, estimate finish Sat Oct 07 13:26:12 2017 xorriso : UPDATE : 2.32% done, estimate finish Sat Oct 07 13:22:55 2017 xorriso : UPDATE : 2.40% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 2.50% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 2.58% done, estimate finish Sat Oct 07 13:24:08 2017 xorriso : UPDATE : 2.68% done, estimate finish Sat Oct 07 13:24:26 2017 xorriso : UPDATE : 2.83% done, estimate finish Sat Oct 07 13:24:30 2017 xorriso : UPDATE : 2.88% done, estimate finish Sat Oct 07 13:24:59 2017 xorriso : UPDATE : 3.04% done, estimate finish Sat Oct 07 13:24:57 2017 xorriso : UPDATE : 3.08% done, estimate finish Sat Oct 07 13:25:25 2017 xorriso : UPDATE : 3.08% done, estimate finish Sat Oct 07 13:26:01 2017 xorriso : UPDATE : 3.08% done, estimate finish Sat Oct 07 13:31:19 2017 xorriso : UPDATE : 3.08% done, estimate finish Sat Oct 07 13:32:43 2017 xorriso : UPDATE : 3.08% done, estimate finish Sat Oct 07 13:34:05 2017 xorriso : UPDATE : 4.45% done, estimate finish Sat Oct 07 13:24:11 2017 xorriso : UPDATE : 4.66% done, estimate finish Sat Oct 07 13:24:02 2017 xorriso : UPDATE : 4.81% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 4.90% done, estimate finish Sat Oct 07 13:24:20 2017 xorriso : UPDATE : 5.01% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 5.11% done, estimate finish Sat Oct 07 13:24:41 2017 xorriso : UPDATE : 5.22% done, estimate finish Sat Oct 07 13:24:49 2017 xorriso : UPDATE : 5.33% done, estimate finish Sat Oct 07 13:23:12 2017 xorriso : UPDATE : 5.56% done, estimate finish Sat Oct 07 13:23:07 2017 xorriso : UPDATE : 5.66% done, estimate finish Sat Oct 07 13:23:22 2017 xorriso : UPDATE : 5.77% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 5.93% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 6.01% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 6.17% done, estimate finish Sat Oct 07 13:23:56 2017 xorriso : UPDATE : 6.26% done, estimate finish Sat Oct 07 13:24:08 2017 xorriso : UPDATE : 6.36% done, estimate finish Sat Oct 07 13:24:18 2017 xorriso : UPDATE : 6.57% done, estimate finish Sat Oct 07 13:24:13 2017 xorriso : UPDATE : 6.69% done, estimate finish Sat Oct 07 13:25:46 2017 xorriso : UPDATE : 6.87% done, estimate finish Sat Oct 07 13:25:35 2017 xorriso : UPDATE : 7.06% done, estimate finish Sat Oct 07 13:25:24 2017 xorriso : UPDATE : 7.40% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 7.62% done, estimate finish Sat Oct 07 13:24:33 2017 xorriso : UPDATE : 7.86% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 7.86% done, estimate finish Sat Oct 07 13:24:47 2017 xorriso : UPDATE : 8.28% done, estimate finish Sat Oct 07 13:24:10 2017 xorriso : UPDATE : 8.28% done, estimate finish Sat Oct 07 13:24:33 2017 xorriso : UPDATE : 8.71% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 8.71% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 8.71% done, estimate finish Sat Oct 07 13:24:05 2017 xorriso : UPDATE : 9.43% done, estimate finish Sat Oct 07 13:22:54 2017 xorriso : UPDATE : 9.43% done, estimate finish Sat Oct 07 13:23:17 2017 xorriso : UPDATE : 9.43% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 10.19% done, estimate finish Sat Oct 07 13:22:43 2017 xorriso : UPDATE : 10.19% done, estimate finish Sat Oct 07 13:23:02 2017 xorriso : UPDATE : 10.71% done, estimate finish Sat Oct 07 13:22:36 2017 xorriso : UPDATE : 10.74% done, estimate finish Sat Oct 07 13:22:50 2017 xorriso : UPDATE : 11.18% done, estimate finish Sat Oct 07 13:22:33 2017 xorriso : UPDATE : 11.26% done, estimate finish Sat Oct 07 13:22:21 2017 xorriso : UPDATE : 11.38% done, estimate finish Sat Oct 07 13:22:32 2017 xorriso : UPDATE : 11.53% done, estimate finish Sat Oct 07 13:22:39 2017 xorriso : UPDATE : 11.71% done, estimate finish Sat Oct 07 13:22:43 2017 xorriso : UPDATE : 11.91% done, estimate finish Sat Oct 07 13:22:45 2017 xorriso : UPDATE : 12.08% done, estimate finish Sat Oct 07 13:22:48 2017 xorriso : UPDATE : 12.20% done, estimate finish Sat Oct 07 13:22:56 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 13:23:01 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 13:23:18 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 13.01% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 13.17% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 13.27% done, estimate finish Sat Oct 07 13:24:01 2017 xorriso : UPDATE : 13.34% done, estimate finish Sat Oct 07 13:24:17 2017 xorriso : UPDATE : 13.46% done, estimate finish Sat Oct 07 13:24:24 2017 xorriso : UPDATE : 13.55% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 13.64% done, estimate finish Sat Oct 07 13:24:42 2017 xorriso : UPDATE : 13.84% done, estimate finish Sat Oct 07 13:24:35 2017 xorriso : UPDATE : 14.00% done, estimate finish Sat Oct 07 13:24:35 2017 xorriso : UPDATE : 14.13% done, estimate finish Sat Oct 07 13:24:38 2017 xorriso : UPDATE : 14.24% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 14.31% done, estimate finish Sat Oct 07 13:26:07 2017 xorriso : UPDATE : 14.58% done, estimate finish Sat Oct 07 13:25:27 2017 xorriso : UPDATE : 14.67% done, estimate finish Sat Oct 07 13:25:37 2017 xorriso : UPDATE : 14.76% done, estimate finish Sat Oct 07 13:25:46 2017 xorriso : UPDATE : 14.90% done, estimate finish Sat Oct 07 13:25:44 2017 xorriso : UPDATE : 14.93% done, estimate finish Sat Oct 07 13:26:05 2017 xorriso : UPDATE : 14.93% done, estimate finish Sat Oct 07 13:26:33 2017 xorriso : UPDATE : 14.93% done, estimate finish Sat Oct 07 13:27:01 2017 xorriso : UPDATE : 15.67% done, estimate finish Sat Oct 07 13:25:06 2017 xorriso : UPDATE : 15.87% done, estimate finish Sat Oct 07 13:24:59 2017 xorriso : UPDATE : 15.98% done, estimate finish Sat Oct 07 13:24:15 2017 xorriso : UPDATE : 16.07% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 16.19% done, estimate finish Sat Oct 07 13:24:35 2017 xorriso : UPDATE : 16.32% done, estimate finish Sat Oct 07 13:24:40 2017 xorriso : UPDATE : 16.50% done, estimate finish Sat Oct 07 13:24:36 2017 xorriso : UPDATE : 16.58% done, estimate finish Sat Oct 07 13:24:47 2017 xorriso : UPDATE : 16.70% done, estimate finish Sat Oct 07 13:24:53 2017 xorriso : UPDATE : 16.93% done, estimate finish Sat Oct 07 13:24:43 2017 xorriso : UPDATE : 17.17% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 17.38% done, estimate finish Sat Oct 07 13:24:26 2017 xorriso : UPDATE : 17.50% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 17.61% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 17.72% done, estimate finish Sat Oct 07 13:25:01 2017 xorriso : UPDATE : 17.84% done, estimate finish Sat Oct 07 13:25:06 2017 xorriso : UPDATE : 18.03% done, estimate finish Sat Oct 07 13:24:59 2017 xorriso : UPDATE : 18.21% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 18.36% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 18.48% done, estimate finish Sat Oct 07 13:24:58 2017 xorriso : UPDATE : 18.48% done, estimate finish Sat Oct 07 13:25:19 2017 xorriso : UPDATE : 18.98% done, estimate finish Sat Oct 07 13:24:34 2017 xorriso : UPDATE : 19.06% done, estimate finish Sat Oct 07 13:24:41 2017 xorriso : UPDATE : 19.20% done, estimate finish Sat Oct 07 13:24:43 2017 xorriso : UPDATE : 19.29% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 19.37% done, estimate finish Sat Oct 07 13:25:09 2017 xorriso : UPDATE : 19.49% done, estimate finish Sat Oct 07 13:25:12 2017 xorriso : UPDATE : 19.62% done, estimate finish Sat Oct 07 13:25:14 2017 xorriso : UPDATE : 19.69% done, estimate finish Sat Oct 07 13:25:26 2017 xorriso : UPDATE : 19.90% done, estimate finish Sat Oct 07 13:25:16 2017 xorriso : UPDATE : 20.07% done, estimate finish Sat Oct 07 13:25:12 2017 xorriso : UPDATE : 20.16% done, estimate finish Sat Oct 07 13:25:20 2017 xorriso : UPDATE : 20.39% done, estimate finish Sat Oct 07 13:25:35 2017 xorriso : UPDATE : 20.53% done, estimate finish Sat Oct 07 13:25:32 2017 xorriso : UPDATE : 20.63% done, estimate finish Sat Oct 07 13:25:41 2017 xorriso : UPDATE : 20.68% done, estimate finish Sat Oct 07 13:25:59 2017 xorriso : UPDATE : 20.78% done, estimate finish Sat Oct 07 13:26:06 2017 xorriso : UPDATE : 21.04% done, estimate finish Sat Oct 07 13:25:38 2017 xorriso : UPDATE : 21.29% done, estimate finish Sat Oct 07 13:25:19 2017 xorriso : UPDATE : 21.40% done, estimate finish Sat Oct 07 13:25:25 2017 xorriso : UPDATE : 21.40% done, estimate finish Sat Oct 07 13:25:46 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 13:25:04 2017 xorriso : UPDATE : 21.99% done, estimate finish Sat Oct 07 13:24:38 2017 xorriso : UPDATE : 22.06% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 22.14% done, estimate finish Sat Oct 07 13:25:07 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 13:25:09 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 13:25:34 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 13:26:00 2017 xorriso : UPDATE : 22.28% done, estimate finish Sat Oct 07 13:26:26 2017 xorriso : UPDATE : 23.16% done, estimate finish Sat Oct 07 13:24:34 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:24:48 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:25:33 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:26:08 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:26:41 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:27:16 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:27:51 2017 xorriso : UPDATE : 23.34% done, estimate finish Sat Oct 07 13:28:25 2017 xorriso : UPDATE : 25.37% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 25.89% done, estimate finish Sat Oct 07 13:23:04 2017 xorriso : UPDATE : 26.11% done, estimate finish Sat Oct 07 13:23:03 2017 xorriso : UPDATE : 26.31% done, estimate finish Sat Oct 07 13:23:04 2017 xorriso : UPDATE : 26.33% done, estimate finish Sat Oct 07 13:22:22 2017 xorriso : UPDATE : 26.65% done, estimate finish Sat Oct 07 13:22:20 2017 xorriso : UPDATE : 26.78% done, estimate finish Sat Oct 07 13:22:27 2017 xorriso : UPDATE : 26.84% done, estimate finish Sat Oct 07 13:22:38 2017 xorriso : UPDATE : 26.93% done, estimate finish Sat Oct 07 13:22:47 2017 xorriso : UPDATE : 26.99% done, estimate finish Sat Oct 07 13:22:57 2017 xorriso : UPDATE : 27.31% done, estimate finish Sat Oct 07 13:22:52 2017 xorriso : UPDATE : 27.45% done, estimate finish Sat Oct 07 13:22:57 2017 xorriso : UPDATE : 27.55% done, estimate finish Sat Oct 07 13:23:04 2017 xorriso : UPDATE : 27.71% done, estimate finish Sat Oct 07 13:23:07 2017 xorriso : UPDATE : 27.77% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 27.92% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 28.14% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 28.31% done, estimate finish Sat Oct 07 13:24:41 2017 xorriso : UPDATE : 28.47% done, estimate finish Sat Oct 07 13:24:40 2017 xorriso : UPDATE : 28.63% done, estimate finish Sat Oct 07 13:24:40 2017 xorriso : UPDATE : 28.75% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 28.86% done, estimate finish Sat Oct 07 13:24:50 2017 xorriso : UPDATE : 28.93% done, estimate finish Sat Oct 07 13:24:59 2017 xorriso : UPDATE : 28.93% done, estimate finish Sat Oct 07 13:25:17 2017 xorriso : UPDATE : 28.93% done, estimate finish Sat Oct 07 13:26:16 2017 xorriso : UPDATE : 28.93% done, estimate finish Sat Oct 07 13:26:51 2017 xorriso : UPDATE : 29.98% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 30.08% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 30.35% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 30.62% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 30.76% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 30.88% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 31.23% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 31.51% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 31.54% done, estimate finish Sat Oct 07 13:23:01 2017 xorriso : UPDATE : 31.82% done, estimate finish Sat Oct 07 13:22:58 2017 xorriso : UPDATE : 31.84% done, estimate finish Sat Oct 07 13:23:12 2017 xorriso : UPDATE : 32.33% done, estimate finish Sat Oct 07 13:22:55 2017 xorriso : UPDATE : 32.41% done, estimate finish Sat Oct 07 13:23:04 2017 xorriso : UPDATE : 32.55% done, estimate finish Sat Oct 07 13:23:09 2017 xorriso : UPDATE : 32.65% done, estimate finish Sat Oct 07 13:23:16 2017 xorriso : UPDATE : 32.89% done, estimate finish Sat Oct 07 13:23:14 2017 xorriso : UPDATE : 33.24% done, estimate finish Sat Oct 07 13:23:07 2017 xorriso : UPDATE : 33.47% done, estimate finish Sat Oct 07 13:23:06 2017 xorriso : UPDATE : 33.62% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 33.72% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 33.85% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 34.03% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 34.28% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 34.48% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 34.56% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 34.75% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 34.94% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 35.07% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 35.15% done, estimate finish Sat Oct 07 13:24:34 2017 xorriso : UPDATE : 35.27% done, estimate finish Sat Oct 07 13:24:39 2017 xorriso : UPDATE : 35.27% done, estimate finish Sat Oct 07 13:25:04 2017 xorriso : UPDATE : 35.27% done, estimate finish Sat Oct 07 13:25:30 2017 xorriso : UPDATE : 35.96% done, estimate finish Sat Oct 07 13:24:11 2017 xorriso : UPDATE : 36.17% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 36.18% done, estimate finish Sat Oct 07 13:24:23 2017 xorriso : UPDATE : 36.18% done, estimate finish Sat Oct 07 13:24:39 2017 xorriso : UPDATE : 36.18% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 36.18% done, estimate finish Sat Oct 07 13:25:13 2017 xorriso : UPDATE : 36.18% done, estimate finish Sat Oct 07 13:26:44 2017 xorriso : UPDATE : 37.53% done, estimate finish Sat Oct 07 13:23:15 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 13:23:15 2017 xorriso : UPDATE : 37.74% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 37.81% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 38.41% done, estimate finish Sat Oct 07 13:23:13 2017 xorriso : UPDATE : 38.41% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 38.41% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 39.05% done, estimate finish Sat Oct 07 13:23:13 2017 xorriso : UPDATE : 39.47% done, estimate finish Sat Oct 07 13:23:03 2017 xorriso : UPDATE : 39.47% done, estimate finish Sat Oct 07 13:22:13 2017 xorriso : UPDATE : 39.47% done, estimate finish Sat Oct 07 13:22:26 2017 xorriso : UPDATE : 40.11% done, estimate finish Sat Oct 07 13:22:12 2017 xorriso : UPDATE : 40.34% done, estimate finish Sat Oct 07 13:22:14 2017 xorriso : UPDATE : 40.54% done, estimate finish Sat Oct 07 13:22:17 2017 xorriso : UPDATE : 40.66% done, estimate finish Sat Oct 07 13:22:23 2017 xorriso : UPDATE : 40.77% done, estimate finish Sat Oct 07 13:22:29 2017 xorriso : UPDATE : 41.10% done, estimate finish Sat Oct 07 13:22:27 2017 xorriso : UPDATE : 41.36% done, estimate finish Sat Oct 07 13:22:26 2017 xorriso : UPDATE : 41.36% done, estimate finish Sat Oct 07 13:22:36 2017 xorriso : UPDATE : 41.36% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 42.17% done, estimate finish Sat Oct 07 13:22:47 2017 xorriso : UPDATE : 42.29% done, estimate finish Sat Oct 07 13:22:54 2017 xorriso : UPDATE : 42.49% done, estimate finish Sat Oct 07 13:22:56 2017 xorriso : UPDATE : 42.49% done, estimate finish Sat Oct 07 13:23:10 2017 xorriso : UPDATE : 43.20% done, estimate finish Sat Oct 07 13:22:44 2017 xorriso : UPDATE : 43.37% done, estimate finish Sat Oct 07 13:22:47 2017 xorriso : UPDATE : 43.51% done, estimate finish Sat Oct 07 13:22:51 2017 xorriso : UPDATE : 43.94% done, estimate finish Sat Oct 07 13:22:43 2017 xorriso : UPDATE : 44.02% done, estimate finish Sat Oct 07 13:22:49 2017 xorriso : UPDATE : 44.28% done, estimate finish Sat Oct 07 13:22:22 2017 xorriso : UPDATE : 44.39% done, estimate finish Sat Oct 07 13:22:30 2017 xorriso : UPDATE : 44.39% done, estimate finish Sat Oct 07 13:22:43 2017 xorriso : UPDATE : 44.90% done, estimate finish Sat Oct 07 13:22:30 2017 xorriso : UPDATE : 44.96% done, estimate finish Sat Oct 07 13:22:39 2017 xorriso : UPDATE : 45.03% done, estimate finish Sat Oct 07 13:22:47 2017 xorriso : UPDATE : 45.27% done, estimate finish Sat Oct 07 13:22:47 2017 xorriso : UPDATE : 45.41% done, estimate finish Sat Oct 07 13:22:51 2017 xorriso : UPDATE : 45.46% done, estimate finish Sat Oct 07 13:22:58 2017 xorriso : UPDATE : 45.82% done, estimate finish Sat Oct 07 13:22:53 2017 xorriso : UPDATE : 45.92% done, estimate finish Sat Oct 07 13:23:58 2017 xorriso : UPDATE : 45.92% done, estimate finish Sat Oct 07 13:24:21 2017 xorriso : UPDATE : 45.92% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 46.66% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 46.68% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 46.92% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 46.92% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 46.92% done, estimate finish Sat Oct 07 13:24:11 2017 xorriso : UPDATE : 47.76% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 47.92% done, estimate finish Sat Oct 07 13:23:25 2017 xorriso : UPDATE : 48.10% done, estimate finish Sat Oct 07 13:23:03 2017 xorriso : UPDATE : 48.20% done, estimate finish Sat Oct 07 13:23:12 2017 xorriso : UPDATE : 48.26% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 48.46% done, estimate finish Sat Oct 07 13:23:22 2017 xorriso : UPDATE : 48.49% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 48.84% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 49.06% done, estimate finish Sat Oct 07 13:23:22 2017 xorriso : UPDATE : 49.15% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 49.35% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 49.50% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 49.62% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 49.65% done, estimate finish Sat Oct 07 13:24:29 2017 xorriso : UPDATE : 49.65% done, estimate finish Sat Oct 07 13:24:51 2017 xorriso : UPDATE : 49.65% done, estimate finish Sat Oct 07 13:25:15 2017 xorriso : UPDATE : 49.65% done, estimate finish Sat Oct 07 13:25:37 2017 xorriso : UPDATE : 49.65% done, estimate finish Sat Oct 07 13:26:01 2017 xorriso : UPDATE : 50.89% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 51.27% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 51.34% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 51.42% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 51.55% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 51.62% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 51.80% done, estimate finish Sat Oct 07 13:23:25 2017 xorriso : UPDATE : 51.92% done, estimate finish Sat Oct 07 13:23:30 2017 xorriso : UPDATE : 52.15% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 52.27% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 52.40% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 52.51% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 52.51% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 52.94% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 53.06% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 53.20% done, estimate finish Sat Oct 07 13:24:05 2017 xorriso : UPDATE : 53.35% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 53.41% done, estimate finish Sat Oct 07 13:24:17 2017 xorriso : UPDATE : 53.57% done, estimate finish Sat Oct 07 13:24:16 2017 xorriso : UPDATE : 53.94% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 54.13% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 54.35% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 54.68% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 54.80% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 54.91% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 55.03% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 55.10% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 55.34% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 55.54% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 55.64% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 55.65% done, estimate finish Sat Oct 07 13:23:59 2017 xorriso : UPDATE : 56.07% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 56.18% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 56.30% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 56.37% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 56.43% done, estimate finish Sat Oct 07 13:24:30 2017 xorriso : UPDATE : 56.43% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 57.10% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 57.28% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 57.33% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 57.68% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 57.77% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 57.77% done, estimate finish Sat Oct 07 13:24:01 2017 xorriso : UPDATE : 58.36% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 58.49% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 58.74% done, estimate finish Sat Oct 07 13:23:03 2017 xorriso : UPDATE : 58.88% done, estimate finish Sat Oct 07 13:23:08 2017 xorriso : UPDATE : 59.06% done, estimate finish Sat Oct 07 13:23:10 2017 xorriso : UPDATE : 59.22% done, estimate finish Sat Oct 07 13:23:13 2017 xorriso : UPDATE : 59.43% done, estimate finish Sat Oct 07 13:23:14 2017 xorriso : UPDATE : 59.58% done, estimate finish Sat Oct 07 13:23:16 2017 xorriso : UPDATE : 59.76% done, estimate finish Sat Oct 07 13:23:18 2017 xorriso : UPDATE : 59.85% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 59.95% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 60.15% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 60.28% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 60.46% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 60.58% done, estimate finish Sat Oct 07 13:24:08 2017 xorriso : UPDATE : 60.83% done, estimate finish Sat Oct 07 13:23:59 2017 xorriso : UPDATE : 60.91% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 61.02% done, estimate finish Sat Oct 07 13:24:11 2017 xorriso : UPDATE : 61.23% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 61.30% done, estimate finish Sat Oct 07 13:24:13 2017 xorriso : UPDATE : 61.51% done, estimate finish Sat Oct 07 13:24:08 2017 xorriso : UPDATE : 61.59% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 61.73% done, estimate finish Sat Oct 07 13:24:19 2017 xorriso : UPDATE : 61.93% done, estimate finish Sat Oct 07 13:24:13 2017 xorriso : UPDATE : 61.96% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 62.29% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 62.39% done, estimate finish Sat Oct 07 13:24:13 2017 xorriso : UPDATE : 62.49% done, estimate finish Sat Oct 07 13:24:17 2017 xorriso : UPDATE : 62.57% done, estimate finish Sat Oct 07 13:24:23 2017 xorriso : UPDATE : 62.70% done, estimate finish Sat Oct 07 13:24:25 2017 xorriso : UPDATE : 62.80% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 63.02% done, estimate finish Sat Oct 07 13:24:21 2017 xorriso : UPDATE : 63.17% done, estimate finish Sat Oct 07 13:24:21 2017 xorriso : UPDATE : 63.31% done, estimate finish Sat Oct 07 13:24:21 2017 xorriso : UPDATE : 63.45% done, estimate finish Sat Oct 07 13:24:23 2017 xorriso : UPDATE : 63.53% done, estimate finish Sat Oct 07 13:24:30 2017 xorriso : UPDATE : 63.58% done, estimate finish Sat Oct 07 13:24:40 2017 xorriso : UPDATE : 63.67% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 63.79% done, estimate finish Sat Oct 07 13:24:46 2017 xorriso : UPDATE : 63.85% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 63.97% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 64.08% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 64.21% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 64.39% done, estimate finish Sat Oct 07 13:25:27 2017 xorriso : UPDATE : 64.57% done, estimate finish Sat Oct 07 13:25:14 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:25:04 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:25:23 2017 xorriso : UPDATE : 65.16% done, estimate finish Sat Oct 07 13:24:41 2017 xorriso : UPDATE : 65.22% done, estimate finish Sat Oct 07 13:24:49 2017 xorriso : UPDATE : 65.31% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 65.44% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 65.57% done, estimate finish Sat Oct 07 13:24:53 2017 xorriso : UPDATE : 65.74% done, estimate finish Sat Oct 07 13:24:49 2017 xorriso : UPDATE : 65.84% done, estimate finish Sat Oct 07 13:24:26 2017 xorriso : UPDATE : 65.91% done, estimate finish Sat Oct 07 13:24:35 2017 xorriso : UPDATE : 66.05% done, estimate finish Sat Oct 07 13:24:35 2017 xorriso : UPDATE : 66.24% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 66.35% done, estimate finish Sat Oct 07 13:24:33 2017 xorriso : UPDATE : 66.54% done, estimate finish Sat Oct 07 13:24:30 2017 xorriso : UPDATE : 66.64% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 66.85% done, estimate finish Sat Oct 07 13:24:27 2017 xorriso : UPDATE : 66.93% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 67.15% done, estimate finish Sat Oct 07 13:24:27 2017 xorriso : UPDATE : 67.18% done, estimate finish Sat Oct 07 13:24:42 2017 xorriso : UPDATE : 67.46% done, estimate finish Sat Oct 07 13:24:24 2017 xorriso : UPDATE : 67.93% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 67.98% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 67.98% done, estimate finish Sat Oct 07 13:24:18 2017 xorriso : UPDATE : 67.98% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 67.98% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 67.98% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 69.87% done, estimate finish Sat Oct 07 13:23:22 2017 xorriso : UPDATE : 70.09% done, estimate finish Sat Oct 07 13:23:21 2017 xorriso : UPDATE : 70.26% done, estimate finish Sat Oct 07 13:22:53 2017 xorriso : UPDATE : 70.39% done, estimate finish Sat Oct 07 13:22:58 2017 xorriso : UPDATE : 70.54% done, estimate finish Sat Oct 07 13:23:02 2017 xorriso : UPDATE : 70.68% done, estimate finish Sat Oct 07 13:23:06 2017 xorriso : UPDATE : 70.80% done, estimate finish Sat Oct 07 13:23:10 2017 xorriso : UPDATE : 71.04% done, estimate finish Sat Oct 07 13:23:10 2017 xorriso : UPDATE : 71.19% done, estimate finish Sat Oct 07 13:23:12 2017 xorriso : UPDATE : 71.20% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 71.20% done, estimate finish Sat Oct 07 13:23:26 2017 xorriso : UPDATE : 71.20% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 71.20% done, estimate finish Sat Oct 07 13:25:48 2017 xorriso : UPDATE : 71.20% done, estimate finish Sat Oct 07 13:26:13 2017 xorriso : UPDATE : 72.55% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 72.71% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 72.77% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 72.93% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 73.19% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 73.42% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 73.62% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 73.69% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 74.03% done, estimate finish Sat Oct 07 13:23:03 2017 xorriso : UPDATE : 74.22% done, estimate finish Sat Oct 07 13:23:06 2017 xorriso : UPDATE : 74.35% done, estimate finish Sat Oct 07 13:23:09 2017 xorriso : UPDATE : 74.58% done, estimate finish Sat Oct 07 13:23:11 2017 xorriso : UPDATE : 74.59% done, estimate finish Sat Oct 07 13:23:17 2017 xorriso : UPDATE : 75.19% done, estimate finish Sat Oct 07 13:23:08 2017 xorriso : UPDATE : 75.34% done, estimate finish Sat Oct 07 13:23:11 2017 xorriso : UPDATE : 75.47% done, estimate finish Sat Oct 07 13:23:13 2017 xorriso : UPDATE : 75.48% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 75.48% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 75.48% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 76.70% done, estimate finish Sat Oct 07 13:23:15 2017 xorriso : UPDATE : 76.86% done, estimate finish Sat Oct 07 13:23:16 2017 xorriso : UPDATE : 77.18% done, estimate finish Sat Oct 07 13:23:13 2017 xorriso : UPDATE : 77.40% done, estimate finish Sat Oct 07 13:23:14 2017 xorriso : UPDATE : 77.46% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 77.92% done, estimate finish Sat Oct 07 13:23:13 2017 xorriso : UPDATE : 78.01% done, estimate finish Sat Oct 07 13:23:16 2017 xorriso : UPDATE : 78.01% done, estimate finish Sat Oct 07 13:23:21 2017 xorriso : UPDATE : 78.01% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 78.95% done, estimate finish Sat Oct 07 13:23:12 2017 xorriso : UPDATE : 79.27% done, estimate finish Sat Oct 07 13:22:50 2017 xorriso : UPDATE : 79.42% done, estimate finish Sat Oct 07 13:22:54 2017 xorriso : UPDATE : 79.54% done, estimate finish Sat Oct 07 13:22:57 2017 xorriso : UPDATE : 79.65% done, estimate finish Sat Oct 07 13:22:59 2017 xorriso : UPDATE : 79.81% done, estimate finish Sat Oct 07 13:23:02 2017 xorriso : UPDATE : 79.94% done, estimate finish Sat Oct 07 13:23:05 2017 xorriso : UPDATE : 80.11% done, estimate finish Sat Oct 07 13:23:06 2017 xorriso : UPDATE : 80.25% done, estimate finish Sat Oct 07 13:23:09 2017 xorriso : UPDATE : 80.31% done, estimate finish Sat Oct 07 13:23:12 2017 xorriso : UPDATE : 80.62% done, estimate finish Sat Oct 07 13:23:11 2017 xorriso : UPDATE : 80.77% done, estimate finish Sat Oct 07 13:23:56 2017 xorriso : UPDATE : 80.93% done, estimate finish Sat Oct 07 13:23:56 2017 xorriso : UPDATE : 81.22% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 81.24% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 81.24% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 82.04% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 82.14% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 82.14% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 82.71% done, estimate finish Sat Oct 07 13:23:31 2017 xorriso : UPDATE : 82.81% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 83.06% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 83.20% done, estimate finish Sat Oct 07 13:23:21 2017 xorriso : UPDATE : 83.38% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 83.51% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 83.67% done, estimate finish Sat Oct 07 13:23:26 2017 xorriso : UPDATE : 83.79% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 83.87% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 83.99% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 84.11% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 84.32% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 84.49% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 84.50% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 84.96% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 85.09% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 85.22% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 85.39% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 85.57% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 85.57% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 86.22% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 86.41% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 86.52% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 86.65% done, estimate finish Sat Oct 07 13:23:31 2017 xorriso : UPDATE : 86.83% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 86.94% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 87.08% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 87.18% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 87.25% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 87.25% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 87.85% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 87.99% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 88.14% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 88.30% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 88.41% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 88.55% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 88.63% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 88.75% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 88.91% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 89.01% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 89.11% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 89.23% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 89.33% done, estimate finish Sat Oct 07 13:24:08 2017 xorriso : UPDATE : 89.55% done, estimate finish Sat Oct 07 13:24:02 2017 xorriso : UPDATE : 89.67% done, estimate finish Sat Oct 07 13:24:02 2017 xorriso : UPDATE : 89.94% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 90.03% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 90.24% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 90.50% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 90.71% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 90.71% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 90.71% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 91.59% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 91.85% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 92.12% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 92.32% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 92.41% done, estimate finish Sat Oct 07 13:23:31 2017 xorriso : UPDATE : 92.51% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 92.65% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 92.78% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 92.88% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 92.96% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 93.14% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 93.24% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 93.33% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 93.37% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 93.64% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 93.70% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 93.73% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 94.01% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 94.01% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 94.46% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 13:23:56 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 13:24:05 2017 xorriso : UPDATE : 94.87% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 96.39% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 96.43% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 96.43% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 97.10% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 97.24% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 97.31% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 97.42% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 97.52% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 97.59% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 97.80% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 97.96% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 98.09% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 98.30% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 98.44% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 98.67% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 98.79% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 98.99% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 99.26% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 99.40% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 99.53% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 99.65% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 99.98% done ISO image produced: 5802105 sectors Written to medium : 5802105 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/Damd64 c26176e797d98e189376ac1350e058482182322b debian-9.2.0-amd64-DLBD-1.iso d41882c63151dadd8557b303c5358035 debian-9.2.0-amd64-DLBD-1.iso 2ddf30be6d08ed90fce9e719a1f6c7ed043fa7fa2449625cf5c4347275be15115b27f495d72bb54d44f9cc3ed56ed9700d87d06f41c1bf7213e2dd6a8f13fb85 debian-9.2.0-amd64-DLBD-1.iso b5d17e7f0722e1fdcd76eb5f762a5da789e99670a45696ad35a4b4901f9a7192 debian-9.2.0-amd64-DLBD-1.iso 6a7604272ef3c688825037dcf47f47463c300cd3 debian-9.2.0-amd64-DLBD-2.iso 45f5088fff4750441e12e5d5ecd13690 debian-9.2.0-amd64-DLBD-2.iso 7ee75f82648e6bf810379c27d9eaafd0c01abbaf65e9efb75fce1cbcf0f3463708fa1b2f895fd0d004ad0868db3931bdf6efa0781f670da3771632c8e42f9aea debian-9.2.0-amd64-DLBD-2.iso 04470df6ae3927a33af8b81d443845f49de7af4063e1f8c63773fadbf563c38a debian-9.2.0-amd64-DLBD-2.iso Sat 7 Oct 13:23:41 UTC 2017: Finished.