From owner-freebsd-current@freebsd.org Mon Apr 17 00:50:53 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF19CD3287C for ; Mon, 17 Apr 2017 00:50:53 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42938FBF for ; Mon, 17 Apr 2017 00:50:53 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id t189so24236461wmt.1 for ; Sun, 16 Apr 2017 17:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LQroie6jw+kydbxJ+08eBiY9GrWTDIVADWDdVxET9jc=; b=C+5qxKS+2TezBR/2M29XD3ixDZCiskf3CNneEz3hnnoHGYmY0Ck9HMeDU2EXDVpktr FIUhuuJC4y5BmGgB5n9Ij3ILuDK3qNrM4DulYeCVqQlTl4hDWKeAbVE5ix8TgSXXqbVT 8E7a7Ar+NNTThveVl9P6DtG/13xif/D7OeX+mabk7y8HS/3gfgagOnuaTeNDfpfM57w3 kksefyAOX5refPg9CSrYlN9jRrUZ24StO82Rc0CUslPBYMGeTJdOgBjVSy1gTN5sk/sM AmBBLDyknXs0LSVsqcZeRLZFEW0O+hjyluJEGXfvDUAdaMCBRGuwLmZ0Lin6/B0EhGsD kW8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LQroie6jw+kydbxJ+08eBiY9GrWTDIVADWDdVxET9jc=; b=BIPI/czhDR5CboUAPQG8aXjvvxeLEtkYlcV9eLszuce9CGTfxSjA8Rx8RPKBduwo+v zwH66MYs4tXFwkgi5wqFDkpzJl6K8Im4WzlR5hKR+EBgIuPjc2qYRpRu4haTo3N43cXB YUgJg7U7bMecwSbPklEm+uJwS13XRnmH4ayI4HywC7/vD3AGC6BIW5RtABedObTvQNHd KSyDhU14+urcxZc1l3DW3cnH0Ji+Q/C+dFKvsMuGQqOuE44IX97s0ISkLTtGDQhJ5byn NROranIVWHYdTWhVJTUDT5yB5a29i5ae+d7dQZ4ZtL00RGvOK0QtmW24LUWue3S8876F dKfA== X-Gm-Message-State: AN3rC/5orD6JRJOtd82LjuWF1/s/EmEJbro1Tw0qWJ3wrPyiYtLAZ6Qf XJPmt6S3xy/e3p3mtJoLFIxdt9Aq1PbKmW0= X-Received: by 10.28.155.84 with SMTP id d81mr6799426wme.122.1492390250792; Sun, 16 Apr 2017 17:50:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.171.91 with HTTP; Sun, 16 Apr 2017 17:50:50 -0700 (PDT) In-Reply-To: References: <20170415135314.6e628657@thor.intern.walstatt.dynvpn.de> <2321.1492272025@critter.freebsd.dk> <20170415160916.GY1326@albert.catwhisker.org> <4292.1492274488@critter.freebsd.dk> <20170415184331.GB1326@albert.catwhisker.org> <3E0D0513-0337-40E1-8173-11D845C0EFF4@lerctr.org> <20170415191329.GA74780@home.opsec.eu> From: Ben Woods Date: Mon, 17 Apr 2017 08:50:50 +0800 Message-ID: Subject: Re: r316958: booting a server takes >10 minutes! To: Larry Rosenman Cc: Kurt Jaeger , FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 00:50:53 -0000 On 16 April 2017 at 03:24, Larry Rosenman wrote: > Current SVN seems to have fixed it (via sobomax@ syslogd commit). > I experienced this issue too, and can confirm that it existing on r316952, but is resolve on r317033. It was extremely strange. The symptoms I was experiencing were: - lightdm display manager would fail to start - slim display manager would start, but then fail to login to xfce - "service hald restart" and "service dbus restart" would fail - "pkg upgrade hal" would fail Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com