Bug #53
Cupsys initscript tries to load Linux kernel module "lp"
| Status: | Closed | Start: | 01/21/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Anil Gulecha | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | ncp3-beta1 |
Description
/etc/init.d/cupsys tries to load (modprobe) Linux kernel module "lp" which obviously is not there. It uses /etc/default/cupsys to determine if it has to load it or not. So, the cleanest while less intrusive change to the package would be to set LOADLPMODULE there to "no".
History
Updated by Dmitry Yusupov about 1 year ago
- Target version set to ncp3-beta1
Updated by Anil Gulecha about 1 year ago
- Assigned to set to Anil Gulecha
- Priority changed from Low to Normal
Updated by Anil Gulecha about 1 year ago
- Status changed from New to Closed
added the line to the file. Will be available with beta1
~Anil