Dear Rockstor Community,
Yesterday I tried to connect with SSH, but I wasn’t able. Today I figured I had to be logged in as root instead of Pierrious. So once I logged in a root, i was able to connect. And as Root i was able to get more information.
Results: systemctl status -l rockstor-pre
[root@pierrious ~]# systemctl status -l rockstor-pre
● 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 Fri 2016-01-29 16:18:32 CET; 7min ago
Main PID: 2513 (code=exited, status=1/FAILURE)
Jan 29 16:18:32 pierrious initrock[2513]: File “/opt/rockstor/src/rockstor/system/pkg_mgmt.py”, line 44, in downgrade_pkgs
Jan 29 16:18:32 pierrious initrock[2513]: return run_command(cmd)
Jan 29 16:18:32 pierrious initrock[2513]: File “/opt/rockstor/src/rockstor/system/osi.py”, line 89, in run_command
Jan 29 16:18:32 pierrious initrock[2513]: raise CommandException(cmd, out, err, rc)
Jan 29 16:18:32 pierrious initrock[2513]: system.exceptions.CommandException: Error running a command. cmd = [’/usr/bin/yum’, ‘–setopt=timeout=600’, ‘-y’, ‘downgrade’, ‘python-2.7.5-18.el7_1.1’, ‘python-libs-2.7.5-18.el7_1.1’]. rc = 1. stdout = [‘Loaded plugins: changelog, fastestmirror’, ‘Loading mirror speeds from cached hostfile’, ’ * base: mirrors.noction.com’, ’ * epel: mirror.kinamo.be’, ’ * extras: mirror.previder.nl’, ’ * updates: mirror.previder.nl’, ‘Resolving Dependencies’, ‘–> Running transaction check’, ‘—> Package python.x86_64 0:2.7.5-18.el7_1.1 will be a downgrade’, ‘—> Package python.x86_64 0:2.7.5-34.el7 will be erased’, ‘—> Package python-libs.x86_64 0:2.7.5-18.el7_1.1 will be a downgrade’, ‘—> Package python-libs.x86_64 0:2.7.5-34.el7 will be erased’, ‘–> Finished Dependency Resolution’, ‘’, ‘Dependencies Resolved’, ‘’, ‘================================================================================’, ’ Package Arch Version Repository Size’, ‘================================================================================’, ‘Reinstalling:’, ’ python x86_64 2.7.5-18.el7_1.1 rockstor 86 k’, ’ python-libs x86_64 2.7.5-18.el7_1.1 rockstor 5.6 M’, ‘’, ‘Transaction Summary’, ‘================================================================================’, ‘Reinstall 2 Packages’, ‘’, ‘Total size: 5.7 M’, ‘Downloading packages:’, ‘Running transaction check’, ‘Running transaction test’, ‘’]. stderr = [‘There are unfinished transactions remaining. You might consider running yum-complete-transaction, or “yum-complete-transaction --cleanup-only” and “yum history redo last”, first to finish them. If those don’t work you’ll have to try removing/installing packages by hand (maybe package-cleanup can help).’, ‘The program yum-complete-transaction is found in the yum-utils package.’, ‘’, ‘’, ‘Transaction check error:’, ’ package python-libs-2.7.5-18.el7_1.1.x86_64 is already installed’, ’ package python-2.7.5-18.el7_1.1.x86_64 is
Jan 29 16:18:32 pierrious initrock[2513]: already installed’, ‘’, ‘Error Summary’, ‘-------------’, ‘’, ‘’]
Jan 29 16:18:32 pierrious systemd[1]: rockstor-pre.service: main process exited, code=exited, status=1/FAILURE
Jan 29 16:18:32 pierrious systemd[1]: Failed to start Tasks required prior to starting Rockstor.
Jan 29 16:18:32 pierrious systemd[1]: Unit rockstor-pre.service entered failed state.
Jan 29 16:18:32 pierrious systemd[1]: rockstor-pre.service failed.
Results journalctl -xe:
– A new session with the ID 5 has been created for the user root.
– The leading process of the session is 3510.
Jan 29 16:25:41 pierrious systemd[1]: Started Session 5 of user root.
– Subject: Unit session-5.scope has finished start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit session-5.scope has finished starting up.
– The start-up result is done.
Jan 29 16:25:41 pierrious systemd[1]: Starting Session 5 of user root.
– Subject: Unit session-5.scope has begun start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit session-5.scope has begun starting up.
Jan 29 16:25:41 pierrious sshd[3510]: pam_unix(sshd:session): session opened for
lines 2763-2785/2785 (END)
– Subject: A new session 5 has been created for user root
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
– A new session with the ID 5 has been created for the user root.
– The leading process of the session is 3510.
Jan 29 16:25:41 pierrious systemd[1]: Started Session 5 of user root.
– Subject: Unit session-5.scope has finished start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit session-5.scope has finished starting up.
– The start-up result is done.
Jan 29 16:25:41 pierrious systemd[1]: Starting Session 5 of user root.
– Subject: Unit session-5.scope has begun start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit session-5.scope has begun starting up.
Jan 29 16:25:41 pierrious sshd[3510]: pam_unix(sshd:session): session opened for user root by (uid=0)
Greetings,
Pierrious