[Bug 218663] A change has been merged

2019-02-19 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/49393
Committed: 
http://github.com/Juniper/contrail-controller/commit/77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:R6.0-WIP

commit 77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Author: Shivayogi Ugaji 
Date:   Mon Nov 5 22:07:18 2018 -0800

Apply commits from master onto R6.0-WIP

db_resync_done lock is used to indicate the amqp thread to wait for resync to
complete. In this case, when we call SchemaTransformer.destroy_instance()
due to Casandra connection failure, this lock remains locked blocking
destroy_instance. destroy_instance calls _vnc_subscribe_callback to drain the
amqp queue which waits infinitely for db_resync_done lock to be released.
This fix releases db_resync_done lock so that destroy_instance doesnt get
blocked.
Closes-Bug: #1801474

[DM] Hitless image upgrade implementation
Closes-Bug: #1799322

Provisioner for the devicemanager node.
usage:
from /opt/contrail/utils
python provision_devicemgr_node.py --host_name aio --host_ip 10.87.82.2
--oper add --admin_user admin --admin_password contrail123 --admin_tenant_name
admin --openstack_ip 10.87.82.2 --api_server_ip 10.87.82.2
Closes-Bug: #1805303

CFM: Changes for onboarding L3PNF
- Add new platform SRX240
- Add L3PNF subnet is schema
- Add new namespace, VN and IPAM for L3PNF during brownfield onboarding
Closes-Bug: 1800701

Add entrypoint to vrouter-agent service on Windows
Introduce entrypoint for agent similar in design to that from
microservice deployment. For now it will only start agent,
actual features will be added in following changes.
Partial-Bug: #1806677

Check build dependencies for tbb, SimpleAmqpClient and rabbitmq
Closes-Bug: #1806719

Make agent's entrypoint update agent's config on Windows
In future we will generate the whole config from scratch
as on Linux, but for now we only update the vhost's ifname.
It's the only field that can change upon restart.
Partial-Bug: #1806677

bgp-peer selection support for bgpaas
1. Listener BgpRouterConfig is added for BgpRouter and ControlNodeZone
2. BgpRouterConfig builds BgpRouterTree and ControlNodeZoneTree
from IFMapNode
3. BGPaaS gets BgpRouter for configured ControlNodeZone from
BgpRouterConfig and Updates bgp-peer-ip and bgp-peer-port in
the flow.
4. Step 3 is followed for xmpp based peer-selection also.
5. BGPaaS sandesh is updated with primary_control_node_zone,
secondary_control_node_zone, bgp_peer_ip and bgp_peer_port
Partial-bug: #1775872

[DM] Inside-outside workflow - lag/mH
1. Change the exisiting business logic to adhere to the new data model for 
lag/mH workflow
2. Multi-vlan support
Partial-Bug: #1799329

Rework nodemgr before fixing ntp issue
- move windows/linux code to separate classes instead of same condition through 
the code
- simplify main.py
- remove copy duplication
Closes-Bug: 1800704

[fabric] Added playbook retry support to job manager
1) When playbook return retry_devices in the output, job manager will retry the 
playbooks against those devices
2) remove obsolete playbooks from 5.0
3) remove obsolete ansible roles from 5.0
4) added a warning log on missing loopback interface when creating bgp router
5) import os version to prouter object
6) Fixed pep8 warnings and errors
Partial-Bug: #1805237

nodemgr: add checking time sync by crhony
Closes-Bug: #1800704

Dont include "lost+found" folder in /var/crashes
If /var/crashes is mounted, fsck can create
"lost+found" folder in it. The core list reported
by nodemgr will contain this folder, even though its
not a core file. This assumes there is no core file
reported by the name "lost+found" and it can also
report other folders/files reported in var/crashes.
Closes-Bug: 1784069

Adding Introspect for mesos manager
Fix for bringing introspect for mesos-manager
objects on port 8109
Partial-bug: #1795295

Agent changes for inter-as option c part1
1. added new table int.3 to process labelled inet routes
2. added new nexthop type labelled tunnel nh
3. vpn routes with tunnel type as mpls depends on inet.3
routes to resolve its nexthop
partial-Bug: #1743517

Mesos api server not responing to 127.0.0.1 ip
Setting api server ip to be accessed through the node ip
Closes-Bug: #1807302

Adding default as_path for 2 byte asn neighbor
With 4 byte asn changes, by default as_path with 4 byte asn
was being added. It should be as_path with 2 byte asn if the
peer does not support 4 byte asn.
Closes-Bug: #218663

build fix for inter-as changes
Partial-Bug: #1743517

Account for flow count on interface if
flow is ingress flow , increase flow count by 2
for interface one for forward and another for reverse.
If zero is set on vmi take value from virtual network.
Closes-Bug: #1805337
Closes-Bug: #1806866
Closes-Bug: #1804823

Agent crash @ assert in VxlanRoutingManager::BridgeVnNotify
Porting the fix from R5.0 - removed the assert
Closes-bug: #1767044

Split flow management to multiple files
Partial-Bug: #1800894

[Fabric] Enhancements for 

[Bug 218663] A change has been merged

2019-02-19 Thread OpenContrail Admin
Reviewed:  https://review.opencontrail.org/49393
Committed: 
http://github.com/Juniper/contrail-controller/commit/77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Submitter: Zuul v3 CI (zuu...@zuul.opencontrail.org)
Branch:R6.0-WIP

commit 77df3b58265b3fab414dfbc00e1ff39d19f0a99c
Author: Shivayogi Ugaji 
Date:   Mon Nov 5 22:07:18 2018 -0800

Apply commits from master onto R6.0-WIP

db_resync_done lock is used to indicate the amqp thread to wait for resync to
complete. In this case, when we call SchemaTransformer.destroy_instance()
due to Casandra connection failure, this lock remains locked blocking
destroy_instance. destroy_instance calls _vnc_subscribe_callback to drain the
amqp queue which waits infinitely for db_resync_done lock to be released.
This fix releases db_resync_done lock so that destroy_instance doesnt get
blocked.
Closes-Bug: #1801474

[DM] Hitless image upgrade implementation
Closes-Bug: #1799322

Provisioner for the devicemanager node.
usage:
from /opt/contrail/utils
python provision_devicemgr_node.py --host_name aio --host_ip 10.87.82.2
--oper add --admin_user admin --admin_password contrail123 --admin_tenant_name
admin --openstack_ip 10.87.82.2 --api_server_ip 10.87.82.2
Closes-Bug: #1805303

CFM: Changes for onboarding L3PNF
- Add new platform SRX240
- Add L3PNF subnet is schema
- Add new namespace, VN and IPAM for L3PNF during brownfield onboarding
Closes-Bug: 1800701

Add entrypoint to vrouter-agent service on Windows
Introduce entrypoint for agent similar in design to that from
microservice deployment. For now it will only start agent,
actual features will be added in following changes.
Partial-Bug: #1806677

Check build dependencies for tbb, SimpleAmqpClient and rabbitmq
Closes-Bug: #1806719

Make agent's entrypoint update agent's config on Windows
In future we will generate the whole config from scratch
as on Linux, but for now we only update the vhost's ifname.
It's the only field that can change upon restart.
Partial-Bug: #1806677

bgp-peer selection support for bgpaas
1. Listener BgpRouterConfig is added for BgpRouter and ControlNodeZone
2. BgpRouterConfig builds BgpRouterTree and ControlNodeZoneTree
from IFMapNode
3. BGPaaS gets BgpRouter for configured ControlNodeZone from
BgpRouterConfig and Updates bgp-peer-ip and bgp-peer-port in
the flow.
4. Step 3 is followed for xmpp based peer-selection also.
5. BGPaaS sandesh is updated with primary_control_node_zone,
secondary_control_node_zone, bgp_peer_ip and bgp_peer_port
Partial-bug: #1775872

[DM] Inside-outside workflow - lag/mH
1. Change the exisiting business logic to adhere to the new data model for 
lag/mH workflow
2. Multi-vlan support
Partial-Bug: #1799329

Rework nodemgr before fixing ntp issue
- move windows/linux code to separate classes instead of same condition through 
the code
- simplify main.py
- remove copy duplication
Closes-Bug: 1800704

[fabric] Added playbook retry support to job manager
1) When playbook return retry_devices in the output, job manager will retry the 
playbooks against those devices
2) remove obsolete playbooks from 5.0
3) remove obsolete ansible roles from 5.0
4) added a warning log on missing loopback interface when creating bgp router
5) import os version to prouter object
6) Fixed pep8 warnings and errors
Partial-Bug: #1805237

nodemgr: add checking time sync by crhony
Closes-Bug: #1800704

Dont include "lost+found" folder in /var/crashes
If /var/crashes is mounted, fsck can create
"lost+found" folder in it. The core list reported
by nodemgr will contain this folder, even though its
not a core file. This assumes there is no core file
reported by the name "lost+found" and it can also
report other folders/files reported in var/crashes.
Closes-Bug: 1784069

Adding Introspect for mesos manager
Fix for bringing introspect for mesos-manager
objects on port 8109
Partial-bug: #1795295

Agent changes for inter-as option c part1
1. added new table int.3 to process labelled inet routes
2. added new nexthop type labelled tunnel nh
3. vpn routes with tunnel type as mpls depends on inet.3
routes to resolve its nexthop
partial-Bug: #1743517

