[Bug 1531184] Re: [SRU] dnsmasq doesn't start on boot because its interface isn't up yet

2020-05-28 Thread Lei Zhao
For my case, I simply cannot update the systemd to solve this problem
since the address I want to bind belongs to virtual tunnel device which
only gets added when there is a new tunnel connection. Oops!

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

Title:
  [SRU] dnsmasq doesn't start on boot because its interface isn't up yet

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1531184/+subscriptions

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

[Bug 1696250] Re: Please hide Start Center and Math

2020-05-14 Thread Lei Zhao
Genius! This is not a bug.  I am very flabbergasted to find out there is
a line of "NotShowIn=GNOME;" in the desktop file since I try to debug
why the start center simply don't show up in the gnome app search
results. When you edit multiple kinds of office files, the start center
is extremely useful. It shows up a aggregated list of recently opened
office files. To access the file through the methods you proposed, I
have to click multiple times and don't have a top picture of recently
edited files.

If start center is not useful, why have it in the first place? Why not
remove it completely from the codebase?

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

Title:
  Please hide Start Center and Math

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1696250/+subscriptions

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

[Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-09-03 Thread Lei Zhao
Can confirm that after the latest BIOS update from ASUS, I'm also able
to boot OK into Ubuntu without the dis_ucode_ldr option.

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

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1829620/+subscriptions

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

[Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-08-12 Thread Lei Zhao
@bellengc, you'd need to open up your Terminal to make a more permanent
edit to your grub bootfile. Once you have the terminal open, type in:

cd /etc/default
sudo vi grub

This will open up a text editor in your terminal. You're going to be
making edits to your bootfile so it's a good idea to copy/paste a back
up of this file in another text file.

Near the top of the file you should see a line that looks like:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Go to this line, and after whatever commands are in there, add
"dis_ucode_ldr" to the end. If you haven't used vi, you'll need to first
hit "i" to go into edit mode, then start moving around and typing. When
you're done, you should have a line that looks like:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash dis_ucode_ldr"

To save your changes and exit the editor, type ":wq".

Now run the command "sudo update-grub". Now, next time you boot up, you
should be good to go.

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

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1829620/+subscriptions

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

[Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-06-17 Thread Lei Zhao
Per the above, are we safe to grab the latest kernel upgrades now and do
away with the dis_ucode_ldr workaround in grub at this point?

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

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1829620/+subscriptions

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

[Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-05-22 Thread Lei Zhao
Thanks Mark & Chris! Appreciate your help in diagnosing and finding this
temporary workaround. Will keep my eyes on this thread for when there's
a more permanent fix.

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

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1829620/+subscriptions

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

[Bug 1829784] Re: acpi(probably) random hang on boot

2019-05-21 Thread Lei Zhao
Seems like this bug could be related to:
https://bugs.launchpad.net/ubuntu/+bug/1829735?

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

Title:
  acpi(probably) random hang on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1829784/+subscriptions

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

[Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-05-21 Thread Lei Zhao
Anyone here think that this:
https://bugs.launchpad.net/ubuntu/+bug/1829735 could be either a dupe of
this bug or related?

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

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1829620/+subscriptions

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