Sunday, May 20, 2012

IP Addresses and Computer Names...

I couldn't ping a computer name, just an IP address. And the internet (in its wisdom) posted a fix here.

Update /etc/nsswitch.conf to add "wins" to the line "hosts:"

And you also need to install samba, samba-common and samba-winbind...

Wednesday, February 01, 2012

Chrome SE Linux fix...

From here:

# cat /var/log/audit/audit.log | grep chrome | audit2allow -m local > local.te
# make -f /usr/share/selinux/devel/Makefile
Compiling targeted local module
/usr/bin/checkmodule: loading policy configuration from tmp/local.tmp
/usr/bin/checkmodule: policy configuration loaded
/usr/bin/checkmodule: writing binary representation (version 10) to tmp/local.mod
Creating targeted local.pp policy package
rm tmp/local.mod.fc tmp/local.mod
# semodule -i local.pp