Displaying 7 results from an estimated 7 matches for "springenwerk".
Did you mean:
springenberg
2011 Jan 24
1
Encoding Oddities
...o my ruby code and return it in place of the
actual string that should be indexed, it works. Even with Umlauts. So
a UTF-8 String LITERAL works, but a UTF-8 String that has been
converted from ISO-8859-15 does not.
Does this sound familiar to anyone? Any help would be appreciated!
- Johannes
--
springenwerk.com | github.com/jfahrenkrug | twitter.com/jfahrenkrug
2006 Sep 21
1
puppet gem package.
i am not a specialist of gem installs but is it possible to do a gem
upgrade with a distant package ? i tried but it allways failed to
upgrade puppet. I intall the new version and then uninstall the old
one... any better idea ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
2006 Dec 04
6
puppet definition
Hello,
still upgrading to .20.1 and i have another issue that puppet does
not regonize anymore my definitions, i use some ensure lines definition
in a function.pp file and since then i am unable to make it work.
puppetmasterd tells me this:
Unknown function sudoensure_line in file
/etc/puppet/manifests/./classes/backup.pp
the import of the function is my 2 line of the site.pp and i
2007 Mar 19
6
Last call for fixes: Releasing tomorrow
I think I''ve got every fix except one in that''s going to make it into
grover, which I''ll hopefully be releasing tomorrow. I plan on adding
Tim Stoop''s patches for home directory management (#432), but
everything else is getting pushed to the next release at this point.
I''ve fixed all of the major bugs, or at least I think I have. If
2004 Sep 28
10
Bandwidth Metering
Hi,
How do you meter the amount of bandwidth a user has consumed (as
webhosting companies do) under linux? I have searched everywhere, but
have been unable to find a solution. Apologies if this is the wrong
forum.
Thanks,
Patrick
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 Feb 06
31
Removing circular dependant RPM files with Package.
Hello,
I just attempted to remove both the ypbind and the yp-tools packages using the package parameter with yum. As it turns out, both of these packages depend on each other.
Is there a way of forcing package removal and, if there is not, is there a way of making all packages to be removed be collapsed into the same yum command? Either of these solutions would solve the problem with the
2006 Sep 21
30
Using multiple values for source, for platform/arch/host configs
Hi, in an attempt to simplify my configuration, and from a suggestion
on IRC, I was thinking of using multiple values for file { source =>
[] }. Was just currious if anyone had any comments on this.
Basically, I setup my file-server to use:
<snip>
[private]
path /var/lib/puppet/files/private/%H
allow *
[shared]
path /var/lib/puppet/files/shared
allow *