Now that you mention that, I do remember that being talked about... Only thing is, everything was done as root. I was in fresh directories to be safe also, because I did the ports install first, realized it's 300 versions old, and wanted the new stuff you've been cranking out.
-R -----Original Message----- From: Burton M. Strauss III [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 4:36 PM To: [EMAIL PROTECTED] Subject: RE: [Ntop] FreeBSD 4.7 and current CVS Check the back traffic -- you'll see that I've reported hitting that problem if (the initial ?) compile is done as root and then you attempt to compile as a non-root user. What seems to happen is that when root creates that directory, the permissions don't allow the normal user to see into it or create files. Either (as root) delete the directory (non-root) ./configure et al -- this should recreate the directory or chown -R ntop.ntop .deps There's a .libs ya gotta worry about too... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rob Trout Sent: Friday, January 10, 2003 3:36 PM To: [EMAIL PROTECTED] Subject: [Ntop] FreeBSD 4.7 and current CVS Burton, The current CVS errors out on the plugins portion. I'm running FreeBSD 4.7. Everything's peachy until plugin time: gmake[2]: Entering directory `/usr/local/download/ntop-cvs/ntop/plugins' Makefile:353: .deps/icmpPlugin.Plo: No such file or directory Makefile:354: .deps/icmpPlugin.so.Po: No such file or directory Makefile:355: .deps/lastSeenPlugin.Plo: No such file or directory Makefile:356: .deps/lastSeenPlugin.so.Po: No such file or directory Makefile:357: .deps/netflowPlugin.Plo: No such file or directory Makefile:358: .deps/netflowPlugin.so.Po: No such file or directory Makefile:359: .deps/nfsPlugin.Plo: No such file or directory Makefile:360: .deps/nfsPlugin.so.Po: No such file or directory Makefile:361: .deps/pdaPlugin.Plo: No such file or directory Makefile:362: .deps/pdaPlugin.so.Po: No such file or directory Makefile:363: .deps/rrdPlugin.Plo: No such file or directory Makefile:364: .deps/rrdPlugin.so.Po: No such file or directory Makefile:365: .deps/sflowPlugin.Plo: No such file or directory Makefile:366: .deps/sflowPlugin.so.Po: No such file or directory gmake[2]: *** No rule to make target `.deps/sflowPlugin.so.Po'. Stop. gmake[2]: Leaving directory `/usr/local/download/ntop-cvs/ntop/plugins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/download/ntop-cvs/ntop' gmake: *** [all] Error 2 -----Original Message----- From: Burton M. Strauss III [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 9:57 AM To: [EMAIL PROTECTED] Subject: RE: [Ntop] windows ntop /i configuration update ntop /d will delete the existing service definition ntop /i installs it ntop /c runs in foreground So the best way to update it is ntop /d ntop /i .... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Gibson Sent: Friday, January 10, 2003 9:48 AM To: [EMAIL PROTECTED] Subject: [Ntop] windows ntop /i configuration update Hello, I'm trying to update my ntop startup configuration. When I do ntop /i, now however, I get the following: C:\Documents and Settings\Administrator>ntop /i CreateService failed - The specified service already exists. (0x431) NOTE: the default password for the 'admin' user has been set to 'admin'. C:\Documents and Settings\Administrator> What's the best/preferred way to alter the ntop configuration? Thanx, David 6^jj _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
