[opensuse-buildservice] How to get OBS 2.6.3?
Hi, I am currently trying to figure out how to setup OBS 2.6.3. Since I failed to do so by installing from packages, I tried next using appliances. I downloaded https://en.opensuse.org/openSUSE:Build_Service_Appliance#VirtualBox.2FVMWARE After I was able to reset the root password in booting using init=/bin/bash (what is the root password?), apache fails to start on this system: linux:~ # systemctl status apache2.service apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled) Active: failed (Result: exit-code) since Tue 2015-08-25 10:07:13 UTC; 40min ago Process: 1536 ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop (code=exited, status=1/FAILURE) Process: 1534 ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start (code=exited, status=1/FAILURE) Main PID: 1534 (code=exited, status=1/FAILURE) Aug 25 10:07:13 linux start_apache2[1534]: AH00526: Syntax error on line 22 of /etc/apache2/vhosts.d/obs.conf: Aug 25 10:07:13 linux start_apache2[1534]: Invalid command 'Allow', perhaps misspelled or defined by a module not included in the server configuration Aug 25 10:07:13 linux start_apache2[1536]: AH00526: Syntax error on line 22 of /etc/apache2/vhosts.d/obs.conf: Aug 25 10:07:13 linux start_apache2[1536]: Invalid command 'Allow', perhaps misspelled or defined by a module not included in the server configuration next try was from http://openbuildservice.org/download http://download.opensuse.org/repositories/OBS:/Server:/2.6/images/iso/obs-se... also here I am missing the root password so after changing it using init=/bin/bash I have the same problem Syntax error on line 22 of /etc/apache2/vhosts.d/obs.conf: Invalid command 'Allow', perhaps misspelled or defined by a module not included in the server configuration Is there a working obs 2.6 appliance or installation instruction available somewhere? -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
Carsten Höger <choeger@open-xchange.com> writes:
Aug 25 10:07:13 linux start_apache2[1534]: Invalid command 'Allow', perhaps misspelled or defined by a module not included in the server configuration
Please try adding access_compat to APACHE_MODULES in /etc/sysconfig/apache2. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi,
On 25 Aug 2015, at 11:46 , Andreas Schwab <schwab@suse.de> wrote:
Carsten Höger <choeger@open-xchange.com> writes:
Aug 25 10:07:13 linux start_apache2[1534]: Invalid command 'Allow', perhaps misspelled or defined by a module not included in the server configuration
Please try adding access_compat to APACHE_MODULES in /etc/sysconfig/apache2.
That did the trick, thanks. -- mit freundlichen Gruessen/with best regards, Carsten Hoeger Open-Xchange GmbH -------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nürnberg, Amtsgericht Nürnberg HRB 24738 Vorstand: Rafael Laguna de la Vera, Carsten Dirks Aufsichtsratsvorsitzender: Richard Seibt European Office: Open-Xchange GmbH, Martinstr. 41, D-57462 Olpe, Germany Amtsgericht Siegen, HRB 8718, Geschäftsführer: Frank Hoberg, Martin Kauss US Office: Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA --------------------------------------------------------------------------------
participants (2)
-
Andreas Schwab
-
Carsten Höger