Re: dummy/dynamic flash plugin

2002-10-24 Thread John Merryweather Cooper
See also www/plugger which gives one an alternative interface to running linux utilities like Acrobat from native browsers. :) jmc On Thu, 2002-10-24 at 13:43, Norikatsu Shigemura wrote: On Thu, 24 Oct 2002 20:35:39 +0200 Hanspeter Roth [EMAIL PROTECTED] wrote: But if I have only one

Re: FreeBSD problem: $50 reward.

2002-07-01 Thread John Merryweather Cooper
What form are you using for the drive in the BIOS--LBA or Large? Trying forcing it to Large (sometime LG) write down the geometry determined by the BIOS, and enter it with fdisk using during the install. This should work. :) jmc On Mon, 2002-07-01 at 18:25, Lucky Green wrote: Fifty bucks to

Re: AIO issues... or not?

2001-10-05 Thread John Merryweather Cooper
On 2001.10.05 11:58 Alfred Perlstein wrote: * Jason Evans [EMAIL PROTECTED] [011005 11:54] wrote: On Fri, Oct 05, 2001 at 02:19:58PM +, E.B. Dreger wrote: However, there's a rather ominous and non-descriptive warning present: There are numerous stability issues in the current

Looking for testers for PR ports/30821

2001-09-30 Thread John Merryweather Cooper
Rexx-IMC doesn't build on -CURRENT at the moment (so says Bento). This PR contains a patch, but I'm -CURRENT-less. Could someone build things and let me know? In addition to the sample scripts in the examples directory tree (which have all been modified to run from a commandline just like any

Re: Looking for testers for PR ports/30821

2001-09-30 Thread John Merryweather Cooper
On 2001.09.30 13:16 Sameh Ghane wrote: Le (On) Sun, Sep 30, 2001 at 11:22:24AM -0700, John Merryweather Cooper ecrivit (wrote): Rexx-IMC doesn't build on -CURRENT at the moment (so says Bento). This PR contains a patch, but I'm -CURRENT-less. Could someone build things and let me

Re: bug in shell `` expansion code?

2001-09-21 Thread John Merryweather Cooper
On 2001.09.21 21:13 Mario Sergio Fujikawa Ferreira wrote: Hi, While working on a make .mk code, I and Chris Wasser (TDF on IRC) came across an interesting behavior: sh -c 'TDF=echo a echo b;for i in `${TDF}`; do echo i:$i; done' This should return: i:a i:b instead, it

Re: where to set hw.ata.wc

2001-09-18 Thread John Merryweather Cooper
On 2001.09.18 09:38 Douglas Egan wrote: I want to run with 'soft updates' on ATA-100 Western Digital drives, so I want to make sure that hw.ata.wc=0 I am looking for the definitive solution for modifying this sysctl value. Previous threads talked about a couple of places:

Re: the =+ operator

2001-08-12 Thread John Merryweather Cooper
On 2001.08.12 15:02 David O'Brien wrote: On Sat, Aug 11, 2001 at 12:18:57PM -0700, John Merryweather Cooper wrote: Since when does any self-respecting compiler dictate object format? It's brain-damage for a compiler to screw with the object format--so much for If you have ever

Re: Linux Emulation Problems

2001-06-27 Thread John Merryweather Cooper
On 2001.06.27 08:01 Dan Nelson wrote: In the last episode (Jun 27), John Toon said: I'm experiencing Linux emulation issues on my FreeBSD-4.1 setup. Whenever I attempt to run a Linux binary, they try to access my FreeBSD library /usr/X11R6/lib/libxalflaunch.so.0 - even for programs that

Re: Linux Emulation Problems

2001-06-27 Thread John Merryweather Cooper
On 2001.06.27 10:00 Stefan Hoffmeister wrote: : On Wed, 27 Jun 2001 12:10:48 +0100, John Toon wrote: ./setup: error in loading shared libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid. You somewhere have an LD_PRELOAD variable set for that library. This is a busy