Re: Firefox+Flash works for sure

2006-09-16 Thread Kurt Wall
On Sat, Sep 16, 2006 at 06:45:56PM +0100, RW wrote:
 On Saturday 16 September 2006 16:03, Viswas Nair wrote:
  I use linux-opera and I have managed to get flash working like a charm.
 
 For the third time, it has multiple critical vulnerabilities. If you use it 
 your computer may work like a charm for someone else. 

I heard you the first time.  Adobe have released a patched version (7.0.68)
that addresses these vulnerabilities. The Freshmeat notice went out yesterday,
so I'm sure it is just a matter of time before the maintainer revs the FreeBSD
port.

Kurt


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


Re: a problem setting screen resolution with Xorg-6.9.0

2006-08-21 Thread Kurt Wall
On Sun, Aug 20, 2006 at 05:10:52PM -0400, [EMAIL PROTECTED] wrote:
 Fellow FreeBSDers,

[snippety-whack]

 icons are difficult to see.  I am obviously setting something wrong,
 but I do not know what it is.  Might anyone have any suggestions.
 I really would rather have the resolution be 1280x1024.  Thanks for
 your help!

[snippage

 Section Screen
 Identifier Screen0
 Device Card0
 MonitorMonitor0

Add
  DefaultDepth 24

 SubSection Display
 Viewport   0 0
 Depth 24
 Modes 1280x1024
 EndSubSection
 EndSection

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


Re: KT port?

2006-08-15 Thread Kurt Wall
On Sun, Aug 13, 2006 at 11:35:57PM +0400, Andrew Pantyukhin wrote:
 On 8/13/06, stan [EMAIL PROTECTED] wrote:
 I did a quick look around for KT in the ports tree, and
 did not find it.
 
 Am I overlooking omehitng? If it's not in the ports, has
 anyone gotten this package working on FreeBSD?
 
 Not yet, but we've got RX and SG. We're also expecting
 NJ and PH any time now. Try MB, it's a nice one.

Personally, I'm partial to PA.

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


Re: Howto insert string. (Was: Re: [freebsd-questions] awk quickie.)

2006-08-07 Thread Kurt Wall
On Sun, Aug 06, 2006 at 03:47:32PM -0700, Gary Kline wrote:
 
   I've got 80 or so html/php files. Most do have 
 
   BODY BGCOLOR=#FF 
 
   but a whole slew do not/are missing the BG color code.
   So is there some scripto-magic way of finding out which fles are 
   missing the above string?  I know how, using an ed/ex script to
   insert this string.  

I'd probably do grep -vi bgcolor filename

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


Re: Howto insert string. (Was: Re: [freebsd-questions] awk quickie.)

2006-08-07 Thread Kurt Wall
On Mon, Aug 07, 2006 at 07:13:03AM -0400, Kurt Wall wrote:
 On Sun, Aug 06, 2006 at 03:47:32PM -0700, Gary Kline wrote:
  
  I've got 80 or so html/php files. Most do have 
  
  BODY BGCOLOR=#FF 
  
  but a whole slew do not/are missing the BG color code.
  So is there some scripto-magic way of finding out which fles are 
  missing the above string?  I know how, using an ed/ex script to
  insert this string.  
 
 I'd probably do grep -vi bgcolor filename

[bad form to reply to my own post, etc.]

Doh! You want to *insert* the string, not (just) find the ones that 
don't have it. My ed/ex chops blow, so with sed:

sed -i '' 's/BODY/BODY BGCOLOR=#FF/' file_name

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


Re: S.M.A.R.T. HDD Protocal

2006-08-05 Thread Kurt Wall
On Fri, Aug 04, 2006 at 06:54:38PM +0100, Richard Collyer wrote:
 Hello,
 
 Does anyone know where I can get the protocol used in SMART HDD diagnostics.
 
 My 3ware card puts out the following information and I am trying to 
 write a program to decipher it into something more sensible.

smartmontools is available in the 6.0 ports collection.

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