From owner-freebsd-questions@freebsd.org Sun Sep 24 22:16:24 2017 Return-Path: Delivered-To: freebsd-questions@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 3DE67E028A6 for ; Sun, 24 Sep 2017 22:16:24 +0000 (UTC) (envelope-from boards188@gmail.com) Received: from mail-yw0-x22c.google.com (mail-yw0-x22c.google.com [IPv6:2607:f8b0:4002:c05::22c]) (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 ABE7564306 for ; Sun, 24 Sep 2017 22:16:23 +0000 (UTC) (envelope-from boards188@gmail.com) Received: by mail-yw0-x22c.google.com with SMTP id x131so3614745ywa.10 for ; Sun, 24 Sep 2017 15:16:23 -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=0Ap2lNYmcZA/KlaM2M4VKmRJWI2WieZq3yZ/StnzzxU=; b=nyemkDcp7aarotcyHKmz3X7SGgn4IuaAQcCkvBmcJn2VQ29WShpaSJQ2AzlmSWoUtv JOU96JC6LMbeFDTygWdWXP2W1LQ4IONW5D9FuvES5336AcVEKXVymRqoDABmfiw8/ZRd 79H3HSu80w+w+cCwZnJBTHee+1oICaeu8t4Gq8gEh4DbLOcQHMA5imrQBmNIpzM7f6sZ yj73+2/u2p3vKAq14VC96lIU1M2jqtb5SR7yDnToCzv3nVC+AGBEXy91/3PP6JgklE+f jF0zyKzoqOQpdMvF8iOh5aFJt0YdKL50Q4TGGofC+CWPRyERZqXeZoVSorSBYY/EUqkx UgHw== 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=0Ap2lNYmcZA/KlaM2M4VKmRJWI2WieZq3yZ/StnzzxU=; b=A7bRaQHmDSbRL6s0ijQPGM10ER2MKskcLt5pdvJ5jukY6I4lFMeuaszIK0MuR+5+SK hMBbkmDmcdrxxCrS7IslfsnW7uygYIvKbpEgNL9pldarGik6p5hQLcfOQqVF1Q974umV +ils62DOHC+mM3KnqF7up4FvSnEjYQDUkMsidp62FN76v96atsqfds+TLGkntaQWgvAl P8cWJTZinue1zdPKmrFdCX/guyCk3FSWAXbDAED+KskBMJj1oKz/aFrvcAfXjEhEwo5B jVyR/HK/2Bi6FQWRBSjATxI1sQ0m96XWRnGrj9nyA/XJtfXLHlfI0zLzFw9+MD8Th4Yo 8vKg== X-Gm-Message-State: AHPjjUjSGQDUD9fD+Mcq9fI/Y6Mq4iewoVhSnH9RehUks1FM5Puph10k z2EVc7mIhdntxERvQP4K4reO1fbZm9aVEcOaMkE= X-Google-Smtp-Source: AOwi7QCur3VMTsmdWovFvuTFlKpUWhqWqDleFzNvwEJ/K8FTej7HS9QDplIftqUnqlfwYEVpKloMAIRXOCkixX6Yg8c= X-Received: by 10.129.29.7 with SMTP id d7mr2965215ywd.468.1506291382322; Sun, 24 Sep 2017 15:16:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.163.12 with HTTP; Sun, 24 Sep 2017 15:16:21 -0700 (PDT) In-Reply-To: References: From: Jason Pope Date: Sun, 24 Sep 2017 17:16:21 -0500 Message-ID: Subject: Re: Pkg upgrade question To: Ben Woods Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2017 22:16:24 -0000 Thank you for the quick response. No, I don't believe other connections take this long to establish. At least navigating between websites works fine and appears to be very responsive. I just installed a new package with "sudo pkg install wget"; it takes several minutes for the "Updating FreeBSD repository catalogue..." to complete. I then get the response, "Proceed with this action? [y/N]:". I answer "y" and it again takes right at 75 seconds for the download to begin. Jason K Pope 214.566.8527 boards188@gmail.com Greater love has no one than this, that one lay down his life for his friends. On Sun, Sep 24, 2017 at 3:54 PM, Ben Woods wrote: > On Sun, 24 Sep 2017 at 10:48 pm, Jason Pope wrote: > >> I am new to FreeBSD (obviously) and have FreeBSD 11.1 installed as a VM >> guest inside VirtualBox running on Mac OSX. I am using bridged mode for >> networking. Network speed is very good. >> >> My problem is when I upgrade packages. I run "sudo pkg update", then run >> "sudo pkg upgrade". The new packages download very fast, 400 to 800 kB/s, >> but there is always ~75 seconds between the ending of one package and the >> starting of the next package. Is that normal? >> >> I am currently updating 106 packages, so it will require 2 hours of time >> between package downloads in addition to the time to download the >> packages. >> >> Hi Jason, > > No, this is not normal, but I have never seen it before. > > Note that pkg creates a new connection for each package it downloads, so > there is normally a couple of seconds to negotiate it, but not 75secs. > > Do other internet connections from the VM take this long to establish also? > > Regards, > Ben > -- > > -- > From: Benjamin Woods > woodsb02@gmail.com >