Archive

Archive for July, 2010

[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 …

Create ISO in MacOS

July 7th, 2010 No comments

open terminal ( of course )

# get drive name
$ drutil status
#un mount
$ diskutil unmountDisk /dev/disk1
#make iso
$ dd if=/dev/disk1 of=file.iso bs=2048
#test iso
$ hdid file.iso

kudos to the original post