Just completed an unattended install from ISO with update and Fail2Ban, Accounts Provider as PCD, Threat Shield and Firewall modules added with no problems. Later this morning I will attempt to roll out Nextcloud/SOGO and Guacamole to see how they all play together.
No worries, you guys do the hard work the least we can do is try to break it. I’ve gotten Nexcloud deployed successfully with restricted access to https://nextcloud.example.com and only my “nextcloud-access” group from the PDC. Fail2Ban detects failed logins and would place me in a jail if the “Allow bans on the LAN” were enabled.
Thank you for reporting, I will try to reproduce. I know that upstram didn’t push all Imagemagick PHP packages, so I’ve added them to our repo. I didn’t know about ImageMagick itself. I will let you know!
Installed a test_vm with 7.7 yesterday. Installed modules: firewall, fileserver, Sogo, local AD, thread shield, IPS, webfilter, webproxy, vpn, fail2ban, ntop (similar to my existing one )
Updated this machine today successfully to 7.8. 530 packages were updated.
NO error in yum.log and boot.log.
All services are running as expected.
In /var/log/mesages I only find the same about ndpi as @mrmarkuz
upgraded yesterday a physical firewall, with nextloud, fail2ban, openvpn (and other services installed but not active at the moment) and all seems to work
after the upgrade i’ve received this mail from cron daemon, but i had no time to investigate
PHP Warning: PHP Startup: Unable to load dynamic library ‘smbclient.so’ (tried: /opt/rh/rh-php73/root/usr/lib64/php/modules/smbclient.so (/usr/lib64/samba/libreplace-samba4.so: version `SAMBA_4.9.1’ not found (required by /lib64/libwbclient.so.0)), /opt/rh/rh-php73/root/usr/lib64/php/modules/smbclient.so.so (/opt/rh/rh-php73/root/usr/lib64/php/modules/smbclient.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
I’ve already seen it: nextcloud is running its cron job just during the update. After the updates has been done, no more errors should be generated. So, if you do not see any errors of that kind, you can just ignore it
@mrmarkuz I’ve tried to replicate your problem without success during and update from 7.7 to 7.8. I’ve also tested a clean 7.8 install.
I always end up with a correct ImageMagick release:
It’s php-pecl-imagick which is required by nethserver-horde.
Installation of php-pecl-imagick doesn’t work on updated 7.7, it only works in 7.8 because the newer version of ImageMagick is available.
So it seems the issue only occurs if php-pecl-imagick was installed some time ago. Unfortunately I don’t have snapshots anymore to retry the process.
installed today in a VM with Nextcloud, SoGo, Mattermost and the best (for me) piece of software from stephdl, called dolibarr. It works wonderfull. No problems so far.
while quietly working on arm releases for nethserver 7.8.2003 , reevaluated my development environment and had a look at centos 8.
On centos 8 experienced some quirks with nethserver-mock:
nethserver-mock requires python-requests , which actually is python3-requests, on centos 8 we need to be explicit about this
it throws a warning Unable to detect release version (use '--releasever' to specify release version) which can be solved with config_opts[‘releasever’] = ‘7’
one issue i’ve not been able to find a satisfying solution on centos 8 is:
Error: rhn-plugin: ERROR: can not find RHNS CA file: /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
Bluntly removed rhn-client-tools and was able to build nethserver-packages, however do not know the consequences of this unthoughtful action.
Should I open an issue on github for initial support for using el8 as a development environment?
Thank you for reporting, I do think it’s time to open an issue against NS8. Probably we will drop mock support to adopt podman, but nothing has been started yet