aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended
AgeCommit message (Collapse)Author
2018-01-12rpcbind: Backport to 0.2.3 (morty) verisonDaniel Dragomir
rpcbind.service from rocko branch (0.2.4 version) is failing with the followind error. Backport to the old and working version from morty (0.2.3) untill it will be fixed upstream systemd[1]: Starting RPC Bind Service... systemd[1]: Started RPC Bind Service. systemd[1]: rpcbind.service: Main process exited, code=killed, status=6/ABRT systemd[1]: rpcbind.service: Unit entered failed state. systemd[1]: rpcbind.service: Failed with result 'signal'. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
2017-12-23libnsl: Create symbolic link for shared library in libdirDaniel Dragomir
Systemd service ypbind fail to start because it search for libnsl shared library in libdir (/usr/lib) and didn't found because it's installed in /usr/lib/nsl directory: ypbind[1823]: /usr/sbin/ypbind: error while loading shared libraries: libnsl.so.2: cannot open shared object file: No such file or directory systemd[1]: ypbind.service: Control process exited, code=exited status=127 systemd[1]: Failed to start YP Bind. Create a symbolic link in libdir to correct this. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
2017-12-13shadow-securetty: Allow root login on ttyS4 and ttyS5Daniel Dragomir
Extend list of terminals on which root is allowed to login Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
2017-12-13procps: Disable DEBUG log level in sysctl.confDaniel Dragomir
Uncomment the following to stop low-level messages on console kernel.printk = 4 4 1 7 A0188 - /etc/sysctl.conf and the console log level Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>