Re: mpd4 cann't work after upgrade freebsd os



On Fri, May 25, 2007 at 11:18:19PM +0300, Alexander Motin wrote:
Pei Pjf wrote:
mail# kldload ng_socket
kldload: can't load ng_socket: No such file or directory
mail# kldload ng_iface
kldload: can't load ng_iface: No such file or directory
mail# kldload ng_tty
kldload: can't load ng_tty: No such file or directory
mail# kldload ng_ppp
kldload: can't load ng_ppp: No such file or directory
mail# kldload ng_iface
kldload: can't load ng_iface: No such file or directory
mail# kldload ng_vjc
kldload: can't load ng_vjc: No such file or directory
mail#

I think these files were lost when upgrading os.
I will search these from another freebsd box.

They may be not lost but unreachable due to incorrect module search
path. Try something like `kldload /boot/kernel/netgraph.ko`.

If it will work, then you may be needed to update your /boot/loader.rc
from the /usr/src/sys/boot/i386/loader/loader.rc.

I had alike problem with modules loading on several boxes after several
source upgrades and I have fixed it in a such way.

--
Alexander Motin

Yes, It is. Now mpd4 dose the work.

Thank you, Alexander.
Thank all for help.

pei
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Differences between netgraph nodes in 4.x and 5.x
    ... if i try to unload my module, change the internals, compile ... [root@newluxor root]# kldload ng_ether ... kldload: can't load ng_ether: Exec format error ...
    (freebsd-net)
  • Re: kldload: cant load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253
    ... Subject: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253 ... I can't use my maxtor basic 640gb external harddrive on Freebsd amd64 ... How did you install the fusefs-kmod was it from a package or did you ...
    (freebsd-questions)
  • Re: Kernel-loadable Root Kits
    ... all functions that are needed to load the trojan module). ... hard to find and circumvent it, before his trojan module got loaded. ... > from under /modules but I'm afraid this may be circumvented by attacker ... > fetching her own kldload. ...
    (FreeBSD-Security)
  • Re: USB storage device mount problem
    ... In addition to the advice from others here, I can recommend the ... geom_label kernel module. ... Load it manually using kldload, ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Kernel module path
    ... Richard Jones wrote: ... I'm having trouble loading kernel modules. ... but kldload seems to want to load them from /boot/modules. ...
    (freebsd-questions)