Displaying 20 results from an estimated 10000 matches similar to: "rmmod"
2004 Oct 20
2
chan_mISDN problem
I'm using avm fritz card usb with kernel 2.6 patch with mISDN. The module is load correctly when I type lsmod I've got the following output:
Module Size Used by
zaptel 178308 0
avmfritz 21388 0
mISDN_isac 14336 1 avmfritz
mISDN_dsp 191424 0
l3udss1 34184 0
mISDN_l2 39040 0
2005 Aug 25
3
Adding -nostdlib to REQFLAGS
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.vas.nu/pipermail/klibc/attachments/20050825/0e6d8370/attachment.bin
2004 Dec 14
2
ztcfg problems
Hello, I'm running Fedora Core 3 with udev, and asterisk/zaptel/libpri
from cvs. I have followed the README.udev instructions replacing insmod
with modprobe and rmmod with modprobe -r and adding the 60-zaptel.rules
file, yet no matter what I do I still get this error on boot(or when I
run service zaptel restart):
[root@pbx ~]# /etc/init.d/zaptel restart
Unloading zaptel hardware drivers:
2003 Jul 10
1
TDM10B - Dies after a few hours
I've been having trouble with a TDM10B that I installed a few days ago.
At first I could not modprobe it at all (getting the errors below). I
switched the X100P that was also installed (with a Motorola chip) with one
with a Tiger-something chip, and then everything starts up okay.
However, after a few hours, the FXS port dies (no battery or anything),
and if I try to rmmod & modprobe
2004 Oct 07
1
kmem_cache_destroy: Can't free all objects
Hello!
I am writing a FS filter that will be above the ext3 filesystem.
For my own purposes I need severl bytes in inode. There are not enough space
current inode so I need to create my own inode functions alloc_inode() &
destroy_inode().
The problem causes when destroying slab cache at removing my module (rmmod).
kmem_cache_destroy: Can't free all objects
What I do:
- install my
2005 Mar 05
4
scsi and malloc.h headers
Hi,
Any reason why the scsi headers and malloc.h are not installed as well
for klibc 'make install' ?
Thanks,
--
Martin Schlemmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url :
2012 Jun 20
13
acpidump crashes on some machines
Hi,
we have some problems with acpidump running on Xen Dom0. On 64 bit Dom0
it will trigger the OOM killer, on 32 bit Dom0s it will cause a kernel
crash.
The hypervisor does not matter, I tried 4.1.3-rc2 as well as various
unstable versions including 25467, also 32-bit versions of 4.1.
The Dom0 kernels were always PVOPS versions, the problems starts with
3.2-rc1~194 and is still in 3.5.0-rc3.
2004 Jan 16
2
ext3 bug?
Hi,
I have a severe filesystem crash on a machine with a single ext3 filesystem.
It is the second time that this happens to me (on two different machines that
are identical in hardware setup and mostly in software - I cloned them when
I started to work).
It looks like the journal (or something else, i am not an expert here) has
gone wild and overwritten loads of inodes. I have a single filesys
2003 Dec 22
1
tor2 does not load
Hi list,
I have a asterisk box with an E400P that was running ok until last
week.
The machine just stop responding and after a reboot, the module (tor2)
doesn't load anymore.
anyone could help?
regards
Eduardo
modprobe returns this:
asterix:~# modprobe tor2
Zapata Telephony Interface Registered on major 196
Detected Tormenta 2 Quad T1/PRI or E1/PRA at 0xfe121800/0xfe121000 irq 7
2004 Mar 26
1
dovecot tls configuration
Hi,
I looked through the web and the list archives, but couldn't find how to
set up the following:
- dovecot with ssl/tls enabled
- login from localhost allowed with and without tls
- login from remote hosts only allowed via tls
Is that possible at all? I'm using debian/unstable so its version
0.99.10.4-3.
Thanks,
johannes
--
http://www.sipsolutions.de/
Key-ID: 9AB78CA5 Johannes
2004 Dec 20
3
Problems with loading TE110 module
Hello!
I discovered, that I'm unable to load ther kernel module under 2.4.28.
Before that I had 2.4.26 and tryed to upgrade the kernel to 2.4.28.
After restart (reboot - soft restart) I can't load the module. When I
go back to 2.4.26 and try to load the module, I'm getting the same
problem.
Only turning off/on helps. What can I do? It's very annoying because
the box is in hosting
2007 Sep 30
4
new antispam plugin
Sparked from the discussion on the list, I've put my antispam plugin
into git and split up the code into a frontend and possibly multiple
backends. See http://git.sipsolutions.net/dovecot-antispam.git/ (URL
functions as both gitweb and git URL)
Andreas, I took your README file and adjusted it, I hope you don't mind.
I didn't fork from your git tree because you'd already
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
hello hpa,
please pull latest
git pull git://git.debian.org/~maks/klibc.git maks
forgot to ask to keep git port open for our boxes at university,
thus moved my tree over too the alioth box.
for the changes
maximilian attems (4):
[klibc] klibc/socketcalls/.gitignore addition
[klibc] elf.h add support for st_info field
[klibc] remove local insmod.c copy
[klibc] ipconfig
2005 May 23
3
module-init-tools ported to klibc
Halo,
I don't know if this is already done but the following two patches (one
for klibc) and a big one (several smaller incorporated to one) to
modules-init-tools enables running modprobe and friends in early user space.
There are some issues so I post here for discussion
The porting strategy was copied from the udev package. I make a file
mod_libc_wrapper.{c,h} in order to provide the
2005 Jun 01
1
mount options handling patch
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: klibc-mount-opts.diff
Type: text/x-patch
Size: 886 bytes
Desc: not available
Url : http://www.vas.nu/pipermail/klibc/attachments/20050601/403b221d/klibc-mount-opts.bin
2007 Sep 22
3
[git patch] module-init-tools fixes
hello hpa,
quite easy to get m-i-t build against klibc,
so i propose to kill the old local insmod copy.
sent the only local m-i-t fix upstream, please pull:
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
maximilian attems (3):
[klibc] klibc/socketcalls/.gitignore addition
[klibc] elf.h add support for st_info field
[klibc] remove local insmod.c copy
and diffstat
2005 Sep 11
5
TE406p no interrupts
Hi,
I've installed an TE406p, asterisk1.2 on tyan opteron
board.
After installation there is no interrupts from TE406p.
Is this board stable?
Should i change * version to 1.0.9?
Regards,
Jason
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2010 Apr 27
1
include insmod patch
Am I wrong saying that actually anyone that use klibc has to use insmod
patch or build a monolithic kernel?
Could not the insmod patch be include?
That will make everyone life easier on klibc upgrade.
Gilles
2005 May 30
1
patch: porting module-init-tools 2/4: index
This is tiny and has no impact in klib size other that it is polluting
the namespace.
.bill
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-index-strchr.txt
Type: text/x-diff
Size: 355 bytes
Desc: not available
Url : http://www.vas.nu/pipermail/klibc/attachments/20050530/b7c96936/patch-index-strchr.bin
2006 Jan 27
2
inclusion of alias handling in klibc insmod
Just curious if anyone has done anything similar, as I'd rather not
reporduce work. I'm going to put alias handling (and only alias
handling) into a modified version of insmod. The reason I'm doing
this is to aid in boot time module loading via aliases exposed in
sysfs. Sure, I could include modprobe directly in the initramfs, but
it's a bit large, and I really only need alias