Issue #5708 has been updated by Nigel Kersten. Target version changed from Beta to PE Beta
---------------------------------------- Bug #5708: i686 identification incorrect https://projects.puppetlabs.com/issues/5708 Author: Nigel Kersten Status: Closed Priority: High Assignee: Category: Target version: PE Beta Keywords: Branch: Affected URL: Affected PE version: >From the list: i686 is still a x86 architecture, not a x86_64 (AMD64) architecture. I can verify that the machine I attempted the install has been provisioned as a 32 bit machine. A known Ubuntu 10.04 x86_64 machine will give the following output when running uname: # uname -a Linux test-host 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/LINUX Here is the output when I run the x86_64 bit installer on my 32 bit machine: # /home/manager/Desktop/puppet-enterprise-0.6rc4-ubuntu-10.04-amd64/ puppet-enterprise-installer ================================================================================ Puppet Enterprise v0.6rc4 installer ================================================================================ !! ERROR: Can't find packages for platform: ubuntu-10.04-i686 ================================================================================ Here is the output when I run the "all" installer on my machine: # /home/manager/Desktop/puppet-enterprise-0.6rc4-all/puppet-enterprise- installer ================================================================================ Puppet Enterprise v0.6rc4 installer ================================================================================ !! ERROR: Can't find packages for platform: ubuntu-10.04-i686 ================================================================================ The all installer doesn't know what to do with i686. It should point it over to the i386 packages. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
