Displaying 3 results from an estimated 3 matches for "kraptast".
Did you mean:
kraptastic
2007 Dec 12
1
Dovecot truncating messages and/or attachments
Hello, I am having problems with Dovecot not sending clients emails bigger
then 8-12k (it varies) or attachments bigger then 8-12k. I am also getting
'Corrupted transaction log file' errors ' unexpected end of file while
reading header' I have deleted the dovecot.index.log, dovecot.index.cache,
and dovecot.index several dozen times.
I started off using Centos 5, with their package
2004 Apr 18
0
Fedora, Cups, print$, and Windows XP - Oh my :) Round 2 - FIGHT
Hello from Canada!
I'm posting again about a problem I posted about in February, I'll repost
the message here, with updated information. When I read that it was a
possible/probably bug with Samba, I decided to wait a while and see if it
wasn't hashed out by now. It doesn't appear to be fixed (or I messed up).
Anyways, here is the information with updates. A "*" indicates
2012 Jul 05
7
proper usage of global variables / node variables / +=
Hello puppet masters, I am cleaning up some puppet modules, using
puppet-lint. The warning I am getting is:
top-scope variable being used without an explicit namespace
I can turn this particular check off, but in doing my research I''m
finding all sorts of messages saying to avoid using +=, to avoid using
variables in the node scope, and to switch to a parameterized class
whenever