New issue
Advanced search Search tips

Issue 712736 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

puppet execution error: DB access denied to chromeosqa-admin@'XXX' where XXX is the host server

Project Member Reported by pprabhu@chromium.org, Apr 18 2017

Issue description

Observed on chromeos-server23.cbf, chromeos-server24.hot:

Traceback (most recent call last):
  File "/usr/local/autotest/cli/atest.py", line 89, in main
    results = action_obj.execute()
  File "/usr/local/autotest/cli/server.py", line 166, in execute
    status=self.status)
  File "/usr/local/autotest/site_utils/server_manager_utils.py", line 74, in get_servers
    return list(server_models.Server.objects.filter(**filters))
  File "/usr/local/autotest/site-packages/django/db/models/query.py", line 92, in __len__
    self._result_cache.extend(self._iter)
  File "/usr/local/autotest/site-packages/django/db/models/query.py", line 301, in iterator
    for row in compiler.results_iter():
  File "/usr/local/autotest/site-packages/django/db/models/sql/compiler.py", line 775, in results_iter
    for rows in self.execute_sql(MULTI):
  File "/usr/local/autotest/site-packages/django/db/models/sql/compiler.py", line 839, in execute_sql
    cursor = self.connection.cursor()
  File "/usr/local/autotest/site-packages/django/db/backends/__init__.py", line 326, in cursor
    cursor = util.CursorWrapper(self._cursor(), self)
  File "/usr/local/autotest/site-packages/django/db/backends/mysql/base.py", line 405, in _cursor
    self.connection = Database.connect(**kwargs)
  File "/usr/local/autotest/site-packages/MySQLdb/__init__.py", line 81, in Connect
    return Connection(*args, **kwargs)
  File "/usr/local/autotest/site-packages/MySQLdb/connections.py", line 187, in __init__
    super(Connection, self).__init__(*args, **kwargs2)
OperationalError: (1045, "Access denied for user 'chromeosqa-admin'@'chromeos-server23.cbf.corp.google.com' (using password: YES)")
Unexpected exception: (1045, "Access denied for user 'chromeosqa-admin'@'chromeos-server23.cbf.corp.google.com' (using password: YES)")


Not yet sure exactly what is trying to connect to the local DB.
 

Comment 1 by aut...@google.com, Apr 18 2017

Labels: -current-issue
Labels: current-issue
Owner: ----
Back to triage queue.
Don't have cycles for this atm.
Owner: ayatane@chromium.org

Comment 4 by aut...@google.com, Jun 2 2017

Labels: -current-issue
Status: WontFix (was: Untriaged)
Cannot reproduce, probably fixed at some point or a temporary issue

Sign in to add a comment