VMware
1 2 Previous Next 16 Replies Last post: Mar 25, 2009 8:45 AM by barnaclewes  

vmTrac posted: Jun 5, 2006 12:32 AM

Click to view VMTN Admin's profile Expert 1,468 posts since
May 10, 2006
http://www.vmware.com/vmtn/appliances/directory/308

A Trac & subversion based source control appliance.

Re: vmTrac

1. Jun 6, 2006 9:22 AM in response to: VMTN Admin
Click to view citizenDAK's profile Novice 28 posts since
Dec 8, 2004
How do the Helix and vmTrac appliances compare? (Or any other SVN server appliances?):

Helix Agile Development
http://www.vmware.com/vmtn/appliances/directory/328

vmTrac
http://www.vmware.com/vmtn/appliances/directory/308

=================================
Message was edited by citizenDAK:
cross-posted to
http://www.vmware.com/community/thread.jspa?messageID=412791&#412791

Re: vmTrac

2. Jun 7, 2006 6:13 AM in response to: citizenDAK
Click to view TalusMaximus's profile Lurker 5 posts since
May 24, 2006
Hi there .. I'm the guy who put vmTrac together.

I guess the main differences at a glance would be the use of freebsd as the OS. Lighttpd as the webserver and the little custom scripting.

I'll download Helix and see how it compares.

Regards,
TalusMaximus

Re: vmTrac

3. Jun 7, 2006 9:23 AM in response to: TalusMaximus
Click to view citizenDAK's profile Novice 28 posts since
Dec 8, 2004
I just noticed the Helix page says "VMware Tools installed: No" while vmTrac's says Yes. I presume that will make a performance difference.

Here's another question about vmTrac: Any suggestions for "getting started" reference info, for someone who's never used FreeBSD (or more specificaly vmTrac)? I'm just looking for a starting point recommendation, since there's an overwhelming amount of documentation on the 'net.

best regards!

Re: vmTrac

4. Jun 8, 2006 11:29 AM in response to: citizenDAK
Click to view TalusMaximus's profile Lurker 5 posts since
May 24, 2006
Regarding the vm tools installation, I installed the package as it was recommended to do so in the guidelines.

For reading material, my points of reference are:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
http://www.freebsddiary.org/ (which is normally up but seems dead at the moment)
http://www.freebsdforums.org/ (great community)

Bsd has closer roots to UNIX, but in reality is quite similar to Linux (from the POV of the shells that are used and the tools and packages that are available).

One strength is the packages and ports collections and the ease in which one can update a port and any dependencies are also updated auto-magically.

HTH
TalusMaximus

Re: vmTrac

5. Jun 8, 2006 5:07 PM in response to: TalusMaximus
Click to view YellowDog's profile Novice 4 posts since
Mar 7, 2006
There are 4 or 5 Trac implementation in here. I will promote mine.
My version is not a straight install; I tried to make it a complete install. It has VM Tools installed, has the latest Stable version of Trac 9.5 and SVN (latest at time of submission) 1.3.1. The whole environment has been setup to maintain multiple projects and uses Apache’s mod_python for performance. I have created a number of scripts to quickly manage Trac (see below), as well as install the Trac web based administrator. I didn't try to make it small, I tried to include those items that I would want installed. I choose Debain because it easy to mange, administer and upgrade.
So please check it http://www.vmware.com/vmtn/appliances/directory/377

settrac = set default trac project
trac_add = create a new project
trac_del = remove a project
aprs = restart apache
ahup = unhung apache
alog = tail of apache log
tlog = tail of trac log
tsql = connect to trac sql
rpyc = Remove compiled python files
tadm = trac admin
tini = Edit trac.ini
gtini = edit global trac.ini
find_setup = Find the nearest enclosing plugin directory
insp = Install a new version of a plugin
devp = Setup a plugin using setup.py develop
cleanup = Clean a plugin build directory

Re: vmTrac

6. Jun 9, 2006 4:35 AM in response to: VMTN Admin
Click to view tkarakai's profile Lurker 4 posts since
Dec 28, 2004
Why isn't the VM included in the "Content Mngmt & Collab" Solution Area category of the VMWare Appliences list? It would be easier to find...

Re: vmTrac

7. Jun 9, 2006 5:12 AM in response to: tkarakai
Click to view jdz's profile Lurker 2 posts since
Apr 7, 2006
I've been trying to grab vmTrac (and also TracVM, & VASTBox) to do a comparison, but none of those torrents have any seeds and have been sitting at 0% for almost 3 days. The only one I could grab in this category was Helix, and that took almost a full day (for an 82MB file!). Is there another way to grab these??

Re: vmTrac

8. Jun 9, 2006 3:40 PM in response to: jdz
Click to view TalusMaximus's profile Lurker 5 posts since
May 24, 2006
my appologies jdz .. I'm now seeding

you can also download vmTrac from it's homepage (please use this sparingly!):
http://www.garghouti.co.uk/vmTrac/

Re: vmTrac

9. Jul 18, 2006 5:53 AM in response to: TalusMaximus
Click to view citizenDAK's profile Novice 28 posts since
Dec 8, 2004
How-to's (or custom scripts / webmin shortcuts?) wanted:
* Archive my trac WIKI

Separately,
I'll download Helix and see how it compares.
Any conclusions you care to share, comparing the various Trac VM's that are on VMTN?

Take care,
citizenDAK

Message was edited by:
citizenDAK
* HowTo update the VM's software, including OS patches, SVN & Trac, & VMware Tools (ie, to new VMware Server 1.0.0's). (Sort of like Windows Update's functionality. Is there a simple webmin button for these too?)

Re: vmTrac

10. Jul 25, 2006 12:58 PM in response to: VMTN Admin
Click to view Kinergy's profile Lurker 1 posts since
Jul 25, 2006
Please excuse my ignorance in getting the vmTrac appliance working: after downloading and booting up, when I go to http://vmtrac/trac/login and click on Login, I get this error:

Python traceback

Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
dispatch_request(req.path_info, req, env)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/auth.py", line 82, in process_request
self._do_login(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/auth.py", line 103, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.

Is there an installation step that I have missed?

Re: vmTrac

11. Jul 26, 2006 4:21 AM in response to: Kinergy
Click to view TalusMaximus's profile Lurker 5 posts since
May 24, 2006
I'm also getting that error.

I hope to get it fixed in the next version of vmTrac, sorry I cant be of more help.

Regards,
TalusMaximus

Re: vmTrac

12. Jul 26, 2006 7:19 AM in response to: Kinergy
Click to view rubbolt's profile Novice 8 posts since
Jul 20, 2006
There are also three more appliances which do the same thing. If you have the time, you may want to try those too.

Re: vmTrac

13. Oct 25, 2006 8:15 PM in response to: rubbolt
Click to view tfunk's profile Novice 13 posts since
Apr 26, 2006
I have yet to find one that actually works...

Has anyone actually made these things work? They all seem to have an issue that keeps them from running :(

Any pointers to a working Trac appliance?

thanks!

Re: vmTrac

14. Jan 23, 2007 12:07 PM in response to: tfunk
Click to view kattrap's profile Novice 13 posts since
Dec 24, 2004
Look here on trac's website for the fix to the "AssertionError: Authentication information not available" error:
http://trac.edgewall.org/wiki/TracFastCgi

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities