That is expected. sudo grep -v '#' /etc/selinux/semanage.conf
SELinux bootup error message
-
- OMV 6.x
- mbourd25
-
-
ryecoaaron, ran the command sudo grep -v '#' /etc/selinux/semanage.conf, this is the output.
module-store = direct
expand-check=0
-
That is what my system looks like. Is this actually causing any problems? You could add selinux=0 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub if it is causing problems or bothering you.
-
-
ryecoaaron, I was just curious as to why it just suddenly showed up since I haven't installed anything on my OMV server in a very long time and the only thing I do to it are updates.
The other day, it was the first time I rebooted my system in over 4 months. That's when I noticed that error message.
Looking at /etc/default/grub, this is my GRUB_CMDLINE_LINUX_DEFAULT="quiet".
-
Looking at /etc/default/grub, this is my GRUB_CMDLINE_LINUX_DEFAULT="quiet".
Yep, that is normal. If you want the selinux warning to go away, add selinux=0 to that and run update-grub.
The other day, it was the first time I rebooted my system in over 4 months. That's when I noticed that error message.
My servers are headless and I don't watch them boot. If I'm not having problems, I don't go looking for messages.
-
Thanks ryecoaaron for your help. When I'll reboot my server, I'll check to see if I see the message.
I updated the grub file, /etc/default/grub, to have command selinux=0 in line, GRUB_CMDLINE_LINUX_DEFAULT="quiet selinux=0".
-
-
I updated the grub file, /etc/default/grub, to have command selinux=0 in line, GRUB_CMDLINE_LINUX_DEFAULT="quiet selinux=0".
Make sure to run sudo update-grub after making any change to /etc/default/grub.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!