Date: Sat, 05 Sep 2020 21:00:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 249133] sysutils/packer emulators/virtualbox-ose ubuntu vm boot from packer crashes, continually reboots Message-ID: <bug-249133-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249133 Bug ID: 249133 Summary: sysutils/packer emulators/virtualbox-ose ubuntu vm boot from packer crashes, continually reboots Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lifanov@freebsd.org Reporter: freebsd@dreamchaser.org Assignee: lifanov@freebsd.org Flags: maintainer-feedback?(lifanov@freebsd.org) Created attachment 217771 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217771&action= =3Dedit ubuntu .json spec for packer 11.3-RELEASE-p6 packer-1.6.0 virtualbox-ose-5.2.44 virtualbox-ose-additions-5.2.44 virtualbox-ose-kmod-5.2.44 vagrant-2.2.9_1 All ports installed using pkg install on 2020-08-26 If I create a ubuntu-18.04.5 VM from ubuntu-18.04.5-live-server-amd64.iso directly in virtualbox, the VM is created successfully. However, if I try to do the same thing using packer, the VM boots and starts the install process, automatically filling in prompts up to the point of choosing the disk allocation. From there I choose the defaults, set user i= d, machine name, password, check box for ssh. The install begins but then fai= ls when fetching updates of some sort (about #16) and reboots and starts the install process all over again. Unfortunately, it sticks a big error box up over the output and then crashes and reboots quickly, so I can't really see what's going on. packer .json file is attached. Side note: despite the fact that the virtualbox-ose-additions are installed, they are not found by virtualbox. They are fetched as part of the build process so I don't think that's the issue. I have modified the system as recommended: kldload vboxdrv.ko sysctl vfs.aio.max_buf_aio=3D8192 sysctl vfs.aio.max_aio_queue_per_proc=3D65536 sysctl vfs.aio.max_aio_per_proc=3D8192 sysctl vfs.aio.max_aio_queue=3D65536 --=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-249133-7788>