Changes between Initial Version and Version 1 of Ticket #197, comment 3
- Timestamp:
- 04/23/12 08:04:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #197, comment 3
initial v1 2 2 (You're not seeing anything because you have not started any applications on {{{DISPLAY=:61}}} and you are not attached to this xpra session anyway - it's only started and ready) 3 3 4 So the next thing is that we call {{{ KILL-0 $PID}}} to check that the process really is started (this just polls it, this is where we get the "{{{Kein passender Prozess gefunden}}}"). Can you try that too? (from another terminal since the one you will be launching xpra from will be blocked - you can find the pid with a simple "{{{ps -ef | grep xpra}}}")4 So the next thing is that we call {{{kill -0 $PID}}} to check that the process really is started (this just polls it, this is where we get the "{{{Kein passender Prozess gefunden}}}"). Can you try that too? (from another terminal since the one you will be launching xpra from will be blocked - you can find the pid with a simple "{{{ps -ef | grep xpra}}}") 5 5 6 6 Are there any special security restrictions on this box which would cause the kill to fail? SELinux or apparmor or something?