Package: installation-reports Severity: normal I tried to install Debian s390x on a qemu VM using command lines based on <https://wiki.qemu.org/Documentation/Platforms/S390X>.
A stretch installation hasn't finished yet but appears to be heading for success, using this command-line: qemu-system-s390x \ -machine s390-ccw-virtio \ -cpu max,zpci=on \ -m 4096 \ -nic bridge,br=virbr0,model=virtio \ --cdrom ~/incoming/debian-9.7.0-s390x-netinst.iso \ -kernel ~/incoming/kernel.debian.stretch.s390x \ -initrd ~/incoming/initrd.debian.stretch.s390x \ -drive file=/home/smcv/tmp/virt/s390x.qcow2,if=none,id=drive-virtio-disk0,format=qcow2,cache=unsafe \ -device virtio-blk-ccw,devno=fe.0.0001,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1,scsi=off (*.debian.stretch.s390x are from <http://ftp.debian.org/debian/dists/stable/main/installer-s390x/current/images/generic/>, and virbr0 is the default bridge behind NAT created by libvirtd, with 192.168.122.x addresses.) However, an installation of the current buster netboot image with a similar command-line fails. The step that should generate a SSH host key hangs at 0% progress; perhaps this is related to insufficient entropy in the kernel? I also noticed repeated kernel messages "BUG: non-zero pgtables_bytes on freeing mm: -16384" which are probably a bad sign. I used: script -c "\ qemu-system-s390x \ -machine s390-ccw-virtio \ -cpu max,zpci=on \ -m 4096 \ -nographic \ -serial mon:stdio \ -nic bridge,br=virbr0,model=virtio \ --cdrom ~/incoming/debian-buster-DI-alpha5-s390x-netinst.iso \ -kernel ~/incoming/kernel.debian.testing.s390x \ -initrd ~/incoming/initrd.debian.testing.s390x \ -drive file=/home/smcv/tmp/virt/s390x-testing.qcow2,if=none,id=drive-virtio-disk0,format=qcow2,cache=unsafe \ -device virtio-blk-ccw,devno=fe.0.0001,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1,scsi=off \ " ~/s390x.typescript and got the attached typescript. This is hopefully reproducible on any sufficiently capable laptop/desktop, with appropriate adjustments to filenames and the emulated network card. (*.debian.testing.s390x are from <http://ftp.debian.org/debian/dists/testing/main/installer-s390x/current/images/generic/> as of today, and again virbr0 is the default bridge behind NAT created by libvirtd, with 192.168.122.x addresses.) How do s390 porters normally test debian-installer? Am I right in assuming that the answer probably doesn't involve a $75K mainframe? Regards, smcv
Script started on 2019-03-01 11:11:17+00:00 [TERM="xterm-256color" TTY="/dev/pts/3" COLUMNS="80" LINES="22"] qemu-system-s390x: warning: 'msa5-base' requires 'kimd-sha-512'. qemu-system-s390x: warning: 'msa5-base' requires 'klmd-sha-512'. [ 1.691001] Linux version 4.19.0-1-s390x (debian-ker...@lists.debian.org) (gcc version 8.2.0 (Debian 8.2.0-13)) #1 SMP Debian 4.19.12-1 (2018-12-22) [ 1.692039] setup: Linux is running under KVM in 64-bit mode [ 1.693519] setup: The maximum memory size is 4096MB [ 1.701388] cpu: 1 configured CPUs, 0 standby CPUs [ 1.790754] Write protected kernel read-only data: 8856k [ 2.288794] Zone ranges: [ 2.290094] DMA [mem 0x0000000000000000-0x000000007fffffff] [ 2.290474] Normal [mem 0x0000000080000000-0x00000000ffffffff] [ 2.290493] Movable zone start for each node [ 2.290527] Early memory node ranges [ 2.290613] node 0: [mem 0x0000000000000000-0x00000000ffffffff] [ 2.290934] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ffffffff] [ 2.412459] percpu: Embedded 24 pages/cpu @(____ptrval____) s58368 r8192 d31744 u98304 [ 2.414578] Built 1 zonelists, mobility grouping on. Total pages: 1032192 [ 2.414784] Kernel command line: [ 2.511257] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 2.553784] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 2.629073] Memory: 4092292K/4194304K available (7104K kernel code, 924K rwdata, 1748K rodata, 684K init, 628K bss, 102012K reserved, 0K cma-reserved) [ 2.629674] random: get_random_u64 called from __kmem_cache_create+0x50/0x790 with crng_init=0 [ 2.634533] SLUB: HWalign=256, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 2.634673] ftrace: allocating 23290 entries in 91 pages [ 3.054806] rcu: Hierarchical RCU implementation. [ 3.055154] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 3.055276] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 3.065709] NR_IRQS: 3, nr_irqs: 3, preallocated irqs: 3 [ 3.068223] clocksource: tod: mask: 0xffffffffffffffff max_cycles: 0x3b0a9be803b0a9, max_idle_ns: 1805497147909793 ns [ 3.071597] Console: colour dummy device 80x25 [ 3.122719] console [ttyS1] enabled [ 3.123663] pid_max: default: 32768 minimum: 301 [ 3.124886] Security Framework initialized [ 3.125053] Yama: disabled by default; enable with sysctl kernel.yama.* [ 3.127136] AppArmor: AppArmor initialized [ 3.127747] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 3.127814] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 3.292602] rcu: Hierarchical SRCU implementation. [ 3.302137] smp: Bringing up secondary CPUs ... [ 3.302227] smp: Brought up 1 node, 1 CPU [ 3.379080] devtmpfs: initialized [ 3.388022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 3.388218] futex hash table entries: 256 (order: 4, 65536 bytes) [ 3.396566] NET: Registered protocol family 16 [ 3.398762] audit: initializing netlink subsys (disabled) [ 3.409289] audit: type=2000 audit(1551438680.161:1): state=initialized audit_enabled=0 res=1 [ 3.500081] pps_core: LinuxPPS API ver. 1 registered [ 3.500129] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giome...@linux.it> [ 3.500209] PTP clock support registered [ 3.981112] VFS: Disk quotas dquot_6.6.0 [ 3.981371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.983554] hugetlbfs: disabling because there are no supported hugepage sizes [ 4.052289] AppArmor: AppArmor Filesystem Enabled [ 4.090045] NET: Registered protocol family 2 [ 4.095599] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes) [ 4.095802] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 4.096262] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 4.097105] TCP: Hash tables configured (established 32768 bind 32768) [ 4.098596] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 4.098887] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 4.100508] NET: Registered protocol family 1 [ 4.104978] Unpacking initramfs... [ 5.124989] random: fast init done [ 5.425936] Freeing initrd memory: 10108K [ 5.430277] hypfs: The hardware system does not support hypfs [ 5.431414] hypfs: Initialization of hypfs failed with rc=-61 [ 5.438910] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 5.450418] zbud: loaded [ 7.417005] Key type asymmetric registered [ 7.417110] Asymmetric key parser 'x509' registered [ 7.417349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 7.418359] io scheduler noop registered [ 7.418460] io scheduler deadline registered [ 7.418963] io scheduler cfq registered (default) [ 7.419022] io scheduler mq-deadline registered [ 7.421352] hvc_iucv: The z/VM IUCV HVC device driver cannot be used without z/VM [ 7.424445] mousedev: PS/2 mouse device common for all mice [ 7.426311] ledtrig-cpu: registered to indicate activity on CPUs [ 7.427028] cio: Channel measurement facility initialized using format extended (mode autodetected) [ 7.429981] sclp_sd: Store Data request failed (eq=2, di=3, response=0x40f0, flags=0x00, status=0, rc=-5) [ 7.431734] ap: The hardware system does not support AP instructions [ 7.438457] NET: Registered protocol family 10 [ 7.531285] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 7.571436] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 7.612433] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 7.651388] Segment Routing with IPv6 [ 7.651947] mip6: Mobile IPv6 [ 7.652095] NET: Registered protocol family 17 [ 7.652256] mpls_gso: MPLS GSO support [ 7.654802] registered taskstats version 1 [ 7.655637] zswap: loaded using pool lzo/zbud [ 7.658812] AppArmor: AppArmor sha1 policy hashing enabled [ 7.913260] Freeing unused kernel memory: 684K [ 7.915203] Write protected read-only-after-init data: 20k [ 7.915297] Run /init as init process [ 7.916840] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 7.958340] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 7.994566] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 7.999458] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.025489] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.030841] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.061463] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.065488] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.097724] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.101669] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.139623] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.188879] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.196474] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.222801] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.227218] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.385308] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 8.437619] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 9.140547] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 9.155424] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 9.424000] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 9.430905] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 9.618032] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 9.628276] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 9.635871] virtio_blk virtio1: [vda] 41943040 512-byte logical blocks (21.5 GB/20.0 GiB) [ 9.958463] virtio_blk virtio2: [vdb] 333764 512-byte logical blocks (171 MB/163 MiB) [ 10.090368] virtio_net virtio0 enc0: renamed from eth0 [ 10.315492] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.317300] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.324335] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.431050] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.435254] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.674538] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.702789] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.707973] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.811583] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.820250] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.894710] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.902076] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.931181] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.939047] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.980680] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 10.983769] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.008344] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.057574] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.103250] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.107857] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.172189] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.177118] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.202038] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.214001] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.328371] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.333770] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.359253] BUG: non-zero pgtables_bytes on freeing mm: -16384 Starting system log daemon: [ 11.366810] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.484534] BUG: non-zero pgtables_bytes on freeing mm: -16384 syslogd, [ 11.493207] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.533295] BUG: non-zero pgtables_bytes on freeing mm: -16384 klogd. [ 11.549038] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.635435] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.637989] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.639820] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.647204] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.681096] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.686711] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.721647] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.731803] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.840371] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.849675] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.925732] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.938928] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 11.942977] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.013567] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.017181] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.018404] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.028477] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.277208] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.283433] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.326052] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.335196] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.454762] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[24;1H[m [ 12.634105] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.683505] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.730932] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.736224] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.778454] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.820417] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.915809] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.964541] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 12.978347] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.064233] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.070736] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.110513] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.117243] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.166576] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.175040] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.221322] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.227655] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.269709] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.276103] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.352459] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.358699] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.419448] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.425818] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.464403] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.470728] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.637411] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.643321] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.680937] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.686809] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.804323] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.810512] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.865749] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.871520] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.888726] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.895991] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.962167] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 13.967965] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.006493] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.012247] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.028513] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.034680] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.080105] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.086128] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.164552] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.170765] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.207604] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.214465] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.263431] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.270222] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.318945] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.322562] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.326072] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.328236] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.331941] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.334136] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.337537] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.339378] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.346346] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.360323] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.363510] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.395010] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.396642] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.402665] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.437930] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.485322] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[24;1H[m [ 14.709884] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.793633] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.806578] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.808114] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.815392] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.844128] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.858286] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.900362] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.907760] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 14.949257] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[24;1H[m [ 15.168592] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.247384] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.259912] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.265752] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.303156] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.459683] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.544552] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.555958] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.561478] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.767322] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.793501] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.801664] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.838963] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.891982] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 15.895613] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.022100] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.025022] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.032011] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.061845] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.122051] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.162106] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.277119] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.324406] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.333864] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.343266] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.392274] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.408087] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.458691] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.507298] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.509192] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.512584] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.519686] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.554471] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.558580] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.562583] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[24;1H[m [ 16.732282] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.786906] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.811813] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.871407] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.876088] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.883194] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.918646] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 16.991049] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.007462] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.034082] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.072646] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.132153] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.134602] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.140651] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.198656] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.204986] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.213607] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.246664] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.272232] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.307374] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.349559] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.355489] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.389446] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.458908] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.467129] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.499985] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.546905] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.552232] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.586700] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.629715] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.634984] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.722085] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.764472] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.770276] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.802991] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.850037] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.855955] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.890778] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.967847] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 17.974290] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 18.018560] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 18.057785] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 18.093237] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[1;1H[5;3Hlqqqqqqqqqqqqqqqqqqu[m [!!] Configure the network device tqqqqqqqqqqqqqqqqqqk[6;3Hx[73Cx[7;3Hx[m Please choose the type of your primary network interface that you[7Cx[8;3Hx[m will need for installing the Debian system (via NFS or HTTP). Only[6Cx[9;3Hx[m the listed devices are supported.[39Cx[10;3Hx[73Cx[11;3Hx[m Network device type:[52Cx[12;3Hx[73Cx[13;3Hx[m [1m[7mctc: Channel to Channel (CTC) or ESCON connection [6C[mx[14;3Hx[m qeth: OSA-Express in QDIO mode / HiperSockets[26Cx[15;3Hx[m iucv: Inter-User Communication Vehicle - available for VM guests[7Cx[16;3Hx[m virtio: KVM VirtIO[53Cx[17;3Hx[73Cx[18;3Hx[5C[m<Go Back>[59Cx[19;3Hx[73Cx[20;3Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj [m<Tab> moves; <Space> selects; <Enter> activates buttons[13;6H[ 19.690775] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 19.692176] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 19.693811] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 19.695155] BUG: non-zero pgtables_bytes on freeing mm: -16384 ctc: Channel to Channel (CTC) or ESCON connection [6C[14;6H[1m[7mqeth: OSA-Express in QDIO mode / HiperSockets [6C[14;6H[mqeth: OSA-Express in QDIO mode / HiperSockets [6C[15;6H[1m[7miucv: Inter-User Communication Vehicle - available for VM guests [6C[15;6H[miucv: Inter-User Communication Vehicle - available for VM guests [6C[16;6H[1m[7mvirtio: KVM VirtIO [6C[16;6H[5;3H[m[K[6;3H[K[7;3H[K[8;3H[K[9;3H[K[10;3H[K[11;3H[K[12;3H[K[13;3H[K[14;3H[K[15;3H[K[16;3H[K[17;3H[K[18;3H[K[19;3H[K[20;3H[K[21;2H [K[m [ 21.584790] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.592409] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.611929] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.649226] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.696144] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.698503] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.704124] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.765006] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.771075] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.777455] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.816021] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.832419] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.882858] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.930358] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.965737] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 21.998906] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[1;1H[3;7Hlqqqqqqu[m [!!] Configure a network using static addressing tqqqqqqqk[4;7Hx[65Cx[5;7Hx[m The IP address is unique to your computer and may be:[11Cx[6;7Hx[65Cx[7;7Hx[m * four numbers separated by periods (IPv4);[20Cx[8;7Hx[m * blocks of hexadecimal characters separated by colons (IPv6). x[9;7Hx[65Cx[10;7Hx[m You can also optionally append a CIDR netmask (such as "/24"). x[11;7Hx[65Cx[12;7Hx[m If you don't know what to use here, consult your network[8Cx[13;7Hx[m administrator.[50Cx[14;7Hx[65Cx[15;7Hx[m IP address:[53Cx[16;7Hx[65Cx[17;7Hx[m _______________________________________________________________ x[18;7Hx[65Cx[19;7Hx[5C[m<Go Back>[36C<Continue>[5Cx[20;7Hx[65Cx[21;7Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj [m<Tab> moves; <Space> selects; <Enter> activates buttons[17;9H192.168.122.1/24[3;7H[K[4;7H[K[5;7H[K[6;7H[K[7;7H[K[8;7H[K[9;7H[K[10;7H[K[11;7H[K[12;7H[K[13;7H[K[14;7H[K[15;7H[K[16;7H[K[17;7H[K[18;7H[K[19;7H[K[20;7H[K[21;7H[K[22;6H [K[m [1;24r[4l(B)0[m[1;24r[H[J[1;1H[4;4Hlqqqqqqqqqu[m [!!] Configure a network using static addressing tqqqqqqqqqqk[5;4Hx[71Cx[6;4Hx[m The gateway is an IP address (four numbers separated by periods) that x[7;4Hx[m indicates the gateway router, also known as the default router. All x[8;4Hx[m traffic that goes outside your LAN (for instance, to the Internet) is x[9;4Hx[m sent through this router. In rare circumstances, you may have no[5Cx[10;4Hx[m router; in that case, you can leave this blank. If you don't know x[11;4Hx[m the proper answer to this question, consult your network[14Cx[12;4Hx[m administrator.[56Cx[13;4Hx[71Cx[14;4Hx[m Gateway:[62Cx[15;4Hx[71Cx[16;4Hx[m 192.168.122._________________________________________________________ x[17;4Hx[71Cx[18;4Hx[5C[m<Go Back>[42C<Continue>[5Cx[19;4Hx[71Cx[20;4Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj [m<Tab> moves; <Space> selects; <Enter> activates buttons[16;18H[1;1H[K [K [K [K[4;4Hlqqqqqqqqqu[m [!!] Configure a network using static addressing tqqqqqqqqqqk [m[K[5;4Hx[71Cx [m[K[6;4Hx[m The gateway is an IP address (four numbers separated by periods) that x [m[K[7;4Hx[m indicates the gateway router, also known as the default router. All x [m[K[8;4Hx[m traffic that goes outside your LAN (for instance, to the Internet) is x [m[K[9;4Hx[m sent through this router. In rare circumstances, you may have no[5Cx [m[K[10;4Hx[m router; in that case, you can leave this blank. If you don't know x [m[K[11;4Hx[m the proper answer to this question, consult your network[14Cx [m[K[12;4Hx[m administrator.[56Cx [m[K[13;4Hx[71Cx [m[K[14;4Hx[m Gateway:[62Cx [m[K[15;4Hx[71Cx [m[K[16;4Hx[m 192.168.122._________________________________________________________ x [m[K[17;4Hx[71Cx [m[K[18;4Hx[5C[m<Go Back>[42C<Continue>[5Cx [m[K[19;4Hx[71Cx [m[K[20;4Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj [m[K [K [K [K<Tab> moves; <Space> selects; <Enter> activates buttons[16;18H1[18;61H[7m<Continue>[5C[18;62H[18;10H<Go Back>[42C[m<Continue>[5C[18;11H[4;4H[K[5;4H[K[6;4H[K[7;4H[K[8;4H[K[9;4H[K[10;4H[K[11;4H[K[12;4H[K[13;4H[K[14;4H[K[15;4H[K[16;4H[K[17;4H[K[18;4H[K[19;4H[K[20;4H[K[21;3H [K[m [1;24r[4l(B)0[m[1;24r[H[J[1;1H[6;5Hlqqqqqqqqqu[m [!!] Configure a network using static addressing tqqqqqqqqqk[7;5Hx[70Cx[8;5Hx[m The netmask is used to determine which machines are local to your x[9;5Hx[m network. Consult your network administrator if you do not know the x[10;5Hx[m value. The netmask should be entered as four numbers separated by x[11;5Hx[m periods.[61Cx[12;5Hx[70Cx[13;5Hx[m Netmask:[61Cx[14;5Hx[70Cx[15;5Hx[m 255.255.255.0_______________________________________________________ x[16;5Hx[70Cx[17;5Hx[5C[m<Go Back>[41C<Continue>[5Cx[18;5Hx[70Cx[19;5Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj[24;1H[m<Tab> moves; <Space> selects; <Enter> activates buttons[15;20H[17;61H[7m<Continue>[5C[17;62H[17;11H<Go Back>[41C[m<Continue>[5C[17;12H[6;5H[K[7;5H[K[8;5H[K[9;5H[K[10;5H[K[11;5H[K[12;5H[K[13;5H[K[14;5H[K[15;5H[K[16;5H[K[17;5H[K[18;5H[K[19;5H[K[20;4H [K[m [1;24r[4l(B)0[m[1;24r[H[J[1;1H[3;7Hlqqqqqqu[m [!!] Configure a network using static addressing tqqqqqqqk[4;7Hx[65Cx[5;7Hx[m The IP address is unique to your computer and may be:[11Cx[6;7Hx[65Cx[7;7Hx[m * four numbers separated by periods (IPv4);[20Cx[8;7Hx[m * blocks of hexadecimal characters separated by colons (IPv6). x[9;7Hx[65Cx[10;7Hx[m You can also optionally append a CIDR netmask (such as "/24"). x[11;7Hx[65Cx[12;7Hx[m If you don't know what to use here, consult your network[8Cx[13;7Hx[m administrator.[50Cx[14;7Hx[65Cx[15;7Hx[m IP address:[53Cx[16;7Hx[65Cx[17;7Hx[m 192.168.122.1/24_______________________________________________ x[18;7Hx[65Cx[19;7Hx[5C[m<Go Back>[36C<Continue>[5Cx[20;7Hx[65Cx[21;7Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj [m<Tab> moves; <Space> selects; <Enter> activates buttons[17;25H________________192.168.122.139/24[3;7H[K[4;7H[K[5;7H[K[6;7H[K[7;7H[K[8;7H[K[9;7H[K[10;7H[K[11;7H[K[12;7H[K[13;7H[K[14;7H[K[15;7H[K[16;7H[K[17;7H[K[18;7H[K[19;7H[K[20;7H[K[21;7H[K[22;6H [K[m [1;24r[4l(B)0[m[1;24r[H[J[1;1H[4;4Hlqqqqqqqqqu[m [!!] Configure a network using static addressing tqqqqqqqqqqk[5;4Hx[71Cx[6;4Hx[m The gateway is an IP address (four numbers separated by periods) that x[7;4Hx[m indicates the gateway router, also known as the default router. All x[8;4Hx[m traffic that goes outside your LAN (for instance, to the Internet) is x[9;4Hx[m sent through this router. In rare circumstances, you may have no[5Cx[10;4Hx[m router; in that case, you can leave this blank. If you don't know x[11;4Hx[m the proper answer to this question, consult your network[14Cx[12;4Hx[m administrator.[56Cx[13;4Hx[71Cx[14;4Hx[m Gateway:[62Cx[15;4Hx[71Cx[16;4Hx[m 192.168.122._________________________________________________________ x[17;4Hx[71Cx[18;4Hx[5C[m<Go Back>[42C<Continue>[5Cx[19;4Hx[71Cx[20;4Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj [m<Tab> moves; <Space> selects; <Enter> activates buttons[16;18H1[4;4H[K[5;4H[K[6;4H[K[7;4H[K[8;4H[K[9;4H[K[10;4H[K[11;4H[K[12;4H[K[13;4H[K[14;4H[K[15;4H[K[16;4H[K[17;4H[K[18;4H[K[19;4H[K[20;4H[K[21;3H [K[m [1;24r[4l(B)0[m[1;24r[H[J[1;1H[5;4Hlqqqqqqqqqu[m [!!] Configure a network using static addressing tqqqqqqqqqqk[6;4Hx[71Cx[7;4Hx[m The name servers are used to look up host names on the network.[7Cx[8;4Hx[m Please enter the IP addresses (not host names) of up to 3 name[8Cx[9;4Hx[m servers, separated by spaces. Do not use commas. The first name[7Cx[10;4Hx[m server in the list will be the first to be queried. If you don't want x[11;4Hx[m to use any name server, just leave this field blank.[18Cx[12;4Hx[71Cx[13;4Hx[m Name server addresses:[48Cx[14;4Hx[71Cx[15;4Hx[m 192.168.122.1________________________________________________________ x[16;4Hx[71Cx[17;4Hx[5C[m<Go Back>[42C<Continue>[5Cx[18;4Hx[71Cx[19;4Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj[24;1H[m<Tab> moves; <Space> selects; <Enter> activates buttons[15;19H[5;4H[K[6;4H[K[7;4H[K[8;4H[K[9;4H[K[10;4H[K[11;4H[K[12;4H[K[13;4H[K[14;4H[K[15;4H[K[16;4H[K[17;4H[K[18;4H[K[19;4H[K[20;3H [K[m [ 55.467097] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.532652] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.598310] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.600120] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.606052] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.677593] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.715631] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.717794] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.723860] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.799100] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.881025] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.882958] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 55.889903] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.054848] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.087948] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.090450] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.157804] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.237851] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.274114] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.275954] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.281978] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.350724] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.427981] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.430451] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.437367] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.472401] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.541732] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.543475] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.552664] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.626614] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.655360] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 56.687429] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[1;1H[8;3Hlqqqqqqqqqqqqqqqu[m Detecting link on enc0; please wait... tqqqqqqqqqqqqqqqqk[9;3Hx[73Cx[10;3Hx[m [4m 0% [m x[11;3Hx[73Cx[12;3Hx[73Cx[13;3Hx[73Cx[14;3Hx[5C[m<Cancel>[60Cx[15;3Hx[73Cx[16;3Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj[14;10H[m[7m<Cancel>[60C[14;10H[ 57.003254] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 57.034061] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 57.115617] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 57.118053] BUG: non-zero pgtables_bytes on freeing mm: -16384 [8;3H[m[K[9;3H[K[10;3H[K[11;3H[K[12;3H[K[13;3H[K[14;3H[K[15;3H[K[16;3H[K[17;2H[24;1H[m [1;24r[4l(B)0[m[1;24r[H[J[1;1H[5;4Hlqqqqqqqqqqu[m [!] Configure a network using static addressing tqqqqqqqqqqk[6;4Hx[71Cx[7;4Hx[m Please enter the hostname for this system.[28Cx[8;4Hx[71Cx[9;4Hx[m The hostname is a single word that identifies your system to the[6Cx[10;4Hx[m network. If you don't know what your hostname should be, consult your x[11;4Hx[m network administrator. If you are setting up your own home network, x[12;4Hx[m you can make something up here.[39Cx[13;4Hx[71Cx[14;4Hx[m Hostname:[61Cx[15;4Hx[71Cx[16;4Hx[m debian_______________________________________________________________ x[17;4Hx[71Cx[18;4Hx[5C[m<Go Back>[42C<Continue>[5Cx[19;4Hx[71Cx[20;4Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj [m<Tab> moves; <Space> selects; <Enter> activates buttons[16;12H______s390x-testing[5;4H[K[6;4H[K[7;4H[K[8;4H[K[9;4H[K[10;4H[K[11;4H[K[12;4H[K[13;4H[K[14;4H[K[15;4H[K[16;4H[K[17;4H[K[18;4H[K[19;4H[K[20;4H[K[21;3H [K[m [1;24r[4l(B)0[m[1;24r[H[J[1;1H[5;4Hlqqqqqqqqqqu[m [!] Configure a network using static addressing tqqqqqqqqqqk[6;4Hx[71Cx[7;4Hx[m The domain name is the part of your Internet address to the right of x[8;4Hx[m your host name. It is often something that ends in .com, .net, .edu, x[9;4Hx[m or .org. If you are setting up a home network, you can make[10Cx[10;4Hx[m something up, but make sure you use the same domain name on all your x[11;4Hx[m computers.[60Cx[12;4Hx[71Cx[13;4Hx[m Domain name:[58Cx[14;4Hx[71Cx[15;4Hx[m _____________________________________________________________________ x[16;4Hx[71Cx[17;4Hx[5C[m<Go Back>[42C<Continue>[5Cx[18;4Hx[71Cx[19;4Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj[24;1H[m<Tab> moves; <Space> selects; <Enter> activates buttons[15;6H[5;4H[K[6;4H[K[7;4H[K[8;4H[K[9;4H[K[10;4H[K[11;4H[K[12;4H[K[13;4H[K[14;4H[K[15;4H[K[16;4H[K[17;4H[K[18;4H[K[19;4H[K[20;3H [K[m [ 63.346198] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.372502] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.457786] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.460110] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.467887] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.475175] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.489583] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.529979] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.570299] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.575052] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.580661] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.622733] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.628591] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.634199] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.667064] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.676584] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.719452] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.770203] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.777409] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.801763] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.838243] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.968625] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 63.974242] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.054463] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.173825] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.179238] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.208422] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.336084] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.342258] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.371713] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.489576] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.644412] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.745599] BUG: non-zero pgtables_bytes on freeing mm: -16384 [ 64.774705] BUG: non-zero pgtables_bytes on freeing mm: -16384 [1;24r[4l(B)0[m[1;24r[H[J[1;1H[9;3Hlqqqqqqqqqqqqqqqqqqqqqqqu[m Generating SSH host key tqqqqqqqqqqqqqqqqqqqqqqqk[10;3Hx[73Cx[11;3Hx[m [4m 0% [m x[12;3Hx[73Cx[13;3Hx[73Cx[14;3Hx[73Cx[15;3Hmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj[13;5H[ 64.849456] BUG: non-zero pgtables_bytes on freeing mm: -16384 QEMU: Terminated Script done on 2019-03-01 11:12:36+00:00 [COMMAND_EXIT_CODE="0"]