User Activity

  • Posted a comment on ticket #120 on duply (simple duplicity)

    The gpg_fingerprint function works here, with gpg (GnuPG) 2.2.12 I have no simple way to test gpg 1.x I let you close this issue. Thank you :)

  • Posted a comment on ticket #120 on duply (simple duplicity)

    The format changed indeed. My appologies. I'm using Debian, where this has been broken for at least 3 years. My awk version is "GNU Awk 4.2.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.1.2)" In awk, "-F=" actually means "=" is the field separator. awk -F= 'NR==2{ gsub(/ /,"",$1); $1=toupper($1); gsub(/ /,"",$2); $2=toupper($2); if ( $1 ~ /^[A-F0-9]+$/ && length($1) == 40 ) print $1; else if ( $2 ~ /^[A-F0-9]+$/ && length($2) == 40 ) print $2 ; else exit 1 }' should be working in both cases.

  • Posted a comment on ticket #120 on duply (simple duplicity)

    Hi This cannot be related to gpp version, no: The awk script uses the line #2 of gpg output (this is what the "NR==2" is about). Then somehow, all the remaining awk script uses $2 while we have "-F= " (meaning no field separator) so that all the input is in $1. My knowledge of awk is pretty limited, but you can try gpg --fingerprint "edso@domain.com" | awk -F= 'NR==2{print $1}' and gpg --fingerprint "edso@domain.com" | awk -F= 'NR==2{print $2}' to realize that there is nothing in $2. gpg_fingerprint...

  • Created ticket #120 on duply (simple duplicity)

    gpg_fingerprint doesn't work : Failures in"Autoset trust of key"

  • Posted a comment on ticket #44 on duply (simple duplicity)

    Sorry I haven't been able to test that yet, I'm lazilly using Debian stable packages. However, this is exactly what should have been done. This looks perfect! Thank you very much. :)

  • Created ticket #44 on duply (simple duplicity)

    Please document separator priorities

  • Posted a comment on discussion Help on Ground Station Software Suite

    Hi You are missing some dependencies. The easiest solution probably is to start installing...

  • Posted a comment on ticket #448 on phpPgAdmin

    A fix is available at https://github.com/phppgadmin/phppgadmin/pull/27/

View All

Personal Data

Username:
nirgal-v
Joined:
2010-01-22 09:20:55

Projects

This is a list of open source software projects that Nirgal Vourgère is associated with:

Personal Tools

MongoDB Logo MongoDB