Code: Select all
cd /usr
tar xvzf /.../nxnode-2.0.0-100.i386.tar.gz
tar xvzf /.../nxclient-2.0.0-98.i386.tar.gz
tar xvzf /.../nxserver-2.0.0-76.i386.tar.gz
emerge lib-compat
/usr/NX/scripts/setup/nxnode --install debian
/usr/NX/scripts/setup/nxserver --install debian
Code: Select all
AGENT_EXTRA_OPTIONS_X="-fp /usr/share/fonts/default/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi"

Code: Select all
NX> 203 NXSSH running with pid: 14099
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 285 Setting the preferred NX options
NX> 200 Connected to address: 192.168.0.201 on port: 22
NX> 202 Authenticating user: nx
NX> 208 Using auth method: publickey
/usr/NX/bin/nxserver.bin: symbol lookup error: /usr/lib/libssl.so.0.9.8: undefined symbol: EVP_idea_cbc
NX> 280 Ignoring EOF on the monitored channel
NX> 280 Ignoring CLOSE on the monitored channel
Killed by signal 15.
Code: Select all
........
Sep 26 15:51:37 xdev001 sshd[18383]: debug1: server_input_channel_req: channel 0 request shell reply 0
Sep 26 15:51:37 xdev001 sshd[18383]: debug1: session_by_channel: session 0 channel 0
Sep 26 15:51:37 xdev001 sshd[18383]: debug1: session_input_channel_req: session 0 req shell
Sep 26 15:51:37 xdev001 sshd[18383]: debug1: Forced command '/usr/NX/bin/nxserver --login'
Sep 26 15:51:37 xdev001 sshd[18383]: debug1: Received SIGCHLD.
Sep 26 15:51:37 xdev001 sshd[18383]: debug1: session_by_pid: pid 18395
Sep 26 15:51:37 xdev001 sshd[18383]: debug1: session_exit_message: session 0 channel 0 pid 18395
.........


