如何处理启动时间的延迟?

如何处理启动时间的延迟?

朋友们!在此祝您2021年新年快乐!

我将 Devuan 与 SysVinit 一起使用,因为我想加速我的系统并尽可能去掉不必要的非自由内容,但我也需要类似 Debian 的软件发行版和易用性。

我想知道为什么 Atheros 停止,并且是否可以在 slim 运行后初始化它?

[    5.665127] ath9k_htc 1-1:1.0: ath9k_htc: FW Version: 1.4
[    5.665241] ath9k_htc 1-1:1.0: FW RMW support: On
[    5.665845] ath: EEPROM regdomain: 0x809c
[    5.665846] ath: EEPROM indicates we should expect a country code
[    5.665846] ath: doing EEPROM country->regdmn map search
[    5.665846] ath: country maps to regdmn code: 0x52
[    5.665847] ath: Country alpha2 being used: CN
[    5.665847] ath: Regpair used: 0x52
[    5.670273] ieee80211 phy1: Atheros AR9271 Rev:1
....here boot process stops for 3-4 seconds...
[   10.390281] usb 1-14: New USB device found, idVendor=0cf3, idProduct=e005, bcdDevice= 0.02
[   10.390707] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   10.400582] ath9k_htc 1-1:1.0 wlx6cfdb9834ef2: renamed from wlan1
[   10.577632] Adding 1000444k swap on /dev/sdb3.  Priority:-2 extents:1 across:1000444k SSFS
[   10.604895] EXT4-fs (sdb2): re-mounted. Opts: (null)
[   10.810039] device-mapper: uevent: version 1.0.3
[   10.810588] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
[   10.866508] lp: driver loaded but no devices found
[   10.882348] ppdev: user-space parallel port driver
[   11.157659] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)

我的运行级别 2 上有这些服务:

# ls /etc/rc2.d/
K01speech-dispatcher  S02acpi-fakekey   S02stop-bootlogd  S04acpid    S04dbus     S04mdadm  S04rmnologin  S05slim      S07rc.local
README            S02lvm2-lvmpolld  S02sudo       S04anacron  S04exim4    S04ntp    S04rsync      S05wicd
S01console-setup.sh   S02rsyslog    S02uuidd      S04cron     S04hddtemp  S04pcscd  S05elogind    S06bootlogs

PS:为什么我从使用 systemd 的 Debian 迁移到使用 sysvinit 的 Devuan。当使用 Debian 和 systemd 时,我在关闭时遇到了难看的延迟 - 等待一些进程被杀死。我知道可以为终止进程设置最大延迟。但另一个问题是使用几天后,ModemManager 和 wicd 启动后未连接到 wifi,并且在打开 wicd wifi 连接窗口时出现一些延迟。所以,我想要更好的控制,而且我更喜欢开源项目和计算自由。

相关内容