Re: Multicast panic caused by elasticsearch

2013-06-12 Thread Daniel O'Connor

On 10/06/2013, at 11:30, Guy Helmer guy.hel...@gmail.com wrote:
 
 FreeBSD maarsy-rdb.maarsy.rocketrange.no 9.0-CURRENT FreeBSD 9.0-CURRENT 
 #0 r224195: Tue Jul 19 17:45:03 CST 2011 
 ra...@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.
 
 
 OK thanks. I need to try it on a crash box and test a few things, thanks 
 for the data point.
 Can you tell me what revision you are running?
 
 
 Also, which JVM?
 
 
 FreeBSD 9.1-stable r250314 (built on May 10)
 openjdk-7.17.02_2
 elasticsearch 0.90.0 (not from ports)
 
 Please let me know if you want me to try anything.


I tried a crash box at work with the same kernel and both OpenJDK 6  7 but I 
have been unable to reproduce the problem :(

--
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






___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Multicast panic caused by elasticsearch

2013-06-09 Thread Guy Helmer

On Jun 8, 2013, at 9:33 PM, Daniel O'Connor docon...@gsoft.com.au wrote:

 
 On 09/06/2013, at 11:45, Daniel O'Connor docon...@gsoft.com.au wrote:
 On 09/06/2013, at 3:00, Guy Helmer guy.hel...@gmail.com wrote:
 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 
 ra...@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.
 
 
 OK thanks. I need to try it on a crash box and test a few things, thanks for 
 the data point.
 Can you tell me what revision you are running?
 
 
 Also, which JVM?


FreeBSD 9.1-stable r250314 (built on May 10)
openjdk-7.17.02_2
elasticsearch 0.90.0 (not from ports)

Please let me know if you want me to try anything.

Guy

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Multicast panic caused by elasticsearch

2013-06-08 Thread Daniel O'Connor
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 
ra...@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






___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Multicast panic caused by elasticsearch

2013-06-08 Thread Guy Helmer

On Jun 8, 2013, at 5:13 AM, Daniel O'Connor docon...@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 
 ra...@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

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Multicast panic caused by elasticsearch

2013-06-08 Thread Daniel O'Connor

On 09/06/2013, at 3:00, Guy Helmer guy.hel...@gmail.com wrote:
 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 
 ra...@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.


OK thanks. I need to try it on a crash box and test a few things, thanks for 
the data point.
Can you tell me what revision you are running?

--
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






___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Multicast panic caused by elasticsearch

2013-06-08 Thread Daniel O'Connor

On 09/06/2013, at 11:45, Daniel O'Connor docon...@gsoft.com.au wrote:
 On 09/06/2013, at 3:00, Guy Helmer guy.hel...@gmail.com wrote:
 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 
 ra...@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.
 
 
 OK thanks. I need to try it on a crash box and test a few things, thanks for 
 the data point.
 Can you tell me what revision you are running?


Also, which JVM?

--
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






___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org