From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0041413865C for ; Thu, 24 Jan 2013 17:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B8E521C0CE; Thu, 24 Jan 2013 17:56:12 +0000 (UTC) Received: from mail-vb0-f41.google.com (mail-vb0-f41.google.com [209.85.212.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0D0E21C08E for ; Thu, 24 Jan 2013 17:56:10 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id l22so4980676vbn.0 for ; Thu, 24 Jan 2013 09:56:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=cLGgmCseTgPmKrXd9tC8CqeMjc0VD/Mc4b8ATgKUeO0=; b=OrOBMPRbM6FZDiTZ0KCMJSaW3Dao2WHPxPYbNHrQiVbv2FO6mjgvjf4sEOsKFG2Zom Up+zd0OyQn9t3FIvbXahLEqVz2zG71rTVz1Sy0DqFGni3Nq7AYXN9xfz6Vjew3d/P8kL LIveFipqaLsrD1KHeCGIfkddkHPhiMbfDnR809dADhk3Geb0WIvFvf/7BQVJB2fN8uVV 6OVHO+CUpfEA5rc+SBGrALJvlxD/udTeHYdivSAHzvyL5rn928DBmNrjpwk/d5WfKdu3 D/vDHpbeX2WfewN2Jd4l+QgXlZzYeQX4CZdaOODt7uLdyyqeUWEFVRFNSbGrMeq7ENd6 kFjA== X-Received: by 10.52.30.13 with SMTP id o13mr336606vdh.9.1359050169787; Thu, 24 Jan 2013 09:56:09 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.58.217.195 with HTTP; Thu, 24 Jan 2013 09:55:49 -0800 (PST) In-Reply-To: <51017454.7010108@fastmail.co.uk> References: <51017454.7010108@fastmail.co.uk> From: Paul Hartman Date: Thu, 24 Jan 2013 11:55:49 -0600 X-Google-Sender-Auth: X6A4i-Kf0ycJ9gBUQNflTg7GiYA Message-ID: Subject: Re: [gentoo-user] MySQL startup problem - interface does not have an address yet. To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 3c5f058b-0243-4b81-9d5d-fbab6f35446a X-Archives-Hash: 6ab86a60ad592e2db61bad58e0dc409f On Thu, Jan 24, 2013 at 11:50 AM, Kerin Millar wrote: > If the nature of your configuration is such that a specific interface must > be up then you can insert the following lines in /etc/conf.d/mysql: > > rc_use="net.eth1" > rc_after="net.eth1" This is a better solution than what I suggested. Pay no attention to my previous message. :)