Page 2 of 3

Re: Amahi 7 Express disk RC7!

Posted: Tue Jul 30, 2013 12:53 pm
by bigfoot65
This should have not shown up yet. Sorry, users do not have access to the blog until the article is posted. It is still in draft, therefore you will have to wait until it's released.

Re: Amahi 7 Express disk RC7!

Posted: Wed Jul 31, 2013 4:13 am
by cpg
Hi, we were working on it.

Here is the Amahi 7 announcement:

https://blog.amahi.org/2013/07/30/cravi ... -polished/

Re: Amahi 7 Express disk RC7!

Posted: Wed Jul 31, 2013 8:33 am
by sgtfoo
Having a crash when the progress of the install begins to install software in Anaconda...

- using this in a VM in Proxmox (64GB drive image + standard setup)
- changing the default setup of the partitions to LVM

when I click begin install all goes well in the progress bar until it gets to software installation when it does a load-timer and then a bug encounter.

I would grab stuff from the bug, but copy/paste doesn't gather from a VM console window.

Re: Amahi 7 Express disk RC7!

Posted: Wed Jul 31, 2013 1:25 pm
by cpg
Well deserved crash. You should not be using LVM anyway :) :)

Not sure what to do here. We cannot support all possible configurations, but maybe post a screenshot?

Re: Amahi 7 Express disk RC7!

Posted: Wed Jul 31, 2013 2:04 pm
by sgtfoo
Whatchu got against LVM??
lol

Well I'll try an install with extended partition later on and hope it works.

Why would LVMing throw a crash?

Re: Amahi 7 Express disk RC7!

Posted: Wed Jul 31, 2013 2:12 pm
by cpg

Re: Amahi 7 Express disk RC7!

Posted: Wed Jul 31, 2013 2:40 pm
by bigfoot65
I had a successful install of Amahi 7 on Proxmox. The only issue I am trying to trouble shoot is the web server failing to start. I have to start it manually and once I reboot, it fails again.

Other than that, it seems to be working fine.

Re: Amahi 7 Express disk RC7!

Posted: Thu Aug 01, 2013 2:42 pm
by bigfoot65
Turns out it was an incorrect hostname. The

Code: Select all

/etc/hostname
file should have hda or whatever one wants to call it. Not fully qualified, just the short name.

Hope this helps someone else.

Re: Amahi 7 Express disk RC7!

Posted: Sat Aug 03, 2013 1:26 pm
by sgtfoo
I don't know if it's a known bug yet or not, but with A7, all the web based apps such as subsonic or plex that I've tried thus far all generate a conf file inside httpd such as...

/etc/httpd/conf.d/1000-subsonic.conf
/etc/httpd/conf.d/1000-plexms.conf

and Apache has a problem with it.
I removed the problem conf file and Apache is then happy.

Here's some failure mumbo...

Code: Select all

[sgtfoo@localhost ~]$ curl http://hda curl: (7) Failed connect to hda:80; Connection refused [sgtfoo@localhost ~]$ service httpd status Redirecting to /bin/systemctl status httpd.service httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: failed (Result: exit-code) since Fri 2013-08-02 10:13:38 EDT; 1 day 6h ago Main PID: 453 (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/httpd.service Aug 02 10:13:37 localhost.localdomain httpd[453]: AH00526: Syntax error on line 11 of /etc/httpd/conf.d/1000-subsonic.conf: Aug 02 10:13:37 localhost.localdomain httpd[453]: Either all Options must start with + or -, or no Option may. Aug 02 10:13:38 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE Aug 02 10:13:38 localhost.localdomain httpd[498]: AH00526: Syntax error on line 11 of /etc/httpd/conf.d/1000-subsonic.conf: Aug 02 10:13:38 localhost.localdomain httpd[498]: Either all Options must start with + or -, or no Option may. Aug 02 10:13:38 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 Aug 02 10:13:38 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server. Aug 02 10:13:38 localhost.localdomain systemd[1]: Unit httpd.service entered failed state. [sgtfoo@localhost ~]$ sudo rm /etc/httpd/conf.d/1000-subsonic.conf [sgtfoo@localhost ~]$ service httpd status Redirecting to /bin/systemctl status httpd.service httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: failed (Result: exit-code) since Fri 2013-08-02 10:13:38 EDT; 1 day 6h ago Main PID: 453 (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/httpd.service Aug 02 10:13:37 localhost.localdomain httpd[453]: AH00526: Syntax error on line 11 of /etc/httpd/conf.d/1000-subsonic.conf: Aug 02 10:13:37 localhost.localdomain httpd[453]: Either all Options must start with + or -, or no Option may. Aug 02 10:13:38 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE Aug 02 10:13:38 localhost.localdomain httpd[498]: AH00526: Syntax error on line 11 of /etc/httpd/conf.d/1000-subsonic.conf: Aug 02 10:13:38 localhost.localdomain httpd[498]: Either all Options must start with + or -, or no Option may. Aug 02 10:13:38 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 Aug 02 10:13:38 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server. Aug 02 10:13:38 localhost.localdomain systemd[1]: Unit httpd.service entered failed state. [sgtfoo@localhost ~]$ sudo service httpd restart Redirecting to /bin/systemctl restart httpd.service [sgtfoo@localhost ~]$ service httpd status Redirecting to /bin/systemctl status httpd.service httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: active (running) since Sat 2013-08-03 16:19:57 EDT; 6s ago Main PID: 31315 (httpd) Status: "Processing requests..." CGroup: name=systemd:/system/httpd.service tq31315 /usr/sbin/httpd -DFOREGROUND tq31319 PassengerHelperAgent tq31321 Passenger spawn server tq31333 PassengerWatchdog tq31334 PassengerWatchdog tq31337 PassengerHelperAgent tq31339 Passenger spawn server tq31342 PassengerLoggingAgent tq31350 /usr/sbin/httpd -DFOREGROUND tq31351 /usr/sbin/httpd -DFOREGROUND tq31352 /usr/sbin/httpd -DFOREGROUND tq31353 /usr/sbin/httpd -DFOREGROUND mq31354 /usr/sbin/httpd -DFOREGROUND Aug 03 16:19:55 localhost.localdomain systemd[1]: Starting The Apache HTTP Server... Aug 03 16:19:55 localhost.localdomain httpd[31315]: AH00558: httpd: Could not reliably determine the server's fully ...ssage Aug 03 16:19:57 localhost.localdomain systemd[1]: Started The Apache HTTP Server.

Then, I had to ensure Apache was seeing the right hostname....

Code: Select all

/etc/hostname.. hostname hda domain srvr.com
and then ensure that the /httpd/conf/httpd.conf file also saw the correct hostname.

These little things should have been switched at install, no?

Re: Amahi 7 Express disk RC7!

Posted: Sat Aug 03, 2013 1:51 pm
by cpg
Yeah, the format of the apache conf files has changed a little -- enough that breaks the vast majority of webapps.

We will probably take a swipe at this soon, since it looks like it may be low-hanging fruit.

Thanks for pointing it out and also for the details!