Subject: Re: Why my life is sucking.
To: Herb Peyerl <hpeyerl@beer.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: current-users
Date: 01/16/2001 13:02:38
Herb Peyerl <hpeyerl@beer.org> writes:

> Changing volumes on pipe input?
> abort? [yn] 
> ^Crestore > setmodes

The reason you lost links are you've interrupted here.  I bet restore
is in createfiles() here.

The real problem is why you're reached at panic('Changing volumes on
pipe input?');

There is several getvol() calls, but since you're using -i and pipe,
it looks like it's a getvol(0) in createfiles().

enami.