Date: Wed, 1 Oct 2008 14:50:54 +0200 From: pacija <pacija@gmail.com> To: freebsd-ports-bugs@freebsd.org Subject: linuxdcpp hang on RELENG_7 Message-ID: <3be3d9ff0810010550h1fc9107aje9649ac98792a364@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3be3d9ff0810010550h1fc9107aje9649ac98792a364>