05-07-2016, 03:10 PM
longsleep,
I honestly don't know if this is a problem, but wanted to bring it to your attention
and, probably unrelated, but shows up in the console log in about the same place
output from systemctl status:
Using new image: https://www.stdin.xyz/downloads/people/l...7-1.img.xz
I honestly don't know if this is a problem, but wanted to bring it to your attention
Code:
Starting Set console keymap...
[FAILED] Failed to start Set console keymap.
See 'systemctl status console-setup.service' for details.
and, probably unrelated, but shows up in the console log in about the same place
Code:
[ 15.519597] [VFE_ERR]Error registering v4l2 subdevice No such device!
[ 15.533672] [VFE_ERR]vfe sensor register check error at input_num = 0
[ OK ] [ 15.548861] [VFE_ERR]Error registering v4l2 subdevice No such device!
[ 15.563447] [VFE_ERR]vfe sensor register check error at input_num = 1
output from systemctl status:
Code:
[color=#000000]ubuntu@localhost:~$ sudo systemctl status console-setup.service
[sudo] password for ubuntu:
console-setup.service - Set console keymap
Loaded: loaded (/lib/systemd/system/console-setup.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2016-05-07 20:24:24 UTC; 50s ago
Docs: man:loadkeys(1)
Process: 1706 ExecStart=/usr/bin/loadkeys /etc/console-setup/cached.kmap.gz (code=exited, status=1/FAILURE)
Main PID: 1706 (code=exited, status=1/FAILURE)
May 07 20:24:23 localhost.localdomain systemd[1]: Starting Set console keymap...
May 07 20:24:23 localhost.localdomain loadkeys[1706]: Couldn't get a file descriptor referring to the console
May 07 20:24:24 localhost.localdomain systemd[1]: console-setup.service: Main process exited, code=exited, status=1/FAILURE
May 07 20:24:24 localhost.localdomain systemd[1]: Failed to start Set console keymap.
May 07 20:24:24 localhost.localdomain systemd[1]: console-setup.service: Unit entered failed state.
May 07 20:24:24 localhost.localdomain systemd[1]: console-setup.service: Failed with result 'exit-code'.[/color]
Using new image: https://www.stdin.xyz/downloads/people/l...7-1.img.xz
Code:
ubuntu@pine64:~$ sudo su -
[sudo] password for ubuntu:
root@pine64:~# bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
Checking for update ...
You are already on the latest version - no update required.
root@pine64:~# bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
Checking for update ...
You are already on the latest version - no update required.
root@pine64:~#