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

Bug#845658: linux: Bad(?) USB device crashes USB system



Package: src:linux
Version: 3.16.36-1+deb8u2
Severity: normal

Dear Debian folks,


The server hoster connected a KVM device, which became unresponsive after a short while, and `lsusb` hangs now.

This also seems to stop `reportbug` from working, which might run `lsusb`?

```
$ strace lsusb
munmap(0x7fb9b96d4000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1", 0x7ffea84be190, 1024) = -1 EINVAL (Invalid argument) stat("/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0 open("/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/uevent", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb9b96d4000
read(6, "MAJOR=189\nMINOR=262\nDEVNAME=bus/"..., 4096) = 128
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fb9b96d4000, 4096)            = 0
open("/sys/bus/usb/devices/3-1/busnum", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb9b96d4000
read(6, "3\n", 4096)                    = 2
close(6)                                = 0
munmap(0x7fb9b96d4000, 4096)            = 0
open("/sys/bus/usb/devices/3-1/devnum", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb9b96d4000
read(6, "7\n", 4096)                    = 2
close(6)                                = 0
munmap(0x7fb9b96d4000, 4096)            = 0
open("/sys/bus/usb/devices/3-1/speed", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb9b96d4000
read(6, "480\n", 4096)                  = 4
close(6)                                = 0
munmap(0x7fb9b96d4000, 4096)            = 0
open("/sys/bus/usb/devices/3-1/descriptors", O_RDONLY) = 6
read(6,
```

Ctrl + c and `sudo kill -9 …` doesn’t terminate the lsusb process.

Here are the Linux kernel messages.

Nov 23 05:31:36 hamburg01 kernel: usb 3-1: new high-speed USB device number 5 using xhci_hcd
Nov 23 05:31:36 hamburg01 kernel: usb 3-1: New USB device found, idVendor=05e3, idProduct=0608
Nov 23 05:31:36 hamburg01 kernel: usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 23 05:31:36 hamburg01 kernel: usb 3-1: Product: USB2.0 Hub
Nov 23 05:31:36 hamburg01 kernel: hub 3-1:1.0: USB hub found
Nov 23 05:31:36 hamburg01 kernel: hub 3-1:1.0: 4 ports detected
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: new low-speed USB device number 6 using xhci_hcd
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: New USB device found, idVendor=0a81, idProduct=0205
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: Product: PS2 to USB Converter
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: Manufacturer: CHESEN
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:36 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:0A81:0205.0005/input/input8
Nov 23 05:31:36 hamburg01 kernel: hid-generic 0003:0A81:0205.0005: input,hidraw4: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input0
Nov 23 05:31:36 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.1/0003:0A81:0205.0006/input/input9
Nov 23 05:31:36 hamburg01 kernel: hid-generic 0003:0A81:0205.0006: input,hidraw5: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input1
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: USB disconnect, device number 5
Nov 23 05:31:38 hamburg01 kernel: usb 3-1.2: USB disconnect, device number 6
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: new high-speed USB device number 7 using xhci_hcd
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: New USB device found, idVendor=05e3, idProduct=0608
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: Product: USB2.0 Hub
Nov 23 05:31:38 hamburg01 kernel: hub 3-1:1.0: USB hub found
Nov 23 05:31:38 hamburg01 kernel: hub 3-1:1.0: 4 ports detected
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: new low-speed USB device number 8 using xhci_hcd
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: New USB device found, idVendor=0a81, idProduct=0205
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: Product: PS2 to USB Converter
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: Manufacturer: CHESEN
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:39 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:0A81:0205.0007/input/input10
Nov 23 05:31:39 hamburg01 kernel: hid-generic 0003:0A81:0205.0007: input,hidraw4: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input0
Nov 23 05:31:39 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.1/0003:0A81:0205.0008/input/input11
Nov 23 05:31:39 hamburg01 kernel: hid-generic 0003:0A81:0205.0008: input,hidraw5: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input1
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: new high-speed USB device number 9 using xhci_hcd
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: New USB device found, idVendor=14dd, idProduct=0002
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: Product: Multidevice
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: Manufacturer: Peppercon AG
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: SerialNumber: 309AD521537229EC16ABDB876A735C5D
Nov 23 05:32:48 hamburg01 kernel: input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:14DD:0002.0009/input/input12
Nov 23 05:32:48 hamburg01 kernel: hid-generic 0003:14DD:0002.0009: input,hidraw6: USB HID v1.01 Keyboard [Peppercon AG Multidevice] on usb-0000:00:14.0-1.1/input0
Nov 23 05:32:48 hamburg01 kernel: input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:14DD:0002.000A/input/input13
Nov 23 05:32:48 hamburg01 kernel: hid-generic 0003:14DD:0002.000A: input,hidraw7: USB HID v1.01 Mouse [Peppercon AG Multidevice] on usb-0000:00:14.0-1.1/input1
Nov 23 07:31:06 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:06 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:06 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:14 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:14 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:14 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:14 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:14 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:26 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:26 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:26 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:26 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:26 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:28 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:29 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:29 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:29 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:29 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:31 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:31 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:31 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:31 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:31 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:35 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:35 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:35 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:35 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:35 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:38 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:38 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:38 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:41 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:41 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:41 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:41 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:41 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:43 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:43 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:43 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:45 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:46 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:46 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:46 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:46 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:48 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:48 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:48 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:48 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:48 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:49 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:50 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:50 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:50 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:50 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:52 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:52 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:52 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:52 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:52 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:53 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:54 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:54 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:54 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:54 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:56 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:56 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:56 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:58 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:58 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:58 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:58 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:58 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:00 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:03 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:04 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:04 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:04 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:04 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:06 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:06 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:06 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:08 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:08 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:08 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:08 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:08 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:13 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:13 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:13 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:13 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:13 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:17 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:18 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:18 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:18 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:18 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:19 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:20 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:20 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:20 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:20 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:21 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:21 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:21 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:21 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:21 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:23 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:23 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:23 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:23 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:23 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:25 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:25 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:25 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:25 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:25 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:28 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:28 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:28 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:28 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:28 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:29 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:30 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:30 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:30 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:30 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:31 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:32 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:32 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:32 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:32 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:33 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:34 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:34 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:34 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:34 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:35 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:36 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:36 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:36 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:36 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:38 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:38 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:38 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:40 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:40 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:40 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:40 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:40 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:42 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:42 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:43 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:43 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:44 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:44 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:44 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:44 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:44 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:46 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:47 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:47 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:47 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:47 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:48 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:49 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:49 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:49 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:49 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:50 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:53 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:53 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:53 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:53 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:53 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:55 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:56 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:56 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:58 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:33:03 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:33:04 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:05 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:06 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:07 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:07 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:08 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:09 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:10 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:11 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:12 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:13 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:13 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:14 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:15 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:16 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:17 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:18 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:19 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:19 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:20 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:21 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:22 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:23 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:24 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:25 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:25 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:26 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:27 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:32 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:33:37 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:36:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:36:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:36:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:36:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:36:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:36:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:36:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:36:59 hamburg01 kernel: Call Trace:
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:38:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:38:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:38:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:38:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:38:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:38:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:38:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:38:59 hamburg01 kernel: Call Trace:
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:40:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:40:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:40:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:40:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:40:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:40:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:40:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:40:59 hamburg01 kernel: Call Trace:
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:42:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:42:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:42:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:42:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:42:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:42:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:42:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:42:59 hamburg01 kernel: Call Trace:
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:43:46 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:47 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:48 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:49 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:50 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:50 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:43:50 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -71)
Nov 23 07:43:51 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:52 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:53 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:54 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:55 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:55 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:43:56 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:43:57 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:58 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:59 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:00 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:01 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:01 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:44:02 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:44:03 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:04 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:05 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:06 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:07 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:07 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:44:08 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:44:09 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:44:14 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:44:19 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:44:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:44:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:44:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:44:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:44:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:44:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:44:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:44:59 hamburg01 kernel: Call Trace:
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:46:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:46:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:46:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:46:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:46:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:46:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:46:59 hamburg01 kernel: Call Trace:
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel: INFO: task kworker/0:1:18457 blocked for more than 120 seconds.
Nov 23 07:46:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:46:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:46:59 hamburg01 kernel: kworker/0:1     D ffff880202e1a628     0 18457      2 0x00000000
Nov 23 07:46:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  ffff880202e1a1d0 0000000000000046 0000000000012f40 ffff88016cf0bfd8
Nov 23 07:46:59 hamburg01 kernel:  0000000000012f40 ffff880202e1a1d0 ffffffff818b3900 ffff88016cf0bba0
Nov 23 07:46:59 hamburg01 kernel:  ffffffff818b3904 ffff880202e1a1d0 00000000ffffffff ffffffff818b3908
Nov 23 07:46:59 hamburg01 kernel: Call Trace:
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff815151d5>] ? schedule_preempt_disabled+0x25/0x70
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81516c33>] ? __mutex_lock_slowpath+0xd3/0x1c0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81516d3b>] ? mutex_lock+0x1b/0x2a
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce671>] ? __input_unregister_device+0x91/0x170
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:48:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:48:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:48:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:48:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:48:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:48:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:48:59 hamburg01 kernel: Call Trace:
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel: INFO: task kworker/0:1:18457 blocked for more than 120 seconds.
Nov 23 07:48:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:48:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:48:59 hamburg01 kernel: kworker/0:1     D ffff880202e1a628     0 18457      2 0x00000000
Nov 23 07:48:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  ffff880202e1a1d0 0000000000000046 0000000000012f40 ffff88016cf0bfd8
Nov 23 07:48:59 hamburg01 kernel:  0000000000012f40 ffff880202e1a1d0 ffffffff818b3900 ffff88016cf0bba0
Nov 23 07:48:59 hamburg01 kernel:  ffffffff818b3904 ffff880202e1a1d0 00000000ffffffff ffffffff818b3908
Nov 23 07:48:59 hamburg01 kernel: Call Trace:
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff815151d5>] ? schedule_preempt_disabled+0x25/0x70
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81516c33>] ? __mutex_lock_slowpath+0xd3/0x1c0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81516d3b>] ? mutex_lock+0x1b/0x2a
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce671>] ? __input_unregister_device+0x91/0x170
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:50:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:50:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:50:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:50:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:50:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:50:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:50:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:50:59 hamburg01 kernel: Call Trace:
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 08:05:05 hamburg01 kernel: usb 3-1.1: USB disconnect, device number 9

Plugging in another USB device it’s not detected anymore.

As this is in a remote server data center, and this is a production system, I am unsure how to debug that. I think the Linux kernel USB subsystem shouldn’t be crashed by a bad USB device.


Thanks,

