This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Verify sudoers.d directory | |
file: | |
path: /etc/sudoers.d | |
owner: root | |
group: root | |
mode: 0755 | |
state: directory | |
register: deployuser | |
- name: Verify sudoers include statement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lxc-start 1443419369.420 INFO lxc_start_ui - lxc_start.c:main:264 - using rcfile /var/lib/lxc/100/config | |
lxc-start 1443419369.420 WARN lxc_confile - confile.c:config_pivotdir:1825 - lxc.pivotdir is ignored. It will soon become an error. | |
lxc-start 1443419369.421 WARN lxc_cgmanager - cgmanager.c:cgm_get:993 - do_cgm_get exited with error | |
lxc-start 1443419369.421 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM security driver AppArmor | |
lxc-start 1443419369.421 INFO lxc_seccomp - seccomp.c:parse_config_v2:318 - processing: .reject_force_umount # comment this to allow umount -f; not recommended. | |
lxc-start 1443419369.421 INFO lxc_seccomp - seccomp.c:parse_config_v2:410 - Adding native rule for reject_force_umount action 0 | |
lxc-start 1443419369.421 INFO lxc_seccomp - seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts | |
lxc-start 1443419369.421 INFO lxc_seccomp - seccomp.c:parse_config_v2:413 - Adding compat rule for reject_force_umount action 0 | |
lxc-start 14434 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@fs0:~/zfs# ./autogen.sh | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I config | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. | |
libtoolize: copying file `config/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'. | |
libtoolize: copying file `config/libtool.m4' |