Changes

From Amahi Wiki
Jump to: navigation, search
32 bytes removed ,  08:34, 24 March 2010
added known bugs and removed Architecture differences as they should be taken care of in the install files.
Update Changelog
1. If you are repackaging for a new newhttp://bugs.amahi.org/issues/show/487 version Run dch -v with the version number currently in the makefile. Where you run the command depends on if you are changing hdactl or hda-platform.
# cd deb/ubuntu/karmic/hdactl
=Architecture differences=
* Apache runs as 'www-data' instead of 'apache'.
** Fix - Edit /var/hda/platform/html/script/install-app the following:
uid = Etc.getpwnam("apache").uid
* Alternative Fix:
** Edit the file /etc/apache2/envvars to set the apache user to 'apache' as opposed to 'www-data'
=Post install gotchas (asp's notes)=
### removed past post install notes as many changes have happened that = Known Bugs =*Debian control script for platform may have deprecated be missing some dependencies. [http://bugs.amahi.org/issues/show/487 bug 487]*Passenger does not install see Considerations [http://bugs.amahi.org/issues/show/483 bug 483]*HDACTL init scripts do not work [http://bugs.amahi.org/issues/show/484 bug 484]
=Considerations=
Instead of using FastCGI, perhaps package Amahi with capability to use Ubuntu's native phusion passenger (aka mod_rails) package.
16

edits