Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#104 fixed Create a windows server Antoine Martin Antoine Martin
Description

Not much to share from a windows box, but at least we can try:

  • control the VNC server process
  • punch through the firewall as needed?
  • a local ssh server for tunnelling? (openssh cygwin build?)
  • xterm?

etc..

Then we can tackle #105 (RDP)

#30 fixed Deal with xpra server blocking on dead sockets Antoine Martin Antoine Martin
Description

Detect when an xpra server has crashed hard and is blocking on a socket. At the moment we call

dotxpra.sockets()

which may block forever...

  • Add a timeout in there so that we detect the failure.
  • We may want to kill those servers or/and remove the broken socket.
#231 invalid Debian: xpra v0.8.1 attempts to start Xvfb despite not depending on it Optionator
Description

I am using your deb repository on a Debian 6.0.6 system and just upgraded xpra to v0.8.1. Xvfb got removed, because it was not depended on anymore. xserver-xorg-input-void and xserver-xorg-video-dummy were installed to fulfill dependencies.

Attempting to start xpra:

$ xpra start :999
cannot load vpx codec: /usr/lib/python2.6/dist-packages/xpra/vpx/codec.so: undefined symbol: vpx_codec_enc_config_default
No handlers could be found for logger "xpra.sound.gstreamer_util"
Entering daemon mode; any further errors will be reported to:
  /home/user/.xpra/Squeezy-999.log
$ cat ~/.xpra/Squeezy-999.log
Error starting Xvfb: [Errno 2] No such file or directory
2013-02-05 14:00:13,957 removing socket /home/user/.xpra/Squeezy-999

I installed xvfb manually and now xpra works like it did before, but since the depencies changed, I believe, that´s not the intended behaviour.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.