12-15-2011
A few questions...
Are you terminating the connection properly?
What driver are you loading for the card?
10 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
Hello !
Will someone pls help look into my problem and try to find a solution to it.
I use Openserver 5.0.4. One of my user came in the Morning to find out that he can't boot the system successfully. The error is
Unrecoverable error reading SCSI dev 0 dev 1/42 (ha=0 id=0 lun=0). From me l... (1 Reply)
Discussion started by: kayode
1 Replies
2. UNIX for Dummies Questions & Answers
Hi Guys,
I am trying to compare using if, but keep getting some strange results.
if ; then
keeps creating the file 1
if ; then
does not work at all
if ; then
does not work
if ; then
does not work
if ; then
does not work eihter.
I am using a ksh, on Solaris (9 Replies)
Discussion started by: jagannatha
9 Replies
3. Programming
Hello
I created an application in c language for HP-UX operative system,and it runs on a 32 bits PARISC processor. My problem is that I have to run this same application but now in a 64 bits Parisc processor. But I am not able to compile the application with the 64 bit server, and I only could use... (1 Reply)
Discussion started by: masterboy6666
1 Replies
4. UNIX for Dummies Questions & Answers
I'm very new to UNIX (I just started working with Terminal 2 days ago) and I don't know the system very well.
I'm having trouble whenever I am asked for a password. I simply... can't type. I press keys on the keyboard but no characters appear on the screen. For example, when I log onto... (5 Replies)
Discussion started by: alexmiller
5 Replies
5. Shell Programming and Scripting
I try to compare the day and month of someones birthday with the day and month of today, so my little bash script can send a mail to the person that has its birthday that day.
The first line of the file birthdays looks like this:
firstname,lastname,01/01/1990,....
The variable birthday's... (4 Replies)
Discussion started by: doc.arne
4 Replies
6. Shell Programming and Scripting
Hello All
I have a set of files, each one containing some lines that follows that regex:
regex='disabled\,.*\,\".*\"'and here is what file says about each files:
file <random file>
<random file> ASCII text, with CRLF line terminatorsSo, as an example, here is what a file ("Daffy Duck - The... (3 Replies)
Discussion started by: tukuyomi
3 Replies
7. UNIX for Dummies Questions & Answers
I am aware this question has been answered time and again. I feel I have tried everything I have seen on the net and really need help to get this working.
Same old story. Shell script, working from command but not from cron. I need my script to take values from a .properties file. Tried... (2 Replies)
Discussion started by: airalpha
2 Replies
8. Shell Programming and Scripting
I am trying to make all the fields containing lower case letters upper case and the third field of a file display ** instead.
I have this:
awk '{printf "%s %s ** %d %d\n", $1, $2, $4, $5}' database.txt | tr '' '' < database.txt
And that only changes it to upper case, other... (4 Replies)
Discussion started by: Bungkai
4 Replies
9. BSD
I am setting up a system as an ADSL gateway. ADSL is working fine. PF is not forwarding for some reason.
# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33196
priority: 0
groups: lo
inet6... (0 Replies)
Discussion started by: John Tate
0 Replies
10. UNIX for Advanced & Expert Users
Hi,
I am trying to login from one AIX server to another without using a password, a basic configuration, however it doesn't seem to work.
All things are in place. I have both a public and private key in the ~/.ssh folder and also have an "authorized_keys" file on the target-server containing... (5 Replies)
Discussion started by: Hille
5 Replies
LEARN ABOUT DEBIAN
opensc-tool
OPENSC-TOOL(1) OpenSC tools OPENSC-TOOL(1)
NAME
opensc-tool - generic smart card utility
SYNOPSIS
opensc-tool [OPTIONS]
DESCRIPTION
The opensc-tool utility can be used from the command line to perform miscellaneous smart card operations such as getting the card ATR or
sending arbitrary APDU commands to a card.
OPTIONS
--info, -i
Print information about OpenSC, such as version and enabled components
--atr, -a
Print the Answer To Reset (ATR) of the card, output is in hex byte format
--name, -n
Print the name of the inserted card (driver)
--serial
Print the card serial number (normally the ICCSN), output is in hex byte format
--send-apdu apdu, -s apdu
Sends an arbitrary APDU to the card in the format AA:BB:CC:DD:EE:FF...
--list-files, -f
Recursively lists all files stored on card
--list-readers, -l
Lists all configured readers
--list-drivers, -D
Lists all installed card drivers
--reader num, -r num
Use the given reader number. The default is 0, the first reader in the system.
--card-driver driver, -c driver
Use the given card driver. The default is auto-detected.
--wait, -w
Wait for a card to be inserted
--verbose, -v
Causes opensc-tool to be more verbose. Specify this flag several times to enable debug output in the opensc library.
SEE ALSO
opensc-explorer(1)
opensc 06/03/2012 OPENSC-TOOL(1)