BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000272 [BusyBox] Kernel Module Support minor always 05-25-05 02:57 06-11-06 10:20
Reporter phikiert View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.00
Summary 0000272: modprobe does not process parameters
Description when busybox is configured to support kernel 2.4 modules only - the modprobe utility does not pass module parameters to insmod
try:
insmod some_module nonexisting_parameter=1 - it will return error
modprobe some_modle nonexisting_parameter=1 - will proceed
Additional Information file: modutils/modprobe.c
function: static int mod_insert ( char *mod, int argc, char **argv )
whole parameter processing sections is #if defined(CONFIG_FEATURE_2_6_MODULES)

workaround: enable kernel 2.6 modules support
Attached Files

- Relationships

- Notes
(0000754)
integrator
12-08-05 13:45

It is no longer the case with trunk which holds the future 1.1.
 
(0000796)
landley
12-18-05 11:55

svn 12922
 
(0001409)
bernhardf
06-11-06 10:12

fixed->closed
 

- Issue History
Date Modified Username Field Change
05-25-05 02:57 phikiert New Issue
12-08-05 13:45 integrator Note Added: 0000754
12-18-05 11:55 landley Status assigned => closed
12-18-05 11:55 landley Note Added: 0000796
12-18-05 11:55 landley Resolution open => fixed
12-18-05 11:55 landley Fixed in Version  => svn
06-11-06 10:12 bernhardf Status closed => resolved
06-11-06 10:12 bernhardf Note Added: 0001409
06-11-06 10:20 bernhardf Status resolved => feedback
06-11-06 10:20 bernhardf Resolution fixed => reopened
06-11-06 10:20 bernhardf Status feedback => closed
06-11-06 10:20 bernhardf Resolution reopened => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker