Skip to content

Instantly share code, notes, and snippets.

View mrjester888's full-sized avatar

Mr. J mrjester888

View GitHub Profile
@mrjester888
mrjester888 / gist:9d77a0eea6ba8e969e43613758c8fe1c
Created September 16, 2018 19:16
ansible sudoers validate
- 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
@mrjester888
mrjester888 / 100-debug.log
Last active September 28, 2015 05:53
proxmox ve 4.0 beta 2 - ubuntu 14.04 container start
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
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'