Page 1 of 1

Can't add printer>>No Printing Service Error.

PostPosted: Aug 16th, '12, 03:32
by acidblue
Just installed Mageia 2 and so far it's kinda a bust.
Here's the deal breaker: when i try to add a printer I get an error> "Sorry the printing service doesn't seem to be avaible"
I have cups installed along with libcups.
I would really like to get this resolved.
Any suggestions??

EDIT:
I've tried: etc/init.d/cups start
But that gave an error: bash: etc/init.d/cups: No such file or directory

Re: Can't add printer>>No Printing Service Error.

PostPosted: Aug 16th, '12, 11:02
by tom_
you missed the first character, try:

Code: Select all
/etc/init.d/cups start

Re: Can't add printer>>No Printing Service Error.

PostPosted: Aug 16th, '12, 11:38
by alf
tom_ wrote:you missed the first character, try:
Code: Select all
/etc/init.d/cups start


That will not work, better use
Code: Select all
systemctl start cups.service
(as root in a terminal)

Re: Can't add printer>>No Printing Service Error.

PostPosted: Aug 16th, '12, 18:53
by acidblue
That will not work, better use
Code: Select all
systemctl start cups.service
(as root in a terminal)


That seems to have done it, I no longer get the error message.
I'll have to try adding a printer when I get home later this afternoon.

Will I have to start the service every time??
Can I add it to start up services so It starts when I boot??

Re: Can't add printer>>No Printing Service Error.

PostPosted: Aug 16th, '12, 19:29
by tom_
MCC->system->Manage system services...