[Bug 1859028] Re: Touchpad not working after kernel upgrade

2020-01-13 Thread Kai-Heng Feng
Can it be a hardware failure?

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

Title:
  Touchpad not working after kernel upgrade

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

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

[Bug 1843085] Re: Backport of zero-length gc chain fixes to Luminous

2020-01-13 Thread Dan Hill
** Description changed:

  [Impact]
  Cancelling large S3/Swift object puts may result in garbage collection 
entries with zero-length chains. Rados gateway garbage collection does not 
efficiently process and clean up these zero-length chains.
  
  A large number of zero-length chains will result in rgw processes
  quickly spinning through the garbage collection lists doing very little
  work. This can result in abnormally high cpu utilization and op
  workloads.
  
  [Test Case]
- Disable garbage collection:
- `juju config ceph-radosgw config-flags='{"rgw": {"rgw enable gc threads": 
"false"}}'`
+ Modify garbage collection parameters by editing ceph.conf on the target rgw:
+ ```
+ [client.rgw.juju-29f238-sf00242079-4]
+ rgw enable gc threads = false
+ rgw gc obj min wait = 60
+ rgw gc processor period = 60
+ ```
  
- Repeatedly kill 256MB object put requests for randomized object names.
- `for i in {0.. 1000}; do f=$(mktemp); fallocate -l 256M $f; s3cmd put $f 
s3://test_bucket &; pid=$!; sleep $((RANDOM % 3)); kill $pid; rm $f; done`
+ Restart the ceph-radosgw service to apply the new configuration:
+ `sudo systemctl restart ceph-rado...@rgw.juju-29f238-sf00242079-4`
  
- Capture omap detail. Verify zero-length chains were created:
- `for i in $(seq 0 ${RGW_GC_MAX_OBJS:-32}); do rados -p default.rgw.log 
--namespace gc listomapvals gc.$i; done`
+ Repeatedly interrupt 512MB object put requests for randomized object names:
+ ```
+ for i in {0..1000}; do 
+   f=$(mktemp); fallocate -l 512M $f
+   s3cmd put $f s3://test_bucket.juju-29f238-sf00242079-4 --disable-multipart &
+   pid=$!
+   sleep $((RANDOM % 7 + 3)); kill $pid
+   rm $f
+ done
+ ```
  
- Raise radosgw debug levels, and enable garbage collection:
- `juju config ceph-radosgw config-flags='{"rgw": {"rgw enable gc threads": 
"false"}}' loglevel=20`
+ Delete all objects in the bucket index:
+ ```
+ for f in $(s3cmd ls s3://test_bucket.juju-29f238-sf00242079-4 | awk '{print 
$4}'); do
+   s3cmd del $f
+ done
+ ```
  
- Verify zero-lenth chains are processed correctly by inspecting radosgw
- logs.
+ By default rgw_max_gc_objs splits the garbage collection list into 32 shards.
+ Capture omap detail and verify zero-length chains were left over:
+ ```
+ for i in {0..31}; do 
+   sudo rados -p default.rgw.log --namespace gc listomapvals gc.$i
+ done
+ ```
+ 
+ Confirm the garbage collection list contains expired objects by listing 
expiration timestamps:
+ `sudo radosgw-admin gc list | grep time; date`
+ 
+ Raise the debug level and process the garbage collection list:
+ `CEPH_ARGS="--debug-rgw=20 --err-to-stderr" sudo -E radosgw-admin gc process`
+ 
+ Use the logs to verify the garbage collection process iterates through all 
remaining omap entry tags. Then confirm all rados objects have been cleaned up:
+ `sudo rados -p default.rgw.buckets.data ls`
+ 
  
  [Regression Potential]
  Backport has been accepted into the Luminous release stable branch upstream.
  
  [Other Information]
  This issue has been reported upstream [0] and was fixed in Nautilus alongside 
a number of other garbage collection issues/enhancements in pr#26601 [1]:
  * adds additional logging to make future debugging easier.
  * resolves bug where the truncated flag was not always set correctly in 
gc_iterate_entries
  * resolves bug where marker in RGWGC::process was not advanced
  * resolves bug in which gc entries with a zero-length chain were not trimmed
  * resolves bug where same gc entry tag was added to list for deletion 
multiple times
  
  These fixes were slated for back-port into Luminous and Mimic, but the
  Luminous work was not completed because of a required dependency: AIO GC
  [2]. This dependency has been resolved upstream, and is pending SRU
  verification in Ubuntu packages [3].
  
  [0] https://tracker.ceph.com/issues/38454
  [1] https://github.com/ceph/ceph/pull/26601
  [2] https://tracker.ceph.com/issues/23223
  [3] https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838858

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

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

Title:
  Backport of zero-length gc chain fixes to Luminous

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

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

[Bug 1859028] Re: Touchpad not working after kernel upgrade

2020-01-13 Thread Dmitry Ermichev
Now 4.15.0-72-generic boot log

** Attachment added: "kernel-4.15.0.72_20200114"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859028/+attachment/5320057/+files/kernel-4.15.0.72_20200114

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

Title:
  Touchpad not working after kernel upgrade

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

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

[Bug 1856024] Update Released

2020-01-13 Thread Timo Aaltonen
The verification of the Stable Release Update for backport-iwlwifi-dkms
has completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] Need backport-iwlwifi-dkms in Bionic

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

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

[Bug 1859028] Re: Touchpad not working after kernel upgrade

2020-01-13 Thread Dmitry Ermichev
Month ago 4.15.0-72-generic boot log

** Attachment added: "kernel-4.15.0.72_20191211"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859028/+attachment/5320056/+files/kernel-4.15.0.72_20191211

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

Title:
  Touchpad not working after kernel upgrade

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

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

[Bug 1859028] Re: Touchpad not working after kernel upgrade

2020-01-13 Thread Dmitry Ermichev
> Ok, so it's a regression not fixed in upstream kernel. What's the last
working kernel?

Working kernel was 4.15.0-72-generic, but now it doesn't work. Now i booted 
with 4.15.0-72-generic
 kernel and compare journalctl log with log of the same kernel, that was booted 
month ago.

Now:
янв 14 09:30:17 dmitry-HP-ProBook-450-G3 kernel: input: PS/2 Generic Mouse as 
/devices/platform/i8042/serio1/input/input7
янв 14 09:30:17 dmitry-HP-ProBook-450-G3 kernel: psmouse serio1: Failed to 
enable mouse on isa0060/serio1
янв 14 09:30:17 dmitry-HP-ProBook-450-G3 kernel: random: crng init done

Month ago:
дек 11 18:12:56 dmitry-HP-ProBook-450-G3 kernel: psmouse serio3: synaptics: 
queried max coordinates: x [..5716], y [..4886]
дек 11 18:12:56 dmitry-HP-ProBook-450-G3 kernel: psmouse serio3: synaptics: 
queried min coordinates: x [1220..], y [986..]
дек 11 18:12:56 dmitry-HP-ProBook-450-G3 kernel: psmouse serio3: synaptics: 
Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xf00173/0x64/0xa2400/0x0, 
board id: 2654, fw id: 1323623
дек 11 18:12:56 dmitry-HP-ProBook-450-G3 kernel: input: SynPS/2 Synaptics 
TouchPad as /devices/platform/i8042/serio3/input/input10

Full journalctl logs in attachment

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

Title:
  Touchpad not working after kernel upgrade

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

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

[Bug 1853762] Re: Headphones stop working until pairing again

2020-01-13 Thread Guillaume Michaud
This may have something to do with another user already being logged in
another Gnome Session.

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

Title:
  Headphones stop working until pairing again

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

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

Re: [Bug 1859173] Re: display

2020-01-13 Thread Alessandro Tiezzi
Il Lun 13 Gen 2020, 03:50 Daniel van Vugt 
ha scritto:

