[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debconf bug (was Re: Realplayer: You are running in non-interactive mode...)



On Tue, Mar 13, 2001 at 11:18:24AM -0800, kmself@ix.netcom.com wrote:
> 
> If you'll look at my post above, you'll note that running this command
> results in the error and fails to complete successfully.  I'm pretty
> much hosed.
> 
> Where is the debconf configuration data stored, and can I modify it by
> hand?

    I would hack the appropriate line of code in the file. 

ie. 

change
    $this->{read_handle}->close;

to
    $this->{read_handle}->close
        if $this->{read_handle};

    That should do it. 

    Mike

-- 
Michael P. Soulier <msoulier@storm.ca> 
"With sufficient thrust, pigs fly just fine. However, this is not necessarily a
good idea. It is hard to be sure where they are going to land, and it could be
dangerous sitting under them as they fly overhead." -- RFC 1925



Reply to: