Bug 25815 - lpd.init mangles status messages, not translated.
Summary: lpd.init mangles status messages, not translated.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: LPRng
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Crutcher Dunnavant
QA Contact: David Lawrence
URL:
Whiteboard: Florence RC-1
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-03 01:49 UTC by Need Real Name
Modified: 2007-04-18 16:31 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-02-06 16:42:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-02-03 01:49:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.0-0.99.11 i686)


As root, in the /etc/rc.d/init.d directory I type: ./lpd start and it says
"Starting lpd:" without a Ok or Failed message.  If I check the running
processes, lpd is not present. lpq reports lpd is not running. Rebooting
did not change anything.

Reproducible: Always
Steps to Reproduce:
1.As root, type /etc/rc.d/init.d/lpd start
2.
3.
	

Actual Results:  [root@bugeyes init.d]# ./lpd status
lpd is stopped
[root@bugeyes init.d]# ./lpd start
Starting lpd: [root@bugeyes init.d]# lpq
Printer 'missingprinter@localhost' - cannot open connection - Connection
refusedMake sure LPD server is running on the server

Expected Results:  Starting lpd:                [OK]

Comment 1 Glen Foster 2001-02-05 22:50:57 UTC
We (Red Hat) should really try hard to fix this before next release.

Comment 2 Ian Macdonald 2001-02-06 00:50:35 UTC
printtool-backend exits with a return code 1, which causes the script to exit.
This seems to be because the format for /etc/printcap has changed, requiring you
to run printtool-gui. However, even if you redefine your printer using the new
printtool, printing is still horribly broken. If you select a JetDirect printer,
the new printcap will try to point to a jetdirect filter that does not exist. If
you fix this by adding the correct path manually, printing still doesn't work.

Had to downgrade to RHL 7.0 versions of LPRng and printtool to obtain working
printing again.

Comment 3 Crutcher Dunnavant 2001-02-06 16:42:41 UTC
The jetdirect issue is dealt with, I forgot to include the files in the rpm build.

lpd.init does not start lpd if there are no printers defined. (this is
considered a feature, and has been requested many times).

 The real issue here is that lpd.init isn't kosher at the moment, and doesn't
really tell you what's up. I am reworking the summary to reflect this.

Comment 4 Crutcher Dunnavant 2001-02-06 21:13:39 UTC
fixed


Note You need to log in before you can comment on or make changes to this bug.