search for: malloc_sizes

Displaying 5 results from an estimated 5 matches for "malloc_sizes".

Did you mean: alloc_sizes
2007 Aug 31
2
sles10: installing module-binaries: "error: Failed dependencies: ksym(panic) .."
...-2.6.16_46_0.14_lustre.1.6.2bigsmp.i686.rpm error: Failed dependencies: ksym(panic) = 1075bf0 is needed by lustre-modules-1.6.2-2.6.16_46_0.14_lustre.1.6.2bigsmp.i686 ksym(__get_free_pages) = 107d6ba3 is needed by lustre-modules-1.6.2-2.6.16_46_0.14_lustre.1.6.2bigsmp.i686 ksym(malloc_sizes) = 1095f2e0 is needed by lustre-modules-1.6.2-2.6.16_46_0.14_lustre.1.6.2bigsmp.i686 ksym(proc_symlink) = 1109102e is needed by lustre-modules-1.6.2-2.6.16_46_0.14_lustre.1.6.2bigsmp.i686 ksym(groups_free) = 111bcb2c is needed by lustre-modules-1.6.2-2.6.16_46_0.14_lustre.1.6.2bigsmp....
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
...tdummy.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' ztdummy.o(.text+0x197):/usr/src/zaptel-1.2.4/ztdummy.c:192: undefined ref...
2007 Dec 19
0
problems chanskype on ubuntu gutsy
...ric kernel. First I got some compile errors, include linux?capability.h in main.c fixed those errors. Now I'll try to load theier module, but got the following error: insmod: error inserting './ivcs.ko': -1 Unknown symbol in module In dmesg I find: [3123904.331682] ivcs: Unknown symbol malloc_sizes My searches on google don't give me any usefull result. Has someone any id or suggestions? I'm using the latest version of chanskype available on their website. there is only a bin foor ubunut 6.x. Thanks in advance, kr -Peter -------------- next part -------------- A non-text attachm...
2013 Oct 08
1
OT: errors compiling kernel module as a rpm package
...e) = 0x7329e40d kernel(ksize) = 0xa0d3d560 kernel(kthread_create) = 0xc185e3ce kernel(kthread_should_stop) = 0xd2965f6f kernel(kthread_stop) = 0xcf08c5b6 kernel(ktime_get_ts) = 0xefdd5a63 kernel(list_del) = 0x0521445b kernel(local_bh_disable) = 0x3ff62317 kernel(local_bh_enable) = 0x0799aca4 kernel(malloc_sizes) = 0xd691cba2 kernel(mcount) = 0xb4390f9a kernel(memcpy) = 0x236c8c64 kernel(memmove) = 0xa3a5be95 kernel(memset) = 0xde0bdcff kernel(module_layout) = 0x14522340 kernel(mutex_lock) = 0xfee8a795 kernel(mutex_unlock) = 0x03758301 kernel(net_assign_generic) = 0xa43636ec kernel(net_namespace_list) = 0x...
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