Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
52 views

Virtual machine? Ideal environment?

I have to deploy an app and the target box I am installing on is a Suse Enterprise box. I develop on RedHat and Ubuntu with absolutely no problem, but deploying to Suse has been fraught with problems. ...
1
vote
3answers
86 views

CentOS Template for Server Builds

I am working on building a new virtual machine with CentOS installed on it. It takes a lot of time to setup and build servers to include all of the hardening steps, service changes, custom monitoring ...
1
vote
0answers
170 views

(Linux) Python is stopped - preventing me to start a Service

I'm currently running CentOS 5.5 on my machine, and I'm trying to setup a Build Server using Django, MySQL and Apache. I have basically no experience with any of those, and I've been researching on ...
1
vote
2answers
172 views

Too much memory consumed during TFS automated build

We're running TFS 2010 Standard Edition, and we've set up an automated build to run whenever someone checks in code. We run through all of the automated tests (built with MSTest) as part of the build. ...
1
vote
3answers
216 views

XenServer on i7 Processors?

Was wondering if anyone is using an i7 XenServer. Didn't see anything in the HCL on the XenServer site. If you are using it how is the performance and should I build one on i7 or a older Xeon ...
0
votes
2answers
75 views

Hardware Specs for Apache/SVN Server With High Transaction Level

I have to ask my company to assemble an svn server with apache. The transaction level is quite high. In fact today I was having problems with it with the current server, and I don't know if the issue ...
1
vote
2answers
192 views

Build server: Recycle IIS application pool on remote server without a VPN connection

I have a build server (Windows Server 2008) set up to pull down code from our SVN repository and build the web applications we develop. My current process involves using WinSCP to perform a remote ...
1
vote
1answer
143 views

Recommended Development / Build Server RAID Configuration

I've done a lot of research on RAID configurations; Wikipedia, questions here on serverfault, articles, on random websites: RAID5 vs RAID10; Build Server Capacity Planning. From my understanding, it ...
4
votes
5answers
380 views

What's the fastest filesystem for developer builds?

I'm putting together a Linux box that will act as a continuous integration build server; we'll mostly build Java stuff, but I think this question applies to any compiled language. What filesystem and ...
1
vote
3answers
74 views

Building on Idle Servers

I'm doing a build on my build server that can take advantage of multi-core processors, though I only have two - so it takes about 4 to 5 hours. There are several machines that us developers use for ...
5
votes
3answers
265 views

Can a service spawn a login session? Build server woes

To run some acceptance tests on my build server, I need to have a logged in user session open (the white testing framework needs to have a "screen" to test the WPF UIs) all of the time. This is ...
0
votes
1answer
247 views

How do I automatically move artifacts from Team City to virtual directories?

Team city publishes its artifacts to a dynamically changing URL-- the version and build number keeps incrementing. How can I automate the download of such a file? Does team city even have a feature ...
0
votes
1answer
199 views

Best linux distribution for Java build server &

we are trying to setup a build server for building our Java projects. Following software will be installed: * Subversion * Jira/Confluence/Crucible/Fisheye ... * Bamboo (continuous integration ...
0
votes
1answer
204 views

Things to consider when building a continuous integration server?

I'm new to continuous integration, but immediately realize its value, and I want to get one set up right away. I have played with TeamCity and have it working in a VM great. Now, I don't want to ...
0
votes
1answer
111 views

How to obtain fast builds by using a build server and copying object files?

We are developing software on the Windows platform, using C++ and .NET. A full build can take several hours on a developer laptop. A multi-core build server with lots of RAM and SSD disks could reduce ...
1
vote
2answers
299 views

TeamCity Reuse Configuration

I write a lot of little projects, and I'd like to use TeamCity for my build server. Is there a way for me to reuse the build configurations across multiple projects so that I can have more than 20 ...
0
votes
1answer
256 views

CruiseControl.Net - not able to see Project Statistics

I've made a reinstallation of the buildserver and can no longer see the standard graphs of project statistics. The error message shown is "Missing/Invalid statistics reports. Please check if you ...
1
vote
3answers
1k views

Building a build server on an Atom Mini-ITX PC

I am planning on turning my 1.6Ghz Atom, 1GB RAM Mini-ITX PC into a build machine. I am thinking about having it build for multiple environments, so I was planning on using Virtual Box to create a VM ...