gfunkdave
June 24th, 2008, 01:12 PM
Hi all,
I have set an automatic update in root's crontab. Lately, almost every time my log shows the following. Do I need to worry about this, or is it just an artifact of being run as a cron job?
***Beginning auto-update on Tue Jun 24 07:00:01 CDT 2008
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Thanks for shedding some light on things!
Incidentally, here's the command as appears in cron:
#update the system twice a day, at 6AM and 7PM. Log errors
00 06,19 * * * (PATH=/usr/sbin:/usr/bin:/sbin:/bin && intro="\n***Beginning auto-update on "`date`"\n\n" && echo -e $intro >> /var/log/auto_update.log && aptitude -y update && aptitude -y safe-upgrade) 2>> /var/log/auto_update.log
I have set an automatic update in root's crontab. Lately, almost every time my log shows the following. Do I need to worry about this, or is it just an artifact of being run as a cron job?
***Beginning auto-update on Tue Jun 24 07:00:01 CDT 2008
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Thanks for shedding some light on things!
Incidentally, here's the command as appears in cron:
#update the system twice a day, at 6AM and 7PM. Log errors
00 06,19 * * * (PATH=/usr/sbin:/usr/bin:/sbin:/bin && intro="\n***Beginning auto-update on "`date`"\n\n" && echo -e $intro >> /var/log/auto_update.log && aptitude -y update && aptitude -y safe-upgrade) 2>> /var/log/auto_update.log