Re: flash9 checklist

2008-11-05 Thread Steve Polyack

Steve Polyack wrote:

Juergen Lock wrote:


Preliminary checklist for getting flash9 to work in native firefox:
(flash10 needs more ports work, I shall post about that seperately on
-emulation...)  If you have additions to this please post a followup to
this thread, keeping the Cc: (I'm not on -questions...)

1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC
(the relevant MFC commits are:
http://svn.freebsd.org/viewvc/base?view=revisionrevision=183819
http://svn.freebsd.org/viewvc/base?view=revisionrevision=184075
- a recent HEAD should also work of course.)  There are linprocfs 
patches
for RELENG_6 too (merging the former commit), but the latter commit 
can't

be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9
probably won't work on SMP there.  (Although if you have SMP you 
probably
should be running 7 anyway. :)  Oh and if you do have SMP you also 
need to

use the ULE scheduler, the cpuset syscalls are not supported with 4BSD.
linprocfs patches for 6:
http://people.freebsd.org/~nox/linprocfs-6.3.patch
http://people.freebsd.org/~nox/linprocfs-6.4.patch

2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC
(the last www/linux-flashplugin9 commit is:
http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html 


)

3. Make sure linprocfs is mounted to /compat/linux/proc .

4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and 
dependencies

are installed and up to date(!).  (the default emulators/linux_base-fc4
should work, if you want to use a later one don't forget to set
compat.linux.osrelease=2.6.16 in sysctl.conf and 
OVERRIDE_LINUX_BASE_PORT

to whichever version you use in make.conf.  Note however that on 6, only
the default compat.linux.osrelease=2.4.2 really works.)

5. If the plugin doesnt show up in firefox' about:plugins, run
nspluginwrapper -i 
/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so

and restart firefox.

6. And remember there's a security advisory for the current version of
flash9,
http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e16.html 


(if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...'
to be able to install the port), and fc4 seems to be eol'd too, so you
probably want to install something like the noscript firefox extension,
https://addons.mozilla.org/en-US/firefox/addon/722
and only allow plugins (and scripts, tho thats a different problem) on
sites you trust...

 And finally, if you still get crashes after following the above even
on pages that are reported to work now (like youtube) you probably want
to run `ktrace -di firefox...' and look at the output using linux_kdump
(thats the devel/linux_kdump port, you want to use a package), paying
specific attention to the lines above `PSIG SIGSEGV' (or whichever
signal you got), maybe there are still shlibs missing that the plugin
needs (NAMI ...something.so...), and if this is the case tell us about
it so the appropriate dependencies can be added to the relevant ports.
If you can't figure it out I guess it doesn't hurt to post the last
few 100 lines of the dump up to the relevant PSIG on -emulation...

 You may also want to check linked shlibs like this:
/compat/linux/bin/sh /compat/linux/usr/bin/ldd 
/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so

and
/compat/linux/bin/sh /compat/linux/usr/bin/ldd 
/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin

(if you see `not found' in there you know something is wrong) - although
that doesn't show libs that may be dlopen()d at runtime.

  
Thanks for this.  I was able to get linux-flashplugin9 working in 
native Firefox 3.0.3 on FreeBSD 7-STABLE i386.  The only additional 
thing I had to do was copy 
/usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into 
~/.mozilla/plugins/ for Firefox to recognize the plugin.  After that 
Youtube, google video, and google maps (incl. street view) work fine, 
but slow.  A friend of mine with a very similar setup was not so lucky 
and still has problems with flash9 locking up FF.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


So I've done some more testing of this with various linux_base-* 
installs.  Youtube and most things (google maps) work with sound just 
fine for a few seconds, but after trying to interact or letting them go 
for a few minute they begin to rapidly eat up main memory.  
npviewer.bin's usage will top out somewhere around 300-450MB before it 
core dumps: pid 77684 (npviewer.bin), uid 1042: exited on signal 11 
(core dumped).  This is on FreeBSD 7-STABLE i386 (as of Tue Oct 28) with 
native Firefox 3.0.3 still.


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

Re: flash9 checklist

2008-11-05 Thread Tijl Coosemans
On Wednesday 05 November 2008 15:35:21 Steve Polyack wrote:
 So I've done some more testing of this with various linux_base-* 
 installs.  Youtube and most things (google maps) work with sound just 
 fine for a few seconds, but after trying to interact or letting them go 
 for a few minute they begin to rapidly eat up main memory.  
 npviewer.bin's usage will top out somewhere around 300-450MB before it 
 core dumps: pid 77684 (npviewer.bin), uid 1042: exited on signal 11 
 (core dumped).  This is on FreeBSD 7-STABLE i386 (as of Tue Oct 28) with 
 native Firefox 3.0.3 still.

Do you have this with linux-firefox?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-05 Thread Steve Polyack

Tijl Coosemans wrote:

On Wednesday 05 November 2008 15:35:21 Steve Polyack wrote:
  
So I've done some more testing of this with various linux_base-* 
installs.  Youtube and most things (google maps) work with sound just 
fine for a few seconds, but after trying to interact or letting them go 
for a few minute they begin to rapidly eat up main memory.  
npviewer.bin's usage will top out somewhere around 300-450MB before it 
core dumps: pid 77684 (npviewer.bin), uid 1042: exited on signal 11 
(core dumped).  This is on FreeBSD 7-STABLE i386 (as of Tue Oct 28) with 
native Firefox 3.0.3 still.



Do you have this with linux-firefox?

  

Yes, I have the same behavior when using linux-firefox 2.0.17 from ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-05 Thread Tijl Coosemans
On Wednesday 05 November 2008 17:25:56 Steve Polyack wrote:
 Tijl Coosemans wrote:
 On Wednesday 05 November 2008 15:35:21 Steve Polyack wrote:
 So I've done some more testing of this with various linux_base-*
 installs.  Youtube and most things (google maps) work with sound just
 fine for a few seconds, but after trying to interact or letting them go
 for a few minute they begin to rapidly eat up main memory.
 npviewer.bin's usage will top out somewhere around 300-450MB before it
 core dumps: pid 77684 (npviewer.bin), uid 1042: exited on signal 11
 (core dumped).  This is on FreeBSD 7-STABLE i386 (as of Tue Oct 28) with
 native Firefox 3.0.3 still.
 
 Do you have this with linux-firefox?
 
 Yes, I have the same behavior when using linux-firefox 2.0.17 from ports.

Ok, so it's not a problem with npviewer.bin then.

It's possible that when it's eating memory it's already coredumping.
I've noticed that coredumps are generally a LOT bigger with 2.6.16
emulation compared to 2.4.2.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-04 Thread matt donovan
On Mon, Nov 3, 2008 at 5:23 PM, Mario Lobo [EMAIL PROTECTED] wrote:

 On Thursday 30 October 2008 19:53:33 Juergen Lock wrote:
  In article [EMAIL PROTECTED] you write:
  Juergen Lock wrote:
   Preliminary checklist for getting flash9 to work in native firefox:
   (flash10 needs more ports work, I shall post about that seperately on
   -emulation...)  If you have additions to this please post a followup
 to
   this thread, keeping the Cc: (I'm not on -questions...)
  
   1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC
   (the relevant MFC commits are:
  http://svn.freebsd.org/viewvc/base?view=revisionrevision=183819
  http://svn.freebsd.org/viewvc/base?view=revisionrevision=184075
   - a recent HEAD should also work of course.)  There are linprocfs
   patches for RELENG_6 too (merging the former commit), but the latter
   commit can't be merged to 6 (and 7.0) since they lack the cpuset bits,
   so flash9 probably won't work on SMP there.  (Although if you have SMP
   you probably should be running 7 anyway. :)  Oh and if you do have SMP
   you also need to use the ULE scheduler, the cpuset syscalls are not
   supported with 4BSD. linprocfs patches for 6:
  
   http://people.freebsd.org/~nox/linprocfs-6.3.patchhttp://people.freebsd.org/%7Enox/linprocfs-6.3.patch
  
   http://people.freebsd.org/~nox/linprocfs-6.4.patchhttp://people.freebsd.org/%7Enox/linprocfs-6.4.patch
  
   2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008
 UTC
   (the last www/linux-flashplugin9 commit is:
  
 http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html
   )
  
   3. Make sure linprocfs is mounted to /compat/linux/proc .
  
   4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and
   dependencies are installed and up to date(!).  (the default
   emulators/linux_base-fc4 should work, if you want to use a later one
   don't forget to set compat.linux.osrelease=2.6.16 in sysctl.conf and
   OVERRIDE_LINUX_BASE_PORT to whichever version you use in make.conf.
   Note however that on 6, only the default compat.linux.osrelease=2.4.2
   really works.)
  
   5. If the plugin doesnt show up in firefox' about:plugins, run
  nspluginwrapper -i
   /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so and restart
   firefox.
  
   6. And remember there's a security advisory for the current version of
   flash9,
  
 http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e00
  0016.html (if you use portaudit you need to `make
   -DDISABLE_VULNERABILITIES ...' to be able to install the port), and
 fc4
   seems to be eol'd too, so you probably want to install something like
   the noscript firefox extension,
   https://addons.mozilla.org/en-US/firefox/addon/722
   and only allow plugins (and scripts, tho thats a different problem) on
   sites you trust...
  
And finally, if you still get crashes after following the above even
   on pages that are reported to work now (like youtube) you probably
 want
   to run `ktrace -di firefox...' and look at the output using
 linux_kdump
   (thats the devel/linux_kdump port, you want to use a package), paying
   specific attention to the lines above `PSIG SIGSEGV' (or whichever
   signal you got), maybe there are still shlibs missing that the plugin
   needs (NAMI ...something.so...), and if this is the case tell us about
   it so the appropriate dependencies can be added to the relevant ports.
   If you can't figure it out I guess it doesn't hurt to post the last
   few 100 lines of the dump up to the relevant PSIG on -emulation...
  
