logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

arc-config-check - checks the arc.conf for inconsistencies, known problems or bad taste.

Author

       ARC  software  is developed by the NorduGrid Collaboration (http://www.nordugrid.org), please consult the
       AUTHORS   file   distributed   with   ARC.   Please    report    bugs    and    feature    requests    to
       http://bugzilla.nordugrid.org

Description

       The arc-config-check utility is included into arc-arex startup process or can be run separately.

       It checks arc.conf(5) complies to arc.conf.reference syntax, indicates directories that are not present,
       checks  host certificates, CA certificates and CRLs, validates the sanity of ARC configuration, tests for
       clock skew, etc.

       BECAUSE EVERY INSTALLATION OF ARC IS DIFFERENT THIS UTILITY ONLY SUGGESTS WHAT COULD BE WRONG.  SOMETIMES
       IT  IS  OVERRESTRICTIVE. AND SOMETIMES IT CAN MISS SOME MISCONFIGURATION. NEVER TREAT RESULTS PRODUCED BY
       IT AS ULTIMATE TRUTH.

Files

/etc/arc.conf

Name

       arc-config-check - checks the arc.conf for inconsistencies, known problems or bad taste.

Options

--config<string>       Specifies the location of the config file, by default it is /etc/arc.conf

       --printall              Lists all variable names of the config file together with their values.

       --timeserver<server>   Allows the specification of a server against which to  test  the  local  system's
                               time.

       --skip-warnings         Do not show warnings.

       --help                  Quick summary of options

       --man                   Detailed man page.

Reporting Bugs

See Also

arcctl(1), arc.conf(5)

NorduGrid ARC 6.21.1                               2025-02-21                                ARC-CONFIG-CHECK(1)

Synopsis

       arc-config-check [--config CONFIG] [--timeserver NTPHOST] [--skip-warnings] [--print-all]

See Also