@phillxnet, thanks for the detailed response. I should have been a little clearer in my details.
I have not successfully used the box-build method, as all my current Linux boxes are running inside Virtualbox and itâs been hard to get any type of KVM/QEMU to work. So I opted to use the âlegacyâ method.
On the Kernel backport, I should have been clearer, I only uncommented the Stable/btrfs-progs sections that you also mentioned above (I did read the warning in the comments )
I did use the upstream kiwi-ng stuff, and not the disti provided packages.
In the end I built (more than) 3 installer versions:
- Plain Build, no file edits
- Version adjustments in file
- stable kernel backport and filesystem enabled.
- to ensure my VM config was not screwed up, I also did a test install using the official installer, worked just fine without failures
All three bootable and running the installation screens successfully, unfortunately, then the start up of services failed, as mentioned and then downhill from there. Of course with all of those pre-reqs not properly coming up, rockstor did not stand a chance.
A reboot did not fix the issues, but repeated them. At the end of that I do get my login prompt and an opensuse operating system, just no rockstor running.
I enabled the EFI vs. non-EFI (Virtualbox setting) for the various installs, all with the same end result, unfortunately:
And, in all cases (probably among other things) the list of created users was suspiciously short.
In journalctl
starts with this (I skipped additional lines around these messages, but can get all of the details, if interested):
Feb 26 18:55:01 localhost rpcbind[479]: cannot get uid of 'rpc': Success
Feb 26 18:55:01 localhost systemd[1]: **Failed to start RPC Bind**.
...
continues on to:
Feb 26 18:55:02 localhost systemd[1]: Failed to start Activation of DM RAID sets.
Feb 26 18:55:02 localhost systemd-tmpfiles[521]: /usr/lib/tmpfiles.d/postgresql.conf:2: Failed to resolve user 'postgres': No such process
Feb 26 18:55:02 localhost avahi-daemon[523]: **Failed to find user 'avahi'**.
Feb 26 18:55:02 localhost systemd[1]: avahi-daemon.service: Main process exited, code=exited, status=255/EXCEPTION
Feb 26 18:55:02 localhost dbus-daemon[524]: dbus[524]: Unknown username "**avahi**" in message bus configuration file
Feb 26 18:55:02 localhost dbus-daemon[524]: dbus[524]: Unknown group "**avahi**" in message bus configuration file
Feb 26 18:55:02 localhost dbus-daemon[524]: dbus[524]: Unknown username "**polkitd**" in message bus configuration
Feb 26 18:55:02 localhost systemd[547]: postgresql.service: Failed to determine user credentials: No such process
Feb 26 18:55:02 localhost systemd[547]: **postgresql.service**: Failed at step USER spawning
Feb 26 18:55:02 localhost chronyd[563]: Fatal error : Could not get chrony uid/gid
Feb 26 18:55:02 localhost systemd[1]: **chronyd.service**: Failed with result 'exit-code'.
Feb 26 18:55:02 localhost systemd[1]: Failed to start **NTP client/server**.
Feb 26 18:55:02 localhost atd[571]: Cannot get uid for at: Success
Feb 26 18:55:02 localhost systemd[1]: **atd.service**: Main process exited, code=exited, status=1/FAILURE
and then of course this:
Feb 26 18:55:04 localhost systemd[1]: rockstor-pre.service: Main process exited, code=exited, status=1/FAILURE
Feb 26 18:55:04 localhost systemd[1]: rockstor-pre.service: Failed with result 'exit-code'.
Feb 26 18:55:04 localhost systemd[1]: Failed to start Tasks required prior to starting Rockstor.
Feb 26 18:55:04 localhost systemd[1]: Dependency failed for RockStor startup script.
Feb 26 18:55:04 localhost systemd[1]: Dependency failed for Rockstor bootstrapping tasks.
Feb 26 18:55:04 localhost systemd[1]: rockstor-bootstrap.service: Job rockstor-bootstrap.service/start failed with result 'dependency'.
so ⊠thatâs where I am