From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 1 13:19:22 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FAC91065694 for ; Wed, 1 Oct 2008 13:19:22 +0000 (UTC) (envelope-from pacija@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 74C568FC0C for ; Wed, 1 Oct 2008 13:19:22 +0000 (UTC) (envelope-from pacija@gmail.com) Received: by wa-out-1112.google.com with SMTP id n4so268963wag.27 for ; Wed, 01 Oct 2008 06:19:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=iuZ0xzNLfGNvFCIR/rv7L8HveMRTOYPERtfFjJP3w/E=; b=pDNIJFOviFLNuwnJZcJMjQ9GH6oqhcwjxZlYPX7SuOCPX8Fei0Y5KHjgmGRjZIK2mj YBiuBEas3s0sr5nRL3D4T9VSEgbffQ40AznGqHG7gsvEEkfOb6VsCsAgiDTKEAO8n1Vv dtkh41dWJhWkglOI1ii5Qsubzi4jUhGebprgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=sBoEzoW4MFBYlrw8y80PCrPKdVfHJCGlVfSvkF/128BSRaZl7qfTzwrjfvIqlVNwZG YWF+kYmQJgSmDEYrSFuNx4L9rzIphMC4GQ2y12r2CPRTNpmkLCscPXe+L8106mrNsuFe vBbMReqeR42TcgGrw8/5ix73j2RcbjWCvZtvQ= Received: by 10.114.176.1 with SMTP id y1mr9117348wae.118.1222865454385; Wed, 01 Oct 2008 05:50:54 -0700 (PDT) Received: by 10.114.108.1 with HTTP; Wed, 1 Oct 2008 05:50:54 -0700 (PDT) Message-ID: <3be3d9ff0810010550h1fc9107aje9649ac98792a364@mail.gmail.com> Date: Wed, 1 Oct 2008 14:50:54 +0200 From: pacija To: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: linuxdcpp hang on RELENG_7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 13:19:22 -0000 Hello all, my linuxdcpp app stopped working after upgrade to from 7-RELEASE to RELENG_7. When i run it from console, i get following output: --- > linuxdcpp /home/pacija/.dc++/Certificates/client.key: No such file or directory 6310:error:02001002:system library:fopen:No such file or directory:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:352:fopen('/home/pacija/.dc++/Certificates/client.key','w') 6310:error:20074002:BIO routines:FILE_CTRL:system lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:354: Error opening Private Key /home/pacija/.dc++/Certificates/client.key 6312:error:02001002:system library:fopen:No such file or directory:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:352:fopen('/home/pacija/.dc++/Certificates/client.key','r') 6312:error:20074002:BIO routines:FILE_CTRL:system lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:354: unable to load Private Key Loading: Hash database --- After this, i can not kill process with ctrl+c. Closing console window does not kill process either. All i could find regarding this issue was this thread: http://www.nabble.com/mysterious-hang-in-pthread_create-td19209314.html but understanding it is beyond my knowledge. Any help would be appretiated...