Re: Term Variable in automatic updates SOLVED

2011-01-05 Thread Roger Leigh
On Wed, Jan 05, 2011 at 12:13:40PM +0100, Josep M. Gasso wrote: > Just now I found what was giving error, the package console-setup was > not installed, installing this all is ok, of course I will add the > environment variable DEBCONF_FRONTEND=noninteractive to my script. Please don't top-post.

Re: Term Variable in automatic updates SOLVED

2011-01-05 Thread Josep M. Gasso
Wed, Jan 05, 2011 at 11:31:16AM +0100, Josep M. Gasso wrote: > > Hello. > > > > I have one script for do automatic updates with aptitude, the TERM > > variable in my system is xterm > > > > > > $ echo ${TERM} > > xterm > > > > >

Re: Term Variable in automatic updates

2011-01-05 Thread Roger Leigh
On Wed, Jan 05, 2011 at 11:31:16AM +0100, Josep M. Gasso wrote: > Hello. > > I have one script for do automatic updates with aptitude, the TERM > variable in my system is xterm > > > $ echo ${TERM} > xterm > > > But, what value should be set for the T

Term Variable in automatic updates

2011-01-05 Thread Josep M. Gasso
Hello. I have one script for do automatic updates with aptitude, the TERM variable in my system is xterm $ echo ${TERM} xterm But, what value should be set for the TERM variable when doing automatic updates? As now seems that fails for this. Setting up console-setup (1.66) ... debconf

automatic updates

1998-09-22 Thread Brian Schramm
I have a machine that I would like to set up for unatended updates. I can ssh into it to do things but I may not be able to all the time. I would like to have any prompts ansured in the default mode automaticly and have it send me a massage to my main email account of what packages it updated.