[clug-talk] December meeting

2011-11-22 Thread Dafydd Crosby
The December meeting will be on the 7th. How does showing off new toys sound? -David ___ clug-talk mailing list clug-talk@clug.ca http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please

Re: [clug-talk] December meeting

2011-11-22 Thread Mel Walters
On Tue, 2011-11-22 at 09:07 -0700, Dafydd Crosby wrote: The December meeting will be on the 7th. How does showing off new toys That's always good. Mwl sound? -David ___ clug-talk mailing list clug-talk@clug.ca

Re: [clug-talk] dpkg hell (Royce Souther) (Rocky Boland)

2011-11-22 Thread Ralph Boland
Try this sudo dpkg -P dcp7065dnlpr Not this sudo dpkg -P dcp7065dnlpr-2.1.0-1.i386 Thanks for your help. Sorry for the confusion but that was what I did originally. When posting I repeated the command incorrectly. My original output from doing this command was: dpkg: error processing

Re: [clug-talk] dpkg hell (Royce Souther) (Rocky Boland)

2011-11-22 Thread Royce Souther
Are you using Ubuntu? They did a crap job converting only some services to upstart and breaking everything with their half-ass transition. I had the same problem trying to get NFS to run. The upstart script for portmap did not exist and the /etc/init.d script refused to let me run it because it

Re: [clug-talk] dpkg hell (Royce Souther) (Rocky Boland)

2011-11-22 Thread Royce Souther
Also LPD should be CUPS. Look for them in the upstart directory. ls -l /etc/init/ | grep -E lpd|cups On Tue, Nov 22, 2011 at 4:10 PM, Royce Souther osgn...@gmail.com wrote: Are you using Ubuntu? They did a crap job converting only some services to upstart and breaking everything with their

Re: [clug-talk] dpkg hell

2011-11-22 Thread Shawn Grover
There are two versions of the .deb file - one for working with CUPS and one for doing LPD. I used the one for CUPS, seeing as I usually deal with CUPS when working with printers. I believe the LPD version would be for systems that do not have CUPS. Is it possible to try the other version?

Re: [clug-talk] dpkg hell

2011-11-22 Thread Ralph Boland
Also LPD should be CUPS. Look for them in the upstart directory ls -l /etc/init/ | grep -E lpd|cups This command returns cups.conf cups.conf has several matches for cups but none for lpd. cops.conf contains a number of commands but they do not look has if they have been run.