SELinux was disabled on install and the firewall is off. I only have 2GB of RAM.
Code:
[09:37 root@avocado ~] # dmesg | grep SELinux
SELinux: Initializing.
SELinux: Starting in permissive mode
SELinux: Registering netfilter hooks
SELinux: Disabled at runtime.
SELinux: Unregistering netfilter hooks
[09:37 root@avocado ~] # grep "^SELINUX=" /etc/selinux/config
SELINUX=disabled
[09:37 root@avocado ~] # service iptables status
Firewall is stopped.
[09:37 root@avocado ~] # dmesg | grep Memory
Memory: 2055672k/2097024k available (2105k kernel code, 0k reserved, 1297k data, 196k init)
[09:37 root@avocado ~] #