Your message dated Mon, 17 Apr 2006 19:04:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363154: xprint: Xprint fails to start and makes X stop
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xprint
Version: Xprint fails to start
Severity: critical
Justification: breaks unrelated software
Xprint is broken after last sid update
Had to add the following line to make it start
[ -d /usr/bin ] && XPROJECTROOT=/usr/bin
otherwise i'd get:
/etc/init.d/xprint start
/etc/init.d/xprint: ## FATAL ERROR: Unknown XProjectRoot.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-pluton-v7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--- End Message ---
--- Begin Message ---
Version: 1:1.0.1-1
On Mon, Apr 17, 2006 at 11:13:15PM +0200, Laurent CARON wrote:
> Package: xprint
> Version: Xprint fails to start
> Severity: critical
> Justification: breaks unrelated software
> Xprint is broken after last sid update
> Had to add the following line to make it start
> [ -d /usr/bin ] && XPROJECTROOT=/usr/bin
> otherwise i'd get:
> /etc/init.d/xprint start
> /etc/init.d/xprint: ## FATAL ERROR: Unknown XProjectRoot.
The current version of the xprint init script reads:
# X11R7 now follows FHS, doesn't use it's own separate directory
XPROJECTROOT=/usr
XPCUSTOMGLUE=DebianGlue # This is used for customizing this script
export XPROJECTROOT XPCUSTOMGLUE
if [ -z "${XPROJECTROOT}" ] ; then
fatal_error "Unknown XProjectRoot."
fi
You're welcome to explain to me how this would give the error you described.
It's possible that this bug did exist in a pre-X11R7 version of the init
script, but since you put garbage in the "version" field, I don't see any
point to trying to guess which version that was. Instead, I'm going to go
ahead and close this bug, and suggest that you upgrade to xprint 1:1.0.1-1.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
signature.asc
Description: Digital signature
--- End Message ---