[...] BTW, rsync fails here with "Host key verification failed."
Actually, I forgot to say, if you want to run it as a jenkins build slave, that would definitely still be useful.
.hc
Jenkins is behaving bad here (doesn't seem to start up at boot, then it doesn't connect to the master when started) but i'll try to discipline it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or shall I dump it?
libtool: link: g++ -g -O2 -o pd pd-g_canvas.o pd-g_graph.o pd-g_text.o pd-g_rtext.o pd-g_array.o pd-g_template.o pd-g_io.o pd-g_scalar.o pd-g_traversal.o pd-g_guiconnect.o pd-g_readwrite.o pd-g_editor.o pd-g_all_guis.o pd-m_pd.o pd-m_class.o pd-m_obj.o pd-m_atom.o pd-m_memory.o pd-m_binbuf.o pd-m_conf_pdextended.o pd-m_glob.o pd-m_sched.o pd-s_main.o pd-s_inter.o pd-s_file.o pd-s_print.o pd-s_loader.o pd-s_path.o pd-s_entry.o pd-s_audio.o pd-s_midi.o pd-s_utf8.o pd-d_ugen.o pd-d_ctl.o pd-d_arithmetic.o pd-d_osc.o pd-d_filter.o pd-d_math.o pd-d_array.o pd-d_global.o pd-d_delay.o pd-d_resample.o pd-x_arithmetic.o pd-x_connective.o pd-x_acoustics.o pd-d_soundfile.o pd-e_fft.o pd-e_gfxstub.o pd-e_dac.o pd-e_midi.o pd-g_magicglass.o pd-import.o pd-path.o pd-print.o pd-closebang.o pd-initbang.o pd-loadbang.o pd-s_audio_alsa.o pd-s_audio_alsamm.o pd-s_midi_alsa.o pd-d_fft_mayer.o pd-d_fftroutine.o pd-s_audio_jack.o pd-s_audio_oss.o pd-s_midi_oss.o pd-s_audio_pa.o pd-s_audio_paring.o -Wl,--export-dynamic -lm ../portaudio/.libs/libportaudio.a /usr/lib/libasound.so -lrt -lpthread -ldl /usr/lib64/libjack.so -Wl,-rpath -Wl,/usr/lib64 -Wl,-rpath -Wl,/usr/lib64 pd-d_soundfile.o: In function `writesf_stop': /home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2479: undefined reference to `pute' pd-d_soundfile.o: In function `writesf_child_main': /home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2143: undefined reference to `pute' /home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2149: undefined reference to `pute' /home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2360: undefined reference to `pute' /home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2365: undefined reference to `pute' pd-d_soundfile.o:/home/pd/auto-build/pd-extended/pd/src/d_soundfile.c:2154: more undefined references to `pute' follow collect2: ld returned 1 exit status make[5]: *** [pd] Error 1 make[5]: Leaving directory `/home/pd/auto-build/pd-extended/pd/src'
András
On 01/22/2013 05:34 PM, András Murányi wrote:
[...] BTW, rsync fails here with "Host key verification failed."
Actually, I forgot to say, if you want to run it as a jenkins build slave, that would definitely still be useful.
.hc
Jenkins is behaving bad here (doesn't seem to start up at boot, then it doesn't connect to the master when started) but i'll try to discipline it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or shall I dump it?
I think we don't need the auto-build if the jenkins builds work. we can produce working Lucid packages in Launchpad.
.hc
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/22/2013 05:34 PM, András Murányi wrote:
[...] BTW, rsync fails here with "Host key verification failed."
Actually, I forgot to say, if you want to run it as a jenkins build
slave,
that would definitely still be useful.
.hc
Jenkins is behaving bad here (doesn't seem to start up at boot, then it doesn't connect to the master when started) but i'll try to discipline
it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or
shall
I dump it?
I think we don't need the auto-build if the jenkins builds work. we can produce working Lucid packages in Launchpad.
.hc
Ok, I'll shut the autobuild down here but I'm afraid I'll need some help with Jenkins. It comes out that it does connect successfully, however there is an error all the time: https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/ Any ideas what is this?
András
On 01/23/2013 03:38 PM, András Murányi wrote:
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/22/2013 05:34 PM, András Murányi wrote:
[...] BTW, rsync fails here with "Host key verification failed."
Actually, I forgot to say, if you want to run it as a jenkins build
slave,
that would definitely still be useful.
.hc
Jenkins is behaving bad here (doesn't seem to start up at boot, then it doesn't connect to the master when started) but i'll try to discipline
it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or
shall
I dump it?
I think we don't need the auto-build if the jenkins builds work. we can produce working Lucid packages in Launchpad.
.hc
Ok, I'll shut the autobuild down here but I'm afraid I'll need some help with Jenkins. It comes out that it does connect successfully, however there is an error all the time: https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/ Any ideas what is this?
András
I was just setting up the Windows XP build machine as a Jenkins slave and ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import the cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts -storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
On Sun, Jan 27, 2013 at 2:19 AM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/23/2013 03:38 PM, András Murányi wrote:
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/22/2013 05:34 PM, András Murányi wrote:
[...] BTW, rsync fails here with "Host key verification failed."
Actually, I forgot to say, if you want to run it as a jenkins build
slave,
that would definitely still be useful.
.hc
Jenkins is behaving bad here (doesn't seem to start up at boot, then it doesn't connect to the master when started) but i'll try to discipline
it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or
shall
I dump it?
I think we don't need the auto-build if the jenkins builds work. we can produce working Lucid packages in Launchpad.
.hc
Ok, I'll shut the autobuild down here but I'm afraid I'll need some help with Jenkins. It comes out that it does connect successfully, however
there
is an error all the time: https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/ Any ideas what is this?
András
I was just setting up the Windows XP build machine as a Jenkins slave and ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import the cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts -storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
Thanks for the tip! I have no /usr/lib/jvm/default-java but I have all these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias <cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is there a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
On 01/27/2013 01:31 PM, András Murányi wrote:
On Sun, Jan 27, 2013 at 2:19 AM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/23/2013 03:38 PM, András Murányi wrote:
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/22/2013 05:34 PM, András Murányi wrote:
> [...] > BTW, rsync fails here with "Host key verification failed."
Actually, I forgot to say, if you want to run it as a jenkins build
slave,
that would definitely still be useful.
.hc
Jenkins is behaving bad here (doesn't seem to start up at boot, then it doesn't connect to the master when started) but i'll try to discipline
it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or
shall
I dump it?
I think we don't need the auto-build if the jenkins builds work. we can produce working Lucid packages in Launchpad.
.hc
Ok, I'll shut the autobuild down here but I'm afraid I'll need some help with Jenkins. It comes out that it does connect successfully, however
there
is an error all the time: https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/ Any ideas what is this?
András
I was just setting up the Windows XP build machine as a Jenkins slave and ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import the cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts -storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
Thanks for the tip! I have no /usr/lib/jvm/default-java but I have all these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias
<cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is there a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
Wow, looks like you have every java installed. Do 'ls -l /etc/alternatives/java' to see which one you're actually using. You could also try downloading the individual files and using that command to add them:
https://www.cacert.org/certs/root.crt Fingerprint SHA1: 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33 sudo keytool -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts \ -storepass changeit -import -trustcacerts -v -alias cacertclass1 -file root.crt
https://www.cacert.org/certs/class3.crt Fingerprint SHA1: AD:7C:3F:64:FC:44:39:FE:F4:E9:0B:E8:F4:7C:6C:FA:8A:AD:FD:CE sudo keytool -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts \ -storepass changeit -import -trustcacerts -v -alias cacertclass3 -file class3.crt
.hc
On 01/27/2013 01:31 PM, András Murányi wrote:
On Sun, Jan 27, 2013 at 2:19 AM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/23/2013 03:38 PM, András Murányi wrote:
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/22/2013 05:34 PM, András Murányi wrote:
> [...] > BTW, rsync fails here with "Host key verification failed."
Actually, I forgot to say, if you want to run it as a jenkins build
slave,
that would definitely still be useful.
.hc
Jenkins is behaving bad here (doesn't seem to start up at boot, then it doesn't connect to the master when started) but i'll try to discipline
it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or
shall
I dump it?
I think we don't need the auto-build if the jenkins builds work. we can produce working Lucid packages in Launchpad.
.hc
Ok, I'll shut the autobuild down here but I'm afraid I'll need some help with Jenkins. It comes out that it does connect successfully, however
there
is an error all the time: https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/ Any ideas what is this?
András
I was just setting up the Windows XP build machine as a Jenkins slave and ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import the cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts -storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
Thanks for the tip! I have no /usr/lib/jvm/default-java but I have all these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias
<cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is there a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
You could also try to download the root.crt and class3.crt from cacert.org and install those. I don't really know the answer to the particular issue.
.hc
On Mon, Jan 28, 2013 at 11:19 PM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/27/2013 01:31 PM, András Murányi wrote:
On Sun, Jan 27, 2013 at 2:19 AM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/23/2013 03:38 PM, András Murányi wrote:
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner <
hans@at.or.at
wrote:
On 01/22/2013 05:34 PM, András Murányi wrote:
>> [...] >> BTW, rsync fails here with "Host key verification failed." > > Actually, I forgot to say, if you want to run it as a jenkins build
slave,
> that would definitely still be useful. > > .hc >
Jenkins is behaving bad here (doesn't seem to start up at boot, then
it
doesn't connect to the master when started) but i'll try to
discipline
it.
As for the autobuild script, I've done svn up, yet it fails with the following *before it still tries to rsync*. Shall we try to fix it or
shall
I dump it?
I think we don't need the auto-build if the jenkins builds work. we
can
produce working Lucid packages in Launchpad.
.hc
Ok, I'll shut the autobuild down here but I'm afraid I'll need some
help
with Jenkins. It comes out that it does connect successfully, however
there
is an error all the time:
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
Any ideas what is this?
András
I was just setting up the Windows XP build machine as a Jenkins slave
and
ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import
the
cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore
/usr/lib/jvm/default-java/jre/lib/security/cacerts
-storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
Thanks for the tip! I have no /usr/lib/jvm/default-java but I have all these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias
<cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is
there
a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
You could also try to download the root.crt and class3.crt from cacert.organd install those. I don't really know the answer to the particular issue.
.hc
DLed the certs and installed them, however the problem persists. :(
András
On 01/31/2013 10:05 AM, András Murányi wrote:
On Mon, Jan 28, 2013 at 11:19 PM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/27/2013 01:31 PM, András Murányi wrote:
On Sun, Jan 27, 2013 at 2:19 AM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/23/2013 03:38 PM, András Murányi wrote:
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner <
hans@at.or.at
wrote:
On 01/22/2013 05:34 PM, András Murányi wrote: >>> [...] >>> BTW, rsync fails here with "Host key verification failed." >> >> Actually, I forgot to say, if you want to run it as a jenkins build slave, >> that would definitely still be useful. >> >> .hc >> > > Jenkins is behaving bad here (doesn't seem to start up at boot, then
it
> doesn't connect to the master when started) but i'll try to
discipline
it. > > As for the autobuild script, I've done svn up, yet it fails with the > following *before it still tries to rsync*. Shall we try to fix it or shall > I dump it?
I think we don't need the auto-build if the jenkins builds work. we
can
produce working Lucid packages in Launchpad.
.hc
Ok, I'll shut the autobuild down here but I'm afraid I'll need some
help
with Jenkins. It comes out that it does connect successfully, however
there
is an error all the time:
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
Any ideas what is this?
András
I was just setting up the Windows XP build machine as a Jenkins slave
and
ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import
the
cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore
/usr/lib/jvm/default-java/jre/lib/security/cacerts
-storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
Thanks for the tip! I have no /usr/lib/jvm/default-java but I have all these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias
<cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is
there
a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
You could also try to download the root.crt and class3.crt from cacert.organd install those. I don't really know the answer to the particular issue.
.hc
DLed the certs and installed them, however the problem persists. :(
András
I had good luck running the jenkins slave from the command line (not as root!) to get more debugging info:
/usr/bin/java -jar /usr/share/jenkins/slave.jar -jnlpUrl \ https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
.hc
On Thu, Jan 31, 2013 at 7:02 PM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/31/2013 10:05 AM, András Murányi wrote:
On Mon, Jan 28, 2013 at 11:19 PM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/27/2013 01:31 PM, András Murányi wrote:
On Sun, Jan 27, 2013 at 2:19 AM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/23/2013 03:38 PM, András Murányi wrote:
On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner <
hans@at.or.at
wrote:
> On 01/22/2013 05:34 PM, András Murányi wrote: >>>> [...] >>>> BTW, rsync fails here with "Host key verification failed." >>> >>> Actually, I forgot to say, if you want to run it as a jenkins
build
> slave, >>> that would definitely still be useful. >>> >>> .hc >>> >> >> Jenkins is behaving bad here (doesn't seem to start up at boot,
then
it
>> doesn't connect to the master when started) but i'll try to
discipline
> it. >> >> As for the autobuild script, I've done svn up, yet it fails with
the
>> following *before it still tries to rsync*. Shall we try to fix it
or
> shall >> I dump it? > > I think we don't need the auto-build if the jenkins builds work. we
can
> produce working Lucid packages in Launchpad. > > .hc >
Ok, I'll shut the autobuild down here but I'm afraid I'll need some
help
with Jenkins. It comes out that it does connect successfully, however
there
is an error all the time:
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
Any ideas what is this?
András
I was just setting up the Windows XP build machine as a Jenkins slave
and
ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import
the
cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore
/usr/lib/jvm/default-java/jre/lib/security/cacerts
-storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
Thanks for the tip! I have no /usr/lib/jvm/default-java but I have all these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias
<cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is
there
a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
You could also try to download the root.crt and class3.crt from
cacert.organd
install those. I don't really know the answer to the particular issue.
.hc
DLed the certs and installed them, however the problem persists. :(
András
I had good luck running the jenkins slave from the command line (not as root!) to get more debugging info:
/usr/bin/java -jar /usr/share/jenkins/slave.jar -jnlpUrl \ https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
.hc
Aah, cool! Jenkins says: JNLP file https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/has invalid arguments: [-headless] Most likely a configuration error in the master two arguments required, but got []
András
On 01/31/2013 03:34 PM, András Murányi wrote:
On Thu, Jan 31, 2013 at 7:02 PM, Hans-Christoph Steiner hans@at.or.atwrote:
On 01/31/2013 10:05 AM, András Murányi wrote:
On Mon, Jan 28, 2013 at 11:19 PM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/27/2013 01:31 PM, András Murányi wrote:
On Sun, Jan 27, 2013 at 2:19 AM, Hans-Christoph Steiner <hans@at.or.at wrote:
On 01/23/2013 03:38 PM, András Murányi wrote: > On Wed, Jan 23, 2013 at 12:56 AM, Hans-Christoph Steiner <
hans@at.or.at
> wrote: > >> On 01/22/2013 05:34 PM, András Murányi wrote: >>>>> [...] >>>>> BTW, rsync fails here with "Host key verification failed." >>>> >>>> Actually, I forgot to say, if you want to run it as a jenkins
build
>> slave, >>>> that would definitely still be useful. >>>> >>>> .hc >>>> >>> >>> Jenkins is behaving bad here (doesn't seem to start up at boot,
then
it
>>> doesn't connect to the master when started) but i'll try to
discipline
>> it. >>> >>> As for the autobuild script, I've done svn up, yet it fails with
the
>>> following *before it still tries to rsync*. Shall we try to fix it
or
>> shall >>> I dump it? >> >> I think we don't need the auto-build if the jenkins builds work. we
can
>> produce working Lucid packages in Launchpad. >> >> .hc >> > > Ok, I'll shut the autobuild down here but I'm afraid I'll need some
help
> with Jenkins. It comes out that it does connect successfully, however there > is an error all the time: >
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
> Any ideas what is this? > > András
I was just setting up the Windows XP build machine as a Jenkins slave
and
ran into the same issue. Its because your Java install doesn't trust the CAcert.org certificate used by the jenkins master. You need to import
the
cacert certificate into the Java keystore, then it'll validate OK and should work. Here's how:
sudo keytool -keystore
/usr/lib/jvm/default-java/jre/lib/security/cacerts
-storepass changeit -import -trustcacerts -v -alias cacertclass1 -file /usr/share/ca-certificates/cacert.org/cacert.org.crt
Or if I messed up the paths, there is more info here: http://wiki.cacert.org/FAQ/ImportRootCert#Java
.hc
Thanks for the tip! I have no /usr/lib/jvm/default-java but I have all these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias
<cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is
there
a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
You could also try to download the root.crt and class3.crt from
cacert.organd
install those. I don't really know the answer to the particular issue.
.hc
DLed the certs and installed them, however the problem persists. :(
András
I had good luck running the jenkins slave from the command line (not as root!) to get more debugging info:
/usr/bin/java -jar /usr/share/jenkins/slave.jar -jnlpUrl \ https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
.hc
Aah, cool! Jenkins says: JNLP file https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/has invalid arguments: [-headless] Most likely a configuration error in the master two arguments required, but got []
András
Strange, I don't see anything here about that:
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/conf...
Perhaps delete that node in jenkins and try again from scratch?
.hc
>>> On 01/22/2013 05:34 PM, András Murányi wrote: >>>>>> [...] >>>>>> BTW, rsync fails here with "Host key verification failed." >>>>> >>>>> Actually, I forgot to say, if you want to run it as a jenkins
build
>>> slave, >>>>> that would definitely still be useful. >>>>> >>>>> .hc >>>>> >>>> >>>> Jenkins is behaving bad here (doesn't seem to start up at boot,
then
it
>>>> doesn't connect to the master when started) but i'll try to
discipline
>>> it. >>>> >>>> As for the autobuild script, I've done svn up, yet it fails with
the
>>>> following *before it still tries to rsync*. Shall we try to fix
it
or
>>> shall >>>> I dump it? >>> >>> I think we don't need the auto-build if the jenkins builds work.
we
can
>>> produce working Lucid packages in Launchpad. >>> >>> .hc >>> >> >> Ok, I'll shut the autobuild down here but I'm afraid I'll need some
help
>> with Jenkins. It comes out that it does connect successfully,
however
> there >> is an error all the time: >>
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
>> Any ideas what is this? >> >> András > > I was just setting up the Windows XP build machine as a Jenkins
slave
and
> ran > into the same issue. Its because your Java install doesn't trust
the
> CAcert.org certificate used by the jenkins master. You need to
import
the
> cacert certificate into the Java keystore, then it'll validate OK
and
> should > work. Here's how: > > sudo keytool -keystore
/usr/lib/jvm/default-java/jre/lib/security/cacerts
> -storepass changeit -import -trustcacerts -v -alias cacertclass1
-file
> /usr/share/ca-certificates/cacert.org/cacert.org.crt > > Or if I messed up the paths, there is more info here: > http://wiki.cacert.org/FAQ/ImportRootCert#Java > > .hc > > Thanks for the tip! I have no /usr/lib/jvm/default-java but I have
all
these under /usr/lib/jvm: ia32-java-6-sun/ .java-1.6.0-openjdk.jinfo ia32-java-6-sun-1.6.0.26/ java-6-openjdk/ .ia32-java-6-sun.jinfo java-6-sun/ java-1.5.0-gcj-4.4/ java-6-sun-1.6.0.26/ java-1.6.0-openjdk/ .java-6-sun.jinfo
Trying to add the key to java-6-sun or java-6-openjdk results in: Certificate already exists in system-wide CA keystore under alias
<cacert_org_pem> Do you still want to add it to your own keystore? [no]:
Shall I choose [yes] or shall I try every other java keystore, or is
there
a way to find out which one is used by Jenkins? Sorry if I'm dumber than normally, I got a fever!
András
You could also try to download the root.crt and class3.crt from
cacert.organd
install those. I don't really know the answer to the particular
issue.
.hc
DLed the certs and installed them, however the problem persists. :(
András
I had good luck running the jenkins slave from the command line (not as root!) to get more debugging info:
/usr/bin/java -jar /usr/share/jenkins/slave.jar -jnlpUrl \
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/
.hc
Aah, cool! Jenkins says: JNLP file
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/has
invalid arguments: [-headless] Most likely a configuration error in the master two arguments required, but got []
András
Strange, I don't see anything here about that:
https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/conf...
Perhaps delete that node in jenkins and try again from scratch?
.hc
Bah, maybe I will. I've discovered another message in the jenkins log file:
Failing to obtain https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/slav... java.io.IOException: Failed to load https://macosx105-i386.pdlab.puredata.info/computer/muranyia.dyndns.org/slav...: 403 Forbidden
András