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 - Victor Kirhenshtein

#2371
General Support / Re: NetXMS login page modification
August 25, 2016, 06:11:10 PM
Hi,

currently it's not possible. Login page generated by application code (we are using Eclipse RAP framework). I can add option to display custom HTML on login page in future versions.

Best regards,
Victor
#2372
Hi,

still there is an issue with database not being ready:

[19-Aug-2016 09:55:11.539] [ERROR] Unable to establish connection with database (Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2))

If there is dependency on mysqld in netxmsd startup script, then you need to add some code to wait while mysql becomes available in netxmsd startup script, or just add delay big enough to allow mysqld to initialize.

Best regards,
Victor
#2373
Hi,

actually boot time collected by status polls. First successful status poll should update it.

Best regards,
Victor
#2374
General Support / Re: netxmsd segmentation faults
August 25, 2016, 05:59:55 PM
Could you please run netxmsd under gdb and send backtrace after crash? Here is the instruction: https://wiki.netxms.org/wiki/Running_NetXMS_under_debugger

Best regards,
Victor
#2375
General Support / Re: 2.0-M4 request timed out issues
August 25, 2016, 05:57:41 PM
Hi,

please set server logging to file and set debug level to 6, then try to reproduce issue with timeout and sen us debug logs.

Best regards,
Victor
#2376
General Support / Re: Agent Proxy
August 25, 2016, 05:55:14 PM
Hi,

yes, it will work.

Best regards,
Victor
#2377
Общие вопросы / Re: Segfault
August 23, 2016, 04:30:57 PM
Исправили. Исправление войдет в 2.1-М1 и в 2.0.6. В аттаче патч для 2.0.5 на случай если собираете из исходников.
#2378
Добрый день,

скорее всего это баг в SNMP агенте принтера. На всякий случай проверьте этот OID с командной строки (используя nxsnmpget или snmpget).
#2380
Поставил у себя Solaris 11.3 (правда x86) - русские буквы сохраняются при рестарте. Какая у вас версия PostgreSQL клиента и кяак он был проинсталлирован? Я использовал 9.3 поставленный через pkgutil.
#2381
Hi,

sorry, didn't get to this issue yet. I assume that sibnet 10.1.0.0/16 was already exist when server create another one?

Could you please also provide output of command

nxadm -c "show index subnet" | grep 10.1

?

Best regards,
Victor
#2382
Я посмотрю сегодня/завтра проблему с кириллицей. Похоже на какой-то баг при чтении из базы. При сборке --enable-unicode был указан?
#2383
Да, это можно сделать в драйвере устройства. Сервер выбрал какой-то драйвер (видно на закладке Overview) или остался GENERIC?
#2384
Не совсем понял, что где поменять?
#2385
General Support / Re: Unstable XMPP
August 18, 2016, 09:18:08 AM
So, it seems that disconnects cause those delays. Probably we need to add some sort of keepalive on XMPP connection to prevent it from timing out. I'll check that.

Best regards,
Victor