Ok, applied, now install should work normally on F16 and RHEL 6.2.

On Wed, May 16, 2012 at 7:52 PM, Lucas Meneghel Rodrigues
<[email protected]> wrote:
> Since now we're using /usr/local/autotest as a home dir,
> it is created by default with permissions 700. Change it
> to 775 so apache can stat and serve its contents.
>
> Tested on an F16, from scratch install of the autotest
> server, worked fine.
>
> Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
> ---
>  contrib/install-autotest-server.sh |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/contrib/install-autotest-server.sh 
> b/contrib/install-autotest-server.sh
> index 61efaff..ec0f5d9 100755
> --- a/contrib/install-autotest-server.sh
> +++ b/contrib/install-autotest-server.sh
> @@ -250,6 +250,7 @@ fi
>
>  print_log "INFO" "Setting proper permissions for the autotest directory"
>  chown -R autotest:autotest $ATHOME
> +chmod 775 $ATHOME
>  }
>
>  check_mysql_password() {
> --
> 1.7.10.1
>
> _______________________________________________
> Autotest mailing list
> [email protected]
> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest



-- 
Lucas
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to