Archive

Archive for the ‘News’ Category

MySQL Replication skip record

August 28th, 2010 No comments

SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;
START SLAVE;
SHOW SLAVE STATUS;

Reset Blackberry contact list

August 27th, 2010 No comments

- Contacts -> Options.
- Type: rset
- Confirm that you want to wipe the contacts.
- Wait for the address book to download from BES

[Note] Slave I/O thread: Failed reading log event, reconnecting to retry, log ‘server-bin.000001′ at postion

July 20th, 2010 No comments

I’ve got this on one of my mysql powerdns replication slaves. I restored the server from another slave and forgot to change the server-id in my.cnf.
hope it saves someone sometime …

Google Apps BES Connector : Invalid Credentials. Please try again

July 9th, 2010 No comments

Make sure your time on the BES server is correct …

Clean up your mac caches

February 4th, 2010 No comments

This is an aggressive fix, but one I had to take after numerous ( thousands ) or syslog errors :

2/3/10 6:08:50 PM com.apple.launchd.peruser.502[407] (com.akamai.client.plist) Throttling respawn: Will start in 10 seconds
2/3/10 6:08:59 PM [0x0-0x12012].com.adiumX.adiumX[452] (process:452): Json-CRITICAL **: json_node_get_int: assertion `node != NULL' failed
2/3/10 6:09:00 PM com.apple.launchd.peruser.502[407] (com.akamai.client.plist[6584]) Bug: launchd_core_logic.c:4103 (23932):13
2/3/10 6:09:00 PM com.apple.launchd.peruser.502[407] (com.akamai.client.plist[6584]) posix_spawn("/Applications/Akamai/loader.pl", ...): No such file or directory
2/3/10 6:09:00 PM com.apple.launchd.peruser.502[407] (com.akamai.client.plist[6584]) Exited with exit code: 1

I followed this process ( found in mac forums ):

WARNING: “rm -rf” IS A DANGEROUS COMMAND, MAKE SURE YOU KNOW WHAT YOU ARE ERASING !!!

boot to single user : (CMD+Option+S) and run the following commands :

fsck -fy
rm -rf /Library/Caches
rm -rf /Users/YOURUSERNAME/Library/Caches
rm -rf /.Spotlight-V100

reboot