This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9320738 Site checkin for project PLC4X: Jenkins Tools
9320738 is described below
commit 9320738349d48e514a1e05b19cd0f6776e4c880f
Author: jenkins <[email protected]>
AuthorDate: Thu Aug 13 11:38:48 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/preparing/linux.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/developers/preparing/linux.html b/developers/preparing/linux.html
index 36c5eb1..59b5920 100644
--- a/developers/preparing/linux.html
+++ b/developers/preparing/linux.html
@@ -276,6 +276,14 @@
<pre>setcap cap_net_raw,cap_net_admin=eip /path/to/java</pre>
</div>
</div>
+<div class="paragraph">
+<p>Some times I had to set the uid to execute the java executable with the
permissions of the owner (root) …​ however this is quite
sub-optimal solution.</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>chmod 4755 /path/to/java</pre>
+</div>
+</div>
</div>
<div class="sect2">
<h3 id="gcc">gcc</h3>