Monthly Archives: September 2010

Moving Mysql database data directories to new partition

If you need to move a mysql database’s data files to another partition because space on /var/lib/mysql is getting low you can do this: 1) Shut down the database service mysqld stop 2) move the database files using cpdir cd … Continue reading

Posted in Uncategorized | Leave a comment

Samba Shares and SE Linux

Any samba shares need to have the context changed. chcon -R -t samba_share_t /cc_share If you want to have home directories not enforce SE linux permission denial for homes just issue this command: setsebool -P samba_enable_home_dirs 1

Posted in Uncategorized | Leave a comment