From owner-freebsd-stable@freebsd.org Sun Sep 2 19:03:49 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75D7FFF7382 for ; Sun, 2 Sep 2018 19:03:49 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 293D683BF3 for ; Sun, 2 Sep 2018 19:03:48 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 2AEEC2134B; Sun, 2 Sep 2018 15:03:48 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Sun, 02 Sep 2018 15:03:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skunkwerks.at; h=content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=EVJB70xx0XY/hYi/8ILuy0rvKC5/t wtrPh/Rc0XFbgc=; b=mBqajF/tXxvjjkmVTwqNYqRQ3C2dsaeARZWG1wFhV6VkW RtJoMjt3EUCNp0wdM/qoRezMjMYLDxqBWyVy68HuP1I7SAJABsSZYTtmsYlJnkbn FPD818TTyX88HhaUhsZCk9vgw/YAMGKtyYU9D80pPzqXI+OtyY1z5y+et2o/OX/E yCsujdznGGpJL91rRaUoiahWCnwMbDRYIxIZe5r5Nzuyn5ixCdBFvVhZRtns7Ur2 LiCkIpVBLv6hYryZ3M0e37XRMpf8H7jWmV4j/0FFLnCKeKdt3TNTF9nF2RTiNDsD 25OC8KtuK84Ww0eI6dKyWcaBxEGFaoityIf9ml9GA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=EVJB70 xx0XY/hYi/8ILuy0rvKC5/twtrPh/Rc0XFbgc=; b=cOLP6kKWLTtmzp9m+asQ/y URqbMEW+b/+gGRdA1LVj4bkYxSgRVrBhvwzrwCMAxJix+XX0uzrv95LxbwElwK49 7I0dNZGZvIMIncRAxsoPFthlWxze/p9hgIkZyJoUjuggJ5Hi3c75onJ2l/WbIoIb sBMlzZu/GJNGBPfkKzekj8r32Nn0hNUunvLSYmoD2JhMNs/7NJGUHrx29waD84vG 33jbKtnp+MKGnR4fDB39ZYozXXfnpxF9WHhoNy9rV+Ty89P0T6ZFAdJglcSvQWce 25G3sTNY3KqITc+8zgJ6TKjxi0Wgc6p0W53zjXeGwieVSoCyR+1klcwLacy6MI2A == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 6E398420B; Sun, 2 Sep 2018 15:03:47 -0400 (EDT) Message-Id: <1535915027.112638.1494317048.67CAB94A@webmail.messagingengine.com> From: Dave Cottlehuber To: Alex McKeever , FreeBSD Stable MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-7b72137a In-Reply-To: <826294696.2192772.1535822734294@mail.yahoo.com> Date: Sun, 02 Sep 2018 21:03:47 +0200 References: <826294696.2192772.1535822734294.ref@mail.yahoo.com> <826294696.2192772.1535822734294@mail.yahoo.com> Subject: Re: Failing to retrieve source tarballs for anything. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2018 19:03:49 -0000 On Sat, 1 Sep 2018, at 19:25, Alex McKeever wrote: > After compiling PKG, when I go to ports to compile anything (my eMac can > run FreeBSD but not modern Linux due to the version of the Radeon GPU) Is it one these, https://en.wikipedia.org/wiki/EMac ? A dmesg and ifconfig of this "eMac" may be helpful, and a specific model number in case somebody else already bashed their head against it enough to get a working setup. Does it even get an interface up & running in some form? Maybe start off with throwing a USB ethernet wired adapter onto it and hoping a miracle occurs. A+ Dave