[Bug 2076881] Re: btintel: Prevent BRI traffic crosstalking with WiFi module

2024-08-26 Thread hugh chao
Confirmed that linux-oem-6.11/6.11.0-1002.2 works well on my Intel BE201
device.

** Tags removed: verification-needed-noble-linux-oem-6.11
** Tags added: verification-done-noble-linux-oem-6.11

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

Title:
  btintel: Prevent BRI traffic crosstalking with WiFi module

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2076881/+subscriptions


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

[Bug 2076315] [NEW] Snapshot failed to work on mipi camera

2024-08-08 Thread hugh chao
Public bug reported:

Currently mipi camera failed to work on snapshot app on Ubuntu 24.04,
hope this issue can be fixed.

** Affects: gnome-snapshot (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/2076315

Title:
   Snapshot failed to work on mipi camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-snapshot/+bug/2076315/+subscriptions


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

[Bug 1929260] Re: backport the ustreamer deb from impish to focal

2021-05-24 Thread hugh chao
** Description changed:

  [Impact]
  
-  Due to the target image for internal project(remote enhancement project) 
-  - zapper[0] is 20.04,
+  Due to the target image for internal project(remote enhancement project)
+  - zapper[0] is 20.04,
   and currently the video stream package - ustreamer is only on hirsute and
   impish [1],
   this package is necessary for us to stream the remote video to local,
   so need to back the package into 20.04
  
  [Test Plan]
- - Install the package through 
-   - sudo apt install ustreamer
+ - Install the package through
+   - sudo apt install ustreamer
  - Launch the application
+   - ustreamer --device=/dev/video<0-9> --host= --port=8080
+   - try live stream on the webpage as :8080
  
  [Where problems could occur]
  Seems we don't have this package in focal right now,
- and it definitely an independence package, so I don't think there is any 
+ and it definitely an independence package, so I don't think there is any
  problem.
  
  [Other Info]
  
   * PPA: https://launchpad.net/~hugh712/+archive/ubuntu/sru-1929260
  
  [0] https://launchpad.net/zapper
  [1] https://packages.ubuntu.com/search?keywords=ustreamer

** Information type changed from Proprietary to Public

** Also affects: ustreamer (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/1929260

Title:
  backport the ustreamer deb from impish to focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1929260/+subscriptions

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

[Bug 1920107] Re: Failed messages of sd-umount shown with reboot/shutdown

2021-04-19 Thread hugh chao
I also can reproduce this issue in my amd64 machine.

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

Title:
  Failed messages of sd-umount shown with reboot/shutdown

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

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

[Bug 1906653] Re: Backport systemd to make uevents "sticky"

2021-03-19 Thread hugh chao
@Dan

I see, thank you anyway :)

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

Title:
  Backport systemd to make uevents "sticky"

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

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

[Bug 1906653] Re: Backport systemd to make uevents "sticky"

2020-12-03 Thread hugh chao
** Description changed:

  Base on lwn 837033 [0], Linux 4.12 introduced two new uevents "bind" and
  "unbind" to the Linux device model which resulted in a number of
  software issues.
  
  So in this PR [1] which minimize issues resulting from this kernel
  change (but not avoid them entirely) by make uevent "sticky", meaning
  that once a tag is assigned to a device it will not be removed from the
  device again until the device itself is removed (i.e. unplugged).
  
+ An example causing by this issue, I had a usb printer (non-ippusbxd)
+ which connected to my laptop, but after unplugging it from my laptop,
+ the .device unit were still present, if a different printer gets plugged
+ to the same USB port then, it won't be configured correctly.
+ 
  [0] https://lwn.net/Articles/837033/
  [1] https://github.com/systemd/systemd/pull/16853/files

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

Title:
  Backport systemd to make uevents "sticky"

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

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

[Bug 1906653] [NEW] Backport systemd to make uevents "sticky"

2020-12-03 Thread hugh chao
Public bug reported:

Base on lwn 837033 [0], Linux 4.12 introduced two new uevents "bind" and
"unbind" to the Linux device model which resulted in a number of
software issues.

So in this PR [1] which minimize issues resulting from this kernel
change (but not avoid them entirely) by make uevent "sticky", meaning
that once a tag is assigned to a device it will not be removed from the
device again until the device itself is removed (i.e. unplugged).

[0] https://lwn.net/Articles/837033/
[1] https://github.com/systemd/systemd/pull/16853/files

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Base on lwn 837033 [0], Linux 4.12 introduced two new uevents "bind" and
  "unbind" to the Linux device model which resulted in a number of
  software issues.
  
- So in this PR [1] which minimize issues resulting from this kernel change 
(but not avoid them entirely) by make uevent "sticky", meaning that once a tag 
is assigned to a device it will not
- be removed from the device again until the device itself is removed (i.e. 
unplugged). 
- 
+ So in this PR [1] which minimize issues resulting from this kernel
+ change (but not avoid them entirely) by make uevent "sticky", meaning
+ that once a tag is assigned to a device it will not be removed from the
+ device again until the device itself is removed (i.e. unplugged).
  
  [0] https://lwn.net/Articles/837033/
  [1] https://github.com/systemd/systemd/pull/16853/files

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

Title:
  Backport systemd to make uevents "sticky"

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

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

[Bug 1885087] Re: Can't keep brightness value after reboot/poweroff in some nvidia gfx

2020-12-01 Thread hugh chao
tried nvidia-graphics-drivers-455 in bionic which can fix this issue, I
didn't observe any regression.


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

** Changed in: oem-priority
   Status: Confirmed => Fix Committed

** Changed in: oem-priority/focal
   Status: New => Fix Committed

** Also affects: oem-priority/bionic
   Importance: Undecided
   Status: New

** Changed in: oem-priority/bionic
   Status: New => Fix Committed

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

Title:
  Can't keep brightness value after reboot/poweroff in some nvidia gfx

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1885087/+subscriptions

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

[Bug 1885087] Re: Can't keep brightness value after reboot/poweroff in some nvidia gfx

2020-11-30 Thread hugh chao
tried nvidia-graphics-drivers-455 in groovy which can fix this issue, I
didn't observe any regression.

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

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

Title:
  Can't keep brightness value after reboot/poweroff in some nvidia gfx

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1885087/+subscriptions

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

[Bug 1885087] Re: Can't keep brightness value after reboot/poweroff in some nvidia gfx

2020-11-30 Thread hugh chao
tried nvidia-graphics-drivers-455 in focal which can fix this issue, I
didn't observe any regression.

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

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

Title:
  Can't keep brightness value after reboot/poweroff in some nvidia gfx

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1885087/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-16 Thread hugh chao
** Changed in: oem-priority/focal
   Status: New => Fix Released

** Changed in: oem-priority
   Status: Triaged => 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/1893300

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1853584] Re: [SRU]Not able to adjust Audio input UI volume after connecting headset

