I had the install running for over a half hour; it still had not finished and I decided to stop the install. Maybe that was because of it running on a Pi4 with only 2GB memory.
Thanks for the tip: I bought the last one . I had a 4GB in backorder somewhere else, but because of long delivery times I decided to buy the 2GB. Yesterday this 4GB model is delivered to me, so this weekend I will have time to test some things:
from the picture you’ve posted i conclude you using AD account provider, right?
While writing this pristine samba is being complied after which a new nethserver-dc package will be created.
If the build is succeeds it could be uploaded it to testing… If you up for it you can be the guinea-pig to test it… (otherwise i’d keep the package back 'till time-found to install it myself…)
for now seems there is an iseu with nethserver- statistics :
... collectd[19950]: python plugin: Error importing module "nethserver_alert s".
... collectd[19950]: Unhandled python exception in importing module: ImportE rror: No module named nethserver_alerts
... collectd[19950]: python plugin: Found a configuration for the "nethserve r_alerts" plugin, but the plugin isn't loaded or didn't register a configuration callback.
... systemd[1]: collectd.service: main process exited, code=exited, status=1 /FAILURE
... collectd[19950]: Error: Reading the config file failed!
... collectd[19950]: Read the logs for details.
... collectd[19950]: plugin_load: plugin "threshold" successfully loaded.
... systemd[1]: Failed to start Collectd statistics daemon.
Probably because of missing nethserver-subscription… Graphs work just fine though
Estimation is it should be good enough end of this week to upload missing dep’s to the nethserver repository and bake an -RC- image from it.
I’d like to discus my idea to upload the tools used to create the images…
More than a year ago it was my intention to make a nethserver-module for this, but i’ll gues it will never happen.
however it is very simple if you can install appliance-tools and a dependency form livecd-tools.
Both (offical centos x86_64) packages never made it to the centos-arm repositories.
to get a impression how easy the creation of a image is you may look at the dead simple script used
I’v uploaded appliance-tools to nethserver/arm-testing.
To create an new image you need approx 5-6 GB of free space (a fast sd card / hdd recommended) on the architecture you are targeting.
And get hold (clone) the content of this folder:
then as a privileged user run as an example: sudo ./build-img.sh ks/Nethserver-7.7.1908-RC1-RaspberryPi.ks
And go drink a cup of coffee and wait for the result to appear in Nethserver-7.7.1908-RC1-RaspberryPi folder of the work space.
The image can directly be written to a SD-Card with sudo dd if=Nethserver-7.7.1908-RC1-RaspberryPi-img.raw of=/dev/sdX bs=4M status=progress
Some tips inspect the image before writing to SD-Card sudo losetup -f -P Nethserver-7.7.1908-RC1-RaspberryPi-img.raw
Find which loop device the image is attached to: losetup -a
And you can mount the image (as an example):
sudo mount /dev/loop0p2 /mnt
sudo mount /dev/loop0p1 /mnt/boot/
Do not forget to umount and detach the loop device: