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

#1066
Hello.

I've tried NexentaOS alpha7 (latest), and it works fine (except nxhttpd, which is patched in latest snapshot)

Packages required:

gcc
g++
libmysqlclient12-dev
libssl-dev
#1067
I've checked log files - no clue.

Currently i'm downloading Nexenta, will install it and try to fix.
#1068
General Support / windows install problem
June 20, 2007, 01:02:23 PM
Check this: topic
#1069
Yes, i've got your mail.

I'll try to answer in a few hours.
#1070
General Support / Configuration
June 19, 2007, 02:41:09 PM
Currenty no.
Web interface is under heavy development, but in latest release (0.2.17) it's still read-only.

To configure system, your need to install "nxcon" from "netxms for windows" package.
Currently it is windows-only, but it works fine (and fast) under Wine (i have tested it with version 0.9.33 shippet with Ubuntu linux)

There are also a few requests for command-line configuration tool, but we need more user input on this to make some sort of vision before we start coding.

wbr, alex.
#1071
General Support / size of short error
June 19, 2007, 02:28:42 PM
Yep, bug in configure.

Try to run configure this way:

$ LDFLAGS="-L/path/to/libgd" ./configure --with-server --with-mysql --with-nxhttpd

"/path/to/libgd" will be "/usr/local/lib", probably.
#1072
Hello.

Can you send me config.log to alk - at - netxms.org?
#1073
General Support / gd.h problem on FBSD6.2
June 15, 2007, 07:52:05 PM
It's part of libgd, try to install /usr/ports/graphics/gd/ first
#1074
General Support / Cannot loads platform subagent
June 14, 2007, 05:46:33 PM
Please try to run in that way:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/netxms/lib /usr/local/netxms/bin/netxmsd standalone
#1075
General Support / Cannot loads platform subagent
June 14, 2007, 05:44:43 PM
Hello.

Can you show me please output of:
1) ldd /usr/local/netxms/lib/libnsm_freebsd.so
2) file /usr/local/netxms/lib/libnsm_freebsd.so
#1076
General Support / Windows Services Monitoring
May 28, 2007, 03:36:53 PM
Such names should be wrapped in quotes: System.ServiceState("Ati HotKey Poller")

Also, you should use "service name", not "display name" (you can check them using "sc" command):

System.ServiceState("Bluetooth Support Service") will fail
System.ServiceState("BthServ") - works fine.

wbr, alex.
#1077
Hello.

1) Check your network connectivity with telnet: telnet hostname 4701 (port 4701 used by server for console connections and 4700 - by agents)
2) Start netxmsd with debug enabled: netxmsd --debug-all standalone (debug-all will enable full logging and standalone will leave server in foreground)
#1078
General Support / Problems with libtool
January 23, 2007, 01:36:46 PM
Hello.

As far as i remember, c++ compiler is in separate package, "yum install gcc-c++" should do the trick (not sure about package name, though)
#1079
General Support / 0.2.15 - cannot run
January 19, 2007, 07:35:55 PM
Hello.

Can you show  me the output of "ldd /usr/local/lib/libnxddr_pgsql.so"?
#1080
I've send you an email with further tests