SOLVED: random daemon error that keeps reoccuring

Moderator: crythias

Post Reply
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

SOLVED: random daemon error that keeps reoccuring

Post by plattnat »

I keep seeing this being created but have no idea why, any ideas?

Code: Select all

ERROR: OTRS-otrs.Daemon.pl - Daemon
Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker-25 Perl: 5.26.3 OS: linux Time:
Wed Jan 12 14:14:05 2022

 Message: Error serializing data:
Traceback (263101):
   Module: Kernel::System::Storable::Serialize Line: 88
   Module: Kernel::System::Cache::FileStorable::Set Line: 80
   Module: Kernel::System::Cache::Set Line: 246
   Module: Kernel::System::SysConfig::DB::DefaultSettingListGet Line: 1426
   Module: Kernel::System::SysConfig::ConfigurationListGet Line: 3043
   Module: Kernel::System::SysConfig::ConfigurationInvalidList Line: 3230
   Module: (eval) Line: 138
   Module:
Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker::AsynchronousExecutor::Run
Line: 118
   Module: Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker::Run Line: 236
   Module: (eval) Line: 331
   Module: main::Start Line: 331
   Module: /opt/otrs/bin/otrs.Daemon.pl Line: 152
Last edited by plattnat on 15 Mar 2022, 10:27, edited 1 time in total.
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: random daemon error that keeps reoccuring

Post by root »

Hi,

Please run al application user this command

$ bin/otrs.Console.pl Maint::Config::Rebuild --cleanup
$ bin/otrs.Console.pl Admin::Config::ListInvalid

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

bash-4.4$ bin/otrs.Console.pl Maint::Config::Rebuild --cleanup
Rebuilding the system configuration...
ERROR: OTRS-otrs.Console.pl-Maint::Config::Rebuild-25 Perl: 5.26.3 OS: linux Time: Wed Jan 12 16:30:08 2022

Message: Error serializing data:

Traceback (263928):
Module: Kernel::System::Storable::Serialize Line: 88
Module: Kernel::System::Cache::FileStorable::Set Line: 80
Module: Kernel::System::Cache::Set Line: 246
Module: Kernel::System::SysConfig::DB::DefaultSettingListGet Line: 1426
Module: Kernel::System::SysConfig::_GetSettingsToDeploy Line: 5848
Module: Kernel::System::SysConfig::ConfigurationDeploy Line: 3422
Module: Kernel::System::Console::Command::Maint::Config::Rebuild::Run Line: 138
Module: (eval) Line: 460
Module: Kernel::System::Console::BaseCommand::Execute Line: 454
Module: Kernel::System::Console::InterfaceConsole::Run Line: 81
Module: bin/otrs.Console.pl Line: 37

Done.
bash-4.4$ bin/otrs.Console.pl Admin::Config::ListInvalid
ERROR: OTRS-otrs.Console.pl-Admin::Config::ListInvalid-25 Perl: 5.26.3 OS: linux Time: Wed Jan 12 16:30:24 2022

Message: Error serializing data:

Traceback (263938):
Module: Kernel::System::Storable::Serialize Line: 88
Module: Kernel::System::Cache::FileStorable::Set Line: 80
Module: Kernel::System::Cache::Set Line: 246
Module: Kernel::System::SysConfig::DB::DefaultSettingListGet Line: 1426
Module: Kernel::System::SysConfig::ConfigurationListGet Line: 3043
Module: Kernel::System::SysConfig::ConfigurationInvalidList Line: 3230
Module: Kernel::System::Console::Command::Admin::Config::ListInvalid::Run Line: 43
Module: (eval) Line: 460
Module: Kernel::System::Console::BaseCommand::Execute Line: 454
Module: Kernel::System::Console::InterfaceConsole::Run Line: 81
Module: bin/otrs.Console.pl Line: 37

All settings are valid.
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

Any other suggestions on this, it's spawning random tickets all the time now
Johannes
Moderator
Posts: 393
Joined: 30 Jan 2008, 02:26
Znuny Version: All of them ^^
Real Name: Hannes
Company: Znuny|OTTERHUB

Re: random daemon error that keeps reoccuring

Post by Johannes »

