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

Commit

Permalink
Do not publish as single file, due to Linux dotnet bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersaares committed Jan 27, 2020
1 parent cb17c7e commit 0b161ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ Only IPv4 packets are analyzed - IPv6 is ignored.
You can direct multiple TZSP streams to the same analyzer, either on the same port or separate ports (using multiple `--listen-port` options). The output metrics carry a label indicating the listen port the data arrived on.

# (Linux) On startup, I see "Failed to create directory ..." - what's wrong?

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.

To work around this issue, set a custom runtime bundle extraction directory:

```
export DOTNET_BUNDLE_EXTRACT_BASE_DIR=$HOME/.net
```

# (Any OS) Why do I get a permissions-related error on startup?

> tshark: Couldn't run /usr/bin/dumpcap in child process: Permission denied
Expand Down
1 change: 0 additions & 1 deletion TzspPacketStreamExporter/TzspPacketStreamExporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<WarningsAsErrors />
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 0b161ea

Please sign in to comment.