Hi @phillxnet and @Hooverdan:
I have changed my OS to Leap15.1, following the steps from " Built on openSUSE dev notes and status:
zypper update --no-recommends
systemctl stop apparmor
systemctl disable apparmor
zypper install --no-recommends NetworkManager
Use yast change to network manager
vi /etc/default/grub
GRUB_CMDLINE_XEN_DEFAULT=“vga=gfx-1024x768x16 ipv6.disable=1”
zypper --non-interactive install samba docker docker-compose nut nginx nfs-kernel-server at gcc python-devel gcc-c++ postgresql10-devel postgresql10-server libblkid-devel dnf-yum dnf-plugins-core python2-distro python3-distro firewalld python2-setuptools python2-requests python2-chardet
tar -xzvf 3.9.2-54.tar.gz
python ./bootstrap.py -c buildout.cfg
./bin/buildout -N -c buildout.cfg
PS: I use a VMware® Workstation 15 Pro to create a Leap15.1 virtual machine for build.
source code is 3.9.2-54.tar.gz
The same error still happen:
– The user manager instance for user 26 has been started. All services queued
– for starting have been started. Note that other services might still be starting
– up or be started at any later time.
– Startup of the manager took 39026 microseconds.
Mar 10 23:55:42 linux-2rf8 su[21647]: pam_unix(su-l:session): session closed for user postgres
Mar 10 23:55:42 linux-2rf8 initrock[21445]: Traceback (most recent call last):
Mar 10 23:55:42 linux-2rf8 initrock[21445]: File “/root/rockstor-rockstor-core-f3f6cd8/bin/initrock”, line 39, in
Mar 10 23:55:42 linux-2rf8 initrock[21445]: sys.exit(scripts.initrock.main())
Mar 10 23:55:42 linux-2rf8 initrock[21445]: File “/root/rockstor-rockstor-core-f3f6cd8/src/rockstor/scripts/initrock.py”, line 375, in main
Mar 10 23:55:42 linux-2rf8 initrock[21445]: run_command([‘su’, ‘-’, ‘postgres’, ‘-c’, “psql storageadmin -f %s/conf/storageadmin.sql.in” % BASE_DIR]) # noqa E501
Mar 10 23:55:42 linux-2rf8 initrock[21445]: File “/root/rockstor-rockstor-core-f3f6cd8/src/rockstor/system/osi.py”, line 176, in run_command
Mar 10 23:55:42 linux-2rf8 initrock[21445]: raise CommandException(cmd, out, err, rc)
Mar 10 23:55:42 linux-2rf8 initrock[21445]: system.exceptions.CommandException: Error running a command. cmd = su - postgres -c psql storageadmin -f /root/rockstor-rockstor-core-f3f6cd8//conf/storageadmin.sql.in. rc = 1. stdout = [‘’].>
Mar 10 23:55:42 linux-2rf8 systemd[1]: Stopping User Manager for UID 26…
– Subject: Unit user@26.service has begun shutting down
– Defined-By: systemd
– Support: systemd-devel Info Page