Mario Mueller
Mario Mueller
Same problem here. Any fix to be expected?
All present progressbar implementation suffer from the same issue: MultiBars cannot be used without threads. To achieve a realistic display of the progress, each partition must be displayed individually. Therefore,...
Let me know if I can support you in any way!
Depends on what you are looking for. Write me a mail to mario dot mueller at trivago dot com and we'll see ;) — Sent from Mailbox for iPhone On...
Same happens for 10.8. When running it with VAGRANT_LOG=info I get the following output: ``` ... Repeated multiple times INFO ssh: Attempting to connect to SSH... INFO ssh: - Host:...
Here is my config: ``` ruby Vagrant.configure("2") do |config| config.vm.box = "FreeBSD64ZFS" config.vm.guest = :freebsd config.vm.box_url = "https://s3.amazonaws.com/vagrant_boxen/freebsd_amd64_zfs.box" config.vm.hostname = "#{ENV['USER']}-orchestra.192.168.33.55.xip.io" config.vm.network :private_network, ip: "192.168.33.55" config.vm.synced_folder "#{ENV['HOME']}/Dev/Source", "/appdata/www", :nfs =>...
Sorry for spamming, but commenting the custom IP setting helps. I've deactivated the custom network setting and now I can boot it up. Next problem: ``` INFO interface: error: Vagrant...
@johnzachary Thanks and sorry for the late reply. I'll give it a try!
Hey, can anyone please review and merge this? Is none of the authors willing or able to review this? I'm aware, that this is a Labs project and thus does...
Also same here. Is there any intention to fix that? It has been open for a while and ppl that use e.g. MS Exchange IMAP/SMTP need `Login` instead of `Plain`,...