olivierb2 / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

ubuntu 10.04, could not start server #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install gitso_0.6_all.deb
2. click give support then start
3.

What is the expected output? What do you see instead?
On clicking start, I get a momentary message of "starting server" followed by 
"could not start server"

What version of the product are you using? On what operating system?
ubuntu 10.04, gitso 0.6

Please provide any additional information below.
The terminal output is ..

dave@main-system:~$ gitso
vncviewer -listen: Listening on port 5501
vncviewer -listen: Command line errors are not reported until a connection 
comes in.
GitsoThread.run(pid: 16533) running...
Processes.KillPID(16533)
x11vnc: no process found

Original issue reported on code.google.com by dave6...@gmail.com on 29 Aug 2010 at 7:28

GoogleCodeExporter commented 8 years ago
Possibly it's not waiting long enough before it thinks it can't connect. Will 
look into it. Thanks for the ticket!

Original comment by gerbe...@gmail.com on 20 Oct 2010 at 4:12

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Currently happening this to me, on Ubuntu/Xubuntu 12.04. Exactly same output. 
Tried re-installing gitso: no luck.

Original comment by mani...@gmail.com on 5 Aug 2012 at 8:36

GoogleCodeExporter commented 8 years ago
Try with http://gitso.googlecode.com/files/gitso_0.5_all.deb

Original comment by lmoral02 on 24 Nov 2012 at 12:27

GoogleCodeExporter commented 8 years ago
Please check, whether you have vncviewer and x11vnc installed by typing into 
console:

  which x11vnc; which vncviewer

Output should be:
  /usr/bin/x11vnc
  /usr/bin/vncviewer

Otherwise please install the packages x11vnc and xtightvncviewer:
  sudo apt-get install x11vnc xtightvncviewer

Original comment by herr.bi...@gmail.com on 25 Nov 2012 at 9:33

GoogleCodeExporter commented 8 years ago
I'm currently having this issue with gitso 0.6.2 on Debian Wheezy (testing)

Gitso worked flawlessly a week ago. Today, I wanted to give support to a 
friend, and I got the "Could not start server" message.
I tried running gitso from terminal, so to get some clues on the output and I 
got this:
-------
vncviewer -listen: Listening on port 5501
vncviewer -listen: Command line errors are not reported until a connection 
comes in.
GitsoThread.run(pid: 24351) running...
Processes.KillPID(24351)
x11vnc: no process found
--------

I confirm you that x11vnc (and any other gitso dependencies) is currently 
installed.

Any ideas what could be going on? Maybe a way to pass the path to X11vnc on 
runtime?

Original comment by julian.l...@gmail.com on 28 Dec 2012 at 8:30