我有一个由 OVH 托管的专用服务器。
在安装服务器时,我必须保留默认的内核选择,即使用稳定/测试过的 OVH 内核而不是发行版的本机内核。
我最近切换到使用 APF 防火墙而不是 UFW,在使用我的所有规则设置 APF 并启动它之后,apf -s
我得到如下所示的输出:
apf(11291): {glob} flushing & zeroing chain policies apf(11291):
{glob} firewall offline apf(11328): {glob} activating firewall
libkmod: ERROR ../libkmod/libkmod-module.c:1655
kmod_module_new_from_loaded: could not open /proc/modules: No such
file or directory Error: could not get list of modules: No such file
or directory apf(11368): {glob} kernel version not equal to 2.4.x or
2.6.x, aborting. apf(11328): {glob} firewall initalized
MONOKERN
在找到一个论坛帖子解释说由于某些主机使用内核而需要这样做后,我更改了 APF 中的一个设置,该设置被描述为“支持单片内核构建 [no LKM's]”。
使用 then 重新启动 APFapf -r
会产生以下输出:
apf(22524): {glob} flushing & zeroing chain policies apf(22524):
{glob} firewall offline apf(22599): {glob} activating firewall
libkmod: ERROR ../libkmod/libkmod-module.c:1655
kmod_module_new_from_loaded: could not open /proc/modules: No such
file or directory Error: could not get list of modules: No such file
or directory apf(22703): {glob} determined (IFACE_UNTRUSTED) eth0 has
address 158.69.123.46 apf(22703): {glob} loading preroute.rules
//carries on printing out the firewall rules it is setting up...
apf(22599): {glob} firewall initalized
OVH 说我可以在重新安装期间随时更改内核,但我真的不想这样做。
我在我的服务器上托管了一个有点流行的游戏,在任何给定时间都有大约 100 个在线用户。让服务器离线几个小时以重新安装发行版并重新设置所有内容确实不切实际。
是否可以切换回Ubuntu 16.04的本机分发内核,而无需重新安装并丢失我的所有配置/数据和已安装的软件包,如果可以,如何操作?
您可以像往常一样安装新内核
apt-get install
,然后它应该会显示一个菜单,您可以在其中选择要使用的内核。如果这没有发生,您可以查看问题https://askubuntu.com/questions/52963/how-do-i-set-windows-to-boot-as-the-default-in-the-boot- loader/52990以获取有关编辑 GRUB 设置以引导特定内核的更多信息。