It's your system, so look for 'em - how the heck do you expect ME to know where they are? They're in the standard log location unless you redirected them.
Just because you give a facility name, that doesn't equate to a specific file - that's controlled by syslog.conf or whatever. man syslog and man syslog.conf or whatever log program your distro installed... You can always try looking for them via grep: grep -c ntop * | grep -v :0 -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ralf > Stodt > Sent: Thursday, May 20, 2004 1:43 PM > To: [EMAIL PROTECTED] > Subject: [Ntop] Re: Re: Re: sorting problems > > > OK, > I started ntop with --use-syslog=daemon, have an entry "daemon.* > /var/log/daemon" in my syslog.conf an observed no additional entries in > the appropriate logfile except from the starting process of ntop and a > final "ntop's web server is now.....". Therefore i asked, where to find > those messages. > > Burton M. Strauss III wrote: > > The Disabled message comes from this: > > > > #ifndef CFG_MULTITHREADED > > /* This plugin works only with threads */ > > setPluginStatus("Disabled - requires POSIX thread support."); > > return(-1); > > #endif > > > > meaning you did --disable-mt on ./configure. > > I build ntop.deb-packages with dh_make and dpkg-buildpackage. The > rules-file generated by dh_make contains the call for the > configure -script with no additional options except: > ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) - > -prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share > /info. > I absolutely didn't disable multithreading, for this reason i don't > understand, that the rrd-plugin can't be started and what went wrong in > the building process. > > Totally confused > > rs > > > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
