[Bug 1857320] [NEW] openstack limits show --absolute --project does not work correctly for volumes and security groups

2019-12-23 Thread Shatadru Bandyopadhyay
Public bug reported:

openstack limits show --absolute --project   does not work 
correctly for volumes and security groups


if I source admin credential even if I use `openstack limits show
--absolute --project   ` it shows details for admin project
for volumes and security groups.


OS_REGION_NAME=regionOne
OS_USER_DOMAIN_NAME=Default
OS_IMAGE_API_VERSION=2
OS_PROJECT_NAME=admin
OS_IDENTITY_API_VERSION=3
OS_PASSWORD=
OS_AUTH_TYPE=password
PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} [\u@\h \W]\$ 
OS_AUTH_URL=http://192.168.100.7:5000//v3
OS_USERNAME=admin
OS_VOLUME_API_VERSION=3
OS_NO_CACHE=True
OS_CLOUDNAME=overcloud
OS_PROJECT_DOMAIN_NAME=Default

admin limits :
openstack limits show  --absolute
None
+--+---+
| Name | Value |
+--+---+
| maxServerMeta|   128 |
| maxTotalInstances|10 |
| maxPersonality   | 5 |
| totalServerGroupsUsed| 0 |
| maxImageMeta |   128 |
| maxPersonalitySize   | 10240 |
| maxTotalRAMSize  | 51200 |
| maxServerGroups  |10 |
| maxSecurityGroupRules|20 |
| maxTotalKeypairs |   100 |
| totalCoresUsed   | 4 |
| totalRAMUsed |  4096 |
| maxSecurityGroups|10 |
| totalFloatingIpsUsed | 0 |
| totalInstancesUsed   | 2 |
| maxServerGroupMembers|10 |
| maxTotalFloatingIps  |10 |
| totalSecurityGroupsUsed  | 1 |
| maxTotalCores|20 |
| totalSnapshotsUsed   | 0 |
| maxTotalBackups  |10 |
| maxTotalVolumeGigabytes  |  1000 |
| maxTotalSnapshots|10 |
| maxTotalBackupGigabytes  |  1000 |
| totalBackupGigabytesUsed | 0 |
| maxTotalVolumes  |10 |
| totalVolumesUsed | 3 |
| totalBackupsUsed | 0 |
| totalGigabytesUsed   | 3 |
+--+---+


test project limits :

(overcloud-test-project) [stack@shatadru-osp13-director ~]$ source test-user.rc 
(overcloud-test-project) [stack@shatadru-osp13-director ~]$ env|grep -i OS_
OS_REGION_NAME=regionOne
OS_USER_DOMAIN_NAME=Default
OS_IMAGE_API_VERSION=2
OS_PROJECT_NAME=test-project
OS_IDENTITY_API_VERSION=3
OS_PASSWORD=xx
OS_AUTH_TYPE=password
PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} [\u@\h \W]\$ 
OS_AUTH_URL=http://192.168.100.7:5000//v3
OS_USERNAME=test-user
OS_VOLUME_API_VERSION=3
OS_NO_CACHE=True
OS_CLOUDNAME=overcloud-test-project
OS_PROJECT_DOMAIN_NAME=Default


This works too :
(overcloud-test-project) [stack@shatadru-osp13-director ~]$ openstack limits 
show  --absolute
None
+--+---+
| Name | Value |
+--+---+
| maxServerMeta|   128 |
| maxTotalInstances|10 |
| maxPersonality   | 5 |
| totalServerGroupsUsed| 0 |
| maxImageMeta |   128 |
| maxPersonalitySize   | 10240 |
| maxTotalRAMSize  | 51200 |
| maxServerGroups  |10 |
| maxSecurityGroupRules|20 |
| maxTotalKeypairs |   100 |
| totalCoresUsed   | 2 |
| totalRAMUsed |  2048 |
| maxSecurityGroups|10 |
| totalFloatingIpsUsed | 0 |
| totalInstancesUsed   | 1 |
| maxServerGroupMembers|10 |
| maxTotalFloatingIps  |10 |
| totalSecurityGroupsUsed  | 1 | <--
| maxTotalCores|20 |
| totalSnapshotsUsed   | 0 |
| maxTotalBackups  |10 |
| maxTotalVolumeGigabytes  |  1000 |
| maxTotalSnapshots|10 |
| maxTotalBackupGigabytes  |  1000 |
| totalBackupGigabytesUsed | 0 |
| maxTotalVolumes  |10 |
| totalVolumesUsed | 1 | <-- for this project(test-project) this is 
correct
| totalBackupsUsed | 0 |
| totalGigabytesUsed   | 1 |
+--+---+


But if I source admin credential and try to list details for specific project 
the details are incorrect 
~~~
openstack limits show --project 2f50689300a948ba912988a65f8a42f1 --absolute
+--+---+
| Name | Value |
+--+---+
| maxServerMeta|   128 |
| maxTotalInstances|10 |
| maxPersonality   | 5 |
| totalServerGroupsUsed| 0 |
| maxImageMeta |   128 |
| maxPersonalitySize   | 10240 |
| maxTotalRAMSize  | 51200 |
| maxServerGroups  |10 |
| maxSecurityGroupRules|20 |
| maxTotalKeypairs |   100 |
| totalCoresUsed   | 4 |
| totalRAMUsed |  4096 |
| maxSecurityGroups|10 |
| totalFloatingIpsUsed | 0 |
| totalInstancesUsed   | 2 |
| maxServerGroupMembers|10 |
| maxTotalFloatingIps  |10 |
| totalSecurityGroupsUsed  | 1 |
| maxTotalCores|20 |
| totalSnapshotsUsed   | 0 |
| maxTotalBackups  |10 

[Bug 1856516] Re: Excessive memory usage by gnome-shell in 19.10

2019-12-23 Thread Chris Halse Rogers
For comparison, I've run an GNOME-Shell-X11 session for 3577M/725M/99M
Virt/RSS/Shr after a comparable time period; this doesn't significantly
decrease after closing all the windows.

Although that's lower than the Wayland case, maybe it's starting to look
like it also has a slow leak?

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

Title:
  Excessive memory usage by gnome-shell in 19.10

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

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

[Bug 1856516] Re: Excessive memory usage by gnome-shell in 19.10

2019-12-23 Thread Daniel van Vugt
For the moment this bug is a place where we can discuss and find
possible causes. I expect there to be multiple.

So what we need first is some kind of test which is indicative of a leak
independent of the user. One that other people can reproduce and
automate. Not just /using/ the desktop in our own personal ways.

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

Title:
  Excessive memory usage by gnome-shell in 19.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1856516/+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

2019-12-23 Thread Yuan-Chen Cheng
for D-5 verification:

/var/cache/fwupdate is removed. Maybe that's because I install the
machine from the iso image, and do the upgrade without using it.

/var/lib/fwupdate have a empty file 'done' still left behind.
/boot/efi/EFI/ubuntu does have the fwupx64.efi left behind.

-- 
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 1848900] Re: [amdgpu] Blank display with Eoan Ermine live DVD on Ryzen 3 2200G

2019-12-23 Thread Pierre-Yves
Well well, I change my mind. It may bug a xfce bug see that everything
is Ok with 5.3.0-24-generic kernel and gnome, mate and cinnamon
interfaces. No more bug display

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

Title:
  [amdgpu] Blank display with Eoan Ermine live DVD on Ryzen 3 2200G

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

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

[Bug 1857227] Re: PulseAudio sound disappears on hdmi via stereo output

2019-12-23 Thread Rocinante
** Changed in: linux-raspi2 (Ubuntu)
   Status: Incomplete => New

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

Title:
  PulseAudio sound disappears on hdmi via stereo output

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

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

Re: [Bug 1850681] Re: TREKSTOR Primebook C11B touchpad and touchscreen not working

2019-12-23 Thread Frank Lettau
>
thanks a lot ! touchpad active after restart, no touchscreen, but that
would be of lesser importance. Thx again - Frank Lettau -

$ sudo apt install linux-generic-hwe-18.04-edge
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1850681
>
> Title:
>   TREKSTOR Primebook C11B touchpad and touchscreen not working
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   touchpad not working, only usb-mouse is recognized. touchscreen
> functionality not working, but that would be rather less important.
> Everything else is perfectly fine. (18.04 LTS)
>   TREKSTOR Primebook C11B
>
>   Thanks :-)
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: xorg 1:7.7+19ubuntu7.1
>   ProcVersionSignature: Ubuntu 5.0.0-32.34~18.04.2-generic 5.0.21
>   Uname: Linux 5.0.0-32-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.7
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Wed Oct 30 18:43:32 2019
>   DistUpgraded: Fresh install
>   DistroCodename: bionic
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: I just need to know a workaround
>   GraphicsCard:
>Intel Corporation Device [8086:5a85] (rev 0b) (prog-if 00 [VGA
> controller])
>  Subsystem: Intel Corporation Device [8086:2212]
>   InstallationDate: Installed on 2019-10-26 (4 days ago)
>   InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64
> (20190805)
>   MachineType: TREKSTOR Primebook C11B
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-32-generic
> root=UUID=efc3c4a6-eb3c-4dc1-8a8e-0f53d786817d ro quiet splash
> vt.handoff=1
>   SourcePackage: xorg
>   Symptom: display
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 05/03/2018
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: V2.1.2
>   dmi.board.asset.tag: Default string
>   dmi.board.name: Apollolake_alk_V01
>   dmi.board.vendor: TS_weibu
>   dmi.board.version: Default string
>   dmi.chassis.asset.tag: Default string
>   dmi.chassis.type: 31
>   dmi.chassis.version: Default string
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvrV2.1.2:bd05/03/2018:svnTREKSTOR:pnPrimebookC11B:pvrDefaultstring:rvnTS_weibu:rnApollolake_alk_V01:rvrDefaultstring:cvn:ct31:cvrDefaultstring:
>   dmi.product.family: Notebook
>   dmi.product.name: Primebook C11B
>   dmi.product.sku: CFALKWW03
>   dmi.product.version: Default string
>   dmi.sys.vendor: TREKSTOR
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.3
>   version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~18.04.3
>   version.xserver-xorg-core: xserver-xorg-core N/A
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850681/+subscriptions
>

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

Title:
  TREKSTOR Primebook C11B touchpad and touchscreen not working

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

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

[Bug 1796081] Re: dpkg frontend locking

2019-12-23 Thread Julian Andres Klode
The reason is fairly simple: If you kill apt/frontend, you still want
the running dpkg process to hold a lock. Sadly sharing the lock or
handing it around is not possible, hence approximation with a second
one.

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

Title:
  dpkg frontend locking

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

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

[Bug 1857328] [NEW] Thunar closes down when Rename -> Find and replace text. No error message. It just closes.

2019-12-23 Thread Liz
Public bug reported:

Ubuntu 19.10

thunar:
Installed: 1.8.9-1
Candidate: 1.8.9-1
Version table:
*** 1.8.9-1 500
500 http://es.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages   100 
/var/lib/dpkg/status


What I do:
I select several files.
I right click and choose "rename".
I "rename using a template".
This works perfectly.

I tick "Find and replace text".
About 1 time in 3 thunar simply closes. There is no error message or an offer 
to send a bug report. The application simply closes down completely.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: thunar 1.8.9-1
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 23 09:52:57 2019
InstallationDate: Installed on 2019-12-13 (10 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: thunar
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

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

Title:
  Thunar closes down when Rename -> Find and replace text. No error
  message. It just closes.

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

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

[Bug 1774002] Re: Dynamic inventory errors in 2.5.1

2019-12-23 Thread Lenin
** Changed in: ansible (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/1774002

Title:
  Dynamic inventory errors in 2.5.1

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

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

[Bug 1857227] Re: PulseAudio sound disappears on hdmi via stereo output

2019-12-23 Thread Rocinante
any ideas?

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

Title:
  PulseAudio sound disappears on hdmi via stereo output

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

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

[Bug 1857332] [NEW] using Intel Integrated Graphics

2019-12-23 Thread Davide Lonigro
Public bug reported:

Recently I experienced an issue with Intel Graphics (flickering screen
making GUI useless).

So I reinstalled Ubuntu in nomodeset mode, now I am not using HW
acceleration in fact. I would like to enable it again but where to
start?

Reading online I found multiple references to Intel vainfo etc. but
after installing the package no changes... I tried to comment out the
grub command line related to "nomodeset" but doing that ended up on a
flickering screen again.

I think that my Intel integrated chip is broken but before reaching this
verdict I'd like to try everything else.

Thanks for your support!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.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.9-0ubuntu7.9
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 23 10:33:53 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation 2nd Generation Core Processor Family Integrated 
Graphics Controller [8086:2003]
InstallationDate: Installed on 2019-12-22 (0 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic 
root=UUID=1e3fae88-3d3b-48c7-8a19-99bd9ee231f5 ro nomodeset quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/22/2011
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BLH6710H.86A.0146.2011.1222.1415
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DH67CL
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG10212-210
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBLH6710H.86A.0146.2011.1222.1415:bd12/22/2011:svn:pn:pvr:rvnIntelCorporation:rnDH67CL:rvrAAG10212-210:cvn:ct3:cvr:
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.100+git1912180630.c70bd7~oibaf~b
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0~git1912220730.2d971c~oibaf~b
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0~git1912220730.2d971c~oibaf~b
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


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

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

Title:
  using Intel Integrated Graphics

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

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

[Bug 1857211] Re: linphone fails to compile, does in debian

2019-12-23 Thread Dimitri John Ledkov
cmake was uploaded to fix it all

** Changed in: pango1.0 (Ubuntu)
   Status: New => Invalid

** Changed in: linphone (Ubuntu)
   Status: New => Invalid

** Changed in: harfbuzz (Ubuntu)
   Status: New => Invalid

** Changed in: cmake (Ubuntu)
   Status: New => Invalid

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

Title:
  linphone fails to compile, does in debian

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

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

[Bug 1857333] [NEW] Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

2019-12-23 Thread Chowdhury Masum
Public bug reported:

Hello, me and my brother buy HP EliteBook 840 G3 Notebook and try to
install Ubuntu 16.04 LTS and Ubuntu 18.04 LTS 64 bit Desktop Linux on
it. Ubuntu desktop install successfully. when we run $ sudo apt update
&& sudo apt-get upgrade --fix-missing and reboot PC it shows black
screen showing error message and shows this black screen
https://prnt.sc/qemlmq

Need urgent help because we are on a project which we wants to use
ubuntu others we need to change others system OS.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

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

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

[Bug 1857333] Re: Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

2019-12-23 Thread Muhammad Fazlul Karim
this problem having to my HP EliteBook 840 G3 Notebook too

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

Title:
  Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

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

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

[Bug 1857333] Re: Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

2019-12-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: 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/1857333

Title:
  Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

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

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

[Bug 1857333] Re: Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

2019-12-23 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Bug reporting is about finding & fixing problems, thus preventing future
users from hitting the same bug. You seem to be asking for support more
than seeking to report a bug.

Please execute the following command only once, as it will automatically
gather debugging information, in a terminal:

apport-collect 1857333

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.


FYI: 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/1857333

Title:
  Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

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

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

[Bug 1856701] Re: focal/linux: 5.4.0-9.12 -proposed tracker

2019-12-23 Thread Dimitri John Ledkov
** Tags added: update-excuse-focal

** Branch linked: lp:~xnox/britney/release-v5.4

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

Title:
  focal/linux: 5.4.0-9.12 -proposed tracker

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

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

[Bug 1550779] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2019-12-23 Thread Peter Vojnisek
It looks the same bug on my Linux Mint 19.2 Cinnamon, Linux Kernel: 
4.15.0-72-generic
Using second second monitor with NVIDIA Corporation GF108M [GeForce GT 525M] 
graphics.
The error log is on tty1 console: 
[drm:intel_set_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder 
A FIFO underrun
[drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch 
fifo underrun on pch transcoder A

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

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

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

[Bug 1857335] [NEW] System volume slider only works between ~90% and 100%.

2019-12-23 Thread Max Waterman
Public bug reported:

This is only with my USB 2.0 speaker[1] - with other devices, it works
fine and the slider's 0% corresponds to silent and 100% full. With my
USB 2.0 speaker, with the 'output' set to 'Analogue Output - USB2.0
Device', it only has an effect between about 90% and 100%.

I took a video of the problem and uploaded it here:

http://davidmaxwaterman.fastmail.co.uk/xfer/ubuntu_volume_problem.mp4

[1]
https://www.amazon.co.uk/gp/product/B07W1KN1XD/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: gnome-control-center 1:3.34.1-1ubuntu2
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 23 10:00:17 2019
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2019-07-19 (156 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to eoan on 2019-10-28 (56 days ago)

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


** Tags: amd64 apport-bug eoan

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

Title:
  System volume slider only works between ~90% and 100%.

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

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

[Bug 1850439] Re: No sound on ASUS UX534FT

2019-12-23 Thread Dan Darie
Same here.

---
00:1f.3 Audio device: Intel Corporation Device 02c8
---
System:Host: zenu Kernel: 5.4.6-050406-generic x86_64 bits: 64 compiler: 
gcc v: 9.2.1 Desktop: Gnome 3.34.1 
   Distro: Ubuntu 19.10 (Eoan Ermine) 
Machine:   Type: Laptop System: ASUSTeK product: ZenBook UX534FTC_UX534FT v: 
1.0 serial:  
   Mobo: ASUSTeK model: UX534FTC v: 1.0 serial:  UEFI: American 
Megatrends v: UX534FTC.300 date: 09/05/2019 
CPU:   Topology: Quad Core model: Intel Core i7-10510U bits: 64 type: MT 
MCP arch: Kaby Lake rev: C L2 cache: 8192 KiB 
   flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
bogomips: 36799 
   Speed: 1800 MHz min/max: 400/1800 MHz Core speeds (MHz): 1: 1800 2: 
1800 3: 1800 4: 1800 5: 1800 6: 1800 7: 1800 
   8: 1800 
Audio: Device-1: Intel vendor: ASUSTeK driver: snd_hda_intel v: kernel bus 
ID: 00:1f.3 
   Sound Server: ALSA v: k5.4.6-050406-generic
---
00:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Device 9b41 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 
v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 
6th/7th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Device 02f9
00:14.0 USB controller: Intel Corporation Device 02ed
00:14.2 RAM memory: Intel Corporation Device 02ef
00:14.3 Network controller: Intel Corporation Device 02f0
00:14.5 SD Host controller: Intel Corporation Device 02f5
00:15.0 Serial bus controller [0c80]: Intel Corporation Device 02e8
00:15.1 Serial bus controller [0c80]: Intel Corporation Device 02e9
00:15.3 Serial bus controller [0c80]: Intel Corporation Device 02eb
00:16.0 Communication controller: Intel Corporation Device 02e0
00:19.0 Serial bus controller [0c80]: Intel Corporation Device 02c5
00:1c.0 PCI bridge: Intel Corporation Device 02b8 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Device 02bc (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device 02b4 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device 0284
00:1f.3 Audio device: Intel Corporation Device 02c8
00:1f.4 SMBus: Intel Corporation Device 02a3
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 02a4
02:00.0 3D controller: NVIDIA Corporation Device 1f91 (rev a1)
03:00.0 Non-Volatile memory controller: Intel Corporation SSDPEKNW020T8 [660p, 
2TB] (rev 03)

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

Title:
  No sound on ASUS UX534FT

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

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

[Bug 1774429] Re: Unable to install pgpool2 in Ubuntu 18.04

2019-12-23 Thread Shengyao Xue
copied from publishinghistory:
https://launchpad.net/ubuntu/+source/pgpool2/+publishinghistory

"
Removed from disk on 2018-04-02.
Removal requested on 2018-04-02.
Deleted on 2018-04-02 by Matthias Klose
remove pgpool2, autopkg test failures with java9, no rdeps

Published on 2018-03-29
"

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

Title:
  Unable to install pgpool2 in Ubuntu 18.04

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

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

[Bug 1575078] Re: [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a while

2019-12-23 Thread Alexander Adam
The bug is still present for me and I have the feeling that this bug
somehow also might be related to the issues

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1654448

and

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845810

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

Title:
  [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a
  while

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1575078/+subscriptions

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

[Bug 1857338] [NEW] GIMP Crash during Launching

2019-12-23 Thread Xiaoqi Zhao
Public bug reported:

On Ubuntu 20.04, install GIMP from Ubuntu Software Manager.

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

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

Title:
  GIMP Crash during Launching

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

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

[Bug 1857227] Re: PulseAudio sound disappears on hdmi via stereo output

2019-12-23 Thread Rocinante
I made a log with heart rate audio while playing video on vlc when there
is no sound. Hope this helps

https://paste.ee/p/q8dIz

** Changed in: linux-raspi2 (Ubuntu)
   Status: New => 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/1857227

Title:
  PulseAudio sound disappears on hdmi via stereo output

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

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

[Bug 1857336] [NEW] Touchpad not Working

2019-12-23 Thread Saurabh
Public bug reported:

I am using BIOS with Windows and Ubuntu 18.04. Laptop's touchpad is
working in windows but not in Ubuntu. Please help...

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-72-generic 4.15.0-72.81
ProcVersionSignature: Ubuntu 4.15.0-72.81-generic 4.15.18
Uname: Linux 4.15.0-72-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  saurabh2383 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 23 17:00:50 2019
InstallationDate: Installed on 2019-03-30 (267 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 174f:241a Syntek 
 Bus 001 Device 002: ID 0cf3:e500 Atheros Communications, Inc. 
 Bus 001 Device 004: ID :0538  
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 81DE
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-72-generic 
root=UUID=046d4d12-a05e-4ff4-b64e-35eddc269873 ro i8042.reset quiet splash 
vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-72-generic N/A
 linux-backports-modules-4.15.0-72-generic  N/A
 linux-firmware 1.173.14
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/13/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: 8TCN44WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0Q55724 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 330-15IKB
dmi.modalias: 
dmi:bvnLENOVO:bvr8TCN44WW:bd06/13/2018:svnLENOVO:pn81DE:pvrLenovoideapad330-15IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0Q55724WIN:cvnLENOVO:ct10:cvrLenovoideapad330-15IKB:
dmi.product.family: ideapad 330-15IKB
dmi.product.name: 81DE
dmi.product.version: Lenovo ideapad 330-15IKB
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug bionic

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

Title:
  Touchpad not Working

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

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

[Bug 1857340] [NEW] Setting "IPv6 Method" to "Disable" does not disable IPv6

2019-12-23 Thread Axel Taferner via ubuntu-bugs
Public bug reported:

Setting "IPv6 Method" to "Disable" does not disable IPv6

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: gnome-control-center 1:3.34.1-1ubuntu2
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 23 06:50:59 2019
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2019-11-21 (31 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

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

Title:
  Setting "IPv6 Method" to "Disable" does not disable IPv6

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

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

[Bug 1857336] Status changed to Confirmed

2019-12-23 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (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/1857336

Title:
  Touchpad not Working

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

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread Paul White
** Package changed: yaru-theme (Ubuntu) => null-and-void

** Changed in: null-and-void
   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/1855317

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1855317/+subscriptions

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

[Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-12-23 Thread Krishna rohith Paramkusham
First of All Thank You.I finally got someone to talk to. I am new user to 
Ubuntu 18.04 and have same issue of no sound on my laptop. I also posted a 
question on askubuntu but no answer since it has been asked yesterday. I only 
know this info:
On running lspci Ii got to know that my Audio devices are: Intel Corporation 
Cannon Lake PCH cAVS (rev 10) and another: NVIDIA Corporation Device 1aeb (rev 
a1).
I tried only with alsa-base, alsamixer, pulseaudio, pavucontrol. Nonw of this 
could solve my issue. But seeing this I can tell my issue can be solved with me 
getting to know this whole conversation. I couldn't understand this. So, please 
could you help me out figuring out in a nutshell of how to solve this issue? I 
would be thankful.

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

Title:
  [HDA-Intel - HDA Intel PCH, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1833161/+subscriptions

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

[Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-12-23 Thread Krishna rohith Paramkusham
Sorry, forgot to mention that headphones works fine with ubuntu but only
speakers doesn't work.

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

Title:
  [HDA-Intel - HDA Intel PCH, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1833161/+subscriptions

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

[Bug 1640514] Re: /snap/bin is not added to the PATH when using zsh

2019-12-23 Thread Jazz
I use bash and still face this issue. The fix proposed at #18 doesn't
work entirely. You should add double quotes to the PATH and print the
new line properly by replacing echo with printf:

mkdir -p ~/.config/environment.d
printf 
"PATH=\"$PATH:/snap/bin\"\nXDG_DATA_DIRS=\"${XDG_DATA_DIRS:-/usr/local/share:/usr/share}:/var/lib/snapd/desktop\""
 > ~/.config/environment.d/60-snap-icons-and-bin.conf

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

Title:
  /snap/bin is not added to the PATH when using zsh

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

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

[Bug 1857333] Re: Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

2019-12-23 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1857333/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Ubuntu 18.04 LTS 64 bit Linux not work at HP EliteBook 840 G3 Notebook

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

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

[Bug 1779890] Re: Nautilus does not use a valid Kerberos ticket when accessing Samba share

2019-12-23 Thread semyon
As far as I know this problem comes from ubuntu 12.04 and still not resolved. 
Kerberos now works in ubuntu 18.04. 
This is ubuntu specific bug. Nautilus in Centos 7.x and 8 works fine with 
kerberos

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

Title:
  Nautilus does not use a valid Kerberos ticket when accessing Samba
  share

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

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

[Bug 1857336] Re: Touchpad not Working

2019-12-23 Thread Chris Guiver
*** This bug is a duplicate of bug 1854798 ***
https://bugs.launchpad.net/bugs/1854798

** This bug has been marked a duplicate of bug 1854798
   Synaptics s3203 touchpad not working after update to kernel 4.15.0-72-generic

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

Title:
  Touchpad not Working

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

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

[Bug 1841794] Re: gnome-shell crashed with SIGTRAP in g_log_default_handler() ... from ObjectInstance::~ObjectInstance() [usually logging "Finalizing wrapper for an already freed object of type: Clutt

2019-12-23 Thread Hans Deragon
I have a crash report which was uploaded with apport on 2019-12-22 08:38
EST.  The UUID for the crash report is:  59c38b68-24c0-11ea-b1ac-
fa163e983629

I am no expert, but it looks pretty similar to this report. Can someone
glance at it to confirm if it is the same problem or another?

gnome-shell 3.34.1+git20191024-1ubuntu1~19.10.1 is crashing on me every
two days and one looses everything very often.  Gnome becomes unstable
and I need to reboot.  Sometimes, I am thrown back to gdm but then
cannot login anymore; only a reboot will fix this.

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

Title:
  gnome-shell crashed with SIGTRAP in g_log_default_handler() ... from
  ObjectInstance::~ObjectInstance() [usually logging "Finalizing wrapper
  for an already freed object of type: Clutter.PropertyTransition"]

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

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

[Bug 1239459]

2019-12-23 Thread links
GTA 5 Cheats PS4 https://learncybers.com/gta-5-cheats-ps4/

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

Title:
  1814:3290 [Asus X200CA] wifi doesn't connect or disconnects after few
  seconds

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

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

[Bug 1857345] [NEW] Misleading login message from unattended-upgrades

2019-12-23 Thread Bill Miller
Public bug reported:

A recent update to unattended-upgrades causes messages to be displayed
at login similar to this: "1 updates could not be installed
automatically. For more details,see /var/log/unattended-upgrades
/unattended-upgrades.log"

However, when the user has pinned/held a package, this is expected
behavior, and should not cause a warning or error. Additionally, in this
case, the the logfile that the user is directed to reference contains no
useful information.

Either the message should not be issued for pinned packages (preferred)
or the logfile that the user is directed to reference should contain
useful information.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: unattended-upgrades 1.1ubuntu1.18.04.13
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.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: LXDE
Date: Mon Dec 23 07:16:09 2019
InstallationDate: Installed on 2016-08-27 (1213 days ago)
InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720)
PackageArchitecture: all
SourcePackage: unattended-upgrades
UpgradeStatus: Upgraded to bionic on 2018-08-04 (505 days ago)
modified.conffile..etc.apt.apt.conf.d.10periodic:
 APT::Periodic::Update-Package-Lists "1";
 APT::Periodic::Download-Upgradeable-Packages "1";
 APT::Periodic::AutocleanInterval "0";
 APT::Periodic::Unattended-Upgrade "1";
mtime.conffile..etc.apt.apt.conf.d.10periodic: 2017-08-18T18:55:52.439072

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Misleading login message from unattended-upgrades

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1857345/+subscriptions

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

[Bug 1857346] [NEW] [needs packaging] bundsteg

2019-12-23 Thread Estellnb
Public bug reported:

bundsteg adds an inner margin to pdfs for printing where odd pages have
a margin at the left and even pages at the right. You may print multiple
lecture slides on one page. I have been using this little scriptlet a
lot for my studies as no other tool provides these options.

URL: https://www.elstel.org/bundsteg/
License: GPLv3
Notes: A package built for xenial is available here: 
https://launchpad.net/~estellnb/+archive/ubuntu/elstel

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  [needs packaging] bundsteg

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

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

[Bug 1857347] [NEW] [needs packaging] xchroot

2019-12-23 Thread Estellnb
Public bug reported:

xchroot adds X11 and pulseaudio forwarding to chroot. Besides this it
allows to chroot as user. You may comfortably create .desktop file links
for file associations and dekstop menus to applications inside a chroot
environment which will then automatically use xchroot to execute the
desired application.

URL: https://www.elstel.org/xchroot/
License: GPLv3
Notes: A package built for xenial is available here: 
https://launchpad.net/~estellnb/+archive/ubuntu/elstel

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  [needs packaging] xchroot

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

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

[Bug 1853102] Re: Update Vulkan loader in bionic to version 1.1.121

2019-12-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vulkan (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/1853102

Title:
  Update Vulkan loader in bionic to version 1.1.121

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

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

[Bug 1855317] [NEW] Latex folders?

2019-12-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

^

Is this a good idea?  :))

#19.10

** Affects: yaru-theme (Ubuntu)
 Importance: Undecided
 Status: New

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

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

[Bug 1770129] Re: G_IS_DBUS_CONNECTION (connection)' failed

2019-12-23 Thread Frederic Laurent
Same problem with gEdit on Lubuntu 19.10 (kernel 5.3.0-24-generic)

(org.gnome.gedit:8480): GLib-GIO-CRITICAL **: 14:22:15.159:
g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

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

Title:
  G_IS_DBUS_CONNECTION (connection)' failed

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

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread lfytk14
^
"Do not underestimate graphics."

>:]

~klfyt, ~lfytk :))   (you don't get these tips for free very often  &
&)


** Project changed: null-and-void => yaru-theme (Ubuntu)

** Changed in: yaru-theme (Ubuntu)
   Status: Invalid => New

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+subscriptions

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread lfytk14
^
"You will f\ng kill this earth with your Elementary one day".

thx!

>:]

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+subscriptions

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

[Bug 1857014] Re: Unable to paste files from Nautilus to the desktop

2019-12-23 Thread Clinton H
If I save a text document to the Desktop, and then copy that text
document on the Desktop, I can paste the duplicate text document to the
Desktop.

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread lfytk14
^
"Do not underestimate graphics."

>:]  #lol (&   &)

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+subscriptions

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

I use XFCE.

+
Something is with Left and Url ...

+
Something wrong with minimize (X11)

+
Something is wrong with Workspace name settings

+
Something is wrong with Templates folder (rename to "# Templates")

>:]

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

Title:
  There is infinite loop in address bar /\&/

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

If it helps there is something visible if you PgDown on any page with
webkit browser you just need to active /\:]

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

Title:
  There is infinite loop in address bar /\&/

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

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

[Bug 1770129] Re: G_IS_DBUS_CONNECTION (connection)' failed

2019-12-23 Thread Frederic Laurent
But not present with leafpad 0.8.18.1 on Lubuntu 19.10.

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

Title:
  G_IS_DBUS_CONNECTION (connection)' failed

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

Maybe something is animated million times per second? And /\https://bugs.launchpad.net/bugs/1839716

Title:
  There is infinite loop in address bar /\&/

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

Basically I am tired of guessing any further.  >:]

The text flow and scrolling flow bug is there somewhere.
And it makes everything x10 faster (if not cooler). 

Thx for your attention!


** Attachment added: "workspace margin settings"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1839716/+attachment/5314854/+files/2019-12-23%20%20workspace%20margins%20settings.png

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

** Also affects: url-dispatcher
   Importance: Undecided
   Status: New

** Also affects: xfce4-panel
   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/1839716

Title:
  There is infinite loop in address bar /\&/

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
** Attachment added: "workspace name settings"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1839716/+attachment/5314853/+files/2019-12-23%20%20worskpace%20name%20settings.png

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

Title:
  There is infinite loop in address bar /\&/

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

Obviously # Templates is beyond me - what could create havoc with that
folder?

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

Title:
  There is infinite loop in address bar /\&/

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

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

[Bug 1847666] Re: Ubuntu doesn't cannot be suspended via the suspend icon after you log out.

2019-12-23 Thread Dan Streetman
*** This bug is a duplicate of bug 1847896 ***
https://bugs.launchpad.net/bugs/1847896

** This bug has been marked a duplicate of bug 1847896
   Unable to shutdown or restart from log-in screen

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

Title:
  Ubuntu doesn't cannot be suspended via the suspend icon after you log
  out.

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

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

[Bug 1857219] Re: How to make the error message go away in wine install? Focal

2019-12-23 Thread menporul.prabhu
Yes. You are right.
Even if there was some error at the end of the installation 
the windows program just works fine.

I am running lubuntu 20.04 daily image.

But contrary to what you said I am unable
to install wine32 using apt get

This is the bug report

https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1857194

I solved that problem myself and have posted the solution.

Yet it should be able to install with apt get

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

Title:
  How to make the error message go away in wine install? Focal

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

Maybe you have to deny right snapping?

:)


** Attachment added: "workspace snapping settings"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1839716/+attachment/5314855/+files/2019-12-23_16-14-12%20%20snap%20distance%20RIGHT.png

** Also affects: xfwm4
   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/1839716

Title:
  There is infinite loop in address bar /\&/

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

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

[Bug 1845909] Re: [SRU] IPv6 link local address is assigned even when LinkLocalAddressing=no|ipv4

2019-12-23 Thread Dan Streetman
** Also affects: systemd (Ubuntu Focal)
   Importance: Medium
   Status: Fix Released

** Changed in: systemd (Ubuntu Eoan)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

** Changed in: systemd (Ubuntu Focal)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

** Changed in: systemd (Ubuntu Eoan)
   Status: Fix Released => In Progress

** Changed in: systemd (Ubuntu Focal)
   Status: Fix Released => 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/1845909

Title:
  [SRU] IPv6 link local address is assigned even when
  LinkLocalAddressing=no|ipv4

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

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

[Bug 1776563]

2019-12-23 Thread arlenestewart919
Where did you find information about the positive site, this post? I
just read some articles on your website, and I really like your style.
Thank you for the millions and keep working effectively.and also found
some interesting topi roblox asset downloader here
https://www.giantbomb.com/profile/emmaro/blog/roblox-free-robux-
generator-2020/142230/

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

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

Look how fast is window redraw.

>:]


** Attachment added: "window redraw example with +25 RIGHT margin"
   
https://bugs.launchpad.net/url-dispatcher/+bug/1839716/+attachment/5314856/+files/window%20redraw%20%202019-12-23_16.32.04.ogg

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

Title:
  There is infinite loop in address bar /\&/

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

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

[Bug 1857348] Re: amdgpu crashes badly

2019-12-23 Thread Lukasz Piatkowski
** Attachment added: "version.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857348/+attachment/5314873/+files/version.log

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

Title:
  amdgpu crashes badly

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

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

[Bug 1857348] Re: amdgpu crashes badly

2019-12-23 Thread Lukasz Piatkowski
** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857348/+attachment/5314874/+files/lspci-vnvn.log

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

Title:
  amdgpu crashes badly

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

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

[Bug 1857348] Status changed to Confirmed

2019-12-23 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (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/1857348

Title:
  amdgpu crashes badly

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

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

[Bug 1857348] [NEW] amdgpu crashes badly

2019-12-23 Thread Lukasz Piatkowski
Public bug reported:

I'm running current ubuntu 19.10 with kernel "Ubuntu 5.3.0-24.26-generic
5.3.10" on a ThinkPad T495 laptop, which is confirmed to be certified
here: https://certification.ubuntu.com/hardware/201905-27049

Unfortunately, the experience is really bad: `amdgpu` driver in the
kernel crashes sometimes. I managed to get the `dmesg` output, please
see atachemnt. This is confirmed at least on linux-image-5.3.0-18 and
linux-image-5.3.0-24 "linux-image-X-generic

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-generic 5.3.0.24.28
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Mon Dec 23 14:50:14 2019
InstallationDate: Installed on 2019-12-07 (16 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
MachineType: LENOVO 20NJ0010PB
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-24-generic 
root=/dev/mapper/ubuntu--vg-rootfs ro rootflags=subvol=@ quiet splash 
vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-24-generic N/A
 linux-backports-modules-5.3.0-24-generic  N/A
 linux-firmware1.183.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/28/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: R12ET46W(1.16 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20NJ0010PB
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrR12ET46W(1.16):bd10/28/2019:svnLENOVO:pn20NJ0010PB:pvrThinkPadT495:rvnLENOVO:rn20NJ0010PB:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T495
dmi.product.name: 20NJ0010PB
dmi.product.sku: LENOVO_MT_20NJ_BU_Think_FM_ThinkPad T495
dmi.product.version: ThinkPad T495
dmi.sys.vendor: LENOVO

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


** Tags: amd64 amdgpu apport-bug eoan kernel-bug

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

Title:
  amdgpu crashes badly

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

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

[Bug 1857348] Re: amdgpu crashes badly

2019-12-23 Thread Lukasz Piatkowski
** Attachment added: "output of lsmod"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857348/+attachment/5314876/+files/lsmod.log

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

Title:
  amdgpu crashes badly

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

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

[Bug 1857348] Re: amdgpu crashes badly

2019-12-23 Thread Lukasz Piatkowski
** Attachment added: "dmesg-smdgpu.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857348/+attachment/5314875/+files/dmesg-smdgpu.log

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

Title:
  amdgpu crashes badly

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

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

[Bug 1575938] Re: Instance path in / if instance-id starts with '/'

2019-12-23 Thread do3meli
** Changed in: cloud-init
   Status: Fix Committed => Fix Released

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

Title:
  Instance path in / if instance-id starts with '/'

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

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

[Bug 1854752] Re: eoan/linux-kvm: 5.3.0-1009.10 -proposed tracker

2019-12-23 Thread Khaled El Mously
Verification is done for master kernel but this hasn't transitioned 
automatically. 
Manually setting VT to "Fix released"

** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => 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/1854752

Title:
  eoan/linux-kvm: 5.3.0-1009.10 -proposed tracker

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

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

[Bug 1854776] Re: bionic/linux-gke-5.0: 5.0.0-1027.28~18.04.1 -proposed tracker

2019-12-23 Thread Khaled El Mously
Verification is done for master kernel but this hasn't transitioned 
automatically. 
Manually setting VT to "Fix released"

** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => 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/1854776

Title:
  bionic/linux-gke-5.0: 5.0.0-1027.28~18.04.1 -proposed tracker

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

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

[Bug 1854750] Re: bionic/linux-gcp-5.3: 5.3.0-1010.11~18.04.1 -proposed tracker

2019-12-23 Thread Khaled El Mously
Verification is done for master kernel but this hasn't transitioned 
automatically. 
Manually setting VT to "Fix released"

** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => 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/1854750

Title:
  bionic/linux-gcp-5.3: 5.3.0-1010.11~18.04.1 -proposed tracker

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

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

[Bug 1854745] Re: bionic/linux-aws-5.3: 5.3.0-1009.10~18.04.1 -proposed tracker

2019-12-23 Thread Khaled El Mously
Verification is done for master kernel but this hasn't transitioned 
automatically. 
Manually setting VT to "Fix released"

** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => 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/1854745

Title:
  bionic/linux-aws-5.3: 5.3.0-1009.10~18.04.1 -proposed tracker

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

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

[Bug 1854746] Re: eoan/linux-aws: 5.3.0-1009.10 -proposed tracker

2019-12-23 Thread Khaled El Mously
Verification is done for master kernel but this hasn't transitioned 
automatically. 
Manually setting VT to "Fix released"

** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => 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/1854746

Title:
  eoan/linux-aws: 5.3.0-1009.10 -proposed tracker

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

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread lfytk14
GFX icon example. 

...
If you take icon as turn based object and try to imagine them as being real but 
also
being turn based resulting in turn based real time effect (I believe) then you 
should
get this placeboish GFX icon.

:))


** Attachment added: "GFX icon example"
   
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+attachment/5314881/+files/icon%20-%20placebo%20%20%40201906.png

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+subscriptions

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

[Bug 1854750] Re: bionic/linux-gcp-5.3: 5.3.0-1010.11~18.04.1 -proposed tracker

2019-12-23 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 --
  boot-testing-requested: true
- kernel-stable-master-bug: 1854751
+ kernel-stable-master-bug: '1856988'
  packages:
lrm: linux-restricted-modules-gcp-5.3
main: linux-gcp-5.3
meta: linux-meta-gcp-5.3
signed: linux-signed-gcp-5.3
  phase: Testing
  phase-changed: Thursday, 05. December 2019 15:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

** 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: '1856988'
  packages:
lrm: linux-restricted-modules-gcp-5.3
main: linux-gcp-5.3
meta: linux-meta-gcp-5.3
signed: linux-signed-gcp-5.3
- phase: Testing
- phase-changed: Thursday, 05. December 2019 15:03 UTC
+ phase: Signoff
+ phase-changed: Monday, 23. December 2019 16:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
+   promote-to-updates: Holding -- security signoff not verified
security-signoff: Stalled -- waiting for signoff
-   verification-testing: Ongoing -- testing in progress
  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/1854750

Title:
  bionic/linux-gcp-5.3: 5.3.0-1010.11~18.04.1 -proposed tracker

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

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

[Bug 1854746] Re: eoan/linux-aws: 5.3.0-1009.10 -proposed tracker

2019-12-23 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 --
  boot-testing-requested: true
- kernel-stable-master-bug: 1854762
+ kernel-stable-master-bug: '1856807'
  packages:
lrm: linux-restricted-modules-aws
main: linux-aws
meta: linux-meta-aws
  phase: Testing
  phase-changed: Thursday, 05. December 2019 11:36 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws-5.3: bug 1854745
  variant: debs

** 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: '1856807'
  packages:
lrm: linux-restricted-modules-aws
main: linux-aws
meta: linux-meta-aws
- phase: Testing
- phase-changed: Thursday, 05. December 2019 11:36 UTC
+ phase: Signoff
+ phase-changed: Monday, 23. December 2019 16:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
+   promote-to-updates: Holding -- security signoff not verified
security-signoff: Stalled -- waiting for signoff
-   verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-aws-5.3: bug 1854745
  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/1854746

Title:
  eoan/linux-aws: 5.3.0-1009.10 -proposed tracker

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

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread lfytk14
^

So. Basically bug report then is (before I am banned again for whatever
reason :p):

instead of icons invent or design gfx icons.  :p

And watch out that you do not underestimate graphics!

thx!

^

~ GFX icons.  >:]  (for example launchpad doesn't need gfx icons)

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+subscriptions

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

[Bug 1854752] Re: eoan/linux-kvm: 5.3.0-1009.10 -proposed tracker

2019-12-23 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 --
  boot-testing-requested: true
- kernel-stable-master-bug: 1854762
+ kernel-stable-master-bug: '1856807'
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Testing
  phase-changed: Thursday, 05. December 2019 10:41 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

** 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: '1856807'
  packages:
main: linux-kvm
meta: linux-meta-kvm
- phase: Testing
- phase-changed: Thursday, 05. December 2019 10:41 UTC
+ phase: Signoff
+ phase-changed: Monday, 23. December 2019 16:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
+   promote-to-updates: Holding -- security signoff not verified
security-signoff: Stalled -- waiting for signoff
-   verification-testing: Ongoing -- testing in progress
  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/1854752

Title:
  eoan/linux-kvm: 5.3.0-1009.10 -proposed tracker

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

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread lfytk14
^
GFX icons.

If you design try to not underestimate graphics (not overestimate! :))

>:]

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+subscriptions

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread lfytk14
^

Beginners then tend to overestimate them ...


thx!

>:]

^

~ GFX icons

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1855317/+subscriptions

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

[Bug 1854776] Re: bionic/linux-gke-5.0: 5.0.0-1027.28~18.04.1 -proposed tracker

2019-12-23 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 --
  boot-testing-requested: true
- kernel-stable-master-bug: 1854777
+ kernel-stable-master-bug: '1856985'
  packages:
main: linux-gke-5.0
meta: linux-meta-gke-5.0
signed: linux-signed-gke-5.0
  phase: Testing
  phase-changed: Thursday, 05. December 2019 15:03 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
security-signoff: Stalled -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gke-5.0/gke-kernel: bug 1854775
  variant: debs

** 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: '1856985'
  packages:
main: linux-gke-5.0
meta: linux-meta-gke-5.0
signed: linux-signed-gke-5.0
- phase: Testing
- phase-changed: Thursday, 05. December 2019 15:03 UTC
+ phase: Signoff
+ phase-changed: Monday, 23. December 2019 16:16 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
+   promote-to-updates: Holding -- security signoff not verified
security-signoff: Stalled -- waiting for signoff
-   verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-gke-5.0/gke-kernel: bug 1854775
  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/1854776

Title:
  bionic/linux-gke-5.0: 5.0.0-1027.28~18.04.1 -proposed tracker

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

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

[Bug 1856804] Re: xenial/linux-hwe: 4.15.0-74.83~16.04.1 -proposed tracker

2019-12-23 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: Incomplete => In Progress

** 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: 1856749
  packages:
main: linux-hwe
meta: linux-meta-hwe
signed: linux-signed-hwe
  phase: Testing
  phase-changed: Thursday, 19. December 2019 15:15 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   automated-testing: Stalled -- testing FAILED
+   automated-testing: Ongoing -- testing in progress
security-signoff: Stalled -- waiting for signoff
  trackers:
xenial/linux-deeplens: bug 1854817
  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/1856804

Title:
  xenial/linux-hwe: 4.15.0-74.83~16.04.1 -proposed tracker

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

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

[Bug 1857123] Re: IPv4 addresses are not assigned in LXC with systemd 244.1

2019-12-23 Thread Balint Reczey
The packages can be found here:
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3801

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

Title:
  IPv4 addresses are not assigned in LXC with systemd 244.1

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

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

[Bug 1857345] Re: Misleading login message from unattended-upgrades

2019-12-23 Thread Balint Reczey
*** This bug is a duplicate of bug 1850964 ***
https://bugs.launchpad.net/bugs/1850964

** This bug has been marked a duplicate of bug 1850964
   Always explain why packages are held back in logs even without debugging 
enabled

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

Title:
  Misleading login message from unattended-upgrades

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1857345/+subscriptions

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

[Bug 1854745] Re: bionic/linux-aws-5.3: 5.3.0-1009.10~18.04.1 -proposed tracker

2019-12-23 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 --
  boot-testing-requested: true
  kernel-stable-master-bug: 1854746
  packages:
lrm: linux-restricted-modules-aws-5.3
main: linux-aws-5.3
meta: linux-meta-aws-5.3
- phase: Testing
- phase-changed: Thursday, 05. December 2019 22:51 UTC
+ phase: Holding before Promote to Updates
+ phase-changed: Monday, 23. December 2019 16:18 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   verification-testing: Ongoing -- testing in progress
+   promote-to-updates: Holding -- cycle not ready to release
  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/1854745

Title:
  bionic/linux-aws-5.3: 5.3.0-1009.10~18.04.1 -proposed tracker

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

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

[Bug 1850964] Re: Always explain why packages are held back in logs even without debugging enabled

2019-12-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unattended-upgrades (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/1850964

Title:
  Always explain why packages are held back in logs even without
  debugging enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1850964/+subscriptions

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

[Bug 1850964] Re: Always explain why packages are held back in logs even without debugging enabled

2019-12-23 Thread Balint Reczey
** Bug watch added: Debian Bug tracker #945837
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945837

** Also affects: unattended-upgrades (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945837
   Importance: Unknown
   Status: Unknown

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

Title:
  Always explain why packages are held back in logs even without
  debugging enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1850964/+subscriptions

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

[Bug 1857347] Re: [needs packaging] xchroot

2019-12-23 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1857347/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  [needs packaging] xchroot

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

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

[Bug 1857346] Re: [needs packaging] bundsteg

2019-12-23 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1857346/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  [needs packaging] bundsteg

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

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

[Bug 1857194] Re: no wine32 package available in lubuntu 20.04 daily image

2019-12-23 Thread jre
You need to add the 32-bit archi i386 first.  You'll get the
instructions if you run wine on a terminal.  Just do a:

dpkg --add-architecture i386 &&
apt-get update &&
apt install wine32

** Changed in: ubiquity (Ubuntu)
   Status: New => Invalid

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

Title:
  no wine32 package available in lubuntu 20.04 daily image

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

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

[Bug 1850964] Re: Always explain why packages are held back in logs even without debugging enabled

2019-12-23 Thread Bill Miller
I'd prefer that the message be suppressed when the packages in question
are pinned. In this case, not updating them is the desired action, and
errors/warnings are not appropriate.

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

Title:
  Always explain why packages are held back in logs even without
  debugging enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1850964/+subscriptions

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

[Bug 1857257] Re: linux-image-5.0.0-35-generic breaks checkpointing of container

2019-12-23 Thread Adrian
** 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/1857257

Title:
  linux-image-5.0.0-35-generic breaks checkpointing of container

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

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

[Bug 1810645] Re: No valid JVM found to run JOSM. (josm doesn't start) (bionic)

2019-12-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: josm (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/1810645

Title:
  No valid JVM found to run JOSM. (josm doesn't start) (bionic)

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

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

[Bug 1817627] Re: systemd-analyze verify reports failure

2019-12-23 Thread Philip Kirkbride
Also in need of a fix. Trying to run a very simple and popular program
as a service and it's not working due to this.

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

Title:
  systemd-analyze verify reports failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manpage-repository/+bug/1817627/+subscriptions

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

[Bug 1443924]

2019-12-23 Thread links
GTA 5 Cheats PS4 https://learncybers.com/gta-5-cheats-ps4/

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0
  failed to flush

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

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

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

2019-12-23 Thread Steve Langasek
On Tue, Dec 17, 2019 at 09:00:13PM -, Mario Limonciello wrote:
> I think that leaves two options then:
> 1) Remove unversioned Breaks: fwupdate-signed from fwupdate source package,
>convert fwupdate-signed into transition package in Ubuntu as part of this 
> SRU.
> 2) Change unversioned Breaks: fwupdate-signed from fwupdate source package 
> into unversioned Conflicts: fwupdate-signed.
> From Steve's comment, I'm not sure this would work though.  So I think my 
> preference would be <1> above.

> Steve, can you validate that <1> should likely work?

FAOD, yes, <1> should work (and seems to be working, per the SRU
verification results).

-- 
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 1857363] [NEW] update hw to 1.0

2019-12-23 Thread Gianfranco Costamagna via ubuntu-bugs
Public bug reported:

[Impact]

 * Only people with the same outdated version can join together

[Test Case]

 * Play an online game, the server is mostly empty

[Regression Potential]

 * None reported so far, in my ppa (widely used), debian
unstable/testing and stretch-bpo, or upstream, the game is really
stable.

** Affects: hedgewars (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: hedgewars (Ubuntu Bionic)
 Importance: Undecided
 Status: In Progress

** Affects: hedgewars (Ubuntu Disco)
 Importance: Undecided
 Status: In Progress

** Affects: hedgewars (Ubuntu Eoan)
 Importance: Undecided
 Status: Fix Released

** Affects: hedgewars (Ubuntu Focal)
 Importance: Undecided
 Status: Fix Released

** Changed in: hedgewars (Ubuntu)
   Status: New => Fix Released

** Also affects: hedgewars (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: hedgewars (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: hedgewars (Ubuntu Focal)
   Importance: Undecided
   Status: Fix Released

** Also affects: hedgewars (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: hedgewars (Ubuntu Eoan)
   Status: New => Fix Released

** Changed in: hedgewars (Ubuntu Disco)
   Status: New => In Progress

** Changed in: hedgewars (Ubuntu Bionic)
   Status: New => 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/1857363

Title:
  update hw to 1.0

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

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

[Bug 1857364] [NEW] group sambashare with gid 1000

2019-12-23 Thread Hadmut Danisch
Public bug reported:

Hi,

I've recently installed a machine with Lubuntu 19.10 (and afterwards
some additional packages through puppet) and ran into the problem, that
my account's uid was 1000, as usual for the first account created during
the installation process, but my gid was 1001, since the gid 1000 was
already occupied by the group sambashare, which is erroneously not
created as a system group (<1000)

Since this must have been installed before Lubuntu installer created my
account (otherwise the 1000 would have been occupied by my own personal
group) my guess is that this somehow came from the Installer's
installation process, but I did not yet find what created that group, I
did not find it in any *postinst. Even the /etc/group that comes with
the squashfs filesystem on the installation image the group does not yet
exist.

No clue, what exactly creates this group in the installation process,
but it breaks several functions, and it must have happened before the
installer created the account.

regards

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  group sambashare with gid 1000

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

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

[Bug 1767654] Re: [Intel Braswell] Cursor gets stuck on left side of the screen

2019-12-23 Thread RIchard Blakie
This has been tested with live ubuntu 19.10 as suggested by Daniel and
the mouse problem persists for intel braswell. xdotool reveals that X
reports a vertical position of zero, even when the mouse is painted with
an offset to the right, which seems to indicate this is could be a
compositor problem, a mouse driver problem (not providing proper
movement info to the left), or a 915 driver problem

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

Title:
  [Intel Braswell] Cursor gets stuck on left side of the screen

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

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

[Bug 1849159] Re: package emacs-lucid (not installed) failed to install/upgrade: підпроцес встановлено пакунок emacs-lucid сценарій post-installation повернув помилковий код завершення 1

2019-12-23 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 ***
https://bugs.launchpad.net/bugs/1809125

** This bug has been marked a duplicate of bug 1849111
   package emacs-gtk 1:26.3+1-1ubuntu1 failed to install/upgrade: підпроцес 
встановлено пакунок emacs-gtk сценарій post-installation повернув помилковий 
код завершення 1

** This bug is no longer a duplicate of bug 1849111
   package emacs-gtk 1:26.3+1-1ubuntu1 failed to install/upgrade: підпроцес 
встановлено пакунок emacs-gtk сценарій post-installation повернув помилковий 
код завершення 1
** This bug has been marked a duplicate of bug 1809125
   package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk 
package post-installation script subprocess returned error exit status 1

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

Title:
  package emacs-lucid (not installed) failed to install/upgrade:
  підпроцес встановлено пакунок emacs-lucid сценарій post-installation
  повернув помилковий код завершення 1

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

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

[Bug 1849111] Re: package emacs-gtk 1:26.3+1-1ubuntu1 failed to install/upgrade: підпроцес встановлено пакунок emacs-gtk сценарій post-installation повернув помилковий код завершення 1

2019-12-23 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 ***
https://bugs.launchpad.net/bugs/1809125

** This bug has been marked a duplicate of bug 1809125
   package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk 
package post-installation script subprocess returned error exit status 1

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

Title:
  package emacs-gtk 1:26.3+1-1ubuntu1 failed to install/upgrade:
  підпроцес встановлено пакунок emacs-gtk сценарій post-installation
  повернув помилковий код завершення 1

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

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

  1   2   3   >