Difference between revisions of "Plug warboard"

From Amahi Wiki
Jump to: navigation, search
(Created page with 'For installation notes, etc. see SP notes. = Warboard = * VPN not working: * Greyhole not working')
 
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
For installation notes, etc. see [[SP notes]].
+
{{MessageBox|backgroundcolor = #FBB|
 +
image =Warning.png|
 +
heading =WARNING|
 +
message = '''DEPRECATED'''<br>This is no longer supported.}}
 +
 
 +
 
 +
Back to [[Amahi_Plug_Edition]]
 +
 
 +
When you note a problem, please indicate what version you're running (0.2, 0.3, ...)
  
 
= Warboard =
 
= Warboard =
  
* VPN not working:
+
* VPN works. the date needs to be set to something recent:
* Greyhole not working
+
        date --set 'Thu May 27 16:44:57 EDT 2010'
 +
        hwclock --systohc --utc
 +
* tar and unzip need to be in the image:
 +
        yum -y install tar unzip
 +
* Greyhole *is* working
 +
* 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 =
 +
 
 +
<small>
 +
      # 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]
 +
</small>
 +
 
 +
 
 +
= 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

Latest revision as of 16:15, 5 April 2014

Warning.png WARNING
DEPRECATED
This is no longer supported.



Back to Amahi_Plug_Edition

When you note a problem, please indicate what version you're running (0.2, 0.3, ...)

Warboard

  • VPN works. the date needs to be set to something recent:
        date --set 'Thu May 27 16:44:57 EDT 2010'
        hwclock --systohc --utc
  • tar and unzip need to be in the image:
        yum -y install tar unzip
  • Greyhole *is* working
  • 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