-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't remove shm for log: Function not implemented #2407
Comments
Hello Maurice, it is interesting to see that OTOBO is actually running on FreeBSD! I took a look at the relevant code in Kernel/System/Log.pm. The purpose of using shared memory is only to show the last log entries in the "System Log" admin frontend, that is in https://localhost/otobo/index.pl?Action=AdminLog. I assume that your security enhanced FreeBSD has security settings that deactivates the Perl builtin function So this message in the logfile only means that the AdminLog can't show the current system log. Therefore my guess is that these message has nothing to do with the stalled agent interface. But there is also an error in the code, Best regards, |
Hi Bernhard, thank you for your reply. OTOBO is running fine on FreeBSD, it does not require much changes from Linux. I have added the below settings for the Jail running OTOBO, and the error seems to be gone:
More details can be found on the following MAN pages: |
It makes no sense to call shmctl with an undefind segment
I tested the changes in a Docker based installation and found that I could see no messages in AdminLog. It is obvious that not all messages are show when there are multiple webservers in different containers. But in my devel setup only a single container was running a single preforked webserver. It turns out that |
This happens regularly in Docker containers, so check for definedness instead of thruthess. Also get rid of an useless eval. Also explain a bit about the flags passed to shmget().
Handled the case where the segment ID is 0. Manual test in Docker looks fine. Test suite looks fine. Closing this issue. @mkaag : Merci pour le report et pour la configuration du Jail. |
Hello there,
there are some errors, from time to time, usually they have minimal impact on my running instance of OTOBO. However today the backend (index.pl) is not responding anymore. The frontend (public.pl and customer.pl) seems to work fine.
OTOBO v10.1.7 is running on FreeBSD 13.1 (zfs, jail) with MySQL 8.0 / redis / Apache 2.4
Restarting the jail fixed the issue.
I was creating new items in ITSM while the below error popped up in the httpd-error.log:
Thank you for this amazing software, I would not exchange it for something else!
The text was updated successfully, but these errors were encountered: