[comp.unix.ultrix] Help needed on Ultrix disk quotas and LN03 printcap entries.

VALERIE@hplabs.UUCP (valerie caro) (09/26/88)

Reply-to: VALERIE@hplabs.UUCP (valerie caro)



   We are trying to install an LN03 printer on a VaxStation 2000 
running Ultrix 2.2. We are able to print normal text files alright, 
but we are unable to print sixel files. We would like to be able
to use TeX and dvi2ln3. Is it possible to set up an ln03 on a vs2000 
to do this? What should the printcap look like?

  We are also trying to use disk quotas on an Ultrix machine, so
far unsuccessfully. We are running Ultrix 2.2 on a 3500 with
8 diskless VS2000's running off of it. The VS2000's all mount
the /user partition using NFS. We are also using Yellow Pages
on all the machines. I would like to have disk quotas set up on the
/user partition so that all the diskless nodes can mount the partition
with quotas enabled. Is it possible to do this on an NFS mounted
partition?

Please send e-mail to: valerie@cs.umass.edu
                   or: valerie@umass          (Bitnet)

  Thank You,
 Valerie Caro

avolio@decuac.dec.com (Frederick M. Avolio) (11/04/88)

Reply-to: avolio@decuac.dec.com (Frederick M. Avolio)

1. Disk quotas work fine.  Check repquota and quot commands to see if things
are set up correctly.  DO you have the quote entry in /etc/fstab?  For example:

/dev/ra3h:/home:rq:1:4:ufs::

This says "read/write/quotas".  Are quotas configured in your kernel?

2. Line printer.  If you have an LN03S, you need both ROM carts.  Then
something like this will work (works for me):

ln03s| a local LN03S Laser Printer:\
	:lp=/dev/tty03:\
	:sd=/usr/spool/ln03s:\
	:dn=/usr/lib/lpd:\
	:rw:\
	:br#19200:\
	:fc#0177777:\
	:fs#03:\
	:xc#0177777:\
	:xs#040040:\
	:if=/usr/lib/lpdfilters/ln03of:\
	:of=/usr/lib/lpdfilters/ln03of:\
	:pw#80:\
	:pl#66:\
	:mc#20:\
	:lf=/usr/adm/lpd-errs:

Check /etc/printcap.examples for more examples.

Fred