[Ritesh Raj Sarraf] > I have cups installed for printing related work. > > I've CONCURRENCY=shell in my /etc/init.d/rc script. > > With these settings, on boot, my box doesn't send a command to the > printer when I request for a print. I'm manually required to > restart cupsys to be able to print.
This sound to me like a bug in the boot ordering, and that init.d/cupsys using the "wrong" order number, ie it can not start at the same time as those with the same order number as itself, and need to be moved to a higher order number. When using CONCURRENCY=shell, all init.d scripts with the same sequence number must be able to start at the same time. Vennlig hilsen, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

