Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit cd11879

Browse files
authored
Update README.md
1 parent 02d5cc9 commit cd11879

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,20 @@ You could simply direct them at the same analyzer but this will lead to the resu
4848
4949
If you want the results separated in Prometheus, run a separate instance of the analyzer, accepting packets and publishing results on individual ports (`--listen-port` and `--publish-port`, respectively).
5050

51+
# (Linux) On startup, I see "Failed to create directory ..." - what's wrong?
52+
53+
This appears to be a .NET Core defect, where the startup loader attempts to extract files to `/var/tmp` directory that is not always writable: https://github.com/dotnet/core-setup/issues/8882.
54+
55+
To work around this issue, set a custom runtime bundle extraction directory:
56+
57+
```
58+
export DOTNET_BUNDLE_EXTRACT_BASE_DIR=$HOME/.net
59+
```
60+
5161
# (Any OS) Why do I get a permissions-related error on startup?
5262

63+
> tshark: Couldn't run /usr/bin/dumpcap in child process: Permission denied
64+
5365
The user runnig the app must have the required permissions to use TShark. On Linux, you may need to add the user to the `wireshark` group, depending on system configuration.
5466

5567
# (Windows) Why do I get a permissions-related error on startup?

0 commit comments

Comments
 (0)