From fef953cfc486d93859b8f173893dfd710d47ab42 Mon Sep 17 00:00:00 2001 From: Rainer Sennwitz Date: Sat, 25 Dec 2010 02:19:25 +0100 Subject: [PATCH] add -J-Djava.net.preferIPv4Stack=true to appletviewer options to work with net.ipv6.bindv6only=1 (now default on debian) --- rsbs2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsbs2.pl b/rsbs2.pl index 69272ca..97593a8 100755 --- a/rsbs2.pl +++ b/rsbs2.pl @@ -492,7 +492,7 @@ sub status { sub spawn_gui { my $base = shift; - open(APPLET,"|appletviewer -J-Djava.security.policy=applet.policy /dev/stdin"); + open(APPLET,"|appletviewer -J-Djava.security.policy=applet.policy -J-Djava.net.preferIPv4Stack=true /dev/stdin"); print APPLET 'RSB S2 User Interface'; print APPLET ''; print APPLET ''; -- 2.39.2