search for: foofoo

Displaying 4 results from an estimated 4 matches for "foofoo".

Did you mean: fofoo
2012 Aug 13
2
Variables and scope with inherits
I want to have a parametrized class with lookup from params.pp but I keep getting into problems. init.pp: class foo ( $bar = $foo::params::bar, $foofoo = $foo::params::foofoo ) inherits foo::params { file {''/tmp/foobar'': content => template("foo/foobar.erb"), } } params: class foo::params { $bar = true if $foo::bar { $foobar = ''yes'' $foofoo = ''foo'' } el...
2006 Feb 25
9
trace("") prints hex dump table
I''m running SunOS unknown 5.11 snv_33 i86pc i386 i86pc and to print a blank line in the output of my script I tried adding: trace(""); which printed 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2001 May 10
2
SV: Ext3 destroying ownerships and permissions
...stem seemed to be changed or corrupted. Here's some more detail on the above changed-ownership fenomenon. This course of events happened at least once: - A user, let's call him "foo", found that his homedir, /home/f/foo, and all files under it had changed owner to user "foofoo". An administrator logged in started to do a "chown -R foo /home/f/foo". - As soon as the chown -R operation was started, the server halted and rebooted. When it came back up again it was discovered that user "foo" now was the owner of 10 out of 60 dirs under /home...
2015 Mar 11
0
UPN authentication for windows 2003 server
...time server = yes acl allow execute always = true acl check permissions = true dos filemode = yes domain logons = yes idmap config *: backend = tdb idmap config *: range = 90000001-100000000 server role = member server netbios name = BUGFIX netbios aliases = FOOFOO workgroup = 2K3 realm = WIN2K3.DIVINIX.ORG security = ADS client use spnego = yes cache directory = /var/tmp/.cache/.samba local master = no domain master = no preferred master = no winbind cache time = 7200 winbind offline logon = yes winbind enum users...