Hi can you give us some more information:
What did you do before the random error appeared?
Did you updated your instance to a new patchlevel?
Modified Sysconfigs? Modified files?

It seems to me that something is wrong with the defaults and they cant be written to disk (for an unknown reason).
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

Johannes wrote: 02 Mar 2022, 09:49 Hi can you give us some more information:
What did you do before the random error appeared?
Did you updated your instance to a new patchlevel?
Modified Sysconfigs? Modified files?

It seems to me that something is wrong with the defaults and they cant be written to disk (for an unknown reason).
It's a clean install and has happened since it was installed, i've never noticed the error myself but a ticket gets logged randomly that gives that error. No other files have been modified except apache conf.
skullz
Znuny superhero
Posts: 624
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: random daemon error that keeps reoccuring

Post by skullz »

I would try to

1. Set permission

Code: Select all

/opt/otrs/bin/otrs.SetPermissions.pl
2. Delete cache

Code: Select all

/opt/otrs/bin/otrs.Cosonle.pl Maint::Cache::Delete
/opt/otrs/bin/otrs.Cosonle.pl Maint::Loader::CacheCleanup
3. Restart webserver

4. Delete everything under /opt/otrs/var/tmp/

Good luck
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

So i did that and now i'm getting this;
ERROR: OTRS-otrs.Daemon.pl - Daemon
Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker-25 Perl: 5.26.3 OS: linux Time:
Thu Mar 3 10:23:59 2022

Message: Error serializing data:

Traceback (652658):
Module: Kernel::System::Storable::Serialize Line: 88
Module: Kernel::System::Cache::FileStorable::Set Line: 80
Module: Kernel::System::Cache::Set Line: 246
Module: Kernel::System::SysConfig::DB::DefaultSettingListGet Line: 1426
Module: Kernel::System::SysConfig::ConfigurationListGet Line: 3043
Module: Kernel::System::SysConfig::ConfigurationInvalidList Line: 3230
Module: (eval) Line: 138
Module:
Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker::AsynchronousExecutor::Run
Line: 118
Module: Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker::Run Line: 236
Module: (eval) Line: 331
Module: main::Start Line: 331
Module: /opt/otrs/bin/otrs.Daemon.pl Line: 152
So the error seems to have moved on!
cilap
Znuny newbie
Posts: 14
Joined: 08 Feb 2022, 13:58
Znuny Version: see in post
Real Name: Darko

Re: random daemon error that keeps reoccuring

Post by cilap »

it is a clean install, means no prior data was in the DataBase? right?

also can you please share

Code: Select all

uname -a

Code: Select all

cat /etc/issue

Code: Select all

sudo df -h

Code: Select all

sudo mount 
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: random daemon error that keeps reoccuring

Post by root »

cilap wrote: 03 Mar 2022, 21:01

Code: Select all

cat /etc/issue
Really? What should be the reason to see the "prelogin message and identification file"?

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

Code: Select all

[root@help /]# uname -a
Linux xxxxx 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 20:49:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
[root@help /]# sudo df -h
Filesystem           Size  Used Avail Use% Mounted on
devtmpfs             3.8G     0  3.8G   0% /dev
tmpfs                3.8G     0  3.8G   0% /dev/shm
tmpfs                3.8G  346M  3.5G   9% /run
tmpfs                3.8G     0  3.8G   0% /sys/fs/cgroup
/dev/mapper/rl-root   70G  4.1G   66G   6% /
/dev/sda1           1014M  322M  693M  32% /boot
/dev/mapper/rl-home  172G  1.3G  170G   1% /home
tmpfs                775M     0  775M   0% /run/user/0
tmpfs                775M     0  775M   0% /run/user/1001
tmpfs                775M     0  775M   0% /run/user/1000
[root@help /]# sudo mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=3946020k,nr_inodes=986505,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
none on /sys/kernel/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/mapper/rl-root on / type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=22353)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
/dev/sda1 on /boot type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
/dev/mapper/rl-home on /home type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=792768k,mode=700)
tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=792768k,mode=700,uid=1001,gid=48)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=792768k,mode=700,uid=1000,gid=1000)
[root@help /]#
As requested but without the /etc/issue as root worried me with his comment. It's a fresh install on this server
Last edited by root on 04 Mar 2022, 10:09, edited 1 time in total.
Reason: Privacy
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: random daemon error that keeps reoccuring

