[FreeNX-kNX] nxviewer vs vncviewer
Mike Morris
mcmorris95125 at yahoo.com
Mon Apr 15 00:56:20 UTC 2013
yup - nxloadconfig sets default values
>which are then changed from
> /etc/nxserver/node.conf
>and
> /etc/nxserver/node.conf.d/*
> /etc/nxserver/$USER.node.conf
>Thanks for the details...
> No. Did it work ??
>> Sadly, no, setting ENABLE_EXTERNAL_NXVIEWER="1"
did not work.
>
>What did actually happen ?? What shows up in the log
. . .
>No change whatsoever... still see a "can't find nxviewer' type error as single line the session log:
mikem at destiny:~/.nx$ cat F-C-destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858/session
/usr/lib/nx/nxnode: line 818: /usr/lib/nx/nxviewer: No such file or directory
mikem at destiny:~/.nx$
I'll paste contents of nxnode-DB3F6B6FBACA029D997234A9AFCF1858.log below as well.
Well, you will get to there if you don't set
>
> ENABLE_EXTERNAL_NXVIEWER="1"
>
>which causes nxserver to change from vnc to vnc-helper
. . .
>[ Actually nxviewer_helper, right? ]
yes, and I've definitely changed it... but I haven't looked @ nxviewer_helper at all (which does exist)
if [ "$ENABLE_EXTERNAL_NXVIEWER" = "1"
-a "$(getparam type)" = "vnc" ]
>
then
>
type="vnc-helper"
>
application="$PATH_BIN/nxviewer_helper"
>
PARAMS="$PARAMS&type=$type&application=$application&freenx_export_agents=1"
>
CMDLINE=$PARAMS
>
fi
> fi
>
>so you should see that in your logging . . . . .
>Am I looking at (and showing you) the right log files?
Also, check you have an executable
>
> /wherever/ubuntu/put-it/nxviewer_helper
>Yes, /usr/lib/nx/nxviewer_helper exists, is executable, proper rights, etc...
Here is the other log file I presume is usefl:
mikem at destiny:~/.nx$ cat nxnode-DB3F6B6FBACA029D997234A9AFCF1858.log
14.04 05:38:43 PM: startsession (25965): starting with args ""
14.04 05:38:45 PM: startsession (25965): generate "/home/mikem/.nx/C-destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858/options"
14.04 05:38:45 PM: startsession (25965): write xauth script file
14.04 05:38:45 PM: startsession (25965): call 'node_start_agent'
14.04 05:38:45 PM: node_start_agent (25965): Wait for NODE_AGENT_PID (26256)
14.04 05:38:45 PM: node_start_agent (25965): cleanup session information 'destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858'
14.04 05:38:45 PM: node_start_applications (25965): DISPLAY is 2000
14.04 05:38:45 PM: node_start_agent (25965): remove agent pidfile -- '/home/mikem/.nx/C-destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858/pids/agent'
14.04 05:38:45 PM: node_start_monitor (25965): call 'node_start_monitor_2_0_0 ""'
14.04 05:38:45 PM: node_start_monitor_2_0_0 (25965): starting
14.04 05:38:45 PM: node_start_agent (25965): starting
14.04 05:38:45 PM: node_terminate_session (25965): Start terminating session "destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858" with status "failed"
14.04 05:38:45 PM: node_stop_services (25965): starting
14.04 05:38:45 PM: node_start_agent (25965): source profile
14.04 05:38:45 PM: node_start_applications (25965): source profile
14.04 05:38:45 PM: startsession (25965): call 'node_start_applications'
14.04 05:38:45 PM: node_start_monitor (25965): staring
14.04 05:38:45 PM: node_start_agent (25965): source bash profile
14.04 05:38:45 PM: node_terminate_session (25965): call node_stop_services
14.04 05:38:45 PM: node_stop_services (25965): end
14.04 05:38:45 PM: node_terminate_session (25965): starting
14.04 05:38:45 PM: node_start_agent (25965): Type "vnc"
14.04 05:38:45 PM: node_start_applications (25965): source bash profile
14.04 05:38:45 PM: node_start_agent (25965): NODE_AGENT_EXIT_STATUS = "127"
14.04 05:38:45 PM: node_start_applications (25965): starting
14.04 05:38:45 PM: node_umount_smb (25965): File scripts/mpoint not present. Abort umounting...
14.04 05:38:45 PM: node_start_agent (25965): close session
14.04 05:38:45 PM: node_start_agent (25965): NODE_FAILED = "failed"
14.04 05:38:45 PM: node_umount_smb (25965): starting with ENABLE_SHARE_MULTIMOUNT == 0
14.04 05:38:45 PM: node_terminate_session (25965): Remove display information
14.04 05:38:45 PM: node_stop_services (25965): call node_umount_smb
14.04 05:38:45 PM: node_stop_services (25965): call node_cupsd_stop
14.04 05:38:45 PM: node_start_agent (25965): call 'node_terminate_session "destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858" "fail ed"'
14.04 05:38:45 PM: node_terminate_session (25965): end
14.04 05:38:45 PM: node_start_agent (25965):remove /tmp/.X2000-lock
14.04 05:38:45 PM: node_terminate_session (25965): Preserve or remove session information
14.04 05:38:45 PM: node_start_agent (25965): remove /tmp/.X11-unix/X2000
14.04 05:38:45 PM: node_terminate_session (25965): Remove magic cookie information
14.04 05:38:45 PM: node_terminate_session (25965): Session failed. Rename session directory from "/home/mikem/.nx/C-destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858/" to "/home/mikem/.nx/F-C-destiny-2000-DB3F6B6FBACA029D997234A9AFCF1858"
14.04 05:38:45 PM: node_start_monitor_2_0_0 (25965): call node_stop_services
14.04 05:38:45 PM: node_stop_services (25965): starting
14.04 05:38:45 PM: node_stop_services (25965): call node_umount_smb
14.04 05:38:46 PM: node_stop_services (25965): end
14.04 05:38:46 PM: node_stop_services (25965): call node_cupsd_stop
14.04 05:38:46 PM: node_umount_smb (25965): File scripts/mpoint not present. Abort umounting...
14.04 05:38:46 PM: node_umount_smb (25965): starting with ENABLE_SHARE_MULTIMOUNT == 0
14.04 05:38:46 PM: node_start_monitor_2_0_0 (25965): end
14.04 05:39:44 PM: startsession (25965): end
mikem at destiny:~/.nx$
Thanks for all your time!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/freenx-knx/attachments/20130414/c35ee7ac/attachment.html>
More information about the FreeNX-kNX
mailing list