From owner-freebsd-java@FreeBSD.ORG Sat Sep 6 22:19:27 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91446F5C; Sat, 6 Sep 2014 22:19:27 +0000 (UTC) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E48C81CA6; Sat, 6 Sep 2014 22:19:26 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id b17so15764062lan.13 for ; Sat, 06 Sep 2014 15:19:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=XYG9QwKC9skGfoG8tYKXjsGPqcR5Yc5cXWq/nk/Lzjg=; b=VsAU9FDmwxW9O1hRF3NCVPRdNMpLiHIbvg87GdeSTZPdgInR4NLmak2PxrsAUmv6Uw CWKqUPrnI3MXIMbxfsn0M5WSqPMqHg7Tr6Nl42ufOCy7jSZVWGxbmb3dbrE3Gbu8cT9l mZD8fSgtLpWsqxPZhwlJ3ERb/J/JAR07LmWZfyXnqlLmCDGmYY7b6tIvsHRiBCp7DHc4 wFMlY8ue+Ur2Uf5HNG5xZ6SLInpFfcIKRH76GBlLAOCjXvjYEqwFTmNjP+hO3/4kNJPQ 8PA0wLCHJkKoZ16z/3TeUB2uxONqY8qpzWM2y5fq1hieSnEKinT5WZzalBDTusYxu2W4 fFLA== MIME-Version: 1.0 X-Received: by 10.152.9.170 with SMTP id a10mr4385917lab.79.1410041964879; Sat, 06 Sep 2014 15:19:24 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.22.72 with HTTP; Sat, 6 Sep 2014 15:19:24 -0700 (PDT) Date: Sat, 6 Sep 2014 15:19:24 -0700 X-Google-Sender-Auth: gQM4hR5z5wBRi2K9FtCHeoo4qD0 Message-ID: Subject: Jenkins and PAM problem with JNA 4.1 From: Craig Rodrigues To: Anthony Williams Content-Type: text/plain; charset=ISO-8859-1 Cc: "jenkins-admin@freebsd.org" , "freebsd-java@freebsd.org" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 22:19:27 -0000 Anthony, Thanks for submitting: https://github.com/jenkinsci/jna/pull/2 to fix the JNA library in Jenkins for FreeBSD. I'm not sure if the Jenkins developers will accept it, but we'll see. FreeBSD is low on their priority list. :( I submitted another patch to the Jenkins developers to change Jenkins to use JNA 4.1, which has the FreeBSD fix you mentioned. JNA 4.1 fixes things on other platforms like Linux on ARM, so I thought that might get more interest from the Jenkins developers: https://github.com/jenkinsci/jenkins/pull/1387 I built my own jenkins.war file, which is available here: When I start Jenkins with it, everything starts up fine. When I try to configure Jenkins to use Unix passwords, none of my local Unix passwords work. However, this time, I do *not* get any errors in /var/log/jenkins.log, like I reported in: https://issues.jenkins-ci.org/browse/JENKINS-21507 Do you have any idea what the problem might be? If you or any other FreeBSD developer with Java expertise with JNA and Maven files could help, I would appreciate it! -- Craig