Skip to content

Commit

Permalink
Add known issue and workaround for enroll command failing on deb/rpm (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Aug 2, 2022
1 parent 3e952f6 commit ecef12c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/en/ingest-management/release-notes/release-notes-8.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,33 @@ Also see:

Review important information about the {fleet} and {agent} 8.3.3 release.

[discrete]
[[known-issues-8.3.3]]
=== Known issues

[[known-issue-803]]
.Enroll command fails with "no such file or directory" error on DEB and RPM
[%collapsible]
====
*Details*
An error in a post-install script in version 8.3.3 prevents DEB and RPM
distributions from enrolling.
*Impact* +
To resolve this problem, run the following command. Replace the elastic-agent
data path with the correct path for your system:
[source,sh]
----
sudo unlink /usr/share/elastic-agent/bin/elastic-agent
sudo ln -s /var/lib/elastic-agent/data/elastic-agent-<hash>/elastic-agent /usr/share/elastic-agent/bin/elastic-agent
----
====

[discrete]
[[bug-fixes-8.3.3]]
=== Bug fixes
Expand Down

0 comments on commit ecef12c

Please sign in to comment.