Post by root »

plattnat wrote: 04 Mar 2022, 09:50

Code: Select all

[root@help /]# uname -a
Linux xxxxx 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 20:49:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Hi,

I redacted your post and removed your hostname from it.

It was not my intention to worry you, but I do not seen any reason for any of the questions. But maybe I'm not experienced enough.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

Aren't you on of the developers of the software Roy?
cilap
Znuny newbie
Posts: 14
Joined: 08 Feb 2022, 13:58
Znuny Version: see in post
Real Name: Darko

Re: random daemon error that keeps reoccuring

Post by cilap »

plattnat wrote: 04 Mar 2022, 09:50 As requested but without the /etc/issue as root worried me with his comment. It's a fresh install on this server
/etc/issue is containing your distribution name, nothing to worry about.
From your kernel it looks like it is CentOS8

I am not that deep in perl, but deep in software systems. It looks for me that either the serialization (writing data to disk) or the deserialization (reading data from disk) is failing.

To break it further down:
do you face any issues e.g. on writing to your disks with high load or with long running threads?

I had in the past issues with xfs on virtual environments. Is your environment a virtual guest? If so what type?

also would like to know

Code: Select all

sudo a2query -M
Johannes
Moderator
Posts: 393
Joined: 30 Jan 2008, 02:26
Znuny Version: All of them ^^
Real Name: Hannes
Company: Znuny|OTTERHUB

Re: random daemon error that keeps reoccuring

Post by Johannes »

Hi,
sorry for the delay. Thank you for the explanation.
Can you post the output of /opt/otrs/bin/otrs.CheckModules.pl --all

Thank you

Edit:
And the output of:
/opt/otrs/bin/otrs.Console.pl Maint::Daemon::Summary
plattnat wrote: 03 Mar 2022, 12:31 So i did that and now i'm getting this;
ERROR: OTRS-otrs.Daemon.pl - Daemon
Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker-25 Perl: 5.26.3 OS: linux Time:
Thu Mar 3 10:23:59 2022

Message: Error serializing data:

Traceback (652658):
Module: Kernel::System::Storable::Serialize Line: 88
Module: Kernel::System::Cache::FileStorable::Set Line: 80
Module: Kernel::System::Cache::Set Line: 246
Module: Kernel::System::SysConfig::DB::DefaultSettingListGet Line: 1426
Module: Kernel::System::SysConfig::ConfigurationListGet Line: 3043
Module: Kernel::System::SysConfig::ConfigurationInvalidList Line: 3230
Module: (eval) Line: 138
Module:
Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker::AsynchronousExecutor::Run
Line: 118
Module: Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker::Run Line: 236
Module: (eval) Line: 331
Module: main::Start Line: 331
Module: /opt/otrs/bin/otrs.Daemon.pl Line: 152
So the error seems to have moved on!
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

Code: Select all

