Azureus ... forced to use Windows Version ...  
Author Message
Marc G. Fournier





PostPosted: 2006-5-1 10:39:00 Top

java-programmer, Azureus ... forced to use Windows Version ...
The other day, I posted about download issues with Azureus ... today,
figuring to see if it was my network, or FreeBSD, I installed it on one of
my Windows boxes, and am currently downloading at ~85kb/s ;(

Please note that this Windows box is sitting *behind* the same FreeBSD box
that I'm lucky to get 1kb/s on ... the FreeBSD is the router ...

I don't know if this is a java issue, or freebsd issue ... but I really
don't have any ideas on how to debug why ...

Other then the machine its running on, I have Azureus setup the same,
including using java 1.5.0 ... but, of course, the version on the FreeBSD
is the new diablo binary ...

thoughts?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: email***@***.com Yahoo!: yscrappy ICQ: 7615664
 
scrappy





PostPosted: 2006-5-1 10:40:00 Top

java-programmer >> Azureus ... forced to use Windows Version ...
The other day, I posted about download issues with Azureus ... today,
figuring to see if it was my network, or FreeBSD, I installed it on one of
my Windows boxes, and am currently downloading at ~85kb/s ;(

Please note that this Windows box is sitting *behind* the same FreeBSD box
that I'm lucky to get 1kb/s on ... the FreeBSD is the router ...

I don't know if this is a java issue, or freebsd issue ... but I really
don't have any ideas on how to debug why ...

Other then the machine its running on, I have Azureus setup the same,
including using java 1.5.0 ... but, of course, the version on the FreeBSD
is the new diablo binary ...

thoughts?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: email***@***.com Yahoo!: yscrappy ICQ: 7615664
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
Artem Gr





PostPosted: 2006-5-1 16:14:00 Top

java-programmer >> Azureus ... forced to use Windows Version ... Marc G. Fournier:
> Other then the machine its running on, I have Azureus setup the same,
> including using java 1.5.0 ... but, of course, the version on the
> FreeBSD is the new diablo binary ...
>
> thoughts?

I don't know about the current diablo-jdk build, but on
/usr/ports/java/jdk15/ i had very bad threads performance with threads
locked up and waiting for nothing, until i recompiled the FreeBSD with
"options SMP" turned on. It was on an architecture similar to yours:
"CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU)"
Perhaps the threading library used with jdk has some inference with the
kernel scheduler or something. If your FreeBSD is build without SMP,
this might be the problem.
 
 
artem





PostPosted: 2006-5-1 16:17:00 Top

java-programmer >> Azureus ... forced to use Windows Version ... Marc G. Fournier:
> Other then the machine its running on, I have Azureus setup the same,
> including using java 1.5.0 ... but, of course, the version on the
> FreeBSD is the new diablo binary ...
>
> thoughts?

I don't know about the current diablo-jdk build, but on
/usr/ports/java/jdk15/ i had very bad threads performance with threads
locked up and waiting for nothing, until i recompiled the FreeBSD with
"options SMP" turned on. It was on an architecture similar to yours:
"CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU)"
Perhaps the threading library used with jdk has some inference with the
kernel scheduler or something. If your FreeBSD is build without SMP,
this might be the problem.
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
SUGIMURA Takashi





PostPosted: 2006-5-1 18:47:00 Top

java-programmer >> Azureus ... forced to use Windows Version ... > Other then the machine its running on, I have Azureus setup the same,
> including using java 1.5.0 ... but, of course, the version on the FreeBSD
> is the new diablo binary ...
>
> thoughts?
>

Please add the follows to /etc/libmap.conf and try again.

#######################################################
[/usr/local/diablo-jdk1.5.0/]
libpthread.so libc_r.so
libpthread.so.2 libc_r.so.6

---
SUGIMURA Takashi <email***@***.com>
GnuPG fingerprint: C81B 9835 1C9E BD9B 84BF 9785 0B91 D08B F667 DCED
 
 
sugimura





PostPosted: 2006-5-1 18:49:00 Top

java-programmer >> Azureus ... forced to use Windows Version ... > Other then the machine its running on, I have Azureus setup the same,
> including using java 1.5.0 ... but, of course, the version on the FreeBSD
> is the new diablo binary ...
>
> thoughts?
>

Please add the follows to /etc/libmap.conf and try again.

#######################################################
[/usr/local/diablo-jdk1.5.0/]
libpthread.so libc_r.so
libpthread.so.2 libc_r.so.6

---
SUGIMURA Takashi <email***@***.com>
GnuPG fingerprint: C81B 9835 1C9E BD9B 84BF 9785 0B91 D08B F667 DCED
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
Marc G. Fournier





PostPosted: 2006-5-2 1:15:00 Top

java-programmer >> Azureus ... forced to use Windows Version ...
Woo hoo ... that fixes it ... stupid question, but *why*? If this was
originally built on a 6.x machine, why is the mapping required?

And ... could someone maybe add a note to the download page itself? :( I
just re-checked the downloads page, and there is nothing there about it
...


On Mon, 1 May 2006, SUGIMURA Takashi wrote:

>> Other then the machine its running on, I have Azureus setup the same,
>> including using java 1.5.0 ... but, of course, the version on the FreeBSD
>> is the new diablo binary ...
>>
>> thoughts?
>>
>
> Please add the follows to /etc/libmap.conf and try again.
>
> #######################################################
> [/usr/local/diablo-jdk1.5.0/]
> libpthread.so libc_r.so
> libpthread.so.2 libc_r.so.6
>
> ---
> SUGIMURA Takashi <email***@***.com>
> GnuPG fingerprint: C81B 9835 1C9E BD9B 84BF 9785 0B91 D08B F667 DCED
> _______________________________________________
> email***@***.com mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "email***@***.com"
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: email***@***.com Yahoo!: yscrappy ICQ: 7615664
 
 
scrappy





PostPosted: 2006-5-2 1:17:00 Top

java-programmer >> Azureus ... forced to use Windows Version ...
Woo hoo ... that fixes it ... stupid question, but *why*? If this was
originally built on a 6.x machine, why is the mapping required?

And ... could someone maybe add a note to the download page itself? :( I
just re-checked the downloads page, and there is nothing there about it
...


On Mon, 1 May 2006, SUGIMURA Takashi wrote:

>> Other then the machine its running on, I have Azureus setup the same,
>> including using java 1.5.0 ... but, of course, the version on the FreeBSD
>> is the new diablo binary ...
>>
>> thoughts?
>>
>
> Please add the follows to /etc/libmap.conf and try again.
>
> #######################################################
> [/usr/local/diablo-jdk1.5.0/]
> libpthread.so libc_r.so
> libpthread.so.2 libc_r.so.6
>
> ---
> SUGIMURA Takashi <email***@***.com>
> GnuPG fingerprint: C81B 9835 1C9E BD9B 84BF 9785 0B91 D08B F667 DCED
> _______________________________________________
> email***@***.com mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "email***@***.com"
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: email***@***.com Yahoo!: yscrappy ICQ: 7615664
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
 
Greg Lewis





PostPosted: 2006-5-2 4:19:00 Top

java-programmer >> Azureus ... forced to use Windows Version ... On Mon, May 01, 2006 at 02:15:23PM -0300, Marc G. Fournier wrote:
> Woo hoo ... that fixes it ... stupid question, but *why*? If this was
> originally built on a 6.x machine, why is the mapping required?

It shouldn't be.

> And ... could someone maybe add a note to the download page itself? :( I
> just re-checked the downloads page, and there is nothing there about it
> ...

One thing I'm curious about is whether anyone sees the same problem under
6.0-RELEASE?

> On Mon, 1 May 2006, SUGIMURA Takashi wrote:
>
> >>Other then the machine its running on, I have Azureus setup the same,
> >>including using java 1.5.0 ... but, of course, the version on the FreeBSD
> >>is the new diablo binary ...
> >>
> >>thoughts?
> >>
> >
> >Please add the follows to /etc/libmap.conf and try again.
> >
> >#######################################################
> >[/usr/local/diablo-jdk1.5.0/]
> >libpthread.so libc_r.so
> >libpthread.so.2 libc_r.so.6
> >
> >---
> >SUGIMURA Takashi <email***@***.com>
> >GnuPG fingerprint: C81B 9835 1C9E BD9B 84BF 9785 0B91 D08B F667 DCED
> >_______________________________________________
> >email***@***.com mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-java
> >To unsubscribe, send any mail to "email***@***.com"
> >
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: email***@***.com Yahoo!: yscrappy ICQ: 7615664
> _______________________________________________
> email***@***.com mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "email***@***.com"

--
Greg Lewis Email : email***@***.com
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology FreeBSD : email***@***.com
 
 
glewis





PostPosted: 2006-5-2 4:21:00 Top

java-programmer >> Azureus ... forced to use Windows Version ... On Mon, May 01, 2006 at 02:15:23PM -0300, Marc G. Fournier wrote:
> Woo hoo ... that fixes it ... stupid question, but *why*? If this was
> originally built on a 6.x machine, why is the mapping required?

It shouldn't be.

> And ... could someone maybe add a note to the download page itself? :( I
> just re-checked the downloads page, and there is nothing there about it
> ...

One thing I'm curious about is whether anyone sees the same problem under
6.0-RELEASE?

> On Mon, 1 May 2006, SUGIMURA Takashi wrote:
>
> >>Other then the machine its running on, I have Azureus setup the same,
> >>including using java 1.5.0 ... but, of course, the version on the FreeBSD
> >>is the new diablo binary ...
> >>
> >>thoughts?
> >>
> >
> >Please add the follows to /etc/libmap.conf and try again.
> >
> >#######################################################
> >[/usr/local/diablo-jdk1.5.0/]
> >libpthread.so libc_r.so
> >libpthread.so.2 libc_r.so.6
> >
> >---
> >SUGIMURA Takashi <email***@***.com>
> >GnuPG fingerprint: C81B 9835 1C9E BD9B 84BF 9785 0B91 D08B F667 DCED
> >_______________________________________________
> >email***@***.com mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-java
> >To unsubscribe, send any mail to "email***@***.com"
> >
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: email***@***.com Yahoo!: yscrappy ICQ: 7615664
> _______________________________________________
> email***@***.com mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "email***@***.com"

--
Greg Lewis Email : email***@***.com
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology FreeBSD : email***@***.com
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"