Re: enbd module 2.6.13-15 kernel fails to modprobe or insmod
"Peter T. Breuer" <[email protected]> Mon, 7 Aug 2006 19:24:42 +0200 (MET DST)
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach Norbert Pieroth:" > I'm a newbie on enbd. I want to use enbd to export a 4 TB Device via network. > I tried to build 2.4.32 on a suse 10.0 and 9.3 on different machines. Try 2.4.33 . 2.4.32 definitively has never been tried with the 2.6.15 or more kernel that you mentioned. > server userland binarys and kernel modules were build, but when I tried to modprobe or > insmod enbd I got a segmentation fault and a kernel stack trace. I would suspect it's miscompiled. Show us a compile errors log. There's probably something there complaining about a miss-typed function call. Some kernel API probably changed. If that's not it, change the compile options! -O1 if necessary. -O2 is standard. Peter