[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sheflug] Printing woes



Hi all,

Back after a long sojurn but still with Linux (now Madrake 9).

I don't seem to be able to print. I have recently re-installed CUPS after the 'raw printer' appeared to have a problem.

I thought I'd administer CUPS through the web front end. When going to:

http://localhost:631/admin/?op=add-printer

I get the following:

Forbidden
You don't have permission to access the resource on this server.

When logged in as root I get the same. lpstat -p -d gives me:
'no system default destination'.

Any ideas what I need to do to get my parallel HP610C hooked up and working?

Thanks


--
Graham
"Live free, die well"

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>

while (<>){
$_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
print unless /^Delivered-To:/i ;
}