You may also want to check linked shlibs like this:
  /compat/linux/bin/sh /compat/linux/usr/bin/ldd
   /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so and
  /compat/linux/bin/sh /compat/linux/usr/bin/ldd
   /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin (if you see
 `not
   found' in there you know something is wrong) - although that doesn't
   show libs that may be dlopen()d at runtime.
  
  Thanks for this.  I was able to get linux-flashplugin9 working in native
  Firefox 3.0.3 on FreeBSD 7-STABLE i386.  The only additional thing I had
  to do was copy
  /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into
  ~/.mozilla/plugins/ for Firefox to recognize the plugin.
 
  Yeah I forgot to note that you want to run nspluginwrapper -i
  as the user that will run the native browser, not as root, then the
  wrapper will go into ~/.mozilla/plugins/...
 
After that
  Youtube, google video, and google maps (incl. street view) work fine,
  but slow.  A friend of mine with a very similar setup was not so lucky
  and still has problems with flash9 locking up FF.
 
   Hmm, lockups I haven't seen yet here.
 
   HTH,
Juergen
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 It works 

Re: flash9 checklist

2008-11-04 Thread Mario Lobo

 Mario try linux_base_fc7 it should stop the freezing. but myself I m having
 issues with audio and can't figure out why.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Matt :

I have no audio issues.

I have linux_base_fc4 and I just installed linux_base_fc7. How do I disable 
fc4 and enable fc7??

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-04 Thread matt donovan
On Tue, Nov 4, 2008 at 5:05 PM, Mario Lobo [EMAIL PROTECTED] wrote:


  Mario try linux_base_fc7 it should stop the freezing. but myself I m
 having
  issues with audio and can't figure out why.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 Matt :

 I have no audio issues.

 I have linux_base_fc4 and I just installed linux_base_fc7. How do I disable
 fc4 and enable fc7??

 --
 Mario Lobo
 http://www.mallavoodoo.com.br
 FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]


they get installed in the same place, but you need fc4 for ports still so I
would keep it installed just so that the ports will think you have it in
use. They will still work though
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-04 Thread Mario Lobo
On Tuesday 04 November 2008 19:10:55 matt donovan wrote:
 On Tue, Nov 4, 2008 at 5:05 PM, Mario Lobo [EMAIL PROTECTED] wrote:
   Mario try linux_base_fc7 it should stop the freezing. but myself I m
 
  having
 
   issues with audio and can't figure out why.
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  Matt :
 
  I have no audio issues.
 
  I have linux_base_fc4 and I just installed linux_base_fc7. How do I
  disable fc4 and enable fc7??
 
  --
  Mario Lobo
  http://www.mallavoodoo.com.br
  FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows
  FREE) ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]

 they get installed in the same place, but you need fc4 for ports still so I
 would keep it installed just so that the ports will think you have it in
 use. They will still work though

Do I have to recompile the flash plugin with OVERRIDE_LINUX_BASE_PORT=fc7? How 
do I know which fc the pligin is using?

Thanks for helping, Matt  !

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-04 Thread matt donovan
On Tue, Nov 4, 2008 at 5:17 PM, Mario Lobo [EMAIL PROTECTED] wrote:

 On Tuesday 04 November 2008 19:10:55 matt donovan wrote:
  On Tue, Nov 4, 2008 at 5:05 PM, Mario Lobo [EMAIL PROTECTED] wrote:
Mario try linux_base_fc7 it should stop the freezing. but myself I m
  
   having
  
issues with audio and can't figure out why.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
  
   Matt :
  
   I have no audio issues.
  
   I have linux_base_fc4 and I just installed linux_base_fc7. How do I
   disable fc4 and enable fc7??
  
   --
   Mario Lobo
   http://www.mallavoodoo.com.br
   FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows
   FREE) ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
   [EMAIL PROTECTED]
 
  they get installed in the same place, but you need fc4 for ports still so
 I
  would keep it installed just so that the ports will think you have it in
  use. They will still work though

 Do I have to recompile the flash plugin with OVERRIDE_LINUX_BASE_PORT=fc7?
 How
 do I know which fc the pligin is using?

 Thanks for helping, Matt  !

 --
 Mario Lobo
 http://www.mallavoodoo.com.br
 FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)


you shouldn't have to but it wouldn't hurt. since if you mess that up you
can just uninstall and reinstall flash9 as usual
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-04 Thread Mario Lobo
On Tuesday 04 November 2008 19:26:56 matt donovan wrote:
 On Tue, Nov 4, 2008 at 5:17 PM, Mario Lobo [EMAIL PROTECTED] wrote:
  On Tuesday 04 November 2008 19:10:55 matt donovan wrote:
   On Tue, Nov 4, 2008 at 5:05 PM, Mario Lobo [EMAIL PROTECTED] wrote:
 Mario try linux_base_fc7 it should stop the freezing. but myself I
 m
   
having
   
 issues with audio and can't figure out why.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
   
Matt :
   
I have no audio issues.
   
I have linux_base_fc4 and I just installed linux_base_fc7. How do I
disable fc4 and enable fc7??
   
--
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows
FREE) ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
  
   they get installed in the same place, but you need fc4 for ports still
   so
 
  I
 
   would keep it installed just so that the ports will think you have it
   in use. They will still work though
 
  Do I have to recompile the flash plugin with
  OVERRIDE_LINUX_BASE_PORT=fc7? How
  do I know which fc the pligin is using?
 
  Thanks for helping, Matt  !
 
  --
  Mario Lobo
  http://www.mallavoodoo.com.br
  FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows
  FREE)

 you shouldn't have to but it wouldn't hurt. since if you mess that up you
 can just uninstall and reinstall flash9 as usual

Now i'm having audio issues ! no sound at all :-(. 

I'll revert to fc4 for now. At least the slow downs/freezes were random.

Thanks Matt !
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-04 Thread matt donovan
well you just answered my question as well :) figured it was fc7 that made
me not have sound but I knew no one that used it as well
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-04 Thread matt donovan
On Thu, Oct 30, 2008 at 8:34 PM, matt donovan [EMAIL PROTECTED] wrote:

 Since I had linux_base-fc4 installed npviewer.bin kept hogging all CPU
 power until I killed it for native firefox3. Well I installed linux_base-fc7
 and now flash9 and npviewer.bin works fine in native firefox3.

 ok I tried this for the ones that have firefox3 native installed.

 install linux_base-fc7 and npviewer.bin should stop hogging all the cpu
 along with firefox3 freezing up until npviewer.bin is killed.

 I do not use extensions in my firefox3 so the flashblock issue before was
 not an issue for me.



ok it seems fc7 might be missing a dependency so I upgraded to fc8 for ff3
and now I have sound, since there have been reports that linux_base_f4 does
not like ff3 that much I had to upgrade my linux_base
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-11-03 Thread Mario Lobo
On Thursday 30 October 2008 19:53:33 Juergen Lock wrote:
 In article [EMAIL PROTECTED] you write:
 Juergen Lock wrote:
  Preliminary checklist for getting flash9 to work in native firefox:
  (flash10 needs more ports work, I shall post about that seperately on
  -emulation...)  If you have additions to this please post a followup to
  this thread, keeping the Cc: (I'm not on -questions...)
 
  1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC
  (the relevant MFC commits are:
 http://svn.freebsd.org/viewvc/base?view=revisionrevision=183819
 http://svn.freebsd.org/viewvc/base?view=revisionrevision=184075
  - a recent HEAD should also work of course.)  There are linprocfs
  patches for RELENG_6 too (merging the former commit), but the latter
  commit can't be merged to 6 (and 7.0) since they lack the cpuset bits,
  so flash9 probably won't work on SMP there.  (Although if you have SMP
  you probably should be running 7 anyway. :)  Oh and if you do have SMP
  you also need to use the ULE scheduler, the cpuset syscalls are not
  supported with 4BSD. linprocfs patches for 6:
 http://people.freebsd.org/~nox/linprocfs-6.3.patch
 http://people.freebsd.org/~nox/linprocfs-6.4.patch
 
  2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC
  (the last www/linux-flashplugin9 commit is:
 http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html
  )
 
  3. Make sure linprocfs is mounted to /compat/linux/proc .
 
  4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and
  dependencies are installed and up to date(!).  (the default
  emulators/linux_base-fc4 should work, if you want to use a later one
  don't forget to set compat.linux.osrelease=2.6.16 in sysctl.conf and
  OVERRIDE_LINUX_BASE_PORT to whichever version you use in make.conf. 
  Note however that on 6, only the default compat.linux.osrelease=2.4.2
  really works.)
 
  5. If the plugin doesnt show up in firefox' about:plugins, run
 nspluginwrapper -i
  /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so and restart
  firefox.
 
  6. And remember there's a security advisory for the current version of
  flash9,
 http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e00
 0016.html (if you use portaudit you need to `make
  -DDISABLE_VULNERABILITIES ...' to be able to install the port), and fc4
  seems to be eol'd too, so you probably want to install something like
  the noscript firefox extension,
  https://addons.mozilla.org/en-US/firefox/addon/722
  and only allow plugins (and scripts, tho thats a different problem) on
  sites you trust...
 
   And finally, if you still get crashes after following the above even
  on pages that are reported to work now (like youtube) you probably want
  to run `ktrace -di firefox...' and look at the output using linux_kdump
  (thats the devel/linux_kdump port, you want to use a package), paying
  specific attention to the lines above `PSIG SIGSEGV' (or whichever
  signal you got), maybe there are still shlibs missing that the plugin
  needs (NAMI ...something.so...), and if this is the case tell us about
  it so the appropriate dependencies can be added to the relevant ports.
  If you can't figure it out I guess it doesn't hurt to post the last
  few 100 lines of the dump up to the relevant PSIG on -emulation...
 
   You may also want to check linked shlibs like this:
 /compat/linux/bin/sh /compat/linux/usr/bin/ldd
  /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so and
 /compat/linux/bin/sh /compat/linux/usr/bin/ldd
  /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin (if you see `not
  found' in there you know something is wrong) - although that doesn't
  show libs that may be dlopen()d at runtime.
 
 Thanks for this.  I was able to get linux-flashplugin9 working in native
 Firefox 3.0.3 on FreeBSD 7-STABLE i386.  The only additional thing I had
 to do was copy
 /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into
 ~/.mozilla/plugins/ for Firefox to recognize the plugin.

 Yeah I forgot to note that you want to run nspluginwrapper -i
 as the user that will run the native browser, not as root, then the
 wrapper will go into ~/.mozilla/plugins/...

   After that
 Youtube, google video, and google maps (incl. street view) work fine,
 but slow.  A friend of mine with a very similar setup was not so lucky
 and still has problems with flash9 locking up FF.

  Hmm, lockups I haven't seen yet here.

  HTH,
   Juergen
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

It works almost perfectly for me ! Thanks for this, Juergen !.

I had to say almost perfectly because in myspace, for instance, it takes a 
while for the flashies to start. One thing I noticed is that if I terminate 
FF, npviewer.bin remains loaded and I have to kill it.

Here is what 

Re: flash9 checklist

2008-10-30 Thread Vladimir Grebenschikov
On Wed, 2008-10-29 at 19:05 +0100, Gary Jennejohn wrote:

 I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
 firefox 100% of the time.  Strangely enough, under Linux it works just
 fine and I have pretty much the same version of flash and firefox installed
 on both systems.

It is strange, that exactly same site works fine for me with native ff3
under 8-CURRENT.

 Gary Jennejohn
--
Vladimir B. Grebenchikov
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-30 Thread Gary Jennejohn
On Thu, 30 Oct 2008 10:30:14 +0300
Vladimir Grebenschikov [EMAIL PROTECTED] wrote:

 On Wed, 2008-10-29 at 19:05 +0100, Gary Jennejohn wrote:
 
  I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
  firefox 100% of the time.  Strangely enough, under Linux it works just
  fine and I have pretty much the same version of flash and firefox installed
  on both systems.
 
 It is strange, that exactly same site works fine for me with native ff3
 under 8-CURRENT.
 

Well, I was thinking about this.

I am running an up-to-date FF2, but my 8-current kernel and linux-base
fc8 are not the most recent versions.

That might explain why some people don't see any problems whereaas I do.

---
Gary Jennejohn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-30 Thread Chagin Dmitry
On Thu, Oct 30, 2008 at 10:30:14AM +0300, Vladimir Grebenschikov wrote:
 On Wed, 2008-10-29 at 19:05 +0100, Gary Jennejohn wrote:
 
  I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
  firefox 100% of the time.  Strangely enough, under Linux it works just
  fine and I have pretty much the same version of flash and firefox installed
  on both systems.
 
 It is strange, that exactly same site works fine for me with native ff3
 under 8-CURRENT.
 

Hi,
I think that a problem in futexes, therefore native ff3 works, as it uses native
locking.

-- 
Have fun!
chd
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-30 Thread Juergen Lock
In article [EMAIL PROTECTED] you write:
will this howto work for amd64 ?
[...]

Yes.

Juergen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-30 Thread Juergen Lock
In article [EMAIL PROTECTED] you write:
Juergen Lock wrote:

 Preliminary checklist for getting flash9 to work in native firefox:
 (flash10 needs more ports work, I shall post about that seperately on
 -emulation...)  If you have additions to this please post a followup to
 this thread, keeping the Cc: (I'm not on -questions...)

 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC
 (the relevant MFC commits are:
  http://svn.freebsd.org/viewvc/base?view=revisionrevision=183819
  http://svn.freebsd.org/viewvc/base?view=revisionrevision=184075
 - a recent HEAD should also work of course.)  There are linprocfs patches
 for RELENG_6 too (merging the former commit), but the latter commit can't
 be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9
 probably won't work on SMP there.  (Although if you have SMP you probably
 should be running 7 anyway. :)  Oh and if you do have SMP you also need to
 use the ULE scheduler, the cpuset syscalls are not supported with 4BSD.
 linprocfs patches for 6:
  http://people.freebsd.org/~nox/linprocfs-6.3.patch
  http://people.freebsd.org/~nox/linprocfs-6.4.patch

 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC
 (the last www/linux-flashplugin9 commit is:
  http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html
 )

 3. Make sure linprocfs is mounted to /compat/linux/proc .

 4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and dependencies
 are installed and up to date(!).  (the default emulators/linux_base-fc4
 should work, if you want to use a later one don't forget to set
 compat.linux.osrelease=2.6.16 in sysctl.conf and OVERRIDE_LINUX_BASE_PORT
 to whichever version you use in make.conf.  Note however that on 6, only
 the default compat.linux.osrelease=2.4.2 really works.)

 5. If the plugin doesnt show up in firefox' about:plugins, run
  nspluginwrapper -i 
 /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
 and restart firefox.

 6. And remember there's a security advisory for the current version of
 flash9,
  
 http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e16.html
 (if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...'
 to be able to install the port), and fc4 seems to be eol'd too, so you
 probably want to install something like the noscript firefox extension,
  https://addons.mozilla.org/en-US/firefox/addon/722
 and only allow plugins (and scripts, tho thats a different problem) on
 sites you trust...

  And finally, if you still get crashes after following the above even
 on pages that are reported to work now (like youtube) you probably want
 to run `ktrace -di firefox...' and look at the output using linux_kdump
 (thats the devel/linux_kdump port, you want to use a package), paying
 specific attention to the lines above `PSIG SIGSEGV' (or whichever
 signal you got), maybe there are still shlibs missing that the plugin
 needs (NAMI ...something.so...), and if this is the case tell us about
 it so the appropriate dependencies can be added to the relevant ports.
 If you can't figure it out I guess it doesn't hurt to post the last
 few 100 lines of the dump up to the relevant PSIG on -emulation...

  You may also want to check linked shlibs like this:
  /compat/linux/bin/sh /compat/linux/usr/bin/ldd 
 /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
 and
  /compat/linux/bin/sh /compat/linux/usr/bin/ldd 
 /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin
 (if you see `not found' in there you know something is wrong) - although
 that doesn't show libs that may be dlopen()d at runtime.

   
Thanks for this.  I was able to get linux-flashplugin9 working in native 
Firefox 3.0.3 on FreeBSD 7-STABLE i386.  The only additional thing I had 
to do was copy 
/usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into 
~/.mozilla/plugins/ for Firefox to recognize the plugin.

Yeah I forgot to note that you want to run nspluginwrapper -i
as the user that will run the native browser, not as root, then the
wrapper will go into ~/.mozilla/plugins/...

  After that 
Youtube, google video, and google maps (incl. street view) work fine, 
but slow.  A friend of mine with a very similar setup was not so lucky 
and still has problems with flash9 locking up FF.

 Hmm, lockups I haven't seen yet here.

 HTH,
Juergen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-30 Thread Juergen Lock
In article [EMAIL PROTECTED] you write:
On Wed, Oct 29, 2008 at 07:05:51PM +0100, Gary Jennejohn wrote:
 On Wed, 29 Oct 2008 11:50:27 -0400
 Mikhail Teterin [EMAIL PROTECTED] wrote:
 
  Sent by Vladimir Grebenschikov:
   I've seen temporary FF lockups with flashblock FF plugin enabled.
  Same here. Sometimes it works and some times any page containing flash 
  will hang the entire browser. Doing a `killall npviewer.bin' (I use 
  nspluginwrapper) will unfreeze the browser like nothing happened. You'll 
  get the page -- but without the embedded flash, of course.
  I have only gotten Flash-9 to (mostly) work this morning -- thanks to 
  nox' checklist, and have not yet been able to investigate, why it hangs 
  on occasion...
  
 
 I don't have flashblock installed,

btw, noscript  flashblock :)  also it hasn't caused hangs here yet.

  but http://www.mtvmusic.com/ hangs
 firefox 100% of the time.  Strangely enough, under Linux it works just

Hi,
yes, I can confirm. thnx!

 No hangs here on mtvmusic.com with either linux flash9 + linux_base-fc4 +
native ff2 on 6.3/i386/UP or linux flash10 + linux_base-f7 + native ff3
on 7/amd64/SMP.  (my flash10 post is here:

http://lists.freebsd.org/pipermail/freebsd-emulation/2008-October/005438.html
)

 HTH,
Juergen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-30 Thread matt donovan
Since I had linux_base-fc4 installed npviewer.bin kept hogging all CPU power
until I killed it for native firefox3. Well I installed linux_base-fc7 and
now flash9 and npviewer.bin works fine in native firefox3.

ok I tried this for the ones that have firefox3 native installed.

install linux_base-fc7 and npviewer.bin should stop hogging all the cpu
along with firefox3 freezing up until npviewer.bin is killed.

I do not use extensions in my firefox3 so the flashblock issue before was
not an issue for me.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Steve Polyack

Juergen Lock wrote:


Preliminary checklist for getting flash9 to work in native firefox:
(flash10 needs more ports work, I shall post about that seperately on
-emulation...)  If you have additions to this please post a followup to
this thread, keeping the Cc: (I'm not on -questions...)

1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC
(the relevant MFC commits are:
http://svn.freebsd.org/viewvc/base?view=revisionrevision=183819
http://svn.freebsd.org/viewvc/base?view=revisionrevision=184075
- a recent HEAD should also work of course.)  There are linprocfs patches
for RELENG_6 too (merging the former commit), but the latter commit can't
be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9
probably won't work on SMP there.  (Although if you have SMP you probably
should be running 7 anyway. :)  Oh and if you do have SMP you also need to
use the ULE scheduler, the cpuset syscalls are not supported with 4BSD.
linprocfs patches for 6:
http://people.freebsd.org/~nox/linprocfs-6.3.patch
http://people.freebsd.org/~nox/linprocfs-6.4.patch

2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC
(the last www/linux-flashplugin9 commit is:
http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html
)

3. Make sure linprocfs is mounted to /compat/linux/proc .

4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and dependencies
are installed and up to date(!).  (the default emulators/linux_base-fc4
should work, if you want to use a later one don't forget to set
compat.linux.osrelease=2.6.16 in sysctl.conf and OVERRIDE_LINUX_BASE_PORT
to whichever version you use in make.conf.  Note however that on 6, only
the default compat.linux.osrelease=2.4.2 really works.)

5. If the plugin doesnt show up in firefox' about:plugins, run
nspluginwrapper -i 
/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
and restart firefox.

6. And remember there's a security advisory for the current version of
flash9,

http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e16.html
(if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...'
to be able to install the port), and fc4 seems to be eol'd too, so you
probably want to install something like the noscript firefox extension,
https://addons.mozilla.org/en-US/firefox/addon/722
and only allow plugins (and scripts, tho thats a different problem) on
sites you trust...

 And finally, if you still get crashes after following the above even
on pages that are reported to work now (like youtube) you probably want
to run `ktrace -di firefox...' and look at the output using linux_kdump
(thats the devel/linux_kdump port, you want to use a package), paying
specific attention to the lines above `PSIG SIGSEGV' (or whichever
signal you got), maybe there are still shlibs missing that the plugin
needs (NAMI ...something.so...), and if this is the case tell us about
it so the appropriate dependencies can be added to the relevant ports.
If you can't figure it out I guess it doesn't hurt to post the last
few 100 lines of the dump up to the relevant PSIG on -emulation...

 You may also want to check linked shlibs like this:
/compat/linux/bin/sh /compat/linux/usr/bin/ldd 
/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
and
/compat/linux/bin/sh /compat/linux/usr/bin/ldd 
/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin
(if you see `not found' in there you know something is wrong) - although
that doesn't show libs that may be dlopen()d at runtime.

  
Thanks for this.  I was able to get linux-flashplugin9 working in native 
Firefox 3.0.3 on FreeBSD 7-STABLE i386.  The only additional thing I had 
to do was copy 
/usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into 
~/.mozilla/plugins/ for Firefox to recognize the plugin.  After that 
Youtube, google video, and google maps (incl. street view) work fine, 
but slow.  A friend of mine with a very similar setup was not so lucky 
and still has problems with flash9 locking up FF.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Mikhail Teterin

Sent by Vladimir Grebenschikov:

I've seen temporary FF lockups with flashblock FF plugin enabled.
Same here. Sometimes it works and some times any page containing flash 
will hang the entire browser. Doing a `killall npviewer.bin' (I use 
nspluginwrapper) will unfreeze the browser like nothing happened. You'll 
get the page -- but without the embedded flash, of course.
I have only gotten Flash-9 to (mostly) work this morning -- thanks to 
nox' checklist, and have not yet been able to investigate, why it hangs 
on occasion...


   -mi


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Vladimir Grebenschikov
On Wed, 2008-10-29 at 10:11 -0400, Steve Polyack wrote:
   
 Thanks for this.  I was able to get linux-flashplugin9 working in
 native 
 Firefox 3.0.3 on FreeBSD 7-STABLE i386.  The only additional thing I
 had 
 to do was copy 
 /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into 
 ~/.mozilla/plugins/ for Firefox to recognize the plugin.  After that 
 Youtube, google video, and google maps (incl. street view) work fine, 
 but slow.  A friend of mine with a very similar setup was not so
 lucky 
 and still has problems with flash9 locking up FF.

I've seen temporary FF lockups with flashblock FF plugin enabled.
After disabling it lockups disappear.
Probably it is such case ?

-- 
Vladimir B. Grebenschikov
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Robert Huff

Mikhail Teterin writes:
  Sent by Vladimir Grebenschikov:

   I've seen temporary FF lockups with flashblock FF plugin enabled.

  Same here. Sometimes it works and some times any page containing
  flash will hang the entire browser. Doing a `killall
  npviewer.bin' (I use nspluginwrapper) will unfreeze the browser
  like nothing happened. You'll get the page -- but without the
  embedded flash, of course.

I have the same issue with SeaMonkey.
The problem is that while npviewer.bin is loading, it
effectively hogs the CPU.  It also chews up ~550 mb of RAM.


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Masoom Shaikh
will this howto work for amd64 ?

On Wed, Oct 29, 2008 at 2:11 PM, Steve Polyack [EMAIL PROTECTED] wrote:

 Juergen Lock wrote:


 Preliminary checklist for getting flash9 to work in native firefox:
 (flash10 needs more ports work, I shall post about that seperately on
 -emulation...)  If you have additions to this please post a followup to
 this thread, keeping the Cc: (I'm not on -questions...)

 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC
 (the relevant MFC commits are:
http://svn.freebsd.org/viewvc/base?view=revisionrevision=183819
http://svn.freebsd.org/viewvc/base?view=revisionrevision=184075
 - a recent HEAD should also work of course.)  There are linprocfs patches
 for RELENG_6 too (merging the former commit), but the latter commit can't
 be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9
 probably won't work on SMP there.  (Although if you have SMP you probably
 should be running 7 anyway. :)  Oh and if you do have SMP you also need to
 use the ULE scheduler, the cpuset syscalls are not supported with 4BSD.
 linprocfs patches for 6:

 http://people.freebsd.org/~nox/linprocfs-6.3.patchhttp://people.freebsd.org/%7Enox/linprocfs-6.3.patch

 http://people.freebsd.org/~nox/linprocfs-6.4.patchhttp://people.freebsd.org/%7Enox/linprocfs-6.4.patch

 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC
 (the last www/linux-flashplugin9 commit is:

 http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html
 )

 3. Make sure linprocfs is mounted to /compat/linux/proc .

 4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and dependencies
 are installed and up to date(!).  (the default emulators/linux_base-fc4
 should work, if you want to use a later one don't forget to set
 compat.linux.osrelease=2.6.16 in sysctl.conf and OVERRIDE_LINUX_BASE_PORT
 to whichever version you use in make.conf.  Note however that on 6, only
 the default compat.linux.osrelease=2.4.2 really works.)

 5. If the plugin doesnt show up in firefox' about:plugins, run
nspluginwrapper -i
 /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
 and restart firefox.

 6. And remember there's a security advisory for the current version of
 flash9,

 http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e16.html
 (if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...'
 to be able to install the port), and fc4 seems to be eol'd too, so you
 probably want to install something like the noscript firefox extension,
https://addons.mozilla.org/en-US/firefox/addon/722
 and only allow plugins (and scripts, tho thats a different problem) on
 sites you trust...

  And finally, if you still get crashes after following the above even
 on pages that are reported to work now (like youtube) you probably want
 to run `ktrace -di firefox...' and look at the output using linux_kdump
 (thats the devel/linux_kdump port, you want to use a package), paying
 specific attention to the lines above `PSIG SIGSEGV' (or whichever
 signal you got), maybe there are still shlibs missing that the plugin
 needs (NAMI ...something.so...), and if this is the case tell us about
 it so the appropriate dependencies can be added to the relevant ports.
 If you can't figure it out I guess it doesn't hurt to post the last
 few 100 lines of the dump up to the relevant PSIG on -emulation...

  You may also want to check linked shlibs like this:
/compat/linux/bin/sh /compat/linux/usr/bin/ldd
 /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
 and
/compat/linux/bin/sh /compat/linux/usr/bin/ldd
 /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin
 (if you see `not found' in there you know something is wrong) - although
 that doesn't show libs that may be dlopen()d at runtime.



 Thanks for this.  I was able to get linux-flashplugin9 working in native
 Firefox 3.0.3 on FreeBSD 7-STABLE i386.  The only additional thing I had to
 do was copy /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.sointo 
 ~/.mozilla/plugins/ for Firefox to recognize the plugin.  After that
 Youtube, google video, and google maps (incl. street view) work fine, but
 slow.  A friend of mine with a very similar setup was not so lucky and still
 has problems with flash9 locking up FF.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Mikhail Teterin

   Sent by Robert Huff:

The problem is that while npviewer.bin is loading, it
effectively hogs the CPU.  It also chews up ~550 mb of RAM.
  

   Well, when it all works correctly, it starts quickly for me. But when
   there is a problem, no amount of waiting seems enough, so I doubt, it
   is the question of hogging or heaviness... I have a fairly beefy
   machine too -- 4Opterons, 6Gb of RAM, so when things work, they work
   quickly.

 -mi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Robert Huff

Mikhail Teterin writes:

  The problem is that while npviewer.bin is loading, it
  effectively hogs the CPU.  It also chews up ~550 mb of RAM.
  
 Well, when it all works correctly, it starts quickly for
 me. But when there is a problem, no amount of waiting seems
 enough, so I doubt, it is the question of hogging or
 heaviness... I have a fairly beefy machine too -- 4Opterons,
 6Gb of RAM, so when things work, they work quickly.

My machine (in question) is a P4 2.26ghz with 2 gb; loading
takes about 60-90 seconds.


Robert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Gary Jennejohn
On Wed, 29 Oct 2008 11:50:27 -0400
Mikhail Teterin [EMAIL PROTECTED] wrote:

 Sent by Vladimir Grebenschikov:
  I've seen temporary FF lockups with flashblock FF plugin enabled.
 Same here. Sometimes it works and some times any page containing flash 
 will hang the entire browser. Doing a `killall npviewer.bin' (I use 
 nspluginwrapper) will unfreeze the browser like nothing happened. You'll 
 get the page -- but without the embedded flash, of course.
 I have only gotten Flash-9 to (mostly) work this morning -- thanks to 
 nox' checklist, and have not yet been able to investigate, why it hangs 
 on occasion...
 

