Click to See Complete Forum and Search --> : CUPS Printing Help


parth
05-06-2003, 04:05 PM
I am trying to print on network usinf CUPS.I am trying to print to linux server from linux workstation.

Each time I print test print I get this erros:

"Print file was not accepted (client-error-not-possible)!"

Any ideas to get over this problem.This is Killing me

:(

thans for your time guys

x
05-09-2003, 09:50 AM
Could be a network error.
Check it - ping server from workstation, try to login with telnet or ssh (if they're installed and active)

Has printing worked before, can you print from the server?

dany_primanita
05-15-2003, 10:21 AM
check your client.conf from /etc/cups/client.conf, then check this point :

################################################## ######################

#
# ServerName: the hostname of your server. By default CUPS will use the
# hostname of the system or the value of the CUPS_SERVER environment
# variable.
#

#ServerName cowfarm.dev.brawijaya.ac.id


make sure that your client doesnt have it's name as server name (add # mark in the beginning)

HTH

beat_feet
05-16-2003, 12:40 AM
I have found that if you set the hostname of the server to an actual domain name instead of the ip address then you wont be able to print to the server from the network. In my experience unless you have a dns server you should really set all host names to the static ips you configured them with. Just don't allow it to be an name that needs to be resolved.