Page MenuHomeDevCentral

RegressionTag
ActivePublic

Members (1)

Watchers

  • This project does not have any watchers.
  • View All

Details

Description

Any issue which worked previously fine.

This is a project-as-a-tag.

Recent Activity

Thu, Oct 31

dereckson moved T1991: Context has again been lost on /var/log/www from To check again to To report on the upstream board.
Thu, Oct 31, 18:46 · upstream, Regression, Servers, Salt

Oct 14 2024

dereckson added a comment to T1991: Context has again been lost on /var/log/www.

Same thing for Dwellers:

Oct 14 2024, 00:23 · upstream, Regression, Servers, Salt

Sep 30 2024

dereckson updated the task description for T2022: Can't upgrade Openfire to 4.9.0.
Sep 30 2024, 22:25 · upstream, Regression, XMPP
dereckson closed T2022: Can't upgrade Openfire to 4.9.0 as Resolved.

Solved by removing space from conf/security.xml in Base64 string.

Sep 30 2024, 22:23 · upstream, Regression, XMPP

Sep 29 2024

dereckson added a comment to T2022: Can't upgrade Openfire to 4.9.0.

Illegal base64 character 20 is an hexadecimal ASCII code, so it's a space.

Sep 29 2024, 21:13 · upstream, Regression, XMPP

Sep 24 2024

dereckson added a comment to T2022: Can't upgrade Openfire to 4.9.0.

Raised the issue on the Ignite discussion forum - https://discourse.igniterealtime.org/t/regression-on-4-9-0-after-of-2864-illegal-base64/94703

Sep 24 2024, 17:05 · upstream, Regression, XMPP
dereckson added a project to T2022: Can't upgrade Openfire to 4.9.0: upstream.
Sep 24 2024, 17:04 · upstream, Regression, XMPP
dereckson added a comment to T2022: Can't upgrade Openfire to 4.9.0.

Could be triggered by https://igniterealtime.atlassian.net/browse/OF-2864 base64 class replacement.

Sep 24 2024, 16:51 · upstream, Regression, XMPP
dereckson triaged T2022: Can't upgrade Openfire to 4.9.0 as High priority.
Sep 24 2024, 08:34 · upstream, Regression, XMPP

Aug 5 2024

dereckson closed T1992: Install patch on redhat family as part of core, a subtask of T1991: Context has again been lost on /var/log/www, as Resolved.
Aug 5 2024, 19:26 · upstream, Regression, Servers, Salt

Aug 3 2024

dereckson moved T1991: Context has again been lost on /var/log/www from Backlog to To check again on the upstream board.
Aug 3 2024, 16:32 · upstream, Regression, Servers, Salt
dereckson moved T1991: Context has again been lost on /var/log/www from Working on to Pending review on the Servers board.
Aug 3 2024, 16:32 · upstream, Regression, Servers, Salt
dereckson added a revision to T1991: Context has again been lost on /var/log/www: D3392: Avoid egrep in Salt code base.
Aug 3 2024, 13:09 · upstream, Regression, Servers, Salt
dereckson claimed T1991: Context has again been lost on /var/log/www.

We can actually provide P352 as hotfix.

Aug 3 2024, 12:13 · upstream, Regression, Servers, Salt
dereckson added a subtask for T1991: Context has again been lost on /var/log/www: T1992: Install patch on redhat family as part of core.
Aug 3 2024, 12:04 · upstream, Regression, Servers, Salt
dereckson lowered the priority of T1991: Context has again been lost on /var/log/www from High to Normal.
Aug 3 2024, 10:11 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.

I've applied P352 to replace egrep by grep -E on dwellers and docker-002.

Aug 3 2024, 10:11 · upstream, Regression, Servers, Salt

Jul 31 2024

dereckson moved T1991: Context has again been lost on /var/log/www from Backlog to Bug and issues on the Salt board.
Jul 31 2024, 16:30 · upstream, Regression, Servers, Salt
dereckson added a project to T1991: Context has again been lost on /var/log/www: upstream.
Jul 31 2024, 16:30 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.

