From b97db2a6776409d6a6b904d1ee293c9d3150be86 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Tue, 24 Feb 2026 23:09:56 +0000 Subject: [PATCH] Wait longer for STDB startup --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7fbe129..65b0ee6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -136,7 +136,7 @@ if [ -z "$REAL_REALM" ]; then if [ "$CTDB_ENABLED" = "true" ]; then ((/usr/sbin/ctdbd --interactive)&) CTDB_PID=$! - sleep 10 + sleep 120 fi net ads join --no-dns-updates -U"$ADMIN_ACCOUNT"%"$ADMIN_PASSWORD" if [ "$CTDB_ENABLED" = "true" ]; then @@ -144,7 +144,7 @@ if [ -z "$REAL_REALM" ]; then fi ((/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf -j /tmp/sp.pid)&) - sleep 10 + sleep 30 # Allow adding printer drivers for Administrator # Note: These commands require running winbind that resolves the group name and dcerpcd that accesses printers list