I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
firefox 100% of the time.  Strangely enough, under Linux it works just
fine and I have pretty much the same version of flash and firefox installed
on both systems.

---
Gary Jennejohn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread matt donovan
On Wed, Oct 29, 2008 at 2:05 PM, Gary Jennejohn
[EMAIL PROTECTED]wrote:

 On Wed, 29 Oct 2008 11:50:27 -0400
 Mikhail Teterin [EMAIL PROTECTED] [EMAIL PROTECTED]
 wrote:

  Sent by Vladimir Grebenschikov:
   I've seen temporary FF lockups with flashblock FF plugin enabled.
  Same here. Sometimes it works and some times any page containing flash
  will hang the entire browser. Doing a `killall npviewer.bin' (I use
  nspluginwrapper) will unfreeze the browser like nothing happened. You'll
  get the page -- but without the embedded flash, of course.
  I have only gotten Flash-9 to (mostly) work this morning -- thanks to
  nox' checklist, and have not yet been able to investigate, why it hangs
  on occasion...
 

 I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
 firefox 100% of the time.  Strangely enough, under Linux it works just
 fine and I have pretty much the same version of flash and firefox installed
 on both systems.

 ---
 Gary Jennejohn
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]


the issue seems to be with native firefox3 if you guys use it  since I have
native firefox3 and linux-firefox whihc is 2.0.0.17 and the linux-firefox
seems to work fine but the native firefox3 the npviewer.bin just hogs memory
and cpu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Maciej Suszko
Gary Jennejohn [EMAIL PROTECTED] wrote:
 On Wed, 29 Oct 2008 11:50:27 -0400
 Mikhail Teterin [EMAIL PROTECTED] wrote:
 
  Sent by Vladimir Grebenschikov:
   I've seen temporary FF lockups with flashblock FF plugin enabled.
  Same here. Sometimes it works and some times any page containing
  flash will hang the entire browser. Doing a `killall
  npviewer.bin' (I use nspluginwrapper) will unfreeze the browser
  like nothing happened. You'll get the page -- but without the
  embedded flash, of course. I have only gotten Flash-9 to (mostly)
  work this morning -- thanks to nox' checklist, and have not yet
  been able to investigate, why it hangs on occasion...
  
 
 I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
 firefox 100% of the time.  Strangely enough, under Linux it works just
 fine and I have pretty much the same version of flash and firefox
 installed on both systems.

I can't confirm that - I just disabled flashblock and currently
watching some videos from site you have problems with. Saying more -
I'm clicking on different flash-sites over 1 hour with flashblock
disabled and my FF (3.0.3,1) didn't hang.
I'm using yesterday's build of 7.0-PRERELEASE with latest available
linux-flashplugin9 port.

I also can't confirm that it's not going to crash ;-)
-- 
regards, Maciej Suszko.


signature.asc
Description: PGP signature


Re: flash9 checklist

2008-10-29 Thread Chagin Dmitry
On Wed, Oct 29, 2008 at 07:05:51PM +0100, Gary Jennejohn wrote:
 On Wed, 29 Oct 2008 11:50:27 -0400
 Mikhail Teterin [EMAIL PROTECTED] wrote:
 
  Sent by Vladimir Grebenschikov:
   I've seen temporary FF lockups with flashblock FF plugin enabled.
  Same here. Sometimes it works and some times any page containing flash 
  will hang the entire browser. Doing a `killall npviewer.bin' (I use 
  nspluginwrapper) will unfreeze the browser like nothing happened. You'll 
  get the page -- but without the embedded flash, of course.
  I have only gotten Flash-9 to (mostly) work this morning -- thanks to 
  nox' checklist, and have not yet been able to investigate, why it hangs 
  on occasion...
  
 
 I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
 firefox 100% of the time.  Strangely enough, under Linux it works just

Hi,
yes, I can confirm. thnx!


 fine and I have pretty much the same version of flash and firefox installed
 on both systems.
 

-- 
Have fun!
chd
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist

2008-10-29 Thread Scott T. Hildreth
On Wed, 2008-10-29 at 22:02 +0300, Chagin Dmitry wrote:
 On Wed, Oct 29, 2008 at 07:05:51PM +0100, Gary Jennejohn wrote:
  On Wed, 29 Oct 2008 11:50:27 -0400
  Mikhail Teterin [EMAIL PROTECTED] wrote:
  
   Sent by Vladimir Grebenschikov:
I've seen temporary FF lockups with flashblock FF plugin enabled.
   Same here. Sometimes it works and some times any page containing flash 
   will hang the entire browser. Doing a `killall npviewer.bin' (I use 
   nspluginwrapper) will unfreeze the browser like nothing happened. You'll 
   get the page -- but without the embedded flash, of course.
   I have only gotten Flash-9 to (mostly) work this morning -- thanks to 
   nox' checklist, and have not yet been able to investigate, why it hangs 
   on occasion...
   
  
  I don't have flashblock installed, but http://www.mtvmusic.com/ hangs
  firefox 100% of the time.  Strangely enough, under Linux it works just
 
 Hi,
 yes, I can confirm. thnx!

  Works for me, but I am using 2.0.0.17 + flash9.

  I didn't know about this site.  Awesome, back when MTV actually played
music.

:-D

 
 
  fine and I have pretty much the same version of flash and firefox installed
  on both systems.
  
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash9 checklist (was: flash-9, 10 on FreeBSD)

2008-10-28 Thread Wojciech Puchar
macromedia still doesn't support FreeBSD, while it's mostly matter of 
recompiling.


if so - simply don't use it
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]