Results 1 to 2 of 2

Thread: Problem installing in Ubuntu 11.04 in virtual box

  1. #1
    Join Date
    Jan 2008
    Beans
    115
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Problem installing in Ubuntu 11.04 in virtual box

    I am getting this error message when trying to install Restricted Extras:
    Code:
    installArchives() failed: 
    Extracting templates from packages: 34%
    Extracting templates from packages: 69%
    Extracting templates from packages: 100%
    
    Preconfiguring packages ...
    
    
    Extracting templates from packages: 34%
    Extracting templates from packages: 69%
    Extracting templates from packages: 100%
    
    Preconfiguring packages ...
    
    
    Extracting templates from packages: 34%
    Extracting templates from packages: 69%
    Extracting templates from packages: 100%
    
    Preconfiguring packages ...
    
    Setting up tzdata (2011k-0ubuntu0.11.04) ...
    
    Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
    
    Use of uninitialized value $reply in concatenation (.) or string at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
    
    Use of uninitialized value $reply in split at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
    
    Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
    
    Use of uninitialized value $reply in concatenation (.) or string at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
    
    Use of uninitialized value $reply in split at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
    
    Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
    
    Use of uninitialized value $reply in concatenation (.) or string at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
    
    Use of uninitialized value $reply in split at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
    
    Use of uninitialized value $ret in string eq at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 109.
    
    dpkg: error processing tzdata (--configure):
    
     subprocess installed post-installation script returned error exit status 128
    
    No apport report written because MaxReports is reached already
    Errors were encountered while processing:
    
     tzdata
    
    Setting up tzdata (2011k-0ubuntu0.11.04) ...
    
    Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
    
    Use of uninitialized value $reply in concatenation (.) or string at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
    
    Use of uninitialized value $reply in split at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
    
    Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
    
    Use of uninitialized value $reply in concatenation (.) or string at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
    
    Use of uninitialized value $reply in split at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
    
    Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
    
    Use of uninitialized value $reply in concatenation (.) or string at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
    
    Use of uninitialized value $reply in split at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
    
    Use of uninitialized value $ret in string eq at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 109.
    
    dpkg: error processing tzdata (--configure):
    
     subprocess installed post-installation script returned error exit status 128
    I also got the same error when trying to install updates. I am running inside oracle virtual box, can this have something to do with the error?

    Thanks
    AMD Athlon 64 X2 6000 3.1 ghz
    8 gb DDR2 800 PC2 6400 RAM
    640 gb Western Digital Caviar
    650 Watt power supply, ATI Radeon HD 4850 X2

  2. #2
    Join Date
    Jun 2008
    Beans
    123

    Re: Problem installing in Ubuntu 11.04 in virtual box

    The installation of tzdata seems to be a problem. Try a

    Code:
    sudo dpkg-reconfigure tzdata
    sudo apt-get -f install
    I also found this, so I'm putting it here before I forget http://superuser.com/questions/19958...nfiguration-on (if you decide to do what it says, be careful and be ready for a bit of a long night)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •