Page 1 of 1

Menu items gone?

Posted: Sat Jun 05, 2010 12:54 am
by taichi
So I've installed Amahi and have set it up with a few apps. But now I'm trying to disable DHCP as I'd prefer to use the router.

I've done it before. Have enabled Advanced settings, then browse to Apps-Servers. But all I can see in there is the DLNA server I've installed. No DHCP, DNS, Greyhole, or any of the others. Any ideas what's going on?

Re: Menu items gone?

Posted: Sat Jun 05, 2010 4:10 am
by gboudreau
This is a known bug that still isn't fixed.

Here's how to fix this manually:

Open a terminal, as root, and execute those commands:

Code: Select all

cd /etc/monit.d wget http://dl.dropbox.com/u/3022105/Amahi/monit.d-fix.tar.gz tar zxf monit.d-fix.tar.gz && rm -f monit.d-fix.tar.gz mysql -uroot -phda hda_production < servers.sql rm -f servers.sql