[root@help sbl]# su -c "/opt/otrs/bin/otrs.CheckModules.pl --all" -s /bin/bash otrs
  o Apache::DBI......................ok (v1.12)
  o Apache2::Reload..................ok (v0.13)
  o Archive::Tar.....................ok (v2.30)
  o Archive::Zip.....................ok (v1.60)
  o Crypt::Eksblowfish::Bcrypt.......ok (v0.009)
  o CSS::Minifier::XS................ok (v0.13)
  o Date::Format.....................ok (v2.24)
  o DateTime.........................ok (v1.50)
    o DateTime::TimeZone.............ok (v2.19)
    Please consider updating to version 2.20 or higher: This version includes recent time zone changes for Chile.
  o DBI..............................ok (v1.641)
  o DBD::mysql.......................ok (v4.046)
  o DBD::ODBC........................Not installed! To install, you can use: 'cpan DBD::ODBC'. (optional - Required to connect to a MS-SQL database.)
  o DBD::Oracle......................Not installed! To install, you can use: 'cpan DBD::Oracle'. (optional - Required to connect to a Oracle database.)
  o DBD::Pg..........................Not installed! To install, you can use: 'cpan DBD::Pg'. (optional - Required to connect to a PostgreSQL database.)
  o Digest::SHA......................ok (v6.02)
  o Encode::HanExtra.................ok (v0.23)
  o IO::Socket::SSL..................ok (v2.066)
  o JavaScript::Minifier::XS.........ok (v0.15)
  o Jq...............................Not installed! To install, you can use: 'cpan Jq'. (optional - Support for extended condition checking via Jq for the generic interface.)
  o JSON::XS.........................ok (v3.04)
  o List::Util::XS...................ok (v1.49)
  o LWP::UserAgent...................ok (v6.53)
  o Mail::IMAPClient.................ok (v3.42)
    o IO::Socket::SSL................ok (v2.066)
    o Authen::SASL...................ok (v2.16)
    o Authen::NTLM...................ok (v1.09)
  o ModPerl::Util....................ok (v2.000012)
  o Moo..............................ok (v2.003004)
  o Net::DNS.........................ok (v1.15)
  o Net::LDAP........................ok (v0.66)
  o Net::SMTP........................ok (v3.11)
  o Spreadsheet::XLSX................Not installed! To install, you can use: 'cpan Spreadsheet::XLSX'. (optional - Spreadsheet::XLSX enables import of Excel files in certain dialogs.)
  o Template.........................ok (v2.29)
  o Template::Stash::XS..............ok (undef)
  o Text::Diff::FormattedHTML........ok (v0.08)
  o Text::CSV_XS.....................ok (v1.40)
  o Time::HiRes......................ok (v1.9758)
  o XML::LibXML......................ok (v2.0132)
  o XML::LibXSLT.....................ok (v1.96)
  o XML::Parser......................ok (v2.44)
  o YAML::XS.........................ok (v0.70)

Bundled modules:

  o Algorithm::Diff..................ok (v1.1903)
  o Apache::DBI......................ok (v1.12)
  o CGI..............................ok (v4.36)
  o CSS::Minifier....................ok (v0.01)
  o Class::Inspector.................ok (v1.31)
  o Crypt::PasswdMD5.................ok (v1.40)
  o Crypt::Random::Source............ok (v0.14)
  o Email::Valid.....................ok (v1.202)
  o Encode::Locale...................ok (v1.05)
  o Exporter::Tiny...................ok (v1.002001)
  o IO::Interactive..................ok (v1.022)
  o JSON.............................ok (v2.94)
  o JSON::PP.........................ok (v2.27203)
  o JavaScript::Minifier.............ok (v1.15)
  o LWP..............................ok (v6.53)
  o Linux::Distribution..............ok (v0.23)
  o Locale::Codes....................ok (v3.52)
  o MIME::Tools......................ok (v5.509)
  o Mail::Address....................ok (v2.18)
  o Mail::Internet...................ok (v2.18)
  o Math::Random::ISAAC..............ok (v1.004)
  o Math::Random::Secure.............ok (v0.080001)
  o Module::Find.....................ok (v0.15)
  o Module::Refresh..................ok (v0.17)
  o Moo..............................ok (v2.003004)
  o Mozilla::CA......................ok (v20211001)
  o Net::HTTP........................ok (v6.17)
  o Net::IMAP::Simple................ok (v1.2209)
  o Net::SSLGlue.....................ok (v1.058)
  o PDF::API2........................ok (v2.033)
  o SOAP::Lite.......................ok (v1.20)
Argument "v4" isn't numeric in sprintf at /opt/otrs/bin/otrs.CheckModules.pl line 910.
  o Sisimai..........................ok (vv4.25.11)
  o Sys::Hostname::Long..............ok (v1.5)
  o Text::CSV........................ok (v1.95)
  o Text::Diff.......................ok (v1.44)
  o Types::TypeTiny..................ok (v1.010000)
  o URI..............................ok (v1.71)
  o YAML.............................ok (v1.23)
  o namespace::clean.................ok (v0.27)
  o parent...........................ok (v0.236)
[root@help sbl]#

Code: Select all

[root@help sbl]# su -c "/opt/otrs/bin/otrs.Console.pl Maint::Daemon::Summary" -s /bin/bash otrs

