[Bug 1839237] Re: snapd disk write usage very high on 19.04 with snapd 2.39.3

2021-01-16 Thread Kaijia Feng
I believe #1831629 is also describing this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839237 Title: snapd disk write usage very high on 19.04 with snapd 2.39.3 To manage notifications

[Bug 1862899] Re: Cannon Point-LP CNVi: Error sending STATISTICS_CMD: time out after 2000ms.

2020-10-18 Thread Kaijia Feng
Had this issue on NUC8i5BEK as well. Might be related: https://bugzilla.kernel.org/show_bug.cgi?id=203805 ** Bug watch added: Linux Kernel Bug Tracker #203805 https://bugzilla.kernel.org/show_bug.cgi?id=203805 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1858811] Re: Linux 5.3.0-26-generic kernel

2020-03-05 Thread Kaijia Feng
dpkg -l | grep plymouth ii libplymouth4:amd640.9.3-1ubuntu7.18.04.2 amd64graphical boot animation and logger - shared libraries ii plymouth 0.9.3-1ubuntu7.18.04.2 amd64

[Bug 1858811] Re: Linux 5.3.0-26-generic kernel

2020-03-02 Thread Kaijia Feng
@kaihengfeng, I tested 5.6, same behavior except the splash is faster now, lasting for around 1.5s at most. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1858811 Title: Linux 5.3.0-26-generic

[Bug 1858811] Re: Linux 5.3.0-26-generic kernel

2020-02-27 Thread Kaijia Feng
@gerald4674 Yes you are right. I installed 5.3.0-24, it works without "Intel", so I think we can narrow down to changes b/w 24 and 26. And yes, the screen has no F key list. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1858811] Re: Linux 5.3.0-26-generic kernel

2020-02-20 Thread Kaijia Feng
Same here with my NUC8i5BEK. With kernel 5.3, after GRUB, the Intel splash screen will show again twice, takes about 2~3 seconds, then enters the LUKS passphrase screen (I have disk encryption enabled). With kernel 5.0 or any other kernel before, after GRUB it goes directly to the LUKS screen,

[Bug 1839237] Re: snapd disk write usage very high on 19.04 with snapd 2.39.3

2020-01-31 Thread Kaijia Feng
Can confirm this issue happens every time when snap is auto-refreshing a snap (possibly have to refresh multiple snap at the same time to trigger the issue) in background. If you show tasks of the current "Doing" changes, you will see it's downloading something, e.g.: `snap tasks 348` . Done

[Bug 1839237] Re: snapd disk write usage very high on 19.04 with snapd 2.39.3

2020-01-31 Thread Kaijia Feng
Hi Zygmunt, can you have a look with my added info? @zyga -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839237 Title: snapd disk write usage very high on 19.04 with snapd 2.39.3 To manage

[Bug 1839237] Re: snapd disk write usage very high on 19.04 with snapd 2.39.3

2020-01-30 Thread Kaijia Feng
Exactly the same issue, also inside China (mainland). When snapd using ~5M/s of write, `snap changes` is: ID Status Spawn Ready Summary 347 Doing today at 16:37 HKT - Auto-refresh snaps "", "wine-platform-runtime" Disk write is done

[Bug 1839237] Re: snapd disk write usage very high on 19.04 with snapd 2.39.3

2020-01-30 Thread Kaijia Feng
Typo in #7: Disk write is *gone*, aka. 0M/s IO -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1839237 Title: snapd disk write usage very high on 19.04 with snapd 2.39.3 To manage notifications

[Bug 1767431] Re: restore type-ahead find, again

2018-04-30 Thread Kaijia Feng
@seb128, that URL is for git clone, the HTML page for the repo is at [1]. Also, to compile nautilus with the patch, there needs another small patch after applying the Arch patch, to remove a naming conflict introduced in an Ubuntu patch in 18.04. I attached my patch. I have been using the patched

[Bug 1767431] [NEW] restore type-ahead find, again

2018-04-27 Thread Kaijia Feng
Public bug reported: The dropping of the type-ahead find patch in 17.10 might deeply affect non-technical users, as pointed out, this is possibly a bad HCI design. As there is a patch exists from the Arch community[1], and the at least some people managed to patch it in 17.10[2], might it be

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-10-19 Thread Kaijia Feng
Got the same issue, found a possible explanation: my cloud provider store time in local timezone (earlier than UTC); at startup MySQL boot first, then NTP, which updates the time to UTC; therefore, MySQL literally "started in the future" (sounds interesting). I can hotfix this by setting the

[Bug 1574900] Re: libpam-mysql undefined symbol: make_scrambled_password - Needs Patches Applied by RedHat / Fedora Community to Fix Ubuntu 16.04

2017-02-28 Thread Kaijia Feng
Hi Markus, libpam-mysql is alive again as a new maintainer take over the project. As for this bug, somehow another user named stewjohn committed a patch exactly the same to mine above to the new repo. So you may use the latest version in Ubuntu 17.04 that had the bug fixed from

[Bug 761830] Re: grub2 still hands off to blank tty7 on non-Server command-line-only systems and some Server systems

2016-08-09 Thread Kaijia Feng
This bug happens to me every time in Xenial (none in Trusty) when installing a server using minimal ISO. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/761830 Title: grub2 still hands off to blank

[Bug 1574900] Re: libpam-mysql undefined symbol: make_scrambled_password - Needs Patches Applied by RedHat / Fedora Community to Fix Ubuntu 16.04

2016-05-29 Thread Kaijia Feng
After reading MySQL's code, I was able to make it work with this patch (almost the same as the Fedora patch). The patch switches from the missing make_scrambled_password() to my_make_scrambled_password(). Although my_make_scrambled_password() was not visible to client programs in MySQL 5.7,

[Bug 1574900] Re: libpam-mysql undefined symbol: make_scrambled_password - Needs Patches Applied by RedHat / Fedora Community to Fix Ubuntu 16.04

2016-05-29 Thread Kaijia Feng
I found the possible reason in this MySQL bug report: https://bugs.mysql.com/bug.php?id=80974 > Noted in 5.7.13 changelog > The my_make_scrambled_password() function in the C client library was > restricted earlier in MySQL 5.7 (not exported to client programs). > The function has once again been

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2016-04-16 Thread Kaijia Feng
Any fix to 14.04 yet? This bug is still causing me to manually reboot my server every week otherwise it would be too many processes to process any requests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1556730] [NEW] fcitx is using the default gnome icon in indicator

2016-03-13 Thread Kaijia Feng
Public bug reported: fcitx-data package provided a icon for the default keyboard input method (e.g. Keyboard US) in /usr/share/icons/hicolor/scalable/apps/fcitx- kbd.svg However, in Ubuntu 16.04, this icon is not being used, instead, it was replaced by the default gnome icon for keyboard (I

[Bug 1556606] [NEW] 16.04: php-phpseclib requires php5-common

2016-03-13 Thread Kaijia Feng
Public bug reported: php-phpseclib in Ubuntu 16.04 requires php5-common, while in Debian Sid (https://packages.debian.org/sid/php-phpseclib), the same-version php- phpseclib requires php-common (php7). This is making Ubuntu 16.04 adding the additional php5-common package when installing in a

[Bug 1542129] [NEW] gedit doubled close-maximize-minimize in 16.04

2016-02-04 Thread Kaijia Feng
Public bug reported: I have just switched from Ubuntu 14.04 to 16.04 and this doubled close- maximize-minimize icon made me and perhaps other "OCDs" feel sick. Any option to remove close-maximize-minimize icon in the second line should be welcomed. ** Affects: gedit (Ubuntu) Importance:

[Bug 1482944] Re: 3.13.0-58 (also 3.13.0-59, 61) bursting Lenovo Y470N

2016-01-23 Thread Kaijia Feng
Sorry for the late reply, just installed daily build 20160117 and the temperature has been further lowered to some 45°C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1482944 Title: 3.13.0-58 (also

[Bug 1482944] Re: 3.13.0-58 (also 3.13.0-59, 61) bursting Lenovo Y470N

2016-01-23 Thread Kaijia Feng
I will invalid this since not many people are still using the Y470 series. I have switched to the alpha of 16.04 since it's not affected by this bug. ** Changed in: linux (Ubuntu) Status: Expired => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1482944] Re: 3.13.0-58 (also 3.13.0-59, 61) bursting Lenovo Y470N

2015-08-28 Thread Kaijia Feng
Tested in kernel 4.2.0-040200rc8-generic. Temperature is OK (no higher than 70°C). ** Tags added: kernel-fixed-upstream ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1482944] Re: 3.13.0-58 (also 3.13.0-59, 61) bursting Lenovo Y470N

2015-08-09 Thread Kaijia Feng
** Summary changed: - 3.13.0-59 (also 3.13.0-61) bursting Lenovo Y470N + 3.13.0-58 (also 3.13.0-59, 61) bursting Lenovo Y470N ** Description changed: + Update: it seems that this change happened in 3.13.0-58, not 3.13.0-59. + + I observed the temperature for a hour running in 3.13.0-58 and

[Bug 1482944] [NEW] 3.13.0-59 (also 3.13.0-61) bursting Lenovo Y470N

2015-08-08 Thread Kaijia Feng
Public bug reported: I noticed my Lenovo Y470N is really hot after switching to kernel 3.13.0-61. Then I installed 3.13.0-59 (which I didn't use before) to have a test and had the similar phenomenon. Prior to 3.13.0-59, the usual temperature of my Y470N is around 60°C. ~$ sudo sensors

[Bug 904398] Re: Output volume reset to 100%

2013-02-20 Thread Kaijia Feng
Hi, This bug affects me too on Ubuntu 12.04.2. I can't find the reason and I just added this line to /etc/rc.local to make it mute when boot to the LightDM: amixer set Master mute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 911723] Re: vidalia 0.2.15-1 is not able to start tor without root priviledges

2012-04-09 Thread Kaijia Feng
** Also affects: tor (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/911723 Title: vidalia 0.2.15-1 is not able to start tor without root