Saturday, August 29, 2009

Make an ISO image of a directory on Linux

For my quick reference...

mkisofs rawks!!

To make an ISO from files on your hard drive, create a directory which holds the files you want. Then use the mkisofs command.

mkisofs -o /tmp/cd.iso /tmp/directory/

This results in a file called cd.iso in folder /tmp which contains all the files and directories in /tmp/directory/.

For more info, see the man pages for mkisofs, losetup, and dd, or see the CD-Writing-HOWTO at http://www.tldp.org.
-SG

Friday, August 28, 2009

Arghhh!! mysqld can't start: ERROR /usr/libexec/mysqld: unknown variable 'binlog_format=mixed'

Still stuck in the middle of starting mysql daemon in Centos.

..using
# /sbin/service mysqld start

Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]

my error msgs....
# tail mysqld.log

090828 16:16:31 mysqld started
090828 16:16:31 [ERROR] /usr/libexec/mysqld: unknown variable 'binlog_format=mixed'
090828 16:16:31 mysqld ended

...bulldozing at every corner of forums and techi help site...

Dudes?