Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2017 17:21:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 222704] `sudo pkg update` segfaults in Vagrant
Message-ID:  <bug-222704-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222704

            Bug ID: 222704
           Summary: `sudo pkg update` segfaults in Vagrant
           Product: Base System
           Version: 11.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: andrew.pennebaker@gmail.com

Apologies, I am new to FreeBSD. I'ved used Linux package managers, but I'm =
just
starting to learn how to use FreeBSD packages/ports, so forgive my syntax.

When I try to run sudo pkg update in FreeBSD 11.1-STABLE in Vagrant, I get a
segfault.

Trace:

vagrant@:~ % sudo pkg update
Segmentation fault

Vagrantfile:

Vagrant.configure("2") do |config|
  config.vm.box =3D "freebsd/FreeBSD-11.1-STABLE"

  config.vm.guest =3D :freebsd
  config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: tr=
ue
  config.ssh.shell =3D "sh"
  config.vm.base_mac =3D "080027D14C66"

  config.vm.provider :virtualbox do |vb|
   vb.customize ["modifyvm", :id, "--memory", "1024"]
   vb.customize ["modifyvm", :id, "--cpus", "1"]
   vb.customize ["modifyvm", :id, "--hwvirtex", "on"]
   vb.customize ["modifyvm", :id, "--audio", "none"]
   vb.customize ["modifyvm", :id, "--nictype1", "virtio"]
   vb.customize ["modifyvm", :id, "--nictype2", "virtio"]
  end
end

I'm using Vagrant v2.0 with VirtualBox 5.1.10r112026 on macOS Sierra 10.12.=
6,
by the way.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222704-8>