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

Commit 0b161ea

Browse files
committed
Do not publish as single file, due to Linux dotnet bug
1 parent cb17c7e commit 0b161ea

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ Only IPv4 packets are analyzed - IPv6 is ignored.
4444
4545
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.
4646

47-
# (Linux) On startup, I see "Failed to create directory ..." - what's wrong?
48-
49-
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.
50-
51-
To work around this issue, set a custom runtime bundle extraction directory:
52-
53-
```
54-
export DOTNET_BUNDLE_EXTRACT_BASE_DIR=$HOME/.net
55-
```
56-
5747
# (Any OS) Why do I get a permissions-related error on startup?
5848

5949
> tshark: Couldn't run /usr/bin/dumpcap in child process: Permission denied

TzspPacketStreamExporter/TzspPacketStreamExporter.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<WarningsAsErrors />
1515
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1616
<PublishTrimmed>true</PublishTrimmed>
17-
<PublishSingleFile>true</PublishSingleFile>
1817
</PropertyGroup>
1918

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

0 commit comments

Comments
 (0)