search for: bacchella

Displaying 6 results from an estimated 6 matches for "bacchella".

2012 Sep 20
8
puppet and std
I''m running puppet on a Centos 5.8 I''m trying to launch puppet as a daemon and it fail silently. --debug provides no help So I tried to strace it, I''m getting this : 1845 close(0) = 0 1845 open("/dev/null", O_RDONLY) = 0 1845 close(1) = 0 1845 open("/dev/null", O_WRONLY|O_CREAT|O_APPEND,
2008 Aug 22
4
rsync and kerberos
I would like to use gssapi authentication in rsync. GSSAPI is the standard way to use kerberos. My idea is not too have a full pam implementation, juste a different way to authenticate users than the secret file and md4 challenge. I made a little experiment and it worked well. What I've done is changing the challenge command. Instead of sending @RSYNCD: AUTHREQD <challenge>, it
2000 Aug 23
14
Test snapshot
...s - (djm) Fix --with-ipaddr-display configure option test. Patch from Jarno Huuskonen <jhuuskon at messi.uku.fi> - (djm) Fix AIX limits from Alexandre Oliva <oliva at lsd.ic.unicamp.br> 20000813 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from Fabrice bacchella <fabrice.bacchella at marchfirst.fr> 20000809 - (djm) Define AIX hard limits if headers don't. Report from Bill Painter <william.t.painter at lmco.com> - (djm) utmp direct write & SunOS 4 patch from Charles Levert <charles at comm.polymtl.ca> 20000808 - (djm)...
2012 Sep 06
1
puppet bug in File selector ?
I tried to conditionally run etckeeper at the end of a puppet run. For that I defined the following class : class os::etckeeper::commit { $cmd = "$operatingsystem" ? { ''debian'' => ''/usr/sbin/etckeeper'', default => ''/usr/bin/etckeeper'', } exec {"etckeeper commit": command =>
2016 Jan 25
2
How to make performance test in samba4
Hi everybody, I have several VMs running on Xenserver 6.5 I have 2 samba servers (1 DC & 1 Fileserver). They are both running Debian Linux 8.2 Jessie. I'm using the samba debian package (4.1.17) My VM has 8G RAM and 4 vCPU How can i test if the performances are quite good or not? with reading/writing Could I have better performance with the latest samba release? thanks Pierre --
2013 Jul 18
0
About Facter via YAML and mcollective
I''m looking at http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML If my understanding is right, just using this class can be dangerous because if puppet is run with a --tags that dooesn''t match it, it will not be run. But some fact can be changer any way (fqdn, ssh tokens, …) How guys do you ensure it will always be updated ? -- You received this