Difference between revisions of "Plug warboard"
Line 18: | Line 18: | ||
<small><code><nowiki> | <small><code><nowiki> | ||
− | # service openvpn start | + | # service openvpn start |
− | Starting openvpn: FATAL: Module ip_tables not found. | + | Starting openvpn: FATAL: Module ip_tables not found. |
− | iptables v1.4.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | + | iptables v1.4.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?) |
− | Perhaps iptables or your kernel needs to be upgraded. | + | Perhaps iptables or your kernel needs to be upgraded. |
− | FATAL: Module ip_tables not found. | + | FATAL: Module ip_tables not found. |
− | iptables v1.4.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | + | iptables v1.4.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?) |
− | Perhaps iptables or your kernel needs to be upgraded. | + | Perhaps iptables or your kernel needs to be upgraded. |
− | FATAL: Module ip_tables not found. | + | FATAL: Module ip_tables not found. |
− | iptables v1.4.5: can't initialize iptables table `nat': iptables who? (do you need to insmod?) | + | iptables v1.4.5: can't initialize iptables table `nat': iptables who? (do you need to insmod?) |
− | Perhaps iptables or your kernel needs to be upgraded. | + | Perhaps iptables or your kernel needs to be upgraded. |
[FAILED] | [FAILED] | ||
</nowiki></code></small> | </nowiki></code></small> |
Revision as of 05:22, 17 May 2010
For installation notes, etc. see SP notes.
Contents
Warboard
- VPN does not work (had to turn it off in servers). This could be due to the kernel not having all that it needs for TUN/TAP?:
- Cannot allocate TUN/TAP dev dynamically
- Greyhole not working - hda-greyhole needed
- crontab does not appear to be working
- had to add with noatime in / to prevent flash burnout
- should control monit - it keeps on pounding the flash with messages in /var/log/monit
- would like to add swap to flash based drives
- mt-daapd and amahi-transmission are dying
- ntpd is not installed??
[root@fedora-arm ~]# date Sun Apr 30 06:57:12 EDT 2000
OpenVPN
# service openvpn start
Starting openvpn: FATAL: Module ip_tables not found.
iptables v1.4.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.4.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.4.5: can't initialize iptables table `nat': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[FAILED]
Fixed
- local DNS server is not working for external hostnames (caused by dnssec enabled in named.conf). Workaround
echo -e 'DNSSEC="off"\nDLV="off"' > /etc/sysconfig/dnssec service named restart
Commands not found
- which: command not found
- sudo: command not found
- man: command not found
- scp: command not found