Re: [expert] Setting up a remote printer - please help!

2000-11-27 Thread Larry Marshall


> too much.  I think they would be annoyed to have to deal with CUPS as
> a default.  It might mean they would choose another Linux
> distribution.  Why make CUPS the default?  Why not at least give
> the installer the choice?

If you do an expert install you are given this choice.

Cheers --- Larry



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Setting up a remote printer - please help!

2000-11-27 Thread S. Newhouse

Are you saying that what I wrote below would not work with CUPS?  If
so, I think it is a bad idea to have CUPS as the default (Of course,
just my opinion).  One can always learn new things, and there may be
some good reasons for CUPS instead of LPD, but most unix sys-admins I
know (who have been doing this stuff for years with Solaris, BSD,
Linux, etc) know what I wrote below and would do it without thinking
too much.  I think they would be annoyed to have to deal with CUPS as
a default.  It might mean they would choose another Linux
distribution.  Why make CUPS the default?  Why not at least give
the installer the choice? 

-sen




Unix addTill Kamppeter writes:
 > Nice, under 7.1 with the LPD printing system this would work without any
 > problems, but on 7.2 we have CUPS by default, and not LPD. I had already
 > answered to the guy how to do it with CUPS. Short hint: how to do it
 > with CUPS one can read on
 > 
 >http://www.mandrakeuser.org/hardware/hcups3.html#lpdsrv
 > 
 >Till
 > 
 > 
 > "S. Newhouse" wrote:
 > > 
 > > This is a multi-part message in MIME format...
 > > 
 > > =_975035451-25285-2
 > > Content-Type: text/plain; charset=us-ascii
 > > Content-Transfer-Encoding: 7bit
 > > 
 > > Assume host1 is the name where the printer is located, and host2 is
 > > the name of the box in which you are trying to configure remote
 > > printing.
 > > 
 > > Assume printing on host1 works and its /etc/printcap looks like
 > > 
 > > #
 > > # Please don't edit this file directly unless you know what you are
 > > doing!
 > > # Be warned that the control-panel printtool requires a very strict
 > > format!
 > > # Look at the printcap(5) man page for more info.
 > > #
 > > # This file can be edited with the printtool in the control-panel.
 > > 
 > > ##PRINTTOOL3## LOCAL POSTSCRIPT 300x300 letter {} PostScript Default 0
 > > lp:\
 > > :sd=/var/spool/lpd/lp:\
 > > :mx#0:\
 > > :sh:\
 > > :lp=/dev/lp0:\
 > > :if=/var/spool/lpd/lp/filter:
 > > 
 > > On host2 the default /etc/printcap should look the same.
 > > 
 > > Do four things:
 > > 
 > > 1. make backup copies of /etc/printcap on both machines
 > > 
 > >cp /etc/printcap /etc/printcap.orig
 > > 
 > > 2.  put
 > >  host2
 > >in the /etc/hosts.lpd file of host1
 > > 
 > > 3.  make the /etc/printcap file on host2 look like the following
 > > (exactly)
 > > 
 > > #
 > > # Please don't edit this file directly unless you know what you are
 > > doing!
 > > # Be warned that the control-panel printtool requires a very strict
 > > format!
 > > # Look at the printcap(5) man page for more info.
 > > #
 > > # This file can be edited with the printtool in the control-panel.
 > > 
 > > ##PRINTTOOL3## REMOTE POSTSCRIPT 300x300 letter {} PostScript Default 0
 > > lp:\
 > > :sd=/var/spool/lpd/lp:\
 > > :mx#0:\
 > > :sh:\
 > > :rm=host2:\
 > > :rp=lp:\
 > > :if=/var/spool/lpd/lp/filter:
 > > 
 > > 4. restart the print daemons on both host1 and host2
 > > 
 > >On each machine type
 > >/etc/rc.d/init.d/lpd restart
 > > 
 > > 
 > > Note: you could just reboot both machines if you wish.
 > > 
 > > Now use printtool to print test pages if you wish.
 > > 
 > > --Cheers,
 > >  -sen
 > > 
 > > Eduardo M. A. M. Mendes writes:
 > >  > Hello
 > >  >  I want to set up a remote printer on 7.2.  The printer is located in
 > >  > other linux box (Red Hat 6.1). During the installation I tried to use
 > >  > CUPS but I wasn't sure about the parameters to enter.  For instance;
 > >  > remote host:  I entered xxx.yyy.zzz which is the name of the linux box
 > >  > where the printer is.  However I don't have a clue about the remote
 > >  > queue. What is it?  Red Hat 6.1 is running lpr and not CUPS, so do I
 > >  > have to modify any file on the printer server?  How about the
 > >  > hosts.lpd?
 > >  >
 > >  >  Many thanks for your help.
 > >  >
 > >  > Eduardo
 > >  >
 > >  > Keep in touch with http://mandrakeforum.com:
 > >  > Subscribe the "[EMAIL PROTECTED]" mailing list.
 > > 
 > > =_975035451-25285-2
 > > Content-Type: text/plain; name="message.footer"
 > > Content-Disposition: inline; filename="message.footer"
 > > Content-Transfer-Encoding: 8bit
 > > 
 > > Keep in touch with http://mandrakeforum.com:
 > > Subscribe the "[EMAIL PROTECTED]" mailing list.
 > > 
 > > =_975035451-25285-2--
 > 
 > Keep in touch with http://mandrakeforum.com: 
 > Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Setting up a remote printer - please help!

