Skip to content

[bug] At the first start TypeError: 'bytes' object is not callable #34

@Tri0L

Description

@Tri0L

At the first start or start with clean volumes of ydb docker image TypeError: 'bytes' object is not callable happens.

Run:

docker run -it --rm  \
 --name ydb-local  -h 127.0.0.1  -p 2135:2135   -p 8765:8765   -p 2136:2136 \
 -e YDB_DEFAULT_LOG_LEVEL=NOTICE   -e GRPC_TLS_PORT=2135  \
-e GRPC_PORT=2136   -e MON_PORT=8765  \
 cr.yandex/yc/yandex-docker-local-ydb:latest

Logs:

Starting periodic command scheduler: cron.
Starting enhanced syslogd: rsyslogdrsyslogd: imklog: cannot open kernel log (/proc/kmsg): Operation not permitted.
rsyslogd: activation of module imklog failed [v8.2102.0 try https://www.rsyslog.com/e/2145 ]
.
Traceback (most recent call last):
  File "contrib/tools/python3/src/Lib/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "contrib/tools/python3/src/Lib/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "ydb/public/tools/local_ydb/__main__.py", line 140, in <module>
    arguments.command(arguments)
  File "ydb/public/tools/lib/cmds/__init__.py", line 327, in deploy
    recipe.write_certificates_path(configuration.grpc_tls_ca())
TypeError: 'bytes' object is not callable

Image: cr.yandex/yc/yandex-docker-local-ydb@sha256:39915662b73c1e4bd4aa87a0405f50db8a8246c1da84fb29a66270fdc484288e

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions