debconf: não foi possível inicializar o frontend:

1

Estou tentando (sem êxito) corrigir o fuso horário no meu sistema:

root@102c5d7bfc0d:/# dpkg-reconfigure tzdata
debconf: unable to initialize frontend: 
debconf: (Can't locate Debconf/FrontEnd/.pm in @INC (you may need to install the Debconf::FrontEnd:: module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at (eval 34) line 2.)
debconf: falling back to frontend: Noninteractive

Current default time zone: 'Etc/UTC'
Local time is now:      Sun Jun 15 10:15:52 UTC 2014.
Universal Time is now:  Sun Jun 15 10:15:52 UTC 2014.

Como posso obter o dpkg-reconfigure para perguntar de forma interativa meu fuso horário?

    
por Sepero 15.06.2014 / 12:22

1 resposta

1

Mude o seu shell assim, então execute novamente o comando:

sudo su -
dpkg-reconfigure tzdata
    
por Rucent88 15.06.2014 / 14:56