SGD 4.2 Printing
Hi all,
SGD 4.2 on RedHat Es 4.x, lpd is not available (Using CUPS)
When I install SGD there are no errors.
When I try to print with
/opt/tarantella/bin/lp -dtta_printer /etc/hosts I have an error
"lp: unable to print file: client-error-document-format-not-supported"
Why ? Is a cups problem? How I can configure Cups?
How I can enable tta_printer for accept remote printing by app. server?
Thanks ! CAMILLO
[462 byte] By [
Camiy] at [2007-11-26 10:07:49]

# 1
check /etc/cups/mime.convs
Take a look at raw filter - uncomment application/octet
check /etc/cups/mime.types
uncomment application/octet
Print from application server to gateway - run ./opt/tarantella/bin/scripts/prtinstall.en.sh from the application server
Note: We have also runr the above mentioned script on the Gateway - solved other issues.
# 5
Hi,
we had the same issue. After doing
export PATH=/opt/sfw/cups/bin:/opt/sfw/cups/sbin:$PATH
and rerunning
sh /opt/tarantella/bin/scripts/prtinstall.en.sh --cups y
we got rid of this error message. When we now do "lp Test.ps" in a SGD session and then "lpq -P tta_printer" on the SGD server we get
-bash-3.00# lpq -P tta_printer
tta_printer is ready and printing
RankOwnerJobFile(s) Total Size
active ahoesch 7(stdin) 18432 bytes
Looks good but the job is not printed. It stays there forever. The print command "lp Test.ps" works if we shutdown CUPS and fireup lp. Whats the problem with cups? Any idea?
Thanks in advance,
Andreas