1833863 Members
2068 Online
110063 Solutions
New Discussion

Re: Printer Problem

 
Fadia Almarei
Super Advisor

Printer Problem

Dear All
i have HP-UX 11.11 i define a local printer to it ,i open a text editor file i try to print this page i put the printer name then ok ,it then give me error message
"an x print server for Test(printer name) could not be found"
how to solve this problem.
note: i can print from command line and from a special application on the server
fadia.marei
1 REPLY 1
Ermin Borovac
Honored Contributor

Re: Printer Problem

I assume you are trying to print from dtpad. CDE is using TPS (Technical Print Service) by default and you don't have TPS configured.

Add the following line to /etc/rc.config.d/desktop

DTPRTSVR=LP

Restart CDE (make sure no-one is logged in).

# /sbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin.rc start

Printing from dtpad should work now.