Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Nov 2023 09:07:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274936] Unsupported file type while loading kernel modules that are already compiled into kernel
Message-ID:  <bug-274936-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274936

            Bug ID: 274936
           Summary: Unsupported file type while loading kernel modules
                    that are already compiled into kernel
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: zlei@FreeBSD.org

Noticed this while repeating
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274375 .


Steps to repeat:

```
# kldload virtio.ko
kldload: an error occurred while loading module virtio.ko. Please check
dmesg(8) for more details.
# dmesg | tail -n 2=20
interface virtio.1 already present in the KLD 'kernel'!
linker_load_file: /boot/kernel/virtio.ko - unsupported file type
```

The error code should be EEXIST (the same with `kldload virtio`).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274936-227>