Hi, I was experimenting with Logstash + elasticsearch on FreeBSD 9 - initially I downloaded it by hand (I forgot to check for a port) and it worked fine. I then tried the port and this forced me to use a different java version (was jdk-16.0.3p4_25 now openjdk6-b27) and it seems that the new one causes a panic. Unfortunately crashdumps aren't working properly, however I did get the panic message.. in6p_lookup_mcast_ifp: not multicast This is from /usr/src/sys/netinet6/in6_mcast.c around line 1775. Has anyone else seen such a problem? Some quick googling didn't show anything. uname is.. FreeBSD maarsy-rdb.maarsy.rocketrange.no 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r224195: Tue Jul 19 17:45:03 CST 2011 radar at maarsy-acq3.gsoft.com.au:/usr/obj/usr/src/sys/GENERIC amd64 -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
On Jun 8, 2013, at 5:13 AM, Daniel O'Connor <doconnor at gsoft.com.au> wrote:> Hi, > I was experimenting with Logstash + elasticsearch on FreeBSD 9 - initially I downloaded it by hand (I forgot to check for a port) and it worked fine. > > I then tried the port and this forced me to use a different java version (was jdk-16.0.3p4_25 now openjdk6-b27) and it seems that the new one causes a panic. > > Unfortunately crashdumps aren't working properly, however I did get the panic message.. > in6p_lookup_mcast_ifp: not multicast > > This is from /usr/src/sys/netinet6/in6_mcast.c around line 1775. > > Has anyone else seen such a problem? Some quick googling didn't show anything. > > uname is.. > FreeBSD maarsy-rdb.maarsy.rocketrange.no 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r224195: Tue Jul 19 17:45:03 CST 2011 radar at maarsy-acq3.gsoft.com.au:/usr/obj/usr/src/sys/GENERIC amd64 > >FWIW, I have not had any problem with elasticsearch on 9.1-stable from about mid-May. Guy