I have the same problem after fresh installation, with some mysterious issues
Access to Nethserver-GUI from the well used interface enp3s0 (used for installing, upgrading Centos, upgrading to kernel 5.x, Nethserver-installation) fails after NethServer installation.
I tried to switch to the second interface enp2s0 - that was down. I activated it inside etc/sysconfig/network-scripts/ifcfg-enp2s0 an after rebooting this port is also active
I installed new and upgraded to the current Kernel 3.10.x
One modification I have done: inserted Grub parameter “intel_idle.max_cstate=2”
I have installed the CentOS basic system with a configuration change: the automatic port detection during the boot process has been activated. If I missed this in previous installations, the ports were inactive and did not receive DHCP IP
Updated the system and installed some tools yum install nano wget curl net-tools lsof bash-completion mc
Netserver 7 installation via net
The installation ends with on my ssh console with Created symlink from /etc/systemd/system/multi-user.target.wants/nethserver-config-network.service to /usr/lib/systemd/system/nethserver-config-network.service. and the ssh connection hangs.
on my directly connected monitor I found one error:
[283.989171] EDAC pnd2_ failed to register device with error -22
[284.001485] EDAC pnd2_ failed to register device with error -22
[284.011171] EDAC pnd2_ failed to register device with error -22
[284.021446] EDAC pnd2_ failed to register device with error -22
I didn’t found any explanation in the net for.
cat: /var/log/nethserver-install.log
…no errors…last row ends with “End”
8. Resume:
the System is not ping-able
my ifcfg-en2s0 still exists, also including ONBOOT=yes
my ifcfg-en3s0 is deleted
Does anybody have an explanation for this and a tip?
I don’t understand this, because my installation some days before (including Kernel 5.x) worked properly.
I don’t know anything about EDAC (Error Detection And Correction) but this is what I found:
Linux kernel’s EDAC subsystem (previously known as Bluesmoke), which collects the data from error-checking-enabled components inside a computer system; beside collecting and reporting back the events related to ECC memory, it also supports other checksumming errors, including those detected on the PCI bus. Error detection and correction - Wikipedia
Just before those EDAC error lines, you shall find some related error (maybe related to BIOS/device/driver… i.e. BIOS setting, Bluetooth/Wi-Fi, missing EDAC configuration, etc.) by grepping dmesg
pnd2 might refer to Pondicherry2 memory controller.
Yes, the general Informationen I found too; but not error specifically.
For me, it sounds like a new upcoming hardware problem, because my former installation was easy.
I will analyze it deeper.
Does any principle restriction exist to use my hardware or is she well supported by Red-hot/Centos?
It is my second attempt with Nethserver…
If the hardware problem persists I think about an alternative system:
I don’t know. I think they did not, unless there’s is an update (firewall or other package) related to your issue. You can track recent updates from Updates for NethServer 7
Sorry I can’t try new install at the moment.
Note: moved some of your posts to a new thread to get it better organized and reducing cross-posting.
EDIT: for the network connectivity problem you could try clearing the firewall rules:
shorewall clear
Clear will remove all rules and chains installed by Shorewall. The firewall is then wide open and unprotected. Existing connections are untouched. Clear is often used to see if the firewall is causing connection problems.
Hello everyone, the mystery has been solved.
In my desperation, I reloaded the installation ISO and burned it - now the installation went through without any problems, even in one go. Before I had to install Centos basic first and then Nethserver via netinstall.
Maybe my ISO wasn’t fresh anymore and the Centos basic installation didn’t fit to the nethserver installation from the net repository.
But I still don’t understand why I was able to install even with ELREPO-Kernel 5.x after the old step-by-step procedure last week. But it doesn’t really matter.
Now I have a standard installation running on a ZOTAC ZBOX CI327 nano and hope I only have configuration problems. On the second ZBOX now runs Linux Mint with PIHOLE - a wonderful combination of both systems.
Thank you for your patience with me!