![]() |
![]() |
Q: I replaced an evaluation with a production license and now Parabuild shows a license error. Why?
My operating system is Linux. Parabuild's "About" page shows that the IP address of the build manager is 127.0.0.1.
A: This happens because /etc/hosts on the build manager contains an invalid entry that maps host name of the build manager to local host.


Q: I would like to experiment with a new build and I don't want anyone to receive any build errors. Is it possible?
A: Yes, just mark the build configuration as "private":
Q: Can I run builds on remote hosts but see all build statuses on a single dashboard?
A: Yes, Parabuild supports building on multiple servers while presenting all build statuses on a single dashboard. Just install Parabuild in a remote builder mode on the remote hosts and fill "Builder host" field in a build build configuration. Please check Parabuild's Installation Guide and Administrator's Manual for details.Q: I am getting an error similar to the one below when using https. How do I make Parabuild work with Subversion?
Parabuild alert: Error while checking out: Errors while executing SVN command: svn: PROPFIND request failed on '/svn/MyProject/trunk' svn: PROPFIND of '/svn/MyProject/trunk': Server certificate verification failed: issuer is not trusted (https:/subversionhost), command: "C:\Program Files\Subversion1.4\bin\svn.exe" --non-interactive --username myusername 6789 --limit 10 --stop-on-copy --verbose log
A: This happens because Subversion requires manual input to verify a certificate for https access method. It is easy to fix.:rpm -ivh ~/rpms/subversion-1.4.3-1.rpm
and get pthread issues, you may also need to update glibc:
cd ~/rpms
rpm --upgrade glibc-common-2.3.2-4.80.8.rpm glibc-2.3.2-4.80.8.rpm glibc-devel-2.3.2-4.80.8.rpm
If subversion complains about neon, or apr or apr-util:
cd ~/rpms
rpm -ivh neon-0.24.7-1.i386.rpm apr-0.9.12-2.rpm apr-util-0.9.12-2.rpm
And finally, finish as you began:
rpm -ivh ~/rpms/subversion-1.4.3-1.rpm