[Bug 1835340] Re: [HMEM] kmem: clear poison reported via mce or ACPI patrol scrub notifications

2022-04-25 Thread Gongjun Song
** Description changed: Description: During run-time, the kernel can be notified of new/latent errors in two different ways: If an application trips over a latent/unknown error, and if the system has machine check recovery, then we will be notified via the mce handler, and the app

[Bug 1878523] Re: [IOMMU] Provide invalidation hint to IOMMU page selective PASID-based IOTLB invalidation

2022-04-25 Thread Gongjun Song
** Tags removed: intel-kernel-22.04 ** Tags added: intel-kernel-22.10 ** Description changed: Description: Invalidation Hint (IH) can be provided for page-selective-within-PASID invalidations, the Invalidation Hint specifies if the first-level and nested mappings cached in the paging-struct

[Bug 1842227] Re: [TGL] EDAC support for TGL(IoTG)

2022-04-25 Thread Gongjun Song
** Changed in: intel Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842227 Title: [TGL] EDAC support for TGL(IoTG) To manage notifications about this bu

[Bug 1842144] Re: [EHL] Quadrature Encoder Peripheral support

2022-04-24 Thread Gongjun Song
** Changed in: intel Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842144 Title: [EHL] Quadrature Encoder Peripheral support To manage notifications ab

[Bug 1835340] Re: [HMEM] kmem: clear poison reported via mce or ACPI patrol scrub notifications

2021-10-22 Thread Gongjun Song
** Description changed: Description: During run-time, the kernel can be notified of new/latent errors in two different ways: If an application trips over a latent/unknown error, and if the system has machine check recovery, then we will be notified via the mce handler, and the app

[Bug 1878514] Re: [IOMMU] Support guest host PASID non-identity mapping

2021-08-25 Thread Gongjun Song
** Description changed: Description To support live migration of mediated device assignment with SVM/SVA, guest must have its own PASID namespace. Our first implementation of SVM uses system wide PASID allocation scheme which is not live migration friendly. Proposed by Kevin Tian and

[Bug 1650961] Re: ERROR:connection_factory_impl.cc(367)] Failed to connect to MCS endpoint with error -106

2021-08-19 Thread Song Yangyu
Same here on Ubuntu 20.04.2 LTS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1650961 Title: ERROR:connection_factory_impl.cc(367)] Failed to connect to MCS endpoint with error -106 To manage not

[Bug 1870597] Re: libinput says: scheduled expiry is in the past... your system is too slow

2021-08-15 Thread Song Yangyu
note that when I encountered the issue, I was just browsing webpage with my Chrome. Nothing CPU/GPU intensitve task is running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870597 Title: libinput

[Bug 1870597] Re: libinput says: scheduled expiry is in the past... your system is too slow

2021-08-15 Thread Song Yangyu
Encountered similiar issue. I have: CPU - AMD 3700X; GPU - GeForce RTX 2060 Here're the related logs: Aug 15 14:34:12 desktop kernel: NVRM: GPU at PCI::07:00: GPU-fdd266b8-85b0-372c-6113-8dff8957ba75 Aug 15 14:34:12 desktop kernel: NVRM: Xid (PCI::07:00): 8, pid=1350, Channel 0010

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-27 Thread Rui Song
Inspired by #7. Tried to reset advanced options in raspberry Pi imager and rewrite Ubuntu. It was able to boot. I guess there're something wrong with setting options via RPI for Ubuntu. Probably this is not a bug for ubuntu but RPI. -- You received this bug notification because you are a member o

[Bug 1914636] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-02-18 Thread Yuan Song
Looks like there is some environment handling issue during the migration. I found a way to clean up the issue. 1. dpkg -l |grep mysql 2. purge all mysql packages. 3. rm -rf /etc/mysql rm -rf /var/lib/mysql* 4. apt-get install mysql-server. this will work. Looks like it is the /var/lib/mysql-f

