search for: usb_regist

Displaying 5 results from an estimated 5 matches for "usb_regist".

Did you mean: usb_register
2018 Mar 29
0
Re: Compilation on OL7.4 - Tests fail (possibly) due to libyajl
...ppears to be blocked whatever command I type. Here's the > output (some of the errors may be the root cause of all that? on the > same system build 1.34 works, built following the same recipe): > > $ ./run virt-rescue --scratch > [    0.168448] usbserial: usb_serial_init - usb_register failed > [    0.169093] usbserial: usb_serial_init - returning with error -19 > supermin: mounting /proc > supermin: ext2 mini initrd starting up: 5.1.19 glibc > Starting /init script ... > [/usr/lib/tmpfiles.d/systemd.conf:11] Unknown group 'utmp'. > [...
2018 Mar 29
2
Compilation on OL7.4 - Tests fail (possibly) due to libyajl
2017 Oct 16
2
Elias Hickman's libguestfs dump
...gart interface v0.103 [    0.107276] rdac: device handler registered [    0.107732] hp_sw: device handler registered [    0.108181] emc: device handler registered [    0.108617] alua: device handler registered [    0.109085] libphy: Fixed MDIO Bus: probed [    0.109537] usbserial: usb_serial_init - usb_register failed [    0.110139] usbserial: usb_serial_init - returning with error -19 [    0.110759] i8042: PNP: No PS/2 controller found. [    0.111270] i8042: Probing ports directly. [    0.112307] serio: i8042 KBD port at 0x60,0x64 irq 1 [    0.112816] serio: i8042 AUX port at 0x60,0x64 irq 12 [    0.11...
2017 Dec 02
0
Re: [nbdkit PATCH] nbd: Fix memory leak
...csi host0: ata_piix [ 0.251945] scsi host1: ata_piix [ 0.252413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.253789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.254696] libphy: Fixed MDIO Bus: probed [ 0.255387] usbserial: usb_serial_init - usb_register failed [ 0.256070] usbserial: usb_serial_init - returning with error -19 [ 0.256877] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.258536] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.259117] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.259762] mo...
2017 Dec 02
2
[nbdkit PATCH] nbd: Fix memory leak
When converting from a single transaction to a linked list, I forgot to free the storage for each member of the list. Reported-by: Richard W.M. Jones <rjones at redhat.com> Fixes: 7f5bb9bf13f041ea7702bda557d9dd668bc3423a Signed-off-by: Eric Blake <eblake at redhat.com> --- I'm still not sure why 'make check' passes while 'make check-valgrind' fails for