Already reported upstream: https://github.com/saltstack/salt/issues/65608

Jul 31 2024, 16:30 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.
Complector
$ cd /opt/salt/nasqueron-operations
$ salt dwellers state.apply roles/webserver-core/nginx/config
[…]
----------                                                                                                                                                                                                                                    [3/295]
          ID: selinux_context_nginx_logs
    Function: selinux.fcontext_policy_present
        Name: /var/log/www
      Result: False
     Comment: An exception occurred in this state: Traceback (most recent call last):
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/state.py", line 2428, in call
                  ret = self.states[cdata["full"]](
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__
                  ret = self.loader.run(run_func, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run
                  return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as
                  return _func_or_method(*args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1317, in wrapper
                  return f(*args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/states/selinux.py", line 326, in fcontext_policy_present
                  current_state = __salt__["selinux.fcontext_get_policy"](
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 160, in __call__
                  ret = self.loader.run(run_func, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1269, in run
                  return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/loader/lazy.py", line 1284, in _run_as
                  return _func_or_method(*args, **kwargs)
                File "/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/selinux.py", line 507, in fcontext_get_policy
                  "filespec": parts.group(1).strip(),
              AttributeError: 'NoneType' object has no attribute 'group'
     Started: 16:25:51.413301
    Duration: 391.186 ms
     Changes:
----------
          ID: selinux_context_nginx_logs_applied
    Function: selinux.fcontext_policy_applied
        Name: /var/log/www
      Result: True
     Comment: SElinux policies are already applied for filespec "/var/log/www"
     Started: 16:25:51.804764
    Duration: 6.322 ms
     Changes:
----------
[…]
Jul 31 2024, 16:27 · upstream, Regression, Servers, Salt
dereckson added a comment to T1991: Context has again been lost on /var/log/www.

Issue can be repro on Dwellers:

Jul 31 2024, 16:23 · upstream, Regression, Servers, Salt
dereckson edited Description on Regression.
Jul 31 2024, 16:22
dereckson added a project to T1991: Context has again been lost on /var/log/www: Regression.
Jul 31 2024, 16:22 · upstream, Regression, Servers, Salt

Jan 13 2024

dereckson closed T1940: Can't compile crc32fast on FreeBSD with current datasources dependencies as Resolved.

The crc32fast is a dependency of reqwest, it can be built in version 1.3.2 for reqwest 0.11.17.

Jan 13 2024, 19:25 · Regression, Nasqueron Databases
dereckson triaged T1940: Can't compile crc32fast on FreeBSD with current datasources dependencies as High priority.
Jan 13 2024, 19:19 · Regression, Nasqueron Databases

May 18 2023

dereckson closed T1542: Jenkins CD can't publish to Ysul anymore as Wontfix.

Alkane will now PULL files from Jenkins, instead of Jenkins pushing to the relevant server.

May 18 2023, 11:49 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers

Apr 19 2023

dereckson added a project to T1512: Could not create directory "mwstore://local-backend/local-public/b/b2".: Regression.
Apr 19 2023, 23:39 · Regression, Wolfplex migration, Mediawiki SaaS

Apr 3 2023

dereckson closed T1821: InvalidArgumentException: Please provide a valid cache path. as Resolved by committing rOPS89ce0bb0b48f: Create Laravel framework directories.
Apr 3 2023, 22:15 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
dereckson added a comment to T1821: InvalidArgumentException: Please provide a valid cache path..

Not sure at one moment the issue was solved, with opcache it's not easy to know, but just restart the server after creating the directories wasn't enough.

Apr 3 2023, 22:14 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
dereckson added a revision to T1821: InvalidArgumentException: Please provide a valid cache path.: D2971: Create Laravel framework directories.
Apr 3 2023, 21:54 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
dereckson updated the task description for T1821: InvalidArgumentException: Please provide a valid cache path..
Apr 3 2023, 21:49 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression
alken-orin assigned T1821: InvalidArgumentException: Please provide a valid cache path. to dereckson.
Apr 3 2023, 20:04 · Notifications center, Salt, Nasqueron Docker deployment squad, Regression

Jan 10 2023

dereckson closed T1727: 500 error when Phabricator sends a payload to the notifications center as Resolved.

I've regenerated /usr/share/ca-certificates and /etc/ssl/certs based on a "recent" Debian ca-certificates package against Debian Sid, version 20211016. Works like a charm now.

Jan 10 2023, 02:25 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson updated subscribers of T1727: 500 error when Phabricator sends a payload to the notifications center.

Container still runs on Jessie, we need to deploy new @DorianWinty work on recent Debian PHP 8 container, with correct certificates.

Jan 10 2023, 02:04 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson added a comment to T1727: 500 error when Phabricator sends a payload to the notifications center.

Disabled Sentry, so we can have a correct log of the stacktrace, and updated description accordingly.

Jan 10 2023, 02:01 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson updated the task description for T1727: 500 error when Phabricator sends a payload to the notifications center.
Jan 10 2023, 01:58 · User-Dereckson, Regression, DevCentral, Notifications center

Apr 20 2022

dereckson added a comment to T1727: 500 error when Phabricator sends a payload to the notifications center.

I'm not sure can still a reliable way create a map between project PHID and name. That should be the first thing to investigate.

Apr 20 2022, 15:35 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson moved T1727: 500 error when Phabricator sends a payload to the notifications center from Backlog to Config on the DevCentral board.
Apr 20 2022, 15:32 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson moved T1727: 500 error when Phabricator sends a payload to the notifications center from Backlog to Next on the User-Dereckson board.
Apr 20 2022, 15:31 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson added a project to T1727: 500 error when Phabricator sends a payload to the notifications center: User-Dereckson.
Apr 20 2022, 15:31 · User-Dereckson, Regression, DevCentral, Notifications center
dereckson created T1727: 500 error when Phabricator sends a payload to the notifications center.
Apr 20 2022, 15:30 · User-Dereckson, Regression, DevCentral, Notifications center

Feb 27 2022

dereckson accepted rOPS72fc438a44ca: Install ProofredPage MediaWiki extension dependencies.

Issue fixed by aaeb4b5564bd.

Feb 27 2022, 01:18 · Regression
dereckson added a comment to rOPS72fc438a44ca: Install ProofredPage MediaWiki extension dependencies.
WindRiver
$ sudo salt-call --local state.sls roles/devserver/userland-software/dev test=True
local:
    Data failed to compile:
----------
    Too many functions declared in state 'pkg' in SLS 'roles/devserver/userland-software/dev'
Feb 27 2022, 01:07 · Regression
dereckson added 1 auditor(s) for rOPS72fc438a44ca: Install ProofredPage MediaWiki extension dependencies: dereckson.
Feb 27 2022, 01:06 · Regression

Dec 30 2020

dereckson closed T1640: "certbot: error: unrecognized arguments:" when renewing certificates on Docker Engine as Resolved by committing rOPS636fd7818086: Allow certbot wrapper to work when no argument is provided after the command.
Dec 30 2020, 02:23 · Regression, Nasqueron Docker deployment squad, security, Servers
dereckson added a revision to T1640: "certbot: error: unrecognized arguments:" when renewing certificates on Docker Engine: D2375: Allow certbot wrapper to work when no argument is provided after the command.
Dec 30 2020, 02:19 · Regression, Nasqueron Docker deployment squad, security, Servers
dereckson added a project to T1640: "certbot: error: unrecognized arguments:" when renewing certificates on Docker Engine: Regression.

Regression introduced in rOPSbf659c5728cbfeab65c1fba8772f2037278000b5:

Dec 30 2020, 02:14 · Regression, Nasqueron Docker deployment squad, security, Servers

Oct 13 2020

dereckson reopened T1542: Jenkins CD can't publish to Ysul anymore as "Open".
Oct 13 2020, 02:19 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers
dereckson closed T1542: Jenkins CD can't publish to Ysul anymore as Resolved.
Oct 13 2020, 02:19 · Jenkins, Operations sprints (Consolidate them all), Regression, Servers