[Bug 1914636] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-02-18 Thread Yuan Song
Here are the steps to recreate the issue. 1. Use the following tutorial to install mysql 5.7 on ubuntu 20.04. Insert some data into the database. https://techexpert.tips/mysql/installing-mysql-5-7-ubuntu-20-04/ 2. Uninstall mysql-client, mysql-community-server, and mysql-server. apt-g

[Bug 1914636] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-02-18 Thread Yuan Song
I stopped mysql server with "systemctl stop mysql" and tried to start it with " systemctl start mysql". Same thing happened. systemctl hanged even though mysql server came up. I can connect to mysql server with no issue. ** Changed in: mysql-8.0 (Ubuntu) Status: Incomplete => Confirmed

[Bug 1914636] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-02-17 Thread Yuan Song
Looks like it is an issue of /etc/init.d/mysql. I did not see any error except /etc/init.d/mysql hanged. mysql server runs ok. I compared mysql 5.7 version of /etc/init.d/mysql and the mysql 8 version of /etc/init.d/mysql. Those two files are identical. Should that script be updated? -- You

[Bug 1914636] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-02-17 Thread Yuan Song
/etc/init.d/mysql start does not return even though msyql server runs fine. I can run mysql to connect to the db server. 021-02-17T20:58:31.388560Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.23-0ubuntu0.20.04.1) starting as process 362367 2021-02-17T20:58:31.415192Z 1 [System]

[Bug 1914636] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-02-17 Thread Yuan Song
** Changed in: mysql-8.0 (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1914636 Title: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to ins

[Bug 1752721] Re: package sensible-utils 0.0.9 failed to install/upgrade: package sensible-utils is not ready for configuration cannot configure (current status 'half-installed')

2020-01-07 Thread Song Hyo Jin
me too. - 14.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752721 Title: package sensible-utils 0.0.9 failed to install/upgrade: package sensible-utils is not ready for configuration cannot c

[Bug 1752721] Re: package sensible-utils 0.0.9 failed to install/upgrade: package sensible-utils is not ready for configuration cannot configure (current status 'half-installed')

2020-01-07 Thread Song Hyo Jin
resolved sudo apt install sensible-utils -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752721 Title: package sensible-utils 0.0.9 failed to install/upgrade: package sensible-utils is not ready fo

[Bug 1844951] [NEW] package vim-runtime 2:8.0.1453-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/vim/vim80/doc/help.txt', which is also in package vim-tiny 2:8.0.1453-1ubuntu1.1

2019-09-22 Thread song wenyuan
Public bug reported: package vim-runtime 2:8.0.1453-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/vim/vim80/doc/help.txt', which is also in package vim-tiny 2:8.0.1453-1ubuntu1.1 ProblemType: Package DistroRelease: Ubuntu 18.04 Package: vim-runtime 2:8.0.1453-1ubuntu1 ProcVe

[Bug 1833797] [NEW] installation side by side with win 10

2019-06-21 Thread Song Myung Kyu
Public bug reported: my installation history first install win 7 second install ubuntu side by side with win 7 third upgrade win 7 to win 10 fourth found ubuntu corrupted probably due to win upgrade fifth tried to install ubuntu again on same partition where i have installed ubuntu sixth ubuntu

Re: [Bug 1452525] Re: chromium displays random patterns

2018-07-30 Thread Yuan Song via ubuntu-bugs
You can close this report. I have not seen this issue for a long time. Sent from Yahoo Mail on Android On Thu, Jul 19, 2018 at 3:10 PM, Paul White<1452...@bugs.launchpad.net> wrote: Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do

[Bug 1704764] [NEW] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! [chromium-browse:23224]

2017-07-17 Thread Yoogeun Song
Public bug reported: IT SUDDENLY APPEARED AND I HONESTLY HAVE NO IDEA WHAT TO DO WITH THESE. ProblemType: KernelOops DistroRelease: Ubuntu 17.10 Package: linux-image-4.11.0-11-generic 4.11.0-11.16 ProcVersionSignature: Ubuntu 4.11.0-11.16-generic 4.11.10 Uname: Linux 4.11.0-11-generic i686 Annota

[Bug 1704763] [NEW] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [systemd:1]

2017-07-17 Thread Yoogeun Song
Public bug reported: IT JUST APPEARED ProblemType: KernelOops DistroRelease: Ubuntu 17.10 Package: linux-image-4.11.0-11-generic 4.11.0-11.16 ProcVersionSignature: Ubuntu 4.11.0-11.16-generic 4.11.10 Uname: Linux 4.11.0-11-generic i686 Annotation: Your system might become unstable now and might n

[Bug 1665201] Re: octave-gui crashed when using its internal editor

2017-02-24 Thread Shuang Song
some guys told me it due to bugs in qt.He told me I could use this script to launch Octave-gui without crash. #!/bin/bash export QT4_IM_MODULE= export QT_IM_MODULE= /usr/bin/octave --force-gui -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1665201] [NEW] octave-gui crashed when using its internal editor

2017-02-15 Thread Shuang Song
Public bug reported: I'm using Ubuntu 16.04 amd64 version. And the Octave-gui package is installed from offical repo. I can use octave-cli in terminal well, but when using code editor in octave-gui, only when typing several characters ( less than 10 charactors), The program freezed and crashed. I

[Bug 1639403] Re: xwindows freezes

2016-11-05 Thread Yuan Song
** Changed in: xorg (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1639403 Title: xwindows freezes To manage notifications about this bug go to: https://bugs.l

[Bug 1639403] [NEW] xwindows freezes

2016-11-04 Thread Yuan Song
Public bug reported: I have a java program that can freeze xwindows during initialization. It takes very long time for the program to finish initialization. During the initialization phase, my desktop does not respond. Xorg uses 100% cpu. Everything becomes ok after I kill my java program. The

[Bug 1627401] Re: duplicity hanged the system during restoring

2016-09-24 Thread Yuan Song
looks like duplicity somehow consumed all memory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1627401 Title: duplicity hanged the system during restoring To manage notifications about this bug go

[Bug 1627401] [NEW] duplicity hanged the system during restoring

2016-09-24 Thread Yuan Song
Public bug reported: duplicity hanged the whole system when I tried to restore a file from my root directory backup. I could not switch to tty by ctrl-alt f1 . Attached is a log I collected with debug flag turned on. The kernel log looks normal. ProblemType: Bug DistroRelease: Ubuntu 16.04 Pack

Re: [Bug 1611191] Re: Xorg freeze

2016-09-17 Thread Yuan Song
with the same heap size setting, it runs a lot faster. sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date P2.2007/05/2016 On Wednesday, August 31, 2016 11:20 PM, Christopher M. Penalver wrote: Yuan Song, thank you for reporting this and helping make Ubuntu bet

[Bug 1621733] Re: windows shows random pattern around edges.

2016-09-08 Thread Yuan Song
the problem disappeared after i did logout/login -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1621733 Title: windows shows random pattern around edges. To manage notifications about this bug go to

[Bug 1621733] [NEW] windows shows random pattern around edges.

2016-09-08 Thread Yuan Song
Public bug reported: See the attached image. This happens after suspend/resume. I put about a minute delay in suspend hook. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16 Uname: Linux 4.4.16 x86_64 NonfreeKernel

[Bug 1534985] Re: ethernet card can not resume

2016-09-05 Thread Yuan Song
I was wrong. The timestamp in the printk output is not quite accurate. Looks like timestamp is added asynchronously. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534985 Title: ethernet card can n

[Bug 1534985] Re: ethernet card can not resume

2016-09-05 Thread Yuan Song
looks like it is related to scheduler timer. I got a different issue with another device. After spending some time debugging the driver, I found the timeout was not scheduled correctly. Even though the timeout value was set to 3 minutes, timeout happened within 100ms -- You received this bug no

[Bug 1611191] Re: Xorg freeze

2016-09-05 Thread Yuan Song
after the bios is updated, it is not reproducible anymore. ** Changed in: xorg (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611191 Title: Xorg freeze

[Bug 1433320] Re: systemd-journald, udev, logind crashed with SIGABRT -- get killed by 1 min watchdog timeout on longer kernel lockups

2016-09-04 Thread Yuan Song
I got this bug pretty frequently on my 16.04 desktop(4.4.0-36-generic #55) Program received signal SIGABRT, Aborted. 0x7f8b6afa160a in timerfd_settime () at ../sysdeps/unix/syscall-template.S:84 #0 0x7f8b6afa160a in timerfd_settime () at ../sysdeps/unix/syscall-template.S:84 #1 0x

[Bug 1534985] Re: ethernet card can not resume

2016-08-21 Thread Yuan Song
After using 16.04 for several months, I found the same problem can also happen in 16.04. It just happens much less frequently. Do not see any pattern when it can happen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1611191] Re: Xorg freeze

2016-08-08 Thread Yuan Song
after I kill the application, X can come alive after some time. I have google chrome running at the same time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611191 Title: Xorg freeze To manage no

[Bug 1611191] Re: Xorg freeze

2016-08-08 Thread Yuan Song
I can type. The mouse can still move. But I can not move any window or activate any window. I have to use tab to switch between windows. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611191 Title

[Bug 1611191] [NEW] Xorg freeze

2016-08-08 Thread Yuan Song
Public bug reported: X froze after I launched a GUI application with oracle java 8 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia .proc.

[Bug 1562219] Re: xinit will not work as non-root.

2016-07-22 Thread Yuan Song
I found a simple solution for this issue. Start x server as root and then start windows manager as regular user. 1. sudo Xorg & 2. export DISPLAY=:0.0 3. bash .xinitrc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1397776] Re: Suggestion for switchboard-inputmethod-plug to install , remove and set Input Method for non-english based users. [$100]

2016-07-17 Thread Song
** Also affects: 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/1397776 Title: Suggestion for switchboard-inputmethod-plug to install , remove and

[Bug 1556021] Re: 'Window' does not show non-latin characters

2016-04-09 Thread Song
** Also affects: shutter (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/1556021 Title: 'Window' does not show non-latin characters To manage noti

[Bug 1534985] Re: ethernet card can not resume

2016-02-27 Thread Yuan Song
the problem does not happen in 16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534985 Title: ethernet card can not resume To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 1550793] [NEW] unity freezes after resume

2016-02-27 Thread Yuan Song
Public bug reported: I am using 16.04 on a asrock h170M Pro4 motherboard with nvidia GeForce 210 video card. After resume, unity does not respond to keyboard. I can not type in password at the prompt. Mouse works. I can also switch to command line by typing ctrl-alt-f1. If I switch to

[Bug 1550793] Re: unity freezes after resume

2016-02-27 Thread Yuan Song
the problem disappears after I switch from nvidia 340.96 back to xorg driver. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550793 Title: unity freezes after resume To manage notifications about t

[Bug 1547897] [NEW] kernel 4.2.0-27 does not boot on h170 board

2016-02-20 Thread Yuan Song
Public bug reported: I upgraded the kernel from 3.13.0-77 to 4.2.0-27. But kernel 4.2.0-27 does not boot on h170 board. The mother board I am using is ASRock H170 Pro4 . The boot process just stops after a few seconds. The installation dvd does not boot either. I can not get to the installa

[Bug 1534985] Re: ethernet card can not resume

2016-01-30 Thread Yuan Song
4.5-rc1 makes no difference. But, as I said, 15.10 works fine. May not be pure kernel issue. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1534985] Re: ethernet card can not resume

2016-01-21 Thread Yuan Song
kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534985 Title: ethernet card can not resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/

[Bug 1534985] Re: ethernet card can not resume

2016-01-21 Thread Yuan Song
kernel-bug-exists-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 Ubuntu. https://bugs.launchpad.net/bugs/1534985 Title: ethernet card can not resume To manage

[Bug 1536862] [NEW] init script hangs during boot

2016-01-21 Thread Yuan Song
Public bug reported: I am using ubuntu 14.04. I upgraded kernel from 3.13.0-76 to 3.19.0-47. But I can not boot the machine after the upgrade. I can still boot into 3.13.0-76. The init script somehow just hangs. The machine is still alive. I can still see output from screen if I press powe

[Bug 1535521] [NEW] kernel stack trace

2016-01-18 Thread Yuan Song
Public bug reported: When I booted into 3.19.0.43 from Ubuntu 14.04.3 . The kernel stopped during boot. I checked dmesg. There was a stack trace. The motherboard I used is a ASRock H170M Pro4 Bios p1.8. The following is the stack trace. [8.484935] [drm] Replacing VGA console driver [

[Bug 1534985] Re: ethernet card can not resume

2016-01-17 Thread Yuan Song
I also tried kernel 4.2 and 3.19 in ubuntu 14.04. The same problem happened. It is pretty strange. It works in Ubuntu 15.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534985 Title: ethernet

[Bug 1534985] [NEW] ethernet card can not resume

2016-01-16 Thread Yuan Song
Public bug reported: I have two network cards on my desktop. Both failed to resume from S3. Both cards are intel cards. The driver I am using is e1000e-3.2.4.2 . I did some driver debug and found the watchdog event in the driver was not triggered. The watchdog event is used to check if the car

[Bug 1534985] Re: ethernet card can not resume

2016-01-16 Thread Yuan Song
** Attachment added: "pciinfo" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1534985/+attachment/4551193/+files/pciinfo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534985 Title: ethern

[Bug 1509585] [NEW] system hang

2015-10-23 Thread Yuan Song
Public bug reported: I used google chrome to play the following video https://youtu.be/pkAxZ8IhGEcembedded on web site http://www.wenxuecity.com/news/2015/10/23/4655677.html The system just hanged. I had to reboot. It happened very time I played the video in chrome. I can play that video i

[Bug 1452528] [NEW] firefox is unresponsive

2015-05-06 Thread Yuan Song
Public bug reported: firefox became very unresponsive after recent ubuntu updates. I almost got "A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue. " message for every web site I visite

[Bug 1452525] [NEW] chromium displays random patterns

2015-05-06 Thread Yuan Song
Public bug reported: Since recent ubuntu updates, chromium started showing random patterns instead of readable web pages. See the attached image. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: chromium-browser 41.0.2272.76-0ubuntu0.14.04.1.1076 ProcVersionSignature: Ubuntu 3.13.0-52.85-

[Bug 1243904] Re: [LG P1-J273B] Internal keyboard doesn't work in 13.10

2014-04-18 Thread Shengliang Song
Hi Dave, My patch only affect those devices on the reset fix_up " whitelist". It is safe for other machines. Could you help me to review those patches as well? Any feedbacks are welcome. Thanks, Shengliang Song -- You received this bug notification because you are a member of U

[Bug 1243904] Re: [LG P1-J273B] Internal keyboard doesn't work in 13.10

2014-04-18 Thread Shengliang Song
Hi Joonas, Shawn is my coworker. I tested those changes on your LG LW25. I will send it back to you today or next Monday. Thanks, Shengliang Song -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1243904] Re: [LG P1-J273B] Internal keyboard doesn't work in 13.10

2014-04-18 Thread Shengliang Song
Here is some references: Compile your own kernel for Ubuntu http://mitchtech.net/compile-linux-kernel-on-ubuntu-12-04-lts-detailed/ Compile chromium-os http://www.chromium.org/chromium-os/developer-guide How to apply a patch with git: https://github.com/Shengliang/git/blob/master/patch.txt --

[Bug 1243904] Re: [LG P1-J273B] Internal keyboard doesn't work in 13.10

2014-04-17 Thread Shengliang Song
Hi Jalgi, Could you help me to review these changes or cherry-pick these changes and build/verify on your labtop? I only verified on LG Electronics LW25-B7HV. Thanks, Shengliang Song -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1243904] Re: [LG P1-J273B] Internal keyboard doesn't work in 13.10

2014-04-17 Thread Shengliang Song
Hi, Here is my initial attempt. I am looking for any feedback or better solutions. https://github.com/Shengliang/linux/commit/73673d48129f912df6fcded72cf22967c866945d https://github.com/Shengliang/linux/commit/739630bf30e4f8c600372a7d898be82a2a3ddfec Thanks, Shengliang Song -- You received

[Bug 1243904] Re: [LG P1-J273B] Internal keyboard doesn't work in 13.10

2014-04-15 Thread Shengliang Song
Hi, I am working on a fix on the issue. If you see a similar keyboard issue, could you collect the output of "sudo dmidecode" from your labtop/computer? Thanks, Shengliang -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1283625] [NEW] bugs

2014-02-22 Thread Eli Song
Public bug reported: i cannot update ubuntu13.10, environment variable (such as "export") not find,as well .thx ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: linux-image-3.8.0-19-generic 3.8.0-19.29 [modified: boot/vmlinuz-3.8.0-19-generic] ProcVersionSignature: Ubuntu 3.8.0-19.29-generi

[Bug 1241745] Re: [regression] Changing the screen brightness does not work anymore in 319.xx

2013-10-27 Thread Crossle Song
Same issue, Macbook pro , maybe changed dir /sys/class/backlight/apple_backlight/ xbacklight can't work. I used xmonad on ubuntu 13.10. but 13.04 work well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1214906] [NEW] logitch M570 mouse stopped working in 13.04

