Gentoo Archives: gentoo-user

From: Konstantin <myownletters@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Gentoo on Amazon EC2
Date: Thu, 03 Dec 2015 13:21:15
Message-Id: CABOOiQXJTL6OuRELK=HPZEVUJCgmKkMsSdfZzsbLkKWxPmAjXQ@mail.gmail.com
1 Hello Guys
2
3 I have a Gentoo running at Amazon EC2 m1.large instance.
4 I've created an instance snapshot and tried to start new instance with same
5 type in same location.
6 New instance failed to start.
7
8 In my original instance i've changed CFLAGS with option '-march=native'
9 CFLAGS="-O2 -pipe -march=native"
10
11 I suppose that new instance started with another CPU and that caused
12 problems with cloned instance.
13 Here is the list <https://aws.amazon.com/ec2/instance-types/> of EC2
14 instances. Different CPU types listed there.
15
16 My current CPU is:
17 model name : Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz
18
19 When i launched new clean m1.large instance in same location the CPU was
20 another:
21 model name : Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz
22
23 Here is the questions i have:
24 1. Do i need to recompile whole system with CFLAGS="-O2 -pipe" or only some
25 important packages?
26 How can i find necessary packages for the recompilation.
27
28 2. Is anyone use some special flags on Amazon EC2?
29 Just wondering. Now I have no desire to use additional flags on EC2.
30
31 Thank you.
32
33 --
34 *This message was delivered using 100% recycled electrons*.