Problems with hooks on new install

Bug #1480571 reported by TimothyT
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
owncloud (Juju Charms Collection)
New
Undecided
Unassigned

Bug Description

For install:
sed -i "s/ \$curlSettings = array(/ \$curlSettings = array(\n CURLOPT_SSL_VERIFYPEER => 0,\n CURLOPT_SSL_VERIFYHOST => 0,/" /var/www/owncloud/3rdparty/sabre/dav/lib/Sabre/DAV/Client.php

becomes (Remove Sabre):
sed -i "s/ \$curlSettings = array(/ \$curlSettings = array(\n CURLOPT_SSL_VERIFYPEER => 0,\n CURLOPT_SSL_VERIFYHOST => 0,/" /var/www/owncloud/3rdparty/sabre/dav/lib/DAV/Client.php

For config-changed:
Line 153(?)
cat > /etc/php5/conf.d/owncloud.ini <<EOF to
cat > /etc/php5/apache2/conf.d/owncloud.ini <<EOF
  * At least I think this is the proper thing.

Line 166(?)
a2dissite default --> a2dissite 000-default

At this point I'm still having config-change hook fail because of:
unit-owncloud-0[880]: 2015-08-01 13:09:11 INFO unit.owncloud/0.config-changed logger.go:40 ERROR: Config file ssl.conf not properly enabled: /etc/apache2/mods-enabled/ssl.conf is a real file, not touching it

Tags: installing
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.