6.0.24 to 6.0.30 - unable to create PID for RebuildConfig!

Moderator: crythias

Post Reply
Nespresso
Znuny newbie
Posts: 3
Joined: 23 Mar 2020, 16:14
Znuny Version: 6.0.30
Real Name: John
Company: Nespresso

6.0.24 to 6.0.30 - unable to create PID for RebuildConfig!

Post by Nespresso »

Hello,

Did the upgrade from 6.0.24 to 6.0.30 and now I cannot rebuild the config, because of this I have a few thing now working properly, mainly a company theme and a few very minor customizations.

I left this for over 24h expecting it would finish but I keep getting that, tried to find this existing PID but no luck, restarted httpd, otrs daemon, cron.

Other than what I described above the system is running fine.

Code: Select all

[coffee@obelisk bin]# su -c "/opt/otrs/bin/otrs.Console.pl Maint::Config::Rebuild" -s /bin/bash otrs

There is another system configuration rebuild in progress, waiting...

Error: System was unable to create PID for RebuildConfig!
[coffee@obelisk bin]# 
Any guidance on how to track this PID?

Thank you very much.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: 6.0.24 to 6.0.30 - unable to create PID for RebuildConfig!

Post by crythias »

Code: Select all

select * from process_id
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Nespresso
Znuny newbie
Posts: 3
Joined: 23 Mar 2020, 16:14
Znuny Version: 6.0.30
Real Name: John
Company: Nespresso

Re: 6.0.24 to 6.0.30 - unable to create PID for RebuildConfig!

Post by Nespresso »

Hello Crythias,

Thank you for the reply, I do have entries on process_id but the process_create map to December 2019.

Is it okay to delete those entries and then run manually?

Code: Select all

MariaDB [palmtree]> select * from process_id;
+---------------+------------+---------------------+----------------+----------------+
| process_name  | process_id | process_host        | process_create | process_change |
+---------------+------------+---------------------+----------------+----------------+
| RebuildConfig | 13280      | 10.10.10.100:6999 |     1576347498 |     1576347498 |
| RebuildConfig | 13345      | 10.10.10.100:6999 |     1576347571 |     1576347571 |
+---------------+------------+---------------------+----------------+----------------+
Thank you.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: 6.0.24 to 6.0.30 - unable to create PID for RebuildConfig!

Post by crythias »

.. maybe? But

Code: Select all

ps auxwww -p 13280,13345
might be useful...
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Post Reply