Bitte wähle nachfolgend aus, welche Beiträge auf dieser Themenseite auf dem Ausdruck ausgegeben werden sollen. Um dies zu tun markiere bitte die Checkbox auf der linken Seite der Posts, die im Ausdruck berücksichtigt werden sollen und klicke anschließend ganz unten auf der Seite auf den Button "Drucken".

Problem with Gwenhywfar/Libchipcard3

GWEN_Directory_GetPath - Error

struhs

Betreff:

Problem with Gwenhywfar/Libchipcard3

 ·  Gepostet: 03.01.2007 - 08:06 Uhr  ·  #34281
Hi,
I have tried to get Gwenhywfar and Libchipcard3 running - without success.

When using:
Code
chipcardd3 addreader --dtype tow_ctapi --rtype tow_cdm --rname towitoko2 --rport COM1


I alwasy get:
Zitat
chipcardd3: directory_all.c:226: GWEN_Directory_GetPath: Zusicherung »path« nicht erfüllt.
Abgebrochen


I had this problem before and stopped using the software (at this time it war Libchipcard2), because I was nor able to find the source of the problem nor able to solve it.

I used the - hopefully - most recent svn version of both from
Zitat
http://aquamaniac.homelinux.net/svn/gwenhywfar/trunk/ (Revision 1103)

resp.
Zitat
http://aquamaniac.homelinux.net/svn/libchipcard/branches/aq_3 (Revision 342)


Does anyone has an idea what is going wrong?

Thanks in advance!

Regards,
Stefan

cstim

Betreff:

Re: Problem with Gwenhywfar/Libchipcard3

 ·  Gepostet: 03.01.2007 - 09:55 Uhr  ·  #34287
You asked this already on aqbanking-devel, didn't you? Unfortunately I don't know that section of the code, and Martin for whatever reason didn't reply so far. I can only guess this might be due to some nonexistant directory. I'd suggest you should ask again on aqbanking-devel - maybe by now Martin can reply.

atx

Betreff:

workaround

 ·  Gepostet: 04.01.2007 - 22:10 Uhr  ·  #34368
HI,

I had the same error and I gave up to get this working until today.

The detection of the config file path works, but the parameter is not correct forwarded to the the subroutine GWEN_Directory_GetPath.
If you try to add a reader with the -C CONFIGFILE parameter is works. e.g.:
Code
chipcardd3 -c /etc/chipcard3/server/chipcardd3.conf addreader --dtype tow_ctapi --rtype tow_cdm --rname towitoko2 --rport COM1


I'm using Fedora Core 6 and I builded the src.rpm of libchipcard3

Regards

atx

cstim

Betreff:

Re: Problem with Gwenhywfar/Libchipcard3

 ·  Gepostet: 08.01.2007 - 11:37 Uhr  ·  #34526
Did this problem with GWEN_Directory_GetPath still occur in the latest libchipcard3, version 3.0.2., SVN revision 342? It should have been fixed before that.

atx

Betreff:

Re: Problem with Gwenhywfar/Libchipcard3

 ·  Gepostet: 08.01.2007 - 14:55 Uhr  ·  #34545
Hi,
the problem is still existing in libchipcard v3.0.2 official release. I can not make a statement of the SVN source.

regards

atx

struhs

Betreff:

Re: Problem with Gwenhywfar/Libchipcard3

 ·  Gepostet: 11.03.2007 - 11:10 Uhr  ·  #36519
Zitat geschrieben von cstim
Did this problem with GWEN_Directory_GetPath still occur in the latest libchipcard3, version 3.0.2., SVN revision 342? It should have been fixed before that.


Hi,

tried the hint and it worked - at least for this command.
But "chipcardd3 -C /etc/chipcard3/server/chipcardd3.conf listreaders" does not show the just added reader and "/etc/init.d/chipcard3 start" also does not work.
This error occurs with version 3.0.2 and SVN revision 342 also does not compile as written in another thread and also in aqbanking-devel-list (msgengin.c compile error).

I am afraid, but I think I have to go back to a working windows solution to be able to pay my bills...

Best regards,
Stefan