Gathering summary for all daemons...

  System configuration sync:
    Daemon is active.

  Tasks to be executed in future:
    There are currently no tasks to be executed in future.

  Recurrent cron tasks:
  +---------------------------------+---------------------+-------------+---------------+---------------------+
  | Name                            | Last Execution      | Last Status | Last Duration | Next Execution      |
  +---------------------------------+---------------------+-------------+---------------+---------------------+
  | ArticleSearchIndexRebuild       | 2022-03-07 08:28:00 | Success     | < 1 Second    | 2022-03-07 08:29:00 |
  | CommunicationLogDelete          | 2022-03-07 03:00:00 | Success     | 1.0 Second(s) | 2022-03-08 03:00:00 |
  | ConfigurationDeploymentCleanup  | 2022-03-06 00:40:00 | Success     | 1.0 Second(s) | 2022-03-13 00:40:00 |
  | CoreCacheCleanup                | 2022-03-06 00:20:00 | Fail        | 1.0 Second(s) | 2022-03-13 00:20:00 |
  | EscalationCheck                 | 2022-03-07 08:25:00 | Success     | < 1 Second    | 2022-03-07 08:30:00 |
  | GenerateDashboardStats          | 2022-03-07 08:05:00 | Success     | 1.0 Second(s) | 2022-03-07 09:05:00 |
  | GenericInterfaceDebugLogCleanup | 2022-03-07 03:02:00 | Success     | < 1 Second    | 2022-03-08 03:02:00 |
  | ITSMChangesCheck                | 2022-03-07 08:20:00 | Success     | < 1 Second    | 2022-03-07 08:30:00 |
  | LoaderCacheDelete               | 2022-03-06 00:30:00 | Success     | < 1 Second    | 2022-03-13 00:30:00 |
  | MailAccountFetch                | 2022-03-07 08:20:00 | Success     | 1.0 Second(s) | 2022-03-07 08:30:00 |
  | MailQueueSend                   | 2022-03-07 08:28:00 | Success     | < 1 Second    | 2022-03-07 08:29:00 |
  | OTRSBusinessAvailabilityCheck   | 2022-03-07 08:15:00 | Success     | < 1 Second    | 2022-03-07 08:35:00 |
  | OTRSBusinessEntitlementCheck    | 2022-03-07 08:25:00 | Success     | < 1 Second    | 2022-03-07 08:45:00 |
  | RegistrationUpdateSend          | 2022-03-07 07:30:00 | Success     | < 1 Second    | 2022-03-07 08:30:00 |
  | RenewCustomerSMIMECertificates  | 2022-03-07 02:02:00 | Success     | < 1 Second    | 2022-03-08 02:02:00 |
  | SessionDeleteExpired            | 2022-03-07 06:55:00 | Success     | 1.0 Second(s) | 2022-03-07 08:55:00 |
  | SpoolMailsReprocess             | 2022-03-07 00:10:00 | Success     | 1.0 Second(s) | 2022-03-08 00:10:00 |
  | SupportDataCollectAsynchronous  | 2022-03-07 08:01:00 | Success     | < 1 Second    | 2022-03-07 09:01:00 |
  | TicketAcceleratorRebuild        | 2022-03-07 01:01:00 | Success     | < 1 Second    | 2022-03-08 01:01:00 |
  | TicketDraftDeleteExpired        | 2022-03-07 07:55:00 | Success     | < 1 Second    | 2022-03-07 08:55:00 |
  | TicketNumberCounterCleanup      | 2022-03-07 08:20:00 | Success     | < 1 Second    | 2022-03-07 08:30:00 |
  | TicketPendingCheck              | 2022-03-07 06:45:00 | Success     | < 1 Second    | 2022-03-07 08:45:00 |
  | TicketUnlockTimeout             | 2022-03-07 07:35:00 | Success     | < 1 Second    | 2022-03-07 08:35:00 |
  | WebUploadCacheCleanup           | 2022-03-07 07:46:00 | Success     | < 1 Second    | 2022-03-07 08:46:00 |
  +---------------------------------+---------------------+-------------+---------------+---------------------+

  Recurrent generic agent tasks:
    There are currently no generic agent recurring tasks configured.

  Unhandled Worker Tasks:
    There are currently no tasks waiting to be executed.

  Handled Worker Tasks:
    There are currently no tasks being executed.

