Displaying 4 results from an estimated 4 matches for "libmchain".
Did you mean:
libmain
2003 Sep 04
2
buildkernel errors with "options SMBFS"
Hi all... another lurker and first-time poster... if I forget something relevant please let me
know...
Anyway, have tried to make a kernel on two different machines under the latest (as of
04:37AM 4 September 2003 -0500 (EDT)) 4.9-PRERELEASE **AND** 5.1-p2 and get
the error message as shown below. I am including (at the end) the uname-a from both
of the systems. Each of them will compile
2008 Oct 11
3
6.4-PRELEASE sporadically panicking with fatal trap 12
...l/logo_saver.ko...done.
Loaded symbols for /boot/kernel/logo_saver.ko
Reading symbols from /boot/kernel/smbfs.ko...done.
Loaded symbols for /boot/kernel/smbfs.ko
Reading symbols from /boot/kernel/libiconv.ko...done.
Loaded symbols for /boot/kernel/libiconv.ko
Reading symbols from /boot/kernel/libmchain.ko...done.
Loaded symbols for /boot/kernel/libmchain.ko
#0 doadump () at pcpu.h:165
165 __asm __volatile("movl %%fs:0,%0" : "=r" (td));
(kgdb) list *0xc05419e5
0xc05419e5 is in _mtx_lock_sleep (/usr/src/sys/kern/kern_mutex.c:548).
543 * If the current owner of the loc...
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
...ompatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options NETSMB
options NETSMBCRYPTO
options LIBMCHAIN
options LIBICONV
#options WATCHDOG
options NETGRAPH
#options NETGRAPH_ASYNC
#options NETGRAPH_BPF
#options NETGRAPH_BRIDGE
#options NETGRAPH_CISCO
#options NETGRAPH_ECHO
#options NETGRAPH_ETHER
#options NETGRAPH_FRAME_RELAY...
2003 Dec 01
0
No subject
....tar.gz
Seems to work pretty well on my 4.3-Stable boxes. Includes a kernel
module to implement smbfs file systems, as well as a mount_smbfs
command. Works interactively, and from what I understand should also be
capable of automounting entries in your fstab file.
There are a couple of options (LIBMCHAIN and LIBICONF) that need to be
enabled in your kernel config before you can load the smbfs
module...they don't seem to be enabled by default -- weren't on my
machines, anyway -- so that's something you'll want to check if things
don't appear to be going as you'd expect.
---...