Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Alex Kirhenshtein

#31
А томкат точно не использует? В логе консоли (где-то в глубине workdir томката есть файл .log) пишется на старте 
#32
Проверьте версию джавы, нужна 17+
#33
General Support / Re: 4.4.2 Crash
September 15, 2023, 10:40:07 AM
Quote from: MarcusH on September 15, 2023, 10:30:30 AMAny way to figure out what creates this query?
It's executed by object syncer thread, which saves node changes back into the database.

From the error message it's unclear which field is not accepted by the SQL server, this link might help with tracing it: https://stackoverflow.com/a/62905763
#34
General Support / Re: 4.4.2 Crash
September 15, 2023, 10:38:19 AM
Quote from: MarcusH on September 15, 2023, 10:36:51 AMI have a core dump but it gives a lot of reference error and shows no stack trace.

Have you installed netxms-dbg package? It contains all debug symbols for the product.
#35
General Support / Re: 4.4.2 Crash
September 15, 2023, 10:31:49 AM
Quote from: MarcusH on September 15, 2023, 10:03:20 AMRunning server on docker making core dump a challange.
it's rather straighforward if you can control host's core pattern

sysctl -w kernel.core_pattern='/core/core.%e.%p.%t'
docker volume create core_vol
docker run --ulimit core=-1 --mount source=core_vol,target=/core container
sysctl -w kernel.core_pattern=core # reset it back to the default
#36
General Support / Re: 4.4.2 Crash
September 15, 2023, 10:20:53 AM
Quote from: MarcusH on September 15, 2023, 10:03:20 AMWhy does netxms still depend on libssl1.1 and not libssl3?

Because Debian 11 ships with OpenSSL 1.1:

root@da539131bae5:/# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye
root@da539131bae5:/# apt-cache search libssl
libssl-ocaml - OCaml bindings for OpenSSL (runtime)
libssl-ocaml-dev - OCaml bindings for OpenSSL
libssl-dev - Secure Sockets Layer toolkit - development files
libssl-doc - Secure Sockets Layer toolkit - development documentation
libssl1.1 - Secure Sockets Layer toolkit - shared libraries
libssl-utils-clojure - library for SSL certificate management on the JVM
root@da539131bae5:/# apt-cache show libssl-dev|grep Version
Version: 1.1.1n-0+deb11u5
Version: 1.1.1n-0+deb11u4


There are no reference to libssl1 in the official packages for debian 12:

root@d483efbfc136:~# ldd /usr/bin/netxmsd | grep ssl
        libssl.so.3 => /lib/x86_64-linux-gnu/libssl.so.3 (0x00007ffb9ae88000)
root@d483efbfc136:~# dpkg -l netxms-server
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                Version      Architecture Description
+++-===================-============-============-=================================
ii  netxms-server:amd64 4.4.2-1      amd64        meta package
#37
General Support / Re: 4.4.2 Crash
September 14, 2023, 10:19:09 PM
Server crashed, or just failed query? If it's crashed, please share stack trace from core file or just sent us core file and we'll check it.
#38
General Support / Re: SMTP Notification using office 365
September 13, 2023, 03:26:33 PM
I think you can create "app password" in profile and use it for authentication. 
#39
Not really, system was not designed for this kind of usage without external tools.

Depending on your task, you can script around nxget/nxsnmpget/nxsnmpget.
#40
Нет, готовых бинарников мы не публикуем, но агент без проблем собирается на alpine.

Например, я использую его для контейнеров на микротике: https://github.com/alkk/netxms-agent-mikrotik
#41
Hi

You encountered issues with legacy console or the current one? Desktop or web?

Buttons just don't work or misbehave?
#42
Hi

simplest way it to filter them in the Event processing policy. Match these records with script filter and use action "stop processing" (or invert filter and add it to the notification rule instead)
#43
Hello everyone! A great company with a pretty intricate NetXMS deployment is looking for someone with experience in NetXMS. Is it you?! If you happen to be an advanced user and live in New Zealand, let us know.
#44
Announcements / Short questionnaire
May 02, 2023, 03:26:36 PM
Dear NetXMS community,

it is high time to get to know better how you use NetXMS and what changes should we (or should not!) go for.
Please, answer this questionnaire — we'd really appreciate your input.

Direct link: https://survey.alchemer.com/s3/7316052/NetXMS?uid=live
#45
General Support / Re: Bugs on juniper EX
February 08, 2023, 05:02:45 PM
Quote from: samuelet on February 07, 2023, 12:36:18 PMok, i can test it in next days. I prefer a deb package for debian 10.
Thanks

Hi

I've pushed 4.3.0.52 to test repo. You can add following source:
deb http://packages.netxms.org/test buster main