Is your RHEL6.5 system running as 32-bit or 64-bit? Also what does 'file /lib/libc.so.6' show (I imagine it will show symbolic link so if you then do a file on the resulting link what does that show?)
Richard. On Thu, Jul 17, 2014 at 4:45 AM, jieryn <[email protected]> wrote: > I'm not using any slave nodes of any kind. I just want to have a > Jenkins job with access to an SSH agent such that it can work with SCM > URIs of the type scm:svn:svn+ssh:// without me having to launch the > master Jenkins instance via ssh-agent directly in the startup script. > > This is a RHEL 6.5 system that is fully up to date. It doesn't have > any unusual hackery for multi-lib. > > On Mon, Jul 14, 2014 at 3:46 AM, Stephen Connolly > <[email protected]> wrote: > > This is an issue with which I have severe issues trying to reproduce. > > > > If you can document how you set up a slave node vm step by step from a > known > > starting point perhaps I may be able to fix the issue, but right now > *every* > > time I try to recreate the issue the damn SSH Agent works for me. > > > > One working theory is that you have 32-bit and 64-bit shared libraries > being > > mis-identified... > > > > Another working theory is that it is something to do with JNR and > > classloader conflicts over remoting... > > > > All this is speculation though without a test case to verify against > > > > > > On 12 July 2014 03:05, jieryn <[email protected]> wrote: > >> > >> I'm using Jenkins LTS 1.554.3, and SSH Agent Plugin 1.4.1. I am seeing > >> UnsatisfiedLinkError during jobs which try to use an SSH agent. How do > >> I resolve this issue? There are only instructions for MacOS on the > >> plugin wiki page. > >> > >> https://gist.github.com/jieryn/5248b713599321f2d548 > >> https://wiki.jenkins-ci.org/display/JENKINS/SSH+Agent+Plugin > >> > >> Thank you. > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Jenkins Users" group. > >> To unsubscribe from this group and stop receiving emails from it, send > an > >> email to [email protected]. > >> For more options, visit https://groups.google.com/d/optout. > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
