On Wed, Feb 22, 2006 at 10:31:09PM +0800, Weiwei Wang wrote: > Y2FuIGFueWJvZHkgdGVsbCBtZSB3aHkgIHNtb2tlcGluZyBnZXQgdGhlIGRhdGEgYnV0IGNhbiBu > b3Qgd3JpdGUgaW50byB0aGUgcnJkcz8NCiAJCQkJDQoNCqGhoaGhoaGhoaGhoaGhoaFXZWl3ZWkg > V2FuZw0KoaGhoaGhoaGhoaGhoaGhoXdhbmd3ZWl3ZWlAY3N0bmV0LmNuDQqhoaGhoaGhoaGhoaGh > oaGhoaGhoTIwMDYtMDItMjINCg==
Hi, your mailer is severely broken, it's sending base64-encoded data without saying so in the headers. Please fix it. After manual decoding [1] > can anybody tell me why smokeping get the data but can not write into the > rrds? Probably the file permissions are not correct. The RRD files must naturally be writable by the UID the daemon runs as. Try 'smokeping --debug' for debugging. [1] perl -mMIME::Base64 -e '$/=undef; print MIME::Base64::decode_base64(<>)' HTH, -- Niko -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
