Date: Thu, 12 Feb 2026 02:07:05 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 293128] The kld_list function is no longer working in 16.0-CURRENT Message-ID: <bug-293128-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293128 Bug ID: 293128 Summary: The kld_list function is no longer working in 16.0-CURRENT Product: Base System Version: 16.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: kiriyama.kazuhiko@gmail.com OS: 16.0-CURRENT ece6e062ae4b (amd64) I've set "kld_list="nvidia nvidia-modeset" in rc.conf, but neither nvidia.ko nor nvidia-modeset.ko could be kldloaded. But after system is booted, both are succesufully kldloaded by "kldload nvidia nvidia-modeset" manually. Boot log: Setting hostuuid: 00000000-0000-0000-0000-3cecef02bbce. Setting hostid: 0x63b3ec6c. Starting file system checks: Mounting local filesystems:. Loading kernel modules: nvidia nvidia-modeset eval: egrep: not found kldload: can't load nvidia: No such file or directory /etc/rc: WARNING: Unable to load kernel module nvidia eval: egrep: not found kldload: can't load nvidia-modeset: No such file or directory /etc/rc: WARNING: Unable to load kernel module nvidia-modeset Autoloading module: acpi_wmi Autoloading module: hms Autoloading module: ichsmb Autoloading module: ioat Autoloading module: pchtherm root@t:~ # cat /etc/rc.conf zfs_enable="YES" defaultrouter="xx.xx.xxx.x" hostname="t.truefc.org" ifconfig_ixl0="inet xx.xx.xxx.x netmask 255.255.255.248 mtu 9000 -lro -tso" ifconfig_ixl1="inet 192.168.1.254 netmask 255.255.255.0 mtu 9000 -lro -tso" gateway_enable="YES" firewall_enable="YES" firewall_type="OPEN" firewall_nat_enable="YES" firewall_nat_interface="ixl0" firewall_nat_flags="deny_in reset same_ports unreg_only" firewall_nat_rules="/etc/ipfw_nat.rules" nfs_client_enable="YES" rpc_lockd_enable="YES" rpc_statd_enable="YES" zfs_enable="YES" saver="logo" sshd_enable="YES" kld_list="nvidia nvidia-modeset" linux_enable="YES" keymap=hy.armscii-8.kbd ntpd_enable="YES" sendmail_enable="NONE" nullfs_enable="YES" ezjail_enable="YES" linux_adobe_enable="YES" moused_enable="YES" webcamd_enable="YES" root@t:~ # cat /boot/loader.conf vfs.root.mountfrom="zfs:zroot/ROOT/default" kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" zfs_load="YES" linux64_load="YES" nullfs_load="YES" cuse4bsd_load="YES" root@t:~ # zfs list NAME USED AVAIL REFER MOUNTPOINT bootpool 273M 559M 272M /bootpool zroot 216G 1.30T 96K /zroot zroot/.dake 96K 1.30T 96K /.dake zroot/ROOT 53.6M 1.30T 96K none zroot/ROOT/default 53.5M 1.30T 53.5M / zroot/jails 211G 1.30T 188K /jails zroot/jails/basejail 1.71G 1.30T 1.71G /jails/basejail zroot/jails/desktop 203G 1.30T 203G /jails/desktop zroot/jails/mail 646M 1.30T 646M /jails/mail zroot/jails/meeting 387M 1.30T 387M /jails/meeting zroot/jails/newjail 149M 1.30T 149M /jails/newjail zroot/jails/ns 713M 1.30T 713M /jails/ns zroot/jails/web 5.07G 1.30T 5.07G /jails/web zroot/tmp 144K 1.30T 144K /tmp zroot/usr 4.37G 1.30T 1.55G /usr zroot/usr/local 2.83G 1.30T 2.83G /usr/local zroot/var 47.3M 1.30T 8.30M /var zroot/var/audit 96K 1.30T 96K /var/audit zroot/var/crash 96K 1.30T 96K /var/crash zroot/var/db 24.1M 1.30T 24.1M /var/db zroot/var/empty 96K 1.30T 96K /var/empty zroot/var/log 528K 1.30T 528K /var/log zroot/var/mail 128K 1.30T 128K /var/mail zroot/var/ports 13.5M 1.30T 13.5M /var/ports zroot/var/run 320K 1.30T 320K /var/run zroot/var/tmp 156K 1.30T 156K /var/tmp root@t:~ # ls -alg / total 153 drwxr-xr-x 22 wheel 26 2~ 11 16:25 . drwxr-xr-x 22 wheel 26 2~ 11 16:25 .. drwxr-xr-x 42 wheel 42 12~ 22 10:52 .dake drwxr-xr-x 2 wheel 49 1~ 28 19:47 bin lrwxr-xr-x 1 wheel 13 1~ 28 19:57 boot -> bootpool/boot drwxr-xr-x 3 wheel 3 1~ 29 20:24 bootpool drwxr-xr-x 3 wheel 3 1~ 29 20:26 compat -r--r--r-- 1 wheel 6070 1~ 28 19:57 COPYRIGHT dr-xr-xr-x 11 wheel 512 2~ 11 16:24 dev -rw------- 1 wheel 4096 2~ 11 16:25 entropy drwxr-xr-x 30 wheel 137 2~ 11 11:52 etc drwxr-xr-x 10 wheel 10 2~ 2 16:26 jails drwxr-xr-x 4 wheel 79 1~ 28 19:49 lib drwxr-xr-x 3 wheel 8 1~ 28 19:47 libexec drwxr-xr-x 2 wheel 2 1~ 28 19:43 media drwxr-xr-x 2 wheel 2 1~ 28 19:43 mnt drwxr-xr-x 2 wheel 2 1~ 28 19:43 net dr-xr-xr-x 2 wheel 2 1~ 28 19:43 proc drwxr-xr-x 2 wheel 152 1~ 28 19:48 rescue drwxr-x--- 3 wheel 12 2~ 11 11:40 root drwxr-xr-x 2 wheel 149 1~ 28 19:55 sbin lrwxr-xr-x 1 wheel 11 1~ 28 19:43 sys -> usr/src/sys drwxrwxrwt 6 wheel 12 2~ 12 10:31 tmp drwxr-xr-x 16 wheel 16 1~ 29 20:27 usr drwxr-xr-x 26 wheel 26 2~ 11 16:25 var drwxr-xr-x 2 wheel 2 1~ 29 20:24 zroot root@t:~ # -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293128-227>
