[FreeNX-kNX] {Disarmed} install freenx on fedora core 6
sohbay at gmail.com
sohbay at gmail.com
Tue May 29 14:16:53 UTC 2007
Thanks for the info! Its looks like we are getting closer to connect.
below is the output from the log /var/log/nxserver.log
Any idea?
Thanks for your time!
Tom
-- NX SERVER START: - ORIG_COMMAND=
HELLO NXSERVER - Version 1.5.0-60 OS (GPL)
NX> 105 hello NXCLIENT - Version 1.5.0
NX> 134 Accepted protocol: 1.5.0
NX> 105 SET SHELL_MODE SHELL
NX> 105 SET AUTH_MODE PASSWORD
NX> 105 login
NX> 101 User: root
NX> 102 Password:
Info: Auth method: passdb ssh
NX> 103 Welcome to: server user: root
NX> 105
listsession --user="root" --status="suspended,running" --geometry="1024x768x32+render"
--type="unix-kde"
NX> 127 Sessions list of user 'root' for reconnect:
Display Type Session ID Options Depth
Screen Status Session Name
------- ---------------- -------------------------------- -------- ----- --------------
----------- ------------------------------
NX> 148 Server capacity: not reached for user: root
NX> 105
startsession --link="adsl" --backingstore="1" --nodelay="1" --cache="8M" --images="32M"
--media="0" --imagecompressionmethod="-1" --imagecompressionlevel="-1" --render="1"
--session="85" --type="unix-kde" --geometry="1024x768" --kbtype="pc102/es"
--screeninfo="1024x768x32+render"
&link=adsl&backingstore=1&nodelay=1&cache=8M&images=32M&media=0&imagecompressionmethod=-1&imagecompressionlevel=-1&render=1&session=85&type=unix-kde&geometry=1024x768&kbtype=pc102/es&screeninfo=1024x768x32+render&clientproto=1.5.0&user=root&userip=81.32.197.95&uniqueid=D67038401ABBA1E41DC1CD9025AE910B&display=1000&host=127.0.0.1
root at 127.0.0.1's password:
strings: '/usr/libexec/nx/nxagent': No such file
NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL)
NX> 700 Session id: server40085-1000-D67038401ABBA1E41DC1CD9025AE910B
NX> 705 Session display: 1000
NX> 703 Session type: unix-kde
NX> 701 Proxy cookie: 832da33d86887b484f6fa531a854a086
NX> 702 Proxy IP:
NX> 706 Agent cookie: 832da33d86887b484f6fa531a854a086
NX> 704 Session cache: unix-kde
NX> 707 SSL tunneling: 0
NX> 1004 Error: NX Agent exited with exit status 1.
NX> 1006 Session status: closed
NX> 105 NX> 596 Session startup failed.
NX> 1001 Bye.
-- NX SERVER START: - ORIG_COMMAND=
HELLO NXSERVER - Version 1.5.0-60 OS (GPL)
NX> 105 hello NXCLIENT - Version 1.5.0
NX> 134 Accepted protocol: 1.5.0
NX> 105 SET SHELL_MODE SHELL
NX> 105 SET AUTH_MODE PASSWORD
NX> 105 login
NX> 101 User: root
NX> 102 Password:
Info: Auth method: passdb ssh
NX> 103 Welcome to: server user: root
NX> 105
listsession --user="root" --status="suspended,running" --geometry="1024x768x32+render"
--type="unix-kde"
NX> 127 Sessions list of user 'root' for reconnect:
Display Type Session ID Options Depth
Screen Status Session Name
------- ---------------- -------------------------------- -------- ----- --------------
----------- ------------------------------
NX> 148 Server capacity: not reached for user: root
NX> 105
startsession --link="adsl" --backingstore="1" --nodelay="1" --cache="8M" --images="32M"
--media="0" --imagecompressionmethod="-1" --imagecompressionlevel="-1" --render="1"
--session="85" --type="unix-kde" --geometry="1024x768" --kbtype="pc102/es"
--screeninfo="1024x768x32+render"
&link=adsl&backingstore=1&nodelay=1&cache=8M&images=32M&media=0&imagecompressionmethod=-1&imagecompressionlevel=-1&render=1&session=85&type=unix-kde&geometry=1024x768&kbtype=pc102/es&screeninfo=1024x768x32+render&clientproto=1.5.0&user=root&userip=81.32.197.95&uniqueid=EF41F175A854A982172D45E0BB974B9A&display=1000&host=127.0.0.1
root at 127.0.0.1's password:
NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL)
NX> 1004 Error: NX Agent exited with exit status 1.
NX> 105 NX> 596 Session startup failed.
NX> 1006 Session status: closed
NX> 700 Session id: server-1000-EF41F175A854A982172D45E0BB974B9A
NX> 705 Session display: 1000
NX> 703 Session type: unix-kde
NX> 701 Proxy cookie: 23496c32155291ce57e02264336b12f3
NX> 702 Proxy IP: 81..6.0.0
NX> 706 Agent cookie: 23496c32155291ce57e02264336b12f3
NX> 704 Session cache: unix-kde
NX> 707 SSL tunneling: 0
NX> 1001 Bye.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
----- Original Message -----
From: "Alastair Johnson" <alastair at solutiontrax.com>
To: <freenx-knx at kde.org>
Sent: Tuesday, May 29, 2007 1:49 PM
Subject: Re: [FreeNX-kNX] {Disarmed} install freenx on fedora core 6
> Time to turn on logging. If you don't already have /etc/nxserver/node.conf
> then use a copy of /etc/nxserver/node.conf.sample which has most of the
> available options explained and commented. You need to set:
> NX_LOG_LEVEL=6
> SESSION_LOG_CLEAN=0
> The server will now log to /var/log/nxserver.log and the user session logs
> in
> ~/.nx won't be cleared at the end of the session. The session directory
> will
> have a name of the form:
> C-<machine_name>-<display_no>-<session_id>
> in there will be several log files. Look at session and errors. Between
> the
> server log and the session logs most things can be diagnosed.
>
> On Tuesday 29 May 2007 09:43, sohbay at gmail.com wrote:
>> Thanks for the info! I enabled the repository and it installed but now it
>> looks like something is missing.?
>> NX> 203 NXSSH running with pid: 3628
>>
>> 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: 23.0.0.0 on port: 22
>>
>> NX> 202 Authenticating user: nx
>>
>> NX> 208 Using auth method: publickey
>>
>> strings: '/usr/libexec/nx/nxagent': No such file
>>
>> HELLO NXSERVER - Version 1.5.0-60 OS (GPL)
>>
>> NX> 105 hello NXCLIENT - Version 1.5.0
>>
>> NX> 134 Accepted protocol: 1.5.0
>>
>> NX> 105 SET SHELL_MODE SHELL
>>
>> NX> 105 SET AUTH_MODE PASSWORD
>>
>> NX> 105 login
>>
>> NX> 101 User: root
>>
>> NX> 102 Password:
>>
>> strings: '/usr/libexec/nx/nxagent': No such file
>>
>> NX> 103 Welcome to: server user: root
>>
>> NX> 105
>> listsession --user="root" --status="suspended,running"
>> --geometry="1024x768x32+render" --type="unix-kde"
>>
>> NX> 127 Sessions list of user 'root' for reconnect:
>>
>> Display Type Session ID Options Depth Screen Status Session Name
>>
>> ------- ---------------- -------------------------------- -------- -----
>> -------------- ----------- ------------------------------
>>
>> NX> 148 Server capacity: not reached for user: root
>>
>> NX> 105
>> startsession --link="adsl" --backingstore="1" --nodelay="1" --cache="8M"
>> --images="32M" --media="0" --imagecompressionmethod="-1"
>> --imagecompressionlevel="-1" --render="1" --session="85" --type="unix-kde"
>> --geometry="1024x768" --kbtype="pc102/es" --screeninfo="1024x768x32+render"
>>
>> NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL)
>>
>> NX> 700 Session id: server-1000-65F47754C9E1DB8ECEF83DBAC8
>>
>> NX> 705 Session display: 1000
>>
>> NX> 703 Session type: unix-kde
>>
>> NX> 701 Proxy cookie: 40cc209ae5f76ff5a5f2928a5e1a6
>>
>> NX> 702 Proxy IP: >>
>> NX> 706 Agent cookie: 40cc209a5f76bf50a5f92e8a5e1a6
>>
>> NX> 704 Session cache: unix-kde
>>
>> NX> 707 SSL tunneling: 0
>>
>> NX> 105 NX> 596 Session startup failed.
>>
>> NX> 1004 Error: NX Agent exited with exit status 1.
>>
>> NX> 1006 Session status: closed
>>
>> NX> 1001 Bye.
>>
>> /usr/libexec/nx/nxserver: line 1190: 7309 Terminated sleep
>> $AGENT_STARTUP_TIMEOUT
>>
>> Can't open
>> /var/lib/nxserver/db/running/sessionId{653FB47548C99EDB8E4C5EF8DBAC8}: No
>> such file or directory.
>>
>> mv: cannot stat
>> `/var/lib/nxserver/db/running/sessionId{653FB77548C99E1DB84C5EF83DAC8}':
>> No
>> such file or directory
>>
>> Killed by signal 15.
>>
>>
>>
>> ----- Original Message -----
>> From: "Alastair Johnson" <alastair at solutiontrax.com>
>> To: <freenx-knx at kde.org>
>> Sent: Tuesday, May 29, 2007 10:12 AM
>> Subject: Re: [FreeNX-kNX] {Disarmed} install freenx on fedora core 6
>>
>> > you need the extras repository enabled. you can do this from the yum
>> > command
>> > line as a one-off, or you can enable it permanently in
>> > /etc/yum.repos.d/
>> >
>> > On Tuesday 29 May 2007 01:42, sohbay at gmail.com wrote:
>> >> problem installing freenx f6
>> >>
>> >> ------------------------------------------------------------------------
>> >>--- ----- Hello,
>> >>
>> >> I am trying to install freenx on fedora core 6
>> >>
>> >> yum install freenx
>> >> nothing to do!
>> >>
>> >> Any ideas what im doing wrong?
>> >>
>> >> I have updated yum.
>> >>
>> >> Thanks
>> >> Tom
>> >>
>> >> [root at server ~]# yum install freenx
>> >> Loading "installonlyn" plugin
>> >> Setting up Install Process
>> >> Setting up repositories
>> >> Reading repository metadata in from local files
>> >> Parsing package install arguments
>> >> Nothing to do
>> >> [root at server ~]#
>> >
>> > ________________________________________________________________
>> > Were you helped on this list with your FreeNX problem?
>> > Then please write up the solution in the FreeNX Wiki/FAQ:
>> > http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
>> > Don't forget to check the NX Knowledge Base:
>> > http://www.nomachine.com/kb/
>> >
>> > ________________________________________________________________
>> > FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>> > https://mail.kde.org/mailman/listinfo/freenx-knx
>> > ________________________________________________________________
>>
>> ________________________________________________________________
>> Were you helped on this list with your FreeNX problem?
>> Then please write up the solution in the FreeNX Wiki/FAQ:
>> http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
>> Don't forget to check the NX Knowledge Base:
>> http://www.nomachine.com/kb/
>>
>> ________________________________________________________________
>> FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>> https://mail.kde.org/mailman/listinfo/freenx-knx
>> ________________________________________________________________
>
> ________________________________________________________________
> Were you helped on this list with your FreeNX problem?
> Then please write up the solution in the FreeNX Wiki/FAQ:
> http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
> Don't forget to check the NX Knowledge Base:
> http://www.nomachine.com/kb/
>
> ________________________________________________________________
> FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
> https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
More information about the FreeNX-kNX
mailing list