search for: kmodul

Displaying 8 results from an estimated 8 matches for "kmodul".

Did you mean: modul
2004 Dec 05
3
potentially nasty oops on startup
Hi, I''m getting the following oops on startup, and I''m not quite sure why. It looks nasty though, with an invalid page being mapped into a process, and a strange looking EIP ... do_wp_page: bogus page at address 00000449 VM: killing process kmodule Unable to handle kernel NULL pointer dereference at virtual address 00000449 printing eip: 00001eca *pde = ma 0d183067 pa 0a583067 *pte = ma 00000025 pa 55555025 [<c010d91c>] syscall_call+0x7/0xb Oops: 0003 [#1] Modules linked in: ext3 jbd CPU: 0 EIP: c000:[<00001eca>] No...
2013 Jun 05
2
[LLVMdev] klee linker problem
...ac2ce55b425 gsignal + 53 4 libc.so.6 0x00002ac2ce55eb8b abort + 379 5 libc.so.6 0x00002ac2ce5540ee 6 libc.so.6 0x00002ac2ce554192 7 klee 0x00002ac2cc78779d klee::linkWithLibrary(llvm::Module*, std::string const&) + 253 8 klee 0x00002ac2cc783954 klee::KModule::prepare(klee::Interpreter::ModuleOptions const&, klee::InterpreterHandler*) + 2180 9 klee 0x00002ac2cc73715d klee::Executor::setModule(llvm::Module*, klee::Interpreter::ModuleOptions const&) + 157 10 klee 0x00002ac2cc71a94a main + 3546 11 libc.so.6 0x00002ac2c...
2005 Jan 13
0
Re: potentially nasty oops on startup
...uot;m getting the following oops on startup, and I"m not quite > > sure why. It looks nasty though, with an invalid page being > > mapped into a process, and a strange looking EIP ... > > > > do_wp_page: bogus page at address 00000449 > > VM: killing process kmodule > > Unable to handle kernel NULL pointer dereference at virtual address > > 00000449 > OK, figured it out. It"s kmodule, mmaping /dev/mem and > making vm86 calls. Select fragments from a strace: (...) I''m having the same problem on Xen 2.0.3 using the stock...
2005 Jun 05
3
ISDN 4 BRI card for UK
Hello I want to setup an Asterisk in several offices with 4 BRI ISDN. I am looking for recommendations on hardware. Criteria would be ease of setup, reliability and cost. The Eicon 4 BRI cards seem fairly pricey. Shame Digium don't do a ISDN BRI card. Angus -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jun 06
0
[LLVMdev] klee linker problem
...bc.so.6 0x00002ac2ce55eb8b abort + 379 > 5 libc.so.6 0x00002ac2ce5540ee > 6 libc.so.6 0x00002ac2ce554192 > 7 klee 0x00002ac2cc78779d klee::linkWithLibrary(llvm::Module*, > std::string const&) + 253 > 8 klee 0x00002ac2cc783954 > klee::KModule::prepare(klee::Interpreter::ModuleOptions const&, > klee::InterpreterHandler*) + 2180 > 9 klee 0x00002ac2cc73715d > klee::Executor::setModule(llvm::Module*, klee::Interpreter::ModuleOptions > const&) + 157 > 10 klee 0x00002ac2cc71a94a main + 3546 >...
2006 Feb 18
2
CentOS 4.2 hangs at power-on boot
...It appears to be working fine except for one thing: When the system is first powered on, the boot sequence hangs after Starting udev: Initializing hardware ... storage network audio If I then hit the reset button, it reboots and successfully proceeds. Looking at rc.sysinit and the output of kmodule, it would appear that the problem is with loading the pciehp module. In dmesg after the successful boot I can see a bunch of errors from that module (cut'n'paste appended at the end of this message), but everything appears to be working correctly -- graphical boot was fine, gdm starts up...
2010 Apr 20
1
Strange new boot problem with CentOS 4 machine
...ecting (but I really don't think so). After watching the boot messages carefully and comparing to rc.sysinit on a different CentOS 4 box, I've concluded that it's shutting down during loading of the "other" modules (after storage, network, and audio) parsed from the output of kmodule. Unfortunately rc.sysinit doesn't echo anything about what these modules might be. The only thing that's changed is that I swapped in a new USB mouse because the buttons on the old one were getting glitchy, but I tried leaving that unplugged and the boot still stops at the same place wi...
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi A search of google failed to show any prebuilt rpms for sshfs and fuse. I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of help. Before I dive headlong into this has anyone successfully built fuse/sshfs against Centos 4.4. If so would you share your experience? Thanks Daveh