[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2021-05-14 Thread Sergey Gavrilov
*** This bug is a duplicate of bug 1874453 ***
https://bugs.launchpad.net/bugs/1874453

Скопируйте? то что написал Alejandro Torras (#5) и вы сможете решить эту
проблему.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829625

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2020-09-03 Thread John Chittum
*** This bug is a duplicate of bug 1874453 ***
https://bugs.launchpad.net/bugs/1874453

** This bug has been marked a duplicate of bug 1874453
   ubuntu/focal64 very slow to boot and reboots once

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829625

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2020-06-24 Thread Craig Maloney
This issue bit me yesterday. The fix provided in for the Vagrantfile  in
comment 5 worked. This is incredibly frustrating to realize, though I
think the issue is more with the vagrant folks not having the serial
port. Is there a way to coordinate to fix this?

I'll also note that generic/ubuntu2004 doesn't seem to have this issue,
so perhaps making the Vagrant images not require the serial port would
be an approach?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829625

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2020-05-17 Thread Bert Driehuis
I suspect the partyline is that cloudimage shall support serial console
come hell or high water. If that's the case, as an alternative to
modifying cloudimage to suite vagrant, it might make sense to petition
vagrant to provide a sensible default for the serial console to suit
cloudimage.

I ran into this with vagrant 2.2.9 and Ubuntu focal64.

If the cloudimage team can enlighten us about the rationale for
requesting ttyS0 I'll be happy to do the legwork with vagrant.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829625

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2020-04-25 Thread Atec-post
Current version of eoan64 (20200422.0.0) and this final config, from
contributions of #2 and #3, it seems to boot "fast" (with a minor reset
in between) again:

  config.vm.provider "virtualbox" do |vb|
 # Display the VirtualBox GUI when booting the machine
 # vb.gui = true

 # Customize the amount of memory on the VM:
 vb.memory = "1024"
  
 vb.customize ["modifyvm", :id, "--uart1", "0x3F8", "4"]
 vb.customize ["modifyvm", :id, "--uartmode1", "file", File::NULL]

 vb.customize ["modifyvm", :id, "--nestedpaging", "off"]
 vb.customize ["modifyvm", :id, "--cpus", 4]
 vb.customize ["modifyvm", :id, "--paravirtprovider", "hyperv"]

   end

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829625

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2020-03-25 Thread vhasby65782
** Tags added: id-5cf13913704f6332da576e60

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829625

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1829625] Re: Vagrant box startup timeout due to no serial port

2020-03-25 Thread vhasby65782
** Summary changed:

- disco64 vagrant box slow boot due to missing ttyS0 (uartmode1 not set to a 
log file in virtualbox)
+ Vagrant box startup timeout due to no serial port

** Tags removed: id-5cf13913704f6332da576e60

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1829625

Title:
  Vagrant box startup timeout due to no serial port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1829625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs