Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Can't locate XML/Simple.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /afs/slac/package/pinger/pinger2/share/pinger/pinger2.pl line 450.
BEGIN failed--compilation aborted at /afs/slac/package/pinger/pinger2/share/pinger/pinger2.pl line 450.

...

escrow edit -c netdev cottrell

I note that escrow does not seem to work on pinger-test or cent7a
[cottrell@pinger-test ~]$ escrow edit -c netdev cottrell
escrow: Command not found.

Put the following in ~cottrell/.cshrc
alias escrow "perl /afs/slac.stanford.edu/package/scsutils/scripts/escrow"
alias trscrontab /afs/slac.stanford.edu/package/scsutils/src/trs/cron/trscrontab
For pinger, put the following in ~pinger/.bash_profile
alias escrow="perl /afs/slac.stanford.edu/package/scsutils/scripts/escrow"
alias trscrontab=/afs/slac.stanford.edu/package/scsutils/src/trs/cron/trscrontab

I now get:

[cottrell@pinger-test ~]$ escrow edit -c netdev cottrell
/afs/slac.stanford.edu/package/console/@sys/slacmsg: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory
File cottrell was escrowed to the following users:
cottrell@slac.stanford.edu

You need a pass phrase to unlock your RSA secret key.
Key for user ID "Les Cottrell <cottrell@slac.stanford.edu>"

Enter pass phrase:

Good signature from user "Les Cottrell <cottrell@slac.stanford.edu>".
Signature made 2022/01/04 18:27 GMT

WARNING: Because this public key is not certified with a trusted
signature, it is not known with high confidence that this public key
actually belongs to: "Les Cottrell <cottrell@slac.stanford.edu>".
No changes, nothing stored
[cottrell@pinger-test ~]$

I think you can ignore the error from slacmsg. It is just a logging issue.

Since slacmsg is 32bit and depends on a lots of 32bit libraries, I am not sure I should install all of them, especially those 32bit PAM related libraries.