Skip to content

LogOutputs inspection #8048

@fstagni

Description

@fstagni

simply run

# Old command, not working so well
# grep 'ERROR\|EXCEPT' runit/*/*/log/current | cut -f 1,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 -d ' ' | sort | uniq -c | grep $(date +%F) | sort -nr | head -n 20
grep $(date +%F) runit/*/*/log/current | grep 'ERROR\|EXCEPT' | sed -E 's@[a-z,A-Z,/]+:.*Z (.*)@\1@g' | sort | uniq -c | sort -nr | head -n 20

to get the most frequent errors, then start investigating them.

Also, centralized logging (only services for now)

https://es-dirac-certification.cern.ch

  • The link above now has to be os-dirac, not es-dirac
  • Bunch of errors for submitting to various sistes
  • VOMS2CS agent has errors connecting to VOMS
  • Web issues (below): Fixes v9 WebAppDIRAC#772

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions