OK, now that I am sure about the validity of my ISO, I tried to install for the 4th time. I can access in SSH but WUI fails always (even if the console shows me that I can access via https://IP_ADDRESS)
I run that command as you proposed guys, and this is all the output:
[root@Rockstor ~]# systemctl status -l rockstor-pre rockstor rockstor-bootstrap
- rockstor-pre.service - Tasks required prior to starting Rockstor
Loaded: loaded (/etc/systemd/system/rockstor-pre.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since lun. 2016-01-25 15:05:45 CET; 2min 11s ago
Main PID: 1516 (code=exited, status=1/FAILURE)
janv. 25 15:05:45 Rockstor initrock[1516]: downgrade_python(logging)
janv. 25 15:05:45 Rockstor initrock[1516]: File “/opt/rockstor/src/rockstor/scripts/initrock.py”, line 270, in downgrade_python
janv. 25 15:05:45 Rockstor initrock[1516]: o, e, rc = run_command([YUM, ‘info’, ‘python’])
janv. 25 15:05:45 Rockstor initrock[1516]: File “/opt/rockstor/src/rockstor/system/osi.py”, line 89, in run_command
janv. 25 15:05:45 Rockstor initrock[1516]: raise CommandException(cmd, out, err, rc)
janv. 25 15:05:45 Rockstor initrock[1516]: system.exceptions.CommandException: Error running a command. cmd = [’/usr/bin/yum’, ‘info’, ‘python’]. rc = 1. stdout = [‘Loaded plugins: changelog, fastestmirror’, ‘Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was’, ‘14: curl#7 - “Failed to connect to 2a02:2498:1:3d:5054:ff:fed3:e91a: Network is unreachable”’, ‘’]. stderr = [’’, ‘’, ’ One of the configured repositories failed (Unknown),’, " and yum doesn’t have enough cached data to continue. At this point the only", ’ safe thing yum can do is fail. There are a few ways to work “fix” this:’, ‘’, ’ 1. Contact the upstream for the repository and get them to fix the problem.’, ‘’, ’ 2. Reconfigure the baseurl/etc. for the repository, to point to a working’, ’ upstream. This is most often useful if you are using a newer’, ’ distribution release than is supported by the repository (and the’, ’ packages for the previous distribution release still work).’, ‘’, " 3. Disable the repository, so yum won’t use it by default. Yum will then", ’ just ignore the repository until you permanently enable it again or use’, ’ --enablerepo for temporary usage:’, ‘’, ’ yum-config-manager --disable ‘, ‘’, ’ 4. Configure the failing repository to be skipped, if it is unavailable.’, ’ Note that yum will try to contact the repo. when it runs most commands,’, ’ so will have to try and fail each time (and thus. yum will be be much’, ’ slower). If it is a very temporary problem though, this is often a nice’, ’ compromise:’, ‘’, ’ yum-config-manager --save --setopt=.skip_if_unavailable=true’, ‘’, ‘Cannot find a valid baseurl for repo: base/x86_64’, ‘’]
janv. 25 15:05:45 Rockstor systemd[1]: rockstor-pre.service: main process exited, code=exited, status=1/FAILURE
janv. 25 15:05:45 Rockstor systemd[1]: Failed to start Tasks required prior to starting Rockstor.
janv. 25 15:05:45 Rockstor systemd[1]: Unit rockstor-pre.service entered failed state.
janv. 25 15:05:45 Rockstor systemd[1]: rockstor-pre.service failed.
- rockstor.service - RockStor startup script
Loaded: loaded (/etc/systemd/system/rockstor.service; enabled; vendor preset: enabled)
Active: inactive (dead)
janv. 25 15:05:45 Rockstor systemd[1]: Dependency failed for RockStor startup script.
janv. 25 15:05:45 Rockstor systemd[1]: Job rockstor.service/start failed with result ‘dependency’.
- rockstor-bootstrap.service - Rockstor bootstrapping tasks
Loaded: loaded (/etc/systemd/system/rockstor-bootstrap.service; enabled; vendor preset: disabled)
Active: inactive (dead)
janv. 25 15:05:45 Rockstor systemd[1]: Dependency failed for Rockstor bootstrapping tasks.
janv. 25 15:05:45 Rockstor systemd[1]: Job rockstor-bootstrap.service/start failed with result ‘dependency’.
[root@Rockstor ~]#
I am about to give up on this,