Mailinglist Archive: opensuse-bugs (5372 mails)

< Previous Next >
[Bug 280403] New: Resume session times out
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 3 Jun 2007 22:55:02 -0600 (MDT)
  • Message-id: <bug-280403-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=280403

           Summary: Resume session times out
           Product: openSUSE 10.2
           Version: Final
          Platform: i686
        OS/Version: openSUSE 10.2
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Other
        AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
        ReportedBy: mvdv@xxxxxxxxxxx
         QAContact: qa@xxxxxxx


Hi,
I am experiencing exactly the problem described is this FreeNX thread:

http://mail.kde.org/pipermail/freenx-knx/2007-April/005080.html

However, it seems the solutions proposed at the link above do not work on suse.
Specifically adding the line 

 pstree -p nx| perl -e '@lines=<STDIN>; foreach $line  (@lines){if >
($line=~/^sshd\((\d+)\)$/) { kill 9, $1;}}'

to the start of the nxserver script results in the error:

 syntax error at -e line 1, near "if >"

The alternative suggestion to edit nxserver as below, does not seem to work

 -exec $COMMAND_NETCAT [...]
 +$COMMAND_NETCAT [...]
 +kill $PPID # Lets kill our parent sshd process
 +           # or kill -9

I've opened and nx session on the local host, then killed the sshd process, and
been able to resume the session - so this is the issue, however I'm at a loss
about how to adjust the suggested patch the nxserver script so that it does
what is intended....?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >