[Kernel-packages] [Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2020-05-07 Thread Jake Cobb
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1873506

Title:
  ubuntu/focal64 fails to mount Vagrant shared folders

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Eoan:
  Fix Committed
Status in linux source package in Focal:
  Fix Committed

Bug description:
  SRU Justification

  Impact: When our kernel packaging was updated to build the virtualbox
  guest packages by downloading the dkms package, the modules were
  accidentally moved to linux-modules-extra instead of linux-modules.
  This has caused the modules to go missing in our Vagrant images.

  Fix: Move the modules back to linux-modules.

  Test Case: Build the kernel packages and confirm that the vboxguest
  and vboxsf drivers are now in linux-modules rather than linux-modules-
  extra.

  Regression Potential: Since linux-modules is required, anyone who is
  using the vbox drivers will continue to have them after this change.
  Therefore the risk of regression is extremely low.

  
  ---

  
  Attempting to `vagrant up` using the `ubuntu/focal64` box fails to mount the 
`/vagrant` shared folder. `ubuntu/bionic64` works as expected. Here is the 
Vagrant error message:

  Vagrant was unable to mount VirtualBox shared folders. This is usually
  because the filesystem "vboxsf" is not available. This filesystem is
  made available via the VirtualBox Guest Additions and kernel module.
  Please verify that these guest additions are properly installed in the
  guest. This is not a bug in Vagrant and is usually caused by a faulty
  Vagrant box. For context, the command attempted was:

  mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

  The error output from the command was:

  : No such device

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2020-05-07 Thread Jake Cobb
Ok, I tested 5.3.0-52-generic on eoan, the modules are present, the
system boots and runs normally.

vagrant@ubuntu-eoan:~$ ls -1 
/lib/modules/5.3.0-52-generic/kernel/virtualbox-guest/*
/lib/modules/5.3.0-52-generic/kernel/virtualbox-guest/vboxguest.ko
/lib/modules/5.3.0-52-generic/kernel/virtualbox-guest/vboxsf.ko

** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1873506

Title:
  ubuntu/focal64 fails to mount Vagrant shared folders

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Eoan:
  Fix Committed
Status in linux source package in Focal:
  Fix Committed

Bug description:
  SRU Justification

  Impact: When our kernel packaging was updated to build the virtualbox
  guest packages by downloading the dkms package, the modules were
  accidentally moved to linux-modules-extra instead of linux-modules.
  This has caused the modules to go missing in our Vagrant images.

  Fix: Move the modules back to linux-modules.

  Test Case: Build the kernel packages and confirm that the vboxguest
  and vboxsf drivers are now in linux-modules rather than linux-modules-
  extra.

  Regression Potential: Since linux-modules is required, anyone who is
  using the vbox drivers will continue to have them after this change.
  Therefore the risk of regression is extremely low.

  
  ---

  
  Attempting to `vagrant up` using the `ubuntu/focal64` box fails to mount the 
`/vagrant` shared folder. `ubuntu/bionic64` works as expected. Here is the 
Vagrant error message:

  Vagrant was unable to mount VirtualBox shared folders. This is usually
  because the filesystem "vboxsf" is not available. This filesystem is
  made available via the VirtualBox Guest Additions and kernel module.
  Please verify that these guest additions are properly installed in the
  guest. This is not a bug in Vagrant and is usually caused by a faulty
  Vagrant box. For context, the command attempted was:

  mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

  The error output from the command was:

  : No such device

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-05-07 Thread Jake Cobb
Same behavior on eoan, both the one-off kernel panic and slow boot
without overriding the console settings.

** Tags added: eoan

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1874453] Lspci.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1874453/+attachment/5367913/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with

[Kernel-packages] [Bug 1874453] PciMultimedia.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/1874453/+attachment/5367915/+files/PciMultimedia.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['ls

[Kernel-packages] [Bug 1874453] ProcInterrupts.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1874453/+attachment/5367918/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['

[Kernel-packages] [Bug 1874453] Lspci-vt.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1874453/+attachment/5367914/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] fail

[Kernel-packages] [Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-05-07 Thread Jake Cobb
apport information

** Tags added: apport-collected uec-images

** Description changed:

  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough timeout
  it does eventually boot successfully.  For comparison, `ubuntu/bionic64`
  boots successfully in roughly 10 seconds on my machine.
  
  This appears to be the big hang-up:
  
  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled
  
  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot process
  runs to completion.  The long delay shown above happens both times
  making the total time to a successful boot very long.  Here is the head
  of my /var/log/syslog:
  
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0
  
  
  Subsequent boots are also slow but don't seem to have the extra reboot.
+ --- 
+ ProblemType: Bug
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 May  7 16:02 seq
+  crw-rw 1 root audio 116, 33 May  7 16:02 timer
+ AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: N/A
+ CasperMD5CheckResult: skip
+ DistroRelease: Ubuntu 20.04
+ IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
+ Lsusb: Error: command ['lsusb'] failed with exit code 1:
+ Lsusb-t:
+  
+ Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
+ MachineType: innotek GmbH VirtualBox
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=C.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 vboxvideodrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=P

[Kernel-packages] [Bug 1874453] ProcCpuinfoMinimal.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1874453/+attachment/5367917/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: co

[Kernel-packages] [Bug 1874453] ProcCpuinfo.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1874453/+attachment/5367916/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'

[Kernel-packages] [Bug 1874453] ProcModules.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1874453/+attachment/5367919/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'

[Kernel-packages] [Bug 1874453] UdevDb.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1874453/+attachment/5367920/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed wi

[Kernel-packages] [Bug 1874453] WifiSyslog.txt

2020-05-07 Thread Jake Cobb
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1874453/+attachment/5367921/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Started udev Kernel Device Manager.
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Linux version 
5.4.0-26-generic (buildd@lcy01-amd64-029) (gcc version 9.3.0 (Ubuntu 
9.3.0-10ubuntu2)) #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 (
  Ubuntu 5.4.0-26.30-generic 5.4.30)
  Apr 23 14:00:12 ubuntu-focal kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic root=PARTUUID=fac6339f-01 ro 
console=tty1 console=ttyS0

  
  Subsequent boots are also slow but don't seem to have the extra reboot.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  7 16:02 seq
   crw-rw 1 root audio 116, 33 May  7 16:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] 

[Kernel-packages] [Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2020-05-04 Thread Jake Cobb
Not sure how to test this as requested by the bot.  I don't think just
enabling proposed on an existing published image is sufficient.  Are
there proposed cloud image builds posted somewhere?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1873506

Title:
  ubuntu/focal64 fails to mount Vagrant shared folders

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Eoan:
  Fix Committed
Status in linux source package in Focal:
  Fix Committed

Bug description:
  SRU Justification

  Impact: When our kernel packaging was updated to build the virtualbox
  guest packages by downloading the dkms package, the modules were
  accidentally moved to linux-modules-extra instead of linux-modules.
  This has caused the modules to go missing in our Vagrant images.

  Fix: Move the modules back to linux-modules.

  Test Case: Build the kernel packages and confirm that the vboxguest
  and vboxsf drivers are now in linux-modules rather than linux-modules-
  extra.

  Regression Potential: Since linux-modules is required, anyone who is
  using the vbox drivers will continue to have them after this change.
  Therefore the risk of regression is extremely low.

  
  ---

  
  Attempting to `vagrant up` using the `ubuntu/focal64` box fails to mount the 
`/vagrant` shared folder. `ubuntu/bionic64` works as expected. Here is the 
Vagrant error message:

  Vagrant was unable to mount VirtualBox shared folders. This is usually
  because the filesystem "vboxsf" is not available. This filesystem is
  made available via the VirtualBox Guest Additions and kernel module.
  Please verify that these guest additions are properly installed in the
  guest. This is not a bug in Vagrant and is usually caused by a faulty
  Vagrant box. For context, the command attempted was:

  mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

  The error output from the command was:

  : No such device

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2020-05-22 Thread Jake Cobb
New images do not appear to be available quite yet, still getting the
May 18 image.

$ vagrant box update
==> default: Checking for updates to 'ubuntu/focal64'
default: Latest installed version: 20200518.0.0
default: Version constraints: 
default: Provider: virtualbox
==> default: Box 'ubuntu/focal64' (v20200518.0.0) is running the latest version.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1873506

Title:
  ubuntu/focal64 fails to mount Vagrant shared folders

Status in cloud-images:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Eoan:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  SRU Justification

  Impact: When our kernel packaging was updated to build the virtualbox
  guest packages by downloading the dkms package, the modules were
  accidentally moved to linux-modules-extra instead of linux-modules.
  This has caused the modules to go missing in our Vagrant images.

  Fix: Move the modules back to linux-modules.

  Test Case: Build the kernel packages and confirm that the vboxguest
  and vboxsf drivers are now in linux-modules rather than linux-modules-
  extra.

  Regression Potential: Since linux-modules is required, anyone who is
  using the vbox drivers will continue to have them after this change.
  Therefore the risk of regression is extremely low.

  
  ---

  
  Attempting to `vagrant up` using the `ubuntu/focal64` box fails to mount the 
`/vagrant` shared folder. `ubuntu/bionic64` works as expected. Here is the 
Vagrant error message:

  Vagrant was unable to mount VirtualBox shared folders. This is usually
  because the filesystem "vboxsf" is not available. This filesystem is
  made available via the VirtualBox Guest Additions and kernel module.
  Please verify that these guest additions are properly installed in the
  guest. This is not a bug in Vagrant and is usually caused by a faulty
  Vagrant box. For context, the command attempted was:

  mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

  The error output from the command was:

  : No such device

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2020-05-26 Thread Jake Cobb
Confirmed, it is available now and fixes the issue.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1873506

Title:
  ubuntu/focal64 fails to mount Vagrant shared folders

Status in cloud-images:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Eoan:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  SRU Justification

  Impact: When our kernel packaging was updated to build the virtualbox
  guest packages by downloading the dkms package, the modules were
  accidentally moved to linux-modules-extra instead of linux-modules.
  This has caused the modules to go missing in our Vagrant images.

  Fix: Move the modules back to linux-modules.

  Test Case: Build the kernel packages and confirm that the vboxguest
  and vboxsf drivers are now in linux-modules rather than linux-modules-
  extra.

  Regression Potential: Since linux-modules is required, anyone who is
  using the vbox drivers will continue to have them after this change.
  Therefore the risk of regression is extremely low.

  
  ---

  
  Attempting to `vagrant up` using the `ubuntu/focal64` box fails to mount the 
`/vagrant` shared folder. `ubuntu/bionic64` works as expected. Here is the 
Vagrant error message:

  Vagrant was unable to mount VirtualBox shared folders. This is usually
  because the filesystem "vboxsf" is not available. This filesystem is
  made available via the VirtualBox Guest Additions and kernel module.
  Please verify that these guest additions are properly installed in the
  guest. This is not a bug in Vagrant and is usually caused by a faulty
  Vagrant box. For context, the command attempted was:

  mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

  The error output from the command was:

  : No such device

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2020-05-26 Thread Jake Cobb
Yes, there is some lag.  Although the image is named 0522, it was not
available until the 25th of May, note the created message from your
link:

"v20200522.0.0 currently released version
This version was created about 24 hours ago."

I did test the 0518 focal image and it was not fixed, 0522 is the first
that works.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1873506

Title:
  ubuntu/focal64 fails to mount Vagrant shared folders

Status in cloud-images:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Eoan:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  SRU Justification

  Impact: When our kernel packaging was updated to build the virtualbox
  guest packages by downloading the dkms package, the modules were
  accidentally moved to linux-modules-extra instead of linux-modules.
  This has caused the modules to go missing in our Vagrant images.

  Fix: Move the modules back to linux-modules.

  Test Case: Build the kernel packages and confirm that the vboxguest
  and vboxsf drivers are now in linux-modules rather than linux-modules-
  extra.

  Regression Potential: Since linux-modules is required, anyone who is
  using the vbox drivers will continue to have them after this change.
  Therefore the risk of regression is extremely low.

  
  ---

  
  Attempting to `vagrant up` using the `ubuntu/focal64` box fails to mount the 
`/vagrant` shared folder. `ubuntu/bionic64` works as expected. Here is the 
Vagrant error message:

  Vagrant was unable to mount VirtualBox shared folders. This is usually
  because the filesystem "vboxsf" is not available. This filesystem is
  made available via the VirtualBox Guest Additions and kernel module.
  Please verify that these guest additions are properly installed in the
  guest. This is not a bug in Vagrant and is usually caused by a faulty
  Vagrant box. For context, the command attempted was:

  mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

  The error output from the command was:

  : No such device

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-05-26 Thread Jake Cobb
Both problems persist on 20200522.0.0, here is the kernel panic and
reboot:

[0.883971] VFS: Cannot open root device "PARTUUID=43931bda-01" or 
unknown-block(0,0): error -6
[0.885744] Please append a correct "root=" boot option; here are the 
available partitions:
[0.887371] Kernel panic - not syncing: VFS: Unable to mount root fs on 
unknown-block(0,0)
[0.888956] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.0-31-generic 
#35-Ubuntu
[0.890427] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS 
VirtualBox 12/01/2006
[0.891863] Call Trace:
[0.892322]  dump_stack+0x6d/0x9a
[0.892865]  panic+0x101/0x2e3
[0.893466]  mount_block_root+0x23f/0x2e8
[0.894322]  mount_root+0x38/0x3a
[0.894984]  prepare_namespace+0x13f/0x194
[0.895776]  kernel_init_freeable+0x231/0x255
[0.896743]  ? rest_init+0xb0/0xb0
[0.897499]  kernel_init+0xe/0x100
[0.898283]  ret_from_fork+0x35/0x40
[0.899058] Kernel Offset: 0x3240 from 0x8100 (relocation 
range: 0x8000-0xbfff)
[0.900974] ACPI MEMORY or I/O RESET_REG.
[0.00] Linux version 5.4.0-31-generic (buildd@lgw01-amd64-059) (gcc 
version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)) #35-Ubuntu SMP Thu May 7 20:20:34 UTC 
2020 (Ubuntu 5.4.0-31.35-generic 5.4.34)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1874453

Title:
  ubuntu/focal64 very slow to boot and reboots once

Status in cloud-images:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Using `ubuntu/focal64` version `20200423.0.0`, the boot process is
  extremely slow and the box always reboots once before completing a
  successful boot.  With default settings, this causes a timeout in
  Vagrant waiting for SSH to be available.  Setting a long enough
  timeout it does eventually boot successfully.  For comparison,
  `ubuntu/bionic64` boots successfully in roughly 10 seconds on my
  machine.

  This appears to be the big hang-up:

  Apr 23 14:00:12 ubuntu-focal kernel: [0.219784] printk: console [tty1] 
enabled
  Apr 23 14:00:12 ubuntu-focal kernel: [   76.448371] printk: console [ttyS0] 
enabled

  I have a hard time telling where exactly it reboots because my
  /var/log/syslog only ends up with the second boot.  I can watch it in
  Virtualbox though and it suddenly reboots, then the second boot
  process runs to completion.  The long delay shown above happens both
  times making the total time to a successful boot very long.  Here is
  the head of my /var/log/syslog:

  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Remount Root and Kernel 
File Systems.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Uncomplicated firewall.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting FUSE Control File System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounting Kernel Configuration File 
System...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Rebuild 
Hardware Database being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Flush Journal to Persistent 
Storage...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Condition check resulted in Platform 
Persistent Storage Archival being skipped.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Load/Save Random Seed...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Apply Kernel Variables...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create System Users...
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd-sysctl[434]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished udev Coldplug all Devices.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted FUSE Control File System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Mounted Kernel Configuration File 
System.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Flush Journal to Persistent 
Storage.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Load/Save Random Seed.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Apply Kernel Variables.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating group 
systemd-coredump with gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd-sysusers[435]: Creating user 
systemd-coredump (systemd Core Dumper) with uid 999 and gid 999.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Wait for Complete 
Device Initialization...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create System Users.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting Create Static Device Nodes 
in /dev...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Finished Create Static Device Nodes 
in /dev.
  Apr 23 14:00:12 ubuntu-focal systemd[1]: Starting udev Kernel Device 
Manager...
  Apr 23 14:00:12 ubuntu-focal systemd[1]: