Steve Bush wrote:
>
> I moved my custom templates out of the etc directory
> structure, initiated a post-upgrade and reboot. The problem
> is still there.
> I am guessing it has something to do with a db configuration
> property, but I'm not sure where to look first.
First of all, lets make sure our servers look the same.
[root@rabbit root]# cd /etc/e-smith/templates/etc/printcap/
[root@rabbit printcap]# ls
00example 05printer template-begin template-end
[root@rabbit printcap]# ll
total 16
-rw-r--r-- 1 root root 260 Apr 11 2002 00example
-rw-r--r-- 1 root root 1210 Apr 11 2002 05printer
-rw-r--r-- 1 root root 400 Apr 11 2002 template-begin
-rw-r--r-- 1 root root 140 Apr 11 2002 template-end
Is this what you see?
Also look for printers in your accounts db.
[root@rabbit printcap]# grep printer /home/e-smith/accounts
hpdj812c=printer|Address||Description|HP Deskjet 812C|Location|lp0|RemoteName|
printers=system
You went from 5.0 to 5.6? I don't think we have migration code for that, so it's most likely your accounts db file.
Mike