Code: Select all
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8c-r2.ebuild,v 1.2 2006/09/24 09:46:27 hansmi Exp $
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1"
HOMEPAGE="http://www.openssl.org/"
SRC_URI="mirror://openssl/source/${P}.tar.gz"
LICENSE="openssl"
SLOT="0"
KEYWORDS="-* alpha amd64 ~arm ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86"
.....
Depending on what fonts you have installed, this will vary. Instead of copying the above, I suggest just getting your current Xorg fontpath and use that:moe wrote:Code: Select all
AGENT_EXTRA_OPTIONS_X="-fp /usr/share/fonts/default/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi"
Code: Select all
grep FontPath /var/log/Xorg.0.log
Code: Select all
NX> 208 Using auth method: publickey
nxserver: symbol lookup error: /usr/lib/libssl.so.0.9.8: undefined symbol: EVP_idea_cbc
NX> 280 Ignoring EOF on the monitored channel
NX> 280 Ignoring CLOSE on the monitored channel
Killed by signal 15.
Code: Select all
# ./scripts/setup/nxserver --install debian
NX> 700 Installing: server at: ti loka 24 22:10:11 2006.
NX> 700 Autodetected system: debian.
NX> 700 Install log is: /usr/NX/var/log/install.
NX> 700 Creating configuration file: /usr/NX/etc/server.cfg.
./scripts/setup/nxserver: line 719: cd: /etc/rc3.d: No such file or directory
./scripts/setup/nxserver: line 721: cd: /etc/rc2.d: No such file or directory
./scripts/setup/nxserver: line 723: cd: /etc/rc5.d: No such file or directory
./scripts/setup/nxserver: line 725: cd: /etc/rc6.d: No such file or directory
./scripts/setup/nxserver: line 727: cd: /etc/rc0.d: No such file or directory
NX> 723 Cannot start NX statistics:
NX> 709 NX statistics are disabled for this server.
NX> 700 WARNING: Error when trying to connect to NX server, error is:
NX> 700 WARNING: NX> 203 NXSSH running with pid: 16207
NX> 200 Connected to address: 127.0.0.1 on port: 22
NX> 202 Authenticating user: nx
NX> 208 Using auth method: publickey
NX> 204 Authentication failed..
NX> 700 WARNING: nxsetup cannot validate the sanity of the current installation:
NX> 700 WARNING: the current system or NX configuration could be broken.
NX> 700 WARNING: If difficulties arise (for example sessions cannot be started),
NX> 700 WARNING: it is advisable that you try to uninstall the NX server and the
NX> 700 WARNING: NX client packages then install them again.
NX> 700 WARNING: Search also the NoMachine Knowledge Base at the URL below:
NX> 700 WARNING: http://www.nomachine.com/kb
NX> 700 WARNING: for common errors encountered when performing a software update
NX> 700 WARNING: and the related hints on how to solve them..
NX> 700 Installation of NX server was completed with warnings.
NX> 700 Please review the install log '/usr/NX/var/log/install'
NX> 700 for further details.
Code: Select all
NX> 208 Using auth method: publickey
NX> 204 Authentication failed..
Code: Select all
Oct 28 17:18:27 tranquillity sshd[20302]: Accepted publickey for nx from 192.168.0.100 port 56300 ssh2
Oct 28 17:18:27 tranquillity sshd(pam_unix)[20307]: session opened for user nx by (uid=0)
Oct 28 17:18:28 tranquillity sshd[20321]: Accepted keyboard-interactive/pam for tmp from 127.0.0.1 port 35025 ssh2
Oct 28 17:18:28 tranquillity sshd(pam_unix)[20327]: session opened for user tmp by (uid=0)
Oct 28 17:18:28 tranquillity sshd(pam_unix)[20327]: session closed for user tmp
Oct 28 17:18:28 tranquillity 2.1.0-9[20314]: User 'tmp' logged in from '192.168.0.100'. 'NXLogin::set'
Oct 28 17:18:31 tranquillity 2.1.0-9[20314]: Selected node host:localhost with port:22 'main::selectNode'
Oct 28 17:18:31 tranquillity 2.1.0-9[20314]: Current selected node: localhost is in status: running 'main::selectNode'
Oct 28 17:18:32 tranquillity 2.1.0-9[20314]: ERROR: nxssh process exited with '255' 'NXNodeExec::exec'
Oct 28 17:18:32 tranquillity sshd[20337]: Accepted keyboard-interactive/pam for tmp from 127.0.0.1 port 35027 ssh2
Oct 28 17:18:32 tranquillity sshd(pam_unix)[20343]: session opened for user tmp by (uid=0)
Oct 28 17:18:34 tranquillity 2.1.0-7[20344]: INFO: Proxy IP: $res_node_ip:192.168.0.100, $res_node_realip: 'main:nxnode:5406'
Oct 28 17:18:34 tranquillity 2.1.0-9[20314]: Session '0ACA6ED1485EF8C54668B6596BB9D30B' started by user 'tmp'. 'NXShell::handler_session_start'
Oct 28 17:18:34 tranquillity 2.1.0-9[20314]: ERROR: run command: no child process with pid 20330 Logger::log nxserver 3591
Oct 28 17:18:34 tranquillity 2.1.0-9[20314]: User 'tmp' from '192.168.0.100' logged out. 'NXLogin::reset'
Oct 28 17:18:35 tranquillity 2.1.0-7[20344]: INFO: Using port '1017' on node 'tranquillity' for session 'unix-kde'. 'main:nxnode:5472'
Oct 28 17:18:35 tranquillity 2.1.0-7[20344]: INFO: Using host from available host list: '192.168.0.100'. 'main:nxnode:5473'
Oct 28 17:18:36 tranquillity 2.1.0-7[20344]: ERROR: run command: process: 20365 finished with: 1 'main:nxnode:3592'
Oct 28 17:18:36 tranquillity sshd(pam_unix)[20307]: session closed for user nx
Oct 28 17:18:37 tranquillity 2.1.0-7[20375]: ERROR: Error when monitoring session: Session has finished but proxy connection was not closed. 'NXSessionMonitor:NXSessionMonitor.pm:1395'
Oct 28 17:18:37 tranquillity 2.1.0-7[20375]: INFO: Directory '/home/tmp/.nx/C-tranquillity-1017-0ACA6ED1485EF8C54668B6596BB9D30B' renamed into '/home/tmp/.nx/F-C-tranquillity-1017-0ACA6ED1485EF8C54668B6596BB9D30B' for further investigation 'main:nxnode:5637'
Oct 28 17:18:38 tranquillity 2.1.0-7[20344]: INFO: Session 'unix-kde' on port '1017' failed. 'main:nxnode:5680'
Oct 28 17:18:39 tranquillity sshd(pam_unix)[20343]: session closed for user tmp
Oct 28 17:18:44 tranquillity 2.1.0-9[20369]: ERROR: NXNodeExec: Cannot kill nxssh process: No such process 'NXNodeExec::exec'
Oct 28 17:18:44 tranquillity 2.1.0-9[20369]: User 'tmp' from '192.168.0.100' logged out. 'NXLogin::reset'Code: Select all
NXPROXY - Version 2.1.0
Copyright (C) 2001, 2006 NoMachine.
See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '20301'.
Session: Starting session at 'Sat Oct 28 17:18:35 2006'.
Info: Synchronizing local and remote caches.
Info: Handshaking with remote proxy completed.
Info: Using lan link parameters 1536/24/1/0.
Info: Using image streaming parameters 50/128/1024KB/6144/768.
Info: Using image cache parameters 1/1/32768KB.
Info: Using pack method '16m-rle-9' with session 'unix-kde'.
Info: Using product 'LAS/None/LASN/None'.
Info: Not using NX delta compression.
Info: Not using ZLIB data compression.
Info: Not using ZLIB stream compression.
Info: Not using persistent cache.
Info: Listening for font server connections on port '11017'.
Session: Session started at 'Sat Oct 28 17:18:35 2006'.
Info: Established X server connection.
Info: Using shared memory parameters 1/2048K.
Error: Connection with remote peer broken.
Error: Please check the state of your network and retry.
Session: Session terminated at 'Sat Oct 28 17:18:36 2006'.Code: Select all
# /usr/NX/bin/nxssh
/usr/NX/bin/nxssh: error while loading shared libraries: libXcomp.so.2: cannot open shared object file: No such file or directoryCode: Select all
mainframe usr# emerge -avt =net-misc/nxclient-2.1.0 =net-misc/nxserver-freeedition-2.1.0 =net-misc/nxnode-2.1.0
Code: Select all
mainframe usr# ln -s /usr/share/fonts /usr/X11R6/lib/X11/fonts
Code: Select all
start() {
is_enabled || return 1
ebegin "Starting nxsensor"
$NX_SENSOR_CMD -a $NX_SENSOR_HOST -a ":ffff:$NX_SENSOR_HOST" -P $NX_SENSOR_PORT -d