Skip to content

Commit e134064

Browse files
ValouBambouYatekii
authored andcommitted
Docs: note to fix udev rules with latest systemd
1 parent f4d1b20 commit e134064

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/content/docs/getting-started/probe-setup.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ users without root privileges access to the debug probes as well.
2424
devices.
2525

2626
If you're still unable to access the debug probes after following these steps,
27-
try adding your user to the plugdev group.
27+
try adding your user to the plugdev group. This group needs to be a system group
28+
if you use systemd version higher than v258. In this case you can try the following
29+
commands to fix the udev rules :
30+
31+
```bash
32+
sudo groupadd --system plugdev
33+
sudo usermod -a -G plugdev $USER
34+
```
2835

2936
[^1]: The file needs to have an initial number lower than 73, otherwise the udev
3037
rules do not get applied properly. See

0 commit comments

Comments
 (0)