From owner-freebsd-stable@freebsd.org Fri May 26 15:36:55 2017 Return-Path: Delivered-To: freebsd-stable@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 05A4FD83207 for ; Fri, 26 May 2017 15:36:55 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E682E19D5 for ; Fri, 26 May 2017 15:36:54 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id E2DB9D83206; Fri, 26 May 2017 15:36:54 +0000 (UTC) Delivered-To: stable@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 E284BD83205 for ; Fri, 26 May 2017 15:36:54 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2F0319D3; Fri, 26 May 2017 15:36:54 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6]) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dEHIK-000BDO-NU; Fri, 26 May 2017 15:36:52 +0000 Subject: Re: 11.1-PRERELEASE, waagent crashes attaching reosurce disc in Azure To: Baptiste Daroussin Cc: stable@freebsd.org References: <20170526123053.gjfgb26hvnecy3gl@ivaldir.net> From: Pete French Message-ID: Date: Fri, 26 May 2017 16:36:52 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170526123053.gjfgb26hvnecy3gl@ivaldir.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 15:36:55 -0000 I'm not using the version from ports, I am using the latest oone directly from the git repository as its the most recent there is. That is version 2.2.11.1. ( The images supplied by Microsoft came with waagent isnatlled which was more recent tahn ports, so I never used the prt (the one time I tried it clashed and didnt work at all actually). ) -pete. On 05/26/17 13:30, Baptiste Daroussin wrote: > On Fri, May 26, 2017 at 01:26:46PM +0100, Pete French wrote: >> Have upgraded one of my Azure boxes to 11.1-PRERELEASE yesterday, and I >> now find the below backtrace from waagent when it tries to attach >> the resource disc. It looks as if it is finding 'pass1' as the device, >> when it should be finding 'da1'. As the waagents hasnt changed I am >> wondering what might have chnaged in FreeBSD to make this stop working. >> >> I consider this to be an Azure bug not a FreeBSD bug, and have >> filed an issue, but would be nice to get to the bottom of it myself. >> >> cheers, >> >> -pete. >> > > The agent has just been updated in the ports tree a few days ago, can you try > the new version? > > Bapt >