2013-08-21 Thread Yuan Song
Public bug reported: The logitech M570 wireless mouse used to work. But recently it became much less sensitive. I changed battery several time and it did not help. Wired mouse works fine. If I click on a window title bar, sometimes the window gets maximized. If I drag on a line of text to sel

[Bug 1006439] Re: HUD doesn't distinguish left Alt key from right Alt key

2013-08-14 Thread Song Younghwan
The update manager suddenly appears, and after updates, now this problem is gone I think. Or, maybe a reboot (suggested by the update manager) solves this problem. (Thinkpad X230, Ubuntu 13.04, updates: security+updates+proposed+backports) -- You received this bug notification because you are a

[Bug 1006439] Re: HUD doesn't distinguish left Alt key from right Alt key

2013-08-14 Thread Song Younghwan
In my case: Alt R: OK Alt L: shows HUD on both left/right Alt (Thinkpad X230, Ubuntu 13.04) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1006439 Title: HUD doesn't distinguish left Alt key from rig

[Bug 1195394] [NEW] redirect program output into a log file does not seem to work properly when there is sleep in the program

2013-06-27 Thread Yuan Song
Public bug reported: Redirect does not seem to work properly when program uses a sleep. I used the following test program. It works well if I do not redirect the output If I redirect the output to a file, I won't see anything in the file. tail -f does not show me anything. I can do redirect

[Bug 922037] Re: "reduce brightness" key freezes system

2013-03-13 Thread Youquan Song
Hi Licanueto, Can you upload the information of Dell N5010? Doing like the "bug description" and attachments for this bug. Thanks -Youquan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/922037 Title

[Bug 605686] Re: nointremap needed - Blocked an interrupt request due to source-id verificiation failure

2012-12-02 Thread Youquan Song
Hi klhsieh, I did not encouter the issue of source-id verification failure when interrupt remapping opend at platform with 5520 chipset. What's the result of "print IRTE"? Adding "apic=verbose" kernel option, it also can printf out of setting IRTE. Thanks -Youquan -- You received this bug

[Bug 605686] Re: nointremap needed - Blocked an interrupt request due to source-id verificiation failure

2012-11-26 Thread Youquan Song
Hi klhsieh, Does the "intremap=nosid" kernel options work for you? Thanks -Youquan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/605686 Title: nointremap needed - Blocked an interrupt request due

[Bug 922037] Re: "reduce brightness" key freezes system

2012-11-26 Thread Youquan Song
This issue comes from broken BIOS SMI (like generated when you kick specifica keys etc) hang because it does not aware of OS in x2apic mode. So the workround way is to blacklist issued platform. Yes. there are other T420 platforms have the issue (https://launchpadlibrarian.net/109393850/dmidecode

[Bug 922037] Re: "reduce brightness" key freezes system

2012-11-25 Thread Youquan Song
Hi Lukas, No. this bug is about BIOS SMI broken in x2APIC mode. While the bug at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1007765 does not enable x2APIC at all. so there are different bugs. Thanks -Youquan -- You received this bug notification because you are a member of Ubuntu B

[Bug 922037] Re: "reduce brightness" key freezes system

2012-11-23 Thread Youquan Song
Please try to apply the attached patch to 3.7-rc kernel, then try if it issue is fixed or not. ** Patch added: "set-x2apic-blacklist.patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/922037/+attachment/3442662/+files/0001-x86-apic-set-x2apic-blacklist.patch -- You received this bug

[Bug 922037] Re: "reduce brightness" key freezes system

2012-11-22 Thread Youquan Song
Hi, Can you update ThinkPad T420 BIOS to at least version 1.39, Version: 83ET69WW (1.39 ), then have a try to enable x2apic. Thanks -Youquan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/922037 Tit

[Bug 1019938] Re: SettingUpNFSHowTo possible mistake

2012-07-05 Thread Song Gao
OK. A feedback from NFS community indicates that, the reason why replacing /some-dir with /export/some-dir solved the problem was that, NFSv4 client failed to find the right path on NFS server, so it fell back to NFSv2. However, in the reply from mail list(http://www.spinics.net/lists/linux- nfs/m

[Bug 1019938] [NEW] SettingUpNFSHowTo possible mistake

2012-07-01 Thread Song Gao
Public bug reported: In "NFSv4 client" section, "Note that nfs-server:/export is not necessary in NFSv4" is probably not true. I have a 32 nodes KVM cluster. NFS, host filesystem, KVM storage pool, are all placed on SSD. KVM guests are connected to host through virtio drived GB ethernet. I follo

[Bug 998754] Re: package ruby-rvm 1.6.9-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-05-13 Thread charlie song
*** This bug is a duplicate of bug 984063 *** https://bugs.launchpad.net/bugs/984063 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998754 Title: package ruby-rvm 1.6.9-0ubuntu2 failed to install

[Bug 998754] [NEW] package ruby-rvm 1.6.9-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-05-13 Thread charlie song
*** This bug is a duplicate of bug 984063 *** https://bugs.launchpad.net/bugs/984063 Public bug reported: an error was occured while i was installing git-core. used a commend: sudo apt-get install git-core ProblemType: Package DistroRelease: Ubuntu 12.04 Package: ruby-rvm 1.6.9-0ubuntu2 Pro

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-02-15 Thread Jihwan Song
There's some chance that my comment may be unrelated to the originally reported bug but it appears at least to me related so I add this bug as a comment here. I realized that, while I use KDevelop, combined key stroke such as Ctrl+Alt+F may cause a window that is popped up as a result of such a ke

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-30 Thread Jihwan Song
Hoping to add a useful feedback: Logging in with Unity 2D will make the problem go away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880876 Title: Unity causes ibus to not work correctly (spaces i

[Bug 875435] Re: iBus not show off in panel

2011-12-22 Thread Song Zhao
I have the similar problem with oneiric.1. login 2. ps axw|grep ibus 4194 ?Sl 0:00 /usr/bin/ibus-daemon --xim 4200 ?Sl 0:00 /usr/lib/ibus/ibus-gconf 4202 ?Rl 0:35 /usr/bin/python /usr/share/ibus/ui/gtk/main.py 4204 ?Rl 0:34 /usr/lib/ibus/ibus-x11

[Bug 425881] Re: language panel does not show up

2011-12-22 Thread Song Zhao
I have a similar problem under oneiric. perhaps I should post it here. 1. login 2. ps axw|grep ibus 4194 ?Sl 0:00 /usr/bin/ibus-daemon --xim 4200 ?Sl 0:00 /usr/lib/ibus/ibus-gconf 4202 ?Rl 0:35 /usr/bin/python /usr/share/ibus/ui/gtk/main.py 4204 ?Rl

[Bug 878533] Re: gedit crashes

2011-10-19 Thread Jiaxing Song
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/878533 Title: gedit crashes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/878533/+subscriptions --

[Bug 878533] [NEW] gedit crashes

2011-10-19 Thread Jiaxing Song
Public bug reported: (gedit:5790): Gtk-WARNING **: Unknown property: GtkGrid.n-rows (gedit:5790): Gtk-WARNING **: Unknown property: GtkGrid.n-columns WARNING:SourceCodeBrowserPlugin:Settings schema not installed. Plugin will not be configurable. (gedit:5790): Gtk-CRITICAL **: gtk_cell_area_acti

[Bug 878490] Re: Gedit and the shipped python consolee

2011-10-19 Thread Jiaxing Song
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/878490 Title: Gedit and the shipped python consolee To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/8

[Bug 878490] [NEW] Gedit and the shipped python consolee

2011-10-19 Thread Jiaxing Song
Public bug reported: Default "python console" never starts. Gedit exits when hit the configure button for "python console" ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gedit 3.2.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4 Uname: Linux 3.0.0-12-generic-pae i686

[Bug 797596] Re: Cannot input Chinese in the exported PDF format file

2011-06-15 Thread Song Zhao
This is the pdf file exported. ** Attachment added: "exported PDF file" https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/797596/+attachment/2170662/+files/exportedPdfFile.pdf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 797596] Re: Cannot input Chinese in the exported PDF format file

2011-06-15 Thread Song Zhao
This is the Liberoffice writer file. ** Attachment added: "libreoffice writer file" https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/797596/+attachment/2170660/+files/libreofficeWriterFile.odt -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 797596] [NEW] Cannot input Chinese in the exported PDF format file

2011-06-15 Thread Song Zhao
/how-to-create-fillable-pdf-forms-with-open-office to create a fillable PDF using Libre Office writter. The follows is what I did: I created a Text Box (from the Form Controls toolbar) in the body of an article, and set the font property of the Text Box. I chose the Adobe Song Font as the font

[Bug 797596] Re: Cannot input Chinese in the exported PDF format file

2011-06-15 Thread Song Zhao
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/797596 Title: Cannot input Chinese in the exported PDF format file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+sour

[Bug 760203] Re: [Dell Vostro 1015] Bluetooth is non-functional

2011-05-01 Thread Victor Song
This affects a lot of users of 11.04: http://ubuntuforums.org/showthread.php?t=1741656&highlight=bluetooth ** Summary changed: - [Dell Vostro 1015] Bluetooth is non-functional + Bluetooth is non-functional -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 769015] Re: Large account not rendered entirely

2011-04-23 Thread Song Koh
Edit->Preferences->Register Defaults->Number of Transactions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769015 Title: Large account not rendered entirely -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 737283] Re: package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-03-17 Thread Song Zhongwen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737283 Title: package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess installed post-installation script returned er

[Bug 737283] [NEW] package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-03-17 Thread Song Zhongwen
Public bug reported: Binary package hint: grub2 maybe I change a little bit thing in grub config, but I think it's not the problem ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-30-generic 2.6.32-30.59 ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm3

[Bug 726383] Re: package phpmyadmin 4:3.3.2-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2011-02-28 Thread Jim Song
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726383 Title: package phpmyadmin 4:3.3.2-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1 -- ubuntu-

[Bug 726383] [NEW] package phpmyadmin 4:3.3.2-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2011-02-28 Thread Jim Song
Public bug reported: Binary package hint: phpmyadmin Removing via package manager and it kept asking for 'abort' mySQL was first removed before phpmyadmin is removed. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: phpmyadmin 4:3.3.2-1 ProcVersionSignature: Ubuntu 2.6.32-28.55-server

[Bug 411481] Re: Can't turn Bluetooth back on

2010-12-22 Thread Song Zhao
It seems that there was a solution in comments of Bug #496733. It is a duplicated bug report of this one. May be some hints can be found in that black box solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

  1   2   >