Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Serious problem with linode vm
Date: Mon, 15 Apr 2013 15:47:33
Message-Id: 516C20F4.9010000@libertytrek.org
In Reply to: Re: [gentoo-user] Serious problem with linode vm by Michael Mol
1 On 2013-04-15 11:42 AM, Michael Mol <mikemol@×××××.com> wrote:
2 > On 04/15/2013 11:37 AM, Tanstaafl wrote:
3 >> Hi all,
4 >>
5 >> Help!!!!! :(
6 >
7 > [snip]
8 >
9 >>
10 >> I've tried recompiling both (both compile/install ok), but when I try to
11 >> start SSHD I get:
12 >>
13 >> # /etc/init.d/sshd start
14 >> /etc/init.d/sshd: line 18: 2079 Illegal instruction "${SSHD_BINARY}" -t
15 >> ${SSHD_OPTS}
16 >> * ERROR: sshd failed to start
17 >
18 > ^^ That screams 'CFLAGS' issue. Verify that the CFLAGS for your prod
19 > server are the same (or close enough) to that of your dev server.
20 >
21 > Guessing the new host has different CPU capabilities exposed to the
22 > guest, either because of a differing hypervisor configuraiton, or
23 > because of the different underlying hardware.
24
25 Thanks Michael - will check this as soon as I can (in the middle of
26 another compile attempt now)...
27
28 So, if this is the case... would that mean I need to remerge @system
29 (and eventually @world)?