ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] xvfb-run and hasher
@ 2008-06-19  5:25 Alexey Tourbin
  2008-07-15  6:29 ` Alexey Tourbin
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Tourbin @ 2008-06-19  5:25 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 2302 bytes --]

$ hsh --init
...
$ hsh-install /usr/bin/xvfb-run
<13>Jun 19 09:21:13 rpmi: libX11-locales-3:1.1.4-alt5 installed
<13>Jun 19 09:21:13 rpmi: libfontenc-1.0.4-alt1 installed
<13>Jun 19 09:21:14 rpmi: libfreetype-2.3.6-alt1 installed
<13>Jun 19 09:21:14 rpmi: mkfontscale-1.0.5-alt1 installed
<13>Jun 19 09:21:14 rpmi: mkfontdir-1.0.4-alt1 installed
<13>Jun 19 09:21:14 rpmi: libXau-1.0.3-alt1 installed
<13>Jun 19 09:21:14 rpmi: libXdmcp-1.0.2-alt1.0 installed
<13>Jun 19 09:21:14 rpmi: libxcb-1.1-alt4 installed
<13>Jun 19 09:21:14 rpmi: libX11-3:1.1.4-alt5 installed
<13>Jun 19 09:21:14 rpmi: libXext-1.0.4-alt1 installed
<13>Jun 19 09:21:14 rpmi: libICE-1.0.4-alt1 installed
<13>Jun 19 09:21:14 rpmi: libSM-1.0.3-alt1 installed
<13>Jun 19 09:21:14 rpmi: libXt-1.0.5-alt1 installed
<13>Jun 19 09:21:14 rpmi: libXmu-1.0.4-alt1 installed
<13>Jun 19 09:21:14 rpmi: xauth-1:1.0.3-alt1 installed
<13>Jun 19 09:21:14 rpmi: libxkbfile-1.0.5-alt1 installed
<13>Jun 19 09:21:14 rpmi: xkbcomp-1.0.5-alt1 installed
<13>Jun 19 09:21:14 rpmi: xorg-rgb-1.0.3-alt1 installed
<13>Jun 19 09:21:14 rpmi: libexpat-2.0.1-alt0.1 installed
<13>Jun 19 09:21:14 rpmi: fontconfig-2.6.0-alt1 installed
Updating fonts cache: <29>Jun 19 09:21:17 fontconfig: Updating fonts cache: succeeded
[ DONE ]
<13>Jun 19 09:21:17 rpmi: fonts-bitmap-misc-7.0.0-alt3 installed
<13>Jun 19 09:21:20 rpmi: xkeyboard-config-1.3-alt1 installed
<13>Jun 19 09:21:20 rpmi: xorg-server-common-2:1.4.2-alt2 installed
<13>Jun 19 09:21:20 rpmi: libXfont-1.3.2-alt1 installed
<13>Jun 19 09:21:20 rpmi: libxorgconfig-2:1.4.2-alt2 installed
<13>Jun 19 09:21:20 rpmi: libpixman-1:0.10.0-alt3 installed
<13>Jun 19 09:21:20 rpmi: xorg-xvfb-2:1.4.2-alt2 installed
<13>Jun 19 09:21:20 rpmi: xvfb-run-1.2-alt2 installed
$ hsh-shell
[builder@solemn .in]$ cd
[builder@solemn ~]$ xvfb-run -a true
xauth:  creating new authority file /usr/src/.Xauthority
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running
/usr/bin/xvfb-run: line 69: kill: (14163) - No such process
[builder@solemn ~]$ echo $?
0
[builder@solemn ~]$ 

Что мне делать?

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] xvfb-run and hasher
  2008-06-19  5:25 [devel] xvfb-run and hasher Alexey Tourbin
@ 2008-07-15  6:29 ` Alexey Tourbin
  2008-07-15  7:24   ` Valery V. Inozemtsev
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Tourbin @ 2008-07-15  6:29 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

On Thu, Jun 19, 2008 at 09:25:36AM +0400, Alexey Tourbin wrote:
> [builder@solemn ~]$ xvfb-run -a true
> xauth:  creating new authority file /usr/src/.Xauthority
> _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
> _XSERVTransMakeAllCOTSServerListeners: server already running
> 
> Fatal server error:
> Cannot establish any listening sockets - Make sure an X server isn't already running
> /usr/bin/xvfb-run: line 69: kill: (14163) - No such process
> [builder@solemn ~]$ echo $?
> 0
> [builder@solemn ~]$ 

В хост-системе Xvfb тоже плохо работает.

$ xvfb-run -a make test
xauth:  creating new authority file /tmp/.private/at/BUILD/Tk-804.028/.Xauthority
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
...

> Что мне делать?

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] xvfb-run and hasher
  2008-07-15  6:29 ` Alexey Tourbin
@ 2008-07-15  7:24   ` Valery V. Inozemtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Valery V. Inozemtsev @ 2008-07-15  7:24 UTC (permalink / raw)
  To: devel

В сообщении от 15 июля 2008 Alexey Tourbin написал(a):
> On Thu, Jun 19, 2008 at 09:25:36AM +0400, Alexey Tourbin wrote:
> > [builder@solemn ~]$ xvfb-run -a true
> > xauth:  creating new authority file /usr/src/.Xauthority
> > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
> > _XSERVTransMakeAllCOTSServerListeners: server already running
> >
> > Fatal server error:
> > Cannot establish any listening sockets - Make sure an X server isn't
> > already running /usr/bin/xvfb-run: line 69: kill: (14163) - No such
> > process
> > [builder@solemn ~]$ echo $?
> > 0
> > [builder@solemn ~]$
>
> В хост-системе Xvfb тоже плохо работает.
>
> $ xvfb-run -a make test
> xauth:  creating new authority file
> /tmp/.private/at/BUILD/Tk-804.028/.Xauthority (EE) config/hal:
> NewInputDeviceRequest failed
> (EE) config/hal: NewInputDeviceRequest failed
> ...
>
> > Что мне делать?

[builder@people tmp]$ xvfb-run -a xterm &
[1] 20393
[builder@people tmp]$ xauth:  creating new authority file /usr/src/tmp/.Xauthority
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
[builder@people tmp]$ ps | grep -i x
20393 pts/6    00:00:00 xvfb-run
20406 pts/6    00:00:00 Xvfb
20409 pts/6    00:00:00 xterm
[builder@people tmp]$ kill 20409
[builder@people tmp]$ [1]+  Exit 15                 xvfb-run -a xterm

-- 
Valery V. Inozemtsev


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-15  7:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-19  5:25 [devel] xvfb-run and hasher Alexey Tourbin
2008-07-15  6:29 ` Alexey Tourbin
2008-07-15  7:24   ` Valery V. Inozemtsev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git