> Can you please provide a screenshot of the problem?
>
> ** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu)
>
> ** Changed in: gnome-shell (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1859173
>
> Title:
>   display
>
> Status in gnome-shell package in Ubuntu:
>   Incomplete
>
> Bug description:
>   i comandi e la barra superiore sbordano, non riesco a visualizzarli
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.04
>   Package: xorg 1:7.7+19ubuntu12
>   ProcVersionSignature: Ubuntu 5.0.0-38.41-generic 5.0.21
>   Uname: Linux 5.0.0-38-generic x86_64
>   ApportVersion: 2.20.10-0ubuntu27.3
>   Architecture: amd64
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Fri Jan 10 13:12:16 2020
>   DistUpgraded: 2020-01-10 07:57:08,409 ERROR got error from
> PostInstallScript ./xorg_fix_proprietary.py (g-exec-error-quark: Esecuzione
> del processo figlio «./xorg_fix_proprietary.py» non riuscita (File o
> directory non esistente) (8))
>   DistroCodename: disco
>   DistroVariant: ubuntu
>   GraphicsCard:
>VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro]
> [1106:3108] (rev 01) (prog-if 00 [VGA controller])
>  Subsystem: ASUSTeK Computer Inc. K8M800/K8N800/K8N800A [S3 UniChrome
> Pro] [1043:8129]
>   InstallationDate: Installed on 2020-01-08 (2 days ago)
>   InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64
> (20181017.3)
>   MachineType: System manufacturer System Product Name
>   ProcEnviron:
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=it_IT.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-38-generic
> root=UUID=943bdf0d-bfd4-4e4d-b427-5c0ac904be90 ro quiet splash vt.handoff=1
>   SourcePackage: xorg
>   Symptom: display
>   UpgradeStatus: Upgraded to disco on 2020-01-10 (0 days ago)
>   dmi.bios.date: 09/12/2005
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 0203
>   dmi.board.name: K8V-MX
>   dmi.board.vendor: ASUSTeK Computer Inc.
>   dmi.chassis.asset.tag: Asset-1234567890
>   dmi.chassis.type: 6
>   dmi.chassis.vendor: Chassis Manufacture
>   dmi.chassis.version: Chassis Version
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr0203:bd09/12/2005:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerInc.:rnK8V-MX:rvr:cvnChassisManufacture:ct6:cvrChassisVersion:
>   dmi.product.name: System Product Name
>   dmi.product.version: System Version
>   dmi.sys.vendor: System manufacturer
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.97-1ubuntu1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~19.04.1
>   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
>   version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu3
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-0ubuntu1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20180925-2
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1859173/+subscriptions
>


** Attachment added: "20200114_075307.jpg"
   
https://bugs.launchpad.net/bugs/1859173/+attachment/5320055/+files/20200114_075307.jpg

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

Title:
  display

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

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

[Bug 1858637] Re: FTBFS 0.8.1 in Focal due to big endian issues

2020-01-13 Thread Christian Ehrhardt 
The upstream discussions lead to a fix, therefore fixed in
https://launchpad.net/ubuntu/+source/virglrenderer/0.8.1-6 which is in
Focal now.

** Changed in: virglrenderer (Ubuntu)
   Status: New => 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/1858637

Title:
  FTBFS 0.8.1 in Focal due to big endian issues

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

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

[Bug 1859223] Re: Firmware missing for Thinkpad X-series Bluetooth adapters, leads to headset HSP/HFP profiles not working

2020-01-13 Thread Christian Reis
OK, let's try with the Broadcom first -- I've sent email and copied you.

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

Title:
  Firmware missing for Thinkpad X-series Bluetooth adapters, leads to
  headset HSP/HFP profiles not working

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

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

[Bug 1858761] Re: Dell AIO can't adjust brightness

2020-01-13 Thread You-Sheng Yang
PPA: https://launchpad.net/~vicamo/+archive/ubuntu/ppa-1858761
SRU: https://lists.ubuntu.com/archives/kernel-team/2020-January/106727.html

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

Title:
  Dell AIO can't adjust brightness

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

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

[Bug 1850103] Re: gnome-tweak-tool window keeps flickering on cursor hovering

2020-01-13 Thread rtimai
*** This bug is a duplicate of bug 1847524 ***
https://bugs.launchpad.net/bugs/1847524

SOLVED: I found the fix for the gnome-tweak tool. In my case, it turns
out the rapid flickering occurs when Animations is disabled in the
GENERAL page of GNOME-tweak. Re-enabling Animations stopped the window
flicker. There is another minor artifact -- the Close-Minimize-Maximize-
Search icons disappear from the application bar when using "<" to return
to the main menu. But they do reappear when further clicking on page
links in the left menu. The page link menu and the page menus display
separately now in independent windows -- and this was the initial
behavior I remember before disabling Animations.

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

Title:
  gnome-tweak-tool window keeps flickering on cursor hovering

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

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

[Bug 1859028] Re: Touchpad not working after kernel upgrade

2020-01-13 Thread Dmitry Ermichev
I set kernel params
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash atkbd.reset"
My touchpad is recognizing now in xinput as PS/2 Generic Mouse. 

xinput 
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ A4TECH USB Device id=9[slave  pointer  (2)]
⎜   ↳ A4TECH USB Device id=10   [slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouseid=13   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Sleep Button  id=8[slave  keyboard (3)]
↳ HP HD Camera: HP HD Cameraid=11   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=12   [slave  keyboard (3)]
↳ HP WMI hotkeysid=14   [slave  keyboard (3)]
↳ HP Wireless hotkeys   id=15   [slave  keyboard (3)]
↳ A4TECH USB Device id=16   [slave  keyboard (3)]


But it doesn't work properly. Left/right button clicks recognized as cursor 
movement, cursor movement set wrong cursor position etc. The same situation on 
4.15.0-72-generic
4.15.0-74-generic

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

Title:
  Touchpad not working after kernel upgrade

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

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

[Bug 1859415] Re: "pstore: crypto_comp_decompress failed" found in Power9 boot dmesg with Eoan kernel

2020-01-13 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu Disco)
   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/1859415

Title:
  "pstore: crypto_comp_decompress failed" found in Power9 boot dmesg
  with Eoan kernel

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

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

[Bug 1809704] Re: efivarfs test in ubuntu_kernel_selftest failed on the second run

2020-01-13 Thread Po-Hsu Lin
Verified with Xenial in proposed
$ uname -a
Linux michael 4.4.0-172-generic #202-Ubuntu SMP Wed Jan 8 21:56:36 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux


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

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

Title:
  efivarfs test in ubuntu_kernel_selftest failed on the second run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1809704/+subscriptions

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

[Bug 1859565] [NEW] package libboost-python1.58-dev 1.58.0+dfsg-5ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-01-13 Thread Mayank Pandey
Public bug reported:

