jrossi / issue-migration-test

GNU General Public License v2.0
1 stars 0 forks source link

A couple of errors installing latest build #17

Open jrossi opened 10 years ago

jrossi commented 10 years ago

make[2]: Entering directory `/root/ossec-dev/ossec-hids-jbcheng/src/analysisd/alerts' gcc -I../ -g -Wall -I../../ -I../../headers -DDEFAULTDIR=\"/var/ossec\" -DUSE_OPENSSL -DUSEINOTIFY -DCLEANFULL -DGEOIP -lGeoIP -DARGV0=\"alerts\" -DXML_VAR=\"var\" -DOSSECHIDS -c mail.c log.c exec.c getloglocation.c log.c: In function ‘GeoIPLookup’: log.c:73: warning: this decimal constant is unsigned only in ISO C90 log.c:73: warning: this decimal constant is unsigned only in ISO C90 log.c:74: warning: this decimal constant is unsigned only in ISO C90 log.c:74: warning: this decimal constant is unsigned only in ISO C90 log.c:74: warning: this decimal constant is unsigned only in ISO C90 log.c:75: warning: this decimal constant is unsigned only in ISO C90 log.c:75: warning: this decimal constant is unsigned only in ISO C90 log.c:75: warning: this decimal constant is unsigned only in ISO C90 log.c:91: warning: function returns address of local variable

ar cru alerts.a mail.o log.o exec.o getloglocation.o

Killing ossec-agentlessd .. OSSEC HIDS v2.6 Stopped cp: cannot create regular file `/var/ossec/bin/ossec-maild': Text file busy Starting OSSEC HIDS snap2012-08 (by Trend Micro Inc.)... Started ossec-csyslogd... Started ossec-agentlessd... Started ossec-maild... Started ossec-execd... Started ossec-analysisd... Started ossec-logcollector... Started ossec-remoted... Started ossec-syscheckd... Started ossec-monitord... Completed.

Note: This issue has been automatically migrated from Bitbucket Created by mstarks01 on 2012-09-03 13:46:57+00:00

jrossi commented 10 years ago

So the ossec-maild problem was because I had about two dozen ossec-maild processes running (gulp)! Not sure why, but when I killed them all then I was able to copy over ossec-maild from src/os_maild. Something to keep an eye on.

Note: This comment has been automatically migrated from Bitbucket Created by mstarks01 on 2012-09-03 13:54:28+00:00