Just an FYI, note to myself, use a css validator to catch little CSS problems that will most likely choke IE6.
Monthly Archives:: May 2009
Magento Search error “Integrity violation” etc.
Just an FYI, when you upgrade Magento, you may get an error for some searches. Just rebuild your search index and all should be well.
SVN ignore in all subdirectories
svn propset svn:ignore '*' .
http://www.heavymind.net/2007/08/29/the-nightmare-has-returned-with-new-name-svnignore/

[Solved] Samba ‘tree connect failed: NT_STATUS_BAD_NETWORK_NAME’
I just reinstalled a new machine and this time left SElinux on. We’ll I should have know it would have caused problems with my Samba set up.
Error
Shane:~ shane$ smbclient -U admin //192.168.178.10/timemachine
Password:
Domain=[POWEREDGE] OS=[Unix] Server=[Samba 3.0.33-3.7.el5]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Solution
setsebool -P samba_export_all_rw on