Re: Permission error using install_solr_service script.sh

2016-10-01 Thread Yago Riveiro
And yes, I executed the script as root using the /opt folder as install folder -- /Yago Riveiro On 1 Oct 2016, 15:18 +0100, Shawn Heisey , wrote: > On 9/29/2016 3:42 AM, Yago Riveiro wrote: > > I'm having troubles to run the install_solr_service in Centos 7.2. > > > > I have this errors: > > > >

Re: Permission error using install_solr_service script.sh

2016-10-01 Thread Yago Riveiro
I was running the install into a vm, I deleted it and did a new provisioning. Now it woks. The weird thing is that before delete the vm I ran a chmod over that files and the install finished without that errors. -- /Yago Riveiro On 1 Oct 2016, 15:18 +0100, Shawn Heisey , wrote: > On 9/29/2016

Re: Permission error using install_solr_service script.sh

2016-10-01 Thread Shawn Heisey
On 9/29/2016 3:42 AM, Yago Riveiro wrote: > I'm having troubles to run the install_solr_service in Centos 7.2. > > I have this errors: > > -bash: /opt/usr/solr/bin/solr: Permission denied > -bash: /opt/usr/solr/bin/solr: Permission denied > > the problematic line is the line 315 on install_solr_ser

Permission error using install_solr_service script.sh

2016-09-29 Thread Yago Riveiro
Hi, I'm having troubles to run the install_solr_service in Centos 7.2. I have this errors: -bash: /opt/usr/solr/bin/solr: Permission denied -bash: /opt/usr/solr/bin/solr: Permission denied the problematic line is the line 315 on install_solr_service.sh find "$SOLR_VAR_DIR" -type f -print0 | x