Subject: Re: OpenOffice install error?
To: Richard Rauch <rkr@olib.org>
From: Michael Rauch <mrauch@netbsd.org>
List: tech-pkg
Date: 02/27/2003 22:16:12
Hi,
On Thu, Feb 27, 2003 at 04:44:46AM -0600, Richard Rauch wrote:
> Fatal server error:
> [...]
> *** Error code 1 (ignored)
>
> Note the "ignored". Is this anything that I should worry about?
No, that's "normal". The virtual X server was still running from the build
stage, and the second one from the install stage just detected this fact.
> Also, I hope that the :2 isn't hard-coded.
Unfortunately, it is at the moment. But you can always provide your own X
server and set $DISPLAY appropriately. If make detects that an X display
number is provided in $DISPLAY and it can connect successfully to this
display, it is used and the alternative logic to provide a virtual one with
Xvfb bypassed.
> Is there a way to check for available X display numbers moderately easily?
If anyone's got a positive answer to this question, I'd happily
implement it.
Michael