resolve this

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libboost-python1.58-dev 1.58.0+dfsg-5ubuntu3.1
ProcVersionSignature: Ubuntu 4.4.0-171.200-generic 4.4.203
Uname: Linux 4.4.0-171-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.21
Architecture: amd64
Date: Tue Jan 14 11:56:32 2020
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-11-27 (1508 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.6
 apt  1.2.32
SourcePackage: boost1.58
Title: package libboost-python1.58-dev 1.58.0+dfsg-5ubuntu3.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to xenial on 2020-01-13 (0 days ago)

** Affects: boost1.58 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package libboost-python1.58-dev 1.58.0+dfsg-5ubuntu3.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost1.58/+bug/1859565/+subscriptions

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

[Bug 1859565] Re: package libboost-python1.58-dev 1.58.0+dfsg-5ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-01-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libboost-python1.58-dev 1.58.0+dfsg-5ubuntu3.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost1.58/+bug/1859565/+subscriptions

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

[Bug 1856024] Re: [SRU] Need backport-iwlwifi-dkms in Bionic

2020-01-13 Thread You-Sheng Yang
** Tags removed: verification-failed-bionic
** Tags added: verification-done-bionic

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

Title:
  [SRU] Need backport-iwlwifi-dkms in Bionic

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

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

[Bug 1859562] [NEW] Polari doesn't join any chatroom. 'Join' button stays greyed-out (disabled)

2020-01-13 Thread Sai Vinoba
Public bug reported:

I'm trying to use Polari IRC app on Ubuntu 20.04 (in virtualbox). I'm
not able to join any chatroom because the 'Join' button stays greyed out
when a chatroom is selected. This is same for any server/chatroom I
could check. Screenshot attached.

If I run polari from terminal, I get following error.

svinoba@focal:~$ polari

(polari:21203): Gjs-WARNING **: 16:31:29.656: JS ERROR: TelepathyGLib.Error: 
_onRowActivated/<@resource:///org/gnome/Polari/js/connections.js:216:27
main@resource:///org/gnome/Polari/js/main.js:63:12
run@resource:///org/gnome/gjs/modules/package.js:222:12
start@resource:///org/gnome/gjs/modules/package.js:206:5
@:1:1

However, if I search for telepathy and glib combination, I get
following.

gir1.2-telepathyglib-0.12/focal,now 0.24.1-2 amd64 [installed,automatic]
  GLib Telepathy connection manager library (GObject-Introspection)

libtelepathy-glib0/focal,now 0.24.1-2 amd64 [installed,automatic]
  Telepathy framework - GLib library

Polari works fine on Ubuntu 18.04, Debian Sid and Arch. Haven't tried in
Ubuntu 19.10, although the package version in 19.10 seems same as 20.04.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: polari 3.34.0-1
ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Jan 14 09:48:34 2020
InstallationDate: Installed on 2019-08-14 (152 days ago)
InstallationMedia: Ubuntu-MATE 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
SourcePackage: polari
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "polari-no-join.png"
   
https://bugs.launchpad.net/bugs/1859562/+attachment/5320036/+files/polari-no-join.png

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

Title:
  Polari doesn't join any chatroom. 'Join' button stays greyed-out
  (disabled)

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

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

[Bug 1859563] [NEW] installation failed

2020-01-13 Thread Dev Joshi
Public bug reported:

I cannot install ubuntu through my bootable USB drive. The information
of the bug is in the attached file.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12
ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15
Uname: Linux 5.0.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Tue Jan 14 11:22:50 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.12 ubuntu

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

Title:
  installation failed

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

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

[Bug 1850103] Re: gnome-tweak-tool window keeps flickering on cursor hovering

2020-01-13 Thread rtimai
*** This bug is a duplicate of bug 1847524 ***
https://bugs.launchpad.net/bugs/1847524

Additional information: The above rapid flickering on cursor hover in
GNOME-tweak occurs even after:

1) Removing un...@hardpixel.eu (a window decoration multi-function extension) 
-- no effect
2) Disabling ALL gnome-shell-extensions and restarting -- no effect

I don't think that this is a conflict between gnome-shell-extensions. I
have restored both of the above, as they aren't causing additional
problems.

Ubuntu 19.10
5.3.0-26-generic x86_64
GNOME Shell 3.34.1
occurs under both Wayland AND X11

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

Title:
  gnome-tweak-tool window keeps flickering on cursor hovering

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

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

