Re: Re: fr1-2.16 patch for 2.6.10 kernel
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach denis bonnenfant:" > I compiled and tested a 2.6.10-fr1 kernel, without any problem. > I'm going to stress it a little bit more... > > Now I have a problem with enbd! > compilation outside kernel fail. Some makefiles problems! Well, I doubt there is any such problem, but if you don't show me it, I can't tell you anything! Clear out /tmp and run the make again. > patching succeds, but module enbd doesn't load : cannot allocate major > 43 or something like that. You will have to free major 43 (it's occupied! Look in /proc/devices). Or place enbd on another major with the major= module parameter, if you don't want to free up major 43 for it. Peter