Paul
-- Logs begin at Do 2016-11-03 12:12:14 CET, end at Fr 2016-11-25 17:48:02 CET. --
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys cpuset
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys cpu
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys cpuacct
Nov 20 07:43:01 hamburg01 kernel: Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19)
Nov 20 07:43:01 hamburg01 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=503e1a3c-4d45-425a-9ee3-48cebaef48ec ro quiet noisapnp cgroup_enable=memory swapaccount=1
Nov 20 07:43:01 hamburg01 kernel: e820: BIOS-provided physical RAM map:
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009bbff] usable
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x000000000009bc00-0x000000000009ffff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009f3edfff] usable
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x000000009f3ee000-0x00000000a1b97fff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1b98000-0x00000000a1b9cfff] ACPI NVS
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1b9d000-0x00000000a1cd0fff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1cd1000-0x00000000a1cd3fff] ACPI NVS
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1cd4000-0x00000000a1cf4fff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1cf5000-0x00000000a1cf5fff] ACPI NVS
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1cf6000-0x00000000a1d23fff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1d24000-0x00000000a1f2efff] ACPI NVS
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1f2f000-0x00000000a1febfff] ACPI data
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a1fec000-0x00000000a1ffffff] usable
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000a2000000-0x00000000afffffff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
Nov 20 07:43:01 hamburg01 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000084fffffff] usable
Nov 20 07:43:01 hamburg01 kernel: NX (Execute Disable) protection: active
Nov 20 07:43:01 hamburg01 kernel: SMBIOS 2.7 present.
Nov 20 07:43:01 hamburg01 kernel: DMI: Intel Corporation SandyBridge Platform/To be filled by O.E.M., BIOS S1200RP.86B.03.01.0002.041520151123 04/15/2015
Nov 20 07:43:01 hamburg01 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 20 07:43:01 hamburg01 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 20 07:43:01 hamburg01 kernel: AGP: No AGP bridge found
Nov 20 07:43:01 hamburg01 kernel: e820: last_pfn = 0x850000 max_arch_pfn = 0x400000000
Nov 20 07:43:01 hamburg01 kernel: MTRR default type: uncachable
Nov 20 07:43:01 hamburg01 kernel: MTRR fixed ranges enabled:
Nov 20 07:43:01 hamburg01 kernel:   00000-9FFFF write-back
Nov 20 07:43:01 hamburg01 kernel:   A0000-BFFFF uncachable
Nov 20 07:43:01 hamburg01 kernel:   C0000-C7FFF write-through
Nov 20 07:43:01 hamburg01 kernel:   C8000-CBFFF write-protect
Nov 20 07:43:01 hamburg01 kernel:   CC000-E7FFF uncachable
Nov 20 07:43:01 hamburg01 kernel:   E8000-FFFFF write-protect
Nov 20 07:43:01 hamburg01 kernel: MTRR variable ranges enabled:
Nov 20 07:43:01 hamburg01 kernel:   0 base 0000000000 mask 7F80000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   1 base 0080000000 mask 7FE0000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   2 base 00A0000000 mask 7FFE000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   3 base 0100000000 mask 7F00000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   4 base 0200000000 mask 7E00000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   5 base 0400000000 mask 7C00000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   6 base 0800000000 mask 7FC0000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   7 base 0840000000 mask 7FF0000000 write-back
Nov 20 07:43:01 hamburg01 kernel:   8 disabled
Nov 20 07:43:01 hamburg01 kernel:   9 disabled
Nov 20 07:43:01 hamburg01 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Nov 20 07:43:01 hamburg01 kernel: e820: update [mem 0xa2000000-0xffffffff] usable ==> reserved
Nov 20 07:43:01 hamburg01 kernel: e820: last_pfn = 0xa2000 max_arch_pfn = 0x400000000
Nov 20 07:43:01 hamburg01 kernel: found SMP MP-table at [mem 0x000fc910-0x000fc91f] mapped at [ffff8800000fc910]
Nov 20 07:43:01 hamburg01 kernel: Base memory trampoline at [ffff880000095000] 95000 size 24576
Nov 20 07:43:01 hamburg01 kernel: Using GB pages for direct mapping
Nov 20 07:43:01 hamburg01 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x00000000-0x000fffff] page 4k
Nov 20 07:43:01 hamburg01 kernel: BRK [0x01af4000, 0x01af4fff] PGTABLE
Nov 20 07:43:01 hamburg01 kernel: BRK [0x01af5000, 0x01af5fff] PGTABLE
Nov 20 07:43:01 hamburg01 kernel: BRK [0x01af6000, 0x01af6fff] PGTABLE
Nov 20 07:43:01 hamburg01 kernel: init_memory_mapping: [mem 0x84fe00000-0x84fffffff]
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x84fe00000-0x84fffffff] page 2M
Nov 20 07:43:01 hamburg01 kernel: BRK [0x01af7000, 0x01af7fff] PGTABLE
Nov 20 07:43:01 hamburg01 kernel: init_memory_mapping: [mem 0x84c000000-0x84fdfffff]
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x84c000000-0x84fdfffff] page 2M
Nov 20 07:43:01 hamburg01 kernel: init_memory_mapping: [mem 0x800000000-0x84bffffff]
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x800000000-0x83fffffff] page 1G
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x840000000-0x84bffffff] page 2M
Nov 20 07:43:01 hamburg01 kernel: init_memory_mapping: [mem 0x00100000-0x9f3edfff]
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x00100000-0x001fffff] page 4k
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x00200000-0x3fffffff] page 2M
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x40000000-0x7fffffff] page 1G
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x80000000-0x9f1fffff] page 2M
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x9f200000-0x9f3edfff] page 4k
Nov 20 07:43:01 hamburg01 kernel: init_memory_mapping: [mem 0xa1fec000-0xa1ffffff]
Nov 20 07:43:01 hamburg01 kernel:  [mem 0xa1fec000-0xa1ffffff] page 4k
Nov 20 07:43:01 hamburg01 kernel: BRK [0x01af8000, 0x01af8fff] PGTABLE
Nov 20 07:43:01 hamburg01 kernel: init_memory_mapping: [mem 0x100000000-0x7ffffffff]
Nov 20 07:43:01 hamburg01 kernel:  [mem 0x100000000-0x7ffffffff] page 1G
Nov 20 07:43:01 hamburg01 kernel: RAMDISK: [mem 0x3605e000-0x37026fff]
Nov 20 07:43:01 hamburg01 kernel: ACPI: Early table checksum verification disabled
Nov 20 07:43:01 hamburg01 kernel: ACPI: RSDP 0x00000000000F0410 000024 (v02 INTEL )
Nov 20 07:43:01 hamburg01 kernel: ACPI: XSDT 0x00000000A1FE9D98 0000CC (v01 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: FACP 0x00000000A1FE9618 00010C (v05 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: DSDT 0x00000000A1FDA018 00E9BA (v02 INTEL  DENLOW   00000000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: FACS 0x00000000A1FE9F40 000040
Nov 20 07:43:01 hamburg01 kernel: ACPI: APIC 0x00000000A1FE9498 000112 (v03 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SPMI 0x00000000A1FEBB98 000040 (v05 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: FPDT 0x00000000A1FEBB18 000044 (v01 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: MCFG 0x00000000A1FEBF18 00003C (v01 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: WDDT 0x00000000A1FEBE98 000040 (v01 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: HPET 0x00000000A1FEBE18 000038 (v01 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0x00000000A1FC9018 00360F (v02 INTEL  DENLOW   00001000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: BOOT 0x00000000A1FEBD98 000028 (v01 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0x00000000A1FB4018 005C2F (v02 INTEL  DENLOW   00001000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0x00000000A1FCF598 000539 (v02 INTEL  DENLOW   00003000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0x00000000A1FD0018 000B74 (v02 INTEL  DENLOW   00003000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0x00000000A1FCD718 0002DE (v02 INTEL  DENLOW   00003000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0x00000000A1FCD398 000348 (v02 INTEL  DENLOW   00003000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0x00000000A1FBC018 00707F (v02 INTEL  DENLOW   00003000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: SPCR 0x00000000A1FEBD18 000050 (v01 INTEL  DENLOW   06222004 INTL 20090903)
Nov 20 07:43:01 hamburg01 kernel: ACPI: DMAR 0x00000000A1FEAD18 000080 (v01 INTEL  DENLOW   00000001 INTL 00000001)
Nov 20 07:43:01 hamburg01 kernel: ACPI: HEST 0x00000000A1FC4F18 0000A8 (v01 INTEL  DENLOW   00000001 INTL 00000001)
Nov 20 07:43:01 hamburg01 kernel: ACPI: BERT 0x00000000A1FEBC98 000030 (v01 INTEL  DENLOW   00000001 INTL 00000001)
Nov 20 07:43:01 hamburg01 kernel: ACPI: ERST 0x00000000A1FC4C98 000230 (v01 INTEL  DENLOW   00000001 INTL 00000001)
Nov 20 07:43:01 hamburg01 kernel: ACPI: EINJ 0x00000000A1FE9798 000130 (v01 INTEL  DENLOW   00000001 INTL 00000001)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Local APIC address 0xfee00000
Nov 20 07:43:01 hamburg01 kernel: No NUMA configuration found
Nov 20 07:43:01 hamburg01 kernel: Faking a node at [mem 0x0000000000000000-0x000000084fffffff]
Nov 20 07:43:01 hamburg01 kernel: Initmem setup node 0 [mem 0x00000000-0x84fffffff]
Nov 20 07:43:01 hamburg01 kernel:   NODE_DATA [mem 0x84fff9000-0x84fffdfff]
Nov 20 07:43:01 hamburg01 kernel:  [ffffea0000000000-ffffea001d1fffff] PMD -> [ffff88082f800000-ffff88084b7fffff] on node 0
Nov 20 07:43:01 hamburg01 kernel: Zone ranges:
Nov 20 07:43:01 hamburg01 kernel:   DMA      [mem 0x00001000-0x00ffffff]
Nov 20 07:43:01 hamburg01 kernel:   DMA32    [mem 0x01000000-0xffffffff]
Nov 20 07:43:01 hamburg01 kernel:   Normal   [mem 0x100000000-0x84fffffff]
Nov 20 07:43:01 hamburg01 kernel: Movable zone start for each node
Nov 20 07:43:01 hamburg01 kernel: Early memory node ranges
Nov 20 07:43:01 hamburg01 kernel:   node   0: [mem 0x00001000-0x0009afff]
Nov 20 07:43:01 hamburg01 kernel:   node   0: [mem 0x00100000-0x9f3edfff]
Nov 20 07:43:01 hamburg01 kernel:   node   0: [mem 0xa1fec000-0xa1ffffff]
Nov 20 07:43:01 hamburg01 kernel:   node   0: [mem 0x100000000-0x84fffffff]
Nov 20 07:43:01 hamburg01 kernel: On node 0 totalpages: 8319900
Nov 20 07:43:01 hamburg01 kernel:   DMA zone: 56 pages used for memmap
Nov 20 07:43:01 hamburg01 kernel:   DMA zone: 21 pages reserved
Nov 20 07:43:01 hamburg01 kernel:   DMA zone: 3994 pages, LIFO batch:0
Nov 20 07:43:01 hamburg01 kernel:   DMA32 zone: 8863 pages used for memmap
Nov 20 07:43:01 hamburg01 kernel:   DMA32 zone: 648194 pages, LIFO batch:31
Nov 20 07:43:01 hamburg01 kernel:   Normal zone: 104832 pages used for memmap
Nov 20 07:43:01 hamburg01 kernel:   Normal zone: 7667712 pages, LIFO batch:31
Nov 20 07:43:01 hamburg01 kernel: ACPI: PM-Timer IO Port: 0x408
Nov 20 07:43:01 hamburg01 kernel: ACPI: Local APIC address 0xfee00000
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x00] uid[0x00] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x01] uid[0x01] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x02] uid[0x02] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x03] uid[0x03] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x04] uid[0x04] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x05] uid[0x05] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x06] uid[0x06] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: X2APIC (apic_id[0x07] uid[0x07] disabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
Nov 20 07:43:01 hamburg01 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Nov 20 07:43:01 hamburg01 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Nov 20 07:43:01 hamburg01 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Nov 20 07:43:01 hamburg01 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 20 07:43:01 hamburg01 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 20 07:43:01 hamburg01 kernel: ACPI: IRQ0 used by override.
Nov 20 07:43:01 hamburg01 kernel: ACPI: IRQ2 used by override.
Nov 20 07:43:01 hamburg01 kernel: ACPI: IRQ9 used by override.
Nov 20 07:43:01 hamburg01 kernel: Using ACPI (MADT) for SMP configuration information
Nov 20 07:43:01 hamburg01 kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Nov 20 07:43:01 hamburg01 kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
Nov 20 07:43:01 hamburg01 kernel: nr_irqs_gsi: 40
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0x0009b000-0x0009bfff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0x9f3ee000-0xa1b97fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1b98000-0xa1b9cfff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1b9d000-0xa1cd0fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1cd1000-0xa1cd3fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1cd4000-0xa1cf4fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1cf5000-0xa1cf5fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1cf6000-0xa1d23fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1d24000-0xa1f2efff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa1f2f000-0xa1febfff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xa2000000-0xafffffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xb0000000-0xf7ffffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed18fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
Nov 20 07:43:01 hamburg01 kernel: PM: Registered nosave memory: [mem 0xff400000-0xffffffff]
Nov 20 07:43:01 hamburg01 kernel: e820: [mem 0xb0000000-0xf7ffffff] available for PCI devices
Nov 20 07:43:01 hamburg01 kernel: Booting paravirtualized kernel on bare hardware
Nov 20 07:43:01 hamburg01 kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:16 nr_node_ids:1
Nov 20 07:43:01 hamburg01 kernel: PERCPU: Embedded 27 pages/cpu @ffff88084fc00000 s80960 r8192 d21440 u131072
Nov 20 07:43:01 hamburg01 kernel: pcpu-alloc: s80960 r8192 d21440 u131072 alloc=1*2097152
Nov 20 07:43:01 hamburg01 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
Nov 20 07:43:01 hamburg01 kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8206128
Nov 20 07:43:01 hamburg01 kernel: Policy zone: Normal
Nov 20 07:43:01 hamburg01 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=503e1a3c-4d45-425a-9ee3-48cebaef48ec ro quiet noisapnp cgroup_enable=memory swapaccount=1
Nov 20 07:43:01 hamburg01 kernel: Enabling memory control group subsystem
Nov 20 07:43:01 hamburg01 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Nov 20 07:43:01 hamburg01 kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
Nov 20 07:43:01 hamburg01 kernel: AGP: Checking aperture...
Nov 20 07:43:01 hamburg01 kernel: AGP: No AGP bridge found
Nov 20 07:43:01 hamburg01 kernel: Calgary: detecting Calgary via BIOS EBDA area
Nov 20 07:43:01 hamburg01 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Nov 20 07:43:01 hamburg01 kernel: Memory: 32725288K/33279600K available (5237K kernel code, 947K rwdata, 1836K rodata, 1204K init, 840K bss, 554312K reserved)
Nov 20 07:43:01 hamburg01 kernel: Hierarchical RCU implementation.
Nov 20 07:43:01 hamburg01 kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Nov 20 07:43:01 hamburg01 kernel:         RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=16.
Nov 20 07:43:01 hamburg01 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Nov 20 07:43:01 hamburg01 kernel: NR_IRQS:33024 nr_irqs:808 16
Nov 20 07:43:01 hamburg01 kernel: Console: colour VGA+ 80x25
Nov 20 07:43:01 hamburg01 kernel: console [tty0] enabled
Nov 20 07:43:01 hamburg01 kernel: allocated 133693440 bytes of page_cgroup
Nov 20 07:43:01 hamburg01 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Nov 20 07:43:01 hamburg01 kernel: hpet clockevent registered
Nov 20 07:43:01 hamburg01 kernel: tsc: Fast TSC calibration using PIT
Nov 20 07:43:01 hamburg01 kernel: tsc: Detected 3491.921 MHz processor
Nov 20 07:43:01 hamburg01 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6983.84 BogoMIPS (lpj=13967684)
Nov 20 07:43:01 hamburg01 kernel: pid_max: default: 32768 minimum: 301
Nov 20 07:43:01 hamburg01 kernel: ACPI: Core revision 20140424
Nov 20 07:43:01 hamburg01 kernel: ACPI: All ACPI Tables successfully acquired
Nov 20 07:43:01 hamburg01 kernel: Security Framework initialized
Nov 20 07:43:01 hamburg01 kernel: AppArmor: AppArmor disabled by boot time parameter
Nov 20 07:43:01 hamburg01 kernel: Yama: disabled by default; enable with sysctl kernel.yama.*
Nov 20 07:43:01 hamburg01 kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Nov 20 07:43:01 hamburg01 kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Nov 20 07:43:01 hamburg01 kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
Nov 20 07:43:01 hamburg01 kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys memory
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys devices
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys freezer
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys net_cls
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys blkio
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys perf_event
Nov 20 07:43:01 hamburg01 kernel: Initializing cgroup subsys net_prio
Nov 20 07:43:01 hamburg01 kernel: CPU: Physical Processor ID: 0
Nov 20 07:43:01 hamburg01 kernel: CPU: Processor Core ID: 0
Nov 20 07:43:01 hamburg01 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
                                  ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Nov 20 07:43:01 hamburg01 kernel: mce: CPU supports 9 MCE banks
Nov 20 07:43:01 hamburg01 kernel: CPU0: Thermal monitoring enabled (TM1)
Nov 20 07:43:01 hamburg01 kernel: process: using mwait in idle threads
Nov 20 07:43:01 hamburg01 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
                                  Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
                                  tlb_flushall_shift: 6
Nov 20 07:43:01 hamburg01 kernel: Freeing SMP alternatives memory: 20K (ffffffff81a1b000 - ffffffff81a20000)
Nov 20 07:43:01 hamburg01 kernel: ftrace: allocating 21697 entries in 85 pages
Nov 20 07:43:01 hamburg01 kernel: dmar: Host address width 39
Nov 20 07:43:01 hamburg01 kernel: dmar: DRHD base: 0x000000fed90000 flags: 0x1
Nov 20 07:43:01 hamburg01 kernel: dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
Nov 20 07:43:01 hamburg01 kernel: dmar: RMRR base: 0x000000a1cf7000 end: 0x000000a1d17fff
Nov 20 07:43:01 hamburg01 kernel: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
Nov 20 07:43:01 hamburg01 kernel: HPET id 0 under DRHD base 0xfed90000
Nov 20 07:43:01 hamburg01 kernel: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Nov 20 07:43:01 hamburg01 kernel: Your BIOS is broken and requested that x2apic be disabled.
                                  This will slightly decrease performance.
                                  Use 'intremap=no_x2apic_optout' to override BIOS request.
Nov 20 07:43:01 hamburg01 kernel: Enabled IRQ remapping in xapic mode
Nov 20 07:43:01 hamburg01 kernel: x2apic not enabled, IRQ remapping is in xapic mode
Nov 20 07:43:01 hamburg01 kernel: Switched APIC routing to physical flat.
Nov 20 07:43:01 hamburg01 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 20 07:43:01 hamburg01 kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz (fam: 06, model: 3c, stepping: 03)
Nov 20 07:43:01 hamburg01 kernel: TSC deadline timer enabled
Nov 20 07:43:01 hamburg01 kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
Nov 20 07:43:01 hamburg01 kernel: ... version:                3
Nov 20 07:43:01 hamburg01 kernel: ... bit width:              48
Nov 20 07:43:01 hamburg01 kernel: ... generic registers:      4
Nov 20 07:43:01 hamburg01 kernel: ... value mask:             0000ffffffffffff
Nov 20 07:43:01 hamburg01 kernel: ... max period:             0000ffffffffffff
Nov 20 07:43:01 hamburg01 kernel: ... fixed-purpose events:   3
Nov 20 07:43:01 hamburg01 kernel: ... event mask:             000000070000000f
Nov 20 07:43:01 hamburg01 kernel: x86: Booting SMP configuration:
Nov 20 07:43:01 hamburg01 kernel: .... node  #0, CPUs:        #1
Nov 20 07:43:01 hamburg01 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Nov 20 07:43:01 hamburg01 kernel:   #2  #3  #4  #5  #6  #7
Nov 20 07:43:01 hamburg01 kernel: x86: Booted up 1 node, 8 CPUs
Nov 20 07:43:01 hamburg01 kernel: smpboot: Total of 8 processors activated (55870.73 BogoMIPS)
Nov 20 07:43:01 hamburg01 kernel: devtmpfs: initialized
Nov 20 07:43:01 hamburg01 kernel: PM: Registering ACPI NVS region [mem 0xa1b98000-0xa1b9cfff] (20480 bytes)
Nov 20 07:43:01 hamburg01 kernel: PM: Registering ACPI NVS region [mem 0xa1cd1000-0xa1cd3fff] (12288 bytes)
Nov 20 07:43:01 hamburg01 kernel: PM: Registering ACPI NVS region [mem 0xa1cf5000-0xa1cf5fff] (4096 bytes)
Nov 20 07:43:01 hamburg01 kernel: PM: Registering ACPI NVS region [mem 0xa1d24000-0xa1f2efff] (2142208 bytes)
Nov 20 07:43:01 hamburg01 kernel: pinctrl core: initialized pinctrl subsystem
Nov 20 07:43:01 hamburg01 kernel: NET: Registered protocol family 16
Nov 20 07:43:01 hamburg01 kernel: cpuidle: using governor ladder
Nov 20 07:43:01 hamburg01 kernel: cpuidle: using governor menu
Nov 20 07:43:01 hamburg01 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 20 07:43:01 hamburg01 kernel: ACPI: bus type PCI registered
Nov 20 07:43:01 hamburg01 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 20 07:43:01 hamburg01 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 20 07:43:01 hamburg01 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Nov 20 07:43:01 hamburg01 kernel: PCI: Using configuration type 1 for base access
Nov 20 07:43:01 hamburg01 kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Nov 20 07:43:01 hamburg01 kernel: mtrr: probably your BIOS does not setup all CPUs.
Nov 20 07:43:01 hamburg01 kernel: mtrr: corrected configuration.
Nov 20 07:43:01 hamburg01 kernel: ACPI: Added _OSI(Module Device)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Added _OSI(Processor Device)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Executed 6 blocks of module-level executable AML code
Nov 20 07:43:01 hamburg01 kernel: ACPI: Dynamic OEM Table Load:
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0xFFFF88082755B800 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Dynamic OEM Table Load:
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0xFFFF88082760F800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Dynamic OEM Table Load:
Nov 20 07:43:01 hamburg01 kernel: ACPI: SSDT 0xFFFF8808279CAE00 000119 (v02 PmRef  ApCst    00003000 INTL 20120711)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Interpreter enabled
Nov 20 07:43:01 hamburg01 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
Nov 20 07:43:01 hamburg01 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20140424/hwxface-580)
Nov 20 07:43:01 hamburg01 kernel: ACPI: (supports S0 S1 S3 S5)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Using IOAPIC for interrupt routing
Nov 20 07:43:01 hamburg01 kernel: HEST: Table parsing has been initialized.
Nov 20 07:43:01 hamburg01 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 20 07:43:01 hamburg01 kernel: ACPI: Power Resource [PG00] (on)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Power Resource [PG01] (on)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Power Resource [PG02] (on)
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Nov 20 07:43:01 hamburg01 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Nov 20 07:43:01 hamburg01 kernel: \_SB_.PCI0:_OSC invalid UUID
Nov 20 07:43:01 hamburg01 kernel: _OSC request data:1 1f 0
Nov 20 07:43:01 hamburg01 kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Nov 20 07:43:01 hamburg01 kernel: PCI host bridge to bus 0000:00
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: root bus resource [mem 0x850000000-0xc4fffffff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:14.0: reg 0x10: [mem 0xb0120000-0xb012ffff 64bit]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xb1220000-0xb12203ff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xb1210000-0xb12103ff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.0: [8086:8c56] type 00 class 0x060100
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: reg 0x10: [io  0x4070-0x4077]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: reg 0x14: [io  0x4060-0x4063]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: reg 0x18: [io  0x4050-0x4057]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x4040-0x4043]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xb1200000-0xb12007ff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.2: PME# supported from D3hot
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xb0110000-0xb01100ff 64bit]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xb0100000-0xb0100fff 64bit]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:01:00.0: [102b:0522] type 00 class 0x030000
Nov 20 07:43:01 hamburg01 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xb2000000-0xb2ffffff pref]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb1010000-0xb1013fff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:01:00.0: reg 0x18: [mem 0xb0800000-0xb0ffffff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:01:00.0: reg 0x30: [mem 0xb1000000-0xb100ffff pref]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0800000-0xb10fffff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0:   bridge window [mem 0xb2000000-0xb2ffffff 64bit pref]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:02:00.0: [8086:1533] type 00 class 0x020000
Nov 20 07:43:01 hamburg01 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xb1100000-0xb117ffff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:02:00.0: reg 0x18: [io  0x3000-0x301f]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xb1180000-0xb1183fff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Nov 20 07:43:01 hamburg01 kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1:   bridge window [mem 0xb1100000-0xb11fffff]
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Nov 20 07:43:01 hamburg01 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
Nov 20 07:43:01 hamburg01 kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Nov 20 07:43:01 hamburg01 kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
Nov 20 07:43:01 hamburg01 kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Nov 20 07:43:01 hamburg01 kernel: vgaarb: loaded
Nov 20 07:43:01 hamburg01 kernel: vgaarb: bridge control possible 0000:01:00.0
Nov 20 07:43:01 hamburg01 kernel: PCI: Using ACPI for IRQ routing
Nov 20 07:43:01 hamburg01 kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 20 07:43:01 hamburg01 kernel: e820: reserve RAM buffer [mem 0x0009bc00-0x0009ffff]
Nov 20 07:43:01 hamburg01 kernel: e820: reserve RAM buffer [mem 0x9f3ee000-0x9fffffff]
Nov 20 07:43:01 hamburg01 kernel: e820: reserve RAM buffer [mem 0xa2000000-0xa3ffffff]
Nov 20 07:43:01 hamburg01 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Nov 20 07:43:01 hamburg01 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Nov 20 07:43:01 hamburg01 kernel: Switched to clocksource hpet
Nov 20 07:43:01 hamburg01 kernel: pnp: PnP ACPI init
Nov 20 07:43:01 hamburg01 kernel: ACPI: bus type PNP registered
Nov 20 07:43:01 hamburg01 kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:00: [io  0xffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:00: [io  0xffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:00: [io  0xffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:00: [io  0x0400-0x04fe] could not be reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 20 07:43:01 hamburg01 kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 20 07:43:01 hamburg01 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Nov 20 07:43:01 hamburg01 kernel: system 00:03: [io  0x0454-0x0457] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Nov 20 07:43:01 hamburg01 kernel: pnp 00:04: [dma 0 disabled]
Nov 20 07:43:01 hamburg01 kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
Nov 20 07:43:01 hamburg01 kernel: pnp 00:05: [dma 0 disabled]
Nov 20 07:43:01 hamburg01 kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xb0010000-0xb001ffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: [mem 0xb0000000-0xb000ffff] has been reserved
Nov 20 07:43:01 hamburg01 kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Nov 20 07:43:01 hamburg01 kernel: pnp: PnP ACPI: found 7 devices
Nov 20 07:43:01 hamburg01 kernel: ACPI: bus type PNP unregistered
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0800000-0xb10fffff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.0:   bridge window [mem 0xb2000000-0xb2ffffff 64bit pref]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
Nov 20 07:43:01 hamburg01 kernel: pci 0000:00:1c.1:   bridge window [mem 0xb1100000-0xb11fffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 14 [mem 0xb0000000-0xfeafffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:00: resource 15 [mem 0x850000000-0xc4fffffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:01: resource 1 [mem 0xb0800000-0xb10fffff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:01: resource 2 [mem 0xb2000000-0xb2ffffff 64bit pref]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
Nov 20 07:43:01 hamburg01 kernel: pci_bus 0000:02: resource 1 [mem 0xb1100000-0xb11fffff]
Nov 20 07:43:01 hamburg01 kernel: NET: Registered protocol family 2
Nov 20 07:43:01 hamburg01 kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
Nov 20 07:43:01 hamburg01 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Nov 20 07:43:01 hamburg01 kernel: TCP: Hash tables configured (established 262144 bind 65536)
Nov 20 07:43:01 hamburg01 kernel: TCP: reno registered
Nov 20 07:43:01 hamburg01 kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes)
Nov 20 07:43:01 hamburg01 kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
Nov 20 07:43:01 hamburg01 kernel: NET: Registered protocol family 1
Nov 20 07:43:01 hamburg01 kernel: pci 0000:01:00.0: Video device with shadowed ROM
Nov 20 07:43:01 hamburg01 kernel: PCI: CLS 64 bytes, default 64
Nov 20 07:43:01 hamburg01 kernel: Unpacking initramfs...
Nov 20 07:43:01 hamburg01 kernel: Freeing initrd memory: 16164K (ffff88003605e000 - ffff880037027000)
Nov 20 07:43:01 hamburg01 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 20 07:43:01 hamburg01 kernel: software IO TLB [mem 0x9b3ee000-0x9f3ee000] (64MB) mapped at [ffff88009b3ee000-ffff88009f3edfff]
Nov 20 07:43:01 hamburg01 kernel: Simple Boot Flag at 0x4f set to 0x80
Nov 20 07:43:01 hamburg01 kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x1d
Nov 20 07:43:01 hamburg01 kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Nov 20 07:43:01 hamburg01 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes)
Nov 20 07:43:01 hamburg01 kernel: audit: initializing netlink subsys (disabled)
Nov 20 07:43:01 hamburg01 kernel: audit: type=2000 audit(1479624178.548:1): initialized
Nov 20 07:43:01 hamburg01 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Nov 20 07:43:01 hamburg01 kernel: zbud: loaded
Nov 20 07:43:01 hamburg01 kernel: VFS: Disk quotas dquot_6.5.2
Nov 20 07:43:01 hamburg01 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 20 07:43:01 hamburg01 kernel: msgmni has been set to 32768
Nov 20 07:43:01 hamburg01 kernel: alg: No test for stdrng (krng)
Nov 20 07:43:01 hamburg01 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Nov 20 07:43:01 hamburg01 kernel: io scheduler noop registered
Nov 20 07:43:01 hamburg01 kernel: io scheduler deadline registered
Nov 20 07:43:01 hamburg01 kernel: io scheduler cfq registered (default)
Nov 20 07:43:01 hamburg01 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Nov 20 07:43:01 hamburg01 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Nov 20 07:43:01 hamburg01 kernel: intel_idle: MWAIT substates: 0x42120
Nov 20 07:43:01 hamburg01 kernel: intel_idle: v0.4 model 0x3C
Nov 20 07:43:01 hamburg01 kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Nov 20 07:43:01 hamburg01 kernel: ERST: Error Record Serialization Table (ERST) support is initialized.
Nov 20 07:43:01 hamburg01 kernel: pstore: Registered erst as persistent store backend
Nov 20 07:43:01 hamburg01 kernel: GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Nov 20 07:43:01 hamburg01 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Nov 20 07:43:01 hamburg01 kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Nov 20 07:43:01 hamburg01 kernel: 00:05: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Nov 20 07:43:01 hamburg01 kernel: Linux agpgart interface v0.103
Nov 20 07:43:01 hamburg01 kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
Nov 20 07:43:01 hamburg01 kernel: i8042: No controller found
Nov 20 07:43:01 hamburg01 kernel: tsc: Refined TSC clocksource calibration: 3491.913 MHz
Nov 20 07:43:01 hamburg01 kernel: mousedev: PS/2 mouse device common for all mice
Nov 20 07:43:01 hamburg01 kernel: rtc_cmos 00:02: RTC can wake from S4
Nov 20 07:43:01 hamburg01 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Nov 20 07:43:01 hamburg01 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Nov 20 07:43:01 hamburg01 kernel: Intel P-state driver initializing.
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 0
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 1
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 2
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 3
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 4
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 5
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 6
Nov 20 07:43:01 hamburg01 kernel: Intel pstate controlling: cpu 7
Nov 20 07:43:01 hamburg01 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 20 07:43:01 hamburg01 kernel: AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
Nov 20 07:43:01 hamburg01 kernel: AMD IOMMUv2 functionality not available on this system
Nov 20 07:43:01 hamburg01 kernel: TCP: cubic registered
Nov 20 07:43:01 hamburg01 kernel: NET: Registered protocol family 10
Nov 20 07:43:01 hamburg01 kernel: mip6: Mobile IPv6
Nov 20 07:43:01 hamburg01 kernel: NET: Registered protocol family 17
Nov 20 07:43:01 hamburg01 kernel: mpls_gso: MPLS GSO support
Nov 20 07:43:01 hamburg01 kernel: registered taskstats version 1
Nov 20 07:43:01 hamburg01 kernel: rtc_cmos 00:02: setting system clock to 2016-11-20 06:43:00 UTC (1479624180)
Nov 20 07:43:01 hamburg01 kernel: PM: Hibernation image not present or could not be loaded.
Nov 20 07:43:01 hamburg01 kernel: Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000)
Nov 20 07:43:01 hamburg01 kernel: Write protecting the kernel read-only data: 8192k
Nov 20 07:43:01 hamburg01 kernel: Freeing unused kernel memory: 896K (ffff880001520000 - ffff880001600000)
Nov 20 07:43:01 hamburg01 kernel: Freeing unused kernel memory: 212K (ffff8800017cb000 - ffff880001800000)
Nov 20 07:43:01 hamburg01 systemd-udevd[91]: starting version 215
Nov 20 07:43:01 hamburg01 kernel: random: systemd-udevd urandom read with 1 bits of entropy available
Nov 20 07:43:01 hamburg01 kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 20 07:43:01 hamburg01 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 20 07:43:01 hamburg01 kernel: PTP clock support registered
Nov 20 07:43:01 hamburg01 kernel: dca service started, version 1.12.1
Nov 20 07:43:01 hamburg01 kernel: SCSI subsystem initialized
Nov 20 07:43:01 hamburg01 kernel: ACPI: bus type USB registered
Nov 20 07:43:01 hamburg01 kernel: usbcore: registered new interface driver usbfs
Nov 20 07:43:01 hamburg01 kernel: usbcore: registered new interface driver hub
Nov 20 07:43:01 hamburg01 kernel: igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
Nov 20 07:43:01 hamburg01 kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: irq 41 for MSI/MSI-X
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: irq 42 for MSI/MSI-X
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: irq 43 for MSI/MSI-X
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: irq 44 for MSI/MSI-X
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: irq 45 for MSI/MSI-X
Nov 20 07:43:01 hamburg01 kernel: libata version 3.00 loaded.
Nov 20 07:43:01 hamburg01 kernel: usbcore: registered new device driver usb
Nov 20 07:43:01 hamburg01 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 20 07:43:01 hamburg01 kernel: ahci 0000:00:1f.2: version 3.0
Nov 20 07:43:01 hamburg01 kernel: ehci-pci: EHCI PCI platform driver
Nov 20 07:43:01 hamburg01 kernel: ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
Nov 20 07:43:01 hamburg01 kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Nov 20 07:43:01 hamburg01 kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: added PHC on eth0
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:1e:67:ad:6c:e5
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: eth0: PBA No: 102100-000
Nov 20 07:43:01 hamburg01 kernel: igb 0000:02:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Nov 20 07:43:01 hamburg01 kernel: scsi0 : ahci
Nov 20 07:43:01 hamburg01 kernel: scsi1 : ahci
Nov 20 07:43:01 hamburg01 kernel: scsi2 : ahci
Nov 20 07:43:01 hamburg01 kernel: scsi3 : ahci
Nov 20 07:43:01 hamburg01 kernel: scsi4 : ahci
Nov 20 07:43:01 hamburg01 kernel: scsi5 : ahci
Nov 20 07:43:01 hamburg01 kernel: ata1: SATA max UDMA/133 abar m2048@0xb1200000 port 0xb1200100 irq 46
Nov 20 07:43:01 hamburg01 kernel: ata2: SATA max UDMA/133 abar m2048@0xb1200000 port 0xb1200180 irq 46
Nov 20 07:43:01 hamburg01 kernel: ata3: SATA max UDMA/133 abar m2048@0xb1200000 port 0xb1200200 irq 46
Nov 20 07:43:01 hamburg01 kernel: ata4: SATA max UDMA/133 abar m2048@0xb1200000 port 0xb1200280 irq 46
Nov 20 07:43:01 hamburg01 kernel: ata5: SATA max UDMA/133 abar m2048@0xb1200000 port 0xb1200300 irq 46
Nov 20 07:43:01 hamburg01 kernel: ata6: SATA max UDMA/133 abar m2048@0xb1200000 port 0xb1200380 irq 46
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1a.0: debug port 2
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xb1220000
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Nov 20 07:43:01 hamburg01 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Nov 20 07:43:01 hamburg01 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 20 07:43:01 hamburg01 kernel: usb usb1: Product: EHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: usb usb1: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
Nov 20 07:43:01 hamburg01 kernel: usb usb1: SerialNumber: 0000:00:1a.0
Nov 20 07:43:01 hamburg01 kernel: hub 1-0:1.0: USB hub found
Nov 20 07:43:01 hamburg01 kernel: hub 1-0:1.0: 3 ports detected
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1d.0: debug port 2
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xb1210000
Nov 20 07:43:01 hamburg01 kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Nov 20 07:43:01 hamburg01 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Nov 20 07:43:01 hamburg01 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 20 07:43:01 hamburg01 kernel: usb usb2: Product: EHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: usb usb2: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
Nov 20 07:43:01 hamburg01 kernel: usb usb2: SerialNumber: 0000:00:1d.0
Nov 20 07:43:01 hamburg01 kernel: hub 2-0:1.0: USB hub found
Nov 20 07:43:01 hamburg01 kernel: hub 2-0:1.0: 3 ports detected
Nov 20 07:43:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Nov 20 07:43:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Nov 20 07:43:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
Nov 20 07:43:01 hamburg01 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Nov 20 07:43:01 hamburg01 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 20 07:43:01 hamburg01 kernel: usb usb3: Product: xHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: usb usb3: Manufacturer: Linux 3.16.0-4-amd64 xhci_hcd
Nov 20 07:43:01 hamburg01 kernel: usb usb3: SerialNumber: 0000:00:14.0
Nov 20 07:43:01 hamburg01 kernel: hub 3-0:1.0: USB hub found
Nov 20 07:43:01 hamburg01 kernel: hub 3-0:1.0: 15 ports detected
Nov 20 07:43:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Nov 20 07:43:01 hamburg01 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
Nov 20 07:43:01 hamburg01 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 20 07:43:01 hamburg01 kernel: usb usb4: Product: xHCI Host Controller
Nov 20 07:43:01 hamburg01 kernel: usb usb4: Manufacturer: Linux 3.16.0-4-amd64 xhci_hcd
Nov 20 07:43:01 hamburg01 kernel: usb usb4: SerialNumber: 0000:00:14.0
Nov 20 07:43:01 hamburg01 kernel: hub 4-0:1.0: USB hub found
Nov 20 07:43:01 hamburg01 kernel: hub 4-0:1.0: 6 ports detected
Nov 20 07:43:01 hamburg01 kernel: usb: failed to peer usb4-port4 and usb3-port10 by location (usb4-port4:none) (usb3-port10:usb4-port3)
Nov 20 07:43:01 hamburg01 kernel: usb usb4-port4: failed to peer to usb3-port10 (-16)
Nov 20 07:43:01 hamburg01 kernel: usb: port power management may be unreliable
Nov 20 07:43:01 hamburg01 kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 20 07:43:01 hamburg01 kernel: ata4: SATA link down (SStatus 0 SControl 300)
Nov 20 07:43:01 hamburg01 kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 20 07:43:01 hamburg01 kernel: ata3: SATA link down (SStatus 0 SControl 300)
Nov 20 07:43:01 hamburg01 kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 20 07:43:01 hamburg01 kernel: ata5: SATA link down (SStatus 0 SControl 300)
Nov 20 07:43:01 hamburg01 kernel: ata2.00: failed to get NCQ Send/Recv Log Emask 0x1
Nov 20 07:43:01 hamburg01 kernel: ata2.00: ATA-9: SAMSUNG MZ7WD240HCFV-00003, DXM9103Q, max UDMA/133
Nov 20 07:43:01 hamburg01 kernel: ata2.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Nov 20 07:43:01 hamburg01 kernel: ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
Nov 20 07:43:01 hamburg01 kernel: ata1.00: ATA-9: SAMSUNG MZ7WD240HCFV-00003, DXM9103Q, max UDMA/133
Nov 20 07:43:01 hamburg01 kernel: ata1.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Nov 20 07:43:01 hamburg01 kernel: ata2.00: failed to get NCQ Send/Recv Log Emask 0x1
Nov 20 07:43:01 hamburg01 kernel: ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
Nov 20 07:43:01 hamburg01 kernel: ata2.00: configured for UDMA/133
Nov 20 07:43:01 hamburg01 kernel: ata1.00: configured for UDMA/133
Nov 20 07:43:01 hamburg01 kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Nov 20 07:43:01 hamburg01 kernel: scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG MZ7WD240 103Q PQ: 0 ANSI: 5
Nov 20 07:43:01 hamburg01 kernel: scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG MZ7WD240 103Q PQ: 0 ANSI: 5
Nov 20 07:43:01 hamburg01 kernel: sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/223 GiB)
Nov 20 07:43:01 hamburg01 kernel: sd 1:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/223 GiB)
Nov 20 07:43:01 hamburg01 kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 20 07:43:01 hamburg01 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 20 07:43:01 hamburg01 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 20 07:43:01 hamburg01 kernel: sd 1:0:0:0: [sdb] Write Protect is off
Nov 20 07:43:01 hamburg01 kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 20 07:43:01 hamburg01 kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 20 07:43:01 hamburg01 kernel:  sda:
Nov 20 07:43:01 hamburg01 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 20 07:43:01 hamburg01 kernel:  sdb: unknown partition table
Nov 20 07:43:01 hamburg01 kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Nov 20 07:43:01 hamburg01 kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Nov 20 07:43:01 hamburg01 kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Nov 20 07:43:01 hamburg01 kernel: raid6: sse2x1   12118 MB/s
Nov 20 07:43:01 hamburg01 kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8008
Nov 20 07:43:01 hamburg01 kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 20 07:43:01 hamburg01 kernel: hub 1-1:1.0: USB hub found
Nov 20 07:43:01 hamburg01 kernel: hub 1-1:1.0: 6 ports detected
Nov 20 07:43:01 hamburg01 kernel: raid6: sse2x2   15463 MB/s
Nov 20 07:43:01 hamburg01 kernel: raid6: sse2x4   17841 MB/s
Nov 20 07:43:01 hamburg01 kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Nov 20 07:43:01 hamburg01 kernel: raid6: avx2x1   23986 MB/s
Nov 20 07:43:01 hamburg01 kernel: raid6: avx2x2   27538 MB/s
Nov 20 07:43:01 hamburg01 kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=8000
Nov 20 07:43:01 hamburg01 kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 20 07:43:01 hamburg01 kernel: hub 2-1:1.0: USB hub found
Nov 20 07:43:01 hamburg01 kernel: hub 2-1:1.0: 8 ports detected
Nov 20 07:43:01 hamburg01 kernel: raid6: avx2x4   31840 MB/s
Nov 20 07:43:01 hamburg01 kernel: raid6: using algorithm avx2x4 (31840 MB/s)
Nov 20 07:43:01 hamburg01 kernel: raid6: using avx2x2 recovery algorithm
Nov 20 07:43:01 hamburg01 kernel: xor: automatically using best checksumming function:
Nov 20 07:43:01 hamburg01 kernel:    avx       : 37694.000 MB/sec
Nov 20 07:43:01 hamburg01 kernel: Btrfs loaded
Nov 20 07:43:01 hamburg01 kernel: BTRFS: device label hamburg01-root devid 2 transid 1329413 /dev/sdb
Nov 20 07:43:01 hamburg01 kernel: BTRFS: device label hamburg01-root devid 1 transid 1329413 /dev/sda
Nov 20 07:43:01 hamburg01 kernel: BTRFS info (device sda): disk space caching is enabled
Nov 20 07:43:01 hamburg01 kernel: usb 3-2: new low-speed USB device number 2 using xhci_hcd
Nov 20 07:43:01 hamburg01 kernel: BTRFS: detected SSD devices, enabling SSD mode
Nov 20 07:43:01 hamburg01 kernel: Switched to clocksource tsc
Nov 20 07:43:01 hamburg01 kernel: usb 3-2: New USB device found, idVendor=0e8f, idProduct=0020
Nov 20 07:43:01 hamburg01 kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 20 07:43:01 hamburg01 kernel: usb 3-2: Product: PS2toUSB Adapter
Nov 20 07:43:01 hamburg01 kernel: usb 3-2: Manufacturer: GASIA
Nov 20 07:43:01 hamburg01 kernel: usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 20 07:43:01 hamburg01 kernel: usb 3-2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 20 07:43:01 hamburg01 kernel: hidraw: raw HID events driver (C) Jiri Kosina
Nov 20 07:43:01 hamburg01 kernel: usbcore: registered new interface driver usbhid
Nov 20 07:43:01 hamburg01 kernel: usbhid: USB HID core driver
Nov 20 07:43:01 hamburg01 kernel: input: GASIA PS2toUSB Adapter as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:0E8F:0020.0001/input/input0
Nov 20 07:43:01 hamburg01 kernel: hid-generic 0003:0E8F:0020.0001: input,hidraw0: USB HID v1.10 Keyboard [GASIA PS2toUSB Adapter] on usb-0000:00:14.0-2/input0
Nov 20 07:43:01 hamburg01 kernel: input: GASIA PS2toUSB Adapter as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:0E8F:0020.0002/input/input1
Nov 20 07:43:01 hamburg01 kernel: hid-generic 0003:0E8F:0020.0002: input,hidraw1: USB HID v1.10 Mouse [GASIA PS2toUSB Adapter] on usb-0000:00:14.0-2/input1
Nov 20 07:43:01 hamburg01 systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
Nov 20 07:43:01 hamburg01 systemd[1]: Detected architecture 'x86-64'.
Nov 20 07:43:01 hamburg01 systemd[1]: Inserted module 'autofs4'
Nov 20 07:43:01 hamburg01 systemd[1]: Set hostname to <hamburg01>.
Nov 20 07:43:01 hamburg01 systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Nov 20 07:43:01 hamburg01 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Remote File Systems (Pre).
Nov 20 07:43:01 hamburg01 systemd[1]: Reached target Remote File Systems (Pre).
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Encrypted Volumes.
Nov 20 07:43:01 hamburg01 systemd[1]: Reached target Encrypted Volumes.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Nov 20 07:43:01 hamburg01 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Swap.
Nov 20 07:43:01 hamburg01 systemd[1]: Reached target Swap.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Root Slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Created slice Root Slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting User and Session Slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Created slice User and Session Slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Delayed Shutdown Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Listening on Delayed Shutdown Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Nov 20 07:43:01 hamburg01 systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Journal Socket (/dev/log).
Nov 20 07:43:01 hamburg01 systemd[1]: Listening on Journal Socket (/dev/log).
Nov 20 07:43:01 hamburg01 systemd[1]: Starting udev Control Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Listening on udev Control Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting udev Kernel Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Listening on udev Kernel Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Journal Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Listening on Journal Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting System Slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Created slice System Slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Started File System Check on Root Device.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting system-docker\x2dapp.slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Created slice system-docker\x2dapp.slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting system-getty.slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Created slice system-getty.slice.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Increase datagram queue length...
Nov 20 07:43:01 hamburg01 systemd[1]: Starting udev Coldplug all Devices...
Nov 20 07:43:01 hamburg01 systemd[1]: Mounting Debug File System...
Nov 20 07:43:01 hamburg01 systemd[1]: Mounting Huge Pages File System...
Nov 20 07:43:01 hamburg01 systemd[1]: Started Set Up Additional Binary Formats.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Create list of required static device nodes for the current kernel...
Nov 20 07:43:01 hamburg01 systemd[1]: Mounting POSIX Message Queue File System...
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Load Kernel Modules...
Nov 20 07:43:01 hamburg01 systemd[1]: Starting LSB: Set keymap...
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Slices.
Nov 20 07:43:01 hamburg01 systemd[1]: Reached target Slices.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 20 07:43:01 hamburg01 systemd[1]: Started Create list of required static device nodes for the current kernel.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 20 07:43:01 hamburg01 systemd[1]: Mounted POSIX Message Queue File System.
Nov 20 07:43:01 hamburg01 systemd[1]: Mounted Huge Pages File System.
Nov 20 07:43:01 hamburg01 systemd[1]: Mounted Debug File System.
Nov 20 07:43:01 hamburg01 systemd[1]: Started Increase datagram queue length.
Nov 20 07:43:01 hamburg01 kernel: fuse init (API version 7.23)
Nov 20 07:43:01 hamburg01 systemd[1]: Started Load Kernel Modules.
Nov 20 07:43:01 hamburg01 systemd[1]: Mounting FUSE Control File System...
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Apply Kernel Variables...
Nov 20 07:43:01 hamburg01 systemd[1]: Mounted Configuration File System.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Syslog Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Listening on Syslog Socket.
Nov 20 07:43:01 hamburg01 systemd[1]: Starting Journal Service...
Nov 20 07:43:01 hamburg01 systemd[1]: Started Journal Service.
Nov 20 07:43:01 hamburg01 systemd-udevd[253]: starting version 215
Nov 20 07:43:01 hamburg01 kernel: BTRFS info (device sda): disk space caching is enabled
Nov 20 07:43:02 hamburg01 kernel: usb 3-5: new full-speed USB device number 3 using xhci_hcd
Nov 20 07:43:02 hamburg01 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Nov 20 07:43:02 hamburg01 kernel: ACPI: Sleep Button [SLPB]
Nov 20 07:43:02 hamburg01 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
Nov 20 07:43:02 hamburg01 kernel: ACPI: Power Button [PWRB]
Nov 20 07:43:02 hamburg01 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Nov 20 07:43:02 hamburg01 kernel: ACPI: Power Button [PWRF]
Nov 20 07:43:02 hamburg01 kernel: EDAC MC: Ver: 3.0.0
Nov 20 07:43:02 hamburg01 kernel: ipmi message handler version 39.2
Nov 20 07:43:02 hamburg01 kernel: EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
Nov 20 07:43:02 hamburg01 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 20 07:43:02 hamburg01 kernel: IPMI System Interface driver.
Nov 20 07:43:02 hamburg01 kernel: ipmi_si: probing via SMBIOS
Nov 20 07:43:02 hamburg01 kernel: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
Nov 20 07:43:02 hamburg01 kernel: ipmi_si: Adding SMBIOS-specified kcs state machine
Nov 20 07:43:02 hamburg01 kernel: ipmi_si: probing via SPMI
Nov 20 07:43:02 hamburg01 kernel: ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
Nov 20 07:43:02 hamburg01 kernel: ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
Nov 20 07:43:02 hamburg01 kernel: ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
Nov 20 07:43:02 hamburg01 kernel: ACPI Warning: SystemIO range 0x0000000000004000-0x000000000000401F conflicts with OpRegion 0x0000000000004000-0x000000000000400F (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-254)
Nov 20 07:43:02 hamburg01 kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Nov 20 07:43:02 hamburg01 kernel: [drm] Initialized drm 1.1.0 20060810
Nov 20 07:43:02 hamburg01 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Nov 20 07:43:02 hamburg01 kernel: AVX2 version of gcm_enc/dec engaged.
Nov 20 07:43:02 hamburg01 kernel: iTCO_vendor_support: vendor-support=0
Nov 20 07:43:02 hamburg01 kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Nov 20 07:43:02 hamburg01 kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Nov 20 07:43:02 hamburg01 kernel: ppdev: user-space parallel port driver
Nov 20 07:43:02 hamburg01 kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
Nov 20 07:43:02 hamburg01 kernel: alg: No test for crc32 (crc32-pclmul)
Nov 20 07:43:02 hamburg01 kernel: intel_rapl: Found RAPL domain package
Nov 20 07:43:02 hamburg01 kernel: intel_rapl: Found RAPL domain core
Nov 20 07:43:02 hamburg01 kernel: intel_rapl: Found RAPL domain dram
Nov 20 07:43:02 hamburg01 kernel: usb 3-5: New USB device found, idVendor=046b, idProduct=ff10
Nov 20 07:43:02 hamburg01 kernel: usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 20 07:43:02 hamburg01 kernel: usb 3-5: Product: Virtual Keyboard and Mouse
Nov 20 07:43:02 hamburg01 kernel: usb 3-5: Manufacturer: American Megatrends Inc.
Nov 20 07:43:02 hamburg01 kernel: usb 3-5: SerialNumber: serial
Nov 20 07:43:02 hamburg01 kernel: usb 3-5: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 20 07:43:02 hamburg01 kernel: input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:046B:FF10.0003/input/input6
Nov 20 07:43:02 hamburg01 kernel: hid-generic 0003:046B:FF10.0003: input,hidraw2: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-5/input0
Nov 20 07:43:02 hamburg01 kernel: ipmi device interface
Nov 20 07:43:02 hamburg01 kernel: input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:046B:FF10.0004/input/input7
Nov 20 07:43:02 hamburg01 kernel: hid-generic 0003:046B:FF10.0004: input,hidraw3: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:14.0-5/input1
Nov 20 07:43:02 hamburg01 kernel: random: nonblocking pool is initialized
Nov 20 07:43:02 hamburg01 kernel: ipmi_si ipmi_si.0: Found new BMC (man_id: 0x000157, prod_id: 0x0065, dev_id: 0x21)
Nov 20 07:43:02 hamburg01 kernel: ipmi_si ipmi_si.0: IPMI kcs interface initialized
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: new high-speed USB device number 4 using xhci_hcd
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: New USB device found, idVendor=046b, idProduct=ff92
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: Product: Composite Device
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: Manufacturer: American Megatrends Inc.
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: SerialNumber: serial
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: ep 0x83 - rounding interval to 8 microframes, ep desc says 10 microframes
Nov 20 07:43:02 hamburg01 kernel: usb 3-6: ep 0x4 - rounding interval to 8 microframes, ep desc says 10 microframes
Nov 20 07:43:02 hamburg01 kernel: usb-storage 3-6:1.0: USB Mass Storage device detected
Nov 20 07:43:02 hamburg01 kernel: scsi6 : usb-storage 3-6:1.0
Nov 20 07:43:02 hamburg01 kernel: usbcore: registered new interface driver usb-storage
Nov 20 07:43:02 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Nov 20 07:43:03 hamburg01 kernel: scsi 6:0:0:0: CD-ROM            Virtual  CDROM            1.00 PQ: 0 ANSI: 0 CCS
Nov 20 07:43:03 hamburg01 kernel: scsi 6:0:0:1: Direct-Access     Virtual  Floppy           1.00 PQ: 0 ANSI: 0 CCS
Nov 20 07:43:03 hamburg01 kernel: scsi 6:0:0:0: Attached scsi generic sg2 type 5
Nov 20 07:43:03 hamburg01 kernel: sd 6:0:0:1: Attached scsi generic sg3 type 0
Nov 20 07:43:03 hamburg01 kernel: sd 6:0:0:1: [sdc] Attached SCSI removable disk
Nov 20 07:43:03 hamburg01 kernel: sr0: scsi-1 drive
Nov 20 07:43:03 hamburg01 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Nov 20 07:43:03 hamburg01 kernel: sr 6:0:0:0: Attached scsi CD-ROM sr0
Nov 20 07:43:05 hamburg01 kernel: igb 0000:02:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 20 07:43:05 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Nov 20 07:43:06 hamburg01 kernel: aufs: module is from the staging directory, the quality is unknown, you have been warned.
Nov 20 07:43:06 hamburg01 kernel: aufs 3.16-20140908+setfl
Nov 20 07:43:06 hamburg01 kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Nov 20 07:43:07 hamburg01 kernel: Bridge firewalling registered
Nov 20 07:43:07 hamburg01 kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
Nov 20 07:43:07 hamburg01 kernel: device veth2ba6d86 entered promiscuous mode
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth2ba6d86: link is not ready
Nov 20 07:43:07 hamburg01 kernel: docker0: port 1(veth2ba6d86) entered forwarding state
Nov 20 07:43:07 hamburg01 kernel: docker0: port 1(veth2ba6d86) entered forwarding state
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth2ba6d86: link becomes ready
Nov 20 07:43:07 hamburg01 kernel: device veth1501866 entered promiscuous mode
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth1501866: link is not ready
Nov 20 07:43:07 hamburg01 kernel: docker0: port 2(veth1501866) entered forwarding state
Nov 20 07:43:07 hamburg01 kernel: docker0: port 2(veth1501866) entered forwarding state
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth1501866: link becomes ready
Nov 20 07:43:07 hamburg01 kernel: device vethbda237c entered promiscuous mode
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethbda237c: link is not ready
Nov 20 07:43:07 hamburg01 kernel: docker0: port 3(vethbda237c) entered forwarding state
Nov 20 07:43:07 hamburg01 kernel: docker0: port 3(vethbda237c) entered forwarding state
Nov 20 07:43:07 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethbda237c: link becomes ready
Nov 20 07:43:08 hamburg01 kernel: rsyslogd (1162): Attempt to access syslog with CAP_SYS_ADMIN but no CAP_SYSLOG (deprecated).
Nov 20 07:43:08 hamburg01 kernel: device vethe05e249 entered promiscuous mode
Nov 20 07:43:08 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethe05e249: link is not ready
Nov 20 07:43:08 hamburg01 kernel: docker0: port 4(vethe05e249) entered forwarding state
Nov 20 07:43:08 hamburg01 kernel: docker0: port 4(vethe05e249) entered forwarding state
Nov 20 07:43:08 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethe05e249: link becomes ready
Nov 20 07:43:08 hamburg01 kernel: device veth214249b entered promiscuous mode
Nov 20 07:43:08 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth214249b: link is not ready
Nov 20 07:43:08 hamburg01 kernel: docker0: port 5(veth214249b) entered forwarding state
Nov 20 07:43:08 hamburg01 kernel: docker0: port 5(veth214249b) entered forwarding state
Nov 20 07:43:08 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth214249b: link becomes ready
Nov 20 07:43:08 hamburg01 kernel: device veth870ba3a entered promiscuous mode
Nov 20 07:43:08 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth870ba3a: link is not ready
Nov 20 07:43:08 hamburg01 kernel: docker0: port 6(veth870ba3a) entered forwarding state
Nov 20 07:43:08 hamburg01 kernel: docker0: port 6(veth870ba3a) entered forwarding state
Nov 20 07:43:08 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth870ba3a: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device vethb412bc2 entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethb412bc2: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 7(vethb412bc2) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 7(vethb412bc2) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethb412bc2: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device veth5a47c7c entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth5a47c7c: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 8(veth5a47c7c) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 8(veth5a47c7c) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 8(veth5a47c7c) entered disabled state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth5a47c7c: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 8(veth5a47c7c) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 8(veth5a47c7c) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: device vethe91758d entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethe91758d: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 9(vethe91758d) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 9(vethe91758d) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: device veth76110e0 entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth76110e0: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 10(veth76110e0) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 10(veth76110e0) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethe91758d: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth76110e0: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device veth12391ea entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth12391ea: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 11(veth12391ea) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 11(veth12391ea) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: device vethb778991 entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethb778991: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 12(vethb778991) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 12(vethb778991) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth12391ea: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device veth1d95cd5 entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethb778991: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth1d95cd5: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 13(veth1d95cd5) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 13(veth1d95cd5) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth1d95cd5: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device vethcebfdeb entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethcebfdeb: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 14(vethcebfdeb) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 14(vethcebfdeb) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethcebfdeb: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device veth29880f9 entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth29880f9: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 15(veth29880f9) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 15(veth29880f9) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth29880f9: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device vethc169509 entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethc169509: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 16(vethc169509) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 16(vethc169509) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethc169509: link becomes ready
Nov 20 07:43:09 hamburg01 kernel: device vethbcb71e8 entered promiscuous mode
Nov 20 07:43:09 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethbcb71e8: link is not ready
Nov 20 07:43:09 hamburg01 kernel: docker0: port 17(vethbcb71e8) entered forwarding state
Nov 20 07:43:09 hamburg01 kernel: docker0: port 17(vethbcb71e8) entered forwarding state
Nov 20 07:43:10 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethbcb71e8: link becomes ready
Nov 20 07:43:10 hamburg01 kernel: device vetha041219 entered promiscuous mode
Nov 20 07:43:10 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vetha041219: link is not ready
Nov 20 07:43:10 hamburg01 kernel: docker0: port 18(vetha041219) entered forwarding state
Nov 20 07:43:10 hamburg01 kernel: docker0: port 18(vetha041219) entered forwarding state
Nov 20 07:43:10 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vetha041219: link becomes ready
Nov 20 07:43:10 hamburg01 kernel: device vethd1b063d entered promiscuous mode
Nov 20 07:43:10 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethd1b063d: link is not ready
Nov 20 07:43:10 hamburg01 kernel: docker0: port 19(vethd1b063d) entered forwarding state
Nov 20 07:43:10 hamburg01 kernel: docker0: port 19(vethd1b063d) entered forwarding state
Nov 20 07:43:10 hamburg01 kernel: device vethe940e8b entered promiscuous mode
Nov 20 07:43:10 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethe940e8b: link is not ready
Nov 20 07:43:10 hamburg01 kernel: docker0: port 20(vethe940e8b) entered forwarding state
Nov 20 07:43:10 hamburg01 kernel: docker0: port 20(vethe940e8b) entered forwarding state
Nov 20 07:43:10 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethd1b063d: link becomes ready
Nov 20 07:43:10 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethe940e8b: link becomes ready
Nov 20 07:43:22 hamburg01 kernel: docker0: port 1(veth2ba6d86) entered forwarding state
Nov 20 07:43:22 hamburg01 kernel: docker0: port 2(veth1501866) entered forwarding state
Nov 20 07:43:22 hamburg01 kernel: docker0: port 3(vethbda237c) entered forwarding state
Nov 20 07:43:23 hamburg01 kernel: docker0: port 4(vethe05e249) entered forwarding state
Nov 20 07:43:23 hamburg01 kernel: docker0: port 5(veth214249b) entered forwarding state
Nov 20 07:43:23 hamburg01 kernel: docker0: port 6(veth870ba3a) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 7(vethb412bc2) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 9(vethe91758d) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 8(veth5a47c7c) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 10(veth76110e0) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 11(veth12391ea) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 12(vethb778991) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 13(veth1d95cd5) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 14(vethcebfdeb) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 15(veth29880f9) entered forwarding state
Nov 20 07:43:24 hamburg01 kernel: docker0: port 16(vethc169509) entered forwarding state
Nov 20 07:43:25 hamburg01 kernel: docker0: port 17(vethbcb71e8) entered forwarding state
Nov 20 07:43:25 hamburg01 kernel: docker0: port 18(vetha041219) entered forwarding state
Nov 20 07:43:25 hamburg01 kernel: docker0: port 19(vethd1b063d) entered forwarding state
Nov 20 07:43:25 hamburg01 kernel: docker0: port 20(vethe940e8b) entered forwarding state
Nov 20 07:50:25 hamburg01 kernel: device veth37db5f0 entered promiscuous mode
Nov 20 07:50:25 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth37db5f0: link is not ready
Nov 20 07:50:25 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth37db5f0: link becomes ready
Nov 20 07:50:25 hamburg01 kernel: docker0: port 21(veth37db5f0) entered forwarding state
Nov 20 07:50:25 hamburg01 kernel: docker0: port 21(veth37db5f0) entered forwarding state
Nov 20 07:50:25 hamburg01 kernel: device veth3a5c905 entered promiscuous mode
Nov 20 07:50:25 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth3a5c905: link is not ready
Nov 20 07:50:25 hamburg01 kernel: docker0: port 22(veth3a5c905) entered forwarding state
Nov 20 07:50:25 hamburg01 kernel: docker0: port 22(veth3a5c905) entered forwarding state
Nov 20 07:50:25 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth3a5c905: link becomes ready
Nov 20 07:50:25 hamburg01 kernel: device veth0867d19 entered promiscuous mode
Nov 20 07:50:25 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth0867d19: link is not ready
Nov 20 07:50:25 hamburg01 kernel: docker0: port 23(veth0867d19) entered forwarding state
Nov 20 07:50:25 hamburg01 kernel: docker0: port 23(veth0867d19) entered forwarding state
Nov 20 07:50:25 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth0867d19: link becomes ready
Nov 20 07:50:26 hamburg01 kernel: device veth7756b2d entered promiscuous mode
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth7756b2d: link is not ready
Nov 20 07:50:26 hamburg01 kernel: docker0: port 24(veth7756b2d) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: docker0: port 24(veth7756b2d) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth7756b2d: link becomes ready
Nov 20 07:50:26 hamburg01 kernel: device veth375253e entered promiscuous mode
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth375253e: link is not ready
Nov 20 07:50:26 hamburg01 kernel: docker0: port 25(veth375253e) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: docker0: port 25(veth375253e) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth375253e: link becomes ready
Nov 20 07:50:26 hamburg01 kernel: device vethe6d3754 entered promiscuous mode
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethe6d3754: link is not ready
Nov 20 07:50:26 hamburg01 kernel: docker0: port 26(vethe6d3754) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: docker0: port 26(vethe6d3754) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethe6d3754: link becomes ready
Nov 20 07:50:26 hamburg01 kernel: device veth6b29636 entered promiscuous mode
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth6b29636: link is not ready
Nov 20 07:50:26 hamburg01 kernel: docker0: port 27(veth6b29636) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: docker0: port 27(veth6b29636) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth6b29636: link becomes ready
Nov 20 07:50:26 hamburg01 kernel: device veth2e4c5d2 entered promiscuous mode
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth2e4c5d2: link is not ready
Nov 20 07:50:26 hamburg01 kernel: docker0: port 28(veth2e4c5d2) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: docker0: port 28(veth2e4c5d2) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth2e4c5d2: link becomes ready
Nov 20 07:50:26 hamburg01 kernel: device veth43ef101 entered promiscuous mode
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth43ef101: link is not ready
Nov 20 07:50:26 hamburg01 kernel: docker0: port 29(veth43ef101) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: docker0: port 29(veth43ef101) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth43ef101: link becomes ready
Nov 20 07:50:26 hamburg01 kernel: device vethfe1711b entered promiscuous mode
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethfe1711b: link is not ready
Nov 20 07:50:26 hamburg01 kernel: docker0: port 30(vethfe1711b) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: docker0: port 30(vethfe1711b) entered forwarding state
Nov 20 07:50:26 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethfe1711b: link becomes ready
Nov 20 07:50:27 hamburg01 kernel: device veth78618a7 entered promiscuous mode
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth78618a7: link is not ready
Nov 20 07:50:27 hamburg01 kernel: docker0: port 31(veth78618a7) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: docker0: port 31(veth78618a7) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth78618a7: link becomes ready
Nov 20 07:50:27 hamburg01 kernel: device vetha62ea5b entered promiscuous mode
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vetha62ea5b: link is not ready
Nov 20 07:50:27 hamburg01 kernel: docker0: port 32(vetha62ea5b) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: docker0: port 32(vetha62ea5b) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vetha62ea5b: link becomes ready
Nov 20 07:50:27 hamburg01 kernel: device vethab5048c entered promiscuous mode
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethab5048c: link is not ready
Nov 20 07:50:27 hamburg01 kernel: docker0: port 33(vethab5048c) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: docker0: port 33(vethab5048c) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethab5048c: link becomes ready
Nov 20 07:50:27 hamburg01 kernel: device veth81219c8 entered promiscuous mode
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth81219c8: link is not ready
Nov 20 07:50:27 hamburg01 kernel: docker0: port 34(veth81219c8) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: docker0: port 34(veth81219c8) entered forwarding state
Nov 20 07:50:27 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth81219c8: link becomes ready
Nov 20 07:50:29 hamburg01 kernel: device veth0a6a725 entered promiscuous mode
Nov 20 07:50:29 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth0a6a725: link is not ready
Nov 20 07:50:29 hamburg01 kernel: docker0: port 35(veth0a6a725) entered forwarding state
Nov 20 07:50:29 hamburg01 kernel: docker0: port 35(veth0a6a725) entered forwarding state
Nov 20 07:50:29 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth0a6a725: link becomes ready
Nov 20 07:50:36 hamburg01 systemd[1]: Failed to set cpu.cfs_period_us on /system.slice/docker-d57c7b2907e26934b4c54e3c3a04a9c456875610f971e41559d714a32cef517b.scope: Permission denied
Nov 20 07:50:40 hamburg01 kernel: docker0: port 21(veth37db5f0) entered forwarding state
Nov 20 07:50:40 hamburg01 kernel: docker0: port 22(veth3a5c905) entered forwarding state
Nov 20 07:50:40 hamburg01 kernel: docker0: port 23(veth0867d19) entered forwarding state
Nov 20 07:50:41 hamburg01 kernel: docker0: port 24(veth7756b2d) entered forwarding state
Nov 20 07:50:41 hamburg01 kernel: docker0: port 25(veth375253e) entered forwarding state
Nov 20 07:50:41 hamburg01 kernel: docker0: port 26(vethe6d3754) entered forwarding state
Nov 20 07:50:41 hamburg01 kernel: docker0: port 27(veth6b29636) entered forwarding state
Nov 20 07:50:41 hamburg01 kernel: docker0: port 28(veth2e4c5d2) entered forwarding state
Nov 20 07:50:41 hamburg01 kernel: docker0: port 29(veth43ef101) entered forwarding state
Nov 20 07:50:41 hamburg01 kernel: docker0: port 30(vethfe1711b) entered forwarding state
Nov 20 07:50:42 hamburg01 kernel: docker0: port 31(veth78618a7) entered forwarding state
Nov 20 07:50:42 hamburg01 kernel: docker0: port 32(vetha62ea5b) entered forwarding state
Nov 20 07:50:42 hamburg01 kernel: docker0: port 33(vethab5048c) entered forwarding state
Nov 20 07:50:42 hamburg01 kernel: docker0: port 34(veth81219c8) entered forwarding state
Nov 20 07:50:44 hamburg01 kernel: docker0: port 35(veth0a6a725) entered forwarding state
Nov 20 07:50:51 hamburg01 kernel: device vethc685586 entered promiscuous mode
Nov 20 07:50:51 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethc685586: link is not ready
Nov 20 07:50:51 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethc685586: link becomes ready
Nov 20 07:50:51 hamburg01 kernel: docker0: port 36(vethc685586) entered forwarding state
Nov 20 07:50:51 hamburg01 kernel: docker0: port 36(vethc685586) entered forwarding state
Nov 20 07:50:56 hamburg01 kernel: device veth6d3cb76 entered promiscuous mode
Nov 20 07:50:56 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth6d3cb76: link is not ready
Nov 20 07:50:56 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth6d3cb76: link becomes ready
Nov 20 07:50:56 hamburg01 kernel: docker0: port 37(veth6d3cb76) entered forwarding state
Nov 20 07:50:56 hamburg01 kernel: docker0: port 37(veth6d3cb76) entered forwarding state
Nov 20 07:51:06 hamburg01 kernel: docker0: port 36(vethc685586) entered forwarding state
Nov 20 07:51:11 hamburg01 kernel: docker0: port 37(veth6d3cb76) entered forwarding state
Nov 20 14:00:13 hamburg01 kernel: perf interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
Nov 21 11:18:18 hamburg01 kernel: BTRFS info (device sda): relocating block group 21688426364928 flags 17
Nov 21 11:18:23 hamburg01 kernel: BTRFS info (device sda): found 4209 extents
Nov 21 11:18:29 hamburg01 kernel: BTRFS info (device sda): found 4178 extents
Nov 21 11:18:29 hamburg01 kernel: BTRFS info (device sda): relocating block group 21685205139456 flags 17
Nov 21 11:18:31 hamburg01 kernel: BTRFS info (device sda): found 2128 extents
Nov 21 11:18:32 hamburg01 kernel: BTRFS info (device sda): found 2128 extents
Nov 21 11:18:32 hamburg01 kernel: BTRFS info (device sda): relocating block group 21683057655808 flags 17
Nov 21 11:18:37 hamburg01 kernel: BTRFS info (device sda): found 9011 extents
Nov 21 11:18:39 hamburg01 kernel: BTRFS info (device sda): found 9011 extents
Nov 21 11:18:39 hamburg01 kernel: BTRFS info (device sda): relocating block group 21681983913984 flags 17
Nov 21 11:18:40 hamburg01 kernel: BTRFS info (device sda): found 3430 extents
Nov 21 11:18:42 hamburg01 kernel: BTRFS info (device sda): found 3412 extents
Nov 21 11:18:42 hamburg01 kernel: BTRFS info (device sda): relocating block group 21679836430336 flags 17
Nov 21 11:18:46 hamburg01 kernel: BTRFS info (device sda): found 72 extents
Nov 21 11:18:50 hamburg01 kernel: BTRFS info (device sda): found 72 extents
Nov 21 11:18:50 hamburg01 kernel: BTRFS info (device sda): relocating block group 21676615204864 flags 17
Nov 21 11:18:53 hamburg01 kernel: BTRFS info (device sda): found 1958 extents
Nov 21 11:18:55 hamburg01 kernel: BTRFS info (device sda): found 1958 extents
Nov 21 11:18:55 hamburg01 kernel: BTRFS info (device sda): relocating block group 21675541463040 flags 17
Nov 21 11:18:57 hamburg01 kernel: BTRFS info (device sda): found 2023 extents
Nov 21 11:18:58 hamburg01 kernel: BTRFS info (device sda): found 2023 extents
Nov 21 11:18:58 hamburg01 kernel: BTRFS info (device sda): relocating block group 21674467721216 flags 17
Nov 21 11:18:59 hamburg01 kernel: BTRFS info (device sda): found 4607 extents
Nov 21 11:19:02 hamburg01 kernel: BTRFS info (device sda): found 4607 extents
Nov 21 11:19:02 hamburg01 kernel: BTRFS info (device sda): relocating block group 21673393979392 flags 17
Nov 21 11:19:05 hamburg01 kernel: BTRFS info (device sda): found 3136 extents
Nov 21 11:19:07 hamburg01 kernel: BTRFS info (device sda): found 3136 extents
Nov 21 11:19:07 hamburg01 kernel: BTRFS info (device sda): relocating block group 21672320237568 flags 17
Nov 21 11:19:10 hamburg01 kernel: BTRFS info (device sda): found 3841 extents
Nov 21 11:19:13 hamburg01 kernel: BTRFS info (device sda): found 3841 extents
Nov 21 11:19:13 hamburg01 kernel: BTRFS info (device sda): relocating block group 21671246495744 flags 17
Nov 21 11:19:18 hamburg01 kernel: BTRFS info (device sda): found 10702 extents
Nov 21 11:19:25 hamburg01 kernel: BTRFS info (device sda): found 10702 extents
Nov 21 11:19:25 hamburg01 kernel: BTRFS info (device sda): relocating block group 21670172753920 flags 17
Nov 21 11:19:29 hamburg01 kernel: BTRFS info (device sda): found 20139 extents
Nov 21 11:19:36 hamburg01 kernel: BTRFS info (device sda): found 20139 extents
Nov 21 11:19:37 hamburg01 kernel: BTRFS info (device sda): relocating block group 21669099012096 flags 17
Nov 21 11:19:42 hamburg01 kernel: BTRFS info (device sda): found 27788 extents
Nov 21 11:19:49 hamburg01 kernel: BTRFS info (device sda): found 27788 extents
Nov 21 11:19:49 hamburg01 kernel: BTRFS info (device sda): relocating block group 21668025270272 flags 17
Nov 21 11:19:55 hamburg01 kernel: BTRFS info (device sda): found 30410 extents
Nov 21 11:20:01 hamburg01 kernel: BTRFS info (device sda): found 30381 extents
Nov 21 11:20:01 hamburg01 kernel: BTRFS info (device sda): relocating block group 21666951528448 flags 17
Nov 21 11:20:05 hamburg01 kernel: BTRFS info (device sda): found 17220 extents
Nov 21 11:20:09 hamburg01 kernel: BTRFS info (device sda): found 17220 extents
Nov 21 11:20:09 hamburg01 kernel: BTRFS info (device sda): relocating block group 21665877786624 flags 17
Nov 21 11:20:19 hamburg01 kernel: BTRFS info (device sda): found 44254 extents
Nov 21 11:20:27 hamburg01 kernel: BTRFS info (device sda): found 44247 extents
Nov 21 11:20:28 hamburg01 kernel: BTRFS info (device sda): relocating block group 21664804044800 flags 17
Nov 21 11:20:30 hamburg01 kernel: BTRFS info (device sda): found 20423 extents
Nov 21 11:20:36 hamburg01 kernel: BTRFS info (device sda): found 20423 extents
Nov 21 11:20:37 hamburg01 kernel: BTRFS info (device sda): relocating block group 21649771659264 flags 17
Nov 21 11:20:42 hamburg01 kernel: BTRFS info (device sda): found 28174 extents
Nov 21 11:20:48 hamburg01 kernel: BTRFS info (device sda): found 28174 extents
Nov 21 11:20:48 hamburg01 kernel: BTRFS info (device sda): relocating block group 21645476691968 flags 17
Nov 21 11:20:54 hamburg01 kernel: BTRFS info (device sda): found 21132 extents
Nov 21 11:20:59 hamburg01 kernel: BTRFS info (device sda): found 21099 extents
Nov 21 11:20:59 hamburg01 kernel: BTRFS info (device sda): relocating block group 21573502435328 flags 17
Nov 21 11:21:06 hamburg01 kernel: BTRFS info (device sda): found 42895 extents
Nov 21 11:21:16 hamburg01 kernel: BTRFS info (device sda): found 42895 extents
Nov 21 11:21:16 hamburg01 kernel: BTRFS info (device sda): relocating block group 21498306953216 flags 17
Nov 21 11:21:22 hamburg01 kernel: BTRFS info (device sda): found 40974 extents
Nov 21 11:21:37 hamburg01 kernel: BTRFS info (device sda): found 40973 extents
Nov 21 11:21:38 hamburg01 kernel: BTRFS info (device sda): relocating block group 21496159469568 flags 17
Nov 21 11:21:43 hamburg01 kernel: BTRFS info (device sda): found 23813 extents
Nov 21 11:22:00 hamburg01 kernel: BTRFS info (device sda): found 23813 extents
Nov 21 13:02:16 hamburg01 kernel: Peer 93.213.19.240:49359/80 unexpectedly shrunk window 472572469:472610581 (repaired)
Nov 21 13:02:16 hamburg01 kernel: Peer 93.213.19.240:49358/80 unexpectedly shrunk window 3915658939:3915715555 (repaired)
Nov 22 23:25:42 hamburg01 kernel: BTRFS info (device sda): relocating block group 21703458750464 flags 17
Nov 22 23:25:43 hamburg01 kernel: BTRFS info (device sda): found 3745 extents
Nov 22 23:25:47 hamburg01 kernel: BTRFS info (device sda): found 3745 extents
Nov 22 23:25:48 hamburg01 kernel: BTRFS info (device sda): relocating block group 21700237524992 flags 17
Nov 22 23:25:55 hamburg01 kernel: BTRFS info (device sda): found 15150 extents
Nov 22 23:26:02 hamburg01 kernel: BTRFS info (device sda): found 15128 extents
Nov 22 23:26:02 hamburg01 kernel: BTRFS info (device sda): relocating block group 21698090041344 flags 17
Nov 22 23:26:12 hamburg01 kernel: BTRFS info (device sda): found 23270 extents
Nov 22 23:26:18 hamburg01 kernel: BTRFS info (device sda): found 23270 extents
Nov 22 23:26:18 hamburg01 kernel: BTRFS info (device sda): relocating block group 21697016299520 flags 17
Nov 22 23:26:26 hamburg01 kernel: BTRFS info (device sda): found 12836 extents
Nov 22 23:26:32 hamburg01 kernel: BTRFS info (device sda): found 12836 extents
Nov 22 23:26:32 hamburg01 kernel: BTRFS info (device sda): relocating block group 21695942557696 flags 17
Nov 22 23:26:44 hamburg01 kernel: BTRFS info (device sda): found 25201 extents
Nov 22 23:27:09 hamburg01 kernel: BTRFS info (device sda): found 25196 extents
Nov 22 23:27:09 hamburg01 kernel: BTRFS info (device sda): relocating block group 21691647590400 flags 17
Nov 22 23:27:16 hamburg01 kernel: BTRFS info (device sda): found 41933 extents
Nov 22 23:27:27 hamburg01 kernel: BTRFS info (device sda): found 41927 extents
Nov 22 23:27:27 hamburg01 kernel: BTRFS info (device sda): relocating block group 21690573848576 flags 17
Nov 22 23:27:33 hamburg01 kernel: BTRFS info (device sda): found 42062 extents
Nov 22 23:27:40 hamburg01 kernel: BTRFS info (device sda): found 42051 extents
Nov 22 23:27:40 hamburg01 kernel: BTRFS info (device sda): relocating block group 21689500106752 flags 17
Nov 22 23:27:45 hamburg01 kernel: BTRFS info (device sda): found 34310 extents
Nov 22 23:27:52 hamburg01 kernel: BTRFS info (device sda): found 34279 extents
Nov 22 23:27:52 hamburg01 kernel: BTRFS info (device sda): relocating block group 21684131397632 flags 17
Nov 22 23:27:58 hamburg01 kernel: BTRFS info (device sda): found 40257 extents
Nov 22 23:28:05 hamburg01 kernel: BTRFS info (device sda): found 40254 extents
Nov 22 23:28:05 hamburg01 kernel: BTRFS info (device sda): relocating block group 21680910172160 flags 17
Nov 22 23:28:11 hamburg01 kernel: BTRFS info (device sda): found 16995 extents
Nov 22 23:28:19 hamburg01 kernel: BTRFS info (device sda): found 16995 extents
Nov 22 23:28:19 hamburg01 kernel: BTRFS info (device sda): relocating block group 21677688946688 flags 17
Nov 22 23:28:28 hamburg01 kernel: BTRFS info (device sda): found 38372 extents
Nov 22 23:28:36 hamburg01 kernel: BTRFS info (device sda): found 38369 extents
Nov 22 23:28:36 hamburg01 kernel: BTRFS info (device sda): relocating block group 21628296822784 flags 17
Nov 22 23:28:42 hamburg01 kernel: BTRFS info (device sda): found 22797 extents
Nov 22 23:28:50 hamburg01 kernel: BTRFS info (device sda): found 22794 extents
Nov 23 05:31:36 hamburg01 kernel: usb 3-1: new high-speed USB device number 5 using xhci_hcd
Nov 23 05:31:36 hamburg01 kernel: usb 3-1: New USB device found, idVendor=05e3, idProduct=0608
Nov 23 05:31:36 hamburg01 kernel: usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 23 05:31:36 hamburg01 kernel: usb 3-1: Product: USB2.0 Hub
Nov 23 05:31:36 hamburg01 kernel: hub 3-1:1.0: USB hub found
Nov 23 05:31:36 hamburg01 kernel: hub 3-1:1.0: 4 ports detected
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: new low-speed USB device number 6 using xhci_hcd
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: New USB device found, idVendor=0a81, idProduct=0205
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: Product: PS2 to USB Converter
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: Manufacturer: CHESEN
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:36 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:36 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:0A81:0205.0005/input/input8
Nov 23 05:31:36 hamburg01 kernel: hid-generic 0003:0A81:0205.0005: input,hidraw4: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input0
Nov 23 05:31:36 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.1/0003:0A81:0205.0006/input/input9
Nov 23 05:31:36 hamburg01 kernel: hid-generic 0003:0A81:0205.0006: input,hidraw5: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input1
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: USB disconnect, device number 5
Nov 23 05:31:38 hamburg01 kernel: usb 3-1.2: USB disconnect, device number 6
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: new high-speed USB device number 7 using xhci_hcd
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: New USB device found, idVendor=05e3, idProduct=0608
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 23 05:31:38 hamburg01 kernel: usb 3-1: Product: USB2.0 Hub
Nov 23 05:31:38 hamburg01 kernel: hub 3-1:1.0: USB hub found
Nov 23 05:31:38 hamburg01 kernel: hub 3-1:1.0: 4 ports detected
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: new low-speed USB device number 8 using xhci_hcd
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: New USB device found, idVendor=0a81, idProduct=0205
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: Product: PS2 to USB Converter
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: Manufacturer: CHESEN
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:39 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 05:31:39 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:0A81:0205.0007/input/input10
Nov 23 05:31:39 hamburg01 kernel: hid-generic 0003:0A81:0205.0007: input,hidraw4: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input0
Nov 23 05:31:39 hamburg01 kernel: input: CHESEN PS2 to USB Converter as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2:1.1/0003:0A81:0205.0008/input/input11
Nov 23 05:31:39 hamburg01 kernel: hid-generic 0003:0A81:0205.0008: input,hidraw5: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:14.0-1.2/input1
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: new high-speed USB device number 9 using xhci_hcd
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: New USB device found, idVendor=14dd, idProduct=0002
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: Product: Multidevice
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: Manufacturer: Peppercon AG
Nov 23 05:32:48 hamburg01 kernel: usb 3-1.1: SerialNumber: 309AD521537229EC16ABDB876A735C5D
Nov 23 05:32:48 hamburg01 kernel: input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:14DD:0002.0009/input/input12
Nov 23 05:32:48 hamburg01 kernel: hid-generic 0003:14DD:0002.0009: input,hidraw6: USB HID v1.01 Keyboard [Peppercon AG Multidevice] on usb-0000:00:14.0-1.1/input0
Nov 23 05:32:48 hamburg01 kernel: input: Peppercon AG Multidevice as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:14DD:0002.000A/input/input13
Nov 23 05:32:48 hamburg01 kernel: hid-generic 0003:14DD:0002.000A: input,hidraw7: USB HID v1.01 Mouse [Peppercon AG Multidevice] on usb-0000:00:14.0-1.1/input1
Nov 23 07:31:06 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:06 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:06 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:14 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:14 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:14 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:14 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:14 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:26 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:26 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:26 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:26 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:26 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:28 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:29 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:29 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:29 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:29 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:31 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:31 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:31 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:31 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:31 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:35 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:35 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:35 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:35 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:35 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:38 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:38 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:38 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:41 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:41 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:41 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:41 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:41 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:43 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:43 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:43 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:45 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:46 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:46 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:46 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:46 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:48 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:48 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:48 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:48 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:48 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:49 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:50 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:50 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:50 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:50 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:52 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:52 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:52 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:52 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:52 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:53 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:54 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:54 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:54 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:54 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:56 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:56 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:56 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:58 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:31:58 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:31:58 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:31:58 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:31:58 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:00 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:01 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:01 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:03 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:04 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:04 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:04 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:04 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:06 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:06 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:06 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:06 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:08 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:08 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:08 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:08 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:08 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:13 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:13 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:13 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:13 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:13 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:17 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:18 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:18 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:18 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:18 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:19 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:20 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:20 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:20 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:20 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:21 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:21 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:21 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:21 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:21 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:23 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:23 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:23 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:23 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:23 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:25 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:25 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:25 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:25 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:25 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:28 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:28 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:28 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:28 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:28 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:29 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:30 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:30 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:30 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:30 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:31 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:32 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:32 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:32 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:32 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:33 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:34 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:34 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:34 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:34 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:35 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:36 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:36 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:36 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:36 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:38 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:38 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:38 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:38 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:40 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:40 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:40 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:40 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:40 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:42 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:42 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:42 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:43 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:43 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:43 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:44 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:44 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:44 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:44 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:44 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:46 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:47 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:47 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:47 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:47 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:48 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:49 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:49 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:49 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:49 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:50 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:51 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:51 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:53 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:53 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:53 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:53 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:53 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:55 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:32:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8806061ef9c0
Nov 23 07:32:56 hamburg01 kernel: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88011fd32f40
Nov 23 07:32:56 hamburg01 kernel: usb 3-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:56 hamburg01 kernel: usb 3-1.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Nov 23 07:32:58 hamburg01 kernel: usb 3-1.2: reset low-speed USB device number 8 using xhci_hcd
Nov 23 07:33:03 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:33:04 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:05 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:06 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:07 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:07 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:08 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:09 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:10 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:11 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:12 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:13 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:13 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:14 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:15 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:16 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:17 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:18 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:19 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:19 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:20 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:21 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:22 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:23 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:24 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:25 hamburg01 kernel: usb 3-1-port2: cannot reset (err = -110)
Nov 23 07:33:25 hamburg01 kernel: usb 3-1-port2: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:33:26 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:27 hamburg01 kernel: usb 3-1-port2: cannot disable (err = -110)
Nov 23 07:33:32 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:33:37 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:36:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:36:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:36:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:36:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:36:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:36:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:36:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:36:59 hamburg01 kernel: Call Trace:
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:36:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:38:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:38:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:38:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:38:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:38:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:38:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:38:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:38:59 hamburg01 kernel: Call Trace:
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:38:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:40:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:40:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:40:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:40:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:40:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:40:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:40:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:40:59 hamburg01 kernel: Call Trace:
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:40:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:42:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:42:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:42:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:42:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:42:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:42:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:42:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:42:59 hamburg01 kernel: Call Trace:
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:42:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:43:46 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:47 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:48 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:49 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:50 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:50 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:43:50 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -71)
Nov 23 07:43:51 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:52 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:53 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:54 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:55 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:55 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:43:56 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:43:57 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:58 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:43:59 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:00 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:01 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:01 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:44:02 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:44:03 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:04 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:05 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:06 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:07 hamburg01 kernel: usb 3-1-port1: cannot reset (err = -110)
Nov 23 07:44:07 hamburg01 kernel: usb 3-1-port1: Cannot enable. Maybe the USB cable is bad?
Nov 23 07:44:08 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:44:09 hamburg01 kernel: usb 3-1-port1: cannot disable (err = -110)
Nov 23 07:44:14 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:44:19 hamburg01 kernel: hub 3-1:1.0: hub_port_status failed (err = -110)
Nov 23 07:44:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:44:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:44:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:44:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:44:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:44:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:44:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:44:59 hamburg01 kernel: Call Trace:
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:44:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:46:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:46:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:46:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:46:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:46:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:46:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:46:59 hamburg01 kernel: Call Trace:
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel: INFO: task kworker/0:1:18457 blocked for more than 120 seconds.
Nov 23 07:46:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:46:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:46:59 hamburg01 kernel: kworker/0:1     D ffff880202e1a628     0 18457      2 0x00000000
Nov 23 07:46:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  ffff880202e1a1d0 0000000000000046 0000000000012f40 ffff88016cf0bfd8
Nov 23 07:46:59 hamburg01 kernel:  0000000000012f40 ffff880202e1a1d0 ffffffff818b3900 ffff88016cf0bba0
Nov 23 07:46:59 hamburg01 kernel:  ffffffff818b3904 ffff880202e1a1d0 00000000ffffffff ffffffff818b3908
Nov 23 07:46:59 hamburg01 kernel: Call Trace:
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff815151d5>] ? schedule_preempt_disabled+0x25/0x70
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81516c33>] ? __mutex_lock_slowpath+0xd3/0x1c0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81516d3b>] ? mutex_lock+0x1b/0x2a
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce671>] ? __input_unregister_device+0x91/0x170
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:46:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:48:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:48:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:48:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:48:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:48:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:48:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:48:59 hamburg01 kernel: Call Trace:
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel: INFO: task kworker/0:1:18457 blocked for more than 120 seconds.
Nov 23 07:48:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:48:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:48:59 hamburg01 kernel: kworker/0:1     D ffff880202e1a628     0 18457      2 0x00000000
Nov 23 07:48:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  ffff880202e1a1d0 0000000000000046 0000000000012f40 ffff88016cf0bfd8
Nov 23 07:48:59 hamburg01 kernel:  0000000000012f40 ffff880202e1a1d0 ffffffff818b3900 ffff88016cf0bba0
Nov 23 07:48:59 hamburg01 kernel:  ffffffff818b3904 ffff880202e1a1d0 00000000ffffffff ffffffff818b3908
Nov 23 07:48:59 hamburg01 kernel: Call Trace:
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff815151d5>] ? schedule_preempt_disabled+0x25/0x70
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81516c33>] ? __mutex_lock_slowpath+0xd3/0x1c0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81516d3b>] ? mutex_lock+0x1b/0x2a
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce671>] ? __input_unregister_device+0x91/0x170
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:48:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:50:59 hamburg01 kernel: INFO: task kworker/0:3:9742 blocked for more than 120 seconds.
Nov 23 07:50:59 hamburg01 kernel:       Tainted: G         C    3.16.0-4-amd64 #1
Nov 23 07:50:59 hamburg01 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Nov 23 07:50:59 hamburg01 kernel: kworker/0:3     D ffff88063da6fa48     0  9742      2 0x00000000
Nov 23 07:50:59 hamburg01 kernel: Workqueue: events hid_reset [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  ffff88063da6f5f0 0000000000000046 0000000000012f40 ffff880296adbfd8
Nov 23 07:50:59 hamburg01 kernel:  0000000000012f40 ffff88063da6f5f0 ffff880296adbad0 ffff880296adba48
Nov 23 07:50:59 hamburg01 kernel:  ffff880296adbac8 ffff88063da6f5f0 ffff88063da6f5f0 00000000ffffffed
Nov 23 07:50:59 hamburg01 kernel: Call Trace:
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81514289>] ? schedule_timeout+0x259/0x2d0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81515778>] ? wait_for_completion+0xa8/0x110
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810982e0>] ? wake_up_state+0x10/0x10
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81081dbe>] ? flush_work+0xde/0x150
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff8107fcb0>] ? destroy_worker+0x80/0x80
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81081f28>] ? __cancel_work_timer+0x88/0x1a0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81074076>] ? lock_timer_base.isra.35+0x26/0x50
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81074fd9>] ? try_to_del_timer_sync+0x49/0x60
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00ed059>] ? usbhid_close+0x59/0xb0 [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813cc1a1>] ? input_close_device+0x41/0x60
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81378ade>] ? kbd_disconnect+0xe/0x20
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813ce69d>] ? __input_unregister_device+0xbd/0x170
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813ce7f5>] ? input_unregister_device+0x45/0x80
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02f109f>] ? hidinput_disconnect+0x5f/0x90 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02edde8>] ? hid_disconnect+0x68/0x70 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02edea5>] ? hid_device_remove+0xb5/0xd0 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a6de3>] ? bus_remove_device+0x103/0x180
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a3876>] ? device_del+0x116/0x1b0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa02edf42>] ? hid_destroy_device+0x22/0x60 [hid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00ecfd5>] ? usbhid_disconnect+0x45/0x70 [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00af8cc>] ? usb_unbind_interface+0x6c/0x2b0 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a744a>] ? __device_release_driver+0x7a/0xf0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff813a74de>] ? device_release_driver+0x1e/0x30
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00afbc9>] ? usb_forced_unbind_intf+0x29/0x50 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00afc42>] ? unbind_marked_interfaces.isra.10+0x52/0x60 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00afd85>] ? usb_unbind_and_rebind_marked_interfaces+0x15/0x30 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00a21eb>] ? usb_reset_device+0x18b/0x2a0 [usbcore]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffffa00eba26>] ? hid_reset+0x146/0x1b0 [usbhid]
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81082b73>] ? process_one_work+0x143/0x430
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810832f3>] ? worker_thread+0x113/0x4f0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81514951>] ? __schedule+0x2b1/0x6f0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810831e0>] ? rescuer_thread+0x2d0/0x2d0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff810894bd>] ? kthread+0xbd/0xe0
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff815184d8>] ? ret_from_fork+0x58/0x90
Nov 23 07:50:59 hamburg01 kernel:  [<ffffffff81089400>] ? kthread_create_on_node+0x180/0x180
Nov 23 08:05:05 hamburg01 kernel: usb 3-1.1: USB disconnect, device number 9
Nov 23 12:18:34 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:18:35 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:18:35 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:18:37 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:18:41 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:18:48 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:19:03 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:19:32 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 23 12:20:31 hamburg01 kernel: Peer 151.189.21.118:25/36109 unexpectedly shrunk window 371949901:372165207 (repaired)
Nov 24 19:58:48 hamburg01 kernel: BTRFS info (device sda): relocating block group 21721712361472 flags 17
Nov 24 19:58:53 hamburg01 kernel: BTRFS info (device sda): found 9954 extents
Nov 24 19:59:01 hamburg01 kernel: BTRFS info (device sda): found 9953 extents
Nov 24 19:59:01 hamburg01 kernel: BTRFS info (device sda): relocating block group 21718491136000 flags 17
Nov 24 19:59:07 hamburg01 kernel: BTRFS info (device sda): found 2210 extents
Nov 24 19:59:13 hamburg01 kernel: BTRFS info (device sda): found 2210 extents
Nov 24 19:59:13 hamburg01 kernel: BTRFS info (device sda): relocating block group 21716343652352 flags 17
Nov 24 19:59:19 hamburg01 kernel: BTRFS info (device sda): found 2705 extents
Nov 24 19:59:25 hamburg01 kernel: BTRFS info (device sda): found 2705 extents
Nov 24 19:59:25 hamburg01 kernel: BTRFS info (device sda): relocating block group 21715269910528 flags 17
Nov 24 19:59:31 hamburg01 kernel: BTRFS info (device sda): found 10038 extents
Nov 24 19:59:34 hamburg01 kernel: BTRFS info (device sda): found 10038 extents
Nov 24 19:59:34 hamburg01 kernel: BTRFS info (device sda): relocating block group 21714196168704 flags 17
Nov 24 19:59:36 hamburg01 kernel: BTRFS info (device sda): found 2638 extents
Nov 24 19:59:43 hamburg01 kernel: BTRFS info (device sda): found 2638 extents
Nov 24 19:59:43 hamburg01 kernel: BTRFS info (device sda): relocating block group 21713122426880 flags 17
Nov 24 19:59:46 hamburg01 kernel: BTRFS info (device sda): found 3100 extents
Nov 24 19:59:49 hamburg01 kernel: BTRFS info (device sda): found 3100 extents
Nov 24 19:59:49 hamburg01 kernel: BTRFS info (device sda): relocating block group 21712048685056 flags 17
Nov 24 19:59:58 hamburg01 kernel: BTRFS info (device sda): found 18665 extents
Nov 24 20:00:03 hamburg01 kernel: BTRFS info (device sda): found 18665 extents
Nov 24 20:00:03 hamburg01 kernel: BTRFS info (device sda): relocating block group 21710974943232 flags 17
Nov 24 20:00:17 hamburg01 kernel: BTRFS info (device sda): found 17130 extents
Nov 24 20:00:22 hamburg01 kernel: BTRFS info (device sda): found 17130 extents
Nov 24 20:00:23 hamburg01 kernel: BTRFS info (device sda): relocating block group 21709901201408 flags 17
Nov 24 20:00:32 hamburg01 kernel: BTRFS info (device sda): found 29324 extents
Nov 24 20:00:41 hamburg01 kernel: BTRFS info (device sda): found 29324 extents
Nov 24 20:00:42 hamburg01 kernel: BTRFS info (device sda): relocating block group 21708827459584 flags 17
Nov 24 20:00:51 hamburg01 kernel: BTRFS info (device sda): found 47497 extents
Nov 24 20:01:01 hamburg01 kernel: BTRFS info (device sda): found 47495 extents
Nov 24 20:01:02 hamburg01 kernel: BTRFS info (device sda): relocating block group 21707753717760 flags 17
Nov 24 20:01:08 hamburg01 kernel: BTRFS info (device sda): found 34342 extents
Nov 24 20:01:15 hamburg01 kernel: BTRFS info (device sda): found 34342 extents
Nov 24 20:01:15 hamburg01 kernel: BTRFS info (device sda): relocating block group 21706679975936 flags 17
Nov 24 20:01:17 hamburg01 kernel: BTRFS info (device sda): found 8177 extents
Nov 24 20:01:21 hamburg01 kernel: BTRFS info (device sda): found 8177 extents
Nov 24 20:01:22 hamburg01 kernel: BTRFS info (device sda): relocating block group 21705606234112 flags 17
Nov 24 20:01:23 hamburg01 kernel: BTRFS info (device sda): found 4719 extents
Nov 24 20:01:26 hamburg01 kernel: BTRFS info (device sda): found 4719 extents
Nov 24 20:01:26 hamburg01 kernel: BTRFS info (device sda): relocating block group 21704532492288 flags 17
Nov 24 20:01:32 hamburg01 kernel: BTRFS info (device sda): found 22373 extents
Nov 24 20:01:38 hamburg01 kernel: BTRFS info (device sda): found 22368 extents
Nov 24 20:01:38 hamburg01 kernel: BTRFS info (device sda): found 1 extents
Nov 24 20:01:38 hamburg01 kernel: BTRFS info (device sda): relocating block group 21699163783168 flags 17
Nov 24 20:01:47 hamburg01 kernel: BTRFS info (device sda): found 20019 extents
Nov 24 20:01:54 hamburg01 kernel: BTRFS info (device sda): found 20018 extents
Nov 24 20:01:54 hamburg01 kernel: BTRFS info (device sda): relocating block group 21686278881280 flags 17
Nov 24 20:02:00 hamburg01 kernel: BTRFS info (device sda): found 12995 extents
Nov 24 20:02:05 hamburg01 kernel: BTRFS info (device sda): found 12988 extents
Nov 24 20:02:06 hamburg01 kernel: BTRFS info (device sda): relocating block group 21678762688512 flags 17
Nov 24 20:02:14 hamburg01 kernel: BTRFS info (device sda): found 35665 extents
Nov 24 20:02:23 hamburg01 kernel: BTRFS info (device sda): found 35665 extents
Nov 24 20:10:14 hamburg01 kernel: device veth205a0e8 entered promiscuous mode
Nov 24 20:10:14 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth205a0e8: link is not ready
Nov 24 20:10:14 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth205a0e8: link becomes ready
Nov 24 20:10:14 hamburg01 kernel: docker0: port 38(veth205a0e8) entered forwarding state
Nov 24 20:10:14 hamburg01 kernel: docker0: port 38(veth205a0e8) entered forwarding state
Nov 24 20:10:14 hamburg01 kernel: docker0: port 38(veth205a0e8) entered disabled state
Nov 24 20:10:14 hamburg01 kernel: device veth205a0e8 left promiscuous mode
Nov 24 20:10:14 hamburg01 kernel: docker0: port 38(veth205a0e8) entered disabled state
Nov 24 20:10:14 hamburg01 kernel: device vethbb79af5 entered promiscuous mode
Nov 24 20:10:14 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethbb79af5: link is not ready
Nov 24 20:10:14 hamburg01 kernel: docker0: port 38(vethbb79af5) entered forwarding state
Nov 24 20:10:14 hamburg01 kernel: docker0: port 38(vethbb79af5) entered forwarding state
Nov 24 20:10:15 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethbb79af5: link becomes ready
Nov 24 20:10:17 hamburg01 kernel: docker0: port 38(vethbb79af5) entered disabled state
Nov 24 20:10:17 hamburg01 kernel: device vethbb79af5 left promiscuous mode
Nov 24 20:10:17 hamburg01 kernel: docker0: port 38(vethbb79af5) entered disabled state
Nov 24 20:10:17 hamburg01 kernel: device veth0826590 entered promiscuous mode
Nov 24 20:10:17 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth0826590: link is not ready
Nov 24 20:10:17 hamburg01 kernel: docker0: port 38(veth0826590) entered forwarding state
Nov 24 20:10:17 hamburg01 kernel: docker0: port 38(veth0826590) entered forwarding state
Nov 24 20:10:18 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth0826590: link becomes ready
Nov 24 20:10:18 hamburg01 kernel: docker0: port 38(veth0826590) entered disabled state
Nov 24 20:10:18 hamburg01 kernel: device veth0826590 left promiscuous mode
Nov 24 20:10:18 hamburg01 kernel: docker0: port 38(veth0826590) entered disabled state
Nov 24 20:10:18 hamburg01 kernel: device veth6b4913e entered promiscuous mode
Nov 24 20:10:18 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth6b4913e: link is not ready
Nov 24 20:10:18 hamburg01 kernel: docker0: port 38(veth6b4913e) entered forwarding state
Nov 24 20:10:18 hamburg01 kernel: docker0: port 38(veth6b4913e) entered forwarding state
Nov 24 20:10:18 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth6b4913e: link becomes ready
Nov 24 20:10:18 hamburg01 kernel: docker0: port 38(veth6b4913e) entered disabled state
Nov 24 20:10:18 hamburg01 kernel: device veth6b4913e left promiscuous mode
Nov 24 20:10:18 hamburg01 kernel: docker0: port 38(veth6b4913e) entered disabled state
Nov 24 20:10:19 hamburg01 kernel: device vethd187807 entered promiscuous mode
Nov 24 20:10:19 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethd187807: link is not ready
Nov 24 20:10:19 hamburg01 kernel: docker0: port 38(vethd187807) entered forwarding state
Nov 24 20:10:19 hamburg01 kernel: docker0: port 38(vethd187807) entered forwarding state
Nov 24 20:10:19 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethd187807: link becomes ready
Nov 24 20:10:19 hamburg01 kernel: docker0: port 38(vethd187807) entered disabled state
Nov 24 20:10:19 hamburg01 kernel: device vethd187807 left promiscuous mode
Nov 24 20:10:19 hamburg01 kernel: docker0: port 38(vethd187807) entered disabled state
Nov 24 20:14:36 hamburg01 kernel: device vethf02e1fb entered promiscuous mode
Nov 24 20:14:36 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethf02e1fb: link is not ready
Nov 24 20:14:36 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethf02e1fb: link becomes ready
Nov 24 20:14:36 hamburg01 kernel: docker0: port 38(vethf02e1fb) entered forwarding state
Nov 24 20:14:36 hamburg01 kernel: docker0: port 38(vethf02e1fb) entered forwarding state
Nov 24 20:14:36 hamburg01 kernel: docker0: port 38(vethf02e1fb) entered disabled state
Nov 24 20:14:36 hamburg01 kernel: device vethf02e1fb left promiscuous mode
Nov 24 20:14:36 hamburg01 kernel: docker0: port 38(vethf02e1fb) entered disabled state
Nov 24 20:14:36 hamburg01 kernel: device vethec49294 entered promiscuous mode
Nov 24 20:14:36 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethec49294: link is not ready
Nov 24 20:14:36 hamburg01 kernel: docker0: port 38(vethec49294) entered forwarding state
Nov 24 20:14:36 hamburg01 kernel: docker0: port 38(vethec49294) entered forwarding state
Nov 24 20:14:36 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethec49294: link becomes ready
Nov 24 20:14:39 hamburg01 kernel: docker0: port 38(vethec49294) entered disabled state
Nov 24 20:14:39 hamburg01 kernel: device vethec49294 left promiscuous mode
Nov 24 20:14:39 hamburg01 kernel: docker0: port 38(vethec49294) entered disabled state
Nov 24 20:14:40 hamburg01 kernel: device veth3999f80 entered promiscuous mode
Nov 24 20:14:40 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth3999f80: link is not ready
Nov 24 20:14:40 hamburg01 kernel: docker0: port 38(veth3999f80) entered forwarding state
Nov 24 20:14:40 hamburg01 kernel: docker0: port 38(veth3999f80) entered forwarding state
Nov 24 20:14:40 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth3999f80: link becomes ready
Nov 24 20:14:40 hamburg01 kernel: docker0: port 38(veth3999f80) entered disabled state
Nov 24 20:14:40 hamburg01 kernel: device veth3999f80 left promiscuous mode
Nov 24 20:14:40 hamburg01 kernel: docker0: port 38(veth3999f80) entered disabled state
Nov 24 20:20:59 hamburg01 kernel: device veth11c5563 entered promiscuous mode
Nov 24 20:20:59 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth11c5563: link is not ready
Nov 24 20:20:59 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth11c5563: link becomes ready
Nov 24 20:20:59 hamburg01 kernel: docker0: port 38(veth11c5563) entered forwarding state
Nov 24 20:20:59 hamburg01 kernel: docker0: port 38(veth11c5563) entered forwarding state
Nov 24 20:20:59 hamburg01 kernel: docker0: port 38(veth11c5563) entered disabled state
Nov 24 20:20:59 hamburg01 kernel: device veth11c5563 left promiscuous mode
Nov 24 20:20:59 hamburg01 kernel: docker0: port 38(veth11c5563) entered disabled state
Nov 24 20:20:59 hamburg01 kernel: device vethe2688a6 entered promiscuous mode
Nov 24 20:20:59 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethe2688a6: link is not ready
Nov 24 20:20:59 hamburg01 kernel: docker0: port 38(vethe2688a6) entered forwarding state
Nov 24 20:20:59 hamburg01 kernel: docker0: port 38(vethe2688a6) entered forwarding state
Nov 24 20:21:00 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethe2688a6: link becomes ready
Nov 24 20:21:14 hamburg01 kernel: docker0: port 38(vethe2688a6) entered forwarding state
Nov 24 20:21:18 hamburg01 kernel: docker0: port 38(vethe2688a6) entered disabled state
Nov 24 20:21:18 hamburg01 kernel: device vethe2688a6 left promiscuous mode
Nov 24 20:21:18 hamburg01 kernel: docker0: port 38(vethe2688a6) entered disabled state
Nov 24 20:21:18 hamburg01 kernel: device vetha1d6ab2 entered promiscuous mode
Nov 24 20:21:18 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vetha1d6ab2: link is not ready
Nov 24 20:21:18 hamburg01 kernel: docker0: port 38(vetha1d6ab2) entered forwarding state
Nov 24 20:21:18 hamburg01 kernel: docker0: port 38(vetha1d6ab2) entered forwarding state
Nov 24 20:21:18 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vetha1d6ab2: link becomes ready
Nov 24 20:21:19 hamburg01 kernel: docker0: port 38(vetha1d6ab2) entered disabled state
Nov 24 20:21:19 hamburg01 kernel: device vetha1d6ab2 left promiscuous mode
Nov 24 20:21:19 hamburg01 kernel: docker0: port 38(vetha1d6ab2) entered disabled state
Nov 24 20:25:51 hamburg01 kernel: device veth373cbb3 entered promiscuous mode
Nov 24 20:25:51 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth373cbb3: link is not ready
Nov 24 20:25:51 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth373cbb3: link becomes ready
Nov 24 20:25:51 hamburg01 kernel: docker0: port 38(veth373cbb3) entered forwarding state
Nov 24 20:25:51 hamburg01 kernel: docker0: port 38(veth373cbb3) entered forwarding state
Nov 24 20:25:52 hamburg01 kernel: docker0: port 38(veth373cbb3) entered disabled state
Nov 24 20:25:52 hamburg01 kernel: device veth373cbb3 left promiscuous mode
Nov 24 20:25:52 hamburg01 kernel: docker0: port 38(veth373cbb3) entered disabled state
Nov 24 20:25:53 hamburg01 kernel: device veth32ae311 entered promiscuous mode
Nov 24 20:25:53 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth32ae311: link is not ready
Nov 24 20:25:53 hamburg01 kernel: docker0: port 38(veth32ae311) entered forwarding state
Nov 24 20:25:53 hamburg01 kernel: docker0: port 38(veth32ae311) entered forwarding state
Nov 24 20:25:53 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth32ae311: link becomes ready
Nov 24 20:26:04 hamburg01 kernel: docker0: port 38(veth32ae311) entered disabled state
Nov 24 20:26:04 hamburg01 kernel: device veth32ae311 left promiscuous mode
Nov 24 20:26:04 hamburg01 kernel: docker0: port 38(veth32ae311) entered disabled state
Nov 24 20:26:04 hamburg01 kernel: device veth4f30d6c entered promiscuous mode
Nov 24 20:26:04 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth4f30d6c: link is not ready
Nov 24 20:26:04 hamburg01 kernel: docker0: port 38(veth4f30d6c) entered forwarding state
Nov 24 20:26:04 hamburg01 kernel: docker0: port 38(veth4f30d6c) entered forwarding state
Nov 24 20:26:05 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth4f30d6c: link becomes ready
Nov 24 20:26:05 hamburg01 kernel: docker0: port 38(veth4f30d6c) entered disabled state
Nov 24 20:26:05 hamburg01 kernel: device veth4f30d6c left promiscuous mode
Nov 24 20:26:05 hamburg01 kernel: docker0: port 38(veth4f30d6c) entered disabled state
Nov 24 20:26:05 hamburg01 kernel: device veth21b6350 entered promiscuous mode
Nov 24 20:26:05 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth21b6350: link is not ready
Nov 24 20:26:05 hamburg01 kernel: docker0: port 38(veth21b6350) entered forwarding state
Nov 24 20:26:05 hamburg01 kernel: docker0: port 38(veth21b6350) entered forwarding state
Nov 24 20:26:05 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth21b6350: link becomes ready
Nov 24 20:26:20 hamburg01 kernel: docker0: port 38(veth21b6350) entered forwarding state
Nov 24 20:26:33 hamburg01 kernel: docker0: port 38(veth21b6350) entered disabled state
Nov 24 20:26:33 hamburg01 kernel: device veth21b6350 left promiscuous mode
Nov 24 20:26:33 hamburg01 kernel: docker0: port 38(veth21b6350) entered disabled state
Nov 24 20:26:35 hamburg01 kernel: device vethe1fdaba entered promiscuous mode
Nov 24 20:26:35 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): vethe1fdaba: link is not ready
Nov 24 20:26:35 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethe1fdaba: link becomes ready
Nov 24 20:26:35 hamburg01 kernel: docker0: port 38(vethe1fdaba) entered forwarding state
Nov 24 20:26:35 hamburg01 kernel: docker0: port 38(vethe1fdaba) entered forwarding state
Nov 24 20:26:35 hamburg01 kernel: docker0: port 38(vethe1fdaba) entered disabled state
Nov 24 20:26:35 hamburg01 kernel: device vethe1fdaba left promiscuous mode
Nov 24 20:26:35 hamburg01 kernel: docker0: port 38(vethe1fdaba) entered disabled state
Nov 24 20:26:36 hamburg01 kernel: device veth5e37429 entered promiscuous mode
Nov 24 20:26:36 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_UP): veth5e37429: link is not ready
Nov 24 20:26:36 hamburg01 kernel: docker0: port 38(veth5e37429) entered forwarding state
Nov 24 20:26:36 hamburg01 kernel: docker0: port 38(veth5e37429) entered forwarding state
Nov 24 20:26:36 hamburg01 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth5e37429: link becomes ready
Nov 24 20:26:36 hamburg01 kernel: docker0: port 38(veth5e37429) entered disabled state
Nov 24 20:26:36 hamburg01 kernel: device veth5e37429 left promiscuous mode
Nov 24 20:26:36 hamburg01 kernel: docker0: port 38(veth5e37429) entered disabled state
Nov 24 20:58:25 hamburg01 kernel: BTRFS info (device sda): relocating block group 21733523521536 flags 17
Nov 24 20:58:27 hamburg01 kernel: BTRFS info (device sda): found 7620 extents
Nov 24 20:58:31 hamburg01 kernel: BTRFS info (device sda): found 7619 extents
Nov 24 20:58:32 hamburg01 kernel: BTRFS info (device sda): relocating block group 21732449779712 flags 17
Nov 24 20:58:36 hamburg01 kernel: BTRFS info (device sda): found 10897 extents
Nov 24 20:58:40 hamburg01 kernel: BTRFS info (device sda): found 10895 extents
Nov 24 20:58:40 hamburg01 kernel: BTRFS info (device sda): relocating block group 21731376037888 flags 17
Nov 24 20:58:42 hamburg01 kernel: BTRFS info (device sda): found 3746 extents
Nov 24 20:58:45 hamburg01 kernel: BTRFS info (device sda): found 3746 extents
Nov 24 20:58:45 hamburg01 kernel: BTRFS info (device sda): relocating block group 21726007328768 flags 17
Nov 24 20:58:54 hamburg01 kernel: BTRFS info (device sda): found 43047 extents
Nov 24 20:59:04 hamburg01 kernel: BTRFS info (device sda): found 43047 extents
Nov 24 20:59:05 hamburg01 kernel: BTRFS info (device sda): relocating block group 21532666691584 flags 17
Nov 24 20:59:15 hamburg01 kernel: BTRFS info (device sda): found 37957 extents
Nov 24 20:59:34 hamburg01 kernel: BTRFS info (device sda): found 37957 extents
Nov 25 07:46:48 hamburg01 kernel: UDP: bad checksum. From 82.221.105.6:30227 to 136.xxx.xx.xxx:2152 ulen 20
Nov 25 14:33:59 hamburg01 kernel: Peer 87.145.171.22:49264/80 unexpectedly shrunk window 1389213234:1389252438 (repaired)
Nov 25 14:34:00 hamburg01 kernel: Peer 87.145.171.22:49264/80 unexpectedly shrunk window 1389213234:1389252438 (repaired)
Nov 25 14:34:00 hamburg01 kernel: Peer 87.145.171.22:49265/80 unexpectedly shrunk window 4115491917:4115534629 (repaired)
Nov 25 14:34:00 hamburg01 kernel: Peer 87.145.171.22:49266/80 unexpectedly shrunk window 1462256220:1462298932 (repaired)
Nov 25 14:34:00 hamburg01 kernel: Peer 87.145.171.22:49267/80 unexpectedly shrunk window 72169142:72211854 (repaired)
Nov 25 14:34:00 hamburg01 kernel: Peer 87.145.171.22:49262/80 unexpectedly shrunk window 2474504156:2474518676 (repaired)

Reply to: