Re: audio CD/CD-TEXT

2012-11-29 Thread Steve Randall
On Wed, 28 Nov 2012 22:30:36 -0800 Waitman Gobble wrote: > Hi, > > A girl sent me her CD and it appears that she created a mixed mode > disc with CD-TEXT info of her lyrics. I can't recall playing/noticing > such a disc in the past 10 years so I'm at a loss. > > I can dump the audio tracks (cdd

Re: gfc-afc-volume-mon

2012-11-12 Thread Steve Randall
On Mon, 12 Nov 2012 11:35:59 +1030 Shane Ambler wrote: > On 12/11/2012 09:40, ajtiM wrote: > > Hi! > > > > I use FreeBSD 9.1-RC3 #0 r242324 mnow. After updtae from 9.1-RC2 to > > RC3 I have a problem with GIMP which start more slow than before and > > top shows me: > > > > > > THR PRI NICE SIZE

Re: can't mount root during freebsd-update 7.0 -> 8.1 on amd64

2010-12-07 Thread Steve Randall
On Tue, 7 Dec 2010 19:09:53 +0100 jo...@jodocus.org wrote: > > 2010/12/5 : > >> Hi > >> > >> I'm trying to upgrade a amd64 box from 7.0-RELEASE to 8.1-RELEASE with > >> freebsd-update. After the first reboot the 8.1R GENERIC kernel loads > >> (I'm > >> using a custom kernel, so at this point the

Re: gzip tries to unpack/pack 1st the filename of $GZIP

2010-10-14 Thread Steve Randall
On Thu, 14 Oct 2010 10:36:59 +0200 Matthias Apitz wrote: > > Hello, > > I was facing a problem in some Makefile/shell-scripting and finally I > could nail it down: > > when you set the environment variable GZIP to something, for example to > let it point to gzip itself, it tries 1st to unpack

Re: I have mail, but where?

2009-12-22 Thread Steve Randall
On Tue, 22 Dec 2009 23:50:54 +0100 Andrea Venturoli wrote: > APseudoUtopia ha scritto: > > Type "mail" > > You have 10 mail messages in /var/mail/. > %mail > No mail for andrea Are there really two spaces in a row there? That's a vital clue. For some reason your 'USER' environment variable is

Re: Add options to a port.

2009-04-17 Thread Steve Randall
On Fri, 17 Apr 2009 16:01:00 +1000 Dave Hardman wrote: > Following a recent ports updating gnucash crashes with a > segmentation fault. I've been advised to enable debugging to track down Don't bother. http://svn.gnucash.org/trac/changeset/17747 __

Re: Strange and weird, probably simple, aim DL

2009-02-07 Thread Steve Randall
On Sat, 07 Feb 2009 13:15:08 -0500 Akenner wrote: > Glen Barber wrote: > > On Sat, Feb 7, 2009 at 12:43 PM, Akenner wrote: > > > >> Glen Barber wrote: > >> > >>> Akenner said: > >>> > basic Xterm, it says it can't be found. If I try running it from a "run" > dialog it wo

Re: FreeBSD 7 load hangs on boot

2008-12-18 Thread Steve Randall
On Wed, 17 Dec 2008 16:54:45 -0800 (PST) ThinkDifferently wrote: > > > Polytropon wrote: > > > > > > ThinkDifferently wrote: > >> hptrr: no controller detected. > > > > It looks like there's a proble with the hptrr driver? Have you > > tried loading the "HighPoint RocketRAID device drive" by

Re: Unable to talk to tap(4)

2008-05-16 Thread Steve Randall
On Thu, 15 May 2008 14:49:26 -0400 "Bob McConnell" <[EMAIL PROTECTED]> wrote: > >>> My code so far: > >>> > >>> - tear along dotted line - > >>> tapFD = open ("/dev/tap0", O_RDWR); > >>> if (tapFD < 0) { > >>>fprintf (stderr, "Failed to open /dev/tap0: %d.\n",