Bug#652672: busybox: modprobe does not handle builtins

2012-08-11 Thread Michael Tokarev
[Note: the right bug# for this is #652672] On 22.07.2012 20:02, Ben Hutchings wrote: OK, attaching a new patch that does that as well. @@ -595,6 +598,11 @@ int modprobe_main(int argc UNUSED_PARAM, while (config_read(parser, s, 1, 1, # \t, PARSE_NORMAL ~PARSE_GREEDY))

Bug#652672: busybox: modprobe does not handle builtins

2012-08-11 Thread Ben Hutchings
On Sat, 2012-08-11 at 14:02 +0400, Michael Tokarev wrote: [Note: the right bug# for this is #652672] On 22.07.2012 20:02, Ben Hutchings wrote: OK, attaching a new patch that does that as well. @@ -595,6 +598,11 @@ int modprobe_main(int argc UNUSED_PARAM, while

Bug#652672: busybox: modprobe does not handle builtins

2012-01-06 Thread Michael Biebl
However, there is another error message that even appears with official kernels: modprobe: module unix not found in modules.dep I found unix in the initramfs in conf/modules, don't know where it comes from. This comes from udev, see [1]. Cheers, Michael [1]

Bug#652672: busybox: modprobe does not handle builtins

2011-12-20 Thread John D. Hendrickson and Sara Darnell
Put code in a kernel but don't want kernel params, sysctl, /proc, or /sysfs to wake it? Instead wishing modprobe will wake it ?? Sorry I interrupted :) - John Unlike the modprobe utility from module-init-tools, busybox' version fails for built-in modules: -- To UNSUBSCRIBE, email to

Bug#652672: busybox: modprobe does not handle builtins

2011-12-19 Thread Sven Joachim
Package: busybox Version: 1:1.19.3-5 Severity: normal Unlike the modprobe utility from module-init-tools, busybox' version fails for built-in modules: , | % grep ext4 /lib/modules/$(uname -r)/modules.builtin | kernel/fs/ext4/ext4.ko | % sudo modprobe ext4 | % sudo busybox modprobe ext4 |

Bug#652672: busybox: modprobe does not handle builtins

2011-12-19 Thread Michael Tokarev
severity 652672 wishlist thanks On 19.12.2011 22:52, Sven Joachim wrote: Package: busybox Version: 1:1.19.3-5 Severity: normal Unlike the modprobe utility from module-init-tools, busybox' version fails for built-in modules: , | % grep ext4 /lib/modules/$(uname -r)/modules.builtin

Bug#652672: busybox: modprobe does not handle builtins

2011-12-19 Thread Sven Joachim
On 2011-12-19 21:46 +0100, Michael Tokarev wrote: severity 652672 wishlist thanks On 19.12.2011 22:52, Sven Joachim wrote: Package: busybox Version: 1:1.19.3-5 Severity: normal Unlike the modprobe utility from module-init-tools, busybox' version fails for built-in modules: , |

Bug#652672: busybox: modprobe does not handle builtins

2011-12-19 Thread Michael Tokarev
On 20.12.2011 01:08, Sven Joachim wrote: [] I'd close this bug right away but I want to hear your opinion first, hence downgrading it to wishlist - since the behavour is correct. I disagree (see above), but I can understand the need to keep busybox small. Alas, initramfs-tools do not use

Bug#652672: busybox: modprobe does not handle builtins

2011-12-19 Thread John D. Hendrickson and Sara Darnell
I hate to say anything no knowing the full story. I was just installing. The initrd.gz off netinst CD does has depmod. If you use it then your ext4 module loads right? Without depmod you could edit the modules.dep et al files with nano and that should work too, if I remember correctly. I

Bug#652672: busybox: modprobe does not handle builtins

2011-12-19 Thread Sven Joachim
On 2011-12-19 22:15 +0100, Michael Tokarev wrote: On 20.12.2011 01:08, Sven Joachim wrote: [] I'd close this bug right away but I want to hear your opinion first, hence downgrading it to wishlist - since the behavour is correct. I disagree (see above), but I can understand the need to

Bug#652672: busybox: modprobe does not handle builtins

2011-12-19 Thread Michael Tokarev
On 20.12.2011 01:44, John D. Hendrickson and Sara Darnell wrote: I hate to say anything no knowing the full story. I was just installing. The initrd.gz off netinst CD does has depmod. If you use it then your ext4 module loads right? Without depmod you could edit the modules.dep et al files