2000-11-27 Thread Till Kamppeter

Nice, under 7.1 with the LPD printing system this would work without any
problems, but on 7.2 we have CUPS by default, and not LPD. I had already
answered to the guy how to do it with CUPS. Short hint: how to do it
with CUPS one can read on

   http://www.mandrakeuser.org/hardware/hcups3.html#lpdsrv

   Till


"S. Newhouse" wrote:
> 
> This is a multi-part message in MIME format...
> 
> =_975035451-25285-2
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Assume host1 is the name where the printer is located, and host2 is
> the name of the box in which you are trying to configure remote
> printing.
> 
> Assume printing on host1 works and its /etc/printcap looks like
> 
> #
> # Please don't edit this file directly unless you know what you are
> doing!
> # Be warned that the control-panel printtool requires a very strict
> format!
> # Look at the printcap(5) man page for more info.
> #
> # This file can be edited with the printtool in the control-panel.
> 
> ##PRINTTOOL3## LOCAL POSTSCRIPT 300x300 letter {} PostScript Default 0
> lp:\
> :sd=/var/spool/lpd/lp:\
> :mx#0:\
> :sh:\
> :lp=/dev/lp0:\
> :if=/var/spool/lpd/lp/filter:
> 
> On host2 the default /etc/printcap should look the same.
> 
> Do four things:
> 
> 1. make backup copies of /etc/printcap on both machines
> 
>cp /etc/printcap /etc/printcap.orig
> 
> 2.  put
>  host2
>in the /etc/hosts.lpd file of host1
> 
> 3.  make the /etc/printcap file on host2 look like the following
> (exactly)
> 
> #
> # Please don't edit this file directly unless you know what you are
> doing!
> # Be warned that the control-panel printtool requires a very strict
> format!
> # Look at the printcap(5) man page for more info.
> #
> # This file can be edited with the printtool in the control-panel.
> 
> ##PRINTTOOL3## REMOTE POSTSCRIPT 300x300 letter {} PostScript Default 0
> lp:\
> :sd=/var/spool/lpd/lp:\
> :mx#0:\
> :sh:\
> :rm=host2:\
> :rp=lp:\
> :if=/var/spool/lpd/lp/filter:
> 
> 4. restart the print daemons on both host1 and host2
> 
>On each machine type
>/etc/rc.d/init.d/lpd restart
> 
> 
> Note: you could just reboot both machines if you wish.
> 
> Now use printtool to print test pages if you wish.
> 
> --Cheers,
>  -sen
> 
> Eduardo M. A. M. Mendes writes:
>  > Hello
>  >  I want to set up a remote printer on 7.2.  The printer is located in
>  > other linux box (Red Hat 6.1). During the installation I tried to use
>  > CUPS but I wasn't sure about the parameters to enter.  For instance;
>  > remote host:  I entered xxx.yyy.zzz which is the name of the linux box
>  > where the printer is.  However I don't have a clue about the remote
>  > queue. What is it?  Red Hat 6.1 is running lpr and not CUPS, so do I
>  > have to modify any file on the printer server?  How about the
>  > hosts.lpd?
>  >
>  >  Many thanks for your help.
>  >
>  > Eduardo
>  >
>  > Keep in touch with http://mandrakeforum.com:
>  > Subscribe the "[EMAIL PROTECTED]" mailing list.
> 
> =_975035451-25285-2
> Content-Type: text/plain; name="message.footer"
> Content-Disposition: inline; filename="message.footer"
> Content-Transfer-Encoding: 8bit
> 
> Keep in touch with http://mandrakeforum.com:
> Subscribe the "[EMAIL PROTECTED]" mailing list.
> 
> =_975035451-25285-2--



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Setting up a remote printer - please help!

2000-11-25 Thread Till Kamppeter

Oi,

Não é tal difícil, leia

(It's not so difficult, read)

   http://www.mandrakeuser.org/hardware/hcups3.html#lpdsrv

The name of the remote queue is the name of the queue (the printer)
defined under LPD on the server. I think, but I am not sure, that you
have to put your client into the server's hosts.lpd, too.

Boa sorte (good luck),

   Till


"Eduardo M. A. M. Mendes" wrote:
> 
> I want to set up a remote printer on 7.2.  The printer is located in
> other linux box (Red Hat 6.1). During the installation I tried to use
> CUPS but I wasn't sure about the parameters to enter.  For instance;
> remote host:  I entered xxx.yyy.zzz which is the name of the linux box
> where the printer is.  However I don't have a clue about the remote
> queue. What is it?  Red Hat 6.1 is running lpr and not CUPS, so do I
> have to modify any file on the printer server?  How about the
> hosts.lpd?
>



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.