2020-11-08 Thread hugh chao
** Tags removed: verification-needed

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

Title:
  [SRU]Not able to adjust Audio input UI volume after connecting headset

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1853584/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-08 Thread hugh chao
verified the version 1.5.12-0ubuntu1.1 in focal-proposed, works well and
didn't observe any potential regression.

** Tags removed: verification-needed-focal verification-needed-groovy
** Tags added: verification-done-focal verification-done-groovy

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-08 Thread hugh chao
verified the version 1.5.12-0ubuntu3.1 in groovy-proposed, works well
and didn't observe any potential regression.

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-05 Thread hugh chao
@Łukasz,

updated, please help to review again, thanks.

** Description changed:

  [ Impact ]
  After printers (non-ippusb protocal) have been disconnected, the status of 
cups still shows "idle" instead of "disabled", so seems the disconnected 
procedure hasn't worked well.
  
  [ Test Case ]
  1. Connect the printer (non-ippusb protocal)(which isn't 070104) with any 
20.04 machine
  2. Wait for the status of cups became "Idle" (lpstat -p)
  3. Unplug the cable of the printer
  4. Check the status of cups again. (lpstat -p)
  
  [ Regression potential ]
- Low, the change just makes "strcmp" to "srtsrt" and has more checks on the 
existing of device path. 
+ Very Low, if something went wrong in the change, then this issue happened 
again, due to this snippet will only be called during printer removed event.
  
  [Expected result]
  The status should show disabled.
  
  [Actual result]
  The status shows idle.
  
  [info]
  Target:
  HP LaserJet Pro203dw
  HP Officejet 100 Mobile Printer
  HP Officeject 200 Mobile Printer
  Brother HL-2250DN
  Samsung ML-331x
  
  Upstream Bug: https://github.com/OpenPrinting/system-config-
  printer/issues/182
  
  PPA: https://launchpad.net/~hugh712/+archive/ubuntu/sru-1893300

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-03 Thread hugh chao
** Changed in: oem-priority
   Status: In Progress => Triaged

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-03 Thread hugh chao
** Tags added: verification-needed

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-03 Thread hugh chao
And this is the package diff for focal

** Patch added: "system-config-printer-focal.diff"
   
https://bugs.launchpad.net/oem-priority/+bug/1893300/+attachment/5430871/+files/system-config-printer-focal.diff

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-03 Thread hugh chao
Here is the package diff for groovy

** Patch added: "system-config-printer-groovy.diff"
   
https://bugs.launchpad.net/oem-priority/+bug/1893300/+attachment/5430870/+files/system-config-printer-groovy.diff

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-03 Thread hugh chao
** Description changed:

  [ Impact ]
  After printers (non-ippusb protocal) have been disconnected, the status of 
cups still shows "idle" instead of "disabled", so seems the disconnected 
procedure hasn't worked well.
  
  [ Test Case ]
  1. Connect the printer (non-ippusb protocal)(which isn't 070104) with any 
20.04 machine
  2. Wait for the status of cups became "Idle" (lpstat -p)
  3. Unplug the cable of the printer
  4. Check the status of cups again. (lpstat -p)
+ 
+ [ Regression potential ]
+ Low, the change just makes "strcmp" to "srtsrt" and has more checks on the 
existing of device path. 
  
  [Expected result]
  The status should show disabled.
  
  [Actual result]
  The status shows idle.
  
  [info]
  Target:
  HP LaserJet Pro203dw
  HP Officejet 100 Mobile Printer
  HP Officeject 200 Mobile Printer
  Brother HL-2250DN
  Samsung ML-331x
  
  Upstream Bug: https://github.com/OpenPrinting/system-config-
  printer/issues/182
  
  PPA: https://launchpad.net/~hugh712/+archive/ubuntu/sru-1893300

** Also affects: oem-priority/focal
   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/1893300

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-02 Thread hugh chao
** Description changed:

  [ Impact ]
  After printers (non-ippusb protocal) have been disconnected, the status of 
cups still shows "idle" instead of "disabled", so seems the disconnected 
procedure hasn't worked well.
  
  [ Test Case ]
  1. Connect the printer (non-ippusb protocal)(which isn't 070104) with any 
20.04 machine
  2. Wait for the status of cups became "Idle" (lpstat -p)
  3. Unplug the cable of the printer
  4. Check the status of cups again. (lpstat -p)
  
  [Expected result]
  The status should show disabled.
  
  [Actual result]
  The status shows idle.
  
  [info]
  Target:
  HP LaserJet Pro203dw
  HP Officejet 100 Mobile Printer
  HP Officeject 200 Mobile Printer
  Brother HL-2250DN
  Samsung ML-331x
  
  Upstream Bug: https://github.com/OpenPrinting/system-config-
  printer/issues/182
+ 
+ PPA: https://launchpad.net/~hugh712/+archive/ubuntu/sru-1893300

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-11-02 Thread hugh chao
Hi Till,

The PR is already there as
https://github.com/OpenPrinting/system-config-printer/pull/183

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1888839] Re: [MIR] oem-stella.cmit-machop-meta

2020-10-15 Thread hugh chao
** No longer affects: ubuntu

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

Title:
  [MIR] oem-stella.cmit-machop-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/139/+subscriptions

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

[Bug 1888840] Re: [MIR] oem-stella.cmit-tentacool-meta

2020-10-15 Thread hugh chao
** No longer affects: ubuntu

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

Title:
  [MIR] oem-stella.cmit-tentacool-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/140/+subscriptions

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

[Bug 1888834] Re: [MIR] oem-stella.cmit-butterfree-meta

2020-10-15 Thread hugh chao
** No longer affects: ubuntu

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

Title:
  [MIR] oem-stella.cmit-butterfree-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/134/+subscriptions

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

[Bug 1888836] Re: [MIR] oem-stella.cmit-diglett-meta

2020-10-15 Thread hugh chao
** No longer affects: ubuntu

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

Title:
  [MIR] oem-stella.cmit-diglett-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/136/+subscriptions

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

[Bug 1888835] Re: [MIR] oem-stella.cmit-rhyhorn-meta

2020-10-15 Thread hugh chao
** No longer affects: ubuntu

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

Title:
  [MIR] oem-stella.cmit-rhyhorn-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/135/+subscriptions

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

[Bug 1888841] Re: [MIR] oem-stella.cmit-tangela-meta

2020-10-15 Thread hugh chao
** No longer affects: ubuntu

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

Title:
  [MIR] oem-stella.cmit-tangela-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/141/+subscriptions

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

[Bug 1890368] Re: [MIR] oem-stella.cmit-jynx-meta

2020-10-15 Thread hugh chao
** No longer affects: ubuntu

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

Title:
  [MIR] oem-stella.cmit-jynx-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1890368/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-09-29 Thread hugh chao
** Description changed:

  [ Impact ]
  After printers (non-ippusb protocal) have been disconnected, the status of 
cups still shows "idle" instead of "disabled", so seems the disconnected 
procedure hasn't worked well.
  
  [ Test Case ]
  1. Connect the printer (non-ippusb protocal)(which isn't 070104) with any 
20.04 machine
  2. Wait for the status of cups became "Idle" (lpstat -p)
  3. Unplug the cable of the printer
  4. Check the status of cups again. (lpstat -p)
  
  [Expected result]
  The status should show disabled.
  
  [Actual result]
  The status shows idle.
  
  [info]
  Target:
  HP LaserJet Pro203dw
  HP Officejet 100 Mobile Printer
  HP Officeject 200 Mobile Printer
  Brother HL-2250DN
  Samsung ML-331x
+ 
+ Upstream Bug: https://github.com/OpenPrinting/system-config-
+ printer/issues/182

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-09-25 Thread hugh chao
The idea is :
1. check if the path provided by map is a subset of removing device path
eg. /devices/pci:00/:00:14.0/usb1/1-5 is a subset of 
/devices/pci:00/:00:14.0/usb1/1-5:1.0

2. check if the exist of this device
eg. stat /sys/devices/pci:00/:00:14.0/usb1/1-5

3. if this device is not exist, then remove..

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-09-25 Thread hugh chao
** Changed in: oem-priority
   Status: Confirmed => In Progress

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-09-25 Thread hugh chao
** Description changed:

  [ Impact ]
  After printers (non-ippusb protocal) have been disconnected, the status of 
cups still shows "idle" instead of "disabled", so seems the disconnected 
procedure hasn't worked well.
  
  [ Test Case ]
  1. Connect the printer (non-ippusb protocal)(which isn't 070104) with any 
20.04 machine
  2. Wait for the status of cups became "Idle" (lpstat -p)
  3. Unplug the cable of the printer
  4. Check the status of cups again. (lpstat -p)
  
  [Expected result]
  The status should show disabled.
  
  [Actual result]
  The status shows idle.
  
  [info]
  Target:
  HP LaserJet Pro203dw
  HP Officejet 100 Mobile Printer
  HP Officeject 200 Mobile Printer
+ Brother HL-2250DN
+ samsung ML-331x

** Description changed:

  [ Impact ]
  After printers (non-ippusb protocal) have been disconnected, the status of 
cups still shows "idle" instead of "disabled", so seems the disconnected 
procedure hasn't worked well.
  
  [ Test Case ]
  1. Connect the printer (non-ippusb protocal)(which isn't 070104) with any 
20.04 machine
  2. Wait for the status of cups became "Idle" (lpstat -p)
  3. Unplug the cable of the printer
  4. Check the status of cups again. (lpstat -p)
  
  [Expected result]
  The status should show disabled.
  
  [Actual result]
  The status shows idle.
  
  [info]
  Target:
  HP LaserJet Pro203dw
  HP Officejet 100 Mobile Printer
  HP Officeject 200 Mobile Printer
  Brother HL-2250DN
- samsung ML-331x
+ Samsung ML-331x

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-09-24 Thread hugh chao
currently the syspath for udev-configure-printer is too specific level
as:

/devices/pci:00/:00:14.0/usb1/1-5

But current path can be as below for removing

/devices/pci:00/:00:14.0/usb1/1-5:1.0
or
/devices/pci:00/:00:14.0/usb1/1-5:1.0/usbmisc/lp0

so the printer can't be removed, I think the problem is this program -
udev-configure-printer, so let me tried to make it more flexible...

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-09-10 Thread hugh chao
** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1893300] Re: The status of cups still shows idle when the printer has been unplugged

2020-08-28 Thread hugh chao
** Also affects: system-config-printer (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  [ Impact ]
  After printers (non-ippusb protocal) have been disconnected, the status of 
cups still shows "idle" instead of "disabled", so seems the disconnected 
procedure hasn't worked well.
  
  [ Test Case ]
  1. Connect the printer (non-ippusb protocal)(which isn't 070104) with any 
20.04 machine
  2. Wait for the status of cups became "Idle" (lpstat -p)
  3. Unplug the cable of the printer
  4. Check the status of cups again. (lpstat -p)
  
  [Expected result]
  The status should show disabled.
  
  [Actual result]
  The status shows idle.
+ 
+ [info]
+ Target:
+ HP LaserJet Pro203dw
+ HP Officejet 100 Mobile Printer
+ HP Officeject 200 Mobile Printer

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

Title:
  The status of cups still shows idle when the printer has been
  unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893300/+subscriptions

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

[Bug 1739417] Re: Failed to add HP203dw printer automatically

2020-08-26 Thread hugh chao
can't not reproduce this issue in 20.04,
but I did observe this issue in 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/1739417

Title:
  Failed to add HP203dw printer automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1739417/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-08-17 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1888841] Re: [MIR] oem-stella.cmit-tangela-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-tangela-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/141/+subscriptions

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

[Bug 1888836] Re: [MIR] oem-stella.cmit-diglett-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-diglett-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/136/+subscriptions

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

[Bug 1888839] Re: [MIR] oem-stella.cmit-machop-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-machop-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/139/+subscriptions

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

[Bug 1888448] Re: [MIR] oem-stella.cmit-meowth-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-meowth-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1888448/+subscriptions

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

[Bug 1888844] Re: [MIR] oem-stella.cmit-staryu-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-staryu-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/144/+subscriptions

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

[Bug 1888843] Re: [MIR] oem-stella.cmit-pinsir-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-pinsir-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/143/+subscriptions

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

[Bug 1888845] Re: [MIR] oem-stella.cmit-eevee-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-eevee-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/145/+subscriptions

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

[Bug 1888840] Re: [MIR] oem-stella.cmit-tentacool-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-tentacool-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/140/+subscriptions

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

[Bug 1890368] Re: [MIR] oem-stella.cmit-jynx-meta

2020-08-13 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-jynx-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1890368/+subscriptions

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

[Bug 1888834] Re: [MIR] oem-stella.cmit-butterfree-meta

2020-08-12 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
  [MIR] oem-stella.cmit-butterfree-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/134/+subscriptions

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

[Bug 1888835] Re: [MIR] oem-stella.cmit-rhyhorn-meta

2020-08-12 Thread hugh chao
** Changed in: oem-priority
 Assignee: hugh chao (hugh712) => jeremyszu (os369510)

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

Title:
   [MIR] oem-stella.cmit-rhyhorn-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/135/+subscriptions

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

[Bug 1890368] Re: [MIR] oem-stella.cmit-jynx-meta

2020-08-04 Thread hugh chao
** Changed in: oem-priority
   Status: New => Confirmed

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

Title:
  [MIR] oem-stella.cmit-jynx-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1890368/+subscriptions

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

[Bug 1890368] Re: [MIR] oem-stella.cmit-jynx-meta

2020-08-04 Thread hugh chao
debdiff attached.

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** Patch added: "oem-stella.cmit-jynx-meta_20.04ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+bug/1890368/+attachment/5398780/+files/oem-stella.cmit-jynx-meta_20.04ubuntu1.debdiff

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

Title:
  [MIR] oem-stella.cmit-jynx-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1890368/+subscriptions

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

[Bug 1890368] Re: [MIR] oem-stella.cmit-jynx-meta

2020-08-04 Thread hugh chao
this is the repo of this package:

https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.jynx-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-jynx-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1890368/+subscriptions

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

[Bug 1888834] Re: [MIR] oem-stella.cmit-butterfree-meta

2020-07-30 Thread hugh chao
** Also affects: oem-priority/focal
   Importance: Undecided
   Status: New

** No longer affects: oem-priority/focal

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

Title:
  [MIR] oem-stella.cmit-butterfree-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/134/+subscriptions

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

[Bug 1888448] Re: [MIR] oem-stella.cmit-meowth-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.meowth-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-meowth-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1888448/+subscriptions

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

[Bug 1888840] Re: [MIR] oem-stella.cmit-tentacool-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.tentacool-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-tentacool-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/140/+subscriptions

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

[Bug 1888836] Re: [MIR] oem-stella.cmit-diglett-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.diglett-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-diglett-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/136/+subscriptions

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

[Bug 1888839] Re: [MIR] oem-stella.cmit-machop-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.machop-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-machop-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/139/+subscriptions

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

[Bug 1888834] Re: [MIR] oem-stella.cmit-butterfree-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.butterfree-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-butterfree-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/134/+subscriptions

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

[Bug 1888841] Re: [MIR] oem-stella.cmit-tangela-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.tangela-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-tangela-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/141/+subscriptions

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

[Bug 1888835] Re: [MIR] oem-stella.cmit-rhyhorn-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.rhyhorn-focal-ubuntu

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

Title:
   [MIR] oem-stella.cmit-rhyhorn-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/135/+subscriptions

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

[Bug 1888845] Re: [MIR] oem-stella.cmit-eevee-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.eevee-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-eevee-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/145/+subscriptions

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

[Bug 1888844] Re: [MIR] oem-stella.cmit-staryu-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.staryu-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-staryu-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/144/+subscriptions

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

[Bug 1888843] Re: [MIR] oem-stella.cmit-pinsir-meta

2020-07-28 Thread hugh chao
https://code.launchpad.net/~oem-solutions-engineers/pc-enablement/+git
/oem-stella-projects-meta/+ref/cmit.pinsir-focal-ubuntu

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

Title:
  [MIR] oem-stella.cmit-pinsir-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/143/+subscriptions

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

[Bug 1888845] Re: [MIR] oem-stella.cmit-eevee-meta

2020-07-28 Thread hugh chao
** Patch added: "oem-stella.cmit-eevee-meta_20.04_ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+bug/145/+attachment/5396494/+files/oem-stella.cmit-eevee-meta_20.04_ubuntu1.debdiff

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

Title:
  [MIR] oem-stella.cmit-eevee-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/145/+subscriptions

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

[Bug 1888843] Re: [MIR] oem-stella.cmit-pinsir-meta

2020-07-28 Thread hugh chao
** Patch added: "oem-stella.cmit-pinsir-meta_20.04_ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+bug/143/+attachment/5396496/+files/oem-stella.cmit-pinsir-meta_20.04_ubuntu1.debdiff

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

Title:
  [MIR] oem-stella.cmit-pinsir-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/143/+subscriptions

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

[Bug 1888843] Re: [MIR] oem-stella.cmit-pinsir-meta

2020-07-28 Thread hugh chao
** Changed in: oem-priority
   Status: New => Confirmed

** Patch added: "oem-stella.cmit-eevee-meta_20.04~ubuntu1.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/143/+attachment/5396487/+files/oem-stella.cmit-eevee-meta_20.04~ubuntu1.debdiff

** Information type changed from Proprietary to Public

** 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/143

Title:
  [MIR] oem-stella.cmit-pinsir-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/143/+subscriptions

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

[Bug 1888840] Re: [MIR] oem-stella.cmit-tentacool-meta

2020-07-28 Thread hugh chao
** Information type changed from Proprietary to Public

** 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/140

Title:
  [MIR] oem-stella.cmit-tentacool-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/140/+subscriptions

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

[Bug 1888448] Re: [MIR] oem-stella.cmit-meowth-meta

2020-07-28 Thread hugh chao
** Information type changed from Proprietary to Public

** 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/1888448

Title:
  [MIR] oem-stella.cmit-meowth-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1888448/+subscriptions

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

[Bug 1888835] Re: [MIR] oem-stella.cmit-rhyhorn-meta

2020-07-28 Thread hugh chao
** Information type changed from Proprietary to Public

** 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/135

Title:
   [MIR] oem-stella.cmit-rhyhorn-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/135/+subscriptions

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

[Bug 1888839] Re: [MIR] oem-stella.cmit-machop-meta

2020-07-28 Thread hugh chao
** Information type changed from Proprietary to Public

** 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/139

Title:
  [MIR] oem-stella.cmit-machop-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/139/+subscriptions

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

[Bug 1888834] Re: [MIR] oem-stella.cmit-butterfree-meta

2020-07-28 Thread hugh chao
** Information type changed from Proprietary to Public

** 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/134

Title:
  [MIR] oem-stella.cmit-butterfree-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/134/+subscriptions

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

[Bug 1888845] Re: [MIR] oem-stella.cmit-eevee-meta

2020-07-28 Thread hugh chao
** Changed in: oem-priority
   Status: New => Confirmed

** Patch added: "oem-stella.cmit-pinsir-meta_20.04~ubuntu1.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/145/+attachment/5396485/+files/oem-stella.cmit-pinsir-meta_20.04~ubuntu1.debdiff

** Information type changed from Proprietary to Public

** 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/145

Title:
  [MIR] oem-stella.cmit-eevee-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/145/+subscriptions

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

[Bug 1888841] Re: [MIR] oem-stella.cmit-tangela-meta

2020-07-28 Thread hugh chao
** Information type changed from Proprietary to Public

** 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/141

Title:
  [MIR] oem-stella.cmit-tangela-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/141/+subscriptions

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

[Bug 1888844] Re: [MIR] oem-stella.cmit-staryu-meta

2020-07-28 Thread hugh chao
** Changed in: oem-priority
   Status: New => Confirmed

** Patch added: "oem-stella.cmit-staryu-meta_20.04~ubuntu1.debdiff"
   
https://bugs.launchpad.net/oem-priority/+bug/144/+attachment/5396486/+files/oem-stella.cmit-staryu-meta_20.04~ubuntu1.debdiff

** Information type changed from Proprietary to Public

** 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/144

Title:
  [MIR] oem-stella.cmit-staryu-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/144/+subscriptions

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

[Bug 1888836] Re: [MIR] oem-stella.cmit-diglett-meta

2020-07-28 Thread hugh chao
** Information type changed from Proprietary to Public

** 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/136

Title:
  [MIR] oem-stella.cmit-diglett-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/136/+subscriptions

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

[Bug 1883846] Re: hwdb: Mask rfkill event from intel-hid on HP platforms

2020-07-23 Thread hugh chao
** Changed in: oem-priority
   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/1883846

Title:
  hwdb: Mask rfkill event from intel-hid on HP platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883846/+subscriptions

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

[Bug 1883846] Re: hwdb: Mask rfkill event from intel-hid on HP platforms

2020-07-23 Thread hugh chao
** Changed in: oem-priority
   Status: Confirmed => Fix Committed

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

Title:
  hwdb: Mask rfkill event from intel-hid on HP platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883846/+subscriptions

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

[Bug 1882347] Re: [needs-packaging] [MIR] oem-stella.cmit-abra-meta

2020-07-23 Thread hugh chao
** Changed in: oem-priority
   Status: Triaged => Fix Committed

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

Title:
  [needs-packaging] [MIR] oem-stella.cmit-abra-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1882347/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-23 Thread hugh chao
Hi all,

Currently grub is frozen in all series for point releases. So I will
start the SRU after focal point release, please just use #105 with a
"sudo update-grub" as a workaround.

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-23 Thread hugh chao
** Changed in: oem-priority
   Status: In Progress => Triaged

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-22 Thread hugh chao
** Description changed:

+ [ Impact ]
+ In some platforms with specific Nvidia drivers, auto-login will fail due to 
the old vt-handoff patch in grub2. 
+ 
+ [ Test Case ]
+ 1. Boot ubuntu into desktop environment.
+ 2. Enabled auto login in System->Users
+ 3. Reboot the system
+ 
+ [Expected result]
+ System will boot into desktop environment without the login page.
+ 
+ [Actual result]
+ System boots to login page, and can't login to desktop environment with the 
correct password.
+ 
+ [ Regression potential ]
+ Low, the patch just removes vt.handoff part in grub2 package, and I can't 
find any regression in several runs of stress tests.
+ 
+ ---
+ 
  I just updated to the Ubuntu 19.10 beta. After boot, I'm shown the GDM
  login screen (which I shouldn't; I have auto login enabled), and logging
  in just takes me back to the same user selection screen even though the
  password is correct.
  
  If I switch to a TTY and run `sudo pkill gnome-session-binary`, logging
  in through GDM starts working again.
  
  I should add that the do-release-upgrade was rocky; I did it in a
  terminal from within gnome, went away for a while, and when I returned,
  I just saw an Ubuntu 19.10 in a TTY. I was able to do `sudo dpkg
  --configure -a` and complete the upgrade, but I don't know if
  something's still messed up due to that.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  435.21  Sun Aug 25 08:17:57 
CDT 2019
   GCC version:  gcc version 9.2.1 20190909 (Ubuntu 9.2.1-8ubuntu1)
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 28 19:55:42 2019
  DistUpgraded: 2019-09-28 18:35:15,142 INFO cache.commit()
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 435.21, 5.3.0-13-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1) (prog-if 
00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. GP102 [GeForce GTX 1080 Ti] [1043:85e4]
  InstallationDate: Installed on 2019-09-14 (13 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: MSI MS-7A67
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-13-generic 
root=UUID=04974c80-e732-49b6-8148-c3dce7c02a25 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to eoan on 2019-09-28 (0 days ago)
  dmi.bios.date: 01/25/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H270I GAMING PRO AC (MS-7A67)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.60:bd01/25/2018:svnMSI:pnMS-7A67:pvr1.0:rvnMSI:rnH270IGAMINGPROAC(MS-7A67):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.family: Default string
  dmi.product.name: MS-7A67
  dmi.product.sku: Default string
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.1.6-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20190820-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
  
  PPA: https://launchpad.net/~hugh712/+archive/ubuntu/sru-1845801

** Description changed:

  [ Impact ]
- In some platforms with specific Nvidia drivers, auto-login will fail due to 
the old vt-handoff patch in grub2. 
+ In some platforms with specific Nvidia drivers, auto-login will fail due to 
the old vt-handoff patch in grub2.
  
  [ Test Case ]
  1. Boot ubuntu into desktop environment.
  2. Enabled auto login in System->Users
  3. Reboot the system
  
  [Expected result]
  System will boot into desktop environment without the login page.
  
  [Actual result]
  System boots to login page, and can't login to desktop environment with the 
correct password.
 

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-20 Thread hugh chao
Upload debdiff for groovy,
please help to review this patch,
in the meantime, I'm running the stress test with this package in a nvidia 
platform,
let's see how it goes. 

** Patch added: "grub2_2.04-1ubuntu26_2.04-1ubuntu27.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1845801/+attachment/5394535/+files/grub2_2.04-1ubuntu26_2.04-1ubuntu27.debdiff

** Description changed:

  I just updated to the Ubuntu 19.10 beta. After boot, I'm shown the GDM
  login screen (which I shouldn't; I have auto login enabled), and logging
  in just takes me back to the same user selection screen even though the
  password is correct.
  
  If I switch to a TTY and run `sudo pkill gnome-session-binary`, logging
  in through GDM starts working again.
  
  I should add that the do-release-upgrade was rocky; I did it in a
  terminal from within gnome, went away for a while, and when I returned,
  I just saw an Ubuntu 19.10 in a TTY. I was able to do `sudo dpkg
  --configure -a` and complete the upgrade, but I don't know if
  something's still messed up due to that.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  435.21  Sun Aug 25 08:17:57 
CDT 2019
-  GCC version:  gcc version 9.2.1 20190909 (Ubuntu 9.2.1-8ubuntu1)
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  435.21  Sun Aug 25 08:17:57 
CDT 2019
+  GCC version:  gcc version 9.2.1 20190909 (Ubuntu 9.2.1-8ubuntu1)
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 28 19:55:42 2019
  DistUpgraded: 2019-09-28 18:35:15,142 INFO cache.commit()
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 435.21, 5.3.0-13-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1) (prog-if 
00 [VGA controller])
-Subsystem: ASUSTeK Computer Inc. GP102 [GeForce GTX 1080 Ti] [1043:85e4]
+  NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1) (prog-if 
00 [VGA controller])
+    Subsystem: ASUSTeK Computer Inc. GP102 [GeForce GTX 1080 Ti] [1043:85e4]
  InstallationDate: Installed on 2019-09-14 (13 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: MSI MS-7A67
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-13-generic 
root=UUID=04974c80-e732-49b6-8148-c3dce7c02a25 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to eoan on 2019-09-28 (0 days ago)
  dmi.bios.date: 01/25/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H270I GAMING PRO AC (MS-7A67)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.60:bd01/25/2018:svnMSI:pnMS-7A67:pvr1.0:rvnMSI:rnH270IGAMINGPROAC(MS-7A67):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.family: Default string
  dmi.product.name: MS-7A67
  dmi.product.sku: Default string
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.1.6-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20190820-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
+ 
+ PPA: https://launchpad.net/~hugh712/+archive/ubuntu/sru-1845801

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1882347] Re: [MIR] oem-stella.cmit-abra-meta

2020-07-17 Thread hugh chao
I installed the 20.04 on HP 285 G3 Microtower PC, and after updates, I
could find this package, and I could install it successfully. Thanks a
lot!

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

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

Title:
  [MIR] oem-stella.cmit-abra-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1882347/+subscriptions

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

[Bug 1882347] Re: [MIR] oem-stella.cmit-abra-meta

2020-07-14 Thread hugh chao
** Tags removed: verification-needed verification-needed-focal

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

Title:
  [MIR] oem-stella.cmit-abra-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1882347/+subscriptions

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

[Bug 1883670] Re: Disable IEC958 on HP Thunderbolt Dock

2020-07-14 Thread hugh chao
current proposed version is 5.6.0.1020.17, let me wait for it.

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

Title:
  Disable IEC958 on HP Thunderbolt Dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883670/+subscriptions

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

[Bug 1883846] Re: hwdb: Mask rfkill event from intel-hid on HP platforms

2020-07-14 Thread hugh chao
** Tags removed: verification-needed verification-needed-focal

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

Title:
  hwdb: Mask rfkill event from intel-hid on HP platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883846/+subscriptions

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

[Bug 1882347] Re: [MIR] oem-stella.cmit-abra-meta

2020-07-14 Thread hugh chao
** Tags added: verification-needed verification-needed-focal

** Tags added: oem-meta-packages

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

Title:
  [MIR] oem-stella.cmit-abra-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1882347/+subscriptions

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

[Bug 1883846] Re: hwdb: Mask rfkill event from intel-hid on HP platforms

2020-07-14 Thread hugh chao
** Tags added: verification-needed-focal

** Tags added: verification-needed

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

Title:
  hwdb: Mask rfkill event from intel-hid on HP platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883846/+subscriptions

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

[Bug 1883846] Re: hwdb: Mask rfkill event from intel-hid on HP platforms

2020-07-14 Thread hugh chao
** Changed in: oem-priority
   Status: New => Confirmed

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

Title:
  hwdb: Mask rfkill event from intel-hid on HP platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883846/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-13 Thread hugh chao
the origin change was in 
'''
commit 9dadfd82504afa114b39e508e4580cb0212468ea (tag: pkg/import/2.00-20)
Author: Colin Watson 
Date:   Thu Nov 14 10:49:31 2013 +

+ Set vt.handoff=7 for smooth handoff to kernel graphical mode.
'''

https://git.launchpad.net/~hugh712/ubuntu/+source/grub2/commit/?h=ubuntu/devel&id=9dadfd82504afa114b39e508e4580cb0212468ea


then it's been changed in bionic as:
'''
commit db84c3cc6faa4750d12c451f7a0c20560d0893bd
Author: Mathieu Trudel-Lapierre 
Date:   Fri Feb 9 16:30:45 2018 -0500

Add configure option to use vt.handoff=1
'''
https://git.launchpad.net/~hugh712/ubuntu/+source/grub2/commit/?h=bionic&id=c9b225dd94935e17dc8196dcaea524d4897bef4d

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-13 Thread hugh chao
** Also affects: grub2 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: grub2 (Ubuntu)
   Status: New => Confirmed

** Changed in: oem-priority
   Status: New => Confirmed

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-13 Thread hugh chao
I'll start the SRU for this issue soon

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-12 Thread hugh chao
if the result in #101 is positive for everyone, 
then I think it's because of this missed patch since from cosmic

** Patch added: "vt_handoff.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1845801/+attachment/5391915/+files/vt_handoff.patch

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-12 Thread hugh chao
Hi Guys,

Help me to test this, this works for me,
please find this line "set vt_handoff=vt.handoff=7" in /boot/grub/grub.cfg,
and change it to "set vt_handoff=vt.handoff=1", then reboot let's see how it 
go, thanks.

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-07-12 Thread hugh chao
Hi Guys,

Help me to test this, this works for me,
please find this line "set vt_handoff=vt.handoff=7" in /boot/grub/grub.cfg,
and change it to "set vt_handoff=vt.handoff=1", then reboot let's see how it 
goes, thanks.

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

[Bug 1883670] Re: Disable IEC958 on HP Thunderbolt Dock

2020-07-04 Thread hugh chao
I will verify alsa-lib - 1.2.2-2.3ubuntu1 with oem 1019 kernel next
week.

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

Title:
  Disable IEC958 on HP Thunderbolt Dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883670/+subscriptions

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

[Bug 1884251] Re: Support Audio Mute LED for two new HP laptops

2020-06-29 Thread hugh chao
** Changed in: oem-priority
   Status: Confirmed => Fix Committed

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

Title:
  Support Audio Mute LED for two new HP laptops

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1884251/+subscriptions

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

[Bug 1885087] Re: Can't keep brightness value after reboot/poweroff in some nvidia gfx

2020-06-26 Thread hugh chao
https://github.com/hugh712/nvidia-graphics-
drivers/commit/bccad5ee6444dd8c5c47ba19ea0232106a1086f5

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

Title:
  Can't keep brightness value after reboot/poweroff in some nvidia gfx

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1885087/+subscriptions

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

[Bug 1885087] Re: Can't keep brightness value after reboot/poweroff in some nvidia gfx

2020-06-25 Thread hugh chao
** Description changed:

  systemd-backlight saves the brightness value right before
  shutdown.target, however it doesn't work because the nvidia_0 backlight
  sysfs disappears after GFX device is closed by Xorg, long before
  shutdown.target.
  
  [Impact]
  System can not keep the brightness value, after reboot/poweroff the 
brightness will still be highest.
  
  [Fix]
  Suggested by Nvidia, we need to run nvidia-persistenced.service before 
systemd-backlight@backlight:nvidia_0.service
  
  [Test Case]
  Adjust the brightness value, reboot, the value must keep persistence during 
boots.
  
- 
  [Regression Risk]
  Low, this fix is just adjust the systemd order more earier.
+ 
+ 
+ https://github.com/hugh712/nvidia-graphics-drivers

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

Title:
  Can't keep brightness value after reboot/poweroff in some nvidia gfx

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1885087/+subscriptions

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

[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-06-25 Thread hugh chao
** Also affects: nvidia-graphics-drivers-440 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-440 (Ubuntu)
   Status: New => Confirmed

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

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

  1   2   3   >