Re: Trackpad not recognized on system76 Lemur laptop with intel HD gfx

2018-11-23 Thread Mark Kettenis
The pms(4) driver doesn't attach. That might not necessarily be the problem here since on modern machines the touchpad might be attached over iic(4). But I don't see a i2c controller that is likely to be used for this purpose either. Can you figure out how the touchpad is supposed to be connecte

kernel page fault trap, code = 0 from attempting to blank marginal CD-RW

2018-11-23 Thread nicholas . h . briggs
>Synopsis: kernel: page fault trap, code = 0, in wdc_free_xfer after CD >drive sense error >Category: kernel >Environment: System : OpenBSD 6.4 Details : OpenBSD 6.4 (GENERIC) #0: Sat Nov 17 21:50:09 CET 2018 r...@syspatch-64-i386.openbs

qcow2 fails in vmd(8) of 6.4

2018-11-23 Thread George Koehler
>Synopsis: qcow2 fails in vmd(8) of 6.4 >Category: user >Environment: System : OpenBSD 6.4 Details : OpenBSD 6.4 (GENERIC.MP) #0: Sat Nov 17 22:15:46 CET 2018 r...@syspatch-64-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Re: Ansible 2.7.x broken looping

2018-11-23 Thread Joel Sing
On Thursday 22 November 2018 11:39:53 Daniel Jakots wrote: > On Thu, 22 Nov 2018 10:23:39 -0600, Edward Lopez-Acosta > > wrote: > > $ cat test.yml > > --- > > - hosts: localhost > > > >tasks: > >- name: testloop > > > > shell: echo "{{ item }}" > > loop: [ 0, 1, 2, 3, 4, 5