Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 245979

Summary: net-misc/gitso-0.5 (new ebuild)
Product: Gentoo Linux Reporter: Stian Viskjer <stian>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: bjoern
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://code.google.com/p/gitso/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gitso-0.5.ebuild
updated version of gitso 0.6 ebuild

Description Stian Viskjer 2008-11-07 16:45:22 UTC
A bit of a mess, but it works.

"Gitso is a frontend to reverse VNC connections. It is meant to be a simple two-step process that connects one person to another's screen. First, the support person offers to give support. Second, the person who needs help connects and has their screen remotely visible. Because Gitso is cross-platform (Ubuntu, OS X and Windows) and uses a reverse VNC connection, it greatly simplifies the process of getting support."
Comment 1 Stian Viskjer 2008-11-07 16:46:29 UTC
Created attachment 171006 [details]
gitso-0.5.ebuild
Comment 2 Ragas 2010-07-16 12:12:48 UTC
I'm interested in this too is there anyone still active on this?
Comment 3 Ragas 2010-07-27 15:23:22 UTC
I've updated the ebuild to version 0.6.

But I've got one problem remaining. Gitso needs to be able to execute ip (or netstat on other POSIX systems).
So right now it is only possible to be run as root or you need to do:
"ln -s /sbin/ip /usr/bin/ip" to execute gitso as normal user.

I would like to fix this one but I actually have no idea in which way to solve this.

I'll add my new ebuild.
Comment 4 Ragas 2010-07-27 15:24:31 UTC
Created attachment 240335 [details]
updated version of gitso 0.6 ebuild