Public bug reported:

Binary package hint: module-init-tools

* Add a few modules to /etc/modules
* export VERBOSE=1
* Restart the computer or run /etc/init.d/module-init-tools
* no debugging information is shown
* the modules are not loaded

replacing the line:
  if [ "$VERBOSE" != no ]; then
with:
  if [ "$VERBOSE" ]; then
results in output. However the output is completely messed up:
 * Loading manual drivers...                                                    
       ng module                                                                
 not found.le 
                                                                         [fail]
       ng module lp                                                             
 not found.le lp
                                                                         [fail]
       ng module                                                                
 not found.le 
                                                                         [fail]
       ng module i2c-viapro                                                     
 not found.le i2c_viapro
                                                                         [fail]
       ng module i2c-isa                                                        
 not found.le i2c_isa
                                                                         [fail]
       ng module eeprom                                                         
 not found.le eeprom
                                                                         [fail]
       ng module w83627hf                                                       
 not found.le w83627hf
                                                                         [fail]
                                                                         [ ok ]
Adding al line
 echo " modprobe $module $args" 

shows that the command line is correct. Apparently, modprobe cannot
locate the modules.

** Affects: module-init-tools (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
init script broken
https://launchpad.net/bugs/81350

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to