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/9amd64/stretch/CD[1234567890]* rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/tasks rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/*.filelist* rm -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/packages-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/upgrade-stamp /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/md5-check echo "Cleaning the build directory" Cleaning the build directory rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64 mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt echo "Updating task files..." Updating task files... mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/stretch/tasks echo "- generating dynamic task files" - generating dynamic task files set -e; cd /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/stretch/DATE date -u '+%Y%m%dT%H%M%SZ' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/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/9amd64/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/9amd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/apt/stretch-$ARCH/apt/preferences.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt/stretch-backports-$ARCH/apt/preferences.d; \ fi; \ if [ $ARCH = "source" -o "9" = "1" -o "9" = "2" -o "9" = "C" -o "9" = "F" ];then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt/stretch-$ARCH/status ; \ if [ "$BACKPORTS"x != ""x ] ; then \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/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/9amd64/apt/stretch-backports-$ARCH/status ; \ fi; \ fi; \ done; :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt/status # Set up keyring so apt doesn't complain Setting up archive-keyring mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/archive-keyring for ARCH in amd64; do \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt/stretch-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt/stretch-$ARCH/apt/trusted.gpg.d; \ if [ "$BACKPORTS"x != ""x ] ; then \ mkdir -p /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt/stretch-backports-$ARCH/apt/trusted.gpg.d; \ ln -s /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/archive-keyring/usr/share/keyrings/debian-archive-keyring.gpg /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/apt/stretch-source/apt/preferences.d ; \ :> /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/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/9amd64/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/9amd64/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/9amd64/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/9amd64/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/9amd64/stretch/md5-check; \ fi; \ done ... building the images; using target(s) "official_images" Building all available jigdos and no isos for amd64 BD dpkg -x /srv/cdbuilder.debian.org/src/ftp/debian/pool/main/d/debootstrap/debootstrap_1.0.89_all.deb /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/debootstrap if [ ! -e /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/debootstrap/usr/share/debootstrap/scripts/stretch ] ; then \ ln -sf sid /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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 [ "9"x = "1"x ] ; then \ : ; \ elif [ "9"x = "2"x -o "9"x = "C"x ] ; then \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/rawlist; \ else \ echo "mawk" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/rawlist; \ echo "exim4-daemon-light" >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/rawlist; \ fi; \ fi if [ ""x != "yes"x ] ; then \ if [ _9 != _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/9amd64/debootstrap.tmp \ file:/srv/cdbuilder.debian.org/src/ftp/debian \ 2>/dev/null \ | tr ' ' '\n' > /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/debootstrap-list; \ cat /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/debootstrap-list >>/org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/rawlist; \ rm -rf /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/stretch/tasks /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/tasks/Debian-all >> /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/rawlist; \ fi if [ ""x = "yes"x ] ; then \ awk '/^Package:/ {print $2}' /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt/stretch-source/apt-state/lists/*Sources | \ sort -u > /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/rawlist; \ fi Generating the complete list of packages to be included in /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/list... perl -ne 'chomp; next if /^\s*$/; \ print "$_\n" if not $seen{$_}; $seen{$_}++;' \ /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/rawlist \ > /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/list /home/debian-cd/build.stretch/debian-cd/tools/check_backports_packages /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/list.backports if [ -f /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/list.backports ]; then mv /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/list.backports /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/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/9amd64/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/list /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/packages; \ else \ /home/debian-cd/build.stretch/debian-cd/tools/merge_package_lists /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/apt "amd64" /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/packages; \ fi if [ ""x = "yes"x ] ; then \ grep ^source /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/packages > /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64 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 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:42-- 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% 532K 12s 50K .......... .......... .......... .......... .......... 1% 969K 9s 100K .......... .......... .......... .......... .......... 2% 1007K 8s 150K .......... .......... .......... .......... .......... 3% 1.03M 7s 200K .......... .......... .......... .......... .......... 3% 1.04M 7s 250K .......... .......... .......... .......... .......... 4% 1.09M 7s 300K .......... .......... .......... .......... .......... 5% 1.04M 6s 350K .......... .......... .......... .......... .......... 6% 1.07M 6s 400K .......... .......... .......... .......... .......... 7% 5.81M 6s 450K .......... .......... .......... .......... .......... 7% 967K 6s 500K .......... .......... .......... .......... .......... 8% 1.12M 6s 550K .......... .......... .......... .......... .......... 9% 1.24M 5s 600K .......... .......... .......... .......... .......... 10% 3.41M 5s 650K .......... .......... .......... .......... .......... 11% 578K 5s 700K .......... .......... .......... .......... .......... 11% 339M 5s 750K .......... .......... .......... .......... .......... 12% 1.10M 5s 800K .......... .......... .......... .......... .......... 13% 1.04M 5s 850K .......... .......... .......... .......... .......... 14% 1.13M 5s 900K .......... .......... .......... .......... .......... 15% 1.09M 5s 950K .......... .......... .......... .......... .......... 15% 1.07M 5s 1000K .......... .......... .......... .......... .......... 16% 2.82M 5s 1050K .......... .......... .......... .......... .......... 17% 1.05M 4s 1100K .......... .......... .......... .......... .......... 18% 1.11M 4s 1150K .......... .......... .......... .......... .......... 19% 1.09M 4s 1200K .......... .......... .......... .......... .......... 19% 1.13M 4s 1250K .......... .......... .......... .......... .......... 20% 1.14M 4s 1300K .......... .......... .......... .......... .......... 21% 1.12M 4s 1350K .......... .......... .......... .......... .......... 22% 2.81M 4s 1400K .......... .......... .......... .......... .......... 23% 1.12M 4s 1450K .......... .......... .......... .......... .......... 23% 1.09M 4s 1500K .......... .......... .......... .......... .......... 24% 1.13M 4s 1550K .......... .......... .......... .......... .......... 25% 1.24M 4s 1600K .......... .......... .......... .......... .......... 26% 2.74M 4s 1650K .......... .......... .......... .......... .......... 27% 1.12M 4s 1700K .......... .......... .......... .......... .......... 27% 1.10M 4s 1750K .......... .......... .......... .......... .......... 28% 577K 4s 1800K .......... .......... .......... .......... .......... 29% 181M 4s 1850K .......... .......... .......... .......... .......... 30% 1.15M 4s 1900K .......... .......... .......... .......... .......... 31% 976K 4s 1950K .......... .......... .......... .......... .......... 31% 1.03M 4s 2000K .......... .......... .......... .......... .......... 32% 978K 4s 2050K .......... .......... .......... .......... .......... 33% 1020K 4s 2100K .......... .......... .......... .......... .......... 34% 1.01M 4s 2150K .......... .......... .......... .......... .......... 35% 1.04M 3s 2200K .......... .......... .......... .......... .......... 35% 1.04M 3s 2250K .......... .......... .......... .......... .......... 36% 1.04M 3s 2300K .......... .......... .......... .......... .......... 37% 1.01M 3s 2350K .......... .......... .......... .......... .......... 38% 1.06M 3s 2400K .......... .......... .......... .......... .......... 39% 1.04M 3s 2450K .......... .......... .......... .......... .......... 39% 1.04M 3s 2500K .......... .......... .......... .......... .......... 40% 944K 3s 2550K .......... .......... .......... .......... .......... 41% 1.10M 3s 2600K .......... .......... .......... .......... .......... 42% 969K 3s 2650K .......... .......... .......... .......... .......... 43% 572K 3s 2700K .......... .......... .......... .......... .......... 43% 999K 3s 2750K .......... .......... .......... .......... .......... 44% 971K 3s 2800K .......... .......... .......... .......... .......... 45% 638K 3s 2850K .......... .......... .......... .......... .......... 46% 896K 3s 2900K .......... .......... .......... .......... .......... 47% 996K 3s 2950K .......... .......... .......... .......... .......... 47% 972K 3s 3000K .......... .......... .......... .......... .......... 48% 1.02M 3s 3050K .......... .......... .......... .......... .......... 49% 648K 3s 3100K .......... .......... .......... .......... .......... 50% 936K 3s 3150K .......... .......... .......... .......... .......... 51% 955K 3s 3200K .......... .......... .......... .......... .......... 51% 1.03M 3s 3250K .......... .......... .......... .......... .......... 52% 1.04M 3s 3300K .......... .......... .......... .......... .......... 53% 1.04M 3s 3350K .......... .......... .......... .......... .......... 54% 1.04M 3s 3400K .......... .......... .......... .......... .......... 55% 995K 3s 3450K .......... .......... .......... .......... .......... 55% 1.03M 3s 3500K .......... .......... .......... .......... .......... 56% 1014K 3s 3550K .......... .......... .......... .......... .......... 57% 1.02M 2s 3600K .......... .......... .......... .......... .......... 58% 573K 2s 3650K .......... .......... .......... .......... .......... 59% 953K 2s 3700K .......... .......... .......... .......... .......... 59% 1.01M 2s 3750K .......... .......... .......... .......... .......... 60% 572K 2s 3800K .......... .......... .......... .......... .......... 61% 972K 2s 3850K .......... .......... .......... .......... .......... 62% 1016K 2s 3900K .......... .......... .......... .......... .......... 63% 1.03M 2s 3950K .......... .......... .......... .......... .......... 63% 616K 2s 4000K .......... .......... .......... .......... .......... 64% 918K 2s 4050K .......... .......... .......... .......... .......... 65% 989K 2s 4100K .......... .......... .......... .......... .......... 66% 1.01M 2s 4150K .......... .......... .......... .......... .......... 67% 1.01M 2s 4200K .......... .......... .......... .......... .......... 67% 1.03M 2s 4250K .......... .......... .......... .......... .......... 68% 1.04M 2s 4300K .......... .......... .......... .......... .......... 69% 619K 2s 4350K .......... .......... .......... .......... .......... 70% 1.00M 2s 4400K .......... .......... .......... .......... .......... 71% 1.03M 2s 4450K .......... .......... .......... .......... .......... 71% 1.00M 2s 4500K .......... .......... .......... .......... .......... 72% 1.04M 2s 4550K .......... .......... .......... .......... .......... 73% 1.03M 2s 4600K .......... .......... .......... .......... .......... 74% 1.06M 2s 4650K .......... .......... .......... .......... .......... 75% 1.04M 2s 4700K .......... .......... .......... .......... .......... 75% 1.04M 1s 4750K .......... .......... .......... .......... .......... 76% 1.07M 1s 4800K .......... .......... .......... .......... .......... 77% 2.65M 1s 4850K .......... .......... .......... .......... .......... 78% 1.06M 1s 4900K .......... .......... .......... .......... .......... 79% 1.05M 1s 4950K .......... .......... .......... .......... .......... 79% 1.04M 1s 5000K .......... .......... .......... .......... .......... 80% 1.06M 1s 5050K .......... .......... .......... .......... .......... 81% 1.07M 1s 5100K .......... .......... .......... .......... .......... 82% 1.13M 1s 5150K .......... .......... .......... .......... .......... 83% 1.27M 1s 5200K .......... .......... .......... .......... .......... 83% 1.08M 1s 5250K .......... .......... .......... .......... .......... 84% 2.26M 1s 5300K .......... .......... .......... .......... .......... 85% 1.06M 1s 5350K .......... .......... .......... .......... .......... 86% 1.12M 1s 5400K .......... .......... .......... .......... .......... 87% 1.18M 1s 5450K .......... .......... .......... .......... .......... 87% 1.25M 1s 5500K .......... .......... .......... .......... .......... 88% 2.51M 1s 5550K .......... .......... .......... .......... .......... 89% 1.06M 1s 5600K .......... .......... .......... .......... .......... 90% 1.14M 1s 5650K .......... .......... .......... .......... .......... 91% 1.18M 1s 5700K .......... .......... .......... .......... .......... 91% 1.25M 0s 5750K .......... .......... .......... .......... .......... 92% 2.13M 0s 5800K .......... .......... .......... .......... .......... 93% 1.17M 0s 5850K .......... .......... .......... .......... .......... 94% 1.19M 0s 5900K .......... .......... .......... .......... .......... 95% 1.37M 0s 5950K .......... .......... .......... .......... .......... 95% 2.15M 0s 6000K .......... .......... .......... .......... .......... 96% 1.20M 0s 6050K .......... .......... .......... .......... .......... 97% 1.25M 0s 6100K .......... .......... .......... .......... .......... 98% 1.33M 0s 6150K .......... .......... .......... .......... .......... 99% 2.10M 0s 6200K .......... .......... .......... .......... .......... 99% 1.24M 0s 6250K .. 100% 1.53M=5.8s 2017-10-07 12:12:48 (1.06 MB/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/9amd64/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" BD 1 at /home/debian-cd/build.stretch/debian-cd/stretch/CD1 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 1 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Checking base is installable for 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 15370 packages, 11200483 blocks, 22938589184 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/9amd64/stretch/CD2 Starting new "amd64" BD 2 at /home/debian-cd/build.stretch/debian-cd/stretch/CD2 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 2 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 2 filled with 11526 packages, 11224313 blocks, 22987393024 bytes Adding the required directories Generating the image label and volume id Adding common docs on CD3 Adding Release files Trying to add upgrade* directories (Optionally) making the image bootable for amd64: Running tools/boot/stretch/boot-amd64 3 /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/CD3 Starting new "amd64" BD 3 at /home/debian-cd/build.stretch/debian-cd/stretch/CD3 Specified size for this image: 25GB BD, 11230000 2K-blocks maximum Starting the md5sum.txt file Placing packages into image 3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Finishing off the Release file Finishing off md5sum.txt GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. CD 3 (not) filled with 24431 packages, 7022600 blocks, 14382284800 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/9amd64/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/9amd64/stretch/md5-check; \ fi; \ done /home/debian-cd/build.stretch/debian-cd/tools/make_image "/org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch" "amd64" "/org/cdbuilder.debian.org/dst/deb-cd/out/9amd64" "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:43:41 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/9amd64/debian-9.2.0-amd64-BD-1.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9amd64/debian-9.2.0-amd64-BD-1.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot1 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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/9amd64/stretch/boot1' xorriso : UPDATE : 31 files added in 1 seconds xorriso : UPDATE : 3700 files added in 1 seconds xorriso : UPDATE : 7400 files added in 2 seconds xorriso : UPDATE : 10600 files added in 3 seconds xorriso : UPDATE : 12600 files added in 4 seconds xorriso : UPDATE : 15700 files added in 5 seconds xorriso : UPDATE : 19000 files added in 6 seconds xorriso : UPDATE : 22400 files added in 7 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9amd64/stretch/CD1' xorriso : UPDATE : 25014 files added in 8 seconds xorriso : NOTE : Copying to System Area: 432 bytes from file '/mnt/cd-src/deb-cd/tmp/9amd64/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: NOTE : Automatically adjusted MBR geometry to 2789/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.02% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.08% done, estimate finish Sat Oct 07 13:37:31 2017 xorriso : UPDATE : 0.11% done, estimate finish Sat Oct 07 13:34:56 2017 xorriso : UPDATE : 0.14% done, estimate finish Sat Oct 07 13:36:50 2017 xorriso : UPDATE : 0.19% done, estimate finish Sat Oct 07 13:31:47 2017 xorriso : UPDATE : 0.33% done, estimate finish Sat Oct 07 13:16:22 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:09:14 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:12:38 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:16:01 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:19:24 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:22:47 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:26:10 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:29:33 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:32:56 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:39:11 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:44:42 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:50:13 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 13:55:45 2017 xorriso : UPDATE : 0.49% done, estimate finish Sat Oct 07 14:01:16 2017 xorriso : UPDATE : 1.05% done, estimate finish Sat Oct 07 13:13:05 2017 xorriso : UPDATE : 2.62% done, estimate finish Sat Oct 07 12:54:55 2017 xorriso : UPDATE : 2.62% done, estimate finish Sat Oct 07 12:55:36 2017 xorriso : UPDATE : 2.94% done, estimate finish Sat Oct 07 12:54:51 2017 xorriso : UPDATE : 3.06% done, estimate finish Sat Oct 07 12:54:57 2017 xorriso : UPDATE : 3.19% done, estimate finish Sat Oct 07 12:52:36 2017 xorriso : UPDATE : 3.33% done, estimate finish Sat Oct 07 12:52:46 2017 xorriso : UPDATE : 3.47% done, estimate finish Sat Oct 07 12:52:54 2017 xorriso : UPDATE : 3.54% done, estimate finish Sat Oct 07 12:53:15 2017 xorriso : UPDATE : 3.54% done, estimate finish Sat Oct 07 12:53:47 2017 xorriso : UPDATE : 3.54% done, estimate finish Sat Oct 07 12:54:17 2017 xorriso : UPDATE : 4.08% done, estimate finish Sat Oct 07 12:53:15 2017 xorriso : UPDATE : 4.08% done, estimate finish Sat Oct 07 12:53:41 2017 xorriso : UPDATE : 4.08% done, estimate finish Sat Oct 07 12:54:08 2017 xorriso : UPDATE : 4.08% done, estimate finish Sat Oct 07 12:54:35 2017 xorriso : UPDATE : 4.61% done, estimate finish Sat Oct 07 12:55:27 2017 xorriso : UPDATE : 4.82% done, estimate finish Sat Oct 07 12:55:07 2017 xorriso : UPDATE : 4.97% done, estimate finish Sat Oct 07 12:55:06 2017 xorriso : UPDATE : 5.14% done, estimate finish Sat Oct 07 12:55:03 2017 xorriso : UPDATE : 5.27% done, estimate finish Sat Oct 07 12:55:06 2017 xorriso : UPDATE : 5.36% done, estimate finish Sat Oct 07 12:55:18 2017 xorriso : UPDATE : 5.36% done, estimate finish Sat Oct 07 12:55:51 2017 xorriso : UPDATE : 5.65% done, estimate finish Sat Oct 07 12:55:19 2017 xorriso : UPDATE : 5.88% done, estimate finish Sat Oct 07 12:55:05 2017 xorriso : UPDATE : 5.88% done, estimate finish Sat Oct 07 12:55:32 2017 xorriso : UPDATE : 6.11% done, estimate finish Sat Oct 07 12:55:06 2017 xorriso : UPDATE : 6.11% done, estimate finish Sat Oct 07 12:55:47 2017 xorriso : UPDATE : 6.11% done, estimate finish Sat Oct 07 12:56:28 2017 xorriso : UPDATE : 6.62% done, estimate finish Sat Oct 07 12:54:53 2017 xorriso : UPDATE : 6.62% done, estimate finish Sat Oct 07 12:55:25 2017 xorriso : UPDATE : 6.81% done, estimate finish Sat Oct 07 12:55:15 2017 xorriso : UPDATE : 6.81% done, estimate finish Sat Oct 07 12:55:45 2017 xorriso : UPDATE : 7.24% done, estimate finish Sat Oct 07 12:54:52 2017 xorriso : UPDATE : 7.38% done, estimate finish Sat Oct 07 12:54:55 2017 xorriso : UPDATE : 7.49% done, estimate finish Sat Oct 07 12:55:01 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 12:55:11 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 12:55:50 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 12:56:30 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 12:57:10 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 12:57:49 2017 xorriso : UPDATE : 7.59% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 8.53% done, estimate finish Sat Oct 07 12:55:03 2017 xorriso : UPDATE : 8.66% done, estimate finish Sat Oct 07 12:55:06 2017 xorriso : UPDATE : 8.80% done, estimate finish Sat Oct 07 12:55:08 2017 xorriso : UPDATE : 8.94% done, estimate finish Sat Oct 07 12:55:08 2017 xorriso : UPDATE : 8.99% done, estimate finish Sat Oct 07 12:55:33 2017 xorriso : UPDATE : 8.99% done, estimate finish Sat Oct 07 12:56:13 2017 xorriso : UPDATE : 8.99% done, estimate finish Sat Oct 07 12:56:53 2017 xorriso : UPDATE : 8.99% done, estimate finish Sat Oct 07 12:57:33 2017 xorriso : UPDATE : 8.99% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 8.99% done, estimate finish Sat Oct 07 12:58:53 2017 xorriso : UPDATE : 10.06% done, estimate finish Sat Oct 07 12:54:55 2017 xorriso : UPDATE : 10.18% done, estimate finish Sat Oct 07 12:54:59 2017 xorriso : UPDATE : 10.33% done, estimate finish Sat Oct 07 12:55:00 2017 xorriso : UPDATE : 10.38% done, estimate finish Sat Oct 07 12:55:14 2017 xorriso : UPDATE : 10.52% done, estimate finish Sat Oct 07 12:55:02 2017 xorriso : UPDATE : 10.77% done, estimate finish Sat Oct 07 12:54:41 2017 xorriso : UPDATE : 10.79% done, estimate finish Sat Oct 07 12:55:09 2017 xorriso : UPDATE : 11.00% done, estimate finish Sat Oct 07 12:54:57 2017 xorriso : UPDATE : 11.17% done, estimate finish Sat Oct 07 12:54:55 2017 xorriso : UPDATE : 11.33% done, estimate finish Sat Oct 07 12:54:55 2017 xorriso : UPDATE : 11.47% done, estimate finish Sat Oct 07 12:54:56 2017 xorriso : UPDATE : 11.57% done, estimate finish Sat Oct 07 12:55:05 2017 xorriso : UPDATE : 11.62% done, estimate finish Sat Oct 07 12:55:19 2017 xorriso : UPDATE : 11.88% done, estimate finish Sat Oct 07 12:55:03 2017 xorriso : UPDATE : 11.99% done, estimate finish Sat Oct 07 12:55:14 2017 xorriso : UPDATE : 12.16% done, estimate finish Sat Oct 07 12:55:10 2017 xorriso : UPDATE : 12.22% done, estimate finish Sat Oct 07 12:55:28 2017 xorriso : UPDATE : 12.44% done, estimate finish Sat Oct 07 12:55:12 2017 xorriso : UPDATE : 12.58% done, estimate finish Sat Oct 07 12:55:15 2017 xorriso : UPDATE : 12.70% done, estimate finish Sat Oct 07 12:55:19 2017 xorriso : UPDATE : 12.84% done, estimate finish Sat Oct 07 12:55:19 2017 xorriso : UPDATE : 12.95% done, estimate finish Sat Oct 07 12:55:26 2017 xorriso : UPDATE : 12.95% done, estimate finish Sat Oct 07 12:55:49 2017 xorriso : UPDATE : 13.23% done, estimate finish Sat Oct 07 12:55:27 2017 xorriso : UPDATE : 13.33% done, estimate finish Sat Oct 07 12:55:50 2017 xorriso : UPDATE : 13.46% done, estimate finish Sat Oct 07 12:55:52 2017 xorriso : UPDATE : 13.57% done, estimate finish Sat Oct 07 12:55:56 2017 xorriso : UPDATE : 13.68% done, estimate finish Sat Oct 07 12:56:00 2017 xorriso : UPDATE : 13.82% done, estimate finish Sat Oct 07 12:55:58 2017 xorriso : UPDATE : 13.98% done, estimate finish Sat Oct 07 12:55:52 2017 xorriso : UPDATE : 14.00% done, estimate finish Sat Oct 07 12:56:16 2017 xorriso : UPDATE : 14.26% done, estimate finish Sat Oct 07 12:55:50 2017 xorriso : UPDATE : 14.29% done, estimate finish Sat Oct 07 12:56:09 2017 xorriso : UPDATE : 14.41% done, estimate finish Sat Oct 07 12:56:10 2017 xorriso : UPDATE : 14.64% done, estimate finish Sat Oct 07 12:55:54 2017 xorriso : UPDATE : 14.81% done, estimate finish Sat Oct 07 12:55:47 2017 xorriso : UPDATE : 14.93% done, estimate finish Sat Oct 07 12:55:52 2017 xorriso : UPDATE : 15.07% done, estimate finish Sat Oct 07 12:55:50 2017 xorriso : UPDATE : 15.07% done, estimate finish Sat Oct 07 12:56:20 2017 xorriso : UPDATE : 15.36% done, estimate finish Sat Oct 07 12:55:47 2017 xorriso : UPDATE : 15.51% done, estimate finish Sat Oct 07 12:55:43 2017 xorriso : UPDATE : 15.65% done, estimate finish Sat Oct 07 12:55:43 2017 xorriso : UPDATE : 15.77% done, estimate finish Sat Oct 07 12:55:47 2017 xorriso : UPDATE : 15.91% done, estimate finish Sat Oct 07 12:55:47 2017 xorriso : UPDATE : 15.98% done, estimate finish Sat Oct 07 12:55:56 2017 xorriso : UPDATE : 16.20% done, estimate finish Sat Oct 07 12:55:38 2017 xorriso : UPDATE : 16.34% done, estimate finish Sat Oct 07 12:55:40 2017 xorriso : UPDATE : 16.46% done, estimate finish Sat Oct 07 12:55:44 2017 xorriso : UPDATE : 16.46% done, estimate finish Sat Oct 07 12:56:14 2017 xorriso : UPDATE : 16.74% done, estimate finish Sat Oct 07 12:55:45 2017 xorriso : UPDATE : 16.88% done, estimate finish Sat Oct 07 12:55:43 2017 xorriso : UPDATE : 16.95% done, estimate finish Sat Oct 07 12:55:54 2017 xorriso : UPDATE : 17.20% done, estimate finish Sat Oct 07 12:55:37 2017 xorriso : UPDATE : 17.34% done, estimate finish Sat Oct 07 12:55:37 2017 xorriso : UPDATE : 17.47% done, estimate finish Sat Oct 07 12:55:38 2017 xorriso : UPDATE : 17.59% done, estimate finish Sat Oct 07 12:55:41 2017 xorriso : UPDATE : 17.76% done, estimate finish Sat Oct 07 12:55:35 2017 xorriso : UPDATE : 17.90% done, estimate finish Sat Oct 07 12:55:35 2017 xorriso : UPDATE : 17.97% done, estimate finish Sat Oct 07 12:55:49 2017 xorriso : UPDATE : 18.19% done, estimate finish Sat Oct 07 12:55:33 2017 xorriso : UPDATE : 18.23% done, estimate finish Sat Oct 07 12:55:52 2017 xorriso : UPDATE : 18.37% done, estimate finish Sat Oct 07 12:55:52 2017 xorriso : UPDATE : 18.61% done, estimate finish Sat Oct 07 12:55:35 2017 xorriso : UPDATE : 18.76% done, estimate finish Sat Oct 07 12:55:34 2017 xorriso : UPDATE : 18.87% done, estimate finish Sat Oct 07 12:55:38 2017 xorriso : UPDATE : 18.88% done, estimate finish Sat Oct 07 12:56:09 2017 xorriso : UPDATE : 19.10% done, estimate finish Sat Oct 07 12:55:48 2017 xorriso : UPDATE : 19.19% done, estimate finish Sat Oct 07 12:55:59 2017 xorriso : UPDATE : 19.27% done, estimate finish Sat Oct 07 12:56:10 2017 xorriso : UPDATE : 19.37% done, estimate finish Sat Oct 07 12:56:17 2017 xorriso : UPDATE : 19.44% done, estimate finish Sat Oct 07 12:56:29 2017 xorriso : UPDATE : 19.53% done, estimate finish Sat Oct 07 12:56:35 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 12:56:45 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 12:57:10 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 12:57:35 2017 xorriso : UPDATE : 19.61% done, estimate finish Sat Oct 07 13:00:52 2017 xorriso : UPDATE : 20.21% done, estimate finish Sat Oct 07 12:56:37 2017 xorriso : UPDATE : 20.34% done, estimate finish Sat Oct 07 12:56:36 2017 xorriso : UPDATE : 20.48% done, estimate finish Sat Oct 07 12:56:30 2017 xorriso : UPDATE : 20.48% done, estimate finish Sat Oct 07 12:57:02 2017 xorriso : UPDATE : 20.48% done, estimate finish Sat Oct 07 12:57:32 2017 xorriso : UPDATE : 20.84% done, estimate finish Sat Oct 07 12:56:35 2017 xorriso : UPDATE : 20.90% done, estimate finish Sat Oct 07 12:56:46 2017 xorriso : UPDATE : 21.16% done, estimate finish Sat Oct 07 12:56:21 2017 xorriso : UPDATE : 21.28% done, estimate finish Sat Oct 07 12:56:22 2017 xorriso : UPDATE : 21.40% done, estimate finish Sat Oct 07 12:54:39 2017 xorriso : UPDATE : 21.53% done, estimate finish Sat Oct 07 12:54:46 2017 xorriso : UPDATE : 21.64% done, estimate finish Sat Oct 07 12:54:55 2017 xorriso : UPDATE : 21.73% done, estimate finish Sat Oct 07 12:55:05 2017 xorriso : UPDATE : 21.81% done, estimate finish Sat Oct 07 12:55:17 2017 xorriso : UPDATE : 21.84% done, estimate finish Sat Oct 07 12:55:34 2017 xorriso : UPDATE : 21.92% done, estimate finish Sat Oct 07 12:55:44 2017 xorriso : UPDATE : 21.92% done, estimate finish Sat Oct 07 12:56:06 2017 xorriso : UPDATE : 21.92% done, estimate finish Sat Oct 07 12:56:28 2017 xorriso : UPDATE : 21.92% done, estimate finish Sat Oct 07 12:56:50 2017 xorriso : UPDATE : 22.54% done, estimate finish Sat Oct 07 12:57:05 2017 xorriso : UPDATE : 22.70% done, estimate finish Sat Oct 07 12:56:51 2017 xorriso : UPDATE : 22.83% done, estimate finish Sat Oct 07 12:56:49 2017 xorriso : UPDATE : 22.85% done, estimate finish Sat Oct 07 12:57:16 2017 xorriso : UPDATE : 23.04% done, estimate finish Sat Oct 07 12:56:54 2017 xorriso : UPDATE : 23.09% done, estimate finish Sat Oct 07 12:57:13 2017 xorriso : UPDATE : 23.23% done, estimate finish Sat Oct 07 12:57:05 2017 xorriso : UPDATE : 23.33% done, estimate finish Sat Oct 07 12:57:10 2017 xorriso : UPDATE : 23.43% done, estimate finish Sat Oct 07 12:57:12 2017 xorriso : UPDATE : 23.46% done, estimate finish Sat Oct 07 12:57:30 2017 xorriso : UPDATE : 23.46% done, estimate finish Sat Oct 07 12:58:43 2017 xorriso : UPDATE : 23.46% done, estimate finish Sat Oct 07 12:59:34 2017 xorriso : UPDATE : 23.83% done, estimate finish Sat Oct 07 12:57:32 2017 xorriso : UPDATE : 23.98% done, estimate finish Sat Oct 07 12:57:22 2017 xorriso : UPDATE : 24.01% done, estimate finish Sat Oct 07 12:57:43 2017 xorriso : UPDATE : 24.18% done, estimate finish Sat Oct 07 12:57:27 2017 xorriso : UPDATE : 24.28% done, estimate finish Sat Oct 07 12:57:30 2017 xorriso : UPDATE : 24.38% done, estimate finish Sat Oct 07 12:57:31 2017 xorriso : UPDATE : 24.51% done, estimate finish Sat Oct 07 12:57:28 2017 xorriso : UPDATE : 24.59% done, estimate finish Sat Oct 07 12:57:34 2017 xorriso : UPDATE : 24.69% done, estimate finish Sat Oct 07 12:56:46 2017 xorriso : UPDATE : 24.76% done, estimate finish Sat Oct 07 12:56:58 2017 xorriso : UPDATE : 24.80% done, estimate finish Sat Oct 07 12:57:21 2017 xorriso : UPDATE : 24.80% done, estimate finish Sat Oct 07 12:57:55 2017 xorriso : UPDATE : 25.05% done, estimate finish Sat Oct 07 12:57:15 2017 xorriso : UPDATE : 25.23% done, estimate finish Sat Oct 07 12:56:59 2017 xorriso : UPDATE : 25.32% done, estimate finish Sat Oct 07 12:57:07 2017 xorriso : UPDATE : 25.36% done, estimate finish Sat Oct 07 12:57:22 2017 xorriso : UPDATE : 25.36% done, estimate finish Sat Oct 07 12:57:47 2017 xorriso : UPDATE : 25.68% done, estimate finish Sat Oct 07 12:57:05 2017 xorriso : UPDATE : 25.78% done, estimate finish Sat Oct 07 12:57:09 2017 xorriso : UPDATE : 25.89% done, estimate finish Sat Oct 07 12:57:31 2017 xorriso : UPDATE : 25.97% done, estimate finish Sat Oct 07 12:57:40 2017 xorriso : UPDATE : 26.05% done, estimate finish Sat Oct 07 12:57:48 2017 xorriso : UPDATE : 26.15% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 26.31% done, estimate finish Sat Oct 07 12:57:38 2017 xorriso : UPDATE : 26.39% done, estimate finish Sat Oct 07 12:57:44 2017 xorriso : UPDATE : 26.50% done, estimate finish Sat Oct 07 12:57:43 2017 xorriso : UPDATE : 26.54% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 26.71% done, estimate finish Sat Oct 07 12:57:47 2017 xorriso : UPDATE : 26.79% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 26.88% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 27.01% done, estimate finish Sat Oct 07 12:58:04 2017 xorriso : UPDATE : 27.10% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 27.19% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 27.29% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 27.42% done, estimate finish Sat Oct 07 12:58:08 2017 xorriso : UPDATE : 27.45% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 27.55% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 27.71% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 27.74% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 27.96% done, estimate finish Sat Oct 07 12:57:46 2017 xorriso : UPDATE : 28.04% done, estimate finish Sat Oct 07 12:57:55 2017 xorriso : UPDATE : 28.10% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 28.10% done, estimate finish Sat Oct 07 12:58:46 2017 xorriso : UPDATE : 28.10% done, estimate finish Sat Oct 07 12:59:22 2017 xorriso : UPDATE : 28.61% done, estimate finish Sat Oct 07 12:57:21 2017 xorriso : UPDATE : 28.71% done, estimate finish Sat Oct 07 12:57:25 2017 xorriso : UPDATE : 28.83% done, estimate finish Sat Oct 07 12:57:23 2017 xorriso : UPDATE : 28.90% done, estimate finish Sat Oct 07 12:57:32 2017 xorriso : UPDATE : 29.07% done, estimate finish Sat Oct 07 12:57:21 2017 xorriso : UPDATE : 29.26% done, estimate finish Sat Oct 07 12:56:41 2017 xorriso : UPDATE : 29.38% done, estimate finish Sat Oct 07 12:56:43 2017 xorriso : UPDATE : 29.45% done, estimate finish Sat Oct 07 12:56:56 2017 xorriso : UPDATE : 29.56% done, estimate finish Sat Oct 07 12:57:01 2017 xorriso : UPDATE : 29.65% done, estimate finish Sat Oct 07 12:57:07 2017 xorriso : UPDATE : 29.74% done, estimate finish Sat Oct 07 12:57:14 2017 xorriso : UPDATE : 29.84% done, estimate finish Sat Oct 07 12:57:17 2017 xorriso : UPDATE : 29.90% done, estimate finish Sat Oct 07 12:57:28 2017 xorriso : UPDATE : 29.90% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 29.90% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 30.29% done, estimate finish Sat Oct 07 12:58:07 2017 xorriso : UPDATE : 30.38% done, estimate finish Sat Oct 07 12:58:12 2017 xorriso : UPDATE : 30.46% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 30.55% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 30.55% done, estimate finish Sat Oct 07 12:58:58 2017 xorriso : UPDATE : 30.71% done, estimate finish Sat Oct 07 12:58:34 2017 xorriso : UPDATE : 30.80% done, estimate finish Sat Oct 07 12:58:38 2017 xorriso : UPDATE : 30.85% done, estimate finish Sat Oct 07 12:58:51 2017 xorriso : UPDATE : 31.04% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 31.19% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 31.27% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 31.49% done, estimate finish Sat Oct 07 12:57:48 2017 xorriso : UPDATE : 31.61% done, estimate finish Sat Oct 07 12:57:44 2017 xorriso : UPDATE : 31.77% done, estimate finish Sat Oct 07 12:57:33 2017 xorriso : UPDATE : 31.77% done, estimate finish Sat Oct 07 12:58:00 2017 xorriso : UPDATE : 31.96% done, estimate finish Sat Oct 07 12:57:42 2017 xorriso : UPDATE : 32.03% done, estimate finish Sat Oct 07 12:57:49 2017 xorriso : UPDATE : 32.07% done, estimate finish Sat Oct 07 12:58:06 2017 xorriso : UPDATE : 32.07% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 32.07% done, estimate finish Sat Oct 07 12:58:55 2017 xorriso : UPDATE : 32.49% done, estimate finish Sat Oct 07 12:57:12 2017 xorriso : UPDATE : 32.57% done, estimate finish Sat Oct 07 12:57:22 2017 xorriso : UPDATE : 32.59% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 32.59% done, estimate finish Sat Oct 07 12:58:23 2017 xorriso : UPDATE : 32.94% done, estimate finish Sat Oct 07 12:57:19 2017 xorriso : UPDATE : 32.97% done, estimate finish Sat Oct 07 12:57:40 2017 xorriso : UPDATE : 33.16% done, estimate finish Sat Oct 07 12:57:24 2017 xorriso : UPDATE : 33.28% done, estimate finish Sat Oct 07 12:57:23 2017 xorriso : UPDATE : 33.40% done, estimate finish Sat Oct 07 12:57:23 2017 xorriso : UPDATE : 33.42% done, estimate finish Sat Oct 07 12:57:40 2017 xorriso : UPDATE : 33.62% done, estimate finish Sat Oct 07 12:57:37 2017 xorriso : UPDATE : 33.71% done, estimate finish Sat Oct 07 12:57:45 2017 xorriso : UPDATE : 33.73% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 33.73% done, estimate finish Sat Oct 07 12:58:48 2017 xorriso : UPDATE : 33.73% done, estimate finish Sat Oct 07 12:59:22 2017 xorriso : UPDATE : 34.16% done, estimate finish Sat Oct 07 12:57:44 2017 xorriso : UPDATE : 34.28% done, estimate finish Sat Oct 07 12:57:43 2017 xorriso : UPDATE : 34.40% done, estimate finish Sat Oct 07 12:57:42 2017 xorriso : UPDATE : 34.40% done, estimate finish Sat Oct 07 12:58:04 2017 xorriso : UPDATE : 34.41% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 34.49% done, estimate finish Sat Oct 07 12:59:32 2017 xorriso : UPDATE : 34.61% done, estimate finish Sat Oct 07 12:59:09 2017 xorriso : UPDATE : 34.68% done, estimate finish Sat Oct 07 12:59:18 2017 xorriso : UPDATE : 34.68% done, estimate finish Sat Oct 07 12:59:57 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 12:58:54 2017 xorriso : UPDATE : 34.99% done, estimate finish Sat Oct 07 12:59:07 2017 xorriso : UPDATE : 35.12% done, estimate finish Sat Oct 07 12:58:56 2017 xorriso : UPDATE : 35.19% done, estimate finish Sat Oct 07 12:59:01 2017 xorriso : UPDATE : 35.27% done, estimate finish Sat Oct 07 12:59:07 2017 xorriso : UPDATE : 35.36% done, estimate finish Sat Oct 07 12:59:07 2017 xorriso : UPDATE : 35.36% done, estimate finish Sat Oct 07 12:59:32 2017 xorriso : UPDATE : 35.59% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 35.66% done, estimate finish Sat Oct 07 12:58:37 2017 xorriso : UPDATE : 35.70% done, estimate finish Sat Oct 07 12:58:59 2017 xorriso : UPDATE : 35.82% done, estimate finish Sat Oct 07 12:58:50 2017 xorriso : UPDATE : 35.91% done, estimate finish Sat Oct 07 12:58:52 2017 xorriso : UPDATE : 35.99% done, estimate finish Sat Oct 07 12:58:57 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 12:59:06 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 12:59:32 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 12:59:58 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 13:00:25 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 13:06:02 2017 xorriso : UPDATE : 36.06% done, estimate finish Sat Oct 07 13:07:26 2017 xorriso : UPDATE : 36.77% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 36.77% done, estimate finish Sat Oct 07 12:59:16 2017 xorriso : UPDATE : 36.77% done, estimate finish Sat Oct 07 12:59:50 2017 xorriso : UPDATE : 37.15% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 37.15% done, estimate finish Sat Oct 07 12:58:47 2017 xorriso : UPDATE : 37.46% done, estimate finish Sat Oct 07 12:57:59 2017 xorriso : UPDATE : 37.57% done, estimate finish Sat Oct 07 12:58:00 2017 xorriso : UPDATE : 37.63% done, estimate finish Sat Oct 07 12:58:08 2017 xorriso : UPDATE : 37.80% done, estimate finish Sat Oct 07 12:55:52 2017 xorriso : UPDATE : 37.87% done, estimate finish Sat Oct 07 12:56:05 2017 xorriso : UPDATE : 37.94% done, estimate finish Sat Oct 07 12:56:18 2017 xorriso : UPDATE : 37.99% done, estimate finish Sat Oct 07 12:56:32 2017 xorriso : UPDATE : 38.06% done, estimate finish Sat Oct 07 12:56:44 2017 xorriso : UPDATE : 38.11% done, estimate finish Sat Oct 07 12:56:56 2017 xorriso : UPDATE : 38.11% done, estimate finish Sat Oct 07 12:57:16 2017 xorriso : UPDATE : 38.11% done, estimate finish Sat Oct 07 12:57:36 2017 xorriso : UPDATE : 38.11% done, estimate finish Sat Oct 07 12:57:56 2017 xorriso : UPDATE : 38.62% done, estimate finish Sat Oct 07 12:57:00 2017 xorriso : UPDATE : 38.73% done, estimate finish Sat Oct 07 12:59:06 2017 xorriso : UPDATE : 38.77% done, estimate finish Sat Oct 07 12:59:29 2017 xorriso : UPDATE : 38.80% done, estimate finish Sat Oct 07 12:59:55 2017 xorriso : UPDATE : 39.10% done, estimate finish Sat Oct 07 12:58:36 2017 xorriso : UPDATE : 39.22% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 39.34% done, estimate finish Sat Oct 07 12:58:26 2017 xorriso : UPDATE : 39.44% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 39.52% done, estimate finish Sat Oct 07 12:58:34 2017 xorriso : UPDATE : 39.65% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 39.72% done, estimate finish Sat Oct 07 12:58:36 2017 xorriso : UPDATE : 39.72% done, estimate finish Sat Oct 07 12:58:46 2017 xorriso : UPDATE : 39.99% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 40.00% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 40.21% done, estimate finish Sat Oct 07 12:57:53 2017 xorriso : UPDATE : 40.30% done, estimate finish Sat Oct 07 12:57:57 2017 xorriso : UPDATE : 40.42% done, estimate finish Sat Oct 07 12:57:57 2017 xorriso : UPDATE : 40.50% done, estimate finish Sat Oct 07 12:58:04 2017 xorriso : UPDATE : 40.62% done, estimate finish Sat Oct 07 12:58:00 2017 xorriso : UPDATE : 40.70% done, estimate finish Sat Oct 07 12:58:09 2017 xorriso : UPDATE : 40.78% done, estimate finish Sat Oct 07 12:58:12 2017 xorriso : UPDATE : 40.81% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 40.81% done, estimate finish Sat Oct 07 12:58:45 2017 xorriso : UPDATE : 40.81% done, estimate finish Sat Oct 07 12:59:20 2017 xorriso : UPDATE : 41.22% done, estimate finish Sat Oct 07 12:57:49 2017 xorriso : UPDATE : 41.22% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 41.48% done, estimate finish Sat Oct 07 12:57:45 2017 xorriso : UPDATE : 41.61% done, estimate finish Sat Oct 07 12:57:43 2017 xorriso : UPDATE : 41.61% done, estimate finish Sat Oct 07 12:58:03 2017 xorriso : UPDATE : 41.61% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 41.61% done, estimate finish Sat Oct 07 12:58:45 2017 xorriso : UPDATE : 42.15% done, estimate finish Sat Oct 07 12:57:05 2017 xorriso : UPDATE : 42.23% done, estimate finish Sat Oct 07 12:57:17 2017 xorriso : UPDATE : 42.33% done, estimate finish Sat Oct 07 12:57:23 2017 xorriso : UPDATE : 42.42% done, estimate finish Sat Oct 07 12:57:30 2017 xorriso : UPDATE : 42.45% done, estimate finish Sat Oct 07 12:57:48 2017 xorriso : UPDATE : 42.64% done, estimate finish Sat Oct 07 12:57:33 2017 xorriso : UPDATE : 42.72% done, estimate finish Sat Oct 07 12:57:42 2017 xorriso : UPDATE : 42.84% done, estimate finish Sat Oct 07 12:57:42 2017 xorriso : UPDATE : 42.88% done, estimate finish Sat Oct 07 12:57:54 2017 xorriso : UPDATE : 42.88% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 43.20% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 43.26% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 43.42% done, estimate finish Sat Oct 07 12:58:22 2017 xorriso : UPDATE : 43.42% done, estimate finish Sat Oct 07 12:58:52 2017 xorriso : UPDATE : 43.66% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 43.72% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 43.72% done, estimate finish Sat Oct 07 12:58:50 2017 xorriso : UPDATE : 43.72% done, estimate finish Sat Oct 07 12:59:14 2017 xorriso : UPDATE : 44.03% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 44.25% done, estimate finish Sat Oct 07 12:58:06 2017 xorriso : UPDATE : 44.32% done, estimate finish Sat Oct 07 12:58:03 2017 xorriso : UPDATE : 44.47% done, estimate finish Sat Oct 07 12:57:52 2017 xorriso : UPDATE : 44.59% done, estimate finish Sat Oct 07 12:57:52 2017 xorriso : UPDATE : 44.64% done, estimate finish Sat Oct 07 12:58:04 2017 xorriso : UPDATE : 44.70% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 44.86% done, estimate finish Sat Oct 07 12:58:04 2017 xorriso : UPDATE : 44.94% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 44.98% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 45.09% done, estimate finish Sat Oct 07 12:58:23 2017 xorriso : UPDATE : 45.19% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 45.25% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 45.37% done, estimate finish Sat Oct 07 12:58:58 2017 xorriso : UPDATE : 45.47% done, estimate finish Sat Oct 07 12:58:55 2017 xorriso : UPDATE : 45.57% done, estimate finish Sat Oct 07 12:58:54 2017 xorriso : UPDATE : 45.64% done, estimate finish Sat Oct 07 12:59:03 2017 xorriso : UPDATE : 45.66% done, estimate finish Sat Oct 07 12:59:25 2017 xorriso : UPDATE : 45.79% done, estimate finish Sat Oct 07 12:59:14 2017 xorriso : UPDATE : 45.79% done, estimate finish Sat Oct 07 12:59:39 2017 xorriso : UPDATE : 46.05% done, estimate finish Sat Oct 07 12:58:56 2017 xorriso : UPDATE : 46.17% done, estimate finish Sat Oct 07 12:58:51 2017 xorriso : UPDATE : 46.39% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 46.39% done, estimate finish Sat Oct 07 12:58:37 2017 xorriso : UPDATE : 46.39% done, estimate finish Sat Oct 07 12:59:13 2017 xorriso : UPDATE : 46.70% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 46.76% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 46.86% done, estimate finish Sat Oct 07 12:58:23 2017 xorriso : UPDATE : 46.99% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 47.09% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 47.14% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 47.24% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 47.40% done, estimate finish Sat Oct 07 12:58:22 2017 xorriso : UPDATE : 47.51% done, estimate finish Sat Oct 07 12:58:06 2017 xorriso : UPDATE : 47.53% done, estimate finish Sat Oct 07 12:58:34 2017 xorriso : UPDATE : 47.53% done, estimate finish Sat Oct 07 12:59:06 2017 xorriso : UPDATE : 47.81% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 47.93% done, estimate finish Sat Oct 07 12:58:15 2017 xorriso : UPDATE : 48.03% done, estimate finish Sat Oct 07 12:58:15 2017 xorriso : UPDATE : 48.13% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 48.22% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 48.31% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 48.44% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 48.58% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 48.66% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 48.76% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 48.89% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 49.04% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 49.13% done, estimate finish Sat Oct 07 12:58:22 2017 xorriso : UPDATE : 49.13% done, estimate finish Sat Oct 07 12:58:44 2017 xorriso : UPDATE : 49.13% done, estimate finish Sat Oct 07 12:59:06 2017 xorriso : UPDATE : 49.13% done, estimate finish Sat Oct 07 12:59:28 2017 xorriso : UPDATE : 49.13% done, estimate finish Sat Oct 07 12:59:50 2017 xorriso : UPDATE : 49.13% done, estimate finish Sat Oct 07 13:03:26 2017 xorriso : UPDATE : 49.71% done, estimate finish Sat Oct 07 12:58:37 2017 xorriso : UPDATE : 50.00% done, estimate finish Sat Oct 07 12:57:52 2017 xorriso : UPDATE : 50.03% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 50.11% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 50.16% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 50.16% done, estimate finish Sat Oct 07 12:58:52 2017 xorriso : UPDATE : 50.23% done, estimate finish Sat Oct 07 12:58:58 2017 xorriso : UPDATE : 50.58% done, estimate finish Sat Oct 07 12:58:12 2017 xorriso : UPDATE : 50.71% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 50.84% done, estimate finish Sat Oct 07 12:56:29 2017 xorriso : UPDATE : 50.94% done, estimate finish Sat Oct 07 12:56:36 2017 xorriso : UPDATE : 51.02% done, estimate finish Sat Oct 07 12:56:46 2017 xorriso : UPDATE : 51.09% done, estimate finish Sat Oct 07 12:56:56 2017 xorriso : UPDATE : 51.24% done, estimate finish Sat Oct 07 12:56:56 2017 xorriso : UPDATE : 51.24% done, estimate finish Sat Oct 07 12:57:13 2017 xorriso : UPDATE : 51.49% done, estimate finish Sat Oct 07 12:57:00 2017 xorriso : UPDATE : 51.64% done, estimate finish Sat Oct 07 12:56:59 2017 xorriso : UPDATE : 51.71% done, estimate finish Sat Oct 07 12:57:07 2017 xorriso : UPDATE : 51.89% done, estimate finish Sat Oct 07 12:57:03 2017 xorriso : UPDATE : 52.01% done, estimate finish Sat Oct 07 12:57:56 2017 xorriso : UPDATE : 52.10% done, estimate finish Sat Oct 07 12:58:03 2017 xorriso : UPDATE : 52.21% done, estimate finish Sat Oct 07 12:58:05 2017 xorriso : UPDATE : 52.25% done, estimate finish Sat Oct 07 12:58:20 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 12:58:05 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 12:58:48 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 12:59:11 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 12:59:31 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 12:59:52 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:06:19 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:07:37 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:08:56 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:10:13 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:12:50 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:14:07 2017 xorriso : UPDATE : 53.98% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 54.07% done, estimate finish Sat Oct 07 12:58:04 2017 xorriso : UPDATE : 54.17% done, estimate finish Sat Oct 07 12:58:07 2017 xorriso : UPDATE : 54.28% done, estimate finish Sat Oct 07 12:56:21 2017 xorriso : UPDATE : 54.33% done, estimate finish Sat Oct 07 12:56:34 2017 xorriso : UPDATE : 54.48% done, estimate finish Sat Oct 07 12:56:35 2017 xorriso : UPDATE : 54.48% done, estimate finish Sat Oct 07 12:56:52 2017 xorriso : UPDATE : 54.71% done, estimate finish Sat Oct 07 12:56:44 2017 xorriso : UPDATE : 54.83% done, estimate finish Sat Oct 07 12:56:48 2017 xorriso : UPDATE : 54.93% done, estimate finish Sat Oct 07 12:56:52 2017 xorriso : UPDATE : 55.02% done, estimate finish Sat Oct 07 12:56:59 2017 xorriso : UPDATE : 55.17% done, estimate finish Sat Oct 07 12:56:58 2017 xorriso : UPDATE : 55.25% done, estimate finish Sat Oct 07 12:57:03 2017 xorriso : UPDATE : 55.35% done, estimate finish Sat Oct 07 12:57:06 2017 xorriso : UPDATE : 55.48% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 55.60% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 55.69% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 55.76% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 55.76% done, estimate finish Sat Oct 07 12:58:49 2017 xorriso : UPDATE : 55.76% done, estimate finish Sat Oct 07 12:59:11 2017 xorriso : UPDATE : 55.76% done, estimate finish Sat Oct 07 12:59:33 2017 xorriso : UPDATE : 56.38% done, estimate finish Sat Oct 07 12:57:58 2017 xorriso : UPDATE : 56.48% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 56.60% done, estimate finish Sat Oct 07 12:57:59 2017 xorriso : UPDATE : 56.69% done, estimate finish Sat Oct 07 12:57:49 2017 xorriso : UPDATE : 56.83% done, estimate finish Sat Oct 07 12:57:45 2017 xorriso : UPDATE : 56.96% done, estimate finish Sat Oct 07 12:57:45 2017 xorriso : UPDATE : 57.07% done, estimate finish Sat Oct 07 12:57:46 2017 xorriso : UPDATE : 57.18% done, estimate finish Sat Oct 07 12:57:50 2017 xorriso : UPDATE : 57.30% done, estimate finish Sat Oct 07 12:57:49 2017 xorriso : UPDATE : 57.43% done, estimate finish Sat Oct 07 12:57:48 2017 xorriso : UPDATE : 57.53% done, estimate finish Sat Oct 07 12:57:52 2017 xorriso : UPDATE : 57.66% done, estimate finish Sat Oct 07 12:57:49 2017 xorriso : UPDATE : 57.78% done, estimate finish Sat Oct 07 12:57:50 2017 xorriso : UPDATE : 57.88% done, estimate finish Sat Oct 07 12:57:56 2017 xorriso : UPDATE : 58.02% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 58.14% done, estimate finish Sat Oct 07 12:57:52 2017 xorriso : UPDATE : 58.25% done, estimate finish Sat Oct 07 12:57:53 2017 xorriso : UPDATE : 58.37% done, estimate finish Sat Oct 07 12:57:53 2017 xorriso : UPDATE : 58.48% done, estimate finish Sat Oct 07 12:57:54 2017 xorriso : UPDATE : 58.61% done, estimate finish Sat Oct 07 12:57:54 2017 xorriso : UPDATE : 58.67% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 58.67% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 58.67% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 59.08% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 59.26% done, estimate finish Sat Oct 07 12:57:42 2017 xorriso : UPDATE : 59.34% done, estimate finish Sat Oct 07 12:57:48 2017 xorriso : UPDATE : 59.41% done, estimate finish Sat Oct 07 12:57:57 2017 xorriso : UPDATE : 59.50% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 59.60% done, estimate finish Sat Oct 07 12:58:05 2017 xorriso : UPDATE : 59.67% done, estimate finish Sat Oct 07 12:58:12 2017 xorriso : UPDATE : 59.71% done, estimate finish Sat Oct 07 12:58:23 2017 xorriso : UPDATE : 59.87% done, estimate finish Sat Oct 07 12:58:15 2017 xorriso : UPDATE : 59.96% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 60.03% done, estimate finish Sat Oct 07 12:58:59 2017 xorriso : UPDATE : 60.07% done, estimate finish Sat Oct 07 12:59:16 2017 xorriso : UPDATE : 60.13% done, estimate finish Sat Oct 07 12:59:27 2017 xorriso : UPDATE : 60.19% done, estimate finish Sat Oct 07 12:59:37 2017 xorriso : UPDATE : 60.22% done, estimate finish Sat Oct 07 12:59:53 2017 xorriso : UPDATE : 60.27% done, estimate finish Sat Oct 07 13:00:00 2017 xorriso : UPDATE : 60.40% done, estimate finish Sat Oct 07 12:59:49 2017 xorriso : UPDATE : 60.48% done, estimate finish Sat Oct 07 12:59:49 2017 xorriso : UPDATE : 60.56% done, estimate finish Sat Oct 07 12:59:48 2017 xorriso : UPDATE : 60.67% done, estimate finish Sat Oct 07 12:59:43 2017 xorriso : UPDATE : 60.76% done, estimate finish Sat Oct 07 13:00:32 2017 xorriso : UPDATE : 60.85% done, estimate finish Sat Oct 07 13:00:22 2017 xorriso : UPDATE : 60.95% done, estimate finish Sat Oct 07 13:00:14 2017 xorriso : UPDATE : 60.98% done, estimate finish Sat Oct 07 13:00:31 2017 xorriso : UPDATE : 61.14% done, estimate finish Sat Oct 07 13:00:01 2017 xorriso : UPDATE : 61.25% done, estimate finish Sat Oct 07 12:59:53 2017 xorriso : UPDATE : 61.33% done, estimate finish Sat Oct 07 12:59:51 2017 xorriso : UPDATE : 61.41% done, estimate finish Sat Oct 07 12:59:54 2017 xorriso : UPDATE : 61.46% done, estimate finish Sat Oct 07 13:00:00 2017 xorriso : UPDATE : 61.49% done, estimate finish Sat Oct 07 13:00:12 2017 xorriso : UPDATE : 61.55% done, estimate finish Sat Oct 07 13:00:05 2017 xorriso : UPDATE : 61.64% done, estimate finish Sat Oct 07 12:59:58 2017 xorriso : UPDATE : 61.77% done, estimate finish Sat Oct 07 12:59:42 2017 xorriso : UPDATE : 61.84% done, estimate finish Sat Oct 07 12:59:46 2017 xorriso : UPDATE : 61.96% done, estimate finish Sat Oct 07 12:59:34 2017 xorriso : UPDATE : 62.10% done, estimate finish Sat Oct 07 12:59:23 2017 xorriso : UPDATE : 62.21% done, estimate finish Sat Oct 07 12:59:19 2017 xorriso : UPDATE : 62.29% done, estimate finish Sat Oct 07 12:59:20 2017 xorriso : UPDATE : 62.40% done, estimate finish Sat Oct 07 12:59:17 2017 xorriso : UPDATE : 62.51% done, estimate finish Sat Oct 07 12:59:14 2017 xorriso : UPDATE : 62.61% done, estimate finish Sat Oct 07 12:58:34 2017 xorriso : UPDATE : 62.76% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 62.86% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 62.99% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 63.11% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 63.20% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 63.29% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 63.37% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 63.49% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 63.61% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 63.73% done, estimate finish Sat Oct 07 12:58:20 2017 xorriso : UPDATE : 63.85% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 63.98% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 64.12% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 64.24% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 64.37% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 64.46% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 64.60% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 64.71% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 64.83% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 64.95% done, estimate finish Sat Oct 07 12:58:02 2017 xorriso : UPDATE : 65.00% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 65.18% done, estimate finish Sat Oct 07 12:58:04 2017 xorriso : UPDATE : 65.28% done, estimate finish Sat Oct 07 12:58:08 2017 xorriso : UPDATE : 65.37% done, estimate finish Sat Oct 07 12:58:09 2017 xorriso : UPDATE : 65.44% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 65.47% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 65.67% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 65.77% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 65.84% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 65.96% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 66.11% done, estimate finish Sat Oct 07 12:58:34 2017 xorriso : UPDATE : 66.19% done, estimate finish Sat Oct 07 12:58:40 2017 xorriso : UPDATE : 66.29% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 66.40% done, estimate finish Sat Oct 07 12:58:40 2017 xorriso : UPDATE : 66.52% done, estimate finish Sat Oct 07 12:58:36 2017 xorriso : UPDATE : 66.63% done, estimate finish Sat Oct 07 12:58:36 2017 xorriso : UPDATE : 66.74% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 66.84% done, estimate finish Sat Oct 07 12:58:37 2017 xorriso : UPDATE : 66.90% done, estimate finish Sat Oct 07 12:58:42 2017 xorriso : UPDATE : 66.98% done, estimate finish Sat Oct 07 12:58:44 2017 xorriso : UPDATE : 67.14% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 67.19% done, estimate finish Sat Oct 07 12:58:55 2017 xorriso : UPDATE : 67.41% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 67.55% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 67.66% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 67.75% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 67.85% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 67.97% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 68.08% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 68.18% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 68.27% done, estimate finish Sat Oct 07 12:58:20 2017 xorriso : UPDATE : 68.38% done, estimate finish Sat Oct 07 12:58:22 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 12:59:02 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 12:59:22 2017 xorriso : UPDATE : 68.39% done, estimate finish Sat Oct 07 12:59:42 2017 xorriso : UPDATE : 68.71% done, estimate finish Sat Oct 07 12:58:56 2017 xorriso : UPDATE : 69.07% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 69.19% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 69.29% done, estimate finish Sat Oct 07 12:58:22 2017 xorriso : UPDATE : 69.41% done, estimate finish Sat Oct 07 12:58:20 2017 xorriso : UPDATE : 69.52% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 69.63% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 69.69% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 69.88% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 70.01% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 70.15% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 70.23% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 70.37% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 70.46% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 70.61% done, estimate finish Sat Oct 07 12:58:09 2017 xorriso : UPDATE : 70.64% done, estimate finish Sat Oct 07 12:58:22 2017 xorriso : UPDATE : 70.73% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 70.85% done, estimate finish Sat Oct 07 12:58:26 2017 xorriso : UPDATE : 70.92% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 71.02% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 71.04% done, estimate finish Sat Oct 07 12:58:45 2017 xorriso : UPDATE : 71.24% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 71.35% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 71.52% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 71.52% done, estimate finish Sat Oct 07 12:59:08 2017 xorriso : UPDATE : 71.52% done, estimate finish Sat Oct 07 12:59:33 2017 xorriso : UPDATE : 71.52% done, estimate finish Sat Oct 07 12:59:59 2017 xorriso : UPDATE : 72.09% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 72.18% done, estimate finish Sat Oct 07 12:58:21 2017 xorriso : UPDATE : 72.25% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 72.25% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 72.54% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 72.65% done, estimate finish Sat Oct 07 12:58:20 2017 xorriso : UPDATE : 72.71% done, estimate finish Sat Oct 07 12:58:26 2017 xorriso : UPDATE : 72.79% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 73.03% done, estimate finish Sat Oct 07 12:57:47 2017 xorriso : UPDATE : 73.15% done, estimate finish Sat Oct 07 12:57:49 2017 xorriso : UPDATE : 73.25% done, estimate finish Sat Oct 07 12:57:52 2017 xorriso : UPDATE : 73.36% done, estimate finish Sat Oct 07 12:57:55 2017 xorriso : UPDATE : 73.52% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 73.62% done, estimate finish Sat Oct 07 12:57:54 2017 xorriso : UPDATE : 73.73% done, estimate finish Sat Oct 07 12:57:56 2017 xorriso : UPDATE : 73.81% done, estimate finish Sat Oct 07 12:58:00 2017 xorriso : UPDATE : 73.92% done, estimate finish Sat Oct 07 12:58:02 2017 xorriso : UPDATE : 74.05% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 74.14% done, estimate finish Sat Oct 07 12:58:06 2017 xorriso : UPDATE : 74.17% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 74.38% done, estimate finish Sat Oct 07 12:58:06 2017 xorriso : UPDATE : 74.40% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 74.62% done, estimate finish Sat Oct 07 12:58:07 2017 xorriso : UPDATE : 74.67% done, estimate finish Sat Oct 07 12:58:15 2017 xorriso : UPDATE : 74.82% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 74.92% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 74.96% done, estimate finish Sat Oct 07 12:58:20 2017 xorriso : UPDATE : 74.96% done, estimate finish Sat Oct 07 12:59:06 2017 xorriso : UPDATE : 74.96% done, estimate finish Sat Oct 07 12:59:30 2017 xorriso : UPDATE : 74.96% done, estimate finish Sat Oct 07 12:59:52 2017 xorriso : UPDATE : 75.12% done, estimate finish Sat Oct 07 12:59:29 2017 xorriso : UPDATE : 75.60% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 75.60% done, estimate finish Sat Oct 07 12:58:38 2017 xorriso : UPDATE : 75.60% done, estimate finish Sat Oct 07 12:58:52 2017 xorriso : UPDATE : 76.00% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 76.06% done, estimate finish Sat Oct 07 12:58:23 2017 xorriso : UPDATE : 76.13% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 76.23% done, estimate finish Sat Oct 07 12:58:02 2017 xorriso : UPDATE : 76.31% done, estimate finish Sat Oct 07 12:58:08 2017 xorriso : UPDATE : 76.37% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 76.54% done, estimate finish Sat Oct 07 12:58:09 2017 xorriso : UPDATE : 76.64% done, estimate finish Sat Oct 07 12:58:12 2017 xorriso : UPDATE : 76.64% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 76.64% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 76.97% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 77.07% done, estimate finish Sat Oct 07 12:58:15 2017 xorriso : UPDATE : 77.20% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 77.29% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 77.40% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 77.50% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 77.61% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 77.65% done, estimate finish Sat Oct 07 12:58:40 2017 xorriso : UPDATE : 77.78% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 77.95% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 77.98% done, estimate finish Sat Oct 07 12:58:37 2017 xorriso : UPDATE : 78.18% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 78.26% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 78.30% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 78.42% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 78.54% done, estimate finish Sat Oct 07 12:58:38 2017 xorriso : UPDATE : 78.68% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 78.82% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 78.97% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 79.08% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 79.19% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 79.24% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 79.36% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 79.50% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 79.61% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 79.74% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 79.86% done, estimate finish Sat Oct 07 12:58:14 2017 xorriso : UPDATE : 79.99% done, estimate finish Sat Oct 07 12:58:12 2017 xorriso : UPDATE : 80.15% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 80.26% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 80.39% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 80.49% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 80.62% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 80.75% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 80.88% done, estimate finish Sat Oct 07 12:58:06 2017 xorriso : UPDATE : 81.00% done, estimate finish Sat Oct 07 12:58:07 2017 xorriso : UPDATE : 81.14% done, estimate finish Sat Oct 07 12:58:05 2017 xorriso : UPDATE : 81.22% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 81.22% done, estimate finish Sat Oct 07 12:58:20 2017 xorriso : UPDATE : 81.46% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 81.50% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 81.50% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 81.80% done, estimate finish Sat Oct 07 12:58:12 2017 xorriso : UPDATE : 81.85% done, estimate finish Sat Oct 07 12:58:17 2017 xorriso : UPDATE : 81.97% done, estimate finish Sat Oct 07 12:58:26 2017 xorriso : UPDATE : 82.04% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 82.18% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 82.26% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 82.35% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 82.54% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 82.61% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 82.67% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 82.76% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 82.78% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 82.78% done, estimate finish Sat Oct 07 12:59:17 2017 xorriso : UPDATE : 82.99% done, estimate finish Sat Oct 07 12:58:53 2017 xorriso : UPDATE : 82.99% done, estimate finish Sat Oct 07 12:59:09 2017 xorriso : UPDATE : 83.23% done, estimate finish Sat Oct 07 12:58:45 2017 xorriso : UPDATE : 83.24% done, estimate finish Sat Oct 07 12:58:57 2017 xorriso : UPDATE : 83.46% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 83.51% done, estimate finish Sat Oct 07 12:58:46 2017 xorriso : UPDATE : 83.59% done, estimate finish Sat Oct 07 12:58:49 2017 xorriso : UPDATE : 83.68% done, estimate finish Sat Oct 07 12:58:49 2017 xorriso : UPDATE : 83.77% done, estimate finish Sat Oct 07 12:58:49 2017 xorriso : UPDATE : 83.85% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 83.94% done, estimate finish Sat Oct 07 12:58:34 2017 xorriso : UPDATE : 84.03% done, estimate finish Sat Oct 07 12:58:36 2017 xorriso : UPDATE : 84.03% done, estimate finish Sat Oct 07 12:58:48 2017 xorriso : UPDATE : 84.24% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 84.38% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 84.40% done, estimate finish Sat Oct 07 12:58:41 2017 xorriso : UPDATE : 84.53% done, estimate finish Sat Oct 07 12:58:38 2017 xorriso : UPDATE : 84.62% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 84.86% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 84.94% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:58:43 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:58:55 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:59:07 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:59:19 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:59:31 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:59:43 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 12:59:55 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:00:07 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:20:44 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:23:09 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:25:36 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:28:02 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:30:27 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:32:53 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:35:18 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:37:43 2017 xorriso : UPDATE : 85.03% done, estimate finish Sat Oct 07 13:40:09 2017 xorriso : UPDATE : 85.46% done, estimate finish Sat Oct 07 13:04:40 2017 xorriso : UPDATE : 87.55% done, estimate finish Sat Oct 07 12:57:29 2017 xorriso : UPDATE : 87.55% done, estimate finish Sat Oct 07 12:57:34 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:57:35 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:57:41 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:57:45 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:57:55 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:58:01 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:58:05 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:08:42 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:09:47 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:10:53 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:12:00 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:15:17 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:16:23 2017 xorriso : UPDATE : 87.72% done, estimate finish Sat Oct 07 13:17:29 2017 xorriso : UPDATE : 88.32% done, estimate finish Sat Oct 07 13:01:36 2017 xorriso : UPDATE : 90.24% done, estimate finish Sat Oct 07 12:57:36 2017 xorriso : UPDATE : 90.33% done, estimate finish Sat Oct 07 12:57:39 2017 xorriso : UPDATE : 90.46% done, estimate finish Sat Oct 07 12:57:40 2017 xorriso : UPDATE : 90.58% done, estimate finish Sat Oct 07 12:57:42 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 12:57:46 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 12:57:51 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 12:57:54 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 12:57:58 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 12:58:03 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 12:58:07 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 13:01:16 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 13:01:42 2017 xorriso : UPDATE : 91.62% done, estimate finish Sat Oct 07 12:58:18 2017 xorriso : UPDATE : 91.83% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 91.90% done, estimate finish Sat Oct 07 12:58:16 2017 xorriso : UPDATE : 91.95% done, estimate finish Sat Oct 07 12:58:19 2017 xorriso : UPDATE : 91.99% done, estimate finish Sat Oct 07 12:58:23 2017 xorriso : UPDATE : 92.06% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 92.10% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 92.26% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 92.35% done, estimate finish Sat Oct 07 12:57:59 2017 xorriso : UPDATE : 92.39% done, estimate finish Sat Oct 07 12:58:03 2017 xorriso : UPDATE : 92.57% done, estimate finish Sat Oct 07 12:58:02 2017 xorriso : UPDATE : 92.62% done, estimate finish Sat Oct 07 12:58:05 2017 xorriso : UPDATE : 92.65% done, estimate finish Sat Oct 07 12:58:09 2017 xorriso : UPDATE : 92.65% done, estimate finish Sat Oct 07 12:58:13 2017 xorriso : UPDATE : 92.85% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 93.01% done, estimate finish Sat Oct 07 12:58:11 2017 xorriso : UPDATE : 93.17% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 93.29% done, estimate finish Sat Oct 07 12:58:10 2017 xorriso : UPDATE : 93.32% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 93.32% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 93.66% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 93.76% done, estimate finish Sat Oct 07 12:58:24 2017 xorriso : UPDATE : 93.84% done, estimate finish Sat Oct 07 12:58:26 2017 xorriso : UPDATE : 93.94% done, estimate finish Sat Oct 07 12:58:26 2017 xorriso : UPDATE : 94.02% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 94.14% done, estimate finish Sat Oct 07 12:58:25 2017 xorriso : UPDATE : 94.21% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 94.24% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 94.35% done, estimate finish Sat Oct 07 12:58:28 2017 xorriso : UPDATE : 94.43% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 94.47% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 94.62% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 94.74% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 94.84% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 94.93% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 94.96% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 95.01% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 95.12% done, estimate finish Sat Oct 07 12:58:34 2017 xorriso : UPDATE : 95.15% done, estimate finish Sat Oct 07 12:58:44 2017 xorriso : UPDATE : 95.20% done, estimate finish Sat Oct 07 12:58:47 2017 xorriso : UPDATE : 95.24% done, estimate finish Sat Oct 07 12:58:49 2017 xorriso : UPDATE : 95.28% done, estimate finish Sat Oct 07 12:58:51 2017 xorriso : UPDATE : 95.29% done, estimate finish Sat Oct 07 12:58:56 2017 xorriso : UPDATE : 95.30% done, estimate finish Sat Oct 07 12:59:01 2017 xorriso : UPDATE : 95.37% done, estimate finish Sat Oct 07 12:59:01 2017 xorriso : UPDATE : 95.47% done, estimate finish Sat Oct 07 12:58:58 2017 xorriso : UPDATE : 95.58% done, estimate finish Sat Oct 07 12:58:55 2017 xorriso : UPDATE : 95.64% done, estimate finish Sat Oct 07 12:58:56 2017 xorriso : UPDATE : 95.64% done, estimate finish Sat Oct 07 12:59:21 2017 xorriso : UPDATE : 95.64% done, estimate finish Sat Oct 07 12:59:30 2017 xorriso : UPDATE : 96.00% done, estimate finish Sat Oct 07 12:58:51 2017 xorriso : UPDATE : 96.12% done, estimate finish Sat Oct 07 12:58:48 2017 xorriso : UPDATE : 96.24% done, estimate finish Sat Oct 07 12:58:46 2017 xorriso : UPDATE : 96.36% done, estimate finish Sat Oct 07 12:58:44 2017 xorriso : UPDATE : 96.47% done, estimate finish Sat Oct 07 12:58:42 2017 xorriso : UPDATE : 96.56% done, estimate finish Sat Oct 07 12:58:42 2017 xorriso : UPDATE : 96.56% done, estimate finish Sat Oct 07 12:58:45 2017 xorriso : UPDATE : 96.79% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 96.93% done, estimate finish Sat Oct 07 12:58:27 2017 xorriso : UPDATE : 97.00% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 97.09% done, estimate finish Sat Oct 07 12:58:29 2017 xorriso : UPDATE : 97.17% done, estimate finish Sat Oct 07 12:58:30 2017 xorriso : UPDATE : 97.26% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 97.36% done, estimate finish Sat Oct 07 12:58:31 2017 xorriso : UPDATE : 97.43% done, estimate finish Sat Oct 07 12:58:32 2017 xorriso : UPDATE : 97.51% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 97.51% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 97.71% done, estimate finish Sat Oct 07 12:58:33 2017 xorriso : UPDATE : 97.73% done, estimate finish Sat Oct 07 12:58:35 2017 xorriso : UPDATE : 97.79% done, estimate finish Sat Oct 07 12:58:43 2017 xorriso : UPDATE : 97.85% done, estimate finish Sat Oct 07 12:58:43 2017 xorriso : UPDATE : 97.90% done, estimate finish Sat Oct 07 12:58:44 2017 xorriso : UPDATE : 97.96% done, estimate finish Sat Oct 07 12:58:45 2017 xorriso : UPDATE : 98.01% done, estimate finish Sat Oct 07 12:58:46 2017 xorriso : UPDATE : 98.13% done, estimate finish Sat Oct 07 12:58:44 2017 xorriso : UPDATE : 98.16% done, estimate finish Sat Oct 07 12:58:46 2017 xorriso : UPDATE : 98.23% done, estimate finish Sat Oct 07 12:58:46 2017 xorriso : UPDATE : 98.26% done, estimate finish Sat Oct 07 12:58:47 2017 xorriso : UPDATE : 98.26% done, estimate finish Sat Oct 07 12:58:50 2017 xorriso : UPDATE : 98.26% done, estimate finish Sat Oct 07 12:59:02 2017 xorriso : UPDATE : 98.53% done, estimate finish Sat Oct 07 12:58:47 2017 xorriso : UPDATE : 98.53% done, estimate finish Sat Oct 07 12:58:50 2017 xorriso : UPDATE : 98.53% done, estimate finish Sat Oct 07 12:58:53 2017 xorriso : UPDATE : 98.92% done, estimate finish Sat Oct 07 12:58:42 2017 xorriso : UPDATE : 98.99% done, estimate finish Sat Oct 07 12:58:42 2017 xorriso : UPDATE : 98.99% done, estimate finish Sat Oct 07 12:58:44 2017 xorriso : UPDATE : 99.30% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 99.40% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 99.40% done, estimate finish Sat Oct 07 12:58:40 2017 xorriso : UPDATE : 99.60% done, estimate finish Sat Oct 07 12:58:37 2017 xorriso : UPDATE : 99.68% done, estimate finish Sat Oct 07 12:58:38 2017 xorriso : UPDATE : 99.74% done, estimate finish Sat Oct 07 12:58:39 2017 xorriso : UPDATE : 99.77% done, estimate finish Sat Oct 07 12:58:40 2017 xorriso : UPDATE : 99.80% done xorriso : UPDATE : 99.80% done xorriso : UPDATE : Thank you for being patient. Working since 891 seconds. ISO image produced: 11200484 sectors Written to medium : 11200484 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 12:58:42 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/9amd64/debian-9.2.0-amd64-BD-2.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9amd64/debian-9.2.0-amd64-BD-2.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot2 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/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 : 5300 files added in 1 seconds xorriso : UPDATE : 6100 files added in 2 seconds xorriso : UPDATE : 7100 files added in 3 seconds xorriso : UPDATE : 8100 files added in 4 seconds xorriso : UPDATE : 13200 files added in 5 seconds xorriso : UPDATE : 18300 files added in 6 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9amd64/stretch/CD2' xorriso : UPDATE : 18985 files added in 6 seconds xorriso : UPDATE : 18985 files added in 6 seconds libisofs: WARNING : Cannot add /debian to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/nxt-firmware_1.29-20120908+dfsg-7_all.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : Cannot add /firmware/sigrok-firmware-fx2lafw_0.1.3-1_amd64.deb to Joliet tree. Symlinks can only be added to a Rock Ridge tree. xorriso : UPDATE : 0.00% done xorriso : UPDATE : 0.05% done xorriso : UPDATE : 0.08% done, estimate finish Sat Oct 07 13:50:33 2017 xorriso : UPDATE : 0.11% done, estimate finish Sat Oct 07 13:48:40 2017 xorriso : UPDATE : 0.14% done, estimate finish Sat Oct 07 13:50:05 2017 xorriso : UPDATE : 0.19% done, estimate finish Sat Oct 07 13:45:32 2017 xorriso : UPDATE : 0.19% done, estimate finish Sat Oct 07 13:54:10 2017 xorriso : UPDATE : 0.43% done, estimate finish Sat Oct 07 13:27:32 2017 xorriso : UPDATE : 0.53% done, estimate finish Sat Oct 07 13:25:30 2017 xorriso : UPDATE : 0.60% done, estimate finish Sat Oct 07 13:25:09 2017 xorriso : UPDATE : 0.63% done, estimate finish Sat Oct 07 13:26:20 2017 xorriso : UPDATE : 0.63% done, estimate finish Sat Oct 07 13:28:59 2017 xorriso : UPDATE : 0.96% done, estimate finish Sat Oct 07 13:20:30 2017 xorriso : UPDATE : 1.05% done, estimate finish Sat Oct 07 13:20:02 2017 xorriso : UPDATE : 1.12% done, estimate finish Sat Oct 07 13:20:19 2017 xorriso : UPDATE : 1.16% done, estimate finish Sat Oct 07 13:16:08 2017 xorriso : UPDATE : 1.27% done, estimate finish Sat Oct 07 13:15:52 2017 xorriso : UPDATE : 1.32% done, estimate finish Sat Oct 07 13:16:38 2017 xorriso : UPDATE : 1.38% done, estimate finish Sat Oct 07 13:17:12 2017 xorriso : UPDATE : 1.50% done, estimate finish Sat Oct 07 13:16:45 2017 xorriso : UPDATE : 1.60% done, estimate finish Sat Oct 07 13:16:38 2017 xorriso : UPDATE : 1.62% done, estimate finish Sat Oct 07 13:17:35 2017 xorriso : UPDATE : 1.67% done, estimate finish Sat Oct 07 13:18:05 2017 xorriso : UPDATE : 1.81% done, estimate finish Sat Oct 07 13:17:25 2017 xorriso : UPDATE : 1.87% done, estimate finish Sat Oct 07 13:17:49 2017 xorriso : UPDATE : 2.00% done, estimate finish Sat Oct 07 13:17:59 2017 xorriso : UPDATE : 2.09% done, estimate finish Sat Oct 07 13:18:01 2017 xorriso : UPDATE : 2.20% done, estimate finish Sat Oct 07 13:17:34 2017 xorriso : UPDATE : 2.31% done, estimate finish Sat Oct 07 13:17:23 2017 xorriso : UPDATE : 2.32% done, estimate finish Sat Oct 07 13:18:23 2017 xorriso : UPDATE : 2.53% done, estimate finish Sat Oct 07 13:16:57 2017 xorriso : UPDATE : 2.61% done, estimate finish Sat Oct 07 13:17:02 2017 xorriso : UPDATE : 2.72% done, estimate finish Sat Oct 07 13:16:51 2017 xorriso : UPDATE : 2.81% done, estimate finish Sat Oct 07 13:16:54 2017 xorriso : UPDATE : 2.93% done, estimate finish Sat Oct 07 13:16:40 2017 xorriso : UPDATE : 3.03% done, estimate finish Sat Oct 07 13:15:50 2017 xorriso : UPDATE : 3.09% done, estimate finish Sat Oct 07 13:16:13 2017 xorriso : UPDATE : 3.09% done, estimate finish Sat Oct 07 13:17:15 2017 xorriso : UPDATE : 3.09% done, estimate finish Sat Oct 07 13:18:18 2017 xorriso : UPDATE : 3.09% done, estimate finish Sat Oct 07 13:19:20 2017 xorriso : UPDATE : 3.09% done, estimate finish Sat Oct 07 13:20:23 2017 xorriso : UPDATE : 3.09% done, estimate finish Sat Oct 07 13:21:25 2017 xorriso : UPDATE : 3.85% done, estimate finish Sat Oct 07 13:15:00 2017 xorriso : UPDATE : 3.94% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 4.03% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 4.07% done, estimate finish Sat Oct 07 13:15:33 2017 xorriso : UPDATE : 4.07% done, estimate finish Sat Oct 07 13:16:34 2017 xorriso : UPDATE : 4.35% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 4.37% done, estimate finish Sat Oct 07 13:15:36 2017 xorriso : UPDATE : 4.54% done, estimate finish Sat Oct 07 13:15:03 2017 xorriso : UPDATE : 4.67% done, estimate finish Sat Oct 07 13:14:56 2017 xorriso : UPDATE : 4.72% done, estimate finish Sat Oct 07 13:15:18 2017 xorriso : UPDATE : 4.80% done, estimate finish Sat Oct 07 13:15:24 2017 xorriso : UPDATE : 4.88% done, estimate finish Sat Oct 07 13:15:35 2017 xorriso : UPDATE : 4.90% done, estimate finish Sat Oct 07 13:16:01 2017 xorriso : UPDATE : 4.98% done, estimate finish Sat Oct 07 13:16:42 2017 xorriso : UPDATE : 5.07% done, estimate finish Sat Oct 07 13:16:46 2017 xorriso : UPDATE : 5.09% done, estimate finish Sat Oct 07 13:17:31 2017 xorriso : UPDATE : 5.09% done, estimate finish Sat Oct 07 13:18:28 2017 xorriso : UPDATE : 5.38% done, estimate finish Sat Oct 07 13:16:25 2017 xorriso : UPDATE : 5.40% done, estimate finish Sat Oct 07 13:17:04 2017 xorriso : UPDATE : 5.52% done, estimate finish Sat Oct 07 13:16:49 2017 xorriso : UPDATE : 5.60% done, estimate finish Sat Oct 07 13:16:54 2017 xorriso : UPDATE : 5.70% done, estimate finish Sat Oct 07 13:16:53 2017 xorriso : UPDATE : 5.81% done, estimate finish Sat Oct 07 13:16:45 2017 xorriso : UPDATE : 5.85% done, estimate finish Sat Oct 07 13:16:59 2017 xorriso : UPDATE : 5.94% done, estimate finish Sat Oct 07 13:17:12 2017 xorriso : UPDATE : 6.04% done, estimate finish Sat Oct 07 13:17:06 2017 xorriso : UPDATE : 6.12% done, estimate finish Sat Oct 07 13:17:07 2017 xorriso : UPDATE : 6.21% done, estimate finish Sat Oct 07 13:17:08 2017 xorriso : UPDATE : 6.31% done, estimate finish Sat Oct 07 13:17:05 2017 xorriso : UPDATE : 6.40% done, estimate finish Sat Oct 07 13:17:06 2017 xorriso : UPDATE : 6.52% done, estimate finish Sat Oct 07 13:16:50 2017 xorriso : UPDATE : 6.59% done, estimate finish Sat Oct 07 13:17:02 2017 xorriso : UPDATE : 6.65% done, estimate finish Sat Oct 07 13:17:12 2017 xorriso : UPDATE : 6.68% done, estimate finish Sat Oct 07 13:17:36 2017 xorriso : UPDATE : 6.70% done, estimate finish Sat Oct 07 13:18:49 2017 xorriso : UPDATE : 6.79% done, estimate finish Sat Oct 07 13:18:45 2017 xorriso : UPDATE : 6.86% done, estimate finish Sat Oct 07 13:18:49 2017 xorriso : UPDATE : 6.95% done, estimate finish Sat Oct 07 13:18:38 2017 xorriso : UPDATE : 6.98% done, estimate finish Sat Oct 07 13:19:14 2017 xorriso : UPDATE : 7.18% done, estimate finish Sat Oct 07 13:18:00 2017 xorriso : UPDATE : 7.18% done, estimate finish Sat Oct 07 13:18:46 2017 xorriso : UPDATE : 7.18% done, estimate finish Sat Oct 07 13:19:33 2017 xorriso : UPDATE : 7.48% done, estimate finish Sat Oct 07 13:17:37 2017 xorriso : UPDATE : 7.75% done, estimate finish Sat Oct 07 13:16:28 2017 xorriso : UPDATE : 7.76% done, estimate finish Sat Oct 07 13:15:47 2017 xorriso : UPDATE : 7.95% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 8.08% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 8.08% done, estimate finish Sat Oct 07 13:15:39 2017 xorriso : UPDATE : 8.08% done, estimate finish Sat Oct 07 13:16:20 2017 xorriso : UPDATE : 8.11% done, estimate finish Sat Oct 07 13:16:48 2017 xorriso : UPDATE : 8.57% done, estimate finish Sat Oct 07 13:14:45 2017 xorriso : UPDATE : 8.57% done, estimate finish Sat Oct 07 13:15:17 2017 xorriso : UPDATE : 8.81% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 8.93% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 9.00% done, estimate finish Sat Oct 07 13:14:16 2017 xorriso : UPDATE : 9.13% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 9.21% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 9.28% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 9.39% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 9.41% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 9.51% done, estimate finish Sat Oct 07 13:15:13 2017 xorriso : UPDATE : 9.57% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 9.66% done, estimate finish Sat Oct 07 13:15:30 2017 xorriso : UPDATE : 9.71% done, estimate finish Sat Oct 07 13:15:47 2017 xorriso : UPDATE : 9.83% done, estimate finish Sat Oct 07 13:17:40 2017 xorriso : UPDATE : 9.95% done, estimate finish Sat Oct 07 13:17:18 2017 xorriso : UPDATE : 10.05% done, estimate finish Sat Oct 07 13:17:07 2017 xorriso : UPDATE : 10.13% done, estimate finish Sat Oct 07 13:17:09 2017 xorriso : UPDATE : 10.20% done, estimate finish Sat Oct 07 13:17:22 2017 xorriso : UPDATE : 10.25% done, estimate finish Sat Oct 07 13:17:39 2017 xorriso : UPDATE : 10.33% done, estimate finish Sat Oct 07 13:17:43 2017 xorriso : UPDATE : 10.43% done, estimate finish Sat Oct 07 13:17:36 2017 xorriso : UPDATE : 10.53% done, estimate finish Sat Oct 07 13:17:29 2017 xorriso : UPDATE : 10.57% done, estimate finish Sat Oct 07 13:17:45 2017 xorriso : UPDATE : 10.57% done, estimate finish Sat Oct 07 13:18:53 2017 xorriso : UPDATE : 10.81% done, estimate finish Sat Oct 07 13:17:01 2017 xorriso : UPDATE : 10.85% done, estimate finish Sat Oct 07 13:17:28 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:17:13 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:18:00 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:18:46 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:19:33 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:20:19 2017 xorriso : UPDATE : 10.96% done, estimate finish Sat Oct 07 13:21:06 2017 xorriso : UPDATE : 11.72% done, estimate finish Sat Oct 07 13:15:58 2017 xorriso : UPDATE : 11.77% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 11.82% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 11.82% done, estimate finish Sat Oct 07 13:15:48 2017 xorriso : UPDATE : 12.14% done, estimate finish Sat Oct 07 13:14:35 2017 xorriso : UPDATE : 12.14% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 12.35% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 12.49% done, estimate finish Sat Oct 07 13:14:35 2017 xorriso : UPDATE : 12.59% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 12.68% done, estimate finish Sat Oct 07 13:14:43 2017 xorriso : UPDATE : 12.74% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 12.92% done, estimate finish Sat Oct 07 13:14:47 2017 xorriso : UPDATE : 12.98% done, estimate finish Sat Oct 07 13:15:08 2017 xorriso : UPDATE : 13.06% done, estimate finish Sat Oct 07 13:15:18 2017 xorriso : UPDATE : 13.11% done, estimate finish Sat Oct 07 13:15:38 2017 xorriso : UPDATE : 13.11% done, estimate finish Sat Oct 07 13:16:16 2017 xorriso : UPDATE : 13.11% done, estimate finish Sat Oct 07 13:16:55 2017 xorriso : UPDATE : 13.11% done, estimate finish Sat Oct 07 13:17:34 2017 xorriso : UPDATE : 13.11% done, estimate finish Sat Oct 07 13:18:12 2017 xorriso : UPDATE : 13.62% done, estimate finish Sat Oct 07 13:15:38 2017 xorriso : UPDATE : 13.84% done, estimate finish Sat Oct 07 13:15:09 2017 xorriso : UPDATE : 13.89% done, estimate finish Sat Oct 07 13:16:05 2017 xorriso : UPDATE : 13.94% done, estimate finish Sat Oct 07 13:16:30 2017 xorriso : UPDATE : 14.01% done, estimate finish Sat Oct 07 13:16:38 2017 xorriso : UPDATE : 14.10% done, estimate finish Sat Oct 07 13:16:42 2017 xorriso : UPDATE : 14.16% done, estimate finish Sat Oct 07 13:16:56 2017 xorriso : UPDATE : 14.28% done, estimate finish Sat Oct 07 13:16:43 2017 xorriso : UPDATE : 14.36% done, estimate finish Sat Oct 07 13:16:46 2017 xorriso : UPDATE : 14.50% done, estimate finish Sat Oct 07 13:16:29 2017 xorriso : UPDATE : 14.58% done, estimate finish Sat Oct 07 13:16:33 2017 xorriso : UPDATE : 14.64% done, estimate finish Sat Oct 07 13:16:42 2017 xorriso : UPDATE : 14.76% done, estimate finish Sat Oct 07 13:17:04 2017 xorriso : UPDATE : 14.88% done, estimate finish Sat Oct 07 13:16:45 2017 xorriso : UPDATE : 14.97% done, estimate finish Sat Oct 07 13:16:46 2017 xorriso : UPDATE : 15.03% done, estimate finish Sat Oct 07 13:17:01 2017 xorriso : UPDATE : 15.11% done, estimate finish Sat Oct 07 13:17:01 2017 xorriso : UPDATE : 15.11% done, estimate finish Sat Oct 07 13:17:43 2017 xorriso : UPDATE : 15.30% done, estimate finish Sat Oct 07 13:16:57 2017 xorriso : UPDATE : 15.39% done, estimate finish Sat Oct 07 13:16:54 2017 xorriso : UPDATE : 15.42% done, estimate finish Sat Oct 07 13:17:16 2017 xorriso : UPDATE : 15.61% done, estimate finish Sat Oct 07 13:16:41 2017 xorriso : UPDATE : 15.74% done, estimate finish Sat Oct 07 13:16:29 2017 xorriso : UPDATE : 15.85% done, estimate finish Sat Oct 07 13:15:53 2017 xorriso : UPDATE : 15.86% done, estimate finish Sat Oct 07 13:16:31 2017 xorriso : UPDATE : 15.86% done, estimate finish Sat Oct 07 13:17:16 2017 xorriso : UPDATE : 15.86% done, estimate finish Sat Oct 07 13:18:01 2017 xorriso : UPDATE : 16.40% done, estimate finish Sat Oct 07 13:15:05 2017 xorriso : UPDATE : 16.40% done, estimate finish Sat Oct 07 13:15:36 2017 xorriso : UPDATE : 16.60% done, estimate finish Sat Oct 07 13:15:07 2017 xorriso : UPDATE : 16.71% done, estimate finish Sat Oct 07 13:15:08 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 13:15:58 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 13:17:00 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 13:17:55 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 13:18:50 2017 xorriso : UPDATE : 16.72% done, estimate finish Sat Oct 07 13:19:46 2017 xorriso : UPDATE : 17.56% done, estimate finish Sat Oct 07 13:14:18 2017 xorriso : UPDATE : 17.64% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:15:07 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:15:35 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:16:02 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:16:03 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:16:52 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:17:41 2017 xorriso : UPDATE : 17.70% done, estimate finish Sat Oct 07 13:18:31 2017 xorriso : UPDATE : 18.78% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 18.80% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 19.00% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 19.07% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 19.13% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 19.25% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 19.32% done, estimate finish Sat Oct 07 13:12:45 2017 xorriso : UPDATE : 19.42% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 19.48% done, estimate finish Sat Oct 07 13:13:13 2017 xorriso : UPDATE : 19.57% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 19.66% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 19.72% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 19.83% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 19.97% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 20.01% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 20.01% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 20.01% done, estimate finish Sat Oct 07 13:19:05 2017 xorriso : UPDATE : 20.01% done, estimate finish Sat Oct 07 13:20:12 2017 xorriso : UPDATE : 20.59% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 20.65% done, estimate finish Sat Oct 07 13:15:28 2017 xorriso : UPDATE : 20.71% done, estimate finish Sat Oct 07 13:15:40 2017 xorriso : UPDATE : 20.75% done, estimate finish Sat Oct 07 13:15:59 2017 xorriso : UPDATE : 20.75% done, estimate finish Sat Oct 07 13:16:33 2017 xorriso : UPDATE : 20.75% done, estimate finish Sat Oct 07 13:17:07 2017 xorriso : UPDATE : 20.75% done, estimate finish Sat Oct 07 13:17:40 2017 xorriso : UPDATE : 20.75% done, estimate finish Sat Oct 07 13:18:14 2017 xorriso : UPDATE : 20.75% done, estimate finish Sat Oct 07 13:18:25 2017 xorriso : UPDATE : 21.64% done, estimate finish Sat Oct 07 13:13:07 2017 xorriso : UPDATE : 21.72% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 21.88% done, estimate finish Sat Oct 07 13:13:16 2017 xorriso : UPDATE : 21.94% done, estimate finish Sat Oct 07 13:13:30 2017 xorriso : UPDATE : 22.12% done, estimate finish Sat Oct 07 13:13:21 2017 xorriso : UPDATE : 22.12% done, estimate finish Sat Oct 07 13:13:44 2017 xorriso : UPDATE : 22.29% done, estimate finish Sat Oct 07 13:13:37 2017 xorriso : UPDATE : 22.43% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 22.43% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 22.72% done, estimate finish Sat Oct 07 13:11:51 2017 xorriso : UPDATE : 22.83% done, estimate finish Sat Oct 07 13:12:00 2017 xorriso : UPDATE : 22.90% done, estimate finish Sat Oct 07 13:12:14 2017 xorriso : UPDATE : 22.97% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 23.05% done, estimate finish Sat Oct 07 13:12:37 2017 xorriso : UPDATE : 23.13% done, estimate finish Sat Oct 07 13:12:48 2017 xorriso : UPDATE : 23.20% done, estimate finish Sat Oct 07 13:12:58 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 23.21% done, estimate finish Sat Oct 07 13:13:37 2017 xorriso : UPDATE : 23.58% done, estimate finish Sat Oct 07 13:13:05 2017 xorriso : UPDATE : 23.65% done, estimate finish Sat Oct 07 13:15:59 2017 xorriso : UPDATE : 23.72% done, estimate finish Sat Oct 07 13:16:11 2017 xorriso : UPDATE : 23.78% done, estimate finish Sat Oct 07 13:16:27 2017 xorriso : UPDATE : 23.82% done, estimate finish Sat Oct 07 13:16:47 2017 xorriso : UPDATE : 23.82% done, estimate finish Sat Oct 07 13:17:28 2017 xorriso : UPDATE : 24.08% done, estimate finish Sat Oct 07 13:16:12 2017 xorriso : UPDATE : 24.18% done, estimate finish Sat Oct 07 13:16:09 2017 xorriso : UPDATE : 24.18% done, estimate finish Sat Oct 07 13:16:41 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:16:00 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:16:28 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:18:00 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:19:00 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:20:00 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:21:00 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:22:00 2017 xorriso : UPDATE : 24.79% done, estimate finish Sat Oct 07 13:17:53 2017 xorriso : UPDATE : 25.43% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 25.43% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 25.43% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 25.92% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 25.92% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 25.92% done, estimate finish Sat Oct 07 13:13:25 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:12:45 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:13:09 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:13:31 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:14:46 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:15:10 2017 xorriso : UPDATE : 26.28% done, estimate finish Sat Oct 07 13:15:35 2017 xorriso : UPDATE : 26.92% done, estimate finish Sat Oct 07 13:13:54 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:16:00 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:16:30 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:16:59 2017 xorriso : UPDATE : 27.48% done, estimate finish Sat Oct 07 13:17:28 2017 xorriso : UPDATE : 27.48% done xorriso : UPDATE : 27.48% done xorriso : UPDATE : 29.05% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 29.07% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 29.27% done, estimate finish Sat Oct 07 13:13:36 2017 xorriso : UPDATE : 29.31% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 29.39% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 29.39% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 29.75% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 29.82% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 29.87% done, estimate finish Sat Oct 07 13:11:06 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 13:11:12 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 13:11:31 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 13:11:49 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 13:12:08 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 13:12:44 2017 xorriso : UPDATE : 30.01% done, estimate finish Sat Oct 07 13:13:03 2017 xorriso : UPDATE : 30.96% done, estimate finish Sat Oct 07 13:11:44 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:11:52 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:14:45 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:15:23 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:15:59 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:16:37 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:17:14 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:17:51 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:18:28 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:19:06 2017 xorriso : UPDATE : 31.03% done, estimate finish Sat Oct 07 13:19:43 2017 xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 31.03% done xorriso : UPDATE : 32.39% done, estimate finish Sat Oct 07 13:16:59 2017 xorriso : UPDATE : 34.25% done, estimate finish Sat Oct 07 13:12:08 2017 xorriso : UPDATE : 36.02% done, estimate finish Sat Oct 07 13:10:38 2017 xorriso : UPDATE : 36.27% done, estimate finish Sat Oct 07 13:10:36 2017 xorriso : UPDATE : 36.27% done, estimate finish Sat Oct 07 13:09:31 2017 xorriso : UPDATE : 36.27% done, estimate finish Sat Oct 07 13:09:40 2017 xorriso : UPDATE : 36.78% done, estimate finish Sat Oct 07 13:09:35 2017 xorriso : UPDATE : 36.86% done, estimate finish Sat Oct 07 13:09:41 2017 xorriso : UPDATE : 36.94% done, estimate finish Sat Oct 07 13:09:47 2017 xorriso : UPDATE : 37.02% done, estimate finish Sat Oct 07 13:09:53 2017 xorriso : UPDATE : 37.15% done, estimate finish Sat Oct 07 13:09:57 2017 xorriso : UPDATE : 37.18% done, estimate finish Sat Oct 07 13:10:05 2017 xorriso : UPDATE : 37.18% done, estimate finish Sat Oct 07 13:10:12 2017 xorriso : UPDATE : 37.44% done, estimate finish Sat Oct 07 13:10:12 2017 xorriso : UPDATE : 37.61% done, estimate finish Sat Oct 07 13:13:05 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:15:21 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:15:50 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:16:20 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:16:49 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:17:15 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 13:17:45 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 15:31:28 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 15:44:36 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 15:57:44 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 16:10:52 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 16:24:01 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 16:37:09 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 16:50:16 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 17:03:25 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 17:16:33 2017 xorriso : UPDATE : 37.66% done, estimate finish Sat Oct 07 17:29:41 2017 xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 37.66% done xorriso : UPDATE : 39.09% done, estimate finish Sat Oct 07 13:17:12 2017 xorriso : UPDATE : 41.41% done, estimate finish Sat Oct 07 13:10:04 2017 xorriso : UPDATE : 41.47% done, estimate finish Sat Oct 07 13:10:13 2017 xorriso : UPDATE : 41.54% done, estimate finish Sat Oct 07 13:10:21 2017 xorriso : UPDATE : 41.60% done, estimate finish Sat Oct 07 13:10:30 2017 xorriso : UPDATE : 41.61% done, estimate finish Sat Oct 07 13:10:40 2017 xorriso : UPDATE : 41.73% done, estimate finish Sat Oct 07 13:10:46 2017 xorriso : UPDATE : 41.81% done, estimate finish Sat Oct 07 13:10:52 2017 xorriso : UPDATE : 41.88% done, estimate finish Sat Oct 07 13:10:59 2017 xorriso : UPDATE : 41.89% done, estimate finish Sat Oct 07 13:11:09 2017 xorriso : UPDATE : 41.89% done, estimate finish Sat Oct 07 13:11:20 2017 xorriso : UPDATE : 42.17% done, estimate finish Sat Oct 07 13:16:35 2017 xorriso : UPDATE : 42.32% done, estimate finish Sat Oct 07 13:15:55 2017 xorriso : UPDATE : 42.39% done, estimate finish Sat Oct 07 13:16:01 2017 xorriso : UPDATE : 42.53% done, estimate finish Sat Oct 07 13:15:38 2017 xorriso : UPDATE : 42.60% done, estimate finish Sat Oct 07 13:15:43 2017 xorriso : UPDATE : 42.69% done, estimate finish Sat Oct 07 13:15:43 2017 xorriso : UPDATE : 42.76% done, estimate finish Sat Oct 07 13:15:47 2017 xorriso : UPDATE : 42.83% done, estimate finish Sat Oct 07 13:15:53 2017 xorriso : UPDATE : 42.89% done, estimate finish Sat Oct 07 13:16:00 2017 xorriso : UPDATE : 43.04% done, estimate finish Sat Oct 07 13:15:43 2017 xorriso : UPDATE : 43.13% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 43.15% done, estimate finish Sat Oct 07 13:15:25 2017 xorriso : UPDATE : 43.34% done, estimate finish Sat Oct 07 13:14:49 2017 xorriso : UPDATE : 43.50% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 43.60% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 43.66% done, estimate finish Sat Oct 07 13:14:43 2017 xorriso : UPDATE : 43.71% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 43.71% done, estimate finish Sat Oct 07 13:15:20 2017 xorriso : UPDATE : 43.85% done, estimate finish Sat Oct 07 13:15:08 2017 xorriso : UPDATE : 44.06% done, estimate finish Sat Oct 07 13:14:43 2017 xorriso : UPDATE : 44.10% done, estimate finish Sat Oct 07 13:14:56 2017 xorriso : UPDATE : 44.20% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 44.28% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 44.37% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 44.52% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 44.60% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 44.67% done, estimate finish Sat Oct 07 13:14:59 2017 xorriso : UPDATE : 44.78% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 44.87% done, estimate finish Sat Oct 07 13:14:57 2017 xorriso : UPDATE : 44.93% done, estimate finish Sat Oct 07 13:15:06 2017 xorriso : UPDATE : 44.93% done, estimate finish Sat Oct 07 13:15:58 2017 xorriso : UPDATE : 45.17% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 45.35% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 45.44% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 45.57% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 45.63% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 45.63% done, estimate finish Sat Oct 07 13:15:00 2017 xorriso : UPDATE : 45.63% done, estimate finish Sat Oct 07 13:15:25 2017 xorriso : UPDATE : 45.63% done, estimate finish Sat Oct 07 13:15:49 2017 xorriso : UPDATE : 45.63% done, estimate finish Sat Oct 07 13:16:14 2017 xorriso : UPDATE : 46.31% done, estimate finish Sat Oct 07 13:13:05 2017 xorriso : UPDATE : 46.43% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 46.51% done, estimate finish Sat Oct 07 13:13:16 2017 xorriso : UPDATE : 46.57% done, estimate finish Sat Oct 07 13:13:28 2017 xorriso : UPDATE : 46.66% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 46.78% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 46.85% done, estimate finish Sat Oct 07 13:13:43 2017 xorriso : UPDATE : 46.93% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 46.93% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 47.15% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 47.20% done, estimate finish Sat Oct 07 13:15:24 2017 xorriso : UPDATE : 47.24% done, estimate finish Sat Oct 07 13:15:44 2017 xorriso : UPDATE : 47.30% done, estimate finish Sat Oct 07 13:15:56 2017 xorriso : UPDATE : 47.34% done, estimate finish Sat Oct 07 13:16:14 2017 xorriso : UPDATE : 47.49% done, estimate finish Sat Oct 07 13:15:49 2017 xorriso : UPDATE : 47.61% done, estimate finish Sat Oct 07 13:15:37 2017 xorriso : UPDATE : 47.73% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 47.81% done, estimate finish Sat Oct 07 13:15:30 2017 xorriso : UPDATE : 47.89% done, estimate finish Sat Oct 07 13:15:32 2017 xorriso : UPDATE : 47.89% done, estimate finish Sat Oct 07 13:15:56 2017 xorriso : UPDATE : 48.16% done, estimate finish Sat Oct 07 13:15:09 2017 xorriso : UPDATE : 48.24% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 48.31% done, estimate finish Sat Oct 07 13:15:09 2017 xorriso : UPDATE : 48.37% done, estimate finish Sat Oct 07 13:15:23 2017 xorriso : UPDATE : 48.41% done, estimate finish Sat Oct 07 13:15:39 2017 xorriso : UPDATE : 48.49% done, estimate finish Sat Oct 07 13:15:41 2017 xorriso : UPDATE : 48.49% done, estimate finish Sat Oct 07 13:16:09 2017 xorriso : UPDATE : 48.49% done, estimate finish Sat Oct 07 13:16:36 2017 xorriso : UPDATE : 48.49% done, estimate finish Sat Oct 07 13:17:04 2017 xorriso : UPDATE : 48.49% done, estimate finish Sat Oct 07 13:17:32 2017 xorriso : UPDATE : 49.15% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 49.17% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 49.33% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 49.42% done, estimate finish Sat Oct 07 13:14:53 2017 xorriso : UPDATE : 49.47% done, estimate finish Sat Oct 07 13:15:05 2017 xorriso : UPDATE : 49.48% done, estimate finish Sat Oct 07 13:15:31 2017 xorriso : UPDATE : 49.48% done, estimate finish Sat Oct 07 13:16:00 2017 xorriso : UPDATE : 49.64% done, estimate finish Sat Oct 07 13:15:37 2017 xorriso : UPDATE : 49.73% done, estimate finish Sat Oct 07 13:15:35 2017 xorriso : UPDATE : 49.86% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 49.94% done, estimate finish Sat Oct 07 13:15:29 2017 xorriso : UPDATE : 50.04% done, estimate finish Sat Oct 07 13:15:39 2017 xorriso : UPDATE : 50.11% done, estimate finish Sat Oct 07 13:15:47 2017 xorriso : UPDATE : 50.21% done, estimate finish Sat Oct 07 13:15:40 2017 xorriso : UPDATE : 50.30% done, estimate finish Sat Oct 07 13:15:41 2017 xorriso : UPDATE : 50.38% done, estimate finish Sat Oct 07 13:15:44 2017 xorriso : UPDATE : 50.46% done, estimate finish Sat Oct 07 13:15:44 2017 xorriso : UPDATE : 50.48% done, estimate finish Sat Oct 07 13:16:04 2017 xorriso : UPDATE : 50.61% done, estimate finish Sat Oct 07 13:15:51 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:15:33 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:15:54 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:16:53 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:17:40 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:18:25 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:19:13 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:19:59 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:20:44 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:21:31 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:22:18 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:23:04 2017 xorriso : UPDATE : 50.77% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 50.77% done xorriso : UPDATE : 50.77% done xorriso : UPDATE : 50.77% done xorriso : UPDATE : 50.77% done xorriso : UPDATE : 50.77% done xorriso : UPDATE : 53.04% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 53.14% done, estimate finish Sat Oct 07 13:13:00 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:13:11 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:13:26 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:11:42 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:11:57 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:12:11 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:12:40 2017 xorriso : UPDATE : 53.18% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 54.36% done, estimate finish Sat Oct 07 13:11:48 2017 xorriso : UPDATE : 54.36% done, estimate finish Sat Oct 07 13:11:58 2017 xorriso : UPDATE : 54.36% done, estimate finish Sat Oct 07 13:12:08 2017 xorriso : UPDATE : 54.59% done, estimate finish Sat Oct 07 13:12:06 2017 xorriso : UPDATE : 54.80% done, estimate finish Sat Oct 07 13:12:42 2017 xorriso : UPDATE : 54.85% done, estimate finish Sat Oct 07 13:12:56 2017 xorriso : UPDATE : 54.97% done, estimate finish Sat Oct 07 13:12:59 2017 xorriso : UPDATE : 55.06% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 55.17% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 55.23% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 55.28% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 55.36% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 55.39% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 55.39% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 55.63% done, estimate finish Sat Oct 07 13:15:46 2017 xorriso : UPDATE : 55.63% done, estimate finish Sat Oct 07 13:16:25 2017 xorriso : UPDATE : 55.63% done, estimate finish Sat Oct 07 13:17:03 2017 xorriso : UPDATE : 56.05% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 56.11% done, estimate finish Sat Oct 07 13:15:03 2017 xorriso : UPDATE : 56.22% done, estimate finish Sat Oct 07 13:15:00 2017 xorriso : UPDATE : 56.29% done, estimate finish Sat Oct 07 13:15:05 2017 xorriso : UPDATE : 56.29% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 56.29% done, estimate finish Sat Oct 07 13:15:49 2017 xorriso : UPDATE : 56.69% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:14:53 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:15:22 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:15:52 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:16:22 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:16:51 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:17:21 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:17:50 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:18:19 2017 xorriso : UPDATE : 56.70% done, estimate finish Sat Oct 07 13:18:49 2017 xorriso : UPDATE : 56.70% done xorriso : UPDATE : 56.70% done xorriso : UPDATE : 56.70% done xorriso : UPDATE : 56.70% done xorriso : UPDATE : 56.70% done xorriso : UPDATE : 56.70% done xorriso : UPDATE : 56.70% done xorriso : UPDATE : 56.70% done xorriso : UPDATE : 58.29% done, estimate finish Sat Oct 07 13:15:25 2017 xorriso : UPDATE : 59.30% done, estimate finish Sat Oct 07 13:13:17 2017 xorriso : UPDATE : 59.38% done, estimate finish Sat Oct 07 13:13:23 2017 xorriso : UPDATE : 59.45% done, estimate finish Sat Oct 07 13:11:43 2017 xorriso : UPDATE : 59.46% done, estimate finish Sat Oct 07 13:11:54 2017 xorriso : UPDATE : 59.46% done, estimate finish Sat Oct 07 13:12:05 2017 xorriso : UPDATE : 59.46% done, estimate finish Sat Oct 07 13:12:18 2017 xorriso : UPDATE : 59.46% done, estimate finish Sat Oct 07 13:12:29 2017 xorriso : UPDATE : 59.66% done, estimate finish Sat Oct 07 13:12:28 2017 xorriso : UPDATE : 60.12% done, estimate finish Sat Oct 07 13:12:13 2017 xorriso : UPDATE : 60.22% done, estimate finish Sat Oct 07 13:12:17 2017 xorriso : UPDATE : 60.28% done, estimate finish Sat Oct 07 13:12:23 2017 xorriso : UPDATE : 60.41% done, estimate finish Sat Oct 07 13:12:26 2017 xorriso : UPDATE : 60.45% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 60.62% done, estimate finish Sat Oct 07 13:14:19 2017 xorriso : UPDATE : 60.70% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 60.78% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 60.86% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 60.89% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 60.89% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 60.89% done, estimate finish Sat Oct 07 13:15:31 2017 xorriso : UPDATE : 61.29% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 61.29% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 61.52% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 61.70% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 61.78% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 61.87% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 62.01% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 62.15% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 62.26% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 62.39% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 62.57% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 62.62% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 62.74% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 62.89% done, estimate finish Sat Oct 07 13:13:42 2017 xorriso : UPDATE : 62.99% done, estimate finish Sat Oct 07 13:13:45 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 13:14:42 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 63.00% done, estimate finish Sat Oct 07 13:15:21 2017 xorriso : UPDATE : 63.48% done, estimate finish Sat Oct 07 13:14:15 2017 xorriso : UPDATE : 63.77% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 63.86% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 64.02% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 64.05% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 64.20% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 64.32% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 64.38% done, estimate finish Sat Oct 07 13:14:12 2017 xorriso : UPDATE : 64.44% done, estimate finish Sat Oct 07 13:14:20 2017 xorriso : UPDATE : 64.52% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 64.58% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 64.60% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:15:43 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:16:13 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:16:44 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:17:15 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:17:45 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:18:16 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:18:48 2017 xorriso : UPDATE : 64.74% done, estimate finish Sat Oct 07 13:19:18 2017 xorriso : UPDATE : 65.26% done, estimate finish Sat Oct 07 13:16:12 2017 xorriso : UPDATE : 66.15% done, estimate finish Sat Oct 07 13:13:19 2017 xorriso : UPDATE : 66.23% done, estimate finish Sat Oct 07 13:13:26 2017 xorriso : UPDATE : 66.31% done, estimate finish Sat Oct 07 13:13:34 2017 xorriso : UPDATE : 66.33% done, estimate finish Sat Oct 07 13:13:47 2017 xorriso : UPDATE : 66.45% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 66.54% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 66.63% done, estimate finish Sat Oct 07 13:13:55 2017 xorriso : UPDATE : 66.69% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 66.75% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 66.82% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 66.94% done, estimate finish Sat Oct 07 13:15:42 2017 xorriso : UPDATE : 67.03% done, estimate finish Sat Oct 07 13:15:39 2017 xorriso : UPDATE : 67.08% done, estimate finish Sat Oct 07 13:15:48 2017 xorriso : UPDATE : 67.08% done, estimate finish Sat Oct 07 13:16:17 2017 xorriso : UPDATE : 67.19% done, estimate finish Sat Oct 07 13:16:04 2017 xorriso : UPDATE : 67.29% done, estimate finish Sat Oct 07 13:15:57 2017 xorriso : UPDATE : 67.39% done, estimate finish Sat Oct 07 13:15:48 2017 xorriso : UPDATE : 67.49% done, estimate finish Sat Oct 07 13:15:44 2017 xorriso : UPDATE : 67.61% done, estimate finish Sat Oct 07 13:15:34 2017 xorriso : UPDATE : 67.73% done, estimate finish Sat Oct 07 13:15:26 2017 xorriso : UPDATE : 67.86% done, estimate finish Sat Oct 07 13:14:57 2017 xorriso : UPDATE : 67.93% done, estimate finish Sat Oct 07 13:15:05 2017 xorriso : UPDATE : 68.06% done, estimate finish Sat Oct 07 13:14:54 2017 xorriso : UPDATE : 68.16% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 68.26% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 68.34% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 68.46% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 68.54% done, estimate finish Sat Oct 07 13:14:53 2017 xorriso : UPDATE : 68.63% done, estimate finish Sat Oct 07 13:14:53 2017 xorriso : UPDATE : 68.67% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 68.67% done, estimate finish Sat Oct 07 13:15:37 2017 xorriso : UPDATE : 68.67% done, estimate finish Sat Oct 07 13:16:08 2017 xorriso : UPDATE : 69.05% done, estimate finish Sat Oct 07 13:14:39 2017 xorriso : UPDATE : 69.17% done, estimate finish Sat Oct 07 13:14:35 2017 xorriso : UPDATE : 69.23% done, estimate finish Sat Oct 07 13:14:42 2017 xorriso : UPDATE : 69.28% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 69.36% done, estimate finish Sat Oct 07 13:14:53 2017 xorriso : UPDATE : 69.47% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:15:04 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:15:20 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:15:35 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:16:03 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:16:34 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:17:04 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:17:34 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:18:04 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:18:34 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:19:03 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:19:33 2017 xorriso : UPDATE : 69.48% done, estimate finish Sat Oct 07 13:20:04 2017 xorriso : UPDATE : 70.50% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:13:08 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:13:22 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:13:37 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:15:05 2017 xorriso : UPDATE : 71.13% done, estimate finish Sat Oct 07 13:15:20 2017 xorriso : UPDATE : 71.13% done xorriso : UPDATE : 72.40% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 72.65% done, estimate finish Sat Oct 07 13:13:48 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:14:43 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:15:12 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:13:24 2017 xorriso : UPDATE : 72.69% done, estimate finish Sat Oct 07 13:13:39 2017 xorriso : UPDATE : 73.80% done, estimate finish Sat Oct 07 13:12:37 2017 xorriso : UPDATE : 73.87% done, estimate finish Sat Oct 07 13:12:43 2017 xorriso : UPDATE : 73.90% done, estimate finish Sat Oct 07 13:12:50 2017 xorriso : UPDATE : 73.99% done, estimate finish Sat Oct 07 13:12:55 2017 xorriso : UPDATE : 74.04% done, estimate finish Sat Oct 07 13:13:00 2017 xorriso : UPDATE : 74.08% done, estimate finish Sat Oct 07 13:13:07 2017 xorriso : UPDATE : 74.25% done, estimate finish Sat Oct 07 13:13:07 2017 xorriso : UPDATE : 74.31% done, estimate finish Sat Oct 07 13:13:12 2017 xorriso : UPDATE : 74.45% done, estimate finish Sat Oct 07 13:13:06 2017 xorriso : UPDATE : 74.55% done, estimate finish Sat Oct 07 13:13:10 2017 xorriso : UPDATE : 74.65% done, estimate finish Sat Oct 07 13:13:14 2017 xorriso : UPDATE : 74.75% done, estimate finish Sat Oct 07 13:13:20 2017 xorriso : UPDATE : 74.76% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 74.76% done, estimate finish Sat Oct 07 13:13:40 2017 xorriso : UPDATE : 74.76% done, estimate finish Sat Oct 07 13:13:51 2017 xorriso : UPDATE : 74.76% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 75.35% done, estimate finish Sat Oct 07 13:13:29 2017 xorriso : UPDATE : 75.39% done, estimate finish Sat Oct 07 13:13:35 2017 xorriso : UPDATE : 75.49% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 75.55% done, estimate finish Sat Oct 07 13:14:34 2017 xorriso : UPDATE : 75.62% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 75.66% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 75.68% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 75.83% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 75.88% done, estimate finish Sat Oct 07 13:14:59 2017 xorriso : UPDATE : 75.93% done, estimate finish Sat Oct 07 13:15:05 2017 xorriso : UPDATE : 76.06% done, estimate finish Sat Oct 07 13:14:59 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:16:24 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:16:55 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:17:26 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:17:57 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:18:28 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:18:59 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:19:30 2017 xorriso : UPDATE : 76.14% done, estimate finish Sat Oct 07 13:20:01 2017 xorriso : UPDATE : 76.19% done, estimate finish Sat Oct 07 13:19:48 2017 xorriso : UPDATE : 77.40% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 77.45% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 77.53% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 77.53% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 77.53% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 77.53% done, estimate finish Sat Oct 07 13:14:39 2017 xorriso : UPDATE : 78.02% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 78.16% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:14:20 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:15:56 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:16:21 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:16:45 2017 xorriso : UPDATE : 78.21% done, estimate finish Sat Oct 07 13:17:09 2017 xorriso : UPDATE : 79.12% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 79.22% done, estimate finish Sat Oct 07 13:14:16 2017 xorriso : UPDATE : 79.30% done, estimate finish Sat Oct 07 13:14:18 2017 xorriso : UPDATE : 79.41% done, estimate finish Sat Oct 07 13:14:19 2017 xorriso : UPDATE : 79.49% done, estimate finish Sat Oct 07 13:14:21 2017 xorriso : UPDATE : 79.57% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 79.69% done, estimate finish Sat Oct 07 13:13:39 2017 xorriso : UPDATE : 79.75% done, estimate finish Sat Oct 07 13:13:46 2017 xorriso : UPDATE : 79.83% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 79.93% done, estimate finish Sat Oct 07 13:13:54 2017 xorriso : UPDATE : 80.03% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 80.14% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 80.20% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 80.37% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 80.46% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 80.54% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 80.63% done, estimate finish Sat Oct 07 13:14:45 2017 xorriso : UPDATE : 80.67% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 80.77% done, estimate finish Sat Oct 07 13:14:53 2017 xorriso : UPDATE : 80.94% done, estimate finish Sat Oct 07 13:14:40 2017 xorriso : UPDATE : 81.03% done, estimate finish Sat Oct 07 13:14:43 2017 xorriso : UPDATE : 81.10% done, estimate finish Sat Oct 07 13:14:45 2017 xorriso : UPDATE : 81.18% done, estimate finish Sat Oct 07 13:14:46 2017 xorriso : UPDATE : 81.26% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 81.26% done, estimate finish Sat Oct 07 13:15:00 2017 xorriso : UPDATE : 81.26% done, estimate finish Sat Oct 07 13:15:11 2017 xorriso : UPDATE : 81.26% done, estimate finish Sat Oct 07 13:16:10 2017 xorriso : UPDATE : 81.26% done, estimate finish Sat Oct 07 13:16:35 2017 xorriso : UPDATE : 81.81% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 81.89% done, estimate finish Sat Oct 07 13:14:39 2017 xorriso : UPDATE : 81.92% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 81.92% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 81.92% done, estimate finish Sat Oct 07 13:15:14 2017 xorriso : UPDATE : 81.92% done, estimate finish Sat Oct 07 13:15:27 2017 xorriso : UPDATE : 82.48% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 82.48% done, estimate finish Sat Oct 07 13:14:39 2017 xorriso : UPDATE : 82.69% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 82.79% done, estimate finish Sat Oct 07 13:13:52 2017 xorriso : UPDATE : 82.86% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 82.94% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 83.08% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 83.16% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 83.19% done, estimate finish Sat Oct 07 13:14:11 2017 xorriso : UPDATE : 83.29% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 83.44% done, estimate finish Sat Oct 07 13:14:10 2017 xorriso : UPDATE : 83.49% done, estimate finish Sat Oct 07 13:14:14 2017 xorriso : UPDATE : 83.60% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 83.67% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 83.77% done, estimate finish Sat Oct 07 13:14:51 2017 xorriso : UPDATE : 83.85% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 83.90% done, estimate finish Sat Oct 07 13:14:58 2017 xorriso : UPDATE : 83.96% done, estimate finish Sat Oct 07 13:15:02 2017 xorriso : UPDATE : 84.05% done, estimate finish Sat Oct 07 13:15:01 2017 xorriso : UPDATE : 84.05% done, estimate finish Sat Oct 07 13:15:13 2017 xorriso : UPDATE : 84.32% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 84.44% done, estimate finish Sat Oct 07 13:14:48 2017 xorriso : UPDATE : 84.57% done, estimate finish Sat Oct 07 13:14:39 2017 xorriso : UPDATE : 84.64% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 84.74% done, estimate finish Sat Oct 07 13:14:42 2017 xorriso : UPDATE : 84.82% done, estimate finish Sat Oct 07 13:14:44 2017 xorriso : UPDATE : 84.94% done, estimate finish Sat Oct 07 13:14:42 2017 xorriso : UPDATE : 85.07% done, estimate finish Sat Oct 07 13:14:37 2017 xorriso : UPDATE : 85.19% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 85.23% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 85.23% done, estimate finish Sat Oct 07 13:14:50 2017 xorriso : UPDATE : 85.57% done, estimate finish Sat Oct 07 13:14:30 2017 xorriso : UPDATE : 85.66% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 85.74% done, estimate finish Sat Oct 07 13:14:28 2017 xorriso : UPDATE : 85.81% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 85.92% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 86.08% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 86.11% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 86.31% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 86.50% done, estimate finish Sat Oct 07 13:14:20 2017 xorriso : UPDATE : 86.57% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 86.67% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 86.77% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 86.85% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 86.95% done, estimate finish Sat Oct 07 13:14:26 2017 xorriso : UPDATE : 87.05% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 87.05% done, estimate finish Sat Oct 07 13:14:36 2017 xorriso : UPDATE : 87.30% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 87.30% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 87.42% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 87.51% done, estimate finish Sat Oct 07 13:14:32 2017 xorriso : UPDATE : 87.56% done, estimate finish Sat Oct 07 13:14:35 2017 xorriso : UPDATE : 87.75% done, estimate finish Sat Oct 07 13:14:29 2017 xorriso : UPDATE : 87.87% done, estimate finish Sat Oct 07 13:14:33 2017 xorriso : UPDATE : 87.93% done, estimate finish Sat Oct 07 13:14:38 2017 xorriso : UPDATE : 88.15% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 88.28% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 88.39% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 88.54% done, estimate finish Sat Oct 07 13:14:23 2017 xorriso : UPDATE : 88.63% done, estimate finish Sat Oct 07 13:14:24 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:14:20 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:14:25 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:14:41 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:14:52 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:15:04 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:15:16 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:15:28 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:15:39 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:15:50 2017 xorriso : UPDATE : 88.82% done, estimate finish Sat Oct 07 13:16:02 2017 xorriso : UPDATE : 89.40% done, estimate finish Sat Oct 07 13:14:55 2017 xorriso : UPDATE : 90.57% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 90.58% done, estimate finish Sat Oct 07 13:13:50 2017 xorriso : UPDATE : 90.58% done, estimate finish Sat Oct 07 13:13:56 2017 xorriso : UPDATE : 90.96% done, estimate finish Sat Oct 07 13:13:49 2017 xorriso : UPDATE : 90.96% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 90.96% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 90.96% done, estimate finish Sat Oct 07 13:14:04 2017 xorriso : UPDATE : 90.96% done, estimate finish Sat Oct 07 13:14:08 2017 xorriso : UPDATE : 90.96% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 91.04% done, estimate finish Sat Oct 07 13:14:15 2017 xorriso : UPDATE : 91.99% done, estimate finish Sat Oct 07 13:13:53 2017 xorriso : UPDATE : 92.06% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 92.24% done, estimate finish Sat Oct 07 13:13:57 2017 xorriso : UPDATE : 92.36% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 92.36% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 92.67% done, estimate finish Sat Oct 07 13:13:58 2017 xorriso : UPDATE : 92.76% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 92.93% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 93.03% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 93.20% done, estimate finish Sat Oct 07 13:13:59 2017 xorriso : UPDATE : 93.32% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 93.46% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 93.63% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 93.75% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 93.86% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 93.86% done, estimate finish Sat Oct 07 13:14:06 2017 xorriso : UPDATE : 94.16% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 94.26% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 94.44% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 94.57% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 94.72% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 94.83% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:09 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:18 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:22 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:27 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:31 2017 xorriso : UPDATE : 94.89% done, estimate finish Sat Oct 07 13:14:35 2017 xorriso : UPDATE : 95.56% done, estimate finish Sat Oct 07 13:14:13 2017 xorriso : UPDATE : 96.29% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 96.39% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 96.54% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 96.61% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 96.61% done, estimate finish Sat Oct 07 13:14:05 2017 xorriso : UPDATE : 96.86% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 97.12% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 97.20% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 97.20% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 97.51% done, estimate finish Sat Oct 07 13:14:00 2017 xorriso : UPDATE : 97.65% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 97.78% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 97.82% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 97.99% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 98.18% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 98.29% done, estimate finish Sat Oct 07 13:14:01 2017 xorriso : UPDATE : 98.40% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 98.51% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 98.64% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 98.75% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 98.85% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 98.98% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 99.16% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 99.23% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 99.39% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 99.48% done, estimate finish Sat Oct 07 13:14:03 2017 xorriso : UPDATE : 99.65% done, estimate finish Sat Oct 07 13:14:02 2017 xorriso : UPDATE : 99.80% done xorriso : UPDATE : 99.94% done ISO image produced: 11224314 sectors Written to medium : 11224314 sectors at LBA 0 Writing to 'stdio:/dev/null' completed successfully. Last-minute updates: README.html README.txt Sat 7 Oct 13:14:03 UTC 2017 /home/93sam/xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V 'Debian 9.2.0 amd64 3' -o /dev/null -jigdo-jigdo /org/cdbuilder.debian.org/dst/deb-cd/out/9amd64/debian-9.2.0-amd64-BD-3.jigdo -jigdo-template /org/cdbuilder.debian.org/dst/deb-cd/out/9amd64/debian-9.2.0-amd64-BD-3.template -jigdo-map Debian=/srv/cdbuilder.debian.org/src/ftp/debian/ -jigdo-exclude boot3 -md5-list /org/cdbuilder.debian.org/src/deb-cd/tmp/9amd64/stretch/md5-check -jigdo-min-file-size 1024 -jigdo-exclude 'README*' -jigdo-exclude /doc/ -jigdo-exclude /md5sum.txt -jigdo-exclude /.disk/ -jigdo-exclude /pics/ -jigdo-exclude 'Release*' -jigdo-exclude 'Packages*' -jigdo-exclude 'Sources*' -J CD3 GNU xorriso 1.3.6.pl01 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/dev/null' Media current: stdio file, sequential Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 1024g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules xorriso : UPDATE : 6000 files added in 1 seconds xorriso : UPDATE : 10500 files added in 2 seconds xorriso : UPDATE : 14200 files added in 3 seconds xorriso : UPDATE : 19200 files added in 4 seconds xorriso : UPDATE : 24800 files added in 5 seconds xorriso : UPDATE : 29500 files added in 6 seconds xorriso : UPDATE : 35600 files added in 7 seconds Added to ISO image: directory '/'='/mnt/cd-src/deb-cd/tmp/9amd64/stretch/CD3' xorriso : UPDATE : 39753 files added in 8 seconds xorriso : UPDATE : 39753 files added in 8 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.10% done xorriso : UPDATE : 0.17% done, estimate finish Sat Oct 07 13:40:05 2017 xorriso : UPDATE : 0.23% done, estimate finish Sat Oct 07 13:40:47 2017 xorriso : UPDATE : 0.26% done, estimate finish Sat Oct 07 13:43:27 2017 xorriso : UPDATE : 0.33% done, estimate finish Sat Oct 07 13:42:23 2017 xorriso : UPDATE : 0.40% done, estimate finish Sat Oct 07 13:41:42 2017 xorriso : UPDATE : 0.46% done, estimate finish Sat Oct 07 13:41:39 2017 xorriso : UPDATE : 0.48% done, estimate finish Sat Oct 07 13:44:17 2017 xorriso : UPDATE : 0.55% done, estimate finish Sat Oct 07 13:43:12 2017 xorriso : UPDATE : 0.60% done, estimate finish Sat Oct 07 13:43:52 2017 xorriso : UPDATE : 0.82% done, estimate finish Sat Oct 07 13:37:47 2017 xorriso : UPDATE : 0.94% done, estimate finish Sat Oct 07 13:36:31 2017 xorriso : UPDATE : 1.03% done, estimate finish Sat Oct 07 13:36:11 2017 xorriso : UPDATE : 1.15% done, estimate finish Sat Oct 07 13:33:07 2017 xorriso : UPDATE : 1.24% done, estimate finish Sat Oct 07 13:33:03 2017 xorriso : UPDATE : 1.34% done, estimate finish Sat Oct 07 13:32:51 2017 xorriso : UPDATE : 1.46% done, estimate finish Sat Oct 07 13:32:23 2017 xorriso : UPDATE : 1.55% done, estimate finish Sat Oct 07 13:32:22 2017 xorriso : UPDATE : 1.63% done, estimate finish Sat Oct 07 13:32:35 2017 xorriso : UPDATE : 1.72% done, estimate finish Sat Oct 07 13:32:33 2017 xorriso : UPDATE : 1.88% done, estimate finish Sat Oct 07 13:31:48 2017 xorriso : UPDATE : 1.95% done, estimate finish Sat Oct 07 13:32:04 2017 xorriso : UPDATE : 2.13% done, estimate finish Sat Oct 07 13:31:12 2017 xorriso : UPDATE : 2.16% done, estimate finish Sat Oct 07 13:31:15 2017 xorriso : UPDATE : 2.51% done, estimate finish Sat Oct 07 13:28:49 2017 xorriso : UPDATE : 2.62% done, estimate finish Sat Oct 07 13:28:50 2017 xorriso : UPDATE : 2.71% done, estimate finish Sat Oct 07 13:29:03 2017 xorriso : UPDATE : 2.79% done, estimate finish Sat Oct 07 13:29:16 2017 xorriso : UPDATE : 2.79% done, estimate finish Sat Oct 07 13:30:06 2017 xorriso : UPDATE : 3.14% done, estimate finish Sat Oct 07 13:28:29 2017 xorriso : UPDATE : 3.33% done, estimate finish Sat Oct 07 13:28:08 2017 xorriso : UPDATE : 3.42% done, estimate finish Sat Oct 07 13:28:16 2017 xorriso : UPDATE : 3.58% done, estimate finish Sat Oct 07 13:28:05 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 13:27:18 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 13:28:07 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 13:28:54 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 13:29:43 2017 xorriso : UPDATE : 3.64% done, estimate finish Sat Oct 07 13:30:31 2017 xorriso : UPDATE : 4.66% done, estimate finish Sat Oct 07 13:25:53 2017 xorriso : UPDATE : 4.95% done, estimate finish Sat Oct 07 13:25:26 2017 xorriso : UPDATE : 5.12% done, estimate finish Sat Oct 07 13:25:24 2017 xorriso : UPDATE : 5.26% done, estimate finish Sat Oct 07 13:25:26 2017 xorriso : UPDATE : 5.41% done, estimate finish Sat Oct 07 13:25:27 2017 xorriso : UPDATE : 5.56% done, estimate finish Sat Oct 07 13:25:27 2017 xorriso : UPDATE : 5.69% done, estimate finish Sat Oct 07 13:25:02 2017 xorriso : UPDATE : 5.84% done, estimate finish Sat Oct 07 13:25:05 2017 xorriso : UPDATE : 6.07% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 6.20% done, estimate finish Sat Oct 07 13:25:01 2017 xorriso : UPDATE : 6.36% done, estimate finish Sat Oct 07 13:25:02 2017 xorriso : UPDATE : 6.52% done, estimate finish Sat Oct 07 13:25:02 2017 xorriso : UPDATE : 6.61% done, estimate finish Sat Oct 07 13:25:14 2017 xorriso : UPDATE : 6.80% done, estimate finish Sat Oct 07 13:25:10 2017 xorriso : UPDATE : 6.86% done, estimate finish Sat Oct 07 13:25:23 2017 xorriso : UPDATE : 6.93% done, estimate finish Sat Oct 07 13:25:35 2017 xorriso : UPDATE : 7.19% done, estimate finish Sat Oct 07 13:25:58 2017 xorriso : UPDATE : 7.34% done, estimate finish Sat Oct 07 13:25:58 2017 xorriso : UPDATE : 7.49% done, estimate finish Sat Oct 07 13:25:56 2017 xorriso : UPDATE : 7.78% done, estimate finish Sat Oct 07 13:25:28 2017 xorriso : UPDATE : 7.96% done, estimate finish Sat Oct 07 13:25:24 2017 xorriso : UPDATE : 8.16% done, estimate finish Sat Oct 07 13:25:17 2017 xorriso : UPDATE : 8.50% done, estimate finish Sat Oct 07 13:24:48 2017 xorriso : UPDATE : 8.50% done, estimate finish Sat Oct 07 13:25:12 2017 xorriso : UPDATE : 8.86% done, estimate finish Sat Oct 07 13:24:46 2017 xorriso : UPDATE : 8.86% done, estimate finish Sat Oct 07 13:25:07 2017 xorriso : UPDATE : 8.86% done, estimate finish Sat Oct 07 13:25:13 2017 xorriso : UPDATE : 9.45% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 9.45% done, estimate finish Sat Oct 07 13:24:27 2017 xorriso : UPDATE : 9.45% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 10.08% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 10.08% done, estimate finish Sat Oct 07 13:24:15 2017 xorriso : UPDATE : 10.52% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 10.56% done, estimate finish Sat Oct 07 13:24:02 2017 xorriso : UPDATE : 10.56% done, estimate finish Sat Oct 07 13:24:21 2017 xorriso : UPDATE : 11.01% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 11.14% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 11.28% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 11.40% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 11.58% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 11.75% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 11.90% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 12.06% done, estimate finish Sat Oct 07 13:23:56 2017 xorriso : UPDATE : 12.06% done, estimate finish Sat Oct 07 13:24:15 2017 xorriso : UPDATE : 12.06% done, estimate finish Sat Oct 07 13:24:34 2017 xorriso : UPDATE : 12.61% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 12.74% done, estimate finish Sat Oct 07 13:24:53 2017 xorriso : UPDATE : 12.84% done, estimate finish Sat Oct 07 13:25:06 2017 xorriso : UPDATE : 12.89% done, estimate finish Sat Oct 07 13:25:27 2017 xorriso : UPDATE : 13.00% done, estimate finish Sat Oct 07 13:25:35 2017 xorriso : UPDATE : 13.10% done, estimate finish Sat Oct 07 13:25:43 2017 xorriso : UPDATE : 13.28% done, estimate finish Sat Oct 07 13:25:35 2017 xorriso : UPDATE : 13.46% done, estimate finish Sat Oct 07 13:25:28 2017 xorriso : UPDATE : 13.59% done, estimate finish Sat Oct 07 13:25:32 2017 xorriso : UPDATE : 13.81% done, estimate finish Sat Oct 07 13:25:22 2017 xorriso : UPDATE : 13.93% done, estimate finish Sat Oct 07 13:25:25 2017 xorriso : UPDATE : 14.11% done, estimate finish Sat Oct 07 13:25:46 2017 xorriso : UPDATE : 14.20% done, estimate finish Sat Oct 07 13:26:00 2017 xorriso : UPDATE : 14.44% done, estimate finish Sat Oct 07 13:25:36 2017 xorriso : UPDATE : 14.53% done, estimate finish Sat Oct 07 13:25:47 2017 xorriso : UPDATE : 14.67% done, estimate finish Sat Oct 07 13:25:47 2017 xorriso : UPDATE : 14.83% done, estimate finish Sat Oct 07 13:25:41 2017 xorriso : UPDATE : 14.86% done, estimate finish Sat Oct 07 13:26:03 2017 xorriso : UPDATE : 14.86% done, estimate finish Sat Oct 07 13:26:28 2017 xorriso : UPDATE : 15.47% done, estimate finish Sat Oct 07 13:25:11 2017 xorriso : UPDATE : 15.66% done, estimate finish Sat Oct 07 13:25:05 2017 xorriso : UPDATE : 15.81% done, estimate finish Sat Oct 07 13:24:39 2017 xorriso : UPDATE : 15.92% done, estimate finish Sat Oct 07 13:24:47 2017 xorriso : UPDATE : 16.04% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 16.18% done, estimate finish Sat Oct 07 13:24:59 2017 xorriso : UPDATE : 16.32% done, estimate finish Sat Oct 07 13:25:00 2017 xorriso : UPDATE : 16.40% done, estimate finish Sat Oct 07 13:25:12 2017 xorriso : UPDATE : 16.57% done, estimate finish Sat Oct 07 13:25:10 2017 xorriso : UPDATE : 16.76% done, estimate finish Sat Oct 07 13:25:05 2017 xorriso : UPDATE : 16.88% done, estimate finish Sat Oct 07 13:25:09 2017 xorriso : UPDATE : 17.15% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 17.29% done, estimate finish Sat Oct 07 13:25:16 2017 xorriso : UPDATE : 17.59% done, estimate finish Sat Oct 07 13:24:48 2017 xorriso : UPDATE : 17.71% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 17.85% done, estimate finish Sat Oct 07 13:24:58 2017 xorriso : UPDATE : 17.93% done, estimate finish Sat Oct 07 13:25:10 2017 xorriso : UPDATE : 18.15% done, estimate finish Sat Oct 07 13:24:58 2017 xorriso : UPDATE : 18.34% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 18.48% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 18.67% done, estimate finish Sat Oct 07 13:24:52 2017 xorriso : UPDATE : 18.90% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 19.04% done, estimate finish Sat Oct 07 13:24:47 2017 xorriso : UPDATE : 19.31% done, estimate finish Sat Oct 07 13:24:10 2017 xorriso : UPDATE : 19.49% done, estimate finish Sat Oct 07 13:24:11 2017 xorriso : UPDATE : 19.64% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 19.71% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 19.93% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 20.15% done, estimate finish Sat Oct 07 13:24:17 2017 xorriso : UPDATE : 20.30% done, estimate finish Sat Oct 07 13:24:21 2017 xorriso : UPDATE : 20.46% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 20.64% done, estimate finish Sat Oct 07 13:24:21 2017 xorriso : UPDATE : 20.84% done, estimate finish Sat Oct 07 13:24:19 2017 xorriso : UPDATE : 20.89% done, estimate finish Sat Oct 07 13:24:54 2017 xorriso : UPDATE : 21.22% done, estimate finish Sat Oct 07 13:24:25 2017 xorriso : UPDATE : 21.33% done, estimate finish Sat Oct 07 13:24:33 2017 xorriso : UPDATE : 21.45% done, estimate finish Sat Oct 07 13:24:41 2017 xorriso : UPDATE : 21.69% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 21.89% done, estimate finish Sat Oct 07 13:24:27 2017 xorriso : UPDATE : 22.02% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 22.07% done, estimate finish Sat Oct 07 13:24:45 2017 xorriso : UPDATE : 22.41% done, estimate finish Sat Oct 07 13:24:25 2017 xorriso : UPDATE : 22.56% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 22.62% done, estimate finish Sat Oct 07 13:24:25 2017 xorriso : UPDATE : 22.73% done, estimate finish Sat Oct 07 13:24:35 2017 xorriso : UPDATE : 22.87% done, estimate finish Sat Oct 07 13:24:39 2017 xorriso : UPDATE : 22.87% done, estimate finish Sat Oct 07 13:25:03 2017 xorriso : UPDATE : 22.87% done, estimate finish Sat Oct 07 13:25:27 2017 xorriso : UPDATE : 23.56% done, estimate finish Sat Oct 07 13:24:16 2017 xorriso : UPDATE : 23.73% done, estimate finish Sat Oct 07 13:24:17 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:24:50 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:25:07 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:26:47 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:27:27 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:28:08 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:28:49 2017 xorriso : UPDATE : 23.75% done, estimate finish Sat Oct 07 13:29:30 2017 xorriso : UPDATE : 24.40% done, estimate finish Sat Oct 07 13:26:30 2017 xorriso : UPDATE : 25.86% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 25.98% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 26.07% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 26.40% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 26.46% done, estimate finish Sat Oct 07 13:22:48 2017 xorriso : UPDATE : 26.74% done, estimate finish Sat Oct 07 13:22:46 2017 xorriso : UPDATE : 26.89% done, estimate finish Sat Oct 07 13:22:53 2017 xorriso : UPDATE : 27.01% done, estimate finish Sat Oct 07 13:23:00 2017 xorriso : UPDATE : 27.14% done, estimate finish Sat Oct 07 13:23:07 2017 xorriso : UPDATE : 27.40% done, estimate finish Sat Oct 07 13:23:05 2017 xorriso : UPDATE : 27.51% done, estimate finish Sat Oct 07 13:23:11 2017 xorriso : UPDATE : 27.64% done, estimate finish Sat Oct 07 13:23:17 2017 xorriso : UPDATE : 27.84% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 27.98% done, estimate finish Sat Oct 07 13:23:22 2017 xorriso : UPDATE : 28.12% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 28.29% done, estimate finish Sat Oct 07 13:24:26 2017 xorriso : UPDATE : 28.45% done, estimate finish Sat Oct 07 13:24:27 2017 xorriso : UPDATE : 28.59% done, estimate finish Sat Oct 07 13:24:29 2017 xorriso : UPDATE : 28.73% done, estimate finish Sat Oct 07 13:24:33 2017 xorriso : UPDATE : 28.85% done, estimate finish Sat Oct 07 13:24:39 2017 xorriso : UPDATE : 28.96% done, estimate finish Sat Oct 07 13:24:45 2017 xorriso : UPDATE : 29.04% done, estimate finish Sat Oct 07 13:24:53 2017 xorriso : UPDATE : 29.04% done, estimate finish Sat Oct 07 13:25:11 2017 xorriso : UPDATE : 29.04% done, estimate finish Sat Oct 07 13:25:29 2017 xorriso : UPDATE : 29.04% done, estimate finish Sat Oct 07 13:27:55 2017 xorriso : UPDATE : 29.93% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 30.02% done, estimate finish Sat Oct 07 13:24:39 2017 xorriso : UPDATE : 30.24% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 30.48% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 30.65% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 30.77% done, estimate finish Sat Oct 07 13:24:26 2017 xorriso : UPDATE : 30.89% done, estimate finish Sat Oct 07 13:24:30 2017 xorriso : UPDATE : 31.09% done, estimate finish Sat Oct 07 13:24:27 2017 xorriso : UPDATE : 31.14% done, estimate finish Sat Oct 07 13:24:38 2017 xorriso : UPDATE : 31.41% done, estimate finish Sat Oct 07 13:23:12 2017 xorriso : UPDATE : 31.66% done, estimate finish Sat Oct 07 13:23:11 2017 xorriso : UPDATE : 31.79% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 31.79% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 32.23% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 32.38% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 32.53% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 32.72% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 33.02% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 33.23% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 33.34% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 33.44% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 33.57% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 33.73% done, estimate finish Sat Oct 07 13:24:09 2017 xorriso : UPDATE : 33.93% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 34.10% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 34.20% done, estimate finish Sat Oct 07 13:24:13 2017 xorriso : UPDATE : 34.36% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 34.53% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 34.65% done, estimate finish Sat Oct 07 13:24:19 2017 xorriso : UPDATE : 34.76% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 13:24:58 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 13:25:25 2017 xorriso : UPDATE : 34.93% done, estimate finish Sat Oct 07 13:25:51 2017 xorriso : UPDATE : 35.50% done, estimate finish Sat Oct 07 13:24:40 2017 xorriso : UPDATE : 35.68% done, estimate finish Sat Oct 07 13:24:37 2017 xorriso : UPDATE : 35.68% done, estimate finish Sat Oct 07 13:24:56 2017 xorriso : UPDATE : 35.68% done, estimate finish Sat Oct 07 13:25:14 2017 xorriso : UPDATE : 35.68% done, estimate finish Sat Oct 07 13:25:33 2017 xorriso : UPDATE : 35.68% done, estimate finish Sat Oct 07 13:25:51 2017 xorriso : UPDATE : 35.68% done, estimate finish Sat Oct 07 13:26:10 2017 xorriso : UPDATE : 36.79% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 36.97% done, estimate finish Sat Oct 07 13:23:58 2017 xorriso : UPDATE : 36.97% done, estimate finish Sat Oct 07 13:24:19 2017 xorriso : UPDATE : 36.97% done, estimate finish Sat Oct 07 13:24:39 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 13:23:58 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 37.52% done, estimate finish Sat Oct 07 13:24:31 2017 xorriso : UPDATE : 38.05% done, estimate finish Sat Oct 07 13:23:59 2017 xorriso : UPDATE : 38.35% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 38.40% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 38.40% done, estimate finish Sat Oct 07 13:24:30 2017 xorriso : UPDATE : 38.93% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 39.14% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 39.30% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 39.44% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 39.57% done, estimate finish Sat Oct 07 13:23:56 2017 xorriso : UPDATE : 39.85% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 40.07% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 40.07% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 40.07% done, estimate finish Sat Oct 07 13:24:13 2017 xorriso : UPDATE : 40.07% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 40.83% done, estimate finish Sat Oct 07 13:23:21 2017 xorriso : UPDATE : 41.00% done, estimate finish Sat Oct 07 13:23:25 2017 xorriso : UPDATE : 41.00% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 41.53% done, estimate finish Sat Oct 07 13:23:18 2017 xorriso : UPDATE : 41.73% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 41.88% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 42.19% done, estimate finish Sat Oct 07 13:23:18 2017 xorriso : UPDATE : 42.29% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 42.52% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 42.62% done, estimate finish Sat Oct 07 13:22:57 2017 xorriso : UPDATE : 42.62% done, estimate finish Sat Oct 07 13:23:14 2017 xorriso : UPDATE : 43.06% done, estimate finish Sat Oct 07 13:23:01 2017 xorriso : UPDATE : 43.14% done, estimate finish Sat Oct 07 13:23:09 2017 xorriso : UPDATE : 43.21% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 43.41% done, estimate finish Sat Oct 07 13:23:20 2017 xorriso : UPDATE : 43.62% done, estimate finish Sat Oct 07 13:23:20 2017 xorriso : UPDATE : 43.66% done, estimate finish Sat Oct 07 13:23:30 2017 xorriso : UPDATE : 43.97% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 44.08% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 44.08% done, estimate finish Sat Oct 07 13:24:47 2017 xorriso : UPDATE : 44.08% done, estimate finish Sat Oct 07 13:25:13 2017 xorriso : UPDATE : 44.71% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 44.73% done, estimate finish Sat Oct 07 13:24:20 2017 xorriso : UPDATE : 44.94% done, estimate finish Sat Oct 07 13:24:16 2017 xorriso : UPDATE : 44.94% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 44.94% done, estimate finish Sat Oct 07 13:24:49 2017 xorriso : UPDATE : 45.63% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 45.77% done, estimate finish Sat Oct 07 13:24:03 2017 xorriso : UPDATE : 45.93% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 46.04% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 46.15% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 46.33% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 46.37% done, estimate finish Sat Oct 07 13:24:03 2017 xorriso : UPDATE : 46.66% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 46.84% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 46.94% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 47.12% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 47.28% done, estimate finish Sat Oct 07 13:24:01 2017 xorriso : UPDATE : 47.42% done, estimate finish Sat Oct 07 13:24:03 2017 xorriso : UPDATE : 47.46% done, estimate finish Sat Oct 07 13:24:52 2017 xorriso : UPDATE : 47.46% done, estimate finish Sat Oct 07 13:25:18 2017 xorriso : UPDATE : 47.46% done, estimate finish Sat Oct 07 13:25:43 2017 xorriso : UPDATE : 47.46% done, estimate finish Sat Oct 07 13:26:09 2017 xorriso : UPDATE : 47.46% done, estimate finish Sat Oct 07 13:26:34 2017 xorriso : UPDATE : 48.72% done, estimate finish Sat Oct 07 13:23:59 2017 xorriso : UPDATE : 48.81% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 48.89% done, estimate finish Sat Oct 07 13:24:12 2017 xorriso : UPDATE : 49.01% done, estimate finish Sat Oct 07 13:24:16 2017 xorriso : UPDATE : 49.05% done, estimate finish Sat Oct 07 13:24:26 2017 xorriso : UPDATE : 49.36% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 49.52% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 49.67% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 49.88% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 50.03% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 50.09% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 50.41% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 50.52% done, estimate finish Sat Oct 07 13:23:59 2017 xorriso : UPDATE : 50.84% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 51.03% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 51.23% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 51.29% done, estimate finish Sat Oct 07 13:24:03 2017 xorriso : UPDATE : 51.66% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 51.74% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 52.02% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 52.24% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 52.43% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 52.62% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 52.94% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 53.11% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 53.33% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 53.44% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 53.65% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 53.83% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 53.94% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 53.96% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 54.33% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 54.45% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 54.55% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 54.61% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 54.67% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 54.67% done, estimate finish Sat Oct 07 13:25:18 2017 xorriso : UPDATE : 54.97% done, estimate finish Sat Oct 07 13:24:48 2017 xorriso : UPDATE : 55.38% done, estimate finish Sat Oct 07 13:24:15 2017 xorriso : UPDATE : 55.44% done, estimate finish Sat Oct 07 13:24:25 2017 xorriso : UPDATE : 55.71% done, estimate finish Sat Oct 07 13:24:15 2017 xorriso : UPDATE : 55.96% done, estimate finish Sat Oct 07 13:24:08 2017 xorriso : UPDATE : 56.03% done, estimate finish Sat Oct 07 13:24:15 2017 xorriso : UPDATE : 56.03% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 56.60% done, estimate finish Sat Oct 07 13:23:58 2017 xorriso : UPDATE : 56.84% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 56.96% done, estimate finish Sat Oct 07 13:23:19 2017 xorriso : UPDATE : 57.11% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 57.24% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 57.42% done, estimate finish Sat Oct 07 13:23:30 2017 xorriso : UPDATE : 57.55% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 57.72% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 57.81% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 57.90% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 58.08% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 58.22% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 58.38% done, estimate finish Sat Oct 07 13:24:40 2017 xorriso : UPDATE : 58.50% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 58.69% done, estimate finish Sat Oct 07 13:24:38 2017 xorriso : UPDATE : 58.81% done, estimate finish Sat Oct 07 13:24:41 2017 xorriso : UPDATE : 58.83% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 59.21% done, estimate finish Sat Oct 07 13:24:29 2017 xorriso : UPDATE : 59.42% done, estimate finish Sat Oct 07 13:24:24 2017 xorriso : UPDATE : 59.63% done, estimate finish Sat Oct 07 13:24:20 2017 xorriso : UPDATE : 59.75% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 59.92% done, estimate finish Sat Oct 07 13:24:22 2017 xorriso : UPDATE : 60.08% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 60.13% done, estimate finish Sat Oct 07 13:24:19 2017 xorriso : UPDATE : 60.32% done, estimate finish Sat Oct 07 13:24:16 2017 xorriso : UPDATE : 60.61% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 60.78% done, estimate finish Sat Oct 07 13:24:05 2017 xorriso : UPDATE : 60.91% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 61.07% done, estimate finish Sat Oct 07 13:24:09 2017 xorriso : UPDATE : 61.21% done, estimate finish Sat Oct 07 13:24:11 2017 xorriso : UPDATE : 61.40% done, estimate finish Sat Oct 07 13:24:09 2017 xorriso : UPDATE : 61.59% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 61.74% done, estimate finish Sat Oct 07 13:24:10 2017 xorriso : UPDATE : 61.92% done, estimate finish Sat Oct 07 13:24:09 2017 xorriso : UPDATE : 62.06% done, estimate finish Sat Oct 07 13:24:12 2017 xorriso : UPDATE : 62.10% done, estimate finish Sat Oct 07 13:24:23 2017 xorriso : UPDATE : 62.19% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 62.30% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 62.35% done, estimate finish Sat Oct 07 13:24:42 2017 xorriso : UPDATE : 62.46% done, estimate finish Sat Oct 07 13:24:44 2017 xorriso : UPDATE : 62.55% done, estimate finish Sat Oct 07 13:24:48 2017 xorriso : UPDATE : 62.73% done, estimate finish Sat Oct 07 13:24:45 2017 xorriso : UPDATE : 62.93% done, estimate finish Sat Oct 07 13:25:19 2017 xorriso : UPDATE : 63.05% done, estimate finish Sat Oct 07 13:25:19 2017 xorriso : UPDATE : 63.20% done, estimate finish Sat Oct 07 13:25:14 2017 xorriso : UPDATE : 63.20% done, estimate finish Sat Oct 07 13:25:33 2017 xorriso : UPDATE : 63.54% done, estimate finish Sat Oct 07 13:25:02 2017 xorriso : UPDATE : 63.70% done, estimate finish Sat Oct 07 13:24:58 2017 xorriso : UPDATE : 63.78% done, estimate finish Sat Oct 07 13:25:03 2017 xorriso : UPDATE : 63.89% done, estimate finish Sat Oct 07 13:25:06 2017 xorriso : UPDATE : 64.04% done, estimate finish Sat Oct 07 13:25:04 2017 xorriso : UPDATE : 64.16% done, estimate finish Sat Oct 07 13:25:04 2017 xorriso : UPDATE : 64.28% done, estimate finish Sat Oct 07 13:24:53 2017 xorriso : UPDATE : 64.40% done, estimate finish Sat Oct 07 13:24:55 2017 xorriso : UPDATE : 64.61% done, estimate finish Sat Oct 07 13:24:45 2017 xorriso : UPDATE : 64.84% done, estimate finish Sat Oct 07 13:24:36 2017 xorriso : UPDATE : 65.03% done, estimate finish Sat Oct 07 13:24:32 2017 xorriso : UPDATE : 65.22% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 65.36% done, estimate finish Sat Oct 07 13:24:30 2017 xorriso : UPDATE : 65.60% done, estimate finish Sat Oct 07 13:24:24 2017 xorriso : UPDATE : 65.74% done, estimate finish Sat Oct 07 13:24:25 2017 xorriso : UPDATE : 65.92% done, estimate finish Sat Oct 07 13:24:24 2017 xorriso : UPDATE : 66.07% done, estimate finish Sat Oct 07 13:24:03 2017 xorriso : UPDATE : 66.22% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 66.30% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 66.56% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 66.77% done, estimate finish Sat Oct 07 13:24:05 2017 xorriso : UPDATE : 67.08% done, estimate finish Sat Oct 07 13:23:56 2017 xorriso : UPDATE : 67.08% done, estimate finish Sat Oct 07 13:24:06 2017 xorriso : UPDATE : 67.08% done, estimate finish Sat Oct 07 13:24:16 2017 xorriso : UPDATE : 67.08% done, estimate finish Sat Oct 07 13:24:26 2017 xorriso : UPDATE : 67.20% done, estimate finish Sat Oct 07 13:24:28 2017 xorriso : UPDATE : 68.85% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 69.08% done, estimate finish Sat Oct 07 13:23:11 2017 xorriso : UPDATE : 69.27% done, estimate finish Sat Oct 07 13:23:13 2017 xorriso : UPDATE : 69.44% done, estimate finish Sat Oct 07 13:23:15 2017 xorriso : UPDATE : 69.64% done, estimate finish Sat Oct 07 13:23:17 2017 xorriso : UPDATE : 69.89% done, estimate finish Sat Oct 07 13:23:17 2017 xorriso : UPDATE : 70.08% done, estimate finish Sat Oct 07 13:23:18 2017 xorriso : UPDATE : 70.20% done, estimate finish Sat Oct 07 13:23:23 2017 xorriso : UPDATE : 70.20% done, estimate finish Sat Oct 07 13:23:29 2017 xorriso : UPDATE : 70.20% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 70.20% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 70.20% done, estimate finish Sat Oct 07 13:25:17 2017 xorriso : UPDATE : 71.31% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 71.46% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 71.53% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 71.68% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 71.91% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 72.12% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 72.30% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 72.37% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 72.64% done, estimate finish Sat Oct 07 13:23:49 2017 xorriso : UPDATE : 72.83% done, estimate finish Sat Oct 07 13:23:17 2017 xorriso : UPDATE : 72.97% done, estimate finish Sat Oct 07 13:23:21 2017 xorriso : UPDATE : 73.19% done, estimate finish Sat Oct 07 13:23:22 2017 xorriso : UPDATE : 73.20% done, estimate finish Sat Oct 07 13:23:30 2017 xorriso : UPDATE : 73.69% done, estimate finish Sat Oct 07 13:23:21 2017 xorriso : UPDATE : 73.82% done, estimate finish Sat Oct 07 13:23:25 2017 xorriso : UPDATE : 73.96% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 73.97% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 73.97% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 73.97% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 74.98% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 75.12% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 75.40% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 75.61% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 75.68% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 76.06% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 76.13% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 76.13% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 76.13% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 76.91% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 77.17% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 77.42% done, estimate finish Sat Oct 07 13:23:30 2017 xorriso : UPDATE : 77.56% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 77.75% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 77.93% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 78.10% done, estimate finish Sat Oct 07 13:23:36 2017 xorriso : UPDATE : 78.26% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 78.53% done, estimate finish Sat Oct 07 13:23:35 2017 xorriso : UPDATE : 78.67% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 78.81% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 79.18% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 79.34% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 79.69% done, estimate finish Sat Oct 07 13:23:34 2017 xorriso : UPDATE : 79.77% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 79.77% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 80.45% done, estimate finish Sat Oct 07 13:23:30 2017 xorriso : UPDATE : 80.54% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 80.54% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 81.04% done, estimate finish Sat Oct 07 13:23:31 2017 xorriso : UPDATE : 81.25% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 81.52% done, estimate finish Sat Oct 07 13:23:24 2017 xorriso : UPDATE : 81.69% done, estimate finish Sat Oct 07 13:23:27 2017 xorriso : UPDATE : 81.86% done, estimate finish Sat Oct 07 13:23:28 2017 xorriso : UPDATE : 81.99% done, estimate finish Sat Oct 07 13:23:31 2017 xorriso : UPDATE : 82.16% done, estimate finish Sat Oct 07 13:23:32 2017 xorriso : UPDATE : 82.32% done, estimate finish Sat Oct 07 13:23:33 2017 xorriso : UPDATE : 82.38% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 82.52% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 82.64% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 82.83% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 83.01% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 83.02% done, estimate finish Sat Oct 07 13:24:13 2017 xorriso : UPDATE : 83.42% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 83.52% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 83.64% done, estimate finish Sat Oct 07 13:24:02 2017 xorriso : UPDATE : 83.81% done, estimate finish Sat Oct 07 13:24:02 2017 xorriso : UPDATE : 83.98% done, estimate finish Sat Oct 07 13:24:00 2017 xorriso : UPDATE : 83.98% done, estimate finish Sat Oct 07 13:24:07 2017 xorriso : UPDATE : 84.51% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 84.68% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 84.77% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 84.89% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 85.05% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 85.22% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 85.33% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 85.48% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 85.55% done, estimate finish Sat Oct 07 13:23:58 2017 xorriso : UPDATE : 85.55% done, estimate finish Sat Oct 07 13:24:04 2017 xorriso : UPDATE : 86.06% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 86.23% done, estimate finish Sat Oct 07 13:23:51 2017 xorriso : UPDATE : 86.37% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 86.51% done, estimate finish Sat Oct 07 13:23:55 2017 xorriso : UPDATE : 86.60% done, estimate finish Sat Oct 07 13:23:59 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 13:24:05 2017 xorriso : UPDATE : 86.63% done, estimate finish Sat Oct 07 13:24:14 2017 xorriso : UPDATE : 87.21% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 87.37% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 87.44% done, estimate finish Sat Oct 07 13:23:58 2017 xorriso : UPDATE : 87.44% done, estimate finish Sat Oct 07 13:24:02 2017 xorriso : UPDATE : 87.44% done, estimate finish Sat Oct 07 13:24:08 2017 xorriso : UPDATE : 88.11% done, estimate finish Sat Oct 07 13:23:52 2017 xorriso : UPDATE : 88.45% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 88.65% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 88.81% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 88.98% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 89.16% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 89.39% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 89.62% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 89.79% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 90.02% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 90.07% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 90.37% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 90.51% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 13:23:48 2017 xorriso : UPDATE : 90.59% done, estimate finish Sat Oct 07 13:23:53 2017 xorriso : UPDATE : 91.31% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 91.56% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 91.82% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 91.97% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 92.16% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 92.34% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 92.53% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 92.69% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 92.90% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 93.03% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 93.15% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 93.37% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 93.43% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 93.47% done, estimate finish Sat Oct 07 13:23:45 2017 xorriso : UPDATE : 93.72% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 93.72% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 94.23% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 94.23% done, estimate finish Sat Oct 07 13:23:50 2017 xorriso : UPDATE : 94.23% done, estimate finish Sat Oct 07 13:23:54 2017 xorriso : UPDATE : 94.23% done, estimate finish Sat Oct 07 13:23:59 2017 xorriso : UPDATE : 94.23% done, estimate finish Sat Oct 07 13:24:03 2017 xorriso : UPDATE : 94.53% done, estimate finish Sat Oct 07 13:23:57 2017 xorriso : UPDATE : 95.72% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 95.74% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 96.08% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 96.41% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 96.58% done, estimate finish Sat Oct 07 13:23:37 2017 xorriso : UPDATE : 96.73% done, estimate finish Sat Oct 07 13:23:38 2017 xorriso : UPDATE : 96.86% done, estimate finish Sat Oct 07 13:23:39 2017 xorriso : UPDATE : 96.98% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 97.17% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 97.32% done, estimate finish Sat Oct 07 13:23:40 2017 xorriso : UPDATE : 97.50% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 97.72% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 97.86% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 98.05% done, estimate finish Sat Oct 07 13:23:41 2017 xorriso : UPDATE : 98.15% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 98.32% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 98.55% done, estimate finish Sat Oct 07 13:23:43 2017 xorriso : UPDATE : 98.63% done, estimate finish Sat Oct 07 13:23:44 2017 xorriso : UPDATE : 98.63% done, estimate finish Sat Oct 07 13:23:46 2017 xorriso : UPDATE : 98.63% done, estimate finish Sat Oct 07 13:23:47 2017 xorriso : UPDATE : 99.37% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 99.50% done, estimate finish Sat Oct 07 13:23:42 2017 xorriso : UPDATE : 99.70% done ISO image produced: 7022601 sectors Written to medium : 7022601 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/9amd64 d9c2417b6c58255b00de463e68f28f900a8bcd17 debian-9.2.0-amd64-BD-1.iso 592344c46a7d1590cafd3d326180fae4 debian-9.2.0-amd64-BD-1.iso 8496a655d1a2cb36e8d1a7cbffb41f6a29490fa9ba33c2c84ccdb36219f65f16fb061c89be36e8ca527acec122b8bda4269c95779e8b36a2c52acc1ebd2d0189 debian-9.2.0-amd64-BD-1.iso 1d74eea6cdc88dac880833cf1a7ffdf0ca2c112f51c31b7a8192b6664a37a219 debian-9.2.0-amd64-BD-1.iso 0afddb4dcbc7529bb8919d7acdabe0f8771076b9 debian-9.2.0-amd64-BD-2.iso 62af1696f43b5e320dad9b68804677f8 debian-9.2.0-amd64-BD-2.iso f4ce739d10e732088cf63e2f89cd4aad50fb9179c876e583f9b6bdb6cc55ecab7705f299a6a4e01ff173561f62c665514fa82da07bc8ee3a7452b78ae529bb5b debian-9.2.0-amd64-BD-2.iso 881e9ee2be9b1b2caf616e2901eb741dbc8f6620f9427d849bf917e762194811 debian-9.2.0-amd64-BD-2.iso 4c526b776d1439cba7c21310ed9c2f0eaf4912b0 debian-9.2.0-amd64-BD-3.iso 489e5b042c1f3950020b55233e1911f4 debian-9.2.0-amd64-BD-3.iso 920aca1aab389e68cfb67f298215ba7f652e921013596276868111c4d8326612851a7735a6103ca7e2ba51b33c36d4184fe1486c8e020ccfed46851f4913b9e9 debian-9.2.0-amd64-BD-3.iso be85e06ead51b304a1297a7756f23fd13373859ea8f529d7be44c16cf6d484d7 debian-9.2.0-amd64-BD-3.iso Sat 7 Oct 13:23:43 UTC 2017: Finished.