It was indeed a version issue. Wasn't visible at first. Thanks, Prashant On Mon, Jul 13, 2015 at 6:21 PM, Rainer Gerhards <[email protected]> wrote:
> I had the wrong error text for rsyslog error 2054 on my mind. I just > checked and it says "interface not supported". So it looks like the > version of lmnet is not compatible with the main rsyslog. Can you > double-check if both are the same version? If you think they are, we > probably need to add further instrumentation so that we know which > interface the rsyslog core thinks is missing. > > Rainer > > 2015-07-13 9:46 GMT+02:00 Prashant Batra <[email protected]>: > > Hi, > > > > Please find the strace and other info below- > > > > Pls note that I had built rsylog and the dependent libraries on a > different > > machine than the one on which I am running it. > > "/home/pbatra/rsyslogd-dep-build/ is the "prefix" used while configuring > > the dependent packages. > > > > $ ldd /sbin/rsyslogd > > linux-vdso.so.1 => (0x00007fff7b5ff000) > > libz.so.1 => /lib64/libz.so.1 (0x00007ffcb9c2c000) > > libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ffcb9a0e000) > > libdl.so.2 => /lib64/libdl.so.2 (0x00007ffcb980a000) > > librt.so.1 => /lib64/librt.so.1 (0x00007ffcb9602000) > > libestr.so.0 => /lib64/libestr.so.0 (0x00007ffcb93fe000) > > libjson.so.0 => /lib64/libjson.so.0 (0x00007ffcb91f5000) > > libuuid.so.1 => /lib64/libuuid.so.1 (0x00007ffcb8ff1000) > > libc.so.6 => /lib64/libc.so.6 (0x00007ffcb8c5c000) > > /lib64/ld-linux-x86-64.so.2 (0x00007ffcb9e49000) > > > > Contents of /lib64/rsyslog > > $ ll /lib64/rsyslog/ > > total 700 > > -rwxr-xr-x 1 root lroot 15448 Jul 13 13:01 imfile.so* > > -rwxr-xr-x 1 root lroot 27232 Jul 13 13:01 imklog.so* > > -rwxr-xr-x 1 root lroot 6480 Jul 13 13:01 immark.so* > > -rwxr-xr-x 1 root lroot 10800 Jul 13 13:01 impstats.so* > > -rwxr-xr-x 1 root lroot 19304 Jul 13 13:01 imptcp.so* > > -rwxr-xr-x 1 root lroot 10480 Jul 13 13:01 imrelp.so* > > -rwxr-xr-x 1 root lroot 11088 Jul 13 13:01 imtcp.so* > > -rwxr-xr-x 1 root lroot 15224 Jul 13 13:01 imudp.so* > > -rwxr-xr-x 1 root lroot 340568 Jul 13 13:01 imuxsock.so* > > -rwxr-xr-x 1 root lroot 26984 Jul 13 13:01 lmnet.so* > > -rwxr-xr-x 1 root lroot 20144 Jul 13 13:01 lmnetstrms.so* > > -rwxr-xr-x 1 root lroot 24336 Jul 13 13:01 lmnsd_ptcp.so* > > -rwxr-xr-x 1 root lroot 6144 Jul 13 13:01 lmregexp.so* > > -rwxr-xr-x 1 root lroot 20320 Jul 13 13:01 lmstrmsrv.so* > > -rwxr-xr-x 1 root lroot 10240 Jul 13 13:01 lmtcpclt.so* > > -rwxr-xr-x 1 root lroot 24848 Jul 13 13:01 lmtcpsrv.so* > > -rwxr-xr-x 1 root lroot 6144 Jul 13 13:01 lmzlibw.so* > > -rwxr-xr-x 1 root lroot 14800 Jul 13 13:01 ommail.so* > > -rwxr-xr-x 1 root lroot 10248 Jul 13 13:01 omprog.so* > > -rwxr-xr-x 1 root lroot 10600 Jul 13 13:01 omrelp.so* > > -rwxr-xr-x 1 root lroot 10400 Jul 13 13:01 omruleset.so* > > -rwxr-xr-x 1 root lroot 10240 Jul 13 13:01 omtesting.so* > > -rwxr-xr-x 1 root lroot 10592 Jul 13 13:01 omuxsock.so* > > -rwxr-xr-x 1 root lroot 10800 Jul 13 13:01 pmlastmsg.so* > > > > > > > > > > $strace /sbin/rsyslogd -d -n -M /lib64/rsyslog/ > > > > execve("/sbin/rsyslogd", ["/sbin/rsyslogd", "-d", "-n", "-M", > > "/lib64/rsyslog/"], [/* 25 vars */]) = 0 > > brk(0) = 0x82a000 > > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) > = > > 0x7fe094f01000 > > access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or > > directory) > > open("/home/pbatra/rsyslog-dep-build/lib/tls/x86_64/libz.so.1", > O_RDONLY) = > > -1 ENOENT (No such file or directory) > > stat("/home/pbatra/rsyslog-dep-build/lib/tls/x86_64", 0x7fff17fc9610) = > -1 > > ENOENT (No such file or directory) > > open("/home/pbatra/rsyslog-dep-build/lib/tls/libz.so.1", O_RDONLY) = -1 > > ENOENT (No such file or directory) > > stat("/home/pbatra/rsyslog-dep-build/lib/tls", 0x7fff17fc9610) = -1 > ENOENT > > (No such file or directory) > > open("/home/pbatra/rsyslog-dep-build/lib/x86_64/libz.so.1", O_RDONLY) = > -1 > > ENOENT (No such file or directory) > > stat("/home/pbatra/rsyslog-dep-build/lib/x86_64", 0x7fff17fc9610) = -1 > > ENOENT (No such file or directory) > > open("/home/pbatra/rsyslog-dep-build/lib/libz.so.1", O_RDONLY) = -1 > ENOENT > > (No such file or directory) > > stat("/home/pbatra/rsyslog-dep-build/lib", 0x7fff17fc9610) = -1 ENOENT > (No > > such file or directory) > > open("/etc/ld.so.cache", O_RDONLY) = 3 > > fstat(3, {st_mode=S_IFREG|0644, st_size=23350, ...}) = 0 > > mmap(NULL, 23350, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe094efb000 > > close(3) = 0 > > open("/lib64/libz.so.1", O_RDONLY) = 3 > > read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 > !\0\0\0\0\0\0"..., > > 832) = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=88600, ...}) = 0 > > mmap(NULL, 2183696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe094acd000 > > mprotect(0x7fe094ae2000, 2093056, PROT_NONE) = 0 > > mmap(0x7fe094ce1000, 8192, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7fe094ce1000 > > close(3) = 0 > > open("/lib64/libpthread.so.0", O_RDONLY) = 3 > > read(3, > > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340]\0\0\0\0\0\0"..., > 832) > > = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=142640, ...}) = 0 > > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) > = > > 0x7fe094efa000 > > mmap(NULL, 2212848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe0948b0000 > > mprotect(0x7fe0948c7000, 2097152, PROT_NONE) = 0 > > mmap(0x7fe094ac7000, 8192, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7fe094ac7000 > > mmap(0x7fe094ac9000, 13296, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe094ac9000 > > close(3) = 0 > > open("/lib64/libdl.so.2", O_RDONLY) = 3 > > read(3, > > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., > 832) > > = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=19536, ...}) = 0 > > mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe0946ac000 > > mprotect(0x7fe0946ae000, 2097152, PROT_NONE) = 0 > > mmap(0x7fe0948ae000, 8192, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe0948ae000 > > close(3) = 0 > > open("/lib64/librt.so.1", O_RDONLY) = 3 > > read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@ > !\0\0\0\0\0\0"..., > > 832) = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=43880, ...}) = 0 > > mmap(NULL, 2128816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe0944a4000 > > mprotect(0x7fe0944ab000, 2093056, PROT_NONE) = 0 > > mmap(0x7fe0946aa000, 8192, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fe0946aa000 > > close(3) = 0 > > open("/lib64/tls/x86_64/libestr.so.0", O_RDONLY) = -1 ENOENT (No such > file > > or directory) > > stat("/lib64/tls/x86_64", 0x7fff17fc9550) = -1 ENOENT (No such file or > > directory) > > open("/lib64/tls/libestr.so.0", O_RDONLY) = -1 ENOENT (No such file or > > directory) > > stat("/lib64/tls", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0 > > open("/lib64/x86_64/libestr.so.0", O_RDONLY) = -1 ENOENT (No such file or > > directory) > > stat("/lib64/x86_64", 0x7fff17fc9550) = -1 ENOENT (No such file or > > directory) > > open("/lib64/libestr.so.0", O_RDONLY) = 3 > > read(3, > > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\v\0\0\0\0\0\0"..., > 832) = > > 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=33211, ...}) = 0 > > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) > = > > 0x7fe094ef9000 > > mmap(NULL, 2105952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe0942a1000 > > mprotect(0x7fe0942a3000, 2097152, PROT_NONE) = 0 > > mmap(0x7fe0944a3000, 4096, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe0944a3000 > > close(3) = 0 > > open("/lib64/tls/libjson.so.0", O_RDONLY) = -1 ENOENT (No such file or > > directory) > > open("/lib64/libjson.so.0", O_RDONLY) = 3 > > read(3, > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`(\0\0\0\0\0\0"..., > > 832) = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=94969, ...}) = 0 > > mmap(NULL, 2131400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe094098000 > > mprotect(0x7fe0940a0000, 2097152, PROT_NONE) = 0 > > mmap(0x7fe0942a0000, 4096, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7fe0942a0000 > > close(3) = 0 > > open("/lib64/libuuid.so.1", O_RDONLY) = 3 > > read(3, > > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\25\0\0\0\0\0\0"..., > > 832) = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=16304, ...}) = 0 > > mmap(NULL, 2111272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe093e94000 > > mprotect(0x7fe093e98000, 2093056, PROT_NONE) = 0 > > mmap(0x7fe094097000, 4096, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7fe094097000 > > close(3) = 0 > > open("/lib64/libc.so.6", O_RDONLY) = 3 > > read(3, > > "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\356\1\0\0\0\0\0"..., > 832) > > = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=1921176, ...}) = 0 > > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) > = > > 0x7fe094ef8000 > > mmap(NULL, 3750152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe093b00000 > > mprotect(0x7fe093c8a000, 2097152, PROT_NONE) = 0 > > mmap(0x7fe093e8a000, 20480, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18a000) = 0x7fe093e8a000 > > mmap(0x7fe093e8f000, 18696, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe093e8f000 > > close(3) = 0 > > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) > = > > 0x7fe094ef7000 > > mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) > = > > 0x7fe094ef5000 > > arch_prctl(ARCH_SET_FS, 0x7fe094ef5740) = 0 > > mprotect(0x7fe093e8a000, 16384, PROT_READ) = 0 > > mprotect(0x7fe0946aa000, 4096, PROT_READ) = 0 > > mprotect(0x7fe0948ae000, 4096, PROT_READ) = 0 > > mprotect(0x7fe094ac7000, 4096, PROT_READ) = 0 > > mprotect(0x7fe094ce1000, 4096, PROT_READ) = 0 > > mprotect(0x7fe094f02000, 4096, PROT_READ) = 0 > > munmap(0x7fe094efb000, 23350) = 0 > > set_tid_address(0x7fe094ef5a10) = 13419 > > set_robust_list(0x7fe094ef5a20, 0x18) = 0 > > futex(0x7fff17fc9f0c, FUTEX_WAKE_PRIVATE, 1) = 0 > > futex(0x7fff17fc9f0c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, > > NULL, 7fe094ef5740) = -1 EAGAIN (Resource temporarily unavailable) > > rt_sigaction(SIGRTMIN, {0x7fe0948b5c60, [], SA_RESTORER|SA_SIGINFO, > > 0x7fe0948bf710}, NULL, 8) = 0 > > rt_sigaction(SIGRT_1, {0x7fe0948b5cf0, [], > > SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fe0948bf710}, NULL, 8) = 0 > > rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 > > getrlimit(RLIMIT_STACK, {rlim_cur=2048*1024, rlim_max=RLIM_INFINITY}) = 0 > > rt_sigaction(SIGUSR2, {0x426600, [], SA_RESTORER, 0x7fe0948bf710}, NULL, > 8) > > = 0 > > rt_sigprocmask(SIG_UNBLOCK, [USR2], NULL, 8) = 0 > > brk(0) = 0x82a000 > > brk(0x84c000) = 0x84c000 > > getcwd("/root", 128) = 6 > > write(1, "\n3371.588735104:main thread :"..., 99 > > 3371.588735104:main thread : rsyslogd 8.11.0 startup, module path > > '/lib64/rsyslog/', cwd:/root > > ) = 99 > > sched_getparam(13419, { 0 }) = 0 > > sched_getscheduler(13419) = 0 (SCHED_OTHER) > > sched_get_priority_min(SCHED_OTHER) = 0 > > sched_get_priority_max(SCHED_OTHER) = 0 > > write(1, "3371.588843144:main thread : "..., 583371.588843144:main > > thread : Registering object errmsg > > ) = 58 > > write(1, "3371.588878790:main thread : "..., 603371.588878790:main > > thread : Registering object datetime > > ) = 60 > > write(1, "3371.588914258:main thread : "..., 553371.588914258:main > > thread : Registering object var > > ) = 55 > > write(1, "3371.588941804:main thread : "..., 883371.588941804:main > > thread : setting default module load directory '/lib64/rsyslog/' > > ) = 88 > > write(1, "3371.588967349:main thread : "..., 583371.588967349:main > > thread : Registering object module > > ) = 58 > > write(1, "3371.588992525:main thread : "..., 563371.588992525:main > > thread : Registering object strm > > ) = 56 > > write(1, "3371.589024598:main thread : "..., 603371.589024598:main > > thread : Registering object statsobj > > ) = 60 > > write(1, "3371.589050056:main thread : "..., 563371.589050056:main > > thread : Registering object prop > > ) = 56 > > write(1, "3371.589090316:main thread : "..., 563371.589090316:main > > thread : Registering object glbl > > ) = 56 > > write(1, "3371.589120717:main thread : "..., 553371.589120717:main > > thread : Registering object msg > > ) = 55 > > write(1, "3371.589149456:main thread : "..., 593371.589149456:main > > thread : Registering object ruleset > > ) = 59 > > write(1, "3371.589178401:main thread : "..., 553371.589178401:main > > thread : Registering object wti > > ) = 55 > > write(1, "3371.589205064:main thread : "..., 553371.589205064:main > > thread : Registering object wtp > > ) = 55 > > write(1, "3371.589232484:main thread : "..., 583371.589232484:main > > thread : Registering object qqueue > > ) = 58 > > write(1, "3371.589259708:main thread : "..., 863371.589259708:main > > thread : caller requested object 'net', not found (iRet -3003) > > ) = 86 > > write(1, "3371.589285615:main thread : "..., 653371.589285615:main > > thread : Requested to load module 'lmnet' > > ) = 65 > > write(1, "3371.589311171:main thread : "..., 733371.589311171:main > > thread : loading module '/lib64/rsyslog/lmnet.so' > > ) = 73 > > futex(0x7fe0948af0ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0 > > open("/lib64/rsyslog/lmnet.so", O_RDONLY) = 3 > > read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 > > \27\0\0\0\0\0\0"..., 832) = 832 > > fstat(3, {st_mode=S_IFREG|0755, st_size=26984, ...}) = 0 > > mmap(NULL, 2122312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > 0) = > > 0x7fe0938f9000 > > mprotect(0x7fe0938fe000, 2097152, PROT_NONE) = 0 > > mmap(0x7fe093afe000, 8192, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7fe093afe000 > > close(3) = 0 > > mprotect(0x7fe093afe000, 4096, PROT_READ) = 0 > > write(1, "3371.589582245:main thread : "..., 1223371.589582245:main > > thread : Called LogMsg, msg: could not load module > > '/lib64/rsyslog/lmnet.so', rsyslog error -2054 > > > > ) = 122 > > write(2, "rsyslog runtime error(3,-2068): "..., 147rsyslog runtime > > error(3,-2068): could not load module '/lib64/rsyslog/lmnet.so', rsyslog > > error -2054 > > [v8.11.0 try http://www.rsyslog.com/e/2068 ] > > ) = 147 > > munmap(0x7fe0938f9000, 2122312) = 0 > > write(2, "Error during class init for obje"..., 55Error during class init > > for object 'conf' - failing... > > ) = 55 > > write(2, "rsyslogd initializiation failed "..., 181rsyslogd > initializiation > > failed - global classes could not be initialized. > > Did you do a "make install"? > > Suggested action: run rsyslogd with -d -n options to see what exactly > fails. > > ) = 181 > > write(2, "rsyslogd: run failed with error "..., 123rsyslogd: run failed > > with error -2068 (see rsyslog.h or try http://www.rsyslog.com/e/2068 to > > learn what that number means) > > ) = 123 > > exit_group(1) = ? > > > > On Sat, Jul 11, 2015 at 3:36 PM, Rainer Gerhards < > [email protected]> > > wrote: > > > >> pls post here > >> > >> 2015-07-11 12:01 GMT+02:00 Prashant Batra <[email protected]>: > >> > Sure will send you in sometime. > >> > On Jul 11, 2015 3:12 PM, "Rainer Gerhards" <[email protected]> > >> wrote: > >> > > >> >> Mmmhhhh... Maybe an strace could be useful. > >> >> > >> >> Sent from phone, thus brief. > >> >> Am 11.07.2015 11:41 schrieb "Prashant Batra" <[email protected] > >: > >> >> > >> >> > The module lmnet.so is in the the module path I have supplied in > the > >> >> > cmdline. Is there something else which I am missing? > >> >> > > >> >> > Regards, > >> >> > Prashant > >> >> > On Jul 11, 2015 2:30 PM, "Rainer Gerhards" < > [email protected]> > >> >> > wrote: > >> >> > > >> >> > > This looks like "make install" did not work properly. The module > >> must > >> >> > > be found in the default search path. > >> >> > > > >> >> > > HTH > >> >> > > Rainer > >> >> > > > >> >> > > 2015-07-11 10:45 GMT+02:00 Prashant Batra < > [email protected]>: > >> >> > > > Hi, > >> >> > > > > >> >> > > > I have build rsyslog 8.11.0 with the following configure > command- > >> >> > > > > >> >> > > > $ ./configure --host=x86_64-redhat-linux-gnu > >> >> > > > --build=x86_64-redhat-linux-gnu > >> --prefix=/home/pbatra/rsyslog-build > >> >> > > > --disable-testbench --enable-imfile --enable-impstats > >> --enable-imptcp > >> >> > > > --enable-omuxsock --enable-relp --enable-unlimited-select > >> >> > > > --disable-libgcrypt --disable-liblogging-stdlog --enable-omprog > >> >> > > > --enable-debug > >> >> > > > > >> >> > > > > >> >> > > > I am running it on my test-bed as below (had put a print to see > >> the > >> >> > > modules > >> >> > > > that are getting registered)- > >> >> > > > > >> >> > > > $ /sbin/rsyslogd -d -n -M /lib64/rsyslog/ > >> >> > > > > >> >> > > > 8704.678794860:main thread : rsyslogd 8.11.0 startup, module > >> path > >> >> > > > '/lib64/rsyslog/', cwd:/root > >> >> > > > 8704.678814093:main thread : Registering object errmsg > >> >> > > > 8704.678822851:main thread : Registering object datetime > >> >> > > > 8704.678835812:main thread : Registering object var > >> >> > > > 8704.678840627:main thread : setting default module load > >> directory > >> >> > > > '/lib64/rsyslog/' > >> >> > > > 8704.678843908:main thread : Registering object module > >> >> > > > 8704.678847515:main thread : Registering object strm > >> >> > > > 8704.678855503:main thread : Registering object statsobj > >> >> > > > 8704.678858801:main thread : Registering object prop > >> >> > > > 8704.678875826:main thread : Registering object glbl > >> >> > > > 8704.678883597:main thread : Registering object msg > >> >> > > > 8704.678889424:main thread : Registering object ruleset > >> >> > > > 8704.678893248:main thread : Registering object wti > >> >> > > > 8704.678896981:main thread : Registering object wtp > >> >> > > > 8704.678902614:main thread : Registering object qqueue > >> >> > > > 8704.678907090:main thread : caller requested object 'net', > not > >> >> > found > >> >> > > > (iRet -3003) > >> >> > > > 8704.678912673:main thread : Requested to load module > 'lmnet' > >> >> > > > 8704.678916631:main thread : loading module > >> >> > '/lib64/rsyslog/lmnet.so' > >> >> > > > 8704.678977117:main thread : Called LogMsg, msg: could not > load > >> >> > module > >> >> > > > '/lib64/rsyslog/lmnet.so', rsyslog error -2054 > >> >> > > > > >> >> > > > rsyslog runtime error(3,-2068): could not load module > >> >> > > > '/lib64/rsyslog/lmnet.so', rsyslog error -2054 > >> >> > > > [v8.11.0 try http://www.rsyslog.com/e/2068 ] > >> >> > > > Error during class init for object 'conf' - failing... > >> >> > > > rsyslogd initializiation failed - global classes could not be > >> >> > > initialized. > >> >> > > > Did you do a "make install"? > >> >> > > > > >> >> > > > > >> >> > > > Module lmnet is failing. I am not able to figure-out if its mu > >> >> configu > >> >> > > > issue or an issue with the build. > >> >> > > > > >> >> > > > > >> >> > > > Regards, > >> >> > > > Prashant > >> >> > > > _______________________________________________ > >> >> > > > rsyslog mailing list > >> >> > > > http://lists.adiscon.net/mailman/listinfo/rsyslog > >> >> > > > http://www.rsyslog.com/professional-services/ > >> >> > > > What's up with rsyslog? Follow https://twitter.com/rgerhards > >> >> > > > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED > by a > >> >> > myriad > >> >> > > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST > if > >> you > >> >> > > DON'T LIKE THAT. > >> >> > > _______________________________________________ > >> >> > > rsyslog mailing list > >> >> > > http://lists.adiscon.net/mailman/listinfo/rsyslog > >> >> > > http://www.rsyslog.com/professional-services/ > >> >> > > What's up with rsyslog? Follow https://twitter.com/rgerhards > >> >> > > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a > >> >> myriad > >> >> > > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST > if > >> you > >> >> > > DON'T LIKE THAT. > >> >> > > > >> >> > _______________________________________________ > >> >> > rsyslog mailing list > >> >> > http://lists.adiscon.net/mailman/listinfo/rsyslog > >> >> > http://www.rsyslog.com/professional-services/ > >> >> > What's up with rsyslog? Follow https://twitter.com/rgerhards > >> >> > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a > >> myriad > >> >> > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if > you > >> >> > DON'T LIKE THAT. > >> >> > > >> >> _______________________________________________ > >> >> rsyslog mailing list > >> >> http://lists.adiscon.net/mailman/listinfo/rsyslog > >> >> http://www.rsyslog.com/professional-services/ > >> >> What's up with rsyslog? Follow https://twitter.com/rgerhards > >> >> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a > myriad > >> >> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if > you > >> >> DON'T LIKE THAT. > >> >> > >> > _______________________________________________ > >> > rsyslog mailing list > >> > http://lists.adiscon.net/mailman/listinfo/rsyslog > >> > http://www.rsyslog.com/professional-services/ > >> > What's up with rsyslog? Follow https://twitter.com/rgerhards > >> > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a > myriad > >> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > >> DON'T LIKE THAT. > >> _______________________________________________ > >> rsyslog mailing list > >> http://lists.adiscon.net/mailman/listinfo/rsyslog > >> http://www.rsyslog.com/professional-services/ > >> What's up with rsyslog? Follow https://twitter.com/rgerhards > >> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > >> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > >> DON'T LIKE THAT. > >> > > > > > > > > -- > > Prashant Batra > > Follow the dreams!! > > _______________________________________________ > > rsyslog mailing list > > http://lists.adiscon.net/mailman/listinfo/rsyslog > > http://www.rsyslog.com/professional-services/ > > What's up with rsyslog? Follow https://twitter.com/rgerhards > > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > -- Prashant Batra Follow the dreams!! _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