Done.
[root@help sbl]#
Johannes
Moderator
Posts: 393
Joined: 30 Jan 2008, 02:26
Znuny Version: All of them ^^
Real Name: Hannes
Company: Znuny|OTTERHUB

Re: random daemon error that keeps reoccuring

Post by Johannes »

Thanks for the info.
Except for the loader cache cleanup, everything seems to be fine.

Another question:
Does this error occur at a certain interval?
Like every Sunday 2 a.m or something

I digged into the code and would say that we don't have to look at your OS at all.

But I would assume that at some time, there was a missing perl dependency or something is not 100% correct with your Sysconfig.

The issue somewhat related to the DefaultSettingListGet method. Which is called every time the sysconfig is read. To save some calls the cache is also updated with any call of this method.

It basically parses the sysconfig (all of it) from the database. The db stores the original XML values from your Kernel/Config/Files/XML directory and the parsed YAML values.

We had issues in the past before when YAML::XS was not installed at the point of installation. It could also be related to the XML parser or just a faulty sysconfig entry.

Can I suggest that you dump the following database tables:

- sysconfig_default
- sysconfig_default_version
- sysconfig_deployment
- sysconfig_deployment_lock
- sysconfig_modified
- sysconfig_modified_version

If you want us to dig deeper into this, send the zip compressed dump via mail to bugreport@znuny.com .
We try to replicate the error on our side. I tried it yesterday but could not trigger the error.

I can also offer you to have a look on your instance if you can provide some details to contact you, timezone and availability via mail.

Thanks
Johannes
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

Re: random daemon error that keeps reoccuring

Post by plattnat »

Files have been emailed over as requested
Johannes
Moderator
Posts: 393
Joined: 30 Jan 2008, 02:26
Znuny Version: All of them ^^
Real Name: Hannes
Company: Znuny|OTTERHUB

Re: random daemon error that keeps reoccuring

Post by Johannes »

Perfect. I can reproduce the error.
We dig into it.
Johannes
Moderator
Posts: 393
Joined: 30 Jan 2008, 02:26
Znuny Version: All of them ^^
Real Name: Hannes
Company: Znuny|OTTERHUB

[solved]Re: random daemon error that keeps reoccuring

Post by Johannes »

The issue is resolved.
We could only reproduce it on Rocky Linux. After we updated the Perl Module "Storable" to version 3.25 it disappeared.

What we did in short to update the module:
asRoot> cpanm Storable

Make sure you have the needed dependencies installed, like gcc and make
asRoot>dnf install gcc make cpanminus

You can remove them after the update if don't need them elsewhere.


We could not find an difference between the actual sysconfig settings or what was stored in the database.
plattnat
Znuny newbie
Posts: 41
Joined: 26 Dec 2015, 09:42
Znuny Version: 6.2.1
Real Name: Nathan Platt

SOLVED Re: random daemon error that keeps reoccuring

Post by plattnat »

Thanks for all the help. Marking as solved
dvandorp
Znuny newbie
Posts: 7
Joined: 17 Mar 2020, 12:05
Znuny Version: 7.0.14
Real Name: Danny van Dorp
Company: SNV Netherlands Development Organisation

Re: SOLVED: random daemon error that keeps reoccuring

Post by dvandorp »

I got the same error and when I checked I found that the supportdatacollector/pluginasynchronous contained a folder called znuny and not a folder called otrs. I have copied the znuny folder to a new folder called otrs and it fixed 3 problems at the same time.
- sending email attachments worked again
- calendar overview showed calendar items again
- support data collector worked again
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: SOLVED: random daemon error that keeps reoccuring

Post by root »

dvandorp wrote: 20 Dec 2023, 13:26 I got the same error and when I checked I found that the supportdatacollector/pluginasynchronous contained a folder called znuny and not a folder called otrs. I have copied the znuny folder to a new folder called otrs and it fixed 3 problems at the same time.
- sending email attachments worked again
- calendar overview showed calendar items again
- support data collector worked again
Thank you for letting us know, we will check this.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Post Reply