search for: init_module

Displaying 20 results from an estimated 158 matches for "init_module".

2003 Nov 06
1
Error trying to resolve symbol 'init_module'
...tly, but I get the following errors when running 'net' or 'smb*' commands. The install was from source with no changes made to default. i.e. './configure; make; make install'. [2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58) Error trying to resolve symbol 'init_module' in /usr/local/samba/lib/charset/C P850.so: Cannot open "/usr/local/samba/lib/charset/US-ASCII.so" [2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134) Conversion from UCS-2LE to CP850 not supported [2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58) Error trying to res...
2008 Jan 14
1
Solaris 10 winbindd: fatal: init_module: can't find symbol
...odule.c:smb_probe_module(108) Probing module 'ad' [2008/01/14 10:46:58, 5] lib/module.c:smb_probe_module(119) Probing module 'ad': Trying to load from /opt/samba/lib/idmap/ad.so [2008/01/14 10:46:58, 0] lib/module.c:do_smb_load_module(60) Error trying to resolve symbol 'init_module' in /opt/samba/lib/idmap/ad.so: ld.so.1: winbindd: fatal: init_module: can't find symbol [2008/01/14 10:46:58, 0] nsswitch/idmap.c:idmap_init(457) ERROR: Could not get methods for backend ad This procedure used to work with samba-3.0.23d Can someone shed some light on this please? T...
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
...ptel-1.2.4/ztdummy.c:154: undefined reference to `zt_receive' ztdummy.o(.text+0x18):/usr/src/zaptel-1.2.4/ztdummy.c:155: undefined reference t o `zt_transmit' ztdummy.o(.text+0x1f):/usr/src/zaptel-1.2.4/ztdummy.c:156: undefined reference t o `jiffies' ztdummy.o(.text+0x4d): In function `init_module': include/linux/slab.h:93: undefined reference to `malloc_sizes' ztdummy.o(.text+0x52):include/linux/slab.h:93: undefined reference to `kmem_cach e_alloc' ztdummy.o(.text+0x6a): In function `init_module': /usr/src/zaptel-1.2.4/ztdummy.c:232: undefined reference to `printk' ztdum...
2003 Oct 26
1
After start Asterisk, error foung in the messages log file
Hello all After install the Asterisk, setup the configuration file in the sip.conf and extensions.conf and type "asterisk" with start program. I don't have line card yet. But I found following error in the /var/log/messages. localhost insmod: /lib/modules/2.4.18-5/misc/torisa.o: init_module: Input/output error localhost insmod: /lib/modules/2.4.18-5/misc/torisa.o: insmod char- major-196 failed (Log) localhost kernel: CSLIP: code copyright 1989 Regents of the University of California localhost kernel: PPP generic driver version 2.4.2 localhost kernel: Zapata Telephony Interf...
2004 Jan 25
2
IMQ Runtime error
hi all, i have applied all patches and compiled the kernel (2.4.21), iptables (1.2.9) and iproute2 (2.4.7-now-ss020116) however when i run "modprobe imq numdevs=1", the system returns - imq.o: init_module: Device or resource busy the transcript is below - [root@vmlinux project]# modprobe imq numdevs=1 /lib/modules/2.4.21-BW/kernel/drivers/net/imq.o: init_module: Device or resource busy Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. Y...
2004 Nov 18
0
Trouble compiling / using mysql plugin on FreeBSD 4.8
...ed them one at a time of course : passdb backend = plugin:/usr/local/samba/lib/mysql.so:mom passdb backend = mysql:mom I also tried: passdb backend = mysql:/usr/local/samba/lib/mysql.so:mom and got: [2004/11/18 00:33:33, 0] lib/module.c:do_smb_load_module(57) ? Error trying to resolve symbol 'init_module' in /usr/local/samba/lib/mysql.so: Undefined symbol "init_module" I also tried renaming mysql.so to pdb_mysql.so When I copied mysql.so to /usr/local/samba/lib/pdb/mysql.so I got this again: [2004/11/18 00:39:25, 0] lib/module.c:do_smb_load_module(57) ? Error trying to resolve symbo...
2003 Nov 03
1
Samba Error messages
Hi, Can you help me.....I have downloaded the latest version of samba 3.0.0. After having followed the instructions to configure & compile etc I am getting the following error message when I run the command smbstatus. smbstatus Error trying to resolve symbol 'init_module' in /usr/local/samba/lib/charset/CP850.so: ld.so.1: smbstatus: fatal: /usr/local/samba/lib/charset/ ISO8859-15.so: open failed: No such file or directory Conversion from UCS-2LE to CP850 not supported Error trying to resolve symbol 'init_module' in /usr/local/samba/lib/charset/CP850.so:...
2004 Sep 20
1
ZapRTC loading problems
...c:24: warning: unused variable `data' rtcsetup.c:25: warning: unused variable `rtc_tm' sync [root@localhost zaptelrtc]# ls Makefile README rtcsetup rtcsetup.c rtctest rtctest.c zaprtc.c zaprtc.o [root@localhost zaptelrtc]# make load sync modprobe zaptel insmod ./zaprtc.o ./zaprtc.o: init_module: Input/output error Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg make: *** [load] Error 1 [root@localhost zaptelrtc]# insmod ./zaprtc.o ./zaprtc.o: init_module: Input...
2002 Dec 23
1
klibc insmod for recent kernels
...klibc-0.70/klibc/SYSCALLS 2002-09-11 07:00:58.000000000 +0200 +++ klibc-0.70+insmod/klibc/SYSCALLS 2002-12-20 01:05:35.000000000 +0100 @@ -142,5 +142,6 @@ void * create_module(const char *, size_t) int delete_module(const char *) int query_module(const char *, int, void *, size_t, size_t) +long init_module(void *, unsigned long, const char *) int reboot::__reboot(int, int, int, void *) int syslog::klogctl(int, char *, int) Binary files klibc-0.70/utils/insmod and klibc-0.70+insmod/utils/insmod differ diff -urN klibc-0.70/utils/insmod.c klibc-0.70+insmod/utils/insmod.c --- klibc-0.70/utils/insmod.c...
2004 Jan 27
0
ztdummy won't compile
.../src/linux/include/linux/modversions.h -DSTANDALONE_ZAPATA -c ztdummy.c ... cc ztdummy.o -o ztdummy /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crt1.o(.text+0x18): In function `_start': ../sysdeps/i386/elf/start.S:98: undefined reference to `main' ztdummy.o(.text+0x7): In function `init_module': : undefined reference to `uhci_devices' ztdummy.o(.text+0x38): In function `init_module': : undefined reference to `kmalloc_Rsmp_93d4cfe6' ztdummy.o(.text+0x6f): In function `init_module': : undefined reference to `sprintf_Rsmp_1d26aa98' Thanks, Chris
2005 Feb 28
3
Digium Card Problems
...test phase we rebooted the machine and did the normal modprobes and this error popped up. coming back to work after the weekend the machine was put on and same thing again please see below. modprobe zaptel -> no problems [root@asterisk root]# modprobe wcfxo /lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including inva lid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.20-8/misc/wcfxo.o: insmod /lib/modules/2.4.20-8/misc/wcfxo.o fa iled /lib/modules/2.4.20...
2005 Aug 21
1
TDM11B modprobe wcfxs fails
...html. I'm using the Asterisk/Zaptel software that's on the CD that came with the TDM11B. It has version 1.0.7. The zaptel driver loads fine. The problem I'm having is with the wcfxs driver. matsuri:~# modprobe zaptel matsuri:~# modprobe wcfxs /lib/modules/2.4.27/misc/wcfxs.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.27/misc/wcfxs.o: insmod /lib/modules/2.4.27/misc/wcfxs.o failed /lib/modules/2.4....
2004 May 18
1
Problem with VFS audit and recycle (fwd)
This problem continues under 3.0.4 on Solaris 8 - attempting to use the "vfs object" parameter in a share prevents access to the share and results in the following in the log files: [2004/05/10 16:04:57, 0] lib/module.c:do_smb_load_module(57) Error trying to resolve symbol 'init_module' in /usr/local/lib/vfs/audit.so: ld.so.1: /usr/local/sbin/smbd: fatal: _nss_files_netgroup_constr: can't find symbol [2004/05/10 16:04:57, 0] smbd/vfs.c:vfs_init_custom(256) Can't find a vfs module [audit] [2004/05/10 16:04:57, 0] smbd/vfs.c:smbd_vfs_init(319) smbd_vfs_init: vfs_ini...
2003 Jun 24
2
Tor2 modprobe problem
I just received my dev kit and installed the hardware. I followed the directions Digium sends out to the letter and when I ran modprobe tor2 I got the following error: /lib/modules/2.4.18-19.7.x/misc/tor2.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.18-19.7.x/misc/tor2.o: insmod /lib/modules/2.4.18-19.7.x/misc/tor2.o failed /lib/modules/...
2004 Jan 07
2
zaprtc install problem
Hi, I'm trying to intall zaprtc on my machine (I don't have UHCI_USB nor Zaptel) and I have a strange behaviour during loading. When I do >make load I have : ./zaprtc.o: init_module: Input/ouput error With a quick dmesg got: rtc: I/O port 112 in not free Is someone have any idea to solve this ? I saw on the README file that rtc support should not be enabled in the kernel, but I don't know how to verify/modify that... Best regards, Yannick
2005 Jan 06
2
TDM400P - Problems
Hi All I've bought a TDM400P and need some help with configuration. Can you tell me what to do ? I've tried to install and the message below has appeared: [root@voip asterisk]# modprobe zaptel [root@voip asterisk]# modprobe wcfxo /lib/modules/2.4.22-1.2115.nptl/misc/wcfxo.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.22-1.2115.nptl/misc/wcfxo.o: insmod /lib/modules/2.4.22-1.2115.nptl/misc/wcfxo.o failed /...
2011 Jun 28
5
Memory Page Sharing on Xen 4.0.1
Dear List, I?m trying to figure out *memory page sharing***using HVM on Xen 4.0.1, but I?m not really able to find some useful information or sources about this issue. I just found two links porviding these sources: http://knol.google.com/k/learning-grant-tables http://blog.chinaunix.net/space.php?uid=20286427&do=blog&id=109114 Both are not working.. I think they are made for an older
2003 Sep 12
5
(no subject)
I have problem with a TDM40B installation. When i modprobe wcfxs the error i get is the following: /lib/modules/2.4.19-4GB/misc/wcfxs.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.19-4GB/misc/wcfxs.o: insmod /lib/modules/2.4.19-4GB/misc/wcfxs.o failed /lib/modules/2.4....
2014 Jun 12
2
Re: libguestfs supermin error
On Thu, Jun 12, 2014 at 05:08:37PM +0530, abhishek jain wrote: > Hi Rich > > I have all the virtio modules available in the kernel but I'm getting the > same result . It doesn't appear to be using any kernel modules. I would have expected to see output such as this: supermin: internal insmod virtio.ko It seems as if you might not be setting SUPERMIN_MODULES; or maybe you
2008 Dec 30
3
Samba 3.2.5 and vscan-clamav.so
Hello Recently I migrated from samba 3.0.24 to samba 3.2.5 on Debian etch amd64. In old system I have working samba-vscan used with ClamAV 0.91. Now I have ClamAV 0.94.2. I compiled vscan-clamav successfully, but when I try to connect to the share, it fails and I get some strange messages in the samba logs: "Error trying to resolve symbol 'init_samba_module' in