From owner-freebsd-ports@freebsd.org Sun Sep 8 20:51:26 2019 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5DD15E1A85 for ; Sun, 8 Sep 2019 20:51:26 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46RNkN74DMz45cW for ; Sun, 8 Sep 2019 20:51:24 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1567975877; bh=v9b0hs8QDKtbos5K2XBZxdqzilGfDR04eOnHX7zW3Uo=; h=Subject:To:References:From:Date:In-Reply-To; b=LLiYSuIaYSJmKTo+uNI9JyvxRP0tExAC8mo3XfY+IszsEdQt+XVQgHXxqNATuqV8s pmGHym4IHH15X+Lz1xQJgOZng88rGAMXVSMV6E5z1+HrosvrZs4uIT9TNfXPV/sAic EfRhOOmPV4v931uR22B2piJPHPxMto+Wbdz/WiHo= Subject: Re: nextcloudclient host not found To: freebsd-ports@freebsd.org References: <43c1539e-87d7-ca12-433c-de6095617a0b@nethead.se> From: Per olof Ljungmark Message-ID: Date: Sun, 8 Sep 2019 22:51:15 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <43c1539e-87d7-ca12-433c-de6095617a0b@nethead.se> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46RNkN74DMz45cW X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=LLiYSuIa; dmarc=pass (policy=none) header.from=nethead.se; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se X-Spamd-Result: default: False [-5.78 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[nethead.se:+]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.78)[ip: (-9.91), ipnet: 5.150.192.0/18(-4.95), asn: 8473(0.99), country: SE(-0.03)]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2019 20:51:26 -0000 On 2019-09-06 16:54, Per olof Ljungmark wrote: > FreeBSD12.0-STABLE and nextcloudclient-0.0.0.20190705_3 > > The client syncs fine for some time, then gives up with > > QNetworkReply::HostNotFoundError "Host mynextcloudhost not found" > QVariant(Invalid) > > and it is impossible to restart the sync. > > https://mynextcloudhost/status.php works well from a browser and the IP > is resovable with drill and host and nslookup from Windows. > Answering myself. The apparent reason was Qt5 version mismatch, but why the client worked for a while and the stopped with a "host not found" is beyond me. //per