|
Bugzilla – Full Text Bug Listing |
| Summary: | Yast execute X while connected remotely with ssh | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Forgotten User nqeDWc8OMK <forgotten_nqeDWc8OMK> |
| Component: | YaST2 | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED WONTFIX | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Yast logs
SaX log |
||
|
Description
Forgotten User nqeDWc8OMK
2007-02-20 15:57:56 UTC
Please attach y2logs. If you are in doubt follow: http://en.opensuse.org/Bugs/YaST Thanks! Created attachment 120173 [details]
Yast logs
I think this is the correct one because the time.
I connected with FreeNX and the same thing happended, after selecting Graphics Cards configuration on Yast the sax graphics test was executed on the host. could you reproduce this by simply calling sax2 from your desktop session ? Created attachment 121041 [details]
SaX log
Did you mean remotely ? If so, yes I could.
I ran sax2 through freenx
SaX: Checking update status for radeon driver
SaX: initialization already done
SaX: call [ sax2 -r ] if your system has changed !
SaX: startup
Thats all. I went to check the computer and I found sax running.
sax2 checks for X11 forwarded ports if the machine you run sax2 on doesn't provide a X-Server instance. The problem is in case of NX there is a X-Server, a special nxproxy/nxagent server. The call of XOpenDisplay() fails on that server of course and so sax assumes there is a server but I can't access it... so it starts its own server I'm sorry but remote X11 configuration via NX protocol doesn't make much sense to me :-) If you establish a ssh forwarded X11 port you can do that anyway: ssh -X host sax2 SaX: root Password: SaX: Checking update status for mga driver SaX: initialization already done SaX: call [ sax2 -r ] if your system has changed ! SaX: startup SaX: X-Server: localhost:10.0 -> grant SaX: importing current configuration... I understand. But I'm not interested on running sax. I think it's a bug, because, when a ran sax with ssh the remote session was freeze and I had to close sax by going to the machine. If it doesn't have an X-server instance, maybe it should show a warning or something. |