ericmckean / neatx

Automatically exported from code.google.com/p/neatx
0 stars 0 forks source link

Missing dependency. #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Not having xauth installed

What is the expected output? What do you see instead?
nxclient shows:
NX> 105 Start session with: --rootless="1" --virtualdesktop="0"
--link="lan" --backingstore="1" --encryption="1" --cache="16M"
--images="64M" --shmem="1" --shpix="1" --strict="0" --composite="1"
--media="0" --session="Paranoid" --type="unix-console" --client="winnt"
--kbload=" --kbload=pc102/en_US" --keymap=" --keymap=en_US"
--keyboard="pc102/en_US" --aux="1" --screeninfo="1024x768x32+render"
NX> 500 Internal error
NX> 999 Bye.
NX> 280 Exiting on signal: 15

nxserver:

Jul 15 23:04:55 paranoid nxserver-login[19269]: INFO nxserver_login:248
Trying login for user bszmyd
Jul 15 23:04:56 paranoid nxserver[19275]: INFO nxserver:689 Starting
nxserver for user bszmyd
Jul 15 23:04:59 paranoid nxserver[19275]: INFO nxserver:377 Starting new
session '94FE500D4E238AE050E0443DA636EBB8'
Jul 15 23:04:59 paranoid nxserver[19275]: INFO node:514 Connecting to
'/usr/local/var/lib/neatx/sessions/94FE500D4E238AE
Jul 15 23:04:59 paranoid nxnode[19334]: INFO nxnode:266 Connection established
Jul 15 23:04:59 paranoid nxnode[19334]: INFO nxnode:81 Received request:
u'start', {u'session': u'Paranoid', u'kbload':
Jul 15 23:04:59 paranoid nxnode[19334]: INFO node:290 Starting xauth for
[(':267', '98AC441B0DAD8855EB39C18F43C0FF3A'),
Jul 15 23:04:59 paranoid nxnode[19334]: INFO daemon:486 Starting program,
executable=None, args=['/usr/bin/xauth', '-f',
Jul 15 23:04:59 paranoid nxserver-login[19269]: INFO auth:141 Waiting for
authenticated program to finish

What version of the product are you using? On what operating system?

SVN of neatx (r15) on Ubuntu (9.10)

Please provide any additional information below.

Original issue reported on code.google.com by brian.sz...@gmail.com on 16 Jul 2009 at 5:12

GoogleCodeExporter commented 9 years ago
Doh, good point. I assumed any system that was running X programs would have 
xauth
installed, my bad. Patch out to fix this. Thanks.

Original comment by kormat on 16 Jul 2009 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by kormat on 20 Jul 2009 at 5:27