[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-22 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-440960855
 
 
   it is from the 'status' call. There is an error during stop indeed, but 
after that the MS won't start any more. I can't find why so far.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-20 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-440214530
 
 
   didn't help :(
   ```
   # service cloudstack-management status
   Redirecting to /bin/systemctl status cloudstack-management.service
   ● cloudstack-management.service - CloudStack Management Server
  Loaded: loaded (/usr/lib/systemd/system/cloudstack-management.service; 
enabled; vendor preset: disabled)
  Active: failed (Result: exit-code) since di 2018-11-20 09:38:53 UTC; 
17min ago
 Process: 5515 ExecStop=/usr/bin/jsvc -cp ${JARS}:${CLASSPATH} -pidfile 
${CLOUDSTACK_PID} -stop ${BOOTSTRAP_CLASS} (code=exited, status=255)
 Process: 5496 ExecStart=/usr/bin/jsvc ${JAVA_DEBUG} -home ${JAVA_HOME} 
-user ${CLOUDSTACK_USER} -cp ${JARS}:${CLASSPATH} -errfile 
${LOGDIR}/${NAME}.err -cwd ${LOGDIR} -pidfile ${CLOUDSTACK_PID} ${JAVA_OPTS} 
${BOOTSTRAP_CLASS} (code=exited, status=0/SUCCESS)
 Process: 5490 ExecStartPre=/bin/bash -c /bin/systemctl set-environment 
JARS=$(ls /usr/share/cloudstack-management/lib/*.jar | tr '
   ' ':' | sed s'/.$//') (code=exited, status=0/SUCCESS)
 Process: 5483 ExecStartPre=/bin/bash -c /bin/systemctl set-environment 
JAVA_HOME=$( readlink -f $( which java ) | sed s:bin/.*$:: ) (code=exited, 
status=0/SUCCESS)
Main PID: 5499 (code=exited, status=1/FAILURE)
   
   nov 20 09:38:53 pr3030-t3195-kvm-centos7-mgmt1 systemd[1]: Starting 
CloudStack Management Server...
   nov 20 09:38:53 pr3030-t3195-kvm-centos7-mgmt1 systemd[1]: Started 
CloudStack Management Server.
   nov 20 09:38:53 pr3030-t3195-kvm-centos7-mgmt1 systemd[1]: 
cloudstack-management.service: main process exited, code=exited, 
status=1/FAILURE
   nov 20 09:38:53 pr3030-t3195-kvm-centos7-mgmt1 systemd[1]: 
cloudstack-management.service: control process exited, code=exited status=255
   nov 20 09:38:53 pr3030-t3195-kvm-centos7-mgmt1 systemd[1]: Unit 
cloudstack-management.service entered failed state.
   nov 20 09:38:53 pr3030-t3195-kvm-centos7-mgmt1 systemd[1]: 
cloudstack-management.service failed.
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-20 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-440203987
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-20 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-440197540
 
 
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-20 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-440193486
 
 
   @svenvogel our automated test environment doesn't start for this PR. I am 
investigating


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-20 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-440189409
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-19 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-440175408
 
 
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-19 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-439921392
 
 
   better not sorry
   @blueorangutan test


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] DaanHoogland commented on issue #3030: correct permissions in spec file and fix class path specified variable

2018-11-19 Thread GitBox
DaanHoogland commented on issue #3030: correct permissions in spec file and fix 
class path specified variable
URL: https://github.com/apache/cloudstack/pull/3030#issuecomment-439880375
 
 
   @rhtyd not sure if we need full testing but I'll package to get at least 
that part covered.
   @blueorangutan package


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services