Hi Paul,

/etc/cron.daily/update as a script is like the following:
>>>
#! /bin/bash

# one of dialog|noninteractive|readline|
export DEBIAN_FRONTEND=noninteractive

# one of low|medium|high|critical
export DEBIAN_PRIORITY=high
[...]
apt-get update
apt-get upgrade -ufy
[...]
<<<

Hope that helps,
Michael 

On Tuesday 13 June 2006 16:24, Paul Seelig wrote:
> Hi Michael!
>
> Please define "noninteractive installation" in a way for
> me to be able to reproduce the behavior you reported.
>                                          Thanks, P. *8^)
>
> On Tue, Jun 13, 2006 at 02:28:44PM +0200, Michael Eyrich 
wrote:
> > Package: localepurge
> > Version: 0.5.4
> > Severity: important
> >
> > in noninteractive installations postinstall bails out
> > from installation expecting that there is a /dev/tty
> > which does not exist in noninteractive mode.

-- 
Michael Eyrich, TKN,  TU-Berlin, [EMAIL PROTECTED]
 Fingerprint: 4FAE 80C2 A8D2 9752 023A  EABA 6FB4 EB7E 6D08 
C25C



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to