[Bug 1859561] Re: [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on Lenovo E41-25/45

2020-01-13 Thread AaronMa
** Changed in: hwe-next
 Assignee: (unassigned) => AaronMa (mapengyu)

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

Title:
  [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native
  backlight on Lenovo E41-25/45

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

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

[Bug 1820768] Re: [SRU] support new cab and new docking firmware upgrade in fwupd 1.2.10

2020-01-13 Thread Yuan-Chen Cheng
upload 1.2.10-1ubuntu2~ubuntu18.04.3~oem2 to the ppa in #61,

add patch:
https://github.com/fwupd/fwupd/commit/a5df5b0e20726985cc971bfdb6f3872cf387f258

to clean up fwupdate files.

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

Title:
  [SRU] support new cab and new docking firmware upgrade in fwupd 1.2.10

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

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

[Bug 1858542] Re: bionic/linux-oracle-5.0: 5.0.0-1010.15~18.04.1 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858543
  packages:
lrm: linux-restricted-modules-oracle-5.0
main: linux-oracle-5.0
meta: linux-meta-oracle-5.0
signed: linux-signed-oracle-5.0
  phase: Holding before Promote to Proposed
  phase-changed: Tuesday, 14. January 2020 04:22 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,meta:depwait,signed:depwait
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,meta:depwait,signed:depwait
  variant: debs

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

Title:
  bionic/linux-oracle-5.0: 5.0.0-1010.15~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858542/+subscriptions

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

[Bug 1859561] Re: [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on Lenovo E41-25/45

2020-01-13 Thread AaronMa
** Summary changed:

- [SRU][B/OEM-B/OEM-OSP1/E/Unstable] UBUNTU: SAUCE: Use native backlight on 
Lenovo E41-25/45
+ [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on 
Lenovo E41-25/45

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

Title:
  [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native
  backlight on Lenovo E41-25/45

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

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

[Bug 1858533] Re: bionic/linux-azure: 5.0.0-1029.31~18.04.1 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858534
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Ready for Packaging
- phase-changed: Tuesday, 14. January 2020 04:22 UTC
+ phase: Packaging
+ phase-changed: Tuesday, 14. January 2020 05:41 UTC
  reason:
-   prepare-package: Pending -- version not specified
+   prepare-package: Pending -- package not yet uploaded
+   prepare-package-lrm: Pending -- package not yet uploaded
+   prepare-package-meta: Pending -- package not yet uploaded
+   prepare-package-signed: Pending -- package not yet uploaded
  trackers:
bionic/linux-azure/azure-kernel: bug 1858532
  variant: debs

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

Title:
  bionic/linux-azure: 5.0.0-1029.31~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858533/+subscriptions

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

[Bug 1858533] Re: bionic/linux-azure: 5.0.0-1029.31~18.04.1 -proposed tracker

2020-01-13 Thread Khaled El Mously
** Summary changed:

- bionic/linux-azure:  -proposed tracker
+ bionic/linux-azure: 5.0.0-1029.31~18.04.1 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-lrm
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

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

Title:
  bionic/linux-azure: 5.0.0-1029.31~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858533/+subscriptions

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

[Bug 1859561] Missing required logs.

2020-01-13 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1859561

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  [SRU][B/OEM-B/OEM-OSP1/E/Unstable] UBUNTU: SAUCE: Use native backlight
  on Lenovo E41-25/45

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

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

[Bug 1858534] Re: disco/linux-azure: 5.0.0-1029.31 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858547
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Proposed
  phase-changed: Tuesday, 14. January 2020 04:21 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,signed:depwait
+   promote-to-proposed: Ongoing -- builds not complete in ppa signed:depwait
  trackers:
bionic/linux-azure: bug 1858533
  variant: debs

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

Title:
  disco/linux-azure: 5.0.0-1029.31 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858534/+subscriptions

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

[Bug 1859561] Re: [SRU][B/OEM-B/OEM-OSP1/E/Unstable] UBUNTU: SAUCE: Use native backlight on Lenovo E41-25/45

2020-01-13 Thread AaronMa
** Summary changed:

-  [SRU][B/OEM-B/OEM-OSP1/E/F] UBUNTU: SAUCE: Use native backlight on Lenovo 
E41-25/45
+ [SRU][B/OEM-B/OEM-OSP1/E/Unstable] UBUNTU: SAUCE: Use native backlight on 
Lenovo E41-25/45

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

Title:
  [SRU][B/OEM-B/OEM-OSP1/E/Unstable] UBUNTU: SAUCE: Use native backlight
  on Lenovo E41-25/45

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

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

[Bug 1859561] [NEW] [SRU][B/OEM-B/OEM-OSP1/E/F] UBUNTU: SAUCE: Use native backlight on Lenovo E41-25/45

2020-01-13 Thread AaronMa
Public bug reported:

SRU justification:

[Impact]
ACPI backlight control doesn't work on 2 Lenovo E41 laptops.

[Fix]
Use native backlight control instead.

[Test]
Verified on hardware with a positive result.

[Regression Potential]
Low.
Add new DMI strings with positive verification.

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: oem-priority originate-from-1852374 sutton

** Tags added: oem-priority originate-from-1852374 sutton

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

Title:
   [SRU][B/OEM-B/OEM-OSP1/E/F] UBUNTU: SAUCE: Use native backlight on
  Lenovo E41-25/45

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

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

[Bug 1804149] Re: Kernel panic, Oops: 0004 ilc:3 [#1] SMP, iscsi_q_20 iscsi_xmitworker [libiscsi]

2020-01-13 Thread Frank Heimes
@finnegan thanks for the feedback - closing this ticket according to
comment #24.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: ubuntu-z-systems
   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/1804149

Title:
  Kernel panic,Oops: 0004 ilc:3 [#1] SMP,  iscsi_q_20 iscsi_xmitworker
  [libiscsi]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1804149/+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-01-13 Thread hugh chao
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
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 1859559] [NEW] ubuntu installer crash at grub uefi Partition

2020-01-13 Thread depace shrestha
Public bug reported:

I have created the efi partiton and swap partition and root partition to
install the ubuntu but also while installing the ubuntu at grub it fails
any solution please?

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15
Uname: Linux 5.0.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CasperVersion: 1.394
Date: Tue Jan 14 16:05:49 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.12 ubuntu

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

Title:
  ubuntu installer crash at grub uefi Partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1859559/+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-01-13 Thread hugh chao
tried gnome-control-center 1:3.28.2-0ubuntu0.18.04.6 in a LG Thin
Client[0], can fix this issue

[0] https://www.lg.com/global/business/monitor/monitor-products/lg-
CK500W

-- 
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 1853584] Re: [SRU]Not able to adjust Audio input UI volume after connecting headset

2020-01-13 Thread hugh chao
tried gnome-control-center 1:3.28.2-0ubuntu0.18.04.6 in a hp Small Form
Factor PC[0], can fix this issue

[0] https://www8.hp.com/us/en/desktops/product-details/21353680

-- 
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 1388808] Re: Request for new language packages for Kurdish Sorani (ckb)

2020-01-13 Thread Bug Watch Updater
** Changed in: glibc
   Status: Incomplete => 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/1388808

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1859538] Re: Harrison Peak wifi / BT support

2020-01-13 Thread quanxian
we have tested in TGL-Y/CML-U in 19.10, wifi works well (HrP2). no code
need change, firmware use latest will be fine.

so close it as won't fix.

** Changed in: intel
   Status: New => Won't Fix

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

Title:
  Harrison Peak  wifi / BT support

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

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

[Bug 1858534] Re: disco/linux-azure: 5.0.0-1029.31 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858547
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
  phase: Holding before Promote to Proposed
  phase-changed: Tuesday, 14. January 2020 04:21 UTC
  reason:
-   promote-to-proposed: Pending -- builds not complete in ppa 
main:building,meta:queued,signed:depwait
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
main:building,signed:depwait
  trackers:
bionic/linux-azure: bug 1858533
  variant: debs

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

Title:
  disco/linux-azure: 5.0.0-1029.31 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858534/+subscriptions

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Your locale also resorted all the ASCII letters to make upper case
letters come first.

I.e.

A
a

instead of

a
A

Lower case first is what comes from

copy "iso14651_t1"

When using CLDR for sorting, one can use an option
[caseFirst upper], see for example:

https://github.com/unicode-org/cldr/blob/master/common/collation/da.xml

glibc has no easy option to do that at the moment.

It is *possible* do sort A-Za-z differently in your locale *but*
if you do that you will get a weird order for all Latin characters you forget.
I.e. if you do not include äÄ in your sort order as well, they would still sort 
lower case first. It is a lot of work to do this correctly for *all* Latin 
characters without a convenient option like CLDR’s [caseFirst upper],
I would recommend not doing that if it is not absolutely required.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
> thanks to your suggestions and notice. You are right with sorting (aA) as
> well with Numbers, this should be modified.

So sorting

a
A

and

0
٠
1
١
...

is OK? I hope so ...

> The kurdish alphabet order is:

To achieve that order, this is enough:

   copy "iso14651_t1"
   
   reorder-after  % ر
% ڕ
   
   reorder-after  % ن
% و
% ۆ

I added the test file ckb_IQ.UTF-8.in in my patch, this file is sorted
using the rules of my patched ckb_IQ locale, the sorted result should
be the same as the original file, otherwise the test fails.

As the test passes, the above collation rules work and achieve the
order as in the ckb_IQ.UTF-8.in test file.

I’ll paste this test file here again for your easy refererence:

0
٠
1
١
2
٢
3
٣
4
٤
5
٥
6
٦
7
٧
8
٨
9
٩
a
A
b
B
c
C
d
D
e
E
f
F
g
G
h
H
i
I
j
J
k
K
l
L
m
M
n
N
o
O
p
P
q
Q
r
R
s
S
t
T
u
U
v
V
w
W
x
X
y
Y
z
Z
ئ
ا
ب
پ
ت
ج
چ
ح
خ
د
ر
ڕ
ز
ژ
س
ش
ع
غ
ف
ڤ
ق
ک
گ
ل
ڵ
م
ن
و
ۆ
ه
ە
ی
ێ

Other characters not in this test file are sorted according to the
defaults from

copy "iso14651_t1"

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Jwtiyar Nariman
thank you mike you is really appreciated i have pointed all my answers
according to your question and suggestion to our locale as follow:

1. For positive sign and negative i agree with you let it be + and - .
2. For regular expression i didn't know how to type it in my language hope to 
hekp me solve this.
we have "ب" for Y in English and "ن" for N in English .
3.You right we type Iraq in Kurdish(Sorani) now changed.
4.We have Kurdish alphabet as Aras Noori wrote before my reply and i look at 
iso14651_t1 now all characters which is used in Kurdish are exist, these 
characters that you did add them are from Arabic language not Kurdish.

Can you send the .dat file with your last changes?

Best Regards

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Jwtiyar Nariman
Thank you mike you your help is really appreciated
I have pointed all my answers according to your question and suggestion to our 
locale as follow:

1. For positive sign and negative i agree with you let it be + and - .
2. For regular expression i didn't know how to type it in my language hope to 
hekp me solve this.
we have "ب" for Y in English and "ن" for N in English .
3.You right we type Iraq in Kurdish(Sorani) now changed.
4.We have Kurdish alphabet as Aras Noori wrote before my reply and i look at 
iso14651_t1 now all characters which is used in Kurdish are exist, these 
characters that you did add them are from Arabic language not Kurdish.

Can you send the .dat file with your last changes?

Best Regards

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
LC_ADDRESS
 postal_fmt  "%z%c%T%s%b%e%r"
-country_name "Iraq"
  
-country_ab2 ""   
  
-country_ab3 ""
  
-country_post ""   
  
+country_name "" 
  
+country_ab2 "IQ"   
  
+country_ab3 "IRQ"  
  
+country_post "IRQ" 
  
 country_num 368
-country_car ""   
  
+country_car "IQ"   
  
+lang_name   " 
https://bugs.launchpad.net/bugs/1388808

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Created attachment 12194
ckb_IQ


> Can you send the .dat file with your last changes?

Here is the latest file with the changes I made.
I just added the + as the positive_sign.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
I rewrote the LC_COLLATE section to contain only the absolutely
necessary stuff. Now it looks like this:

   LC_COLLATE
   % The Kurdish Sorani, Bahdini, and others dialects is mainly written using a 
modified (Arabic-based alphabet) with 33 letters. 
   % Unlike the regular Arabic alphabet, which is an abjad, kurdish is an 
alphabet in which vowels are mandatory, making the script easy to read.
   %
   % The kurdish alphabet order is:
   % in Latin: a, b, c, ç, d, e, ê, f, g, h, i, î, j, k, l, ll, m, n, o, p, q, 
r, rr, s, sh, t, u, uu, v, w, x, y, z
   % vowels: A, E, I, O, U, UU
   %
   
   % Copy the template from ISO/IEC 14651
   copy "iso14651_t1"
   
   reorder-after  % ر
% ڕ
   
   reorder-after  % ن
% و
% ۆ
   
   END LC_COLLATE

I.e. this sorts U+0695, U+0648, and U+06C6 differently from the default
sort order.

The default sort order comes from

copy "iso14651_t1"

You use this line to copy the default sort order and then add changes
needed for your language.

According to what you wrote in your locale, the 3 characters U+0695, U+0648, 
and U+06C6 sort
differently than the default sort order for Arabic characters, all the reset 
sort the same
as in the default sort order.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
If you do *not* use

   copy "iso14651_t1"

this is bad because then almost all Unicode characters which you do not
cover by your own sort order will sort incorrectly. You want a
reasonable default and apply the changes for your language to that
default.

Of course your locale should sort Kurdish Sorani correctly, but it
should not sort other characters (Cyrillic, Devanagari, ... whatever)
completely silly.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Created attachment 12196
0002-Fix-ckb_IQ-Add-ckb_IQ-to-SUPPORTED-file-Add-ckb_IQ.U.patch

Updated patch.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Your locale also sorted many control characters and ASCII punctuation
characters.

I think there is no reason to deviate from the default for these
characters, therefore I removed them.

If you have a good reason why some of these need to be sorted
differently for Kurdish, please tell me.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
LC_MESSAGES
-yesexpr  ""
  
-noexpr   "" 
  
+yesexpr  "^[+1yY]"  
  
+noexpr   "^[-0nN]"  
  
 yesstr   ""
 nostr""
 END LC_MESSAGES


"yesstr" and "nostr" are the words for "yes" and "no" in your language.

"yesexpr" should *not* be the same as "yesstr".

"yesexpr" should be a regular expression matching single letters
which could be typed as the response for "yes" when you get a prompt asking 
something like:

"Do you want ...? (y/n)"

and when you type "y" in English, this means yes.

In *all* glibc locales we include +1yY to the "yesexpr" as long as this does 
not conflict with the language of that locale.
If "y" would suggest "no" in that language we can not add it to "yesexpr" but 
in all other cases we add it.

Similar ofr "noexpr".

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Jwtiyar Nariman
(In reply to Mike FABIAN from comment #57)
> > thanks to your suggestions and notice. You are right with sorting (aA) as
> > well with Numbers, this should be modified.
> 
> So sorting
> 
> a
> A
> 
> and
> 
> 0
> ٠
> 1
> ١
> ...
> 
> is OK? I hope so ...
> 
> > The kurdish alphabet order is:
> 
> To achieve that order, this is enough:
> 
>copy "iso14651_t1"
>
>reorder-after  % ر
> % ڕ
>
>reorder-after  % ن
> % و
> % ۆ
> 
> I added the test file ckb_IQ.UTF-8.in in my patch, this file is sorted
> using the rules of my patched ckb_IQ locale, the sorted result should
> be the same as the original file, otherwise the test fails.
> 
> As the test passes, the above collation rules work and achieve the
> order as in the ckb_IQ.UTF-8.in test file.
> 
> I’ll paste this test file here again for your easy refererence:
> 
> 0
> ٠
> 1
> ١
> 2
> ٢
> 3
> ٣
> 4
> ٤
> 5
> ٥
> 6
> ٦
> 7
> ٧
> 8
> ٨
> 9
> ٩
> a
> A
> b
> B
> c
> C
> d
> D
> e
> E
> f
> F
> g
> G
> h
> H
> i
> I
> j
> J
> k
> K
> l
> L
> m
> M
> n
> N
> o
> O
> p
> P
> q
> Q
> r
> R
> s
> S
> t
> T
> u
> U
> v
> V
> w
> W
> x
> X
> y
> Y
> z
> Z
> ئ
> ا
> ب
> پ
> ت
> ج
> چ
> ح
> خ
> د
> ر
> ڕ
> ز
> ژ
> س
> ش
> ع
> غ
> ف
> ڤ
> ق
> ک
> گ
> ل
> ڵ
> م
> ن
> و
> ۆ
> ه
> ە
> ی
> ێ
> 
> Other characters not in this test file are sorted according to the defaults
> from
> 
> copy "iso14651_t1"

Sorting is good now, but adding these 
  reorder-after  % ر
> % ڕ
>
>reorder-after  % ن
> % و
> % ۆ 
iam not understanding because for example this "   % ڕ   " how you order 
it?

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Your locale sorted the Kurdish numbers at the top, i.e. before the
Western numbers. The default order (as you can see in the ckb_IQ.UTF-8.in 
sorting test file in my patch) sorts these in between the Western numbers. Like 
this:

0
٠
1
١
2
٢
3
٣
4
٤
5
٥
6
٦
7
٧
8
٨
9
٩

That is reasonably good, isn’t it?

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
You have

 IGNORE

in your sort order.

U+0640 ARABIC TATWEEL

Why IGNORE?

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Created attachment 12195
0001-Add-ckb_IQ-locale.patch

Updated patch.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Created attachment 12192
0001-Add-ckb_IQ-locale.patch

That is your original locale file as a patch

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Aras
(In reply to Mike FABIAN from comment #53)
> Your locale also resorted all the ASCII letters to make upper case letters
> come first. 
> 
> I.e. 
> 
> A
> a
> 
> instead of 
> 
> a
> A
> 
> Lower case first is what comes from 
> 
> copy "iso14651_t1"
> 
> When using CLDR for sorting, one can use an option
> [caseFirst upper], see for example:
> 
> https://github.com/unicode-org/cldr/blob/master/common/collation/da.xml
> 
> glibc has no easy option to do that at the moment.
> 
> It is *possible* do sort A-Za-z differently in your locale *but*
> if you do that you will get a weird order for all Latin characters you
> forget.
> I.e. if you do not include äÄ in your sort order as well, they would still
> sort 
> lower case first. It is a lot of work to do this correctly for *all* Latin
> characters without a convenient option like CLDR’s [caseFirst upper],
> I would recommend not doing that if it is not absolutely required.


Hello Fabian,
thanks to your suggestions and notice. You are right with sorting (aA) as well 
with Numbers, this should be modified.
The kurdish alphabet order is:


ئ
U+0626

ا
U+0627

ب
U+0628

پ
U+067E

ت
U+062A

ج
U+062C

چ
U+0686

ح
U+062D

خ
U+062E

د
U+062F

ر
U+0631

ڕ
U+0695

ز
U+0632

ژ
U+0698

س
U+0633

ش
U+0634

ع
U+0639

غ
U+063A

ف
U+0641

ڤ
U+06A4

ق

U+0642

ک
U+06A9

گ
U+06AF
ل
U+0644
ڵ
U+06B5
م
U+0645
ن
U+0646
و
U+0648
ۆ
U+06C6
ھ
U+0647
ە
U+06D5
ی
U+06CC
ێ
U+06CE

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
(In reply to Jwtiyar Nariman from comment #62)

> > Other characters not in this test file are sorted according to the defaults
> > from
> > 
> > copy "iso14651_t1"
> 
> Sorting is good now, but adding these 
>   reorder-after  % ر
> > % ڕ
> >
> >reorder-after  % ن
> > % و
> > % ۆ 
> iam not understanding because for example this "   % ڕ   " how you
> order it?

copy "iso14651_t1"

contains

copy "iso14651_t1_common"

and some modifications which affect only Chinese and Japanese.

So we look into the iso14651_t1_common file to see what the default sort
order is.

We find for example:

...
 % ARABIC LETTER REH
 % ARABIC LETTER ZAIN
 % ARABIC LETTER RREH
 % ARABIC LETTER REH WITH SMALL V
 % ARABIC LETTER REH WITH RING
 % ARABIC LETTER REH WITH DOT BELOW
 % ARABIC LETTER REH WITH SMALL V BELOW
 % ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE
...

Looking at this you see that ڕ U+0695 ARABIC LETTER REH WITH SMALL V BELOW
is sorted right after ڔ U+0694 ARABIC LETTER REH WITH DOT BELOW by default.
That is not what you want for Kurdish. For Kurdish, you want
ڕ U+0695 ARABIC LETTER REH WITH SMALL V BELOW to be sorted right after
ر U+0631 ARABIC LETTER REH.

This is achieved by the rule:

reorder-after  % ر
 % ڕ

Which removes U+0695 from its default position in the sort order
and inserts it again after U+0631.

reorder-after  % ن
 % و
 % ۆ

does a similar thing to change the sorting of U+0648 and U+06C6.

To find out which of these rules I need, I created the ckb_IQ.UTF-8.in
test file first and wrote the Kurdish characters in the order you wanted
into that file.

Then I ran a test sort using a ckb_IQ locale which had *only*

LC_COLLATE
copy "iso14651_t1"
END LC_COLLATE

and *nothing* else.

The test sort showed that only U+0695, U+0648, and U+06C6 were sorted 
incorrectly.
All other characters from your list of Kurdish characters were sorted correctly
already. So I needed only to add rules to fix the sort order for these 3 
characters.

You can see the same by just reading the iso14651_t1_common and find out which
of the Kurdish characters are already in the correct order in that file and 
which are not.
You have to do nothing for the characters which are already in correct order.
For the characters which are in a wrong position in iso14651_t1_common, you add
rules like

reorder-after <... collating-symbol after which to reorder ...>
<... the collating-symbol which should be reordered ...>

I found writing the test file and checking which characters are sorted
wrongly by default easier than staring at iso14651_t1_common.  And it
is a good idea to have the test file anyway to make sure that the
Kurdish sort order always stays correct when something is changed in
glibc. If we have the test file, we will notice when some change causes a 
problem.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
(In reply to Jwtiyar Nariman from comment #56)
> Thank you mike you your help is really appreciated
> I have pointed all my answers according to your question and suggestion to
> our locale as follow:
> 
> 1. For positive sign and negative i agree with you let it be + and - .

Your original locale had the positive sign empty.
Probably a mistake. So I’ll make it + now.

> 2. For regular expression i didn't know how to type it in my language hope
> to hekp me solve this.
> we have "ب" for Y in English and "ن" for N in English .

That is what I used:

yesexpr  "^[+1yY]"
noexpr   "^[-0nN]"

So these regular expressions except +, 1, y, Y, and ب as a yes answer.
And -, 0, n, N, and ن as a no answer.

> 3.You right we type Iraq in Kurdish(Sorani) now changed.
> 4.We have Kurdish alphabet as Aras Noori wrote before my reply and i look at
> iso14651_t1 now all characters which is used in Kurdish are exist, these
> characters that you did add them are from Arabic language not Kurdish.

I don’t understand. Most of these characters are used both in Arabic
*and* Kurdish.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
Created attachment 12193
0002-Fix-ckb_IQ-Add-ckb_IQ-to-SUPPORTED-file-Add-ckb_IQ.U.patch

My suggested changes.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
%
%
% Other control characters etc. upto order_end
%

Why do you sort control characters? These have nothing to do with 
the Kurdish Sorani language.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Jwtiyar Nariman
Created attachment 12190
attachment-64689-0.html

What we do now dear mike?


On Wed, Jan 8, 2020, 20:35 maiku.fabian at gmail dot com <
sourceware-bugzi...@sourceware.org> wrote:

> https://sourceware.org/bugzilla/show_bug.cgi?id=9809
>
> --- Comment #39 from Mike FABIAN  ---
> > LC_COLLATE
> > % The Kurdish Sorani, Bahdini, and others dialects is mainly written
> using a modified (Arabic-based alphabet) with 33 letters.
> > % Unlike the regular Arabic alphabet, which is an abjad, kurdish is an
> alphabet in which vowels are mandatory, making the script easy to read.
> > %
> > % The kurdish alphabet order is:
> > % in Latin: a, b, c, ç, d, e, ê, f, g, h, i, î, j, k, l, ll, m, n, o, p,
> q, r, rr, s, sh, t, u, uu, v, w, x, y, z
> > % vowels: A, E, I, O, U, UU
> > %
> > % Copy the template from ISO/IEC 14651
> >
> > order_start forward; forward
> > %
> > % Kurdish numeric characters.
> > %
> >  
>
> You still did not base the collation on iso14651_t1.
>
> Your LC_COLLATE section should start like this:
>
> LC_COLLATE
> copy "iso14651_t1"
>
> and then you should only reorder the characters which are not correctly
> ordered already, i.e. you should only do modifications to the default
> collation order comming from "iso14651_t1", *not* write everything from
> scratch.
>
> I can try to help you with that and try to rewrite your LC_COLLATE.
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1388808]

2020-01-13 Thread Maiku-fabian
LC_MONETARY
   -int_curr_symbol   ""
 
   +int_curr_symbol   "IQD "
 
currency_symbol   ""
   -mon_decimal_point "" 
 
   -mon_thousands_sep "" 
 
   +mon_decimal_point "."   
 
   +mon_thousands_sep ","   
 
mon_grouping 3
positive_sign""
   -negative_sign""  
 
   +negative_sign"-"
 
int_frac_digits   3
frac_digits  3
p_cs_precedes1
   
For everything which is ASCII, it is allowed (and preferred) to write
the ASCII directly and not the code points.

I.e. it is better (because more readable) to write "-" instead of
"".

I hope in future this will be allowed also for non-ASCII characters,
at the moment it is only allowed for ASCII.

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

Title:
  Request for new language packages for Kurdish Sorani (ckb)

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

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

[Bug 1858533] Re: bionic/linux-azure: -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: New => Confirmed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858534
  packages:
lrm: linux-restricted-modules-azure
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Holding before Packaging
- phase-changed: Tuesday, 07. January 2020 02:11 UTC
+ phase: Ready for Packaging
+ phase-changed: Tuesday, 14. January 2020 04:22 UTC
  reason:
-   prepare-package: Holding -- waiting for master bug
+   prepare-package: Pending -- version not specified
  trackers:
bionic/linux-azure/azure-kernel: bug 1858532
  variant: debs

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

Title:
  bionic/linux-azure:  -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858533/+subscriptions

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

[Bug 1858542] Re: bionic/linux-oracle-5.0: 5.0.0-1010.15~18.04.1 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858543
  packages:
lrm: linux-restricted-modules-oracle-5.0
main: linux-oracle-5.0
meta: linux-meta-oracle-5.0
signed: linux-signed-oracle-5.0
- phase: Packaging
- phase-changed: Monday, 13. January 2020 16:39 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Tuesday, 14. January 2020 04:22 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-lrm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,meta:depwait,signed:depwait
  variant: debs

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

Title:
  bionic/linux-oracle-5.0: 5.0.0-1010.15~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858542/+subscriptions

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

[Bug 1858534] Re: disco/linux-azure: 5.0.0-1029.31 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858547
  packages:
main: linux-azure
meta: linux-meta-azure
signed: linux-signed-azure
- phase: Packaging
- phase-changed: Monday, 13. January 2020 16:36 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Tuesday, 14. January 2020 04:21 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
-   prepare-package-signed: Pending -- package not yet uploaded
+   promote-to-proposed: Pending -- builds not complete in ppa 
main:building,meta:queued,signed:depwait
  trackers:
bionic/linux-azure: bug 1858533
  variant: debs

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

Title:
  disco/linux-azure: 5.0.0-1029.31 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858534/+subscriptions

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

[Bug 1859429] Re: Boot took much longer with repeated error message PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID)

2020-01-13 Thread Kai-Heng Feng
Did prevision kernel have normal boot time?

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

Title:
  Boot took much longer with repeated error message PCIe Bus Error:
  severity=Corrected, type=Data Link Layer, (Transmitter ID)

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

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

[Bug 1159961] Re: Guake vague command line arguments

2020-01-13 Thread Launchpad Bug Tracker
[Expired for guake (Ubuntu) because there has been no activity for 60
days.]

** Changed in: guake (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Guake vague command line arguments

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

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

[Bug 1019293] Re: "gpg: can't handle text lines longer than 19995 characters" error when backing up

2020-01-13 Thread Launchpad Bug Tracker
[Expired for deja-dup (Ubuntu) because there has been no activity for 60
days.]

** Changed in: deja-dup (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  "gpg: can't handle text lines longer than 19995 characters" error when
  backing up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1019293/+subscriptions

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

[Bug 1081719] Re: Text going outside the edge of the screen

2020-01-13 Thread Launchpad Bug Tracker
[Expired for guake (Ubuntu) because there has been no activity for 60
days.]

** Changed in: guake (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Text going outside the edge of the screen

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

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

[Bug 1851307] Re: package libmspack0:i386 0.5-1ubuntu0.16.04.4 failed to install/upgrade: package libmspack0:i386 is already installed and configured

2020-01-13 Thread Launchpad Bug Tracker
[Expired for libmspack (Ubuntu) because there has been no activity for
60 days.]

** Changed in: libmspack (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package libmspack0:i386 0.5-1ubuntu0.16.04.4 failed to
  install/upgrade: package libmspack0:i386 is already installed and
  configured

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

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

[Bug 1740238] Re: 'operation already pending' error when drive gets available, manual start required

2020-01-13 Thread Launchpad Bug Tracker
[Expired for deja-dup (Ubuntu) because there has been no activity for 60
days.]

** Changed in: deja-dup (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  'operation already pending' error when drive gets available, manual
  start required

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1740238/+subscriptions

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

[Bug 1851741] Re: Unable to lock ./ibdata1 error: 11 (Resource temporarily unavailable) when upgrading from 19.04 to 19.10

2020-01-13 Thread Launchpad Bug Tracker
[Expired for mysql-8.0 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Unable to lock ./ibdata1 error: 11 (Resource temporarily unavailable)
  when upgrading from 19.04 to 19.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1851741/+subscriptions

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

[Bug 1848956] Re: When installing the system and rebooting the kernel panic message

2020-01-13 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  When installing the system and rebooting the kernel panic message

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

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

[Bug 1848279] Re: Nautilus GUI does not work

2020-01-13 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Nautilus GUI does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1848279/+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-01-13 Thread hugh chao
tried gnome-control-center 1:3.28.2-0ubuntu0.18.04.6 in a hp desktop
mini machine[0], can fix this issue

[0] http://h20195.www2.hp.com/v2/GetDocument.aspx?docname=c06339658

-- 
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 1859555] [NEW] Calculator does not work in GNOME activities search

2020-01-13 Thread Alexandre Forte
Public bug reported:

Ubuntu release: 18.04.3
Package version: (deb) 1:3.28.2-1~ubuntu18.04.3


What was expected to happen: calculation results are displayed in activities 
search.
What happens instead: no results are displayed.

The bug started happening after the last update of the package. The
previous version worked properly.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-calculator 1:3.28.2-1~ubuntu18.04.3
ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Jan 14 00:58:57 2020
InstallationDate: Installed on 2019-10-15 (91 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-calculator
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-calculator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic third-party-packages

** Attachment added: "The results are not displayed"
   
https://bugs.launchpad.net/bugs/1859555/+attachment/5320016/+files/Captura%20de%20tela%20de%202020-01-14%2001-10-32.png

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

Title:
  Calculator does not work in GNOME activities search

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

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

[Bug 1859530] Re: DHCP cannot renew IP address with latest kernel

2020-01-13 Thread Kai-Heng Feng
Can you please test versions between 4.15.0-66 and 4.15.0-74?

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

Title:
  DHCP cannot renew IP address with latest kernel

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

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

[Bug 1859352] Re: Graphic driver (radeon) screen problem in kernels released after 2019-06-09

2020-01-13 Thread Kai-Heng Feng
Would it be possible for you to do a kernel bisection?

First, find the last -rc kernel works and the first -rc kernel doesn’t
work from http://kernel.ubuntu.com/~kernel-ppa/mainline/

Then,
$ sudo apt build-dep linux
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ cd linux
$ git bisect start
$ git bisect good $(the working version you found)
$ git bisect bad $(the non-working version found)
$ make localmodconfig
$ make -j`nproc` deb-pkg
Install the newly built kernel, then reboot with it.
If it still have the same issue,
$ git bisect bad
Otherwise,
$ git bisect good
Repeat to "make -j`nproc` deb-pkg" until you find the offending commit.

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

Title:
  Graphic driver (radeon) screen problem in kernels released after
  2019-06-09

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

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

[Bug 1858530] Re: bionic/linux-aws-5.0: 5.0.0-1024.27~18.04.1 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-lrm
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  kernel-stable-master-bug: 1858531
  packages:
lrm: linux-restricted-modules-aws-5.0
main: linux-aws-5.0
meta: linux-meta-aws-5.0
- phase: Packaging
- phase-changed: Monday, 13. January 2020 16:37 UTC
+ phase: Holding before Promote to Proposed
+ phase-changed: Tuesday, 14. January 2020 03:36 UTC
  reason:
-   prepare-package: Pending -- package not yet uploaded
-   prepare-package-lrm: Pending -- package not yet uploaded
-   prepare-package-meta: Pending -- package not yet uploaded
+   promote-to-proposed: Ongoing -- builds not complete in ppa 
lrm:depwait,main:building,meta:depwait
  variant: debs

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

Title:
  bionic/linux-aws-5.0: 5.0.0-1024.27~18.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858530/+subscriptions

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

[Bug 1859521] Re: BUG: Bad page map in process ThreadPoolForeg pte:00000018 pmd:29337e067

2020-01-13 Thread Kai-Heng Feng
I can't find the error in attached dmesg.

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

Title:
  BUG: Bad page map in process ThreadPoolForeg  pte:0018
  pmd:29337e067

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

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

[Bug 1859028] Re: Touchpad not working after kernel upgrade

2020-01-13 Thread Kai-Heng Feng
Ok, so it's a regression not fixed in upstream kernel. What's the last
working kernel?

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

Title:
  Touchpad not working after kernel upgrade

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

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

[Bug 1857409] Re: alsa/sof: load different firmware on different platforms

2020-01-13 Thread Che Cheng
** Also affects: linux
   Importance: Undecided
   Status: New

** Project changed: linux => oem-priority

** Changed in: oem-priority
 Assignee: (unassigned) => Che Cheng (cktenn)

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

Title:
  alsa/sof: load different firmware on different platforms

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

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

[Bug 1859387] Re: intel/sof: update the intel sof firmware to v1.3-0f73628 for cml and cnl

2020-01-13 Thread Che Cheng
** Changed in: oem-priority
 Assignee: (unassigned) => Che Cheng (cktenn)

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

Title:
  intel/sof: update the intel sof firmware to v1.3-0f73628 for cml and
  cnl

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

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

[Bug 1859387] Re: intel/sof: update the intel sof firmware to v1.3-0f73628 for cml and cnl

2020-01-13 Thread Alex Tu
** Also affects: oem-priority
   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/1859387

Title:
  intel/sof: update the intel sof firmware to v1.3-0f73628 for cml and
  cnl

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

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

[Bug 1859532] Re: grub-efi-amd64-signed pkg failed, install into / target/. system will not boot

2020-01-13 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Bug reports are primarily about fixing problems so future users won't be
hit by the issue, where as support is more about fixing your current
issue.

This bug report can be converted to a question (which is aimed at
support). You can also find help with your problem in the support forum
of your local Ubuntu community http://loco.ubuntu.com/ or asking at
https://askubuntu.com or https://ubuntuforums.org, or for more support
options please look at https://discourse.ubuntu.com/t/community-
support/709

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

Title:
  grub-efi-amd64-signed pkg failed, install into  / target/.   system
  will not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1859532/+subscriptions

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

[Bug 1859415] Re: "pstore: crypto_comp_decompress failed" found in Power9 boot dmesg with Eoan kernel

2020-01-13 Thread Po-Hsu Lin
Issue found in disco as well:
$ grep crypto_comp_ /var/log/syslog
Jan 14 02:35:58 baltar kernel: [7.056147] pstore: crypto_comp_decompress 
failed, ret = -22!
$ uname -a
Linux baltar 5.0.0-39-generic #43-Ubuntu SMP Thu Jan 9 13:37:59 UTC 2020 
ppc64le ppc64le ppc64le GNU/Linux


** Also affects: linux (Ubuntu Disco)
   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/1859415

Title:
  "pstore: crypto_comp_decompress failed" found in Power9 boot dmesg
  with Eoan kernel

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

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

[Bug 1819779] Re: Stick to the 3.30 serie still?

2020-01-13 Thread Robert Ancell
I'm working on rebasing on the Debian 3.34 version.

** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  Stick to the 3.30 serie still?

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

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

[Bug 1859545] [NEW] Sticky keys repeat indefinitely unless if pressed again

2020-01-13 Thread Leonardo Müller
Public bug reported:

It was noticed that, when using QEMU, keys pressed when using the guest
can get stuck and repeat indefinitely. To undo that, the particular key
has to be pressed again. While what is the key currently stuck can be
obvious when it is a letter or number, Ctrl or even Enter can get stuck,
which can lead to confirming doing dangerous actions in the guests
(think replacing multiple files with a GUI file manager).

A command as simple as:

qemu-system-x86_64 -accel kvm -m 1536 -vga qxl -cdrom xubuntu-18.04.3
-desktop-amd64.iso

Is triggering the bug. I tried using the workaround using -device usb-
kbd but that didn't solve. It's currently being hard to use QEMU due to
this bug.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: qemu-system-x86 1:4.0+dfsg-0ubuntu10
ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
Uname: Linux 5.4.0-9-generic x86_64
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Jan 13 23:38:56 2020
InstallationDate: Installed on 2017-06-13 (944 days ago)
InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
KvmCmdLine:
 COMMAND STAT  EUID  RUID PIDPPID %CPU COMMAND
 qemu-system-x86 Sl+  0 0   33485   33480 22.7 qemu-system-x86_64 
-accel kvm -m 1536 -cpu Skylake-Client -device nec-usb-xhci -device 
usb-host,id=cruzerblade,vendorid=0x0781,productid=0x5567 -bios 
/usr/share/ovmf/OVMF.fd -vga qxl -cdrom 
/home/usuario/Sistemas/xubuntu-18.04.3-desktop-amd64.iso -device usb-kbd
 kvm-nx-lpage-re S0 0   33490   2  0.0 [kvm-nx-lpage-re]
 kvm-pit/33485   S0 0   33494   2  0.0 [kvm-pit/33485]
MachineType: LENOVO 80UG
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=6b4ae5c0-c78c-49a6-a1ba-029192618a7a ro quiet ro kvm.ignore_msrs=1 
kvm.report_ignored_msrs=0 kvm.halt_poll_ns=0 kvm.halt_poll_ns_grow=0 
i915.enable_gvt=1 i915.fastboot=1 
resume=UUID=a82e38a0-8d20-49dd-9cbd-de7216b589fc log_buf_len=16M 
usbhid.quirks=0x0079:0x0006:0x10 config_scsi_mq_default=y 
scsi_mod.use_blk_mq=1 mtrr_gran_size=64M mtrr_chunk_size=64M nbd.nbds_max=2 
nbd.max_part=63
SourcePackage: qemu
UpgradeStatus: Upgraded to focal on 2019-12-22 (22 days ago)
dmi.bios.date: 08/09/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: 0XCN45WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: Toronto 4A2
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40679 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 310-14ISK
dmi.modalias: 
dmi:bvnLENOVO:bvr0XCN45WW:bd08/09/2018:svnLENOVO:pn80UG:pvrLenovoideapad310-14ISK:rvnLENOVO:rnToronto4A2:rvrSDK0J40679WIN:cvnLENOVO:ct10:cvrLenovoideapad310-14ISK:
dmi.product.family: IDEAPAD
dmi.product.name: 80UG
dmi.product.sku: LENOVO_MT_80UG_BU_idea_FM_Lenovo ideapad 310-14ISK
dmi.product.version: Lenovo ideapad 310-14ISK
dmi.sys.vendor: LENOVO
mtime.conffile..etc.apport.crashdb.conf: 2019-08-29T08:39:36.787240

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


** Tags: amd64 apport-bug focal

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

Title:
  Sticky keys repeat indefinitely unless if pressed again

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

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

[Bug 1859260] Re: Cant go back to primary monitor when app indicator menu is open

2020-01-13 Thread Sidney Lins
Done. https://gitlab.gnome.org/GNOME/gnome-shell/issues/2108

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/issues #2108
   https://gitlab.gnome.org/GNOME/gnome-shell/issues/2108

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

Title:
  Cant go back to primary monitor when app indicator menu is open

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

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

[Bug 1859390] Re: Blurred texts, icons and character typed on login screen after logout or switching user

2020-01-13 Thread Sidney Lins
** Summary changed:

- Blurred texts, icons and character typed on login screen after logout
+ Blurred texts, icons and character typed on login screen after logout or 
switching user

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

Title:
  Blurred texts, icons and character typed on login screen after logout
  or switching user

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

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

[Bug 1841157] Re: have /usr/bin/oem-getlogs in apport to collect all in one logs

2020-01-13 Thread Yuan-Chen Cheng
add_hooks_info works, however, there seems certain limitation and
something out of current design scope.

For example, check source_xorg.py, there is code flow like:

if is_xorg_input_package(pkg):
  code a
else:
  code b

If I want to get log from code a and b, I need to use code like:

report.add_hooks_info(None, srcpackage='xserver-xorg-input-evdev')
report.add_hooks_info(None, srcpackage='xorg')

It does not really work because, the pkg will be "Unknown" because the
code get the source pkg from the report object, instead of srcpackage
parameter.

Even it works, other code the collect log will run twice, and the will
make the code run longer.

(Given we potentially want to add lots of packages, the duplicate log
collected will increase.)

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

Title:
  have /usr/bin/oem-getlogs in apport to collect all in one logs

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

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

[Bug 1859538] Re: Harrison Peak wifi / BT support

2020-01-13 Thread Alex Tu
** Also affects: oem-priority
   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/1859538

Title:
  Harrison Peak  wifi / BT support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1859538/+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-01-13 Thread hugh chao
tried gnome-control-center 1:3.28.2-0ubuntu0.18.04.6 in a built-in
speaker/microphone laptop[0], still works well, didn't find any
Regression potential.

[0] https://support.hp.com/ro-en/document/c05994943

-- 
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 1857022] Re: gtk3-nocsd preloads a setuid library

2020-01-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gtk3-nocsd (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/1857022

Title:
  gtk3-nocsd preloads a setuid library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk3-nocsd/+bug/1857022/+subscriptions

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

[Bug 1859538] Re: Harrison Peak wifi / BT support

2020-01-13 Thread Anthony Wong
** 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/1859538

Title:
  Harrison Peak  wifi / BT support

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

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

[Bug 1859380] Re: Sleep doesn't work on my ThinkPad X1 Yoga with Kubuntu 20.04

2020-01-13 Thread Jonas Gamao
** Summary changed:

- Sleep doesn't work well on Kubuntu 20.04
+ Sleep doesn't work on my ThinkPad X1 Yoga with Kubuntu 20.04

** Tags added: suspend-resume

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

Title:
  Sleep doesn't work on my ThinkPad X1 Yoga with Kubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1859380/+subscriptions

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

[Bug 1859538] Missing required logs.

2020-01-13 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1859538

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Tags added: focal

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

Title:
  Harrison Peak  wifi / BT support

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

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

[Bug 1858529] Re: disco/linux-raspi2: 5.0.0-1025.26 -proposed tracker

2020-01-13 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-disco

** Tags added: block-proposed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1858547
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
- phase: Holding before Promote to Proposed
- phase-changed: Monday, 13. January 2020 23:01 UTC
+ phase: Ready for Promote to Proposed
+ phase-changed: Tuesday, 14. January 2020 01:51 UTC
  reason:
-   promote-to-proposed: Ongoing -- builds not complete in ppa main:building
+   promote-to-proposed: Pending -- ready for review
  variant: debs

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

Title:
  disco/linux-raspi2: 5.0.0-1025.26 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1858529/+subscriptions

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

[Bug 1859477] Re: FTBFS in focal due to missing python-defer

2020-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package aptdaemon - 1.1.1+bzr982-0ubuntu30

---
aptdaemon (1.1.1+bzr982-0ubuntu30) focal; urgency=medium

  * Port to debhelper 12

 -- Julian Andres Klode   Mon, 13 Jan 2020 16:25:52
+0100

** Changed in: aptdaemon (Ubuntu)
   Status: New => 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/1859477

Title:
  FTBFS in focal due to missing python-defer

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

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

[Bug 1856248] Re: Spamassassin needs updated to reflect security fixes

2020-01-13 Thread chris pollock
Got it Seth, thanks for the explanation.

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

Title:
  Spamassassin needs updated to reflect security fixes

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

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

  1   2   3   4   5   6   7   >