[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2017-04-14 Thread Mathew Hodson
** Changed in: cloud-images Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-11-02 Thread Alexandros Kosiaris
Met this issue yesterday, updated 5 mins ago to 20161102.0.0, I think this is solved -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-10-03 Thread Baptiste Lafontaine
Well it seems that in fact it's not related to this, but any vboxfs does not work for me with the latest ubuntu/xenial64 box (20160930). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title:

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-26 Thread Aidan Feldman
Baptiste: I think that's a separate issue: https://github.com/mitchellh/vagrant/issues/4791 ** Bug watch added: github.com/mitchellh/vagrant/issues #4791 https://github.com/mitchellh/vagrant/issues/4791 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-26 Thread Baptiste Lafontaine
I still have problem using shared folder mounted in my home with latest box v20160925.0.0 The global "/vagrant" shared folder works, but not a subfolder that I'm trying to mount as a subfolder of my home. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/livecd-rootfs/xenial-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-08 Thread Florin Andrei
Just want to say thank you to everyone who was involved in fixing the sync folder bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-08 Thread Poma
Oh looks like someone has already filed it: https://bugs.launchpad.net /cloud-images/+bug/1621393 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-08 Thread Dan Watkins
Hi Poma, Thanks for identifying this problem! Could you file a separate bug for it so we can track fixing it? Dan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-08 Thread Poma
This is probably because /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf but is an empty file instead. Also /etc/resolv.conf doesn't have a root write permission which is probably the root cause of this problem -- You received this bug notification because you are a

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-08 Thread Poma
Is it just me or the new 20160907 image has broken networking? It seems to fail all DNS queries: `ping 8.8.8.8` works but `ping google.com` fails with "unknown host" error. STR: $ vagrant init ubuntu/xenial64 $ vagrant box update $ vagrant up $ vagrant ssh $ ping google.com Result: ping: unknown

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-07 Thread Louis Zuckerman
The new daily xenial build for 20160907 includes the fix. https://cloud-images.ubuntu.com/xenial/20160907/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-06 Thread Poma
The last update of ununtu/xenial64 image on Atlas was 7 days and it is still broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-06 Thread Launchpad Bug Tracker
This bug was fixed in the package livecd-rootfs - 2.408.3 --- livecd-rootfs (2.408.3) xenial-proposed; urgency=medium [ Louis Zuckerman ] * Fixes for vagrant box builder in ubuntu-cpc LP: #1565985 - Install virtualbox-guest-utils - Don't disable default synced folder

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-02 Thread Louis Zuckerman
Florin, the build does use about 1-2 GB more space for temp files when building vagrant. These are cleaned up after the build. I raised that concern in the SRU ticket: https://bugs.launchpad.net/cloud- images/+bug/1605795 For my test I disabled several of the other image builders as shown in

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-01 Thread Florin Andrei
A resolution for this bug would be very welcome. It's breaking a build system here, due to insufficient disk space. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-09-01 Thread magnetik
Does the nightly build of xenial on atlas.hashicorp.com include the fix? Thanks to all of you for the work on it :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-31 Thread Louis Zuckerman
Fix confirmed. Here's how I tested: - Downloaded current xenial vagrant box and started a VM from it - Enabled xenial-proposed repository - Installed livecd-rootfs from -proposed, version 2.408.3 - ran the following commands... sudo -i mkdir /build cd /build cp -a

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-31 Thread Chris J Arges
Hello Curtis, or anyone else affected, Accepted livecd-rootfs into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/livecd- rootfs/2.408.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-30 Thread Louis Zuckerman
** Description changed: I am unable to fully provision a xenial instance using box ubuntu/xenial64 (virtualbox, 20160403.0.0) because the synced folders are never mounted. VAGRANT_LOG=DEBUG vagrant init --debug indicates that there was an error mounting the

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-30 Thread Brian Murray
** Also affects: livecd-rootfs (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: livecd-rootfs (Ubuntu Xenial) Status: New => In Progress ** Changed in: livecd-rootfs (Ubuntu Xenial) Importance: Undecided => High ** Changed in: livecd-rootfs (Ubuntu Xenial)

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-30 Thread Louis Zuckerman
** Description changed: I am unable to fully provision a xenial instance using box ubuntu/xenial64 (virtualbox, 20160403.0.0) because the synced folders are never mounted. VAGRANT_LOG=DEBUG vagrant init --debug indicates that there was an error mounting the

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-26 Thread Daniel Lynch
I saw a suggestion (sorry, forget who), to use bento/ubuntu-16.04 ( https://atlas.hashicorp.com/bento/boxes/ubuntu-16.04 ). It's made by the people who make Chef. This seems to work fine, I guess it's what I'll be using. -- You received this bug notification because you are a member of Ubuntu

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-26 Thread Chris Pick
What will it take to get the SRU moving forward? The fix was identified and applied to newer releases months ago. Lack of ease of local, Vagrant-based testing has impeded my deployment of Xenial to my production systems. -- You received this bug notification because you are a member of Ubuntu

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-26 Thread Patricia Gaughen
** Changed in: cloud-images Milestone: y-2016-08-25 => y-2016-09-08 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-26 Thread Vishal Kotcherlakota
I can confirm, this is broken in v20160822.0.0. I tried rolling back to v20160805.0.0, but that also seems to fail. ubuntu@ubuntu-xenial:~$ modinfo vboxguest filename: /lib/modules/4.4.0-34-generic/kernel/ubuntu/vbox/vboxguest/vboxguest.ko version:5.0.18_Ubuntu license:GPL

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-25 Thread Kiriakos Krastillis
This is still broken in v20160822.0.0. of teh atlas box -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage notifications

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-17 Thread Mathew Hodson
** Project changed: vagrant => ubuntu ** No longer affects: ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-15 Thread Dan Watkins
** Changed in: cloud-images Assignee: Dan Watkins (daniel-thewatkins) => Patricia Gaughen (gaughen) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-15 Thread Dan Watkins
** Changed in: cloud-images Milestone: y-2016-08-11 => y-2016-08-25 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-08-01 Thread Dan Watkins
** Description changed: I am unable to fully provision a xenial instance using box - ubuntu/xenial64 (virtualbox, 20160403.0.0) + ubuntu/xenial64 (virtualbox, 20160403.0.0) because the synced folders are never mounted. VAGRANT_LOG=DEBUG vagrant init

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-29 Thread Evin Callahan
Great, thanks Louis! I'll stay updated by adding myself to that ticket. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-29 Thread Louis Zuckerman
Hi Evin, I've opened an [SRU] ticket to get these fixes backported to Xenial. It will happen, but I don't know when. Hopefully in the next week or two. [SRU] https://bugs.launchpad.net/cloud-images/+bug/1605795 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-29 Thread Evin Callahan
Just pulled down the ubuntu/xenial64 20160725.0.0 image from atlas, still broken. 1) do you expect the xenial image to get the fix or will it only apply to yakkety? 2) know what kind of timeline we're lookin at? No big deal just curious. I like keeping my vagrant stuff clean :) -- You

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-27 Thread Louis Zuckerman
Looks to me like those boxes in Atlas come from the ubuntu cloud images, which should get the fixes real soon now (I hope.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-27 Thread Martin Schwaighofer
Hello, I just tried to provision a box with ubuntu/xenial64 (virtualbox, 20160725.0.0) and ubuntu/yakkety64 (virtualbox, 20160723.0.0) from the images as https://atlas.hashicorp.com/ubuntu/boxes/. I just wanted to point out that the problems are still present there, and I think this is where

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-21 Thread Launchpad Bug Tracker
This bug was fixed in the package livecd-rootfs - 2.421 --- livecd-rootfs (2.421) yakkety; urgency=medium [ Louis Zuckerman ] * Fixes for vagrant box builder in ubuntu-cpc LP: #1565985 - Install virtualbox-guest-utils - Don't disable default synced folder - Don't set

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-18 Thread Luis Ferro
Looks like the _apt issue is a different one: https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/1543280/comments/16 And looks to be related to some confusion of the sources setup by default. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-18 Thread Luis Ferro
Environment: Mac 10.11.6 Beta (15G26a) Virtualbox: 5.0.20 r106931 Vagrant: 1.8.1 Box: http://people.canonical.com/~dwatkins/livecd.ubuntu-cpc.vagrant.2.box After: $> vagrant up $> vagrant ssh #> sudo su #> apt-get update I still getting: [...] Get:15 http://archive.ubuntu.com/ubuntu

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-15 Thread Dan Watkins
** Changed in: cloud-images Milestone: y-2016-07-14 => y-2016-07-28 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-12 Thread vkill
`vagrant plugin install vagrant-vbguest` +1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage notifications about this

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-08 Thread Mathew Hodson
** Changed in: livecd-rootfs (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread Chris Pick
I confirm, it also works for me. Specifically: - Synced folders - Sudo not complaining about hostname - Running multiple VMs simultaneously - Updating/upgrading/installing packages Looks great. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread blackpingus
Confirm #33 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage notifications about this bug go to:

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread Louis Zuckerman
Looks good to me. Synced folders working, vm name is dynamic, no problem with hostname when sudoing. Also, I tried an apt-get update and did not get the error Luis had in comment #28. Not sure what could've caused that. Thanks, Dan! -- You received this bug notification because you are a

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread Dan Watkins
(Oh, and I actually uploaded the old box; started the upload of the new one, which should take another few minutes >.<) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread Dan Watkins
OK, http://people.canonical.com/~dwatkins/livecd.ubuntu- cpc.vagrant.2.box is now the fully uploaded new box; please test! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread Dan Watkins
Hello all, Thanks for the first round of testing! There's a new box available at http://people.canonical.com/~dwatkins/livecd.ubuntu-cpc.vagrant.2.box (note the slightly different URL :), which strips out some of the additional packages that were installed. Further testing would be appreciated,

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread Dan Watkins
(Uh, posted that comment slightly too soon, the box won't be uploaded fully for another few minutes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-07 Thread Luis Ferro
Hi, Just tested the image, and there is some issues with apt-get / user setup: $> vagrant up $> vagrant ssh $> sudo su root@ubuntu-yakkety:/home/ubuntu# apt-get update Get:1 http://archive.ubuntu.com/ubuntu yakkety InRelease [247 kB] [...]

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-06 Thread Louis Zuckerman
We're making progress toward fixing the essential bugs in the vagrant box (synced folders, vm name, hostname). However, we're moving the discussion of whether to include config management packages to a separate discussion. If you have an opinion on whether or not the vagrant box should come with

Re: [Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-02 Thread Emanuel Ciuca
Great, thanks! On Sat, 2 Jul 2016, 18:55 Evin Callahan, wrote: > Confirmed the linked box contains the vboxsf and integrates well with > Vagrant. Also confirm that it's a yakkety image. > > -- > You received this bug notification because you are subscribed to the bug >

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-02 Thread Evin Callahan
Confirmed the linked box contains the vboxsf and integrates well with Vagrant. Also confirm that it's a yakkety image. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-01 Thread Daniel Di Sarli
Working for me too! Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage notifications about this bug go to:

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-01 Thread blackpingus
> http://people.canonical.com/~dwatkins/livecd.ubuntu-cpc.vagrant.box It is an yakkety image, not xenial, but it works fine! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-01 Thread Dan Watkins
** Changed in: cloud-images Milestone: y-2016-06-30 => y-2016-07-14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To

Re: [Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-07-01 Thread Dan Watkins
Hi Louis, all, On 30/06/16 20:43, Louis Zuckerman wrote: > Your build looks good to me. I ran two vagrant instances with the box > at the same time, and verified that puppet & chef are installed. > Default synced folder is also present & working. Excellent! > If anyone else wants to test, the

Re: [Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-30 Thread Emanuel Ciuca
Thanks for the update. On Thu, 30 Jun 2016, 21:50 Louis Zuckerman, <1565...@bugs.launchpad.net> wrote: > Hi Dan, > > Your build looks good to me. I ran two vagrant instances with the box > at the same time, and verified that puppet & chef are installed. > Default synced folder is also present &

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-30 Thread Louis Zuckerman
Hi Dan, Your build looks good to me. I ran two vagrant instances with the box at the same time, and verified that puppet & chef are installed. Default synced folder is also present & working. If anyone else wants to test, the box can be downloaded from here:

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-30 Thread Dan Watkins
** Changed in: cloud-images Status: Confirmed => In Progress ** Changed in: vagrant Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-29 Thread Dan Watkins
Assigning to myself to review Louis' changes. ** Changed in: cloud-images Assignee: (unassigned) => Dan Watkins (daniel-thewatkins) ** Changed in: cloud-images Milestone: None => y-2016-06-30 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-28 Thread Louis Zuckerman
Hi Evin, Thanks for your support. I've engaged other ubuntu developers and it looks like the review will happen soon, possibly tomorrow. Best, -louis -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-28 Thread Evin Callahan
What's causing the delay of merging Louis's solution? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage notifications

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-24 Thread Louis Zuckerman
Merge proposed. See link at top of this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage notifications about this

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~semiosis/livecd-rootfs/fix-for-1565985 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-24 Thread Dimas R. Danu
Problem still exists on 'ubuntu/xenial64' v20160623.0.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage notifications

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-23 Thread Louis Zuckerman
There are a number of issues with the official vagrant box for xenial: - necessary packages are missing (synced folders not working, no config management) - default /vagrant synced folder is disabled - vm name is static, so you can only have one instance of the box on a host All of these issues

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-16 Thread Dmitry R
Same problem: https://github.com/mitchellh/vagrant/issues/7463 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-15 Thread Wolfgang Faust
Bob Tanner's issue (#9) is a separate problem; I had it with Vagrant 1.8.1 but it's been solved in Vagrant 1.8.4 (I don't know about intervening versions) -- https://github.com/mitchellh/vagrant/issues/6871 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-13 Thread Frans Elliott
** Changed in: cloud-images Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-03 Thread david butler
My workaround is to put `sudo apt-get install -y virtualbox-guest-utils` in my provisioning, and the steps to start are: 1. vagrant up (which will fail at the end) 2. vagrant provision 3. vagrant reload Also I had to add `config.vm.synced_folder ".", "/vagrant/"` explicitly -- You received

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: livecd-rootfs (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-06-01 Thread Colin Johnson
** Also affects: vagrant Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced folders To manage

[Bug 1565985] Re: vagrant vb ubuntu/xenial64 cannot mount synced folders

2016-05-31 Thread Dan Watkins
** Also affects: livecd-rootfs (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565985 Title: vagrant vb ubuntu/xenial64 cannot mount synced