> I have a bunch of networked printers available (no local printers). So, > I created entries like this in /etc/printcap: > > 6tp4s65hp:[EMAIL PROTECTED]:client > > 6tp4s65hp-dup:[EMAIL PROTECTED]:client > > 6tp4s65qms:[EMAIL PROTECTED]:client > > (don't ask me, I didn't name 'em :). If I print to one of these > printers using an extended printer name from the command line, like: > > $ lpr [EMAIL PROTECTED] somefile > > it works great. > > But if I just use "lpr somefile", the /etc/printcap entries (which, to > me, seem identical) don't work: > ...
I always spend hours on lprng (re)configuration (potato lprng 3.6.12-6). If I remember my last problems correctly, I can suggest two things: 1) Check that /etc/lpr.conf has: force_localhost@ 2) Explicitely define default 'lp' printer for different hosts. Eg, I have: lp:client:[EMAIL PROTECTED]:oh=NET1/24 lp:client:[EMAIL PROTECTED]:oh=NET2/24 lp:client:[EMAIL PROTECTED]:oh=IP3 -Igor Mozetic