yusefnapora / pixelbook-linux

257 stars 50 forks source link

ansible error #38

Open googlinggreg opened 4 years ago

googlinggreg commented 4 years ago

Hello,

While compiling the ansible script I get this error:

TASK [eve-recovery-files : Find mapper device to use for mounting image] *******
fatal: [localhost]: FAILED! => {"msg": "Unexpected templating type error occurred on ({{ kpartx_output.stdout | regex_search(regexp, '\\\\1') | first }}): 'NoneType' object is not iterable"}

Any advice?

daemonp commented 4 years ago

Check out PR #4

googlinggreg commented 4 years ago

Thanks,

I tried that, and then it gave me this error:

> TASK [eve-tweaks : Copy libinput touchpad pressure tweak file] *****************
> fatal: [localhost]: FAILED! => {"changed": false, "checksum": "9cb56d667cd390aa928d9d760bb5739b4f0d9c1d", "msg": "Destination directory /etc/libinput does not exist"}
>   to retry, use: --limit @/home/emerald/pixelbook-linux/ansible/playbook.retry
flantel commented 4 years ago

mkdir /etc/libinput then try again

googlinggreg commented 4 years ago

Thank you!

Now it gives the error: TASK [eve-touchpad : Check if we need to patch] ******************************** fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["grep", "evdev-cros", "/opt/eve-linux-setup/xf86-input-cmt/src/Makefile.am"], "delta": "0:00:00.002270", "end": "2020-01-06 17:24:52.530472", "msg": "non-zero return code", "rc": 1, "start": "2020-01-06 17:24:52.528202", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} ...ignoring