Mesos api server not responing to 127.0.0.1 ip
Setting api server ip to be accessed through the node ip
Closes-Bug: #1807302

Adding default as_path for 2 byte asn neighbor
With 4 byte asn changes, by default as_path with 4 byte asn
was being added. It should be as_path with 2 byte asn if the
peer does not support 4 byte asn.
Closes-Bug: #218663

build fix for inter-as changes
Partial-Bug: #1743517

Account for flow count on interface if
flow is ingress flow , increase flow count by 2
for interface one for forward and another for reverse.
If zero is set on vmi take value from virtual network.
Closes-Bug: #1805337
Closes-Bug: #1806866
Closes-Bug: #1804823

Agent crash @ assert in VxlanRoutingManager::BridgeVnNotify
Porting the fix from R5.0 - removed the assert
Closes-bug: #1767044

Split flow management to multiple files
Partial-Bug: #1800894

[Fabric] Enhancements for 

[Bug 1735368] Re: libapache2-mod-python: Port to Python3 needed

2019-02-19 Thread Steve Langasek
This was demoted already in cosmic and no one minded.  It was *only*
being held in main via the server-ship seed but was not used via the
installer so did not belong in server-ship anymore.  There is no python3
replacement in the archive. We should consider this resolved.

** Changed in: libapache2-mod-python (Ubuntu)
   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/1735368

Title:
  libapache2-mod-python: Port to Python3 needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1735368/+subscriptions

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

[Bug 1816703] Re: fuck

2019-02-19 Thread Daniel van Vugt
Well I'm glad you're honest, but please include more information to
better describe the problem you are facing.

** Package changed: xorg (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

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

Title:
  fuck

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

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

[Bug 1816667] Re: update ppc64

2019-02-19 Thread Brian Murray
*** This bug is a duplicate of bug 1790202 ***
https://bugs.launchpad.net/bugs/1790202

** This bug has been marked a duplicate of bug 1790202
   Ubuntu 16.04 on powerpc offered to upgrade to 18.04

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

Title:
  update ppc64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1816667/+subscriptions

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

[Bug 1816702] Re: Ubuntu 19.04 - tablet pc won't wake with pen or device buttons

2019-02-19 Thread Chris Guiver
** Description changed:

- // i'll write this on a real keyboard, shortly..
- // this is device-type specific & minor
+ Ubuntu 19.04 QA-TEST on tablet.pc (wacom pen)
+ motion computing j3400 (c2d-u9400, 4gb, intel mobile 4 series)
+ 
+ The test went really well, but I noticed I couldn't wake it if left
+ alone and screen dims & thus locks using tablet buttons or pen (& its
+ button).
+ 
+ This is [most] likely device specific & is very MINOR.
+ 
+ It woke perfectly when keyboard/stand was attached, but not with the
+ device's arrow keys, button, or any on screen mouse movement (using pen,
+ including pen button).  If the device dimmed screen with onscreen
+ keyboard no longer visible, and I couldn't wake it.
+ 
+ The result was you had to connect keyboard/stand in order to wake
+ device...  The track-pad on the keyboard/stand woke machine too, but
+ that required keyboard to be attached.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gnome-power-manager 3.30.0-2
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  Uname: Linux 4.18.0-11-generic x86_64
  ApportVersion: 2.20.10-0ubuntu19
  Architecture: amd64
  CasperVersion: 1.402
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Feb 20 07:00:51 2019
  LiveMediaBuild: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- Ubuntu 19.04 - tablet pc won't wake with pen or device buttons
+ Ubuntu 19.04 - tablet pc won't wake with pen or device buttons (unless 
keyboard attached)

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

Title:
  Ubuntu 19.04 - tablet pc won't wake with pen or device buttons (unless
  keyboard attached)

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

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

[Bug 1816703] [NEW] fuck

2019-02-19 Thread Nicholas J. Linden Jr.
Public bug reported:

i dont know

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CompositorRunning: None
Date: Wed Feb 20 01:03:43 2019
DistUpgraded: 2018-11-03 00:06:35,514 DEBUG icon theme changed, re-reading
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 4th Gen Core Processor Integrated Graphics Controller 
[17aa:221e]
 NVIDIA Corporation GK107GLM [Quadro K1100M] [10de:0ff6] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo GK107GLM [Quadro K1100M] [17aa:221e]
InstallationDate: Installed on 2017-06-08 (621 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: LENOVO 20EGS2Y100
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-45-generic 
root=UUID=634836b3-fbce-46ef-a204-02830b05eb59 ro quiet splash
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2018-11-03 (109 days ago)
dmi.bios.date: 09/01/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: GNET75WW (2.23 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20EGS2Y100
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: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGNET75WW(2.23):bd09/01/2015:svnLENOVO:pn20EGS2Y100:pvrThinkPadW541:rvnLENOVO:rn20EGS2Y100:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.family: ThinkPad W541
dmi.product.name: 20EGS2Y100
dmi.product.version: ThinkPad W541
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.95-1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.8-0ubuntu0~18.04.2
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Fri Nov  2 22:48:29 2018
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 NOUVEAU(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5571 
 vendor CMN
xserver.version: 2:1.18.4-0ubuntu0.8

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

Title:
  fuck

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

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

[Bug 1735372] Re: mailman/mailman3: Please drop dependency on Python2 (demoting mailman)

2019-02-19 Thread Steve Langasek
mailman | 1:2.1.29-1 | disco/universe | source, amd64, arm64, armhf,
i386, ppc64el, s390x


** Changed in: mailman (Ubuntu)
   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/1735372

Title:
  mailman/mailman3: Please drop dependency on Python2 (demoting mailman)

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

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

[Bug 1816702] [NEW] Ubuntu 19.04 - tablet pc won't wake with pen or device buttons (unless keyboard attached)

2019-02-19 Thread Chris Guiver
Public bug reported:

Ubuntu 19.04 QA-TEST on tablet.pc (wacom pen)
motion computing j3400 (c2d-u9400, 4gb, intel mobile 4 series)

The test went really well, but I noticed I couldn't wake it if left
alone and screen dims & thus locks using tablet buttons or pen (& its
button).

This is [most] likely device specific & is very MINOR.

It woke perfectly when keyboard/stand was attached, but not with the
device's arrow keys, button, or any on screen mouse movement (using pen,
including pen button).  If the device dimmed screen with onscreen
keyboard no longer visible, and I couldn't wake it.

The result was you had to connect keyboard/stand in order to wake
device...  The track-pad on the keyboard/stand woke machine too, but
that required keyboard to be attached.


ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gnome-power-manager 3.30.0-2
ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
Uname: Linux 4.18.0-11-generic x86_64
ApportVersion: 2.20.10-0ubuntu19
Architecture: amd64
CasperVersion: 1.402
CurrentDesktop: ubuntu:GNOME
Date: Wed Feb 20 07:00:51 2019
LiveMediaBuild: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

** Attachment added: "sudo lshw >lshw.txt"
   https://bugs.launchpad.net/bugs/1816702/+attachment/5240072/+files/lshw.txt

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

Title:
  Ubuntu 19.04 - tablet pc won't wake with pen or device buttons (unless
  keyboard attached)

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

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

[Bug 1735372] Re: mailman/mailman3: Please drop dependency on Python2 (demoting mailman)

2019-02-19 Thread Steve Langasek
Override component to main
mailman3 3.2.0-1ubuntu1 in disco: universe/misc -> main
mailman3 3.2.0-1ubuntu1 in disco amd64: universe/web/optional/100% -> main
mailman3 3.2.0-1ubuntu1 in disco arm64: universe/web/optional/100% -> main
mailman3 3.2.0-1ubuntu1 in disco armhf: universe/web/optional/100% -> main
mailman3 3.2.0-1ubuntu1 in disco i386: universe/web/optional/100% -> main
mailman3 3.2.0-1ubuntu1 in disco ppc64el: universe/web/optional/100% -> main
mailman3 3.2.0-1ubuntu1 in disco s390x: universe/web/optional/100% -> main
mailman3-doc 3.2.0-1ubuntu1 in disco amd64: universe/doc/optional/100% -> main
mailman3-doc 3.2.0-1ubuntu1 in disco arm64: universe/doc/optional/100% -> main
mailman3-doc 3.2.0-1ubuntu1 in disco armhf: universe/doc/optional/100% -> main
mailman3-doc 3.2.0-1ubuntu1 in disco i386: universe/doc/optional/100% -> main
mailman3-doc 3.2.0-1ubuntu1 in disco ppc64el: universe/doc/optional/100% -> main
mailman3-doc 3.2.0-1ubuntu1 in disco s390x: universe/doc/optional/100% -> main
mailman3-full 3.2.0-1ubuntu1 in disco amd64: universe/mail/optional/100% -> main
mailman3-full 3.2.0-1ubuntu1 in disco arm64: universe/mail/optional/100% -> main
mailman3-full 3.2.0-1ubuntu1 in disco armhf: universe/mail/optional/100% -> main
mailman3-full 3.2.0-1ubuntu1 in disco i386: universe/mail/optional/100% -> main
mailman3-full 3.2.0-1ubuntu1 in disco ppc64el: universe/mail/optional/100% -> 
main
mailman3-full 3.2.0-1ubuntu1 in disco s390x: universe/mail/optional/100% -> main
19 publications overridden.


** Changed in: mailman3 (Ubuntu)
   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/1735372

Title:
  mailman/mailman3: Please drop dependency on Python2 (demoting mailman)

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

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

[Bug 1813873] Re: Userspace break as a result of missing patch backport

2019-02-19 Thread Norbert
Also seen on AskUbuntu - https://askubuntu.com/q/1113704/66509 - with
16.04 LTS and 18.04 LTS.

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

Title:
  Userspace break as a result of missing patch backport

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

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

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-19 Thread Norbert
*** This bug is a duplicate of bug 1813873 ***
https://bugs.launchpad.net/bugs/1813873

** This bug has been marked a duplicate of bug 1813873
   Userspace break as a result of missing patch backport

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

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

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

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

[Bug 1799679] Re: Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging glxgears or glxheads

2019-02-19 Thread Daniel van Vugt
** Tags added: nvidia

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

Title:
  Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging
  glxgears or glxheads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1799679/+subscriptions

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

[Bug 1816700] Re: nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to build

2019-02-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1816700/+subscriptions

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

[Bug 1816700] [NEW] nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to build

2019-02-19 Thread Baran Özgül
Public bug reported:

111

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nvidia-384 384.130-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
DKMSKernelVersion: 4.4.0-143-generic
Date: Fri Feb 15 10:55:29 2019
DuplicateSignature: 
dkms:nvidia-384:384.130-0ubuntu0.16.04.1:/var/lib/dkms/nvidia-384/384.130/build/common/inc/nv-mm.h:44:9:
 error: too many arguments to function ‘get_user_pages’
InstallationDate: Installed on 2019-01-15 (35 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 (20180731)
PackageVersion: 384.130-0ubuntu0.16.04.1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.5
 apt  1.2.29ubuntu0.1
SourcePackage: nvidia-graphics-drivers-384
Title: nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-384 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1816700/+subscriptions

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

[Bug 1799679] Re: Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging glxgears or glxheads

2019-02-19 Thread Daniel van Vugt
The bug is also in nvidia-410.93 and nvidia-418.30 :(

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

Title:
  Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging
  glxgears or glxheads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1799679/+subscriptions

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

[Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-19 Thread Norbert
Yesterday I went to this bug on Ubuntu 16.04.5 LTS with all updates and without 
PPAs on physical hardware.
The problem was with 4.4.0-142-generic kernel. Rebooting with previous kernel 
(138 in may case) helped.

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

Title:
  gpm prevents loging to the console: spurious “Enter” events seems
  inserted

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

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

[Bug 1816699] [NEW] go2 needs to depend on python-gobject

2019-02-19 Thread Jason Moore
Public bug reported:

In bionic, go2 fails to work without manually installing python-gobject.

** Affects: go2 (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/1816699

Title:
  go2 needs to depend on python-gobject

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

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

[Bug 1816699] Re: go2 needs to depend on python-gobject

2019-02-19 Thread Jason Moore
Sorry, I meant in cosmic cuttlefish 18.10. An importerror occurs because
import gobject does not work.

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

Title:
  go2 needs to depend on python-gobject

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

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

[Bug 1799679] Re: Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging glxgears or glxheads

2019-02-19 Thread Daniel van Vugt
** Tags added: disco

** Also affects: nvidia-graphics-drivers-410 (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/1799679

Title:
  Nvidia driver causes Xorg to use 100% CPU and huge lag when dragging
  glxgears or glxheads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1799679/+subscriptions

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

[Bug 1815978] Re: sa-compile broken on 16.04 LTS AMD64

2019-02-19 Thread Christian Ehrhardt 
I'm glad the discussion helped to resolve your problem Stuart.

The discussion around the split of 32/64 bit packages. Be it -i386
packages or multiarch in general is a different one. If you want you can
start that on the ubuntu-devel mailing list - but I'd expect the
discussion already exists somewhere, I just don't have a link ready atm.

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

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

Title:
  sa-compile broken on 16.04 LTS AMD64

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

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

[Bug 1816271] Re: [regression] No sound on ThinkPad T530 until activity at headphone jack(in or out/in) after about 14Feb19

2019-02-19 Thread Daniel van Vugt
Steve,

The reporter says the problem started on the same day as the last
update:

https://launchpad.net/ubuntu/+source/pulseaudio/1:12.2-2ubuntu1

So it is a regression that occurred in an update. Or are you suggesting
that tag is only for stable releases?

** Tags added: regression regression-update

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

Title:
  [regression] No sound on ThinkPad T530 until activity at headphone
  jack(in or out/in) after about 14Feb19

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

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

Re: [Bug 1815852] Re: squid FATAL: check failed: ios[0].iov_len == sizeof(data)#012 exception location: TypedMsgHdr.cc(70) sync#012

2019-02-19 Thread Christian Ehrhardt 
On Tue, Feb 19, 2019 at 11:45 PM Haw Loeung  wrote:
>
> @paelzer, I'm not able to bisect that down at this stage and would
> rather rely on someone else to do that.

Ok, thanks for letting us know Haw.

> I don't think LP: #1816006 is related though since that one still
> applies to Disco and this one is fixed with squid 4.4 shipped in Disco.

It is related in a way that the same setup and config triggers it - so
testing and verification could as well be the same.
I agree that the root cause and fix for it is not the same, therefore
they are only related but not a duplicate.

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

Title:
  squid FATAL: check failed: ios[0].iov_len == sizeof(data)#012
  exception location: TypedMsgHdr.cc(70) sync#012

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

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

[Bug 1816271] Re: [regression] No sound on ThinkPad T530 until activity at headphone jack(in or out/in) after about 14Feb19

2019-02-19 Thread Daniel van Vugt
Hmm, actually the sound control panel for disco got redesigned and
released about the same day. So it's possible this is a configuration
problem from that.

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

Title:
  [regression] No sound on ThinkPad T530 until activity at headphone
  jack(in or out/in) after about 14Feb19

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

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

[Bug 1796839] Comment bridged from LTC Bugzilla

2019-02-19 Thread bugproxy
--- Comment From harih...@in.ibm.com 2019-02-20 00:30 EDT---
The method mentioned in comment 9 is to use module parameter to change the 
value of max_mem_regions. Which is working and hotplug happens upto the 256 
times.

How ever the same solution may not be useful in the production
environment. To set the module parameter we have remove the module
first, to do so we have to bring down all running guests.

I would be always goo to set the max_mem_regions to set to max value say
512. That will enable hotplug on production environment with out bring
down and modules or guests.

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

Title:
  Only 64 Memory regions or dimms supported for Hotplug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1796839/+subscriptions

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

[Bug 1424743] Re: libunrar.so support

2019-02-19 Thread Bug Watch Updater
** Changed in: unrar-nonfree (Debian)
   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/1424743

Title:
  libunrar.so support

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

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

[Bug 1805953] Re: perl is not installed correctly ubuntu-18.10-server-amd64.iso

2019-02-19 Thread Steve Langasek
/usr/bin/perl comes from the perl-base package which is always
installed.  File/stat.pm comes from the perl-base modules package, which
is installed by default, unless you unselected the server task at
installation time.  You should apt install ubuntu-server to restore the
default Ubuntu server experience.

** Changed in: perl (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  perl is not installed correctly ubuntu-18.10-server-amd64.iso

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

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

[Bug 1671164] Re: No malayalam language support

2019-02-19 Thread Lenin
is that also with version 2.0 of flowblade?

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

Title:
  No malayalam language support

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

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

[Bug 1816271] Re: [regression] No sound on ThinkPad T530 until activity at headphone jack(in or out/in) after about 14Feb19

2019-02-19 Thread Steve Langasek
** Tags removed: regression-update

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

Title:
  [regression] No sound on ThinkPad T530 until activity at headphone
  jack(in or out/in) after about 14Feb19

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

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

[Bug 1816695] [NEW] crashed on installation

2019-02-19 Thread charlie
Public bug reported:

I was trying to install robolinux in virtualbox and it crashed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.9 [modified: usr/share/ubiquity/apt-setup]
ProcVersionSignature: Ubuntu 4.13.0-32.35~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CasperVersion: 1.376.2
Date: Wed Feb 20 15:46:31 2019
LiveMediaBuild: Robolinux_9 16.04 - Release amd64
ProcEnviron:
 LANGUAGE=en_AU.UTF-8
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UbiquitySyslog:
 
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug custom xenial

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

Title:
  crashed on installation

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

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

[Bug 1459692] Re: [MIR] anope

2019-02-19 Thread Barry Price
** No longer affects: inspircd (Ubuntu)

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

Title:
  [MIR] anope

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

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

[Bug 1798091] Re: thumbnailer cannot create tempfiles (with apparmor denials)

2019-02-19 Thread Mathew Hodson
** Changed in: evince (Ubuntu Cosmic)
   Importance: Undecided => High

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

Title:
  thumbnailer cannot create tempfiles (with apparmor denials)

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

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

[Bug 1459692] Re: [MIR] anope

2019-02-19 Thread Barry Price
** Also affects: inspircd (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/1459692

Title:
  [MIR] anope

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

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

[Bug 1816271] Re: [regression] No sound on ThinkPad T530 until activity at headphone jack(in or out/in) after about 14Feb19

2019-02-19 Thread Kris M
Hardware spec sheet as well as Win7 claim the Realtek codec is ALC3202.
Apparently Ubuntu is seeing it as ALC269VC.

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

Title:
  [regression] No sound on ThinkPad T530 until activity at headphone
  jack(in or out/in) after about 14Feb19

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

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

[Bug 1386180] Re: screenshot does not work in totem

2019-02-19 Thread Launchpad Bug Tracker
[Expired for totem (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  screenshot does not work in totem

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

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

[Bug 1790257] Re: sudo update issue

2019-02-19 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  sudo update issue

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

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

[Bug 1800210] Re: dose not work rite

2019-02-19 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  dose not work rite

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

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

[Bug 1800428] Re: graphics

2019-02-19 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  graphics

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

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

[Bug 1800309] Re: not installed during update to ubuntu 18

2019-02-19 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  not installed during update to ubuntu 18

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

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

[Bug 1797176] Re: PC is unbearably slow

2019-02-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  PC is unbearably slow

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

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

[Bug 1809103] Re: Memory leak in evolution

2019-02-19 Thread Launchpad Bug Tracker
[Expired for evolution-data-server (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: evolution-data-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Memory leak in evolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1809103/+subscriptions

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

[Bug 1803982] Re: reset full-speed USB device number 11 using xhci_hcd

2019-02-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  reset full-speed USB device number 11 using xhci_hcd

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

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

[Bug 1799844] Re: dose not work rite

2019-02-19 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  dose not work rite

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

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

[Bug 1800943] Re: was trying to install uuntu 14.04

2019-02-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  was trying to install uuntu 14.04

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

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

[Bug 1799470] Re: slow boot in kubuntu 18.04

2019-02-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  slow boot in kubuntu 18.04

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

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

[Bug 1750041] Re: incompatible with PHPUnit 6

2019-02-19 Thread Bug Watch Updater
** Changed in: php-zeta-console-tools (Debian)
   Status: Unknown => 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/1750041

Title:
  incompatible with PHPUnit 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-sabredav/+bug/1750041/+subscriptions

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

[Bug 1816689] Re: /usr/bin/blueman-report:urllib.error.HTTPError:/usr/bin/blueman-report@69:urlopen:open:http_response:error:_call_chain:http_error_default

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

** Changed in: blueman (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/1816689

Title:
  /usr/bin/blueman-report:urllib.error.HTTPError:/usr/bin/blueman-
  report@69:urlopen:open:http_response:error:_call_chain:http_error_default

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

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

[Bug 1816689] [NEW] /usr/bin/blueman-report:urllib.error.HTTPError:/usr/bin/blueman-report@69:urlopen:open:http_response:error:_call_chain:http_error_default

2019-02-19 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
blueman.  This problem was most recently seen with package version 
2.0.5-1ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/d23f4e430d08f680c99cd7373cb1de670e751e78 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: artful bionic cosmic xenial

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

Title:
  /usr/bin/blueman-report:urllib.error.HTTPError:/usr/bin/blueman-
  report@69:urlopen:open:http_response:error:_call_chain:http_error_default

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

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

[Bug 1816691] [NEW] Cannot start Compiz Config Settings Manager

2019-02-19 Thread angel
Public bug reported:

When i try to launch CCSM, i get this error:

x@xx ~]$ccsm
compizconfig - Info: Backend : ini
compizconfig - Info: Integration : true
compizconfig - Info: Profile : default
Traceback (most recent call last):
  File "/usr/bin/ccsm", line 122, in 
mainWin = ccm.MainWin(context, plugin, category)
  File "/usr/lib/python3.7/site-packages/ccm/Window.py", line 55, in __init__
self.MainPage = MainPage(self, self.Context)
  File "/usr/lib/python3.7/site-packages/ccm/Pages.py", line 1209, in __init__
pluginWindow = PluginWindow(self.Context)
  File "/usr/lib/python3.7/site-packages/ccm/Widgets.py", line 1642, in __init__
category_box = CategoryBox(context, category, plugins, i)
  File "/usr/lib/python3.7/site-packages/ccm/Widgets.py", line 1506, in __init__
self._plugins.sort(key=PluginKeyFunc)
  File "src/compizconfig.pyx", line 943, in 
compizconfig.Plugin.ShortDesc.__get__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 27: 
ordinal not in range(128)

** Affects: compiz (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/1816691

Title:
  Cannot start Compiz Config Settings Manager

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

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

[Bug 1816687] [NEW] Bionic pavucontrol fails to set default device if usb sink or source exists

2019-02-19 Thread Erick Brunzell via ubuntu-bugs
Public bug reported:

Just as the title says, if a usb sound card is in use pavucontol's
settings are ignored. This appears to be an unintended result of the
changes made to address bug #1702794. Specifically if you now look at
/etc/pulse/default.pa you'll find this section:

### Use hot-plugged devices like Bluetooth or USB automatically (LP: #1702794)
.ifexists module-switch-on-connect.so
load-module module-switch-on-connect
.endif

So you must comment out those three lines in order for pavucontrol
device default settings to be respected if a usb sound card is plugged
in at reboot or startup. It's not a big deal but I hadn't run across
this in the past and couldn't find an existing bug report.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: pavucontrol 3.0-4
ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: GNOME-Flashback:GNOME
Date: Tue Feb 19 21:05:18 2019
InstallationDate: Installed on 2018-01-28 (387 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: pavucontrol
UpgradeStatus: Upgraded to bionic on 2018-08-15 (188 days ago)

** Affects: pavucontrol (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/1816687

Title:
  Bionic pavucontrol fails to set default device if usb sink or source
  exists

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

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

[Bug 1573508] Re: nvidia-*: nvidia-* kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2019-02-19 Thread Daniel van Vugt
** Also affects: nvidia-graphics-drivers-384 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: nvidia-graphics-drivers-384 (Ubuntu)
   Importance: Undecided => High

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

Title:
  nvidia-*: nvidia-* kernel module failed to build [error: too many
  arguments to function ‘get_user_pages’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1573508/+subscriptions

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

[Bug 1803667] Re: new requirement for Automatic Installation

2019-02-19 Thread vmware-gos-Yuhua via ubuntu-bugs
change the issue's status since it expires due to no response for a long time.
Thanks.


** Changed in: base-installer (Ubuntu)
   Status: Expired => New

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

Title:
  new requirement for Automatic Installation

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

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

[Bug 1805953] Re: perl is not installed correctly ubuntu-18.10-server-amd64.iso

2019-02-19 Thread vmware-gos-Yuhua via ubuntu-bugs
I install OS with iso ubuntu-18.10-server-amd64.iso. After installation,
the perl exists. But it lacks file /usr/share/perl/5.26/File/stat.pm
when comparing to the installed OS system with ISO ubuntu-18.10-live-
server-amd64.iso/ubuntu-18.10-desktop-amd64.iso/ubuntu-18.04-server-
amd64.iso.

So it's strange why this file is missing after I installed OS with
ubuntu-18.10-server-amd64.iso.

I change the issue's status for your confirmation. Thanks.



** Changed in: perl (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  perl is not installed correctly ubuntu-18.10-server-amd64.iso

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

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

[Bug 1815776] Re: nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to build [error: too few arguments to function ‘get_user_pages’]

2019-02-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1573508 ***
https://bugs.launchpad.net/bugs/1573508

** Summary changed:

- nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to build
+ nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to build 
[error: too few arguments to function ‘get_user_pages’]

** Also affects: nvidia-graphics-drivers-304 (Ubuntu)
   Importance: Undecided
   Status: New

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

** This bug has been marked a duplicate of bug 1815752
   nvidia-340 340.104-0ubuntu0.16.04.1: nvidia-340 kernel module failed to 
build [error: too many arguments to function ‘get_user_pages’]

** This bug is no longer a duplicate of bug 1815752
   nvidia-* kernel module failed to build [error: too many arguments to 
function ‘get_user_pages’]
** This bug has been marked a duplicate of bug 1573508
   nvidia-*: nvidia-* kernel module failed to build [error: too many arguments 
to function ‘get_user_pages’]

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

Title:
  nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed
  to build [error: too few arguments to function ‘get_user_pages’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1815776/+subscriptions

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

[Bug 1816554] Re: nvidia-384 384.130-0ubuntu0.14.04.1: nvidia-384 kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2019-02-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1573508 ***
https://bugs.launchpad.net/bugs/1573508

** Summary changed:

- nvidia-384 384.130-0ubuntu0.14.04.1: nvidia-384 kernel module failed to build
+ nvidia-384 384.130-0ubuntu0.14.04.1: nvidia-384 kernel module failed to build 
[error: too many arguments to function ‘get_user_pages’]

** This bug has been marked a duplicate of bug 1815858
   nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed to 
build [error: too many arguments to function ‘get_user_pages’]

** This bug is no longer a duplicate of bug 1815776
   nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to 
build [error: too few arguments to function ‘get_user_pages’]
** This bug has been marked a duplicate of bug 1815752
   nvidia-340 340.104-0ubuntu0.16.04.1: nvidia-340 kernel module failed to 
build [error: too many arguments to function ‘get_user_pages’]

** This bug is no longer a duplicate of bug 1815858
   nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed to 
build [error: too many arguments to function ‘get_user_pages’]
** This bug has been marked a duplicate of bug 1815776
   nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to 
build [error: too few arguments to function ‘get_user_pages’]

** This bug is no longer a duplicate of bug 1815752
   nvidia-* kernel module failed to build [error: too many arguments to 
function ‘get_user_pages’]
** This bug has been marked a duplicate of bug 1573508
   nvidia-*: nvidia-* kernel module failed to build [error: too many arguments 
to function ‘get_user_pages’]

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

Title:
  nvidia-384 384.130-0ubuntu0.14.04.1: nvidia-384 kernel module failed
  to build [error: too many arguments to function ‘get_user_pages’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1816554/+subscriptions

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

[Bug 1815752] Re: nvidia-340 340.104-0ubuntu0.16.04.1: nvidia-340 kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2019-02-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1573508 ***
https://bugs.launchpad.net/bugs/1573508

** Summary changed:

- nvidia-340 340.104-0ubuntu0.16.04.1: nvidia-340 kernel module failed to build
+ nvidia-340 340.104-0ubuntu0.16.04.1: nvidia-340 kernel module failed to build 
[error: too many arguments to function ‘get_user_pages’]

** Also affects: nvidia-graphics-drivers-304 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-384 (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Summary changed:

- nvidia-340 340.104-0ubuntu0.16.04.1: nvidia-340 kernel module failed to build 
[error: too many arguments to function ‘get_user_pages’]
+ nvidia-* kernel module failed to build [error: too many arguments to function 
‘get_user_pages’]

** This bug has been marked a duplicate of bug 1573508
   nvidia-*: nvidia-* kernel module failed to build [error: too many arguments 
to function ‘get_user_pages’]

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

Title:
  nvidia-* kernel module failed to build [error: too many arguments to
  function ‘get_user_pages’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1815752/+subscriptions

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

[Bug 1750041] Re: incompatible with PHPUnit 6

2019-02-19 Thread Logan Rosen
** Bug watch added: Debian Bug tracker #882920
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882920

** Also affects: php-zeta-console-tools (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882920
   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/1750041

Title:
  incompatible with PHPUnit 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-sabredav/+bug/1750041/+subscriptions

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

[Bug 1786822] Re: Pinta constantly crashes in Ubuntu 18.04 fresh install

2019-02-19 Thread Jason Heeris
The issue seems to be with the Mono libs. See here for instructions to
install a PPA with more recent packages: https://www.mono-
project.com/download/stable/#download-lin

Found via https://askubuntu.com/a/955564/19501

Using that PPA resolved the issue for me (so far...)

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

Title:
  Pinta constantly crashes in Ubuntu 18.04 fresh install

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

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

[Bug 1815858] Re: nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2019-02-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1573508 ***
https://bugs.launchpad.net/bugs/1573508

** This bug has been marked a duplicate of bug 1815776
   nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to 
build [error: too few arguments to function ‘get_user_pages’]

** This bug is no longer a duplicate of bug 1815776
   nvidia-384 384.130-0ubuntu0.16.04.1: nvidia-384 kernel module failed to 
build [error: too few arguments to function ‘get_user_pages’]
** This bug has been marked a duplicate of bug 1815752
   nvidia-340 340.104-0ubuntu0.16.04.1: nvidia-340 kernel module failed to 
build [error: too many arguments to function ‘get_user_pages’]

** This bug is no longer a duplicate of bug 1815752
   nvidia-* kernel module failed to build [error: too many arguments to 
function ‘get_user_pages’]
** This bug has been marked a duplicate of bug 1573508
   nvidia-*: nvidia-* kernel module failed to build [error: too many arguments 
to function ‘get_user_pages’]

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

Title:
  nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed
  to build [error: too many arguments to function ‘get_user_pages’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1815858/+subscriptions

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

[Bug 1816225] Re: fglrx-core (not installed): fglrx-core kernel module failed to build [fatal error: asm/i387.h: No such file or directory]

2019-02-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1512527 ***
https://bugs.launchpad.net/bugs/1512527

** Summary changed:

- fglrx-core (not installed): fglrx-core kernel module failed to build
+ fglrx-core (not installed): fglrx-core kernel module failed to build [fatal 
error: asm/i387.h: No such file or directory]

** This bug has been marked a duplicate of bug 1512527
   fglrx-core (not installed): fglrx-core kernel module failed to build [fatal 
error: asm/i387.h: No such file or directory]

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

Title:
  fglrx-core (not installed): fglrx-core kernel module failed to build
  [fatal error: asm/i387.h: No such file or directory]

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

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

[Bug 1815858] Re: nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2019-02-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1573508 ***
https://bugs.launchpad.net/bugs/1573508

** Summary changed:

- nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed to build
+ nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed to build 
[error: too many arguments to function ‘get_user_pages’]

** Also affects: nvidia-graphics-drivers-384 (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/1815858

Title:
  nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed
  to build [error: too many arguments to function ‘get_user_pages’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1815858/+subscriptions

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

[Bug 1815858] Re: nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed to build [error: too many arguments to function ‘get_user_pages’]

2019-02-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1573508 ***
https://bugs.launchpad.net/bugs/1573508

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-384 (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/1815858

Title:
  nvidia-304 304.135-0ubuntu0.16.04.2: nvidia-304 kernel module failed
  to build [error: too many arguments to function ‘get_user_pages’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1815858/+subscriptions

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

[Bug 1816641] Re: Xorg Session crash out upon resuming

2019-02-19 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

3. If step 2 also failed then apply the workaround from bug 994921,
reboot, reproduce the crash, and retry step 1.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.

** Tags added: nvidia

** Summary changed:

- Xorg Session crash out upon resuming
+ [nvidia] Xorg Session crash out upon resuming

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: New => Incomplete

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

Title:
  [nvidia] Xorg Session crash out upon resuming

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

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

[Bug 1816639] Re: The Ubuntu 18.4 very slow

2019-02-19 Thread Daniel van Vugt
Janne,

Are you using Unity, Gnome Shell, or some other desktop?

** Package changed: xorg (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

** Summary changed:

- The Ubuntu 18.4 very slow
+ The Ubuntu 18.4 very slow (Pentium T4200, i965GM)

** Summary changed:

- The Ubuntu 18.4 very slow (Pentium T4200, i965GM)
+ Ubuntu 18.04 very slow (Pentium T4200, i965GM)

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

Title:
  Ubuntu 18.04 very slow (Pentium T4200, i965GM)

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

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

[Bug 1816665] Re: Lubuntu 19.04 daily no keyboard input on live session

2019-02-19 Thread Walter Lapchynski
Actually this brings up a good point. I assume the reported versions are
that of the image rather than the host. So what's the nature of the host
system Lyn?

** Changed in: lubuntu-meta (Ubuntu)
   Status: New => Incomplete

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

Title:
  Lubuntu 19.04 daily no keyboard  input on live session

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

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

[Bug 1815957] Status changed to Confirmed

2019-02-19 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/1815957

Title:
  SynPS/2 Synaptics TouchPad: Read error 19

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

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

[Bug 1816634] Re: GNOME Shell consistently ignores mouse clicks in a particular app window

2019-02-19 Thread Daniel van Vugt
Steve,

This sounds like a problem that should be reported to the Gnome
developers. However before doing that, are you able to test if the
problem exists in Ubuntu 18.10 or 19.04?

http://releases.ubuntu.com/18.10/
http://cdimages.ubuntu.com/daily-live/current/

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

Title:
  GNOME Shell consistently ignores mouse clicks in a particular app
  window

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

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

[Bug 1816549] Re: het zoeken beeld blijft hangen in midden van scherm

2019-02-19 Thread Daniel van Vugt
Could you please take a photo or screenshot of the problem so we can
understand better what you are seeing?

** Package changed: xorg (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

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

Title:
  het zoeken beeld blijft hangen in midden van scherm

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

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

[Bug 1816429] Re: [bytcr-rt5651 - bytcr-rt5651, playback] Pulseaudio fails to detect card

2019-02-19 Thread Daniel van Vugt
I vaguely recall sound didn't work on Cherry Trail systems like this
until recently. Could you please try live booting some newer versions of
Ubuntu and tell us which versions have working sound?

18.04: http://releases.ubuntu.com/18.04/
18.10: http://releases.ubuntu.com/18.10/
19.04: http://cdimages.ubuntu.com/daily-live/current/

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

Title:
  [bytcr-rt5651 - bytcr-rt5651, playback] Pulseaudio fails to detect
  card

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

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

[Bug 1816634] Re: GNOME Shell consistently ignores mouse clicks in a particular app window

2019-02-19 Thread Daniel van Vugt
** Tags added: bionic

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

Title:
  GNOME Shell consistently ignores mouse clicks in a particular app
  window

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

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

[Bug 1816271] Re: [ALC269VC Analog] No sound on ThinkPad T530 until activity at headphone jack(in or out/in) after about 14Feb19

2019-02-19 Thread Daniel van Vugt
** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => New

** Summary changed:

- [ALC269VC Analog] No sound on ThinkPad T530 until activity at headphone 
jack(in or out/in) after about 14Feb19
+ [regression] No sound on ThinkPad T530 until activity at headphone jack(in or 
out/in) after about 14Feb19

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

Title:
  [regression] No sound on ThinkPad T530 until activity at headphone
  jack(in or out/in) after about 14Feb19

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

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

[Bug 1815957] Re: SynPS/2 Synaptics TouchPad: Read error 19

2019-02-19 Thread Daniel van Vugt
** Changed in: libinput (Ubuntu)
   Status: Incomplete => New

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

** Changed in: xserver-xorg-input-libinput (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/1815957

Title:
  SynPS/2 Synaptics TouchPad: Read error 19

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

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

[Bug 1815115] Re: Hangs on or restarts frequently

2019-02-19 Thread Daniel van Vugt
** Changed in: ubuntu
   Status: Incomplete => Invalid

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

Title:
  Hangs on or restarts frequently

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

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

[Bug 1816665] Re: Lubuntu 19.04 daily no keyboard input on live session

2019-02-19 Thread Dan Simmons
I was unable to reproduce this on a Lubuntu 19.04 host machine using the
4.19.0-13-generic kernel and qemu-kvm 1:3.1+dfsg-2ubuntu1. My keyboard
worked in both the live system and the installed vm. I also tested
Oracle VirtualBox 6.0.4-dfsg-5 and had no issue there as well.

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

Title:
  Lubuntu 19.04 daily no keyboard  input on live session

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

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

[Bug 1814801] Re: Sony bluetooth headphones don't connect with correct audio profile

2019-02-19 Thread Daniel van Vugt
I would like to exclude the possibility that this problem might be some
other component of Linux Mint (like blueman) affecting the profile
selection. To do that, please boot Ubuntu 18.04 (which contains exactly
the same version of pulseaudio) and tell us if the problem still occurs
there:

http://releases.ubuntu.com/18.04/

** Package changed: ubuntu => pulseaudio (Ubuntu)

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

Title:
  Sony bluetooth headphones don't connect with correct audio profile

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

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

[Bug 1814839] Re: "Sloppy" or "Focus on Hover" window focus is slow to respond, some keystrokes go to the wrong (old) window

2019-02-19 Thread Daniel van Vugt
** Description changed:

+ https://gitlab.gnome.org/GNOME/mutter/issues/469
+ 
+ ---
+ 
  Ubuntu 18.04.  Gnome X11 session.
  
  When window focus policy is set to follow the mouse, then if the mouse
  is moved into a new window and keystrokes typed immediately afterwards,
  the keystrokes go to the old window (invariably causing application
  errors).
  
  This is extremely annoying for rapid-fire developers, who for example
  run vim in one window to edit a script and bash in another to test the
  script; the sequence 1) save changes in vim; 2) move mouse to the bash
  window; 3) type the command to run the script results in the shell
  command (or part of it) being received by vim in the old window (with
  occasionally-entertaining effects).
  
  It seems like mouse-movement events are not kept in-order with respect
  to keyboard events.  I can see the mouse pointer move to the new window
  before I type on the keyboard, so I know the mouse-move events have been
  received before the keystrokes.
  
  Speculations:
  
  This might be a window-manager bug: Although the mouse cursor has moved
  before I type, the window borders may not yet have changed to indicate a
  changed focus (not certain because the sequence is so quick).  Therefore
  the window manager might be (erroneously) continuing to pass keystrokes
  to the "current" (i.e. old) window after the mouse moves into the new
  window.  I'm assuming here that the window manager is able to receive
  mouse-move and keyboard events in a single stream, or timestamped, or
  otherwise marked so they can be processed in the order they originally
  occurred.
  
  Or maybe Xorg does not keep them in order or doesn't allow the window-
  manager to know their relative order.  Or maybe keystrokes are going
  directly to the old window without filtering for the current mouse
  position (if this is the case, then IMO xorg should be told to stop
  delivering keystrokes if the mouse is outside a specified region until
  the window-manager tells it to resume delivery; or some similar way to
  allow the focus-change to occur first).
  
  STEPS TO REPRODUCE:
  
  1. Run gnome-tweaks, set Windows->Window Focus to "Sloppy"
  2. Open two vertically-adjacent gnome-terminal windows
  3. Put cursor in the top window.  Wait 2 seconds.
  4. Move mouse (with one hand) rapidly into the other window, then 
(immediately) type a character into the other window (with the other hand)
  
  ACTUAL RESULTS: The keystroke appears in the old window
  
  EXPECTED RESULTS: Keystroke appears in the new window (i.e. the
  keystroke is not processed at all until the window manager completes the
  focus change). In other words, "typeahead" should encompass both
  keystrokes and mouse movements.

** Changed in: mutter (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: mutter (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  "Sloppy" or "Focus on Hover" window focus is slow to respond, some
  keystrokes go to the wrong (old) window

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

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

[Bug 1814125] Re: [nvidia] gnome-shell eats 100% cpu when seconds display is on and screen is locked

2019-02-19 Thread Daniel van Vugt
OK. Since the problem seems to be in the Nvidia-415 driver, and that
driver is not part of Ubuntu then this bug is not a valid Ubuntu bug
right now. Sorry.

You can potentially make this a valid Ubuntu bug if you install
(downgrade) to a supported version of the Nvidia driver like version
390.

  1. Uninstall the nvidia driver version 415.
  2. sudo apt install nvidia-driver-390

Then if the bug still occurs in a supported version of the driver we can
reopen this bug.

** Package changed: gnome-shell (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: Incomplete => Invalid

** Summary changed:

- [nvidia] gnome-shell eats 100% cpu when seconds display is on and screen is 
locked
+ [nvidia-415] gnome-shell eats 100% cpu when seconds display is on and screen 
is locked

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

Title:
  [nvidia-415] gnome-shell eats 100% cpu when seconds display is on and
  screen is locked

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

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

[Bug 1816271] Re: [ALC269VC Analog] No sound on ThinkPad T530 until activity at headphone jack(in or out/in) after about 14Feb19

2019-02-19 Thread Kris M
to clarify title:
After about 14Feb19 :

When boot, there is no sound: settings/sound does not show any
soundcard.

If I then plug in a headphones to headphone jack, Immediately soundcard
and sound are present.

If I booted with the headphones already plugged in, I must unplug AND
then replug the headphones to get immediately soundcard and sound are
present.

I saw a single pulseaudio update go in at or around 14Feb19.

I can go back to 10Feb and redo updates, but I have also found that
sometimes, even when I don't have something checked in update, it will
update it anyway, so hard to get a system without that specific update
while I am taking other updates. Yes that in itself is a bug but not for
this bug.

hardware: Sony Vaio computer speakers, or Razer headphones. Result same.

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

Title:
  [ALC269VC Analog] No sound on ThinkPad T530 until activity at
  headphone jack(in or out/in) after about 14Feb19

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

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

[Bug 1788098] Comment bridged from LTC Bugzilla

2019-02-19 Thread bugproxy
--- Comment From p...@au1.ibm.com 2019-02-19 20:52 EDT---
(In reply to comment #34)
> In a meeting with lagarcia, I was informed this patch is very important, and
> that it is already on kernel 4.18-15 onwards.
>
> In fact, including this one. there are two important patches on this subject:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git/commit/
> ?h=kvm-ppc-next=c066fafc595eef5ae3c83ae3a8305956b8c3ef15
> https://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git/commit/
> ?h=kvm-ppc-next=6579804c431712d56956a63b1a01509441cc6800

To get those you will need to cherry-pick the following patches from
upstream:

39c983ea0f96 KVM: PPC: Remove unused kvm_unmap_hva callback
c4c8a7643e74 KVM: PPC: Book3S HV: Radix page fault handler optimizations
f7caf712d885 KVM: PPC: Book3S HV: Streamline setting of reference and change 
bits
58c5c276b4c2 KVM: PPC: Book3S HV: Handle 1GB pages in radix page fault handler
31c8b0d0694a KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot() in page fault 
handler
e2560b108fb1 KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in 
kvmppc_radix_tlbie_page
7e3d9a1d0f2c KVM: PPC: Book3S HV: Make radix clear pte when unmapping
df158189dbcc KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path
21828c99ee91 powerpc/kvm: Switch kvm pmd allocator to custom allocator
99491e2d0e50 powerpc/mm/radix: Remove unused code
0078778a86b1 powerpc/mm/radix: implement LPID based TLB flushes to be used by 
KVM (note that this one will generate some conflicts)
a5fad1e95952 KVM: PPC: Book3S HV: Use a helper to unmap ptes in the radix fault 
path
a5704e83aa3d KVM: PPC: Book3S HV: Recursively unmap all page table entries when 
unmapping
d91cb39ffa7b KVM: PPC: Book3S HV: Make radix use the Linux translation flush 
functions for partition scope
9a4506e11b97 KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush 
in C, with relocation on
bc64dd0e1c4e KVM: PPC: Book3S HV: radix: Refine IO region partition scope 
attributes
878cf2bb2d8d KVM: PPC: Book3S HV: radix: Do not clear partition PTE when RC or 
write bits do not match
c066fafc595e KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
71d29f43b633 KVM: PPC: Book3S HV: Don't use compound_order to determine host 
mapping size
6579804c4317 KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix 
page fault

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

Title:
  Avoid migration issues with aligned 2MB THB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1788098/+subscriptions

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

[Bug 1816271] Re: [ALC269VC Analog] No sound on ThinkPad T530 until activity at headphone jack(in/out or out/in) after about 14Feb19

2019-02-19 Thread Kris M
** Summary changed:

- [ALC269VC Analog] No sound on ThinkPad T530 until headphones are re-plugged in
+ [ALC269VC Analog] No sound on ThinkPad T530 until activity at headphone 
jack(in/out or out/in) after about 14Feb19

** Summary changed:

- [ALC269VC Analog] No sound on ThinkPad T530 until activity at headphone 
jack(in/out or out/in) after about 14Feb19
+ [ALC269VC Analog] No sound on ThinkPad T530 until activity at headphone 
jack(in or out/in) after about 14Feb19

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

Title:
  [ALC269VC Analog] No sound on ThinkPad T530 until activity at
  headphone jack(in or out/in) after about 14Feb19

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

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

[Bug 1543192] Re: Xorg crashed with SIGABRT in OsAbort() from AbortServer() from FatalError("no screens found") from dix_main()

2019-02-19 Thread Daniel van Vugt
** Summary changed:

- Xorg crashed with SIGABRT in OsAbort() from AbortServer() from FatalError() 
from dix_main() ["no screens found"]
+ Xorg crashed with SIGABRT in OsAbort() from AbortServer() from FatalError("no 
screens found") from dix_main()

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

Title:
  Xorg crashed with SIGABRT in OsAbort() from AbortServer() from
  FatalError("no screens found") from dix_main()

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

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

[Bug 1816271] Re: [ALC269VC Analog] No sound on ThinkPad T530 until headphones are re-plugged in

2019-02-19 Thread Daniel van Vugt
Kris M says in comment #44 of bug 1583801:

1816271 I get no sound after boot whether or not headphones are plugged in.
If headphones not plugged in, after boot, plugging them in wakes sound.
If headphones ARE plugged in at boot, must unplug and plug in headphones to 
wake sound.
It's just not waking alsa or pulseaudio. Worked fine until about 14th or 
15th.Feb

** Tags added: regression-update

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

Title:
  [ALC269VC Analog] No sound on ThinkPad T530 until activity at
  headphone jack(in or out/in) after about 14Feb19

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

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

[Bug 1816271] Re: [ALC269VC Analog] No sound on ThinkPad T530 until headphones are re-plugged in

2019-02-19 Thread Daniel van Vugt
This bug is reopened.

While bug 1583801 is about not getting sound when booting with the
headphones plugged in, you say you experience a secondary problem of no
sound even without headphones plugged in during boot.

So let's make this bug about that second part. Please reword the bug
title/description to be about that.

** This bug is no longer a duplicate of bug 1583801
   No sound via headphones (headset) when Ubuntu boots with them plugged in

** Changed in: pulseaudio (Ubuntu)
   Importance: Low => Undecided

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

Title:
  [ALC269VC Analog] No sound on ThinkPad T530 until activity at
  headphone jack(in or out/in) after about 14Feb19

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

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

[Bug 1816521] Re: TSN Enabling

2019-02-19 Thread quanxian
** Information type changed from Private to Public

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

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

Title:
  TSN Enabling

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

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

[Bug 1815429] Re: Xorg crash

2019-02-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1543192 ***
https://bugs.launchpad.net/bugs/1543192

Thanks. That shows this is a duplicate of bug 1543192.

** This bug has been marked a duplicate of bug 1543192
   Xorg crashed with SIGABRT in OsAbort() from AbortServer() from FatalError() 
from dix_main() ["no screens found"]

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

Title:
  Xorg crash

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

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

[Bug 1583801] Re: No sound via headphones (headset) when Ubuntu boots with them plugged in

2019-02-19 Thread Daniel van Vugt
Kris M,

OK, the above discussion does sound like a different bug anyway, since
you say it regressed around 14 Feb. So please move back to bug 1816271
which has been reopened.

While it does sound like you are experiencing this bug, I think we
should use bug 1816271 to track the part that regressed this month: that
you get no sound in 19.04 even when booting without headphones plugged
in.

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

Title:
  No sound via headphones (headset) when Ubuntu boots with them plugged
  in

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

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

[Bug 1816673] Re: GUI dances while installing

2019-02-19 Thread Erich Eickmeyer
** Changed in: ubuntustudio-installer
   Status: New => In Progress

** Changed in: ubuntustudio-installer
   Status: In Progress => Fix Committed

** Changed in: ubuntustudio-installer (Ubuntu)
   Status: New => Fix Committed

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

Title:
  GUI dances while installing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio-installer/+bug/1816673/+subscriptions

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

[Bug 1816681] Re: package samba 2:4.8.4+dfsg-2ubuntu2.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2019-02-19 Thread mpf102
I'm not an expert but I noted other problems with Ubuntu Mate 18.10.
Others were mainly GUI failures, elements that dissapear from panels and
some windows that looks like wrongly canvas-cut.

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

Title:
  package samba 2:4.8.4+dfsg-2ubuntu2.1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

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

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

[Bug 1816681] [NEW] package samba 2:4.8.4+dfsg-2ubuntu2.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2019-02-19 Thread mpf102
Public bug reported:

1) Ubuntu Mate 18.10
2) system-config-samba 1.2.63-0ubuntu6
3) I just tried to install samba in my desktop pc to share files with a Windows 
pc and a Android phone. Formerly I had it installed in this same pc with Ubuntu 
Mate 17.10 and I had no problems with installation or use.
4) Installation failed.

ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: samba 2:4.8.4+dfsg-2ubuntu2.1
ProcVersionSignature: Ubuntu 4.18.0-15.16-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
Date: Tue Feb 19 21:30:24 2019
ErrorMessage: problemas de dependencias - se deja sin configurar
InstallationDate: Installed on 2019-02-12 (7 days ago)
InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.10
PythonDetails: /usr/bin/python2.7, Python 2.7.15+, python-minimal, 2.7.15-3
RelatedPackageVersions:
 nautilus N/A
 gvfs 1.38.1-0ubuntu1.2
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:4.8.4+dfsg-2ubuntu2.1 failed to install/upgrade: 
problemas de dependencias - se deja sin configurar
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package cosmic

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

Title:
  package samba 2:4.8.4+dfsg-2ubuntu2.1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

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

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

[Bug 1629715] Re: kde version shows the install popup after a few seconds of launching (without chosing the iso)

2019-02-19 Thread Otto
usb-creator-kde 0.3.5
kubuntu 18.04
plasma 5.12.7
frameworks 5.44.0
qt 5.9.5
kernel 4.15.0-45-generic
64-bit

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

Title:
  kde version shows the install popup after a few seconds of launching
  (without chosing the iso)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1629715/+subscriptions

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

[Bug 1816676] Re: Geary 0.13.0 encountered a problem connecting to an account.

2019-02-19 Thread Michael Gratton
Hi, thanks for the bug report. This is a problem with the version of
GLib in shipped in Ubuntu 18.04. It has been reported upstream as
https://gitlab.gnome.org/GNOME/geary/issues/217

As a work around you can try disabling IPv6 as directed in that issue,
or install Geary from https://flathub.org - a proper work around will be
released shortly in 0.13.1


** Changed in: geary (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Geary 0.13.0 encountered a problem connecting to an account.

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

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

[Bug 1816667] Re: update ppc64

2019-02-19 Thread Ubuntu Foundations Team Bug Bot
** Tags added: xenial2bionic

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

Title:
  update ppc64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1816667/+subscriptions

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

[Bug 1791312] Re: ubuntu 18.04 flickering screen with Radeon X1600

2019-02-19 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  ubuntu 18.04 flickering screen with Radeon X1600

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

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

[Bug 1815854] Re: Hugin (et al.) vertically squeezes my long panorama

2019-02-19 Thread Scott Cowles Jacobs
I take it that you found the problem?
Boy - that was fast!

I am curious what it was...

Also,

If it has been fixed, please let me know where and when I can access the
fixed version for "artful", so I can help verify that it now works.

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

Title:
  Hugin (et al.) vertically squeezes my long panorama

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

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

[Bug 1816675] Re: package libreoffice-style-human 1:4.2.8-0ubuntu4 failed to install/upgrade: cannot copy extracted data for './usr/share/libreoffice/share/config/images_human.zip' to '/usr/share/libr

2019-02-19 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 there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

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

** Tags added: corrupted-package

** Changed in: libreoffice (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/1816675

Title:
  package libreoffice-style-human 1:4.2.8-0ubuntu4 failed to
  install/upgrade: cannot copy extracted data for
  './usr/share/libreoffice/share/config/images_human.zip' to
  '/usr/share/libreoffice/share/config/images_human.zip.dpkg-new':
  unexpected end of file or stream

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

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

[Bug 1816680] [NEW] Trying to install 18.04.02 over NFS

2019-02-19 Thread Ronald Roeleveld
Public bug reported:

I've just setup an PXE server combined with NFS to install various distros.
I had some problems booting Ubuntu 18.04.02 because it always went to 
maintenance mode. After reading here that this is a know bug I added 
"systemd.mask=tmp.mount" to the APPEND line.

Altough this allows me to boot, the installation crashes at some point,
see my log file below.

2019-02-19 23:51:38,611 subiquitycore.core:430 Exception in controller.run():
Traceback (most recent call last):
  File "/snap/subiquity/664/lib/python3.6/site-packages/subiquitycore/core.py", 
line 428, in run
self.common['loop'].run()
  File "/snap/subiquity/664/usr/lib/python3/dist-packages/urwid/main_loop.py", 
line 286, in run
self._run()
  File "/snap/subiquity/664/usr/lib/python3/dist-packages/urwid/main_loop.py", 
line 388, in _run
self.stop()
  File "/snap/subiquity/664/usr/lib/python3/dist-packages/urwid/main_loop.py", 
line 368, in stop
self.screen.stop()
  File 
"/snap/subiquity/664/usr/lib/python3/dist-packages/urwid/display_common.py", 
line 760, in stop
self._stop()
  File 
"/snap/subiquity/664/usr/lib/python3/dist-packages/urwid/raw_display.py", line 
265, in _stop
self.flush()
  File 
"/snap/subiquity/664/usr/lib/python3/dist-packages/urwid/raw_display.py", line 
287, in flush
self._term_output_file.flush()
OSError: [Errno 5] Input/output error

The PXE/NFS server is running Ubuntu 18.04.02 and both the client and
server are running on VMWare ESXI 6.7.

My apologies if this has been posted before.

Kind regards.

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

** Attachment added: "Full installer log"
   
https://bugs.launchpad.net/bugs/1816680/+attachment/5240028/+files/subiquity-debug.log

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

Title:
  Trying to install 18.04.02 over NFS

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

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

[Bug 1798557] Re: xymon-client and snaps, client report gets red in disk, inode, misc states

2019-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package xymon - 4.3.28-4

---
xymon (4.3.28-4) unstable; urgency=medium

  [ Axel Beckert ]
  * Update Vcs-* headers for move to Salsa.
  * Override package-contains-documentation-outside-usr-share-doc lintian
warning for multiple cases of documentation about a directory.
  * Declare compliance with Debian Policy 4.3.0.
+ Install RELEASENOTES file as /usr/share/doc/package/NEWS.gz.
  * Reintroduce MAKEFLAGS=-j1 again as I ran into issues with parallel
building again, but restrict it to override_dh_auto_build and the
server's install target in override_dh_auto_install.
  * Fix URL pointing upstream mailing list posting in
debian/xymon.lintian-overrides. It was pointing to the wrong mail.
  * Make lintian overrides for package-contains-hardlink more generic:
+ Catches future CGI script hardlinks.
+ Independent of which file is regarded as file others are linked to.
+ Reduces amount of lines needed in debian/xymon.lintian-overrides.
  * Ignore squashfs mounts when checking for disk usage. (LP: #1798557)
  * Add patch to fix old spelling errors found by new lintian.
  * Add patch to switch example in analysis.cfg(5) from FSSTND to FHS.
Fixes lintian warning FSSTND-dir-in-manual-page.
  * Fix existence of debian/docs together with debian/xymon.docs and
debian/xymon-client.docs by adequately merging the former into the two
latter files. Reintroduces some upstream documentation which was
missing for a few years.
+ Install docs/TODO only into the server package "xymon".

  [ Ondřej Nový ]
  * debian/watch: Use HTTPS.

 -- Axel Beckert   Tue, 19 Feb 2019 18:50:07 +0100

** Changed in: xymon (Ubuntu)
   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/1798557

Title:
  xymon-client and snaps, client report gets red in disk, inode, misc
  states

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hobbit-plugins/+bug/1798557/+subscriptions

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

[Bug 1815896] Re: Missing header files

2019-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package ros-ros-comm - 1.14.3+ds1-5

---
ros-ros-comm (1.14.3+ds1-5) unstable; urgency=medium

  * install ros/transport headers (LP: #1815896)

 -- Jochen Sprickerhof   Mon, 18 Feb 2019 19:45:15
+0100

** Changed in: ros-ros-comm (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/1815896

Title:
  Missing header files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ros-ros-comm/+bug/1815896/+subscriptions

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

[Bug 1815339] Re: Printer stopped printing paper size 4"x6" after update ghostscript to 9.26

2019-02-19 Thread Bug Watch Updater
** Changed in: gs-gpl
   Status: Unknown => 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/1815339

Title:
  Printer stopped printing paper size 4"x6" after update ghostscript to
  9.26

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1815339/+subscriptions

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

[Bug 1815978] Re: sa-compile broken on 16.04 LTS AMD64

2019-02-19 Thread Stuart Longland
Okay, so I think now *something* corrupted libc6-dev:

Firstly, the initial checks that were asked for:
root@bnesecrf0:~# find /usr/include -name types.h
/usr/include/asm-generic/types.h
/usr/include/c++/4.8/parallel/types.h
/usr/include/c++/5/parallel/types.h
/usr/include/linux/iio/types.h
/usr/include/linux/types.h
/usr/include/rpc/types.h
/usr/include/x86_64-linux-gnu/asm/types.h
/usr/include/x86_64-linux-gnu/bits/types.h
/usr/include/sys/types.h
root@bnesecrf0:~# find /usr/lib -name perl.h
/usr/lib/x86_64-linux-gnu/perl/5.22.1/CORE/perl.h
root@bnesecrf0:~# dpkg -l libc6-dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   
Architecture  Description
+++--=-=-==
ii  libc6-dev:amd64  2.23-0ubuntu10amd64
 GNU C Library: Development Libraries and Header Files

If I try to install it, it tells me it's already up-to-date, then sa-compile 
falls over:
root@bnesecrf0:~# apt-get install -y libc6-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6-dev is already the newest version (2.23-0ubuntu10).
0 to upgrade, 0 to newly install, 0 to remove and 80 not to upgrade.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up sa-compile (3.4.2-0ubuntu0.16.04.1) ...
Running sa-compile (may take a long time)
In file included from body_0.xs:2:0:
/usr/lib/x86_64-linux-gnu/perl/5.22/CORE/perl.h:701:23: fatal error: 
sys/types.h: No such file or directory
compilation terminated.
make: *** [body_0.o] Error 1
command 'make PREFIX=/tmp/.spamassassin27817YiiVnctmp/ignored 
INSTALLSITEARCH=/var/lib/spamassassin/compiled/5.022/3.004002 
>>/tmp/.spamassassin27817YiiVnctmp/log' failed: exit 2
dpkg: error processing package sa-compile (--configure):
 subprocess installed post-installation script returned error exit status 25
Errors were encountered while processing:
 sa-compile
E: Sub-process /usr/bin/dpkg returned an error code (1)

However forcing a re-installation had an interesting effect:
root@bnesecrf0:~# apt-get install --reinstall -y libc6-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 to upgrade, 0 to newly install, 1 to reinstall, 0 to remove and 80 not to 
upgrade.
1 not fully installed or removed.
Need to get 0 B/2,079 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 174921 files and directories currently installed.)
Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ...
Unpacking libc6-dev:amd64 (2.23-0ubuntu10) over (2.23-0ubuntu10) ...
Setting up libc6-dev:amd64 (2.23-0ubuntu10) ...
Setting up sa-compile (3.4.2-0ubuntu0.16.04.1) ...
Running sa-compile (may take a long time)
root@bnesecrf0:~# sa-compile
Feb 20 09:40:51.952 [28456] info: generic: base extraction starting. this can 
take a while...
Feb 20 09:40:51.952 [28456] info: generic: extracting from rules of type body_0
100% 
[==]
 2438.47 rules/sec 00m00s DONE
100% 
[==]
 1164.76 bases/sec 00m02s DONE
Feb 20 09:40:54.279 [28456] info: body_0: 1164 base strings extracted in 3 
seconds
cd /tmp/.spamassassin28456guVjwjtmp
reading bases_body_0.in
cd Mail-SpamAssassin-CompiledRegexps-body_0
re2c -i -b -o scanner1.c scanner1.re
re2c -i -b -o scanner2.c scanner2.re
re2c -i -b -o scanner3.c scanner3.re
re2c -i -b -o scanner4.c scanner4.re
re2c -i -b -o scanner5.c scanner5.re
re2c -i -b -o scanner6.c scanner6.re
/usr/bin/perl Makefile.PL PREFIX=/tmp/.spamassassin28456guVjwjtmp/ignored 
INSTALLSITEARCH=/var/lib/spamassassin/compiled/5.022/3.004002
Generating a Unix-style Makefile
Writing Makefile for Mail::SpamAssassin::CompiledRegexps::body_0
Writing MYMETA.yml and MYMETA.json
make PREFIX=/tmp/.spamassassin28456guVjwjtmp/ignored 
INSTALLSITEARCH=/var/lib/spamassassin/compiled/5.022/3.004002
cp body_0.pm blib/lib/Mail/SpamAssassin/CompiledRegexps/body_0.pm
Running Mkbootstrap for Mail::SpamAssassin::CompiledRegexps::body_0 ()
chmod 644 "body_0.bs"
"/usr/bin/perl" "/usr/share/perl/5.22/ExtUtils/xsubpp"  -typemap 
"/usr/share/perl/5.22/ExtUtils/typemap"  body_0.xs > body_0.xsc && mv 
body_0.xsc body_0.c
"/usr/bin/perl" "/usr/share/perl/5.22/ExtUtils/xsubpp"  -typemap 
"/usr/share/perl/5.22/ExtUtils/typemap"  body_0.xs > body_0.xsc && mv 

  1   2   3   4   5   6   >