On Mon, 25 Feb 2002, Patrick Powell wrote:
I compiled LPRng-3.8.8 on Solaris 8 and I am not able to create any print
jobs. I have a working printcap from 3.7.4 that I am using as a test. I
tried printing to a file and no output was generated. I stopped a queue
and printed to it but, the cf/df were not created. Also the only queue
log file that is being updated is lpq & status.pr no other files are
being modified. lpq is reporting the following error
Check_for_missing files: missing data file 'dfA641host.domain.edu'
at 2002-02-26-10:07:07.405 ## A=<NULL> number=0 process=29642
Is there a way for checkpc not search for duplicate spool directories.
All of my obsolete queues goto a common spool directory.
> Version LPRng-3.8.8 - Sat Feb 23 07:35:45 PST 2002
>
> Restored include file functions to lpd.conf. Also put in recursion
> depth checks so that it will stop if you have a loop.
>
> Actually, this was part of LRPng-3.8.7 but did not make it into
> the fixes.
>
> Version LPRng-3.8.7 - Fri Feb 22 12:24:38 PST 2002
>
> Modified the wildcard lookup so that it returns some sane
> values for defaults, i.e. - '*' is not treated like
> a real printer and the first 'real' printer is used.
> Sigh...
>
> autoconf, automake, and libtoolize insanity.
> Each of these facilities has a different version of the
> config.guess and config.sub files, and will brutally copy
> them to the distribution directory when you run automake,
> autoconf, or libtoolize. Problem sort of solved by
> running through the /usr/local/share/{auto*,libtool}
> directory and finding latest versions of things. As the
> CarTalk guys say, "Bo-0H-OH-OH Gus!". Sigh.
>
> The 'Service_connection: bad request...' error message now has
> the IP address of the sender added.
> (Good idea from: Rainer Tammer <[EMAIL PROTECTED]>)
>
> Makefile.in had the diagnostic options left enabled after
> regression tests.
> BAD! Bad Programmer! BAD! No coffee for you today.
> (Reported by: Petri Kaukasoina <[EMAIL PROTECTED]>
> among others...)
>
> Portability stuff, // comments, and src/Makefile referencing
> ${SRC}/../UTILS instead of ../UTILS.
> (Reported by: Hans Peter Verne <[EMAIL PROTECTED]>)
>
> Missing check in lpstat for end of string condition:
> for( t = Printer_DYN; t && !isspace(cval(t)); ++t );
> => for( t = Printer_DYN; !ISNULL(t) && !isspace(cval(t)); ++t );
> (Reported by: Villy Kruse <[EMAIL PROTECTED]>)
>
> psbanner was creating a /tmp/before file.
> (Reported by:
> Anthony R Iano-Fletcher <[EMAIL PROTECTED]>)
>
> Fixed the 'job done' status message so that it shows the job id.
> (Suggested by: Christoph Beyer <[EMAIL PROTECTED]>)
>
> Added some sanity checks to handle cases when hold files and
> control files do not have identifier information in them.
>
> Checkpc now checks for duplicate spool directories.
>
> Patrick Powell Astart Technologies,
> [EMAIL PROTECTED] 9475 Chesapeake Drive, Suite D,
> Network and System San Diego, CA 92123
> Consulting 858-874-6543 FAX 858-279-8424
> LPRng - Print Spooler (http://www.lprng.com)
>
> -----------------------------------------------------------------------------
> YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
> The address you post from MUST be your subscription address
>
> If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
> or lprng-digest-requests) with the word 'help' in the body. For the impatient,
> to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
> with: | example:
> subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
> unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
>
> If you have major problems, send email to [EMAIL PROTECTED] with the word
> LPRNGLIST in the SUBJECT line.
> -----------------------------------------------------------------------------
>
Rob Fausey.
These are not the droids you're looking for. Move along. Move along.
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------