search for: rkeen

Displaying 4 results from an estimated 4 matches for "rkeen".

Did you mean: keen
2020 Apr 05
1
firefox unable to load pkcs11 module
...on Linux Mint but there is an rpm version of CACKey for 32 or 64 bit Centos.Here is the process I went through. - setup CAC card by following instructions on: https://help.ubuntu.com/community/CommonAccessCard sudo apt-get install libpcsclite1 pcscd pcsc-tools - download CACkey from https://cackey.rkeene.org/fossil/index sudo dpkg -i cackey_0.7.5-1_amd64.deb The above command failed with: "dpkg: error processing archive cackey_0.7.5-1_amd64.deb (--install): ?unable to create '/libcackey.so.dpkg-new' (while processing './usr/lib64/libcackey.so'): No such file or directory dpkg-...
2006 Jan 05
2
Lost Images on Linux
Ruby rails app works fine on Win32. Zipped directory, unzipped on Linux (Mandrivia). All works fine except no images show up. Any ideas? The directory is /home/web/colt where the web app is. -- Posted via http://www.ruby-forum.com/.
2020 Apr 02
2
firefox unable to load pkcs11 module
CentOS 7, In firefox -> privacy & security -> certificates -> security devices i am trying to load the pkcs11 modules, but get the error unable to load. I am following the directions at https://piv.idmanagement.gov/engineering/firefox/ I have installed opensc and openssl-pkcs11, which contains /usr/lib64/openssl/engines/pkcs11.so and am using that is the module Has anybody here
2006 Jan 05
2
Rails on dual network port machine
I want to run rails on a machine with two networks connected such that rails listens on both. For example ruby script/server -b192.168.1.10 -b192.168.254.31 It only binds to the second one. Any ideas? -- Posted via http://www.ruby-forum.com/.