Re: [ossec-list] FreeBSD install problems

2012-11-22 Thread bujanga
Yes, Eero's patch does work for FreeBSD 7.4. Well done. On Tue, Nov 20, 2012 at 2:58 PM, Eero Volotinen eero.voloti...@iki.fi wrote: 2012/11/20 bujanga buja...@gmail.com: OSSEC 2.7 does NOT install. OSSEC 2.6 does install. On Tue, Nov 20, 2012 at 2:22 PM, Eero Volotinen

Re: [ossec-list] FreeBSD install problems

2012-11-21 Thread Eero Volotinen
So, is ossec now working find on freebsd 7.4? -- Eero 2012/11/20 Eero Volotinen eero.voloti...@iki.fi: 2012/11/20 bujanga buja...@gmail.com: OSSEC 2.7 does NOT install. OSSEC 2.6 does install. On Tue, Nov 20, 2012 at 2:22 PM, Eero Volotinen eero.voloti...@iki.fi wrote: 2012/11/20

Re: [ossec-list] FreeBSD install problems

2012-11-21 Thread Scott
I had problems with installing on OS X 10.5; I ended up adding a #else to the above and coding my own strnlen function. On Tuesday, November 20, 2012 12:39:18 PM UTC-6, dan (ddpbsd) wrote: On Tue, Nov 20, 2012 at 1:16 PM, bujanga buj...@gmail.com javascript: wrote: Yes, 1 is a local admin

Re: [ossec-list] FreeBSD install problems

2012-11-21 Thread Eero Volotinen
2012/11/21 Scott wa6...@gmail.com: I had problems with installing on OS X 10.5; I ended up adding a #else to the above and coding my own strnlen function. so, problem is in freebsd 8.X and on OSX 10.6 so, this might require patch to official source. Eero

Re: [ossec-list] FreeBSD install problems

2012-11-21 Thread Jb Cheng
Following dcid's suggestion on ossec-dev, the strnlen() functions have been changed to strlen() when it is safe to do so. You can get the latest source from https://bitbucket.org/jbcheng/ossec-hids/get/default.tar.gz

[ossec-list] FreeBSD install problems

2012-11-20 Thread bujanga
I am running a legacy FreeBSD 7.4 system and had some minor issues installing OSSEC as an agent. 1. It says I must be user root to install. I su to the user toor and save my root for console work only. Since I am remote, this caused a minor stumble. The install script should check the UID rather

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread dan (ddp)
On Tue, Nov 20, 2012 at 10:07 AM, bujanga buja...@gmail.com wrote: I am running a legacy FreeBSD 7.4 system and had some minor issues installing OSSEC as an agent. 1. It says I must be user root to install. I su to the user toor and save my root for console work only. Since I am remote, this

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread bujanga
Yes, 1 is a local admin issue. Here is more on 2 from a different server running FreeBSD 7.3-RELEASE-p1. I am willing to do more here if you want, just let me know. - *** Making os_csyslogd *** gcc -g -Wall -I../ -I../headers

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread dan (ddp)
On Tue, Nov 20, 2012 at 1:16 PM, bujanga buja...@gmail.com wrote: Yes, 1 is a local admin issue. Here is more on 2 from a different server running FreeBSD 7.3-RELEASE-p1. I am willing to do more here if you want, just let me know.

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread Eero Volotinen
2012/11/20 bujanga buja...@gmail.com: Yes, 1 is a local admin issue. Here is more on 2 from a different server running FreeBSD 7.3-RELEASE-p1. I am willing to do more here if you want, just let me know. - *** Making

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread Eero Volotinen
Does it work on newer version of freebsd? Eero 2012/11/20 Eero Volotinen eero.voloti...@iki.fi: 2012/11/20 bujanga buja...@gmail.com: Yes, 1 is a local admin issue. Here is more on 2 from a different server running FreeBSD 7.3-RELEASE-p1. I am willing to do more here if you want, just let

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread dan (ddp)
On Tue, Nov 20, 2012 at 1:30 PM, Eero Volotinen eero.voloti...@iki.fi wrote: 2012/11/20 bujanga buja...@gmail.com: Yes, 1 is a local admin issue. Here is more on 2 from a different server running FreeBSD 7.3-RELEASE-p1. I am willing to do more here if you want, just let me know.

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread bujanga
Patch has no effect on the FreeBSD 7.x. (OSSEC v 2.6 does install) OSSEC v 2.7 installs without any issues on FreeBSD 8.3-RELEASE. (No patch needed) On Tue, Nov 20, 2012 at 12:42 PM, dan (ddp) ddp...@gmail.com wrote: On Tue, Nov 20, 2012 at 1:30 PM, Eero Volotinen eero.voloti...@iki.fi wrote:

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread Eero Volotinen
2012/11/20 bujanga buja...@gmail.com: Patch has no effect on the FreeBSD 7.x. (OSSEC v 2.6 does install) Does? or does not? Eero

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread bujanga
OSSEC 2.7 does NOT install. OSSEC 2.6 does install. On Tue, Nov 20, 2012 at 2:22 PM, Eero Volotinen eero.voloti...@iki.fi wrote: 2012/11/20 bujanga buja...@gmail.com: Patch has no effect on the FreeBSD 7.x. (OSSEC v 2.6 does install) Does? or does not? Eero

Re: [ossec-list] FreeBSD install problems

2012-11-20 Thread Eero Volotinen
2012/11/20 Eero Volotinen eero.voloti...@iki.fi: 2012/11/20 bujanga buja...@gmail.com: Patch has no effect on the FreeBSD 7.x. (OSSEC v 2.6 does install) Does? or does not? Eero strnlen is missing from freebsd 7.4?