View Single Post

  #3 (permalink)  
Old 11-29-2006, 02:55 AM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

print service not found - it means java app is not able to locate print service name - /etc/init.d/cups. You need to start service as follows:
/etc/init.d/cups start

Unfortunately /etc/init.d/cups name can be different for Slack. I am using Red Hat workstation. Try to set symlink as /etc/init.d/cupsys to /etc/init.d/cups using ln -s command. Type command:
Code:
ln -s /etc/init.d/cups /etc/init.d/cupsys
Test ur app...
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote