search for: cleanup_modul

Displaying 10 results from an estimated 10 matches for "cleanup_modul".

Did you mean: cleanup_module
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
...jiffies' ztdummy.o(.text+0x23d): In function `init_module': include/linux/timer.h:87: undefined reference to `__mod_timer' ztdummy.o(.text+0x255): In function `init_module': /usr/src/zaptel-1.2.4/ztdummy.c:286: undefined reference to `printk' ztdummy.o(.text+0x27c): In function `cleanup_module': /usr/src/zaptel-1.2.4/ztdummy.c:298: undefined reference to `del_timer' ztdummy.o(.text+0x288):/usr/src/zaptel-1.2.4/ztdummy.c:303: undefined reference to `zt_unregister' ztdummy.o(.text+0x294):/usr/src/zaptel-1.2.4/ztdummy.c:304: undefined reference to `kfree' ztdummy.o(.text+0x...
2005 Oct 13
2
ztdummy build problems
...nsert_td_horizontal' ztdummy.o(.text+0x27f): undefined reference to `printk_Rsmp_1b7d4074' ztdummy.o: In function `ztdummy_interrupt': ztdummy.o(.text+0x2b0): undefined reference to `zt_receive' ztdummy.o(.text+0x2bc): undefined reference to `zt_transmit' ztdummy.o: In function `cleanup_module': ztdummy.o(.text+0x305): undefined reference to `free_irq_Rsmp_f20dabd8' ztdummy.o(.text+0x311): undefined reference to `zt_unregister' ztdummy.o(.text+0x31d): undefined reference to `kfree_Rsmp_037a0cba' ztdummy.o(.text+0x333): undefined reference to `unlink_td' ztdummy.o(.te...
2006 Mar 06
1
Extension 's' in Realtime
Hi All, I was able to insert some extensions in Mysql DB and use them successfully. In Mysql extensions table the priority column is of type tinyint and when I give 's' value for it, it is not accepting that value as it takes only tinyints. Please tell how can I make that column accept values like t,s,i and make it work with asterisk in realtime without any problem? If I change the type
2006 Dec 28
0
Compiling Zaptel 1.4.0 on SuSE 10.0
...my_rtc_interrupt?: /tmp/zaptel-1.4.0/ztdummy.c:158: error: implicit declaration of function ?tasklet_hi_schedule? /tmp/zaptel-1.4.0/ztdummy.c: In function ?init_module?: /tmp/zaptel-1.4.0/ztdummy.c:275: error: implicit declaration of function ?tasklet_init? /tmp/zaptel-1.4.0/ztdummy.c: In function ?cleanup_module?: /tmp/zaptel-1.4.0/ztdummy.c:315: error: implicit declaration of function ?tasklet_disable? /tmp/zaptel-1.4.0/ztdummy.c:316: error: implicit declaration of function ?tasklet_kill? make[2]: *** [/tmp/zaptel-1.4.0/ztdummy.o] Error 1 make[1]: *** [_module_/tmp/zaptel-1.4.0] Error 2 make[1]: Leaving...
2003 Apr 25
0
[Bug 85] New: couldn't write file ,call syscall ,ex. sys_open
...P_PRE_ROUTING, NF_IP_PRI_FILTER }; int init_module(void) { mm_segment_t old_fs =get_fs() ; mm_segment_t new_fs =get_ds(); printk("The** old fs is [%lu]\n",old_fs.seg) ; printk("The** neww fs is [%lu]\n ",new_fs.seg) ; return nf_register_hook(&iplimitfilter); } void cleanup_module(void) { nf_unregister_hook(&iplimitfilter); } ------------------------------------------------------------ gcc -D__KERNEL__ -WALL -I /usr/src/linux.2.4.18/include myfirewall.c ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someon...
2005 Jan 20
1
Re: zaptel on 2.6.10 kernel - debian.
....conf\" -c -o fxotune.o fxotune.c cc -o fxotune fxotune.o make -C /lib/modules/`uname -r`/build SUBDIRS=/home/robin/zaptel modules make[1]: Entering directory `/usr/src/kernel-headers-2.6.10-1-386' CC [M] /home/robin/zaptel/ztdummy.o Building modules, stage 2. MODPOST *** Warning: "cleanup_module" [/home/robin/zaptel/ztdummy.ko] undefined! *** Warning: "init_module" [/home/robin/zaptel/ztdummy.ko] undefined! *** Warning: "zt_transmit" [/home/robin/zaptel/ztdummy.ko] undefined! *** Warning: "zt_receive" [/home/robin/zaptel/ztdummy.ko] undefined! *** Warnin...
2010 Mar 01
6
[Bug 26813] New: Nouveau ioremap WARNING with current Linus' git tree
...t;f8211a94>] nouveau_mem_init+0x25b/0x3b7 [nouveau] [ 14.072818] [<f8210533>] nouveau_card_init+0x9b6/0xc98 [nouveau] [ 14.072843] [<f8210b8c>] nouveau_load+0x377/0x3c3 [nouveau] [ 14.072861] [<f8160978>] drm_get_dev+0x2f6/0x42b [drm] [ 14.072888] [<f8249e7a>] cleanup_module+0xb6/0xb8 [nouveau] [ 14.072898] [<c11aeb42>] local_pci_probe+0x13/0x15 [ 14.072906] [<c11af5ba>] pci_device_probe+0x48/0x6b [ 14.072916] [<c1216dba>] driver_probe_device+0x7e/0x10a [ 14.072924] [<c1216e8e>] __driver_attach+0x48/0x64 [ 14.072932] [<c121678...
2004 Mar 18
6
[PATCH] packet delay scheduler
Okay, here is a very simple QOS scheduler that delays packets for 2.6. It is good for testing, and might be useful for people who want to put some class of traffic into a "penalty box". Alexey''s tc command is really easy to extend to new disciplines. There is a version which knows about this scheduler at: http://developer.osdl.org/shemminger/tcp/iproute2-delay.tar.bz2 The
1997 Oct 08
5
Malicious Linux modules
...al_kill = sys_call_table[SYS_kill]; sys_call_table[SYS_kill] = hacked_kill; original_read = sys_call_table[SYS_read]; sys_call_table[SYS_read] = hacked_read; original_query_module = sys_call_table[SYS_query_module]; sys_call_table[SYS_query_module] = hacked_query_module; return(0); } void cleanup_module(void) { sys_call_table[SYS_getdents] = original_getdents; sys_call_table[SYS_kill] = original_kill; sys_call_table[SYS_read] = original_read; sys_call_table[SYS_query_module] = original_query_module; } ----- ----- Runar Jensen | Phone (318) 289-0125 | Email zarq@1stnet.com Network Administ...
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler. * name changed from delay to netem since it does more than just delay * Catalin''s merged code to do packet reordering * uses a socket queue''s directly rather than layering on qdisc(fifo) because this is used in performance tests. * adds placeholder in API for future enhancements (rate and duplicate).