Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Mar 2022 11:57:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262338] www/gitlab-ce: start redis before gitlab-ce
Message-ID:  <bug-262338-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262338

            Bug ID: 262338
           Summary: www/gitlab-ce: start redis before gitlab-ce
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mfechner@FreeBSD.org
          Reporter: majo-bugs.freebsd.org@cerny.sk
             Flags: maintainer-feedback?(mfechner@FreeBSD.org)
          Assignee: mfechner@FreeBSD.org

After upgrading my system from FreeBSD 12.2 to 12.3 I noticed the following
error:

    The GitLab Sidekiq job dispatcher is not running.

    sidekiq.log: Error connecting to Redis on /var/run/redis/redis.sock
(Errno::ENOENT)

The error was caused by starting gitlab-ce before redis server. Probably the
rcorder has changed for my gitlab jail instance after upgrade to FreeBSD 12=
.3.

I have fixed the problem by adding `redis` to REQUIRE: in the rc.d startup
script:

    # REQUIRE: LOGIN redis

Please consider adding `redis` to the REQUIRE: block in
/usr/local/etc/rc.d/gitlab for all users. Thanks.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262338-7788>