[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#840720: installation-report: stretch/testing setup inside qemu/kvm with virt-manager



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: installation-reports
Version: 2.62
Severity: wishlist

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


- -- Package-specific info:

Boot method: iso-img
Image version:
http://gensho.acc.umu.se/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-netinst.iso
Date: 2016-10-13

Machine: kvm vm, see attachment
Partitions:
Filesystem     Type     1K-blocks    Used Available Use% Mounted on
udev           devtmpfs    500520       0    500520   0% /dev
tmpfs          tmpfs       102028    3420     98608   4% /run
/dev/vda1      xfs       11523072 3138444   8384628  28% /
tmpfs          tmpfs       510132      68    510064   1% /dev/shm
tmpfs          tmpfs         5120       4      5116   1% /run/lock
tmpfs          tmpfs       510132       0    510132   0% /sys/fs/cgroup
tmpfs          tmpfs       102024      12    102012   1% /run/user/1000
tmpfs          tmpfs       102024       4    102020   1% /run/user/109



Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [o]
Detect network card:    [o]
Configure network:      [o]
Detect CD:              [o]
Load installer modules: [o]
Clock/timezone setup:   [o]
User/password setup:    [o]
Detect hard drives:     [o]
Partition hard drives:  [o]
Install base system:    [o]
Install tasks:          [o]
Install boot loader:    [o]
Overall install:        [o]

Comments/Problems:

This is actually not an installer-problem, but one with libvirt or virt-manager
respectively, there is fix necessary in order to be able to start up existing virtual
machines:
This is the problem:
> Error starting domain: Requested operation is not valid: network 'default' is not active
> 
> Traceback (most recent call last):
>   File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper
>     callback(asyncjob, *args, **kwargs)
>   File "/usr/share/virt-manager/virtManager/asyncjob.py", line 127, in tmpcb
>     callback(*args, **kwargs)
>   File "/usr/share/virt-manager/virtManager/domain.py", line 1355, in startup
>     self._backend.create()
>   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 999, in create
>     if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
> libvirtError: Requested operation is not valid: network 'default' is not active

This is the fix:

> root@dop58:/home/remosrv# cd /etc/libvirt/qemu/networks/autostart
> root@dop58:/etc/libvirt/qemu/networks/autostart# ln -s ../default.xml default.xml
> root@dop58:/etc/libvirt/qemu/networks/autostart# ls -la
> total 4
> drwxr-xr-x 1 root root 22 Oct 10 13:48 .
> drwxr-xr-x 1 root root 40 Oct 10 13:45 ..
> lrwxrwxrwx 1 root root 14 Oct 10 13:48 default.xml -> ../default.xml
> root@dop58:/etc/libvirt/qemu/networks/autostart# cat default.xml 
> <network>
>   <name>default</name>
>   <bridge name="virbr0"/>
>   <forward/>
>   <ip address="192.168.122.1" netmask="255.255.255.0">
>     <dhcp>
>       <range start="192.168.122.2" end="192.168.122.254"/>
>     </dhcp>
>   </ip>
> </network>
> 
> root@dop58:/etc/libvirt/qemu/networks/autostart# service libvirtd restart

I also disabled the bridge-netfilter, now I am able to log in to the host with SSH,
see: 

> $$ man sysctl.d

VM-configuration attached, also kernel-bootup messages [dmesg-output]

There is a message at bootup. saying that hardware-support for kvm is missing inside the
guest, so this would most probably require nested virtualisation, the other issue is,
that there is a 90 seconds grace-period at startup while systemd waits for
Network-Manager, which ist not really required inside a VM.

- -- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to submit@bugs.debian.org.

==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="9 (stretch) - installer build 20161003-00:06"
X_INSTALLATION_MEDIUM=cdrom

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux stretchtst 4.7.0-1-amd64 #1 SMP Debian 4.7.5-1 (2016-09-26) x86_64
GNU/Linux lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC
[Natoma] [8086:1237] (rev 02) lspci -knn: 	Subsystem: Red Hat, Inc Device
[1af4:1100] lspci -knn: 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA
[Natoma/Triton II] [8086:7000] lspci -knn: 	Subsystem: Red Hat, Inc Device
[1af4:1100] lspci -knn: 00:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE
[Natoma/Triton II] [8086:7010] lspci -knn: 	Subsystem: Red Hat, Inc Device
[1af4:1100] lspci -knn: 	Kernel driver in use: ata_piix
lspci -knn: 	Kernel modules: ata_piix, ata_generic
lspci -knn: 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113]
(rev 03) lspci -knn: 	Subsystem: Red Hat, Inc Device [1af4:1100]
lspci -knn: 00:02.0 VGA compatible controller [0300]: Red Hat, Inc. QXL paravirtual
graphic card [1b36:0100] (rev 04) lspci -knn: 	Subsystem: Red Hat, Inc Device
[1af4:1100] lspci -knn: 00:03.0 Ethernet controller [0200]: Red Hat, Inc Virtio network
device [1af4:1000] lspci -knn: 	Subsystem: Red Hat, Inc Device [1af4:0001]
lspci -knn: 	Kernel driver in use: virtio-pci
lspci -knn: 	Kernel modules: virtio_pci
lspci -knn: 00:04.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) High Definition Audio Controller [8086:2668] (rev 01) lspci -knn:
Subsystem: Red Hat, Inc Device [1af4:1100] lspci -knn: 00:05.0 USB controller [0c03]:
Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03) lspci
- -knn: 	Subsystem: Red Hat, Inc Device [1af4:1100] lspci -knn: 	Kernel
driver in use: uhci_hcd lspci -knn: 	Kernel modules: uhci_hcd
lspci -knn: 00:05.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB
UHCI Controller #2 [8086:2935] (rev 03) lspci -knn: 	Subsystem: Red Hat, Inc
Device [1af4:1100] lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 	Kernel modules: uhci_hcd
lspci -knn: 00:05.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB
UHCI Controller #3 [8086:2936] (rev 03) lspci -knn: 	Subsystem: Red Hat, Inc
Device [1af4:1100] lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 	Kernel modules: uhci_hcd
lspci -knn: 00:05.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2
EHCI Controller #1 [8086:293a] (rev 03) lspci -knn: 	Subsystem: Red Hat, Inc
Device [1af4:1100] lspci -knn: 	Kernel driver in use: ehci-pci
lspci -knn: 	Kernel modules: ehci_pci
lspci -knn: 00:06.0 Communication controller [0780]: Red Hat, Inc Virtio console
[1af4:1003] lspci -knn: 	Subsystem: Red Hat, Inc Device [1af4:0003]
lspci -knn: 	Kernel driver in use: virtio-pci
lspci -knn: 	Kernel modules: virtio_pci
lspci -knn: 00:07.0 SCSI storage controller [0100]: Red Hat, Inc Virtio block device
[1af4:1001] lspci -knn: 	Subsystem: Red Hat, Inc Device [1af4:0002]
lspci -knn: 	Kernel driver in use: virtio-pci
lspci -knn: 	Kernel modules: virtio_pci
lspci -knn: 00:08.0 Unclassified device [00ff]: Red Hat, Inc Virtio memory balloon
[1af4:1002] lspci -knn: 	Subsystem: Red Hat, Inc Device [1af4:0005]
lspci -knn: 	Kernel driver in use: virtio-pci
lspci -knn: 	Kernel modules: virtio_pci
usb-list: 
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.7.0-1-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 01 Device 02: QEMU USB Tablet [0627:0001]
usb-list:    Level 01 Parent 01 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: QEMU
usb-list:    Interface 00: Class 03(HID  ) Subclass 00 Protocol 02 Driver usbhid
usb-list: 
usb-list: Bus 02 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.7.0-1-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 03 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.7.0-1-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.7.0-1-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: ufs                    73728  0
lsmod: qnx4                   16384  0
lsmod: hfsplus               102400  0
lsmod: hfs                    57344  0
lsmod: minix                  36864  0
lsmod: msdos                  20480  0
lsmod: ntfs                   98304  0
lsmod: fuse                   98304  0
lsmod: battery                16384  0
lsmod: dm_mod                106496  0
lsmod: md_mod                131072  0
lsmod: xfs                   958464  1
lsmod: libcrc32c              16384  1 xfs
lsmod: jfs                   176128  0
lsmod: btrfs                1015808  0
lsmod: xor                    24576  1 btrfs
lsmod: raid6_pq              102400  1 btrfs
lsmod: vfat                   20480  0
lsmod: fat                    69632  2 vfat,msdos
lsmod: ext4                  589824  0
lsmod: ecb                    16384  0
lsmod: crc16                  16384  1 ext4
lsmod: jbd2                  106496  1 ext4
lsmod: crc32c_generic         16384  2
lsmod: mbcache                16384  1 ext4
lsmod: virtio_net             28672  0
lsmod: virtio_balloon         16384  0
lsmod: virtio_blk             20480  3
lsmod: virtio_pci             24576  0
lsmod: virtio_ring            24576  4 virtio_blk,virtio_net,virtio_pci,virtio_balloon
lsmod: virtio                 16384  4 virtio_blk,virtio_net,virtio_pci,virtio_balloon
lsmod: nls_utf8               16384  1
lsmod: isofs                  40960  0
lsmod: usb_storage            69632  0
lsmod: vga16fb                24576  0
lsmod: vgastate               20480  1 vga16fb
lsmod: hid_generic            16384  0
lsmod: usbhid                 49152  0
lsmod: hid                   118784  2 hid_generic,usbhid
lsmod: sr_mod                 24576  0
lsmod: cdrom                  57344  1 sr_mod
lsmod: ata_generic            16384  0
lsmod: ata_piix               36864  0
lsmod: libata                245760  2 ata_generic,ata_piix
lsmod: uhci_hcd               45056  0
lsmod: ehci_pci               16384  0
lsmod: ehci_hcd               77824  1 ehci_pci
lsmod: usbcore               241664  5 uhci_hcd,usb_storage,ehci_hcd,ehci_pci,usbhid
lsmod: usb_common             16384  1 usbcore
lsmod: scsi_mod              225280  3 usb_storage,libata,sr_mod
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: none                    102028        80    101948   0% /run
df: devtmpfs                502100         0    502100   0% /dev
df: /dev/vda1             11523072   3037300   8485772  26% /target
df: /dev/vda1             11523072   3037300   8485772  26% /dev/.static/dev
df: devtmpfs                502100         0    502100   0% /target/dev
free:              total         used         free       shared      buffers
free: Mem:       1020268       814188       206080       123676         2760
free: -/+ buffers:             811428       208840
free: Swap:      1046524         1216      1045308
/proc/cmdline: BOOT_IMAGE=/install.amd/vmlinuz vga=788 initrd=/install.amd/initrd.gz ---
quiet /proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 15
/proc/cpuinfo: model		: 6
/proc/cpuinfo: model name	: AMD Opteron 23xx (Gen 3 Class Opteron)
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: microcode	: 0x1000065
/proc/cpuinfo: cpu MHz		: 2600.180
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 1
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 1
/proc/cpuinfo: apicid		: 0
/proc/cpuinfo: initial apicid	: 0
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm rep_good nopl
extd_apicid eagerfpu pni cx16 x2apic popcnt hypervisor svm abm sse4a misalignsse
3dnowprefetch vmmcall /proc/cpuinfo: bugs		: fxsave_leak sysret_ss_attrs
null_seg swapgs_fence /proc/cpuinfo: bogomips	: 5200.36 /proc/cpuinfo: TLB
size	: 1024 4K pages /proc/cpuinfo: clflush size	: 64 /proc/cpuinfo:
cache_alignment	: 64 /proc/cpuinfo: address sizes	: 40 bits physical, 48
bits virtual /proc/cpuinfo: power management:
/proc/cpuinfo: 
/proc/ioports: 0000-0cf7 : PCI Bus 0000:00
/proc/ioports:   0000-001f : dma1
/proc/ioports:   0020-0021 : pic1
/proc/ioports:   0040-0043 : timer0
/proc/ioports:   0050-0053 : timer1
/proc/ioports:   0060-0060 : keyboard
/proc/ioports:   0064-0064 : keyboard
/proc/ioports:   0070-0071 : rtc0
/proc/ioports:   0080-008f : dma page reg
/proc/ioports:   00a0-00a1 : pic2
/proc/ioports:   00c0-00df : dma2
/proc/ioports:   00f0-00ff : fpu
/proc/ioports:   0170-0177 : 0000:00:01.1
/proc/ioports:     0170-0177 : ata_piix
/proc/ioports:   01f0-01f7 : 0000:00:01.1
/proc/ioports:     01f0-01f7 : ata_piix
/proc/ioports:   0376-0376 : 0000:00:01.1
/proc/ioports:     0376-0376 : ata_piix
/proc/ioports:   03f6-03f6 : 0000:00:01.1
/proc/ioports:     03f6-03f6 : ata_piix
/proc/ioports:   03f8-03ff : serial
/proc/ioports:   0600-063f : 0000:00:01.3
/proc/ioports:     0600-0603 : ACPI PM1a_EVT_BLK
/proc/ioports:     0604-0605 : ACPI PM1a_CNT_BLK
/proc/ioports:     0608-060b : ACPI PM_TMR
/proc/ioports:   0700-070f : 0000:00:01.3
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 0d00-adff : PCI Bus 0000:00
/proc/ioports: ae0f-aeff : PCI Bus 0000:00
/proc/ioports: af20-afdf : PCI Bus 0000:00
/proc/ioports: afe0-afe3 : ACPI GPE0_BLK
/proc/ioports: afe4-ffff : PCI Bus 0000:00
/proc/ioports:   c000-c03f : 0000:00:07.0
/proc/ioports:     c000-c03f : virtio-pci-legacy
/proc/ioports:   c040-c05f : 0000:00:02.0
/proc/ioports:   c060-c07f : 0000:00:03.0
/proc/ioports:     c060-c07f : virtio-pci-legacy
/proc/ioports:   c080-c09f : 0000:00:05.0
/proc/ioports:     c080-c09f : uhci_hcd
/proc/ioports:   c0a0-c0bf : 0000:00:05.1
/proc/ioports:     c0a0-c0bf : uhci_hcd
/proc/ioports:   c0c0-c0df : 0000:00:05.2
/proc/ioports:     c0c0-c0df : uhci_hcd
/proc/ioports:   c0e0-c0ff : 0000:00:06.0
/proc/ioports:     c0e0-c0ff : virtio-pci-legacy
/proc/ioports:   c100-c11f : 0000:00:08.0
/proc/ioports:     c100-c11f : virtio-pci-legacy
/proc/ioports:   c120-c12f : 0000:00:01.1
/proc/ioports:     c120-c12f : ata_piix
/proc/iomem: 00000000-00000fff : reserved
/proc/iomem: 00001000-0009fbff : System RAM
/proc/iomem: 0009fc00-0009ffff : reserved
/proc/iomem: 000a0000-000bffff : PCI Bus 0000:00
/proc/iomem: 000c0000-000c91ff : Video ROM
/proc/iomem: 000c9800-000ca1ff : Adapter ROM
/proc/iomem: 000ca800-000ccbff : Adapter ROM
/proc/iomem: 000f0000-000fffff : reserved
/proc/iomem:   000f0000-000fffff : System ROM
/proc/iomem: 00100000-3ffdffff : System RAM
/proc/iomem:   3b600000-3bbe00eb : Kernel code
/proc/iomem:   3bbe00ec-3c112ebf : Kernel data
/proc/iomem:   3c26d000-3c354fff : Kernel bss
/proc/iomem: 3ffe0000-3fffffff : reserved
/proc/iomem: 40000000-febfffff : PCI Bus 0000:00
/proc/iomem:   f4000000-f7ffffff : 0000:00:02.0
/proc/iomem:     f4000000-f40eafff : BOOTFB
/proc/iomem:   f8000000-fbffffff : 0000:00:02.0
/proc/iomem:   fc000000-fc03ffff : 0000:00:03.0
/proc/iomem:   fc050000-fc053fff : 0000:00:04.0
/proc/iomem:   fc054000-fc055fff : 0000:00:02.0
/proc/iomem:   fc056000-fc056fff : 0000:00:03.0
/proc/iomem:   fc057000-fc057fff : 0000:00:05.7
/proc/iomem:     fc057000-fc057fff : ehci_hcd
/proc/iomem:   fc058000-fc058fff : 0000:00:06.0
/proc/iomem:   fc059000-fc059fff : 0000:00:07.0
/proc/iomem: fec00000-fec003ff : IOAPIC 0
/proc/iomem: fee00000-fee00fff : Local APIC
/proc/iomem: feffc000-feffffff : reserved
/proc/iomem: fffc0000-ffffffff : reserved
/proc/interrupts:            CPU0       
/proc/interrupts:   0:         34   IO-APIC   2-edge      timer
/proc/interrupts:   1:       1073   IO-APIC   1-edge      i8042
/proc/interrupts:   8:          0   IO-APIC   8-edge      rtc0
/proc/interrupts:   9:          0   IO-APIC   9-fasteoi   acpi
/proc/interrupts:  10:          0   IO-APIC  10-fasteoi   uhci_hcd:usb2, uhci_hcd:usb3
/proc/interrupts:  11:         25   IO-APIC  11-fasteoi   ehci_hcd:usb1, uhci_hcd:usb4,
virtio3 /proc/interrupts:  12:          3   IO-APIC  12-edge      i8042
/proc/interrupts:  14:       4201   IO-APIC  14-edge      ata_piix
/proc/interrupts:  15:          0   IO-APIC  15-edge      ata_piix
/proc/interrupts:  24:          0   PCI-MSI 114688-edge      virtio2-config
/proc/interrupts:  25:     230539   PCI-MSI 114689-edge      virtio2-req.0
/proc/interrupts:  26:          0   PCI-MSI 49152-edge      virtio0-config
/proc/interrupts:  27:     320077   PCI-MSI 49153-edge      virtio0-input.0
/proc/interrupts:  28:          4   PCI-MSI 49154-edge      virtio0-output.0
/proc/interrupts: NMI:          0   Non-maskable interrupts
/proc/interrupts: LOC:     560127   Local timer interrupts
/proc/interrupts: SPU:          0   Spurious interrupts
/proc/interrupts: PMI:          0   Performance monitoring interrupts
/proc/interrupts: IWI:          0   IRQ work interrupts
/proc/interrupts: RTR:          0   APIC ICR read retries
/proc/interrupts: RES:          0   Rescheduling interrupts
/proc/interrupts: CAL:          0   Function call interrupts
/proc/interrupts: TLB:          0   TLB shootdowns
/proc/interrupts: TRM:          0   Thermal event interrupts
/proc/interrupts: THR:          0   Threshold APIC interrupts
/proc/interrupts: DFR:          0   Deferred Error APIC interrupts
/proc/interrupts: MCE:          0   Machine check exceptions
/proc/interrupts: MCP:         40   Machine check polls
/proc/interrupts: ERR:          0
/proc/interrupts: MIS:          0
/proc/interrupts: PIN:          0   Posted-interrupt notification event
/proc/interrupts: PIW:          0   Posted-interrupt wakeup event
/proc/meminfo: MemTotal:        1020268 kB
/proc/meminfo: MemFree:          206092 kB
/proc/meminfo: MemAvailable:     635008 kB
/proc/meminfo: Buffers:            2760 kB
/proc/meminfo: Cached:           634744 kB
/proc/meminfo: SwapCached:          120 kB
/proc/meminfo: Active:           304952 kB
/proc/meminfo: Inactive:         362184 kB
/proc/meminfo: Active(anon):      61284 kB
/proc/meminfo: Inactive(anon):    92024 kB
/proc/meminfo: Active(file):     243668 kB
/proc/meminfo: Inactive(file):   270160 kB
/proc/meminfo: Unevictable:           0 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:       1046524 kB
/proc/meminfo: SwapFree:        1045308 kB
/proc/meminfo: Dirty:              1076 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         29564 kB
/proc/meminfo: Mapped:             4520 kB
/proc/meminfo: Shmem:            123676 kB
/proc/meminfo: Slab:             103856 kB
/proc/meminfo: SReclaimable:      85660 kB
/proc/meminfo: SUnreclaim:        18196 kB
/proc/meminfo: KernelStack:        1408 kB
/proc/meminfo: PageTables:          680 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:     1556656 kB
/proc/meminfo: Committed_AS:     157996 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:           0 kB
/proc/meminfo: VmallocChunk:          0 kB
/proc/meminfo: HardwareCorrupted:     0 kB
/proc/meminfo: AnonHugePages:         0 kB
/proc/meminfo: HugePages_Total:       0
/proc/meminfo: HugePages_Free:        0
/proc/meminfo: HugePages_Rsvd:        0
/proc/meminfo: HugePages_Surp:        0
/proc/meminfo: Hugepagesize:       2048 kB
/proc/meminfo: DirectMap4k:       77696 kB
/proc/meminfo: DirectMap2M:      970752 kB
/proc/bus/input/devices: I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
/proc/bus/input/devices: N: Name="AT Translated Set 2 keyboard"
/proc/bus/input/devices: P: Phys=isa0060/serio0/input0
/proc/bus/input/devices: S: Sysfs=/devices/platform/i8042/serio0/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=sysrq kbd leds 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=402000000 3803078f800d001 feffffdfffefffff
fffffffffffffffe /proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=0627 Product=0001 Version=0001
/proc/bus/input/devices: N: Name="QEMU QEMU USB Tablet"
/proc/bus/input/devices: P: Phys=usb-0000:00:05.7-1/input0
/proc/bus/input/devices: S:
Sysfs=/devices/pci0000:00/0000:00:05.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2 /proc/bus/input/devices:
U: Uniq=42 /proc/bus/input/devices: H: Handlers=mouse0 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=1f
/proc/bus/input/devices: B: KEY=70000 0 0 0 0
/proc/bus/input/devices: B: REL=100
/proc/bus/input/devices: B: ABS=3
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: 

- -- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

installation-report depends on no packages.

Versions of packages installation-report recommends:
ii  pciutils   1:3.3.1-1.1
ii  reportbug  6.6.6

installation-report suggests no packages.

- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlgAf/8ACgkQ5+rBHyUt5wsgxACeLgMSaUH9aIKb2O2sir+Krjh+
/a0AnROE8+fSUBckG63FjPIXpYrlExOk
=e0IP
-----END PGP SIGNATURE-----

Attachment: debi-testing-stretch.xml.xz
Description: application/xz

Attachment: dmsg.txt.xz
Description: application/xz


Reply to: