Skip to content

Commit d16536a

Browse files
authored
Added note on membership to group tracing
1 parent 093211c commit d16536a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • _docs/tutorials/advanced/tracing

_docs/tutorials/advanced/tracing/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ $ sudo apt-get update
3838
$ sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
3939
```
4040

41+
As part of the installation, a new group _tracing_ is created. Add your user to this group by
42+
```bash
43+
sudo usermod -aG tracing $USER
44+
```
45+
and log off and on to take the new membership effect.
46+
4147
We'll also need these Python packages to read traces and setup a tracing session through ROS.
4248

4349
```bash

0 commit comments

Comments
 (0)