[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

2021-10-27 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 3babbc8  Automatic Site Publish by Buildbot
3babbc8 is described below

commit 3babbc8fa5afde9db4abd497425170d57c6c1375
Author: buildbot 
AuthorDate: Thu Oct 28 05:44:04 2021 +

Automatic Site Publish by Buildbot
---
 output/docs/2.x/troubleshooting/basic.html | 4 
 output/feed.xml| 4 ++--
 output/search_data.json| 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/output/docs/2.x/troubleshooting/basic.html 
b/output/docs/2.x/troubleshooting/basic.html
index 6029077..ff8d9a5 100644
--- a/output/docs/2.x/troubleshooting/basic.html
+++ b/output/docs/2.x/troubleshooting/basic.html
@@ -487,6 +487,10 @@ master is down. Check for a running master.
 The monitor uses the ZooKeeper stat https://zookeeper.apache.org/doc/r3.5.7/zookeeperAdmin.html#sc_4lw;>four-letter-word
 command to retrieve information.
 The ZooKeeper configuration may require explicitly listing the stat command in the 
four-letter-word whitelist.
 
+I’ve lost the Accumulo root password, now what?
+
+Running accumulo init 
--reset-security will prompt you for a new root password. CAUTION: this 
command will delete all existing users. You will need to re-create all other 
users and set permissions accordingly. Running the accumulo admin dumpConfig 
command will output current configuration, including current users, which may 
aid in this process.
+
 Accumulo Processes
 
 My tablet server crashed!  The logs say that it lost its zookeeper 
lock.
diff --git a/output/feed.xml b/output/feed.xml
index b110d47..4fb3ad3 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 
 https://accumulo.apache.org/
 https://accumulo.apache.org/feed.xml; rel="self" 
type="application/rss+xml"/>
-Fri, 22 Oct 2021 14:15:17 +
-Fri, 22 Oct 2021 14:15:17 +
+Thu, 28 Oct 2021 05:43:57 +
+Thu, 28 Oct 2021 05:43:57 +
 Jekyll v4.2.0
 
 
diff --git a/output/search_data.json b/output/search_data.json
index 87a013f..7596b0a 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -268,7 +268,7 @@
   
 "docs-2-x-troubleshooting-basic": {
   "title": "Basic Troubleshooting",
-  "content" : "GeneralThe tablet server does not seem to be 
running!? What happened?Accumulo is a distributed system.  It is supposed to 
run on remoteequipment, across hundreds of computers.  Each program that runs 
onthese remote computers writes down events as they occur, into a localfile. By 
default, this is defined in conf/accumulo-env.sh as ACCUMULO_LOG_DIR.Look in 
the $ACCUMULO_LOG_DIR/tserver*.log file.  Specifically, check the end of the 
file.The tablet server did not start a [...]
+  "content" : "GeneralThe tablet server does not seem to be 
running!? What happened?Accumulo is a distributed system.  It is supposed to 
run on remoteequipment, across hundreds of computers.  Each program that runs 
onthese remote computers writes down events as they occur, into a localfile. By 
default, this is defined in conf/accumulo-env.sh as ACCUMULO_LOG_DIR.Look in 
the $ACCUMULO_LOG_DIR/tserver*.log file.  Specifically, check the end of the 
file.The tablet server did not start a [...]
   "url": " /docs/2.x/troubleshooting/basic",
   "categories": "troubleshooting"
 },


[accumulo-website] branch main updated: Add root password reset instructions (#299)

2021-10-27 Thread ctubbsii
This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
 new aabe862  Add root password reset instructions (#299)
aabe862 is described below

commit aabe86280b41ac04f07bc6cc0e0f372562545382
Author: Dom G <47725857+domgargu...@users.noreply.github.com>
AuthorDate: Thu Oct 28 01:43:37 2021 -0400

Add root password reset instructions (#299)
---
 _docs-2/troubleshooting/basic.md | 4 
 1 file changed, 4 insertions(+)

diff --git a/_docs-2/troubleshooting/basic.md b/_docs-2/troubleshooting/basic.md
index 87099b8..32e6639 100644
--- a/_docs-2/troubleshooting/basic.md
+++ b/_docs-2/troubleshooting/basic.md
@@ -64,6 +64,10 @@ master is down. Check for a running master.
 The monitor uses the ZooKeeper `stat` [four-letter-word][zk-4lw] command to 
retrieve information.
 The ZooKeeper configuration may require explicitly listing the `stat` command 
in the four-letter-word whitelist.
 
+**I've lost the Accumulo root password, now what?**
+
+Running `accumulo init --reset-security` will prompt you for a new root 
password. CAUTION: this command will delete all existing users. You will need 
to re-create all other users and set permissions accordingly. Running the 
`accumulo admin dumpConfig` command will output current configuration, 
including current users, which may aid in this process.
+
 ## Accumulo Processes
 
 **My tablet server crashed!  The logs say that it lost its zookeeper lock.**