Skip to content
Pawel Plesniak edited this page Sep 9, 2024 · 37 revisions

Welcome to drunc wiki!

Setting up

If you are trying to run drunc you now need to have a DUNE-DAQ environment, with cvmfs available, see setup instructions here.

Once you have drunc, you can look at the quick start instructions.

The connectivity service currently has statically defined ports, hence you need to check if there are any other drunc users on the physical host you are running on. If there are, when you boot you will likely get an error of

drunc.utils.grpc_utils.ServerUnreachable: ('failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:3333: connection attempt timed out before receiving SETTINGS frame', 14)

To resolve this issue, the current recommendation is to use a different physical host on which there are no other drunc users.

If you need more details:

Testing drunc

Developing

If are developing a user interface for drunc:

If you would like to know what comes next, see the roadmap and issues. If you encounter any bugs/missing features with drunc, please raise them as issues but do check existing issues before posting.

For a list of strand of work that need to happen before drunc can use them, see this this list.

Release notes

... are here