| Summary: | ptal-init (hpoj) does not start during boot although script is in init.d with 'after usb' and 'before cupsd' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | tom mccullough <temccullough> |
| Component: | [OLD] Printing | Assignee: | Printing Team <printing> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
tom mccullough
2004-03-07 17:08:12 UTC
have you added both to the default run level? rc-update add hpoj default; rc-update add cupsd default. They both start fine for me. part of this is my fault for not updating properly (rc-update add hpoj default and rc-update add cupsd default) I was not aware that these actions were needed after emerging the two packages. my bad. I still had to edit the hpoj script in init.d as follows: I added 'after hotplug' to the hpoj script in the depends section and now hpoj works. I am getting two modprobe errors as follows: modprobe: Can't locate /dev/ptal-mlcd modprobe: Can't locate /dev/ptal-printd These don't seem to affect the operation of the printer. fixed the dependencie in the init script :) |