[Touch-packages] [Bug 1845046] Re: Bluetooth headphones/speaker default to low quality headset mode and fails to switch to A2DP when selected

2019-12-04 Thread Daniel van Vugt
Regardless of whether bluez or pulseaudio are at fault, this feels like
a recent regression since it's now affecting my Bluetooth speaker
hardware which has been unchanged for several years. And it looks like
18.04 and later received updates to both packages this year.

I guess the most useful thing to do would be to try a fresh 18.04
installation with the oldest packages, verify the bug does not exist and
then figure out which update introduced the bug.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1845046

Title:
  Bluetooth headphones/speaker default to low quality headset mode and
  fails to switch to A2DP when selected

Status in bluez package in Ubuntu:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Whenever I turn on my headphones theyll connect to my computer but im
  able to hear the input audio from my microphone and low quality output
  audio. I have to disconnect the headphones in the bluetooth devices
  and reconnect for it to fix the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pulseaudio 1:11.1-1ubuntu7.2
  ProcVersionSignature: Ubuntu 5.0.0-29.31~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-29-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  litleck1398 F pulseaudio
   /dev/snd/controlC0:  litleck1398 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep 23 17:07:59 2019
  InstallationDate: Installed on 2019-09-22 (0 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: WH-1000XM3
  Symptom_Type: High background noise, or volume is too low
  Title: [WH-1000XM3, playback] Background noise or low volume
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2019
  dmi.bios.vendor: Alienware
  dmi.bios.version: 1.0.19
  dmi.board.name: 01NYPT
  dmi.board.vendor: Alienware
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Alienware
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnAlienware:bvr1.0.19:bd02/12/2019:svnAlienware:pnAlienwareAuroraR5:pvr1.0.19:rvnAlienware:rn01NYPT:rvrA00:cvnAlienware:ct3:cvrNotSpecified:
  dmi.product.family: Alienware
  dmi.product.name: Alienware Aurora R5
  dmi.product.sku: 0729
  dmi.product.version: 1.0.19
  dmi.sys.vendor: Alienware

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1811149] Re: 23 wireguard peers hang systemd-networkd

2019-12-04 Thread Joshua Sjoding
As near as I can tell the fix for this was never backported from systemd
v241 to bionic. I recently filed a related a bug report here:

https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1853956

My symptoms are a little different (misconfiguration instead of an
infinite loop), but I have a strong suspicion that the underlying cause
is the same.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1811149

Title:
  23 wireguard peers hang systemd-networkd

Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 18.04.1 LTS with systemd=237-3ubuntu10.9.
  Linux kernel version is 4.15.0-32-generic #35-Ubuntu SMP.
  wireguard=0.0.20181218-wg1~bionic from PPA.

  I have a Wireguard-based VPN server that has several peers. As soon as
  number of peers is 22 or lower, everything works okay. As soon as I
  add the 23rd peer, restart of `systemd-networkd` service fails with
  timeout while systemd-networkd hogs CPU.

  Moreover, if I reboot the box while wireguard configuration is
  "broken", systemd-networkd fails to apply network settings on boot and
  the box is no longer accessible over the network.

  Configuration is structured in a following way (keys are fake):

  ==> wg0.netdev
  [NetDev]
  Name=wg0
  Kind=wireguard
  Description=Wireguard VPN server
  [WireGuard]
  ListenPort=4500
  PrivateKey=kNl7tkhCM1Crj8RhUIn8xvwcg+UoOkw26kQjQEtZk1k=
  [WireGuardPeer]
  PublicKey=AfM1AN4IIUe5AVypFg2pcNrQmqOtZQIJLgusbkDYXkI=
  AllowedIPs=fd6f:b446:a2ca:0400:cb6f:b446:a2ca:bd0b/128
  AllowedIPs=fd6f:b446:a2ca:cb6f:b446:a2ca::/96
  # and 22 more [WireGuardPeer] like that

  ==> wg0.network
  Name=wg0
  [Network]
  Address=fd6f:b446:a2ca:0400::1/64
  [Route]
  Destination=fd6f:b446:a2ca:cb6f:b446:a2ca::/96
  # and 22 more [Route] sections like that

  syslog logs are attached both for "good" and "bad" cases, sample of
  strace logs is also attached for "bad" case.

  I'm filling the issue here as the aforementioned systemd version is
  already out of scope of upstream bug tracker per
  https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md
  #filing-issues

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854689] Re: BlueZ 5.52 release

2019-12-04 Thread Daniel van Vugt
** Attachment added: "bluez_5.52.orig.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1854689/+attachment/5309950/+files/bluez_5.52.orig.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1854689

Title:
  BlueZ 5.52 release

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  BlueZ 5.52 release:
  http://www.bluez.org/release-of-bluez-5-52/

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854689] Re: BlueZ 5.52 release

2019-12-04 Thread Daniel van Vugt
** Attachment added: "bluez_5.52-0ubuntu1.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1854689/+attachment/5309951/+files/bluez_5.52-0ubuntu1.debian.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1854689

Title:
  BlueZ 5.52 release

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  BlueZ 5.52 release:
  http://www.bluez.org/release-of-bluez-5-52/

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853956] Re: 34 wireguard peers result in invalid peer configuration

2019-12-04 Thread Joshua Sjoding
I think the underlying problem is improper fragmentation of netlink
messages sent to the WireGuard device by systemd v237 in the
set_wireguard_interface function:

https://github.com/systemd/systemd/blob/v237/src/network/netdev/wireguard.c#L107

Appending netlink message data can fail if the message size limit has
been exceeded. This can happen if there are too many peers or ip masks
in the netdev file, and the v237 code doesn't seem to handle this
properly. It's supposed to split the data up into message fragments, but
instead it can end up writing incoherent data to the netlink socket or
end up in an infinite loop.

This issue was fixed in systemd v241 by reworking the code over a few
commits:

https://github.com/systemd/systemd/pull/11418
https://github.com/systemd/systemd/pull/11580 (this fixed issues with the first 
PR)

I found some comments (now resolved) on one of the commits illuminating:

https://github.com/systemd/systemd/pull/11418/commits/e1f717d4a02e15ae11a191dd4962b2f4d117678d

Mic92 on 2019-01-15:

> The idea is that netlink's messages are limited in size. If an
interface has many peers, addresses or ip masks then the configuration
might not fit into one message and has to be split across different
messages.

yuwata on 2019-01-15:

> Yeah. I guess there was some bug in the cancellation logic, and it
causes infinite loop with the magic number 23.

The infinite loop with 23 peers yuwata mentions is a reference to Leonid's bug 
report from January:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1811149

I expect that backporting these fixes from v241 to bionic's systemd v237
branch would resolve both my issue and the issue reported by Leonid.

I realize this is a non-trivial change and there's a regression risk.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853956

Title:
  34 wireguard peers result in invalid peer configuration

Status in systemd package in Ubuntu:
  New

Bug description:
  ubuntu server 18.04.3 LTS
  systemd 237-3ubuntu10.31
  wireguard 0.0.20191012-wg1~bionic from PPA.

  We're using systemd-networkd to configure wireguard via
  wireguard.netdev and wireguard.network files in /etc/systemd/network/.
  All endpoints have IPv4 addresses.

  When we include 34, 35, or 36 [WireGuardPeer] entries in the netdev
  file some peers are configured incorrectly. The affected peers seem to
  be related to the total number of peers (counting from 0 here):

  33 peers: No issue
  34 peers: Peer 1 and 2 fail
  35 peers: Peer 2 and 3 fail
  36 peers: Peer 3 and 4 fail
  37 peers: No issue

  In all cases peer 0 is functional. For an affected pair of peers A and
  B, peer A ends up with the allowed IP address range of peer B. Peer B
  ends up with no allowed IP addresses. This can be seen in the output
  of wg. The connections to both peers fail because of incorrect address
  range assignments.

  We first encountered this issue in a production environment when we
  moved from 33 to 34 unique peers on each server. The issue was
  reproduced on 3 different physical servers with similar configuration
  by adding and removing peer 34.

  The [WireGuardPeer] entries do not need to be unique to reproduce the
  issue. In my testing I used 6 distinct peers and then used 28 or more
  identical copies of a 7th peer. The results were the same.

  In January 2019 a bug was reported that was also related to the number of 
wireguard peers, but the description seems sufficiently different from our case 
that I felt I should file a distinct bug report. Here's a link to that report 
in case I'm wrong about that:
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1811149

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1847967] Re: oem kernel packages treated differently from generic kernel ones

2019-12-04 Thread You-Sheng Yang
Created:
* 
https://code.launchpad.net/~vicamo/ubuntu/bionic/apport/bug-1847967/+merge/376380
* 
https://code.launchpad.net/~vicamo/ubuntu/disco/apport/bug-1847967/+merge/376381
* 
https://code.launchpad.net/~vicamo/ubuntu/eoan/apport/bug-1847967/+merge/374263

** Branch linked: lp:~vicamo/ubuntu/bionic/apport/bug-1847967

** Branch linked: lp:~vicamo/ubuntu/disco/apport/bug-1847967

** Changed in: apport (Ubuntu Bionic)
   Status: New => In Progress

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

** Changed in: apport (Ubuntu Eoan)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1847967

Title:
  oem kernel packages treated differently from generic kernel ones

Status in OEM Priority Project:
  New
Status in apport package in Ubuntu:
  Fix Committed
Status in apport source package in Bionic:
  In Progress
Status in apport source package in Disco:
  In Progress
Status in apport source package in Eoan:
  In Progress
Status in apport source package in Focal:
  Fix Committed

Bug description:
  When `apport-bug linux` was executed on systems with linux-oem, linux-
  oem-osp1 kernels, many details are not included as generic linux
  kernel does. Alsa info, dmesg, lspci, lsusb, DMI, etc. are missing.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854689] Re: BlueZ 5.52 release

2019-12-04 Thread Daniel van Vugt
** Changed in: bluez (Ubuntu)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1854689

Title:
  BlueZ 5.52 release

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  BlueZ 5.52 release:
  http://www.bluez.org/release-of-bluez-5-52/

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1847967] Re: oem kernel packages treated differently from generic kernel ones

2019-12-04 Thread You-Sheng Yang
** Changed in: apport (Ubuntu Focal)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1847967

Title:
  oem kernel packages treated differently from generic kernel ones

Status in OEM Priority Project:
  New
Status in apport package in Ubuntu:
  Fix Committed
Status in apport source package in Bionic:
  New
Status in apport source package in Disco:
  New
Status in apport source package in Eoan:
  New
Status in apport source package in Focal:
  Fix Committed

Bug description:
  When `apport-bug linux` was executed on systems with linux-oem, linux-
  oem-osp1 kernels, many details are not included as generic linux
  kernel does. Alsa info, dmesg, lspci, lsusb, DMI, etc. are missing.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853956] Re: 34 wireguard peers result in invalid peer configuration

2019-12-04 Thread Joshua Sjoding
I now believe the dmesg complaint in my last comment to be a separate
issue. A fix for it was backported to systemd v238 in this commit:

https://github.com/systemd/systemd-
stable/commit/7db3fe08c5eb83584f3a3d356876b4acaa797585#diff-
f29d1bfc98e548dc0eb497c3d17cbefa

It was not backported to systemd v237:

https://github.com/systemd/systemd-
stable/commits/v237-stable/src/network/netdev/wireguard.c

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853956

Title:
  34 wireguard peers result in invalid peer configuration

Status in systemd package in Ubuntu:
  New

Bug description:
  ubuntu server 18.04.3 LTS
  systemd 237-3ubuntu10.31
  wireguard 0.0.20191012-wg1~bionic from PPA.

  We're using systemd-networkd to configure wireguard via
  wireguard.netdev and wireguard.network files in /etc/systemd/network/.
  All endpoints have IPv4 addresses.

  When we include 34, 35, or 36 [WireGuardPeer] entries in the netdev
  file some peers are configured incorrectly. The affected peers seem to
  be related to the total number of peers (counting from 0 here):

  33 peers: No issue
  34 peers: Peer 1 and 2 fail
  35 peers: Peer 2 and 3 fail
  36 peers: Peer 3 and 4 fail
  37 peers: No issue

  In all cases peer 0 is functional. For an affected pair of peers A and
  B, peer A ends up with the allowed IP address range of peer B. Peer B
  ends up with no allowed IP addresses. This can be seen in the output
  of wg. The connections to both peers fail because of incorrect address
  range assignments.

  We first encountered this issue in a production environment when we
  moved from 33 to 34 unique peers on each server. The issue was
  reproduced on 3 different physical servers with similar configuration
  by adding and removing peer 34.

  The [WireGuardPeer] entries do not need to be unique to reproduce the
  issue. In my testing I used 6 distinct peers and then used 28 or more
  identical copies of a 7th peer. The results were the same.

  In January 2019 a bug was reported that was also related to the number of 
wireguard peers, but the description seems sufficiently different from our case 
that I felt I should file a distinct bug report. Here's a link to that report 
in case I'm wrong about that:
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1811149

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1847967] Re: oem kernel packages treated differently from generic kernel ones

2019-12-04 Thread You-Sheng Yang
Yes, it was made before Focal was out, but definitely want it to be SRU-
ed to all series with linux-oem/linux-oem-osp1 kernels.

** Also affects: apport (Ubuntu Focal)
   Importance: Undecided
 Assignee: You-Sheng Yang (vicamo)
   Status: In Progress

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1847967

Title:
  oem kernel packages treated differently from generic kernel ones

Status in OEM Priority Project:
  New
Status in apport package in Ubuntu:
  In Progress
Status in apport source package in Bionic:
  New
Status in apport source package in Disco:
  New
Status in apport source package in Eoan:
  New
Status in apport source package in Focal:
  In Progress

Bug description:
  When `apport-bug linux` was executed on systems with linux-oem, linux-
  oem-osp1 kernels, many details are not included as generic linux
  kernel does. Alsa info, dmesg, lspci, lsusb, DMI, etc. are missing.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1850667] Re: cgroup v2 is not fully supported yet, proceeding with partial confinement

2019-12-04 Thread Ryutaroh Matsumoto
This was reported to the upstream https://github.com/lxc/lxc/issues/3198
The purpose of libpam-cgfs is only  chowning some CGroup directories to the 
login user.
When Linux is booted with systemd.unified_cgroup_hierarchy,
/sys/fs/cgroup/user.slice/user-$UID.slice/session-nnn.scope is not chowned to a 
login user.
So libpam-cgfs completely fails to function under cgroup v2.

** Also affects: lxcfs (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: LXC bug tracker #3198
   https://github.com/lxc/lxc/issues/3198

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1850667

Title:
  cgroup v2 is not fully supported yet, proceeding with partial
  confinement

Status in docker.io package in Ubuntu:
  New
Status in lxc package in Ubuntu:
  New
Status in lxcfs package in Ubuntu:
  New
Status in lxd package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  In Progress

Bug description:
  Systemd upstream switched the default cgroup hierarchy to unified with
  v243. This change is reverted by the Ubuntu systemd packages, but as
  unified is the way to go per upstream support should be added to all
  relevant Ubuntu packges (and snaps):

  https://github.com/systemd/systemd/blob/v243/NEWS#L56

  * systemd now defaults to the "unified" cgroup hierarchy setup during
build-time, i.e. -Ddefault-hierarchy=unified is now the build-time
default. Previously, -Ddefault-hierarchy=hybrid was the default. 
This
change reflects the fact that cgroupsv2 support has matured
substantially in both systemd and in the kernel, and is clearly the
way forward. Downstream production distributions might want to
continue to use -Ddefault-hierarchy=hybrid (or even =legacy) for
their builds as unfortunately the popular container managers have 
not
caught up with the kernel API changes.

  
  Systemd is rebuilt using the new default and is available from the following 
PPA for testing:

  https://launchpad.net/~rbalint/+archive/ubuntu/systemd-unified-cgh

  The autopkgtest results against other packges are available here:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-cgh/?format=plain

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal-rbalint-systemd-unified-cgh/?format=plain

  lxc autopkgtest failing:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-
  cgh/eoan/amd64/d/docker.io/20191030_155944_2331e@/log.gz

  snapd autopkgtest failing:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-
  cgh/eoan/amd64/s/snapd/20191030_161354_94b26@/log.gz

  
  docker.io autopkgtest failing:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-eoan-rbalint-systemd-unified-
  cgh/eoan/amd64/d/docker.io/20191030_155944_2331e@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1850667/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1850041] Re: Systemd-analyze blame returns "Bootup is not yet finished"

2019-12-04 Thread Robert Dinse
I am experiencing this also.  If I disable plymouth-quit-wait.service
then boot completes but leaves me in text mode until I type control-
alt-f7.  This worked properly prior to 19.10 upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1850041

Title:
  Systemd-analyze blame returns "Bootup is not yet finished"

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Every time I run systemd-analyze blame, I get the message:

  Bootup is not yet finished 
(org.freedesktop.systemd1.Manager.FinishTimestampMonotonic=0).
  Please try again later.

  This, even if my laptop is on for several hours.

  Running systemctl list-jobs, returns:

  JOB UNIT TYPE  STATE  
1 graphical.target start waiting
   95 systemd-update-utmp-runlevel.service start waiting
   89 system-getty.slice   start waiting
   87 getty.target start waiting
   21 setvtrgb.service start waiting
  112 plymouth-quit-wait.service   start running
   88 getty@tty1.service   start waiting
2 multi-user.targetstart waiting

  Boot time is about 90 seconds, before and after upgrading from 19.04
  to 19.10.

  All applications start and run normally.

  My system is Ubuntu Budgie 19.10, working on a Dell Inspiron Laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: systemd 242-7ubuntu3
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  Uname: Linux 5.3.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Sun Oct 27 09:54:26 2019
  MachineType: Dell Inc. Inspiron 3421
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=2b7d5523-743f-465d-a24c-fadc4a3aa0f4 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   [EXTENDED]   /lib/systemd/system/user@.service → 
/lib/systemd/system/user@.service.d/timeout.conf
   
   3 overridden configuration files found.
  UpgradeStatus: Upgraded to eoan on 2019-10-23 (3 days ago)
  dmi.bios.date: 11/30/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd11/30/2012:svnDellInc.:pnInspiron3421:pvrNotSpecified:rvnDellInc.:rn:rvrA02:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3421
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853956] Re: 34 wireguard peers result in invalid peer configuration

2019-12-04 Thread Joshua Sjoding
On two systems with 33 peers I noticed that this shows up in dmesg after
a reboot:

netlink: 'systemd-network': attribute type 5 has an invalid length.

These lines also show up whenever I run `sudo systemctl restart systemd-
networkd` now. They didn't show up before the reboot.

This suggests that there may be issues I haven't noticed yet even with
fewer than 34 peers. In our production environment not all of our peers
are online all the time, so an issue affecting a few of them could go
unnoticed.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853956

Title:
  34 wireguard peers result in invalid peer configuration

Status in systemd package in Ubuntu:
  New

Bug description:
  ubuntu server 18.04.3 LTS
  systemd 237-3ubuntu10.31
  wireguard 0.0.20191012-wg1~bionic from PPA.

  We're using systemd-networkd to configure wireguard via
  wireguard.netdev and wireguard.network files in /etc/systemd/network/.
  All endpoints have IPv4 addresses.

  When we include 34, 35, or 36 [WireGuardPeer] entries in the netdev
  file some peers are configured incorrectly. The affected peers seem to
  be related to the total number of peers (counting from 0 here):

  33 peers: No issue
  34 peers: Peer 1 and 2 fail
  35 peers: Peer 2 and 3 fail
  36 peers: Peer 3 and 4 fail
  37 peers: No issue

  In all cases peer 0 is functional. For an affected pair of peers A and
  B, peer A ends up with the allowed IP address range of peer B. Peer B
  ends up with no allowed IP addresses. This can be seen in the output
  of wg. The connections to both peers fail because of incorrect address
  range assignments.

  We first encountered this issue in a production environment when we
  moved from 33 to 34 unique peers on each server. The issue was
  reproduced on 3 different physical servers with similar configuration
  by adding and removing peer 34.

  The [WireGuardPeer] entries do not need to be unique to reproduce the
  issue. In my testing I used 6 distinct peers and then used 28 or more
  identical copies of a 7th peer. The results were the same.

  In January 2019 a bug was reported that was also related to the number of 
wireguard peers, but the description seems sufficiently different from our case 
that I felt I should file a distinct bug report. Here's a link to that report 
in case I'm wrong about that:
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1811149

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854237] Re: autopkgtests fail after security fixes

2019-12-04 Thread Mathew Hodson
** Branch linked: lp:~mwhudson/ubuntu/focal/apport/lp-1854237

** Changed in: apport (Ubuntu)
   Importance: Undecided => High

** Changed in: apport (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: apport (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: apport (Ubuntu Disco)
   Importance: Undecided => High

** Changed in: apport (Ubuntu Eoan)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1854237

Title:
  autopkgtests fail after security fixes

Status in Apport:
  New
Status in apport package in Ubuntu:
  In Progress
Status in apport source package in Xenial:
  New
Status in apport source package in Bionic:
  New
Status in apport source package in Disco:
  New
Status in apport source package in Eoan:
  New

Bug description:
  The following autopkgtests fail after the recent security fixes:

  log:FAIL: test_get_logind_session (__main__.T)
  log:FAIL: test_core_dump_packaged (__main__.T)
  log:FAIL: test_core_dump_unpackaged (__main__.T)
  log:FAIL: test_crash_setuid_drop (__main__.T)
  log:FAIL: test_crash_setuid_keep (__main__.T)
  log:FAIL: test_crash_setuid_nonwritable_cwd (__main__.T)
  log:FAIL: test_lock_symlink (__main__.T)

  test_get_logind_session is a test failing to keep up with an API
  change. test_core_dump_* is failures to remove partly written core
  files. Both of these are easy fixes, I'll have a MP for them soon.

  test_crash_setuid_* are caused by the dropping of privileges when
  accessing the crashing process's /proc. They seem to be testing
  behaviour now explicitly forbidden by the fix to be honest!

  test_lock_symlink fails because the lock file is now always in
  /var/lock/apport/ and not in $APPORT_REPORT_DIR. I guess we could
  update the test, but is it really worth it after the fix?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1808476] Re: Please bump libssl1.1 dependency to at least >= 1.1.1, as headers leak constants

2019-12-04 Thread Mathew Hodson
** Tags removed: verification-needed verification-needed-cosmic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1808476

Title:
  Please bump libssl1.1 dependency to at least >= 1.1.1, as headers leak
  constants

Status in python2.7 package in Ubuntu:
  Fix Released
Status in python2.7 source package in Bionic:
  New
Status in python2.7 source package in Cosmic:
  Fix Released
Status in python2.7 source package in Disco:
  Fix Released

Bug description:
  [Impact]

  $ python -c 'import ssl; print(ssl.OP_NO_TLSv1_3)'

  Prints 0, for python2.7 built against 1.1.0 headers, yet prints
  536870912 when built against 1.1.1 irrespective of the runtime
  libssl1.1 library version.

  This may yield confusion, especially since ssl.OPENSSL_VERSION reports
  runtime libssl version, not the version of the libssl headers. Such
  that, e.g. it looks like ssl module is running against 1.1.1, has
  OP_NO_TLSv1_3 option, yet cannot actually use it to disable TLSv1.3.

  Also vice versa, python2.7 build against 1.1.1 can be installed with
  1.1.0 runtime library, and thus OP_NO_TLSv1_3 might be set, which is
  not understood by the runtime library.

  In libpython2.7-stdlib, please bump libssl1.1 version dep to
  "libssl1.1 (>= 1.1.1)" when building against libssl-dev >= 1.1.1.

  python3.x are not affected, as they started to exploit 1.1.1-only
  symbols/features, and thus already have an automatic dep on >= 1.1.1.

  [Test Case]

  Make sure the libssl1.1 build-dependency of python2.7 is at least
  1.1.1.

  [Regression Potential]

  Potentially none, besides the usual regression potential of new
  rebuilds.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1808476/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855133] Re: SRU: update python2.7 to the 2.7.17 release

2019-12-04 Thread Mathew Hodson
** Changed in: python2.7 (Ubuntu)
   Status: New => Fix Released

** Changed in: python-stdlib-extensions (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1855133

Title:
  SRU: update python2.7 to the 2.7.17 release

Status in python-stdlib-extensions package in Ubuntu:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python-stdlib-extensions source package in Bionic:
  New
Status in python2.7 source package in Bionic:
  New

Bug description:
  This is a proposal to backport the Python 2.7.17 release to bionic.

   - python2.7
   - python-stdlib-extensions
   - python-defaults is not required, but could be used to
 trigger autopkg tests in the -proposed pocket.

  The package builds are prepared in
  https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa/+packages

  [Impact]
  Provide an upstream release for Python 2.7.

  [Regression Potential]
  There is regression potential, however with a test rebuild of the main 
portion of the archive no regressions were found.

  [Test Case]
  No regressions in the Python test suite, and no regressions in the test
  rebuild of the main component of the archive (all architectures)

  As a test, an archive rebuild for main was performed, and no
  regressions were found with this new package. The archive rebuild also
  contained updated versions of gcc-7, gcc-8, python-stdlib-extensions
  and python2.7. The GCC and Python packages should not infer with each
  other.

  [Validation]
  Analyze the build logs for regressions.
  The OpenStack packaging team is checking OpenStack against the built packages 
in -proposed.

  Summary of the test rebuilds:
  
https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20191107-bionic-bionic.html
  
https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20191107-bionic-gcc7-bionic.html

  The first one is a reference build, the second one the test rebuild
  with the updated components.

  There are no additional regressions except for one Python test, which 
sometimes hangs on the buildds, sometimes passes (test_ttk_guionly). Will
  be disabled in a follow-up upload.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-stdlib-extensions/+bug/1855133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 939459] Re: Empathy cannot show accept or reject option to incoming calls from android phones nor from gtalk

2019-12-04 Thread Bug Watch Updater
** Changed in: telepathy-gabble
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#215
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/215

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/939459

Title:
  Empathy cannot show accept or reject option to incoming calls from
  android phones nor from gtalk

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  This bug is opposite of the previous bug reported on empathy ( #907739 )
  When a call is made from an android phone to empathy in Ubuntu 12.04 daily 
build , call is recognized by the system correctly. However, when the call is 
accepted on the pc, the call does not connect. It keeps ringing on the phone 
and ultimately disconnects on time out.
   also it is reproduce able with the simple gtalk conact calling.. before 
streaching  the incomming call window..

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/939459/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 939459]

2019-12-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/215.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/939459

Title:
  Empathy cannot show accept or reject option to incoming calls from
  android phones nor from gtalk

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  This bug is opposite of the previous bug reported on empathy ( #907739 )
  When a call is made from an android phone to empathy in Ubuntu 12.04 daily 
build , call is recognized by the system correctly. However, when the call is 
accepted on the pc, the call does not connect. It keeps ringing on the phone 
and ultimately disconnects on time out.
   also it is reproduce able with the simple gtalk conact calling.. before 
streaching  the incomming call window..

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/939459/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854237] Re: autopkgtests fail after security fixes

2019-12-04 Thread Michael Hudson-Doyle
** Also affects: apport (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: apport (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1854237

Title:
  autopkgtests fail after security fixes

Status in Apport:
  New
Status in apport package in Ubuntu:
  In Progress
Status in apport source package in Xenial:
  New
Status in apport source package in Bionic:
  New
Status in apport source package in Disco:
  New
Status in apport source package in Eoan:
  New

Bug description:
  The following autopkgtests fail after the recent security fixes:

  log:FAIL: test_get_logind_session (__main__.T)
  log:FAIL: test_core_dump_packaged (__main__.T)
  log:FAIL: test_core_dump_unpackaged (__main__.T)
  log:FAIL: test_crash_setuid_drop (__main__.T)
  log:FAIL: test_crash_setuid_keep (__main__.T)
  log:FAIL: test_crash_setuid_nonwritable_cwd (__main__.T)
  log:FAIL: test_lock_symlink (__main__.T)

  test_get_logind_session is a test failing to keep up with an API
  change. test_core_dump_* is failures to remove partly written core
  files. Both of these are easy fixes, I'll have a MP for them soon.

  test_crash_setuid_* are caused by the dropping of privileges when
  accessing the crashing process's /proc. They seem to be testing
  behaviour now explicitly forbidden by the fix to be honest!

  test_lock_symlink fails because the lock file is now always in
  /var/lock/apport/ and not in $APPORT_REPORT_DIR. I guess we could
  update the test, but is it really worth it after the fix?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1852735] Re: Intel r HD Graphics not install

2019-12-04 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1852735

Title:
  Intel r HD Graphics not install

Status in Ubuntu:
  Incomplete

Bug description:
  How to install Intel r HD Graphics install in Lenovo Desktop Model
  No.mtm 3156-RY6

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-36.39~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-36-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CompositorRunning: None
  Date: Fri Nov 15 17:14:37 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   openafs, 1.8.0pre5, 5.0.0-35-generic, x86_64: installed
   openafs, 1.8.0pre5, 5.0.0-36-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:307c]
  InstallationDate: Installed on 2019-11-13 (1 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 17ef:608d Lenovo 
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 3156RY6
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-36-generic 
root=UUID=ecada68e-a7eb-4e27-89af-66755d1dedc6 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9QKT29AUS
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: LENOVO
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvr9QKT29AUS:bd08/19/2011:svnLENOVO:pn3156RY6:pvrThinkCentreM71e:rvnLENOVO:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: 3156RY6
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: ThinkCentre M71e
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.3
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~18.04.3
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854182] Re: help

2019-12-04 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1854182

Title:
  help

Status in Ubuntu:
  Incomplete

Bug description:
  laguntza, mesedez

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-70.79-generic 4.15.18
  Uname: Linux 4.15.0-70-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Nov 27 17:30:17 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company 82G33/G31 Express Integrated Graphics 
Controller [103c:2a6f]
  InstallationDate: Installed on 2016-11-10 ( days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: HP-Pavilion FR555AA-ABE m9461es
  ProcEnviron:
   PATH=(custom, no user)
   LANG=eu_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-70-generic 
root=UUID=85a86e65-b1aa-4527-b923-c1438c9e466f ro quiet splash vt.handoff=1
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.43
  dmi.board.name: Benicia
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.01
  dmi.chassis.asset.tag: Asset-1234
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.43:bd09/10/2009:svnHP-Pavilion:pnFR555AA-ABEm9461es:pvr:rvnPEGATRONCORPORATION:rnBenicia:rvr1.01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.family: 103C_53316J
  dmi.product.name: FR555AA-ABE m9461es
  dmi.sys.vendor: HP-Pavilion
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~18.04.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.3
  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: Tue Nov 20 21:04:01 2018
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.6-1ubuntu4.2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1852933] Re: Failed to read time with suspend-then-hibernate fails

2019-12-04 Thread Saber Taghvaeeyan
Sorry, I am new to Linux. How can I know which one it is (missing RTC or 
missing RTC driver)? 
Also, is there a fix you can think of?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1852933

Title:
  Failed to read time with suspend-then-hibernate fails

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  systemd version the issue has been seen with
  237

  Used distribution
  Ubuntu 18.04

  Expected behaviour you didn't see
  Running suspend-then-hibernate service should put the machine into sleep mode 
and then hibernate after the delay set in the sleep.conf file.

  Unexpected behaviour you saw
  suspend-then-hibernate fails. The status shows:

  systemd[1]: Starting Suspend; Idle into hibernate...
  systemd-sleep[13130]: Failed to read time: -9
  systemd[1]: systemd-suspend-then-hibernate.service: Main process exited, code
  systemd[1]: systemd-suspend-then-hibernate.service: Failed with result 'exit-
  systemd[1]: Failed to start Suspend; Idle into hibernate.
  Both suspend and hibernate services work fine.

  Steps to reproduce the problem
  Running sudo systemctl suspend-then-hibernate generates the error.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1801338] Re: apt fails to properly handle server-side connection closure

2019-12-04 Thread Robert Sachunsky
Affects me on Bionic, too.

Does anyone know a workaround already? Downgrading apt, or adding some
apt.conf `Acquire::http` settings?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1801338

Title:
  apt fails to properly handle server-side connection closure

Status in apt package in Ubuntu:
  Triaged
Status in apt source package in Xenial:
  Confirmed
Status in apt source package in Bionic:
  Triaged
Status in apt source package in Cosmic:
  Triaged

Bug description:
  [Impact]
  In some cases, apt does not correctly handle server-side connection closure 
after a pipeline, and aborts the file being downloaded with an "Undetermined 
Error" when the connection has been closed.

  [Test case]
  This could be seen by running apt build-dep evince on cosmic with a recent 
apt with the pipelining fix (such as 1.6.6) against a local mirror running 
apache from trusty. It remains to be seen whether this is easily reproducible 
for anyone.

  [Regression potential]
  N/A yet.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1742912] Re: Please confine guest sessions again

2019-12-04 Thread Jarno Suni
I tested this on Xubuntu 18.04.3, and xfce4-terminal gives the expected
output (like xterm as well). I do not see how this should depend on the
terminal application used. I guess it is pretty safe to use guest
session in Xubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1742912

Title:
  Please confine guest sessions again

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  This is a continuation of LP: #1663157 where as a workaround for the
  guest session not being confined the session got disabled. This bug
  tracks the fix for proper confinement.

  Original bug report text:

  
  Processes launched under a lightdm guest session are not confined by the 
/usr/lib/lightdm/lightdm-guest-session AppArmor profile in Ubuntu 16.10, Ubuntu 
17.04, and Ubuntu Artful (current dev release). The processes are unconfined.

  The simple test case is to log into a guest session, launch a terminal
  with ctrl-alt-t, and run the following command:

   $ cat /proc/self/attr/current

  Expected output, as seen in Ubuntu 16.04 LTS, is:

   /usr/lib/lightdm/lightdm-guest-session (enforce)

  Running the command inside of an Ubuntu 16.10 and newer guest session
  results in:

   unconfined

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1785383] Re: missing EDNS0 record confuses systemd-resolved

2019-12-04 Thread Bug Watch Updater
** Changed in: systemd
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1785383

Title:
  missing EDNS0 record confuses systemd-resolved

Status in systemd:
  Fix Released
Status in dnsmasq package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Triaged
Status in dnsmasq source package in Bionic:
  Triaged
Status in systemd source package in Bionic:
  New

Bug description:
  [Impact]
  dnsmasq 2.79 and below omits EDNS0 OPT records when returning an empty answer 
for a domain it is authoritative for. systemd-resolved seems to get confused by 
this in certain circumstances; when using the stub resolver and requesting an 
address for which there are no  records, there can sometimes be a five 
second hang in resolution.

  [Fix]
  This is fixed by upstream commit 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=1682d15a744880b0398af75eadf68fe66128af78

  Not sure if it is worth cherry picking? I imagine the most likely
  trigger will be dnsmasq on routers which are not likely to be running
  Ubuntu, but maybe just in case.

  I also think there are some logic issues in systemd-resolved, upstream
  bug filed:

  https://github.com/systemd/systemd/issues/9785

  [Test Case]
  Simple-ish test case:

  ---
  IFACE=dummy0
  SUBNET=10.0.0

  ip link add $IFACE type dummy
  ifconfig $IFACE ${SUBNET}.1/24
  dnsmasq -h -R -d -C /dev/null -2 $IFACE -z -i $IFACE -I lo 
--host-record=test.test,${SUBNET}.1 &

  dig -t a test.test @10.0.0.1 | grep EDNS
  # should return "; EDNS ..."
  dig -t  test.test @10.0.0.1 | grep EDNS
  # again, should return "; EDNS ..." but doesn't
  ---

  To reproduce the systemd-resolved side of the problem

  ---
  # as above, but
  # now configure systemd-resolved to look at only 10.0.0.1, then

  systemd-resolve --reset-server-features
  # should exhibit five second delay then connect, assuming sshd is running :)
  ssh test.test
  ---

  [Discussion]
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: dnsmasq-base 2.79-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sat Aug  4 11:33:56 2018
  InstallationDate: Installed on 2018-05-31 (64 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853780] Re: Failed to deactivate: Device or resource busy

2019-12-04 Thread Bug Watch Updater
** Changed in: systemd
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853780

Title:
  Failed to deactivate: Device or resource busy

Status in systemd:
  New
Status in cryptsetup package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  Fails to deactivate on shutdown

  $ LC_ALL=C journalctl -b -1
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd-cryptsetup[4335]: Failed to 
deactivate: Device or resource busy
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: 
systemd-cryptsetup@sda5_crypt.service: Control process exited, code=exited 
status=1
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: 
systemd-cryptsetup@sda5_crypt.service: Failed with result 'exit-code'.
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: Stopped Cryptography Setup 
for sda5_crypt.
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: Removed slice 
system-systemd\x2dcryptsetup.slice.

  Seems to be this issue: https://github.com/systemd/systemd/issues/8472

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: cryptsetup 2:2.0.2-1ubuntu1.1
  ProcVersionSignature: Ubuntu 4.15.0-70.79-generic 4.15.18
  Uname: Linux 4.15.0-70-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Nov 24 23:43:10 2019
  InstallationDate: Installed on 2019-07-08 (139 days ago)
  InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: cryptsetup
  UpgradeStatus: No upgrade log present (probably fresh install)
  cmdline: BOOT_IMAGE=/vmlinuz-4.15.0-70-generic 
root=/dev/mapper/xubuntu--vg-root ro video=vesafb:mtrr:3,ywrap splash
  crypttab: sda5_crypt UUID=5ef951e6-e0fc-4377-be56-d63ec7a865be none 
luks,discard

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1511473] Re: nouveau E[ PBUS][0000:01:00.0] MMIO read of 0x00000000 FAULT at 0x002140 [ !ENGINE ]

2019-12-04 Thread Bug Watch Updater
** Changed in: nouveau
   Status: Confirmed => Unknown

** Bug watch added: 
gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues #227
   https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/227

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1511473

Title:
  nouveau E[PBUS][:01:00.0] MMIO read of 0x FAULT at
  0x002140 [ !ENGINE ]

Status in Nouveau Xorg driver:
  Unknown
Status in xorg package in Ubuntu:
  Won't Fix

Bug description:
  dmesg:
  [  163.227218] nouveau E[PBUS][:01:00.0] MMIO read of 0x 
FAULT at 0x002140 [ !ENGINE ]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2build1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Oct 29 02:22:19 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c650]
   NVIDIA Corporation GF108M [GeForce GT 630M] [10de:0de9] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c650]
  LiveMediaBuild: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. Q470C/500P4C
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/hostname.seed boot=casper quiet splash ---
  SourcePackage: xserver-xorg-video-nouveau
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P02RAB
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP500P4C-S02CL
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP02RAB:bd08/29/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pnQ470C/500P4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP500P4C-S02CL:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: Q470C/500P4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Thu Oct 29 02:14:13 2015
  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 id   13897 
   vendor SEC
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1511473]

2019-12-04 Thread Martin-peres-n
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-
nouveau/issues/227.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1511473

Title:
  nouveau E[PBUS][:01:00.0] MMIO read of 0x FAULT at
  0x002140 [ !ENGINE ]

Status in Nouveau Xorg driver:
  Unknown
Status in xorg package in Ubuntu:
  Won't Fix

Bug description:
  dmesg:
  [  163.227218] nouveau E[PBUS][:01:00.0] MMIO read of 0x 
FAULT at 0x002140 [ !ENGINE ]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2build1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Oct 29 02:22:19 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c650]
   NVIDIA Corporation GF108M [GeForce GT 630M] [10de:0de9] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c650]
  LiveMediaBuild: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. Q470C/500P4C
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/hostname.seed boot=casper quiet splash ---
  SourcePackage: xserver-xorg-video-nouveau
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P02RAB
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP500P4C-S02CL
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP02RAB:bd08/29/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pnQ470C/500P4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP500P4C-S02CL:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: Q470C/500P4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Thu Oct 29 02:14:13 2015
  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 id   13897 
   vendor SEC
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853780] Re: Failed to deactivate: Device or resource busy

2019-12-04 Thread Dan Streetman
** Bug watch added: github.com/systemd/systemd/issues #8472
   https://github.com/systemd/systemd/issues/8472

** Also affects: systemd via
   https://github.com/systemd/systemd/issues/8472
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853780

Title:
  Failed to deactivate: Device or resource busy

Status in systemd:
  Unknown
Status in cryptsetup package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  Fails to deactivate on shutdown

  $ LC_ALL=C journalctl -b -1
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd-cryptsetup[4335]: Failed to 
deactivate: Device or resource busy
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: 
systemd-cryptsetup@sda5_crypt.service: Control process exited, code=exited 
status=1
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: 
systemd-cryptsetup@sda5_crypt.service: Failed with result 'exit-code'.
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: Stopped Cryptography Setup 
for sda5_crypt.
  Nov 23 18:49:13 jarnos-OptiPlex-745 systemd[1]: Removed slice 
system-systemd\x2dcryptsetup.slice.

  Seems to be this issue: https://github.com/systemd/systemd/issues/8472

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: cryptsetup 2:2.0.2-1ubuntu1.1
  ProcVersionSignature: Ubuntu 4.15.0-70.79-generic 4.15.18
  Uname: Linux 4.15.0-70-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Nov 24 23:43:10 2019
  InstallationDate: Installed on 2019-07-08 (139 days ago)
  InstallationMedia: Xubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: cryptsetup
  UpgradeStatus: No upgrade log present (probably fresh install)
  cmdline: BOOT_IMAGE=/vmlinuz-4.15.0-70-generic 
root=/dev/mapper/xubuntu--vg-root ro video=vesafb:mtrr:3,ywrap splash
  crypttab: sda5_crypt UUID=5ef951e6-e0fc-4377-be56-d63ec7a865be none 
luks,discard

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1785383] Re: missing EDNS0 record confuses systemd-resolved

2019-12-04 Thread Bryce Harrington
** Tags added: server-next

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1785383

Title:
  missing EDNS0 record confuses systemd-resolved

Status in systemd:
  Unknown
Status in dnsmasq package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Triaged
Status in dnsmasq source package in Bionic:
  Triaged
Status in systemd source package in Bionic:
  New

Bug description:
  [Impact]
  dnsmasq 2.79 and below omits EDNS0 OPT records when returning an empty answer 
for a domain it is authoritative for. systemd-resolved seems to get confused by 
this in certain circumstances; when using the stub resolver and requesting an 
address for which there are no  records, there can sometimes be a five 
second hang in resolution.

  [Fix]
  This is fixed by upstream commit 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=1682d15a744880b0398af75eadf68fe66128af78

  Not sure if it is worth cherry picking? I imagine the most likely
  trigger will be dnsmasq on routers which are not likely to be running
  Ubuntu, but maybe just in case.

  I also think there are some logic issues in systemd-resolved, upstream
  bug filed:

  https://github.com/systemd/systemd/issues/9785

  [Test Case]
  Simple-ish test case:

  ---
  IFACE=dummy0
  SUBNET=10.0.0

  ip link add $IFACE type dummy
  ifconfig $IFACE ${SUBNET}.1/24
  dnsmasq -h -R -d -C /dev/null -2 $IFACE -z -i $IFACE -I lo 
--host-record=test.test,${SUBNET}.1 &

  dig -t a test.test @10.0.0.1 | grep EDNS
  # should return "; EDNS ..."
  dig -t  test.test @10.0.0.1 | grep EDNS
  # again, should return "; EDNS ..." but doesn't
  ---

  To reproduce the systemd-resolved side of the problem

  ---
  # as above, but
  # now configure systemd-resolved to look at only 10.0.0.1, then

  systemd-resolve --reset-server-features
  # should exhibit five second delay then connect, assuming sshd is running :)
  ssh test.test
  ---

  [Discussion]
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: dnsmasq-base 2.79-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sat Aug  4 11:33:56 2018
  InstallationDate: Installed on 2018-05-31 (64 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1785383] Re: missing EDNS0 record confuses systemd-resolved

2019-12-04 Thread Bryce Harrington
I've linked to the upstream systemd bug report, although from comment #4
it sounds like it might be a regression caused by a security fix.

As to the dnsmasq patch mentioned in the issue description, what it
appears to be doing is checking if there is a pseudoheader in the
request, and if so adds the edns data structure to the response.  I
can't speak to what potential regressions might be concerns here, but
the patch itself looks sensible to me.  So, given adequate testing, I
don't see a reason against considering SRU for this.

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

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

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

** Changed in: dnsmasq (Ubuntu Bionic)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1785383

Title:
  missing EDNS0 record confuses systemd-resolved

Status in systemd:
  Unknown
Status in dnsmasq package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Triaged
Status in dnsmasq source package in Bionic:
  Triaged
Status in systemd source package in Bionic:
  New

Bug description:
  [Impact]
  dnsmasq 2.79 and below omits EDNS0 OPT records when returning an empty answer 
for a domain it is authoritative for. systemd-resolved seems to get confused by 
this in certain circumstances; when using the stub resolver and requesting an 
address for which there are no  records, there can sometimes be a five 
second hang in resolution.

  [Fix]
  This is fixed by upstream commit 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=1682d15a744880b0398af75eadf68fe66128af78

  Not sure if it is worth cherry picking? I imagine the most likely
  trigger will be dnsmasq on routers which are not likely to be running
  Ubuntu, but maybe just in case.

  I also think there are some logic issues in systemd-resolved, upstream
  bug filed:

  https://github.com/systemd/systemd/issues/9785

  [Test Case]
  Simple-ish test case:

  ---
  IFACE=dummy0
  SUBNET=10.0.0

  ip link add $IFACE type dummy
  ifconfig $IFACE ${SUBNET}.1/24
  dnsmasq -h -R -d -C /dev/null -2 $IFACE -z -i $IFACE -I lo 
--host-record=test.test,${SUBNET}.1 &

  dig -t a test.test @10.0.0.1 | grep EDNS
  # should return "; EDNS ..."
  dig -t  test.test @10.0.0.1 | grep EDNS
  # again, should return "; EDNS ..." but doesn't
  ---

  To reproduce the systemd-resolved side of the problem

  ---
  # as above, but
  # now configure systemd-resolved to look at only 10.0.0.1, then

  systemd-resolve --reset-server-features
  # should exhibit five second delay then connect, assuming sshd is running :)
  ssh test.test
  ---

  [Discussion]
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: dnsmasq-base 2.79-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sat Aug  4 11:33:56 2018
  InstallationDate: Installed on 2018-05-31 (64 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1785383] Re: missing EDNS0 record confuses systemd-resolved

2019-12-04 Thread Bryce Harrington
Targeting to bionic, since disco/eoan/focal are on 2.80 which, per the
OP, should already be carrying the requested fix.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1785383

Title:
  missing EDNS0 record confuses systemd-resolved

Status in systemd:
  Unknown
Status in dnsmasq package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Triaged
Status in dnsmasq source package in Bionic:
  Triaged
Status in systemd source package in Bionic:
  New

Bug description:
  [Impact]
  dnsmasq 2.79 and below omits EDNS0 OPT records when returning an empty answer 
for a domain it is authoritative for. systemd-resolved seems to get confused by 
this in certain circumstances; when using the stub resolver and requesting an 
address for which there are no  records, there can sometimes be a five 
second hang in resolution.

  [Fix]
  This is fixed by upstream commit 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=1682d15a744880b0398af75eadf68fe66128af78

  Not sure if it is worth cherry picking? I imagine the most likely
  trigger will be dnsmasq on routers which are not likely to be running
  Ubuntu, but maybe just in case.

  I also think there are some logic issues in systemd-resolved, upstream
  bug filed:

  https://github.com/systemd/systemd/issues/9785

  [Test Case]
  Simple-ish test case:

  ---
  IFACE=dummy0
  SUBNET=10.0.0

  ip link add $IFACE type dummy
  ifconfig $IFACE ${SUBNET}.1/24
  dnsmasq -h -R -d -C /dev/null -2 $IFACE -z -i $IFACE -I lo 
--host-record=test.test,${SUBNET}.1 &

  dig -t a test.test @10.0.0.1 | grep EDNS
  # should return "; EDNS ..."
  dig -t  test.test @10.0.0.1 | grep EDNS
  # again, should return "; EDNS ..." but doesn't
  ---

  To reproduce the systemd-resolved side of the problem

  ---
  # as above, but
  # now configure systemd-resolved to look at only 10.0.0.1, then

  systemd-resolve --reset-server-features
  # should exhibit five second delay then connect, assuming sshd is running :)
  ssh test.test
  ---

  [Discussion]
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: dnsmasq-base 2.79-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sat Aug  4 11:33:56 2018
  InstallationDate: Installed on 2018-05-31 (64 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1847967] Re: oem kernel packages treated differently from generic kernel ones

2019-12-04 Thread Brian Murray
I've merged the the change in the linked branch to focal's branch of
apport. Is this something you'd like to see SRU'ed to eoan?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1847967

Title:
  oem kernel packages treated differently from generic kernel ones

Status in OEM Priority Project:
  New
Status in apport package in Ubuntu:
  In Progress

Bug description:
  When `apport-bug linux` was executed on systems with linux-oem, linux-
  oem-osp1 kernels, many details are not included as generic linux
  kernel does. Alsa info, dmesg, lspci, lsusb, DMI, etc. are missing.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1785383] Re: missing EDNS0 record confuses systemd-resolved

2019-12-04 Thread Bryce Harrington
** Bug watch added: github.com/systemd/systemd/issues #9785
   https://github.com/systemd/systemd/issues/9785

** Also affects: systemd via
   https://github.com/systemd/systemd/issues/9785
   Importance: Unknown
   Status: Unknown

** Description changed:

- dnsmasq 2.79 and below omits EDNS0 OPT records when returning an empty
- answer for a domain it is authoritative for. systemd-resolved seems to
- get confused by this in certain circumstances; when using the stub
- resolver and requesting an address for which there are no  records,
- there can sometimes be a five second hang in resolution.
+ [Impact]
+ dnsmasq 2.79 and below omits EDNS0 OPT records when returning an empty answer 
for a domain it is authoritative for. systemd-resolved seems to get confused by 
this in certain circumstances; when using the stub resolver and requesting an 
address for which there are no  records, there can sometimes be a five 
second hang in resolution.
  
- This is fixed by upstream commit
- 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=1682d15a744880b0398af75eadf68fe66128af78
+ [Fix]
+ This is fixed by upstream commit 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=1682d15a744880b0398af75eadf68fe66128af78
  
  Not sure if it is worth cherry picking? I imagine the most likely
  trigger will be dnsmasq on routers which are not likely to be running
  Ubuntu, but maybe just in case.
  
  I also think there are some logic issues in systemd-resolved, upstream
  bug filed:
  
  https://github.com/systemd/systemd/issues/9785
  
+ [Test Case]
  Simple-ish test case:
  
  ---
  IFACE=dummy0
  SUBNET=10.0.0
  
  ip link add $IFACE type dummy
  ifconfig $IFACE ${SUBNET}.1/24
  dnsmasq -h -R -d -C /dev/null -2 $IFACE -z -i $IFACE -I lo 
--host-record=test.test,${SUBNET}.1 &
  
  dig -t a test.test @10.0.0.1 | grep EDNS
  # should return "; EDNS ..."
  dig -t  test.test @10.0.0.1 | grep EDNS
  # again, should return "; EDNS ..." but doesn't
  ---
  
  To reproduce the systemd-resolved side of the problem
  
  ---
  # as above, but
  # now configure systemd-resolved to look at only 10.0.0.1, then
  
  systemd-resolve --reset-server-features
  # should exhibit five second delay then connect, assuming sshd is running :)
  ssh test.test
  ---
  
+ [Discussion]
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: dnsmasq-base 2.79-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sat Aug  4 11:33:56 2018
  InstallationDate: Installed on 2018-05-31 (64 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1785383

Title:
  missing EDNS0 record confuses systemd-resolved

Status in systemd:
  Unknown
Status in dnsmasq package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  [Impact]
  dnsmasq 2.79 and below omits EDNS0 OPT records when returning an empty answer 
for a domain it is authoritative for. systemd-resolved seems to get confused by 
this in certain circumstances; when using the stub resolver and requesting an 
address for which there are no  records, there can sometimes be a five 
second hang in resolution.

  [Fix]
  This is fixed by upstream commit 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=1682d15a744880b0398af75eadf68fe66128af78

  Not sure if it is worth cherry picking? I imagine the most likely
  trigger will be dnsmasq on routers which are not likely to be running
  Ubuntu, but maybe just in case.

  I also think there are some logic issues in systemd-resolved, upstream
  bug filed:

  https://github.com/systemd/systemd/issues/9785

  [Test Case]
  Simple-ish test case:

  ---
  IFACE=dummy0
  SUBNET=10.0.0

  ip link add $IFACE type dummy
  ifconfig $IFACE ${SUBNET}.1/24
  dnsmasq -h -R -d -C /dev/null -2 $IFACE -z -i $IFACE -I lo 
--host-record=test.test,${SUBNET}.1 &

  dig -t a test.test @10.0.0.1 | grep EDNS
  # should return "; EDNS ..."
  dig -t  test.test @10.0.0.1 | grep EDNS
  # again, should return "; EDNS ..." but doesn't
  ---

  To reproduce the systemd-resolved side of the problem

  ---
  # as above, but
  # now configure systemd-resolved to look at only 10.0.0.1, then

  systemd-resolve --reset-server-features
  # should exhibit five second delay then connect, assuming sshd is running :)
  ssh test.test
  ---

  [Discussion]
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: dnsmasq-base 2.79-1
  

[Touch-packages] [Bug 1847967] Re: oem kernel packages treated differently from generic kernel ones

2019-12-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/focal/apport/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1847967

Title:
  oem kernel packages treated differently from generic kernel ones

Status in OEM Priority Project:
  New
Status in apport package in Ubuntu:
  In Progress

Bug description:
  When `apport-bug linux` was executed on systems with linux-oem, linux-
  oem-osp1 kernels, many details are not included as generic linux
  kernel does. Alsa info, dmesg, lspci, lsusb, DMI, etc. are missing.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855183] [NEW] autopkgtest fails on i386 because linux-headers-generic no longer built for i386

2019-12-04 Thread Dan Streetman
Public bug reported:

[impact]

the kernel is no longer built for i386, starting with Eoan.  However
some of the autopkgtests depend on linux-headers-generic, which isn't
available for i386, so the test fails with bad dependency.

[test case]

check autopkgtest logs, e.g.
http://autopkgtest.ubuntu.com/packages/network-manager/focal/i386

Broken autopkgtest-satdep:i386 Depends on linux-headers-generic:i386 < none @un 
H >
  Removing autopkgtest-satdep:i386 because I can't find 
linux-headers-generic:i386

[regression potential]

test case fix only, regressions would involve more/continued test
failure

** Affects: network-manager (Ubuntu)
 Importance: Medium
 Assignee: Dan Streetman (ddstreet)
 Status: In Progress

** Affects: network-manager (Ubuntu Eoan)
 Importance: Medium
 Assignee: Dan Streetman (ddstreet)
 Status: In Progress

** Affects: network-manager (Ubuntu Focal)
 Importance: Medium
 Assignee: Dan Streetman (ddstreet)
 Status: In Progress

** Also affects: network-manager (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: network-manager (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: network-manager (Ubuntu Eoan)
   Status: New => In Progress

** Changed in: network-manager (Ubuntu Focal)
   Status: New => In Progress

** Changed in: network-manager (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: network-manager (Ubuntu Eoan)
   Importance: Undecided => Medium

** Changed in: network-manager (Ubuntu Eoan)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

** Changed in: network-manager (Ubuntu Focal)
 Assignee: (unassigned) => Dan Streetman (ddstreet)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1855183

Title:
  autopkgtest fails on i386 because linux-headers-generic no longer
  built for i386

Status in network-manager package in Ubuntu:
  In Progress
Status in network-manager source package in Eoan:
  In Progress
Status in network-manager source package in Focal:
  In Progress

Bug description:
  [impact]

  the kernel is no longer built for i386, starting with Eoan.  However
  some of the autopkgtests depend on linux-headers-generic, which isn't
  available for i386, so the test fails with bad dependency.

  [test case]

  check autopkgtest logs, e.g.
  http://autopkgtest.ubuntu.com/packages/network-manager/focal/i386

  Broken autopkgtest-satdep:i386 Depends on linux-headers-generic:i386 < none 
@un H >
Removing autopkgtest-satdep:i386 because I can't find 
linux-headers-generic:i386

  [regression potential]

  test case fix only, regressions would involve more/continued test
  failure

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 348082] Re: Add GPG encryption

2019-12-04 Thread Bug Watch Updater
** Changed in: telepathy-gabble
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#100
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/100

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/348082

Title:
  Add GPG encryption

Status in Empathy:
  Unknown
Status in telepathy-gabble:
  Unknown
Status in empathy package in Ubuntu:
  Invalid
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  A mayor feature that keeps a bunch of people migrating to Empathy from
  Psi is the GPG encrypted and signed messages and status updates,
  conformant to XEP-0027: http://xmpp.org/extensions/xep-0027.html

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1223436]

2019-12-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/267.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/1223436

Title:
  telepathy-gabble 0.18 does not work with jabberd2

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged
Status in telepathy-gabble source package in Saucy:
  Won't Fix

Bug description:
  If I upgrade to telepathy-gabble 0.18.0-1 or 0.18.1-1, I can no longer 
connect to a jabberd2 server. The jabberd2 c2s.log simply has:
  Tue Sep 10 11:13:14 2013 [notice] [12] [xxx, port=43155] connect
  Tue Sep 10 11:13:14 2013 [notice] [12] [xxx, port=43155] disconnect 
jid=unbound, packets: 0

  If I downgrade to 0.16.6-1ubuntu1, it starts working again:
  Tue Sep 10 11:14:01 2013 [notice] [13] [xxx, port=37786] connect
  Tue Sep 10 11:14:01 2013 [notice] [13] [xxx, port=37786] disconnect 
jid=unbound, packets: 0
  Tue Sep 10 11:14:01 2013 [notice] [12] SASL authentication succeeded: 
mechanism=DIGEST-MD5; authzid=xxx, TLS negotiated
  Tue Sep 10 11:14:01 2013 [notice] [12] bound: jid=xxx/xxx

  I can see this by trying to connect with empathy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1223436/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1223436] Re: telepathy-gabble 0.18 does not work with jabberd2

2019-12-04 Thread Bug Watch Updater
** Changed in: telepathy-gabble
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#267
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/267

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/1223436

Title:
  telepathy-gabble 0.18 does not work with jabberd2

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged
Status in telepathy-gabble source package in Saucy:
  Won't Fix

Bug description:
  If I upgrade to telepathy-gabble 0.18.0-1 or 0.18.1-1, I can no longer 
connect to a jabberd2 server. The jabberd2 c2s.log simply has:
  Tue Sep 10 11:13:14 2013 [notice] [12] [xxx, port=43155] connect
  Tue Sep 10 11:13:14 2013 [notice] [12] [xxx, port=43155] disconnect 
jid=unbound, packets: 0

  If I downgrade to 0.16.6-1ubuntu1, it starts working again:
  Tue Sep 10 11:14:01 2013 [notice] [13] [xxx, port=37786] connect
  Tue Sep 10 11:14:01 2013 [notice] [13] [xxx, port=37786] disconnect 
jid=unbound, packets: 0
  Tue Sep 10 11:14:01 2013 [notice] [12] SASL authentication succeeded: 
mechanism=DIGEST-MD5; authzid=xxx, TLS negotiated
  Tue Sep 10 11:14:01 2013 [notice] [12] bound: jid=xxx/xxx

  I can see this by trying to connect with empathy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/1223436/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 348082]

2019-12-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/100.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/348082

Title:
  Add GPG encryption

Status in Empathy:
  Unknown
Status in telepathy-gabble:
  Unknown
Status in empathy package in Ubuntu:
  Invalid
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  A mayor feature that keeps a bunch of people migrating to Empathy from
  Psi is the GPG encrypted and signed messages and status updates,
  conformant to XEP-0027: http://xmpp.org/extensions/xep-0027.html

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1852933] Re: Failed to read time with suspend-then-hibernate fails

2019-12-04 Thread Dan Streetman
That's why it is failing.  It's been refactored upstream, at this commit:
https://github.com/systemd/systemd/commit/1bbbefe7a68059eb55d864c3e0e670d00269683a

however I don't think that's really a 'bug fix', and probably isn't a
candidate to backport to Bionic.

Do you really have no RTC in your system, or are you just missing the
RTC driver?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1852933

Title:
  Failed to read time with suspend-then-hibernate fails

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  systemd version the issue has been seen with
  237

  Used distribution
  Ubuntu 18.04

  Expected behaviour you didn't see
  Running suspend-then-hibernate service should put the machine into sleep mode 
and then hibernate after the delay set in the sleep.conf file.

  Unexpected behaviour you saw
  suspend-then-hibernate fails. The status shows:

  systemd[1]: Starting Suspend; Idle into hibernate...
  systemd-sleep[13130]: Failed to read time: -9
  systemd[1]: systemd-suspend-then-hibernate.service: Main process exited, code
  systemd[1]: systemd-suspend-then-hibernate.service: Failed with result 'exit-
  systemd[1]: Failed to start Suspend; Idle into hibernate.
  Both suspend and hibernate services work fine.

  Steps to reproduce the problem
  Running sudo systemctl suspend-then-hibernate generates the error.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855009] Re: autopkgtests all fail on s390x

2019-12-04 Thread Dan Streetman
** Description changed:

  [impact]
  
- most or all autopkgtests fail on s390x
+ all autopkgtests fail on s390x
  
  [test case]
  
  check autopkgtest logs, e.g.
  http://autopkgtest.ubuntu.com/packages/network-manager
  
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal/focal/s390x/n/network-
  manager/20191130_001946_a5512@/log.gz
  
+ autopkgtest [00:19:32]:  summary
+ wpa-dhclient FAIL non-zero exit status 1
+ nm.pyFAIL non-zero exit status 1
+ killswitches-no-urfkill FAIL non-zero exit status 1
+ urfkill-integration  FAIL non-zero exit status 1
+ 
+ 
  [regression potential]
  
- TBD
+ this essentially skips all the autopkgtests for network-manager on
+ s390x, so regressions could occur now or in the future due to lack of
+ testing on s390x.  However, all the tests already fail on s390x and have
+ since xenial (or earlier), so there hasn't been any useful test coverage
+ on s390x before; this doesn't change that.
+ 
+ [other info]
+ 
+ The 'wpa-dhclient' test is specific to wireless, and both 'killswitches-
+ no-urfkill' and 'urfkill-integration' require rfkill which requires
+ wireless, so none of those tests are valid on s390x, since it doesn't
+ have any wireless support.
+ 
+ However the 'nm.py' test does have some test cases that don't rely on
+ wireless capability, but it would be much more intrusive to update the
+ test to split out wired vs. wireless testing, and that might introduce
+ test regressions on other archs.  The use case for network-manager on
+ s390x in general is questionable, since s390x has no wireless support
+ and obviously is never 'mobile', which are 2 main reasons to use
+ network-manager instead of systemd-networkd.

** Description changed:

  [impact]
  
  all autopkgtests fail on s390x
  
  [test case]
  
  check autopkgtest logs, e.g.
  http://autopkgtest.ubuntu.com/packages/network-manager
  
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal/focal/s390x/n/network-
  manager/20191130_001946_a5512@/log.gz
  
  autopkgtest [00:19:32]:  summary
  wpa-dhclient FAIL non-zero exit status 1
  nm.pyFAIL non-zero exit status 1
  killswitches-no-urfkill FAIL non-zero exit status 1
  urfkill-integration  FAIL non-zero exit status 1
  
- 
  [regression potential]
  
  this essentially skips all the autopkgtests for network-manager on
  s390x, so regressions could occur now or in the future due to lack of
  testing on s390x.  However, all the tests already fail on s390x and have
  since xenial (or earlier), so there hasn't been any useful test coverage
  on s390x before; this doesn't change that.
  
  [other info]
  
- The 'wpa-dhclient' test is specific to wireless, and both 'killswitches-
- no-urfkill' and 'urfkill-integration' require rfkill which requires
- wireless, so none of those tests are valid on s390x, since it doesn't
- have any wireless support.
+ as mentioned in comment 2, wireless networking is specifically excluded
+ on s390 systems:
+ 
+ menuconfig WIRELESS
+ bool "Wireless"
+ depends on !S390
+ default y
+ 
+ 
+ The 'wpa-dhclient' test is specific to wireless, and both 
'killswitches-no-urfkill' and 'urfkill-integration' require rfkill which 
requires wireless, so none of those tests are valid on s390x, since it doesn't 
have any wireless support.
  
  However the 'nm.py' test does have some test cases that don't rely on
  wireless capability, but it would be much more intrusive to update the
  test to split out wired vs. wireless testing, and that might introduce
  test regressions on other archs.  The use case for network-manager on
  s390x in general is questionable, since s390x has no wireless support
  and obviously is never 'mobile', which are 2 main reasons to use
  network-manager instead of systemd-networkd.

** Description changed:

  [impact]
  
  all autopkgtests fail on s390x
  
  [test case]
  
  check autopkgtest logs, e.g.
  http://autopkgtest.ubuntu.com/packages/network-manager
  
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal/focal/s390x/n/network-
  manager/20191130_001946_a5512@/log.gz
  
  autopkgtest [00:19:32]:  summary
  wpa-dhclient FAIL non-zero exit status 1
  nm.pyFAIL non-zero exit status 1
  killswitches-no-urfkill FAIL non-zero exit status 1
  urfkill-integration  FAIL non-zero exit status 1
  
  [regression potential]
  
  this essentially skips all the autopkgtests for network-manager on
  s390x, so regressions could occur now or in the future due to lack of
  testing on s390x.  However, all the tests already fail on s390x and have
  since xenial (or earlier), so there hasn't been any useful test coverage
  on s390x before; this doesn't change that.
  
  [other info]
  
  as mentioned 

[Touch-packages] [Bug 1855176] Re: package initramfs-tools 0.133ubuntu10 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2019-12-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1855176

Title:
  package initramfs-tools 0.133ubuntu10 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  ?

  ProblemType: Package
  DistroRelease: Ubuntu 19.10
  Package: initramfs-tools 0.133ubuntu10
  ProcVersionSignature: Ubuntu 5.3.0-23.25-generic 5.3.7
  Uname: Linux 5.3.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  AptOrdering:
   linux-libc-dev:amd64: Install
   linux-signed-generic:amd64: Install
   intel-microcode:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Wed Dec  4 11:48:23 2019
  ErrorMessage: installed initramfs-tools package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2019-09-09 (86 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
  PythonDetails: /usr/bin/python2.7, Python 2.7.17rc1, python-minimal, 2.7.17-1
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu2
   apt  1.9.4
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.133ubuntu10 failed to install/upgrade: 
installed initramfs-tools package post-installation script subprocess returned 
error exit status 1
  UpgradeStatus: Upgraded to eoan on 2019-11-03 (31 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1855176/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855176] [NEW] package initramfs-tools 0.133ubuntu10 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2019-12-04 Thread harkonnen
Public bug reported:

?

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: initramfs-tools 0.133ubuntu10
ProcVersionSignature: Ubuntu 5.3.0-23.25-generic 5.3.7
Uname: Linux 5.3.0-23-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu8.2
AptOrdering:
 linux-libc-dev:amd64: Install
 linux-signed-generic:amd64: Install
 intel-microcode:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Dec  4 11:48:23 2019
ErrorMessage: installed initramfs-tools package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2019-09-09 (86 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: /usr/bin/python2.7, Python 2.7.17rc1, python-minimal, 2.7.17-1
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.133ubuntu10 failed to install/upgrade: 
installed initramfs-tools package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: Upgraded to eoan on 2019-11-03 (31 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package eoan

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1855176

Title:
  package initramfs-tools 0.133ubuntu10 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  ?

  ProblemType: Package
  DistroRelease: Ubuntu 19.10
  Package: initramfs-tools 0.133ubuntu10
  ProcVersionSignature: Ubuntu 5.3.0-23.25-generic 5.3.7
  Uname: Linux 5.3.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  AptOrdering:
   linux-libc-dev:amd64: Install
   linux-signed-generic:amd64: Install
   intel-microcode:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Wed Dec  4 11:48:23 2019
  ErrorMessage: installed initramfs-tools package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2019-09-09 (86 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
  PythonDetails: /usr/bin/python2.7, Python 2.7.17rc1, python-minimal, 2.7.17-1
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu2
   apt  1.9.4
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.133ubuntu10 failed to install/upgrade: 
installed initramfs-tools package post-installation script subprocess returned 
error exit status 1
  UpgradeStatus: Upgraded to eoan on 2019-11-03 (31 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1855176/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854981] Re: system doesn't properly boot as expected if /usr is on its own LV

2019-12-04 Thread Eric Desrochers
The problem seems to come from "/udev/69-dm-lvm-metad.rules.in".

Still investigating, stay tuned.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lvm2 in Ubuntu.
https://bugs.launchpad.net/bugs/1854981

Title:
  system doesn't properly boot as expected if /usr is on its own LV

Status in initramfs-tools package in Ubuntu:
  New
Status in lvm2 package in Ubuntu:
  New

Bug description:
  Only the lv for root volume get activated, because of the grub
  parameter that specifies/enforce it "root=/dev/mapper/ubuntu-vg-ubuntu
  --lv"

  http://man7.org/linux/man-pages/man7/bootparam.7.html
  'root=...'
    This argument tells the kernel what device is to be used as
    the root filesystem while booting.

  If one add a separate LV for /usr, the system will go straight to
  initramfs prompt failling to mount /usr.

  At initramfs prompt, we notice that 'lv-usr' status is 'NOT
  available'.

  Performing 'lvm vgchange -ay' at initramfs prompt workaround the
  problem and allow one to successfully boot.

  Adding 'debug' parameter, we clearly we see /root being detected and mounted:
  initramfs.debug:
  => + mount -r -t ext4 /dev/mapper/ubuntu--vg-ubuntu--lv /root
  => + mountroot_status=0
  + [ ]
  + log_end_msg
  + _log_msg done.\n
  + [ n = y ]
  + printf done.\n
  done.
  + read_fstab_entry /usr
  + found=1
  + [ -f /root/etc/fstab ]
  + read MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK
  + [ / = /usr ]
  + read MNT_FSNAME MNT_DIR MNT_TYPE MNT_OPTS MNT_FREQ MNT_PASS MNT_JUNK
  + [ /usr = /usr ]
  + [ -n ]
  + found=0
  + break 2
  + return 0
  + log_begin_msg Mounting /usr file system
  + _log_msg Begin: Mounting /usr file system ...

  then the code read /etc/fstab and specifically search for /usr (most
  likely because of the /usr binary merged) and try to mount if if
  found.

  initramfs-tools:init
  271 maybe_break mount
  272 log_begin_msg "Mounting root file system"
  273 # Always load local and nfs (since these might be needed for /etc or
  274 # /usr, irrespective of the boot script used to mount the rootfs).
  275 . /scripts/local
  276 . /scripts/nfs
  277 . /scripts/${BOOT}
  278 parse_numeric "${ROOT}"
  279 maybe_break mountroot
  280 mount_top
  281 mount_premount
  282 mountroot
  283 log_end_msg
  284
  => 285 if read_fstab_entry /usr; then
  => 286 log_begin_msg "Mounting /usr file system"
  => 287 mountfs /usr
  => 288 log_end_msg
  => 289 fi

  In this case, /usr is present in /etc/fstab but the logical volume is
  not available, so it is mounting a filesystem without his backend
  device, thus goes straight to the initramfs prompt because /usr
  couldn't be mounted.

  It clearly seems to be an 'auto-activation' issue at boot.

  For other such as /home, /var, it's not a big deal cause they can be
  activated later on in the process and they are (I haven't check but I
  guess systemd or systemd unit/generator is taking care of it at some
  point), but /usr is a important piece to have mounted before the pivot
  since it contains most of the crucial binary, especially that nowadays
  /sbin, /bin, and /lib are pointing to /usr:

  lrwxrwxrwx   1 root root 10 Aug 26 13:51 libx32 -> usr/libx32
  lrwxrwxrwx   1 root root  9 Aug 26 13:51 lib64 -> usr/lib64
  lrwxrwxrwx   1 root root  9 Aug 26 13:51 lib32 -> usr/lib32
  lrwxrwxrwx   1 root root  7 Aug 26 13:51 lib -> usr/lib
  lrwxrwxrwx   1 root root  7 Aug 26 13:51 bin -> usr/bin
  lrwxrwxrwx   1 root root  8 Aug 26 13:51 sbin -> usr/sbin

  NOTE:

  * That doesn't affect /usr found in /etc/fstab on its separate
  partition when no LVM involve (e.g. /dev/vdb /usr ext4 ). It only
  cause issue when /usr is in a LVM context.

  * I was able to reproduce on Bionic and Disco so far.
  Eoan doesn't seem to exhibit the situation so far in my testing.

  * While certain release such as Bionic, Xenial doesn't come implicitly
  with the /usr merge approach. One can install package 'usrmerge' and
  convert their system /usr merged. I don't think removing the
  read_fstable_entry for /usr is an option here, as some user could
  potentially decide to convert their system with 'usrmerge' pkg.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1854981/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855164] [NEW] update-initramfs does not work on first partition of dual-boot systems

2019-12-04 Thread Timur Tabi
Public bug reported:

I installed two copies of Ubuntu 19.04 on one hard drive.  The
installation itself worked fine, and I'm able to switch between the two
copies of Ubuntu via grub.  Software update also works fine on both
installations.

The OSes were installed one at a time.  That is, I installed Ubuntu
first on one-half of the hard drive.  I then installed Ubuntu again on
the second half.  To keep things simple, the first installation of
Ubuntu is called X, and the second installation is called Y.

The update-initramfs utility does not work when I run it on X.  It works
fine on Y.  This means that I cannot install a custom kernel on X.  I
can build a custom kernel and install it via "dpkg -i", but update-
initramfs will not update the grub config files, and so my new kernel
will not appear in the grub menu, even though the files are in /boot.

All of this works fine, however, on Y.

update-initramfs does not give any errors when run on X, it just appears
to be updating the wrong files.

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1855164

Title:
  update-initramfs does not work on first partition of dual-boot systems

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  I installed two copies of Ubuntu 19.04 on one hard drive.  The
  installation itself worked fine, and I'm able to switch between the
  two copies of Ubuntu via grub.  Software update also works fine on
  both installations.

  The OSes were installed one at a time.  That is, I installed Ubuntu
  first on one-half of the hard drive.  I then installed Ubuntu again on
  the second half.  To keep things simple, the first installation of
  Ubuntu is called X, and the second installation is called Y.

  The update-initramfs utility does not work when I run it on X.  It
  works fine on Y.  This means that I cannot install a custom kernel on
  X.  I can build a custom kernel and install it via "dpkg -i", but
  update-initramfs will not update the grub config files, and so my new
  kernel will not appear in the grub menu, even though the files are in
  /boot.

  All of this works fine, however, on Y.

  update-initramfs does not give any errors when run on X, it just
  appears to be updating the wrong files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1855164/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 924468] Re: Empathy doesn't reconnect after wakeup

2019-12-04 Thread Bug Watch Updater
** Changed in: mission-control-5
   Status: Incomplete => Unknown

** Bug watch added: 
gitlab.freedesktop.org/telepathy/telepathy-mission-control/issues #52
   https://gitlab.freedesktop.org/telepathy/telepathy-mission-control/issues/52

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/924468

Title:
  Empathy doesn't reconnect after wakeup

Status in Telepathy Mission Control 5:
  Unknown
Status in telepathy-mission-control-5 package in Ubuntu:
  Triaged

Bug description:
  After wakeup, empathy doesn't reconnect automatically when the network
  is brought up again

  you can check this by leaving the window opened or by looking at the
  messages indicator

  it'll reconnect only after you start the empathy application again
  (either by selecting "Chat" in the messages indicator or by opening
  empathy from the launcher if the window has been previously closed)

   ("Automatically connect on startup" is still checked in the
  preferences)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-12.20-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Jan 31 20:19:33 2012
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64+mac 
(20111012)
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-01-20 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/924468/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 924468]

2019-12-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-mission-
control/issues/52.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/924468

Title:
  Empathy doesn't reconnect after wakeup

Status in Telepathy Mission Control 5:
  Unknown
Status in telepathy-mission-control-5 package in Ubuntu:
  Triaged

Bug description:
  After wakeup, empathy doesn't reconnect automatically when the network
  is brought up again

  you can check this by leaving the window opened or by looking at the
  messages indicator

  it'll reconnect only after you start the empathy application again
  (either by selecting "Chat" in the messages indicator or by opening
  empathy from the launcher if the window has been previously closed)

   ("Automatically connect on startup" is still checked in the
  preferences)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-12.20-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Jan 31 20:19:33 2012
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64+mac 
(20111012)
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-01-20 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/924468/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853861] Re: [SRU] Unattended-upgrades silently does not apply updates when MinimalSteps is disabled and there are autoremovable kernels

2019-12-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unattended-upgrades -
1.1ubuntu1.18.04.13

---
unattended-upgrades (1.1ubuntu1.18.04.13) bionic; urgency=medium

  * Fix non-minimal upgrades (LP: #1853861)
- Mark packages for performing non-minimal upgrades
- Clear cache after checking upgrades against the blacklist again.
  This fixes the issue when the dirty cache caused all packages to be
  upgraded in the first "minimal" step.
  Thanks to Paul Wise
- Leave the cache clean when returning from calculate_upgradable_pkgs()
  When collecting upgradable packages the upgradable ones stayed in the
  cache and they were upgraded together even when unattended-upgrades
  was configured to perform upgrades in minimal steps.
  Thanks to Paul Wise
- Clear cache after downloading packages

 -- Balint Reczey   Mon, 25 Nov 2019 16:23:06 +0100

** Changed in: unattended-upgrades (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1853861

Title:
  [SRU] Unattended-upgrades silently does not apply updates when
  MinimalSteps is disabled and there are autoremovable kernels

Status in unattended-upgrades package in Ubuntu:
  Fix Released
Status in unattended-upgrades source package in Xenial:
  Fix Released
Status in unattended-upgrades source package in Bionic:
  Fix Released
Status in unattended-upgrades source package in Disco:
  Fix Released
Status in unattended-upgrades source package in Eoan:
  Fix Released

Bug description:
  [Impact]

   * When autoremovable kernel packages are present on the system, there are 
updates to apply and Unattended-Upgrade::MinimalSteps is set to "false", the 
autoremovable kernel packages are not removed and the updates are not applied.
   * The root cause is u-u not cleaning the dirty cache between operations and 
also relying on having a cache with packages marked to be installed when 
applying updates in one shot.
   * The fix is clearing the cache between operations and marking packages 
before installing them in one shot.

  [Test Case]

   * Install kernel-related packages, mark them as automatically installed to 
make them auto-removable ones.
   * Downgrade a few packages to a version lower than what is present in the 
security pocket.
   * Set Unattended-Upgrade::MinimalSteps to "false":
 # echo 'Unattended-Upgrade::MinimalSteps "false";' > 
/etc/apt/apt.conf.d/51unattended-upgrades-oneshot

   * Run u-u:
 # unattended-upgrade --verbose --debug

   * Observe fixed versions removing the kernel packages properly and
  also upgrading packages.

  [Regression Potential]

   * The changes introduce marking packages to install/upgrade and clearing the 
cache more often. The added operations slow down u-u, but clearing the cache 
adds a few 100 milliseconds on typical hardware and marking upgradable packages 
is also in the same range.
   * Functional regressions are unlikely due to those changes since the fixes 
are present in 19.04 and later releases and the extensive autopkgtest also 
covers when upgrades are performed in minimal steps.

  [Other Info]

   * While this bug has a security impact by holding back installation of 
security updates I don't recommend releasing the fix via the security pocket 
because this bug occurs only when the local configuration file of u-u is 
changed and u-u does not hold back upgrades with UCF-managed config file 
conflicts.
See: https://github.com/mvo5/unattended-upgrades/issues/168

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853861] Re: [SRU] Unattended-upgrades silently does not apply updates when MinimalSteps is disabled and there are autoremovable kernels

2019-12-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unattended-upgrades -
1.1ubuntu1.18.04.7~16.04.5

---
unattended-upgrades (1.1ubuntu1.18.04.7~16.04.5) xenial; urgency=medium

  * Fix non-minimal upgrades (LP: #1853861)
- Mark packages for performing non-minimal upgrades
- Clear cache after checking upgrades against the blacklist again.
  This fixes the issue when the dirty cache caused all packages to be
  upgraded in the first "minimal" step.
  Thanks to Paul Wise
- Leave the cache clean when returning from calculate_upgradable_pkgs()
  When collecting upgradable packages the upgradable ones stayed in the
  cache and they were upgraded together even when unattended-upgrades
  was configured to perform upgrades in minimal steps.
  Thanks to Paul Wise
- Clear cache after downloading packages

 -- Balint Reczey   Mon, 25 Nov 2019 16:23:06 +0100

** Changed in: unattended-upgrades (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1853861

Title:
  [SRU] Unattended-upgrades silently does not apply updates when
  MinimalSteps is disabled and there are autoremovable kernels

Status in unattended-upgrades package in Ubuntu:
  Fix Released
Status in unattended-upgrades source package in Xenial:
  Fix Released
Status in unattended-upgrades source package in Bionic:
  Fix Released
Status in unattended-upgrades source package in Disco:
  Fix Released
Status in unattended-upgrades source package in Eoan:
  Fix Released

Bug description:
  [Impact]

   * When autoremovable kernel packages are present on the system, there are 
updates to apply and Unattended-Upgrade::MinimalSteps is set to "false", the 
autoremovable kernel packages are not removed and the updates are not applied.
   * The root cause is u-u not cleaning the dirty cache between operations and 
also relying on having a cache with packages marked to be installed when 
applying updates in one shot.
   * The fix is clearing the cache between operations and marking packages 
before installing them in one shot.

  [Test Case]

   * Install kernel-related packages, mark them as automatically installed to 
make them auto-removable ones.
   * Downgrade a few packages to a version lower than what is present in the 
security pocket.
   * Set Unattended-Upgrade::MinimalSteps to "false":
 # echo 'Unattended-Upgrade::MinimalSteps "false";' > 
/etc/apt/apt.conf.d/51unattended-upgrades-oneshot

   * Run u-u:
 # unattended-upgrade --verbose --debug

   * Observe fixed versions removing the kernel packages properly and
  also upgrading packages.

  [Regression Potential]

   * The changes introduce marking packages to install/upgrade and clearing the 
cache more often. The added operations slow down u-u, but clearing the cache 
adds a few 100 milliseconds on typical hardware and marking upgradable packages 
is also in the same range.
   * Functional regressions are unlikely due to those changes since the fixes 
are present in 19.04 and later releases and the extensive autopkgtest also 
covers when upgrades are performed in minimal steps.

  [Other Info]

   * While this bug has a security impact by holding back installation of 
security updates I don't recommend releasing the fix via the security pocket 
because this bug occurs only when the local configuration file of u-u is 
changed and u-u does not hold back upgrades with UCF-managed config file 
conflicts.
See: https://github.com/mvo5/unattended-upgrades/issues/168

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853861] Update Released

2019-12-04 Thread Brian Murray
The verification of the Stable Release Update for unattended-upgrades
has completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1853861

Title:
  [SRU] Unattended-upgrades silently does not apply updates when
  MinimalSteps is disabled and there are autoremovable kernels

Status in unattended-upgrades package in Ubuntu:
  Fix Released
Status in unattended-upgrades source package in Xenial:
  Fix Released
Status in unattended-upgrades source package in Bionic:
  Fix Committed
Status in unattended-upgrades source package in Disco:
  Fix Released
Status in unattended-upgrades source package in Eoan:
  Fix Released

Bug description:
  [Impact]

   * When autoremovable kernel packages are present on the system, there are 
updates to apply and Unattended-Upgrade::MinimalSteps is set to "false", the 
autoremovable kernel packages are not removed and the updates are not applied.
   * The root cause is u-u not cleaning the dirty cache between operations and 
also relying on having a cache with packages marked to be installed when 
applying updates in one shot.
   * The fix is clearing the cache between operations and marking packages 
before installing them in one shot.

  [Test Case]

   * Install kernel-related packages, mark them as automatically installed to 
make them auto-removable ones.
   * Downgrade a few packages to a version lower than what is present in the 
security pocket.
   * Set Unattended-Upgrade::MinimalSteps to "false":
 # echo 'Unattended-Upgrade::MinimalSteps "false";' > 
/etc/apt/apt.conf.d/51unattended-upgrades-oneshot

   * Run u-u:
 # unattended-upgrade --verbose --debug

   * Observe fixed versions removing the kernel packages properly and
  also upgrading packages.

  [Regression Potential]

   * The changes introduce marking packages to install/upgrade and clearing the 
cache more often. The added operations slow down u-u, but clearing the cache 
adds a few 100 milliseconds on typical hardware and marking upgradable packages 
is also in the same range.
   * Functional regressions are unlikely due to those changes since the fixes 
are present in 19.04 and later releases and the extensive autopkgtest also 
covers when upgrades are performed in minimal steps.

  [Other Info]

   * While this bug has a security impact by holding back installation of 
security updates I don't recommend releasing the fix via the security pocket 
because this bug occurs only when the local configuration file of u-u is 
changed and u-u does not hold back upgrades with UCF-managed config file 
conflicts.
See: https://github.com/mvo5/unattended-upgrades/issues/168

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1609700] Re: username is not saved in openconnect connection dialog

2019-12-04 Thread GeekSmith
Not deprecated unless it happened very quietly.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1609700

Title:
  username is not saved in openconnect connection dialog

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager-openconnect package in Ubuntu:
  Fix Released
Status in Fedora:
  Fix Released

Bug description:
  
  Hi,

  I clicked on "save passwords" but only the password is filled in
  automatically when I open the connection dialog. The "Username" field
  is empty!

  This happens for a SSLVPN configuration.

  For another VPN config (don't know which type) everything is ok.

  
  openconnect: 7.06-2build2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 978164]

2019-12-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-mission-
control/issues/54.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/978164

Title:
  mission-control-5 crashed with SIGSEGV in malloc_consolidate()

Status in Telepathy Mission Control 5:
  Unknown
Status in telepathy-mission-control-5 package in Ubuntu:
  Confirmed

Bug description:
  I'm working wiht empathy and crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: telepathy-mission-control-5 1:5.12.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic x86_64
  ApportVersion: 2.0-0ubuntu5
  Architecture: amd64
  Date: Tue Apr 10 13:11:14 2012
  ExecutablePath: /usr/lib/telepathy/mission-control-5
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic 
root=UUID=728d3c71-cd73-464b-842f-22242d594225 ro quiet splash vt.handoff=7
  SegvReason: reading VMA /usr/lib/libnm-glib.so.4.3.0
  Signal: 11
  SourcePackage: telepathy-mission-control-5
  Title: mission-control-5 crashed with SIGSEGV in calloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/978164/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 667203] Re: Gmail shows online contacts but messages are not delivered to me / others do not see me online

2019-12-04 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=31247.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-10-30T23:36:26+00:00 Omer Akram wrote:

in maverick when a gtalk user sends me a message i get emails for it in gmail
and nothing is shown in empathy *but* if i send him a message first then we can
chat for a few seconds but the problem comes back after a few seconds of idle

tried gabble 0.10.0 and 0.10.3

originally reported: https://launchpad.net/bugs/667203

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/667203/comments/2


On 2011-10-03T04:32:58+00:00 Will Thompson wrote:

Does this still occur with current versions of Gabble? I believe that
those versions of Gabble did not send keepalive pings, which might have
caused the issue.

(Sabik's comment on the upstream bug is a separate issue.)

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/667203/comments/4


On 2011-10-03T04:33:17+00:00 Will Thompson wrote:

((For “upstream” read “downstream”.))

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/667203/comments/5


On 2019-12-03T19:49:29+00:00 Gitlab-migration wrote:

-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/108.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/667203/comments/7


** Changed in: telepathy-gabble
   Status: Incomplete => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#108
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/108

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/667203

Title:
  Gmail shows online contacts but messages are not delivered to me /
  others do not see me online

Status in Empathy:
  Invalid
Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  I am using 10.10 and although I presently rolled back to the standard repo, 
until a few minutes ago I was on the PPA.
  (So I am presently running Installed: 2.32.0-0ubuntu2)

  Empathy connects to my gmail account and I can see my contact going on
  and off line. I can even send messages to them (they receive them
  without problems), but their answers (or any messages they send to me,
  for what it matters) are never reaching empathy. Instead, I get an
  e-mail from g-mail telling me that I got a message from the chat (as
  it happens when one is effectively off-line and somebody tries to chat
  with him/her).

  I am unsure since when this problem is happening (it was a little bit
  I was not using empathy). I can surely say that prior to upgrade to
  Maverik everything was working fine, though.

  Miscellany info on my system that I don't know if could help:
  - I have the AWM mail applet checking for new mail on the same account every 
couple of minutes.
  - After upgrading to Maverik, I deleted my .gnome2 and .gnomeconf dirs and 
re-configured all my applications (so I also re-created the accounts for 
empathy)
  - I have the firewall on (gufw)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 978164] Re: mission-control-5 crashed with SIGSEGV in malloc_consolidate()

2019-12-04 Thread Bug Watch Updater
** Changed in: mission-control-5
   Status: Confirmed => Unknown

** Bug watch added: 
gitlab.freedesktop.org/telepathy/telepathy-mission-control/issues #54
   https://gitlab.freedesktop.org/telepathy/telepathy-mission-control/issues/54

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/978164

Title:
  mission-control-5 crashed with SIGSEGV in malloc_consolidate()

Status in Telepathy Mission Control 5:
  Unknown
Status in telepathy-mission-control-5 package in Ubuntu:
  Confirmed

Bug description:
  I'm working wiht empathy and crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: telepathy-mission-control-5 1:5.12.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic x86_64
  ApportVersion: 2.0-0ubuntu5
  Architecture: amd64
  Date: Tue Apr 10 13:11:14 2012
  ExecutablePath: /usr/lib/telepathy/mission-control-5
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic 
root=UUID=728d3c71-cd73-464b-842f-22242d594225 ro quiet splash vt.handoff=7
  SegvReason: reading VMA /usr/lib/libnm-glib.so.4.3.0
  Signal: 11
  SourcePackage: telepathy-mission-control-5
  Title: mission-control-5 crashed with SIGSEGV in calloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/mission-control-5/+bug/978164/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854590] Re: No ComposeKey sequence for ≈ (almost equal) and ≅ (approximately equal)

2019-12-04 Thread Sebastien Bacher
Thank you for your bug report, could you report it upstream on
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/ ?

** Package changed: xorg (Ubuntu) => xkeyboard-config (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1854590

Title:
  No ComposeKey sequence for ≈ (almost equal) and ≅ (approximately
  equal)

Status in xkeyboard-config package in Ubuntu:
  New

Bug description:
  I don't know much, so forgive me if I use the wrong terminology.

  Problem:
  There is no ComposeKey mapping for the symbols ≈ (Unicode 2248) and ≅ 
(Unicode 2248) in Compose Tables.

  Details:
  According to  https://help.ubuntu.com/community/ComposeKey  the files such as 
 /usr/share/X11/locale/en_US.UTF-8/Compose  have all ComposeKey combinations to 
type special symbols, characters and graphemes.
  Two standard graphemes (≈ and ≅) seem to be missing from multiple compose 
files although their negated versions (are present mapped to compositions

  Solution?!: I propose this (but wouldn't know how to commit it except by 
filing a bug - if it's straightforward to improve Linux, then please tell me 
how!  I'd love to commit something to the code!
  I added these lines to a copy of the  compose  file that I made at ~/.Xcompose
  I propose that they should be added to the multiple, original  Compose  files 
in:
/usr/share/X11/locale/en_US.UTF-8/Compose
/usr/share/X11/locale/iso8859-1/Compose
/usr/share/X11/locale/iso8859-15/Compose
   etc etc etc

  # _Added by Jackalux_
  : "≅"   U2245 # APPROXIMATELY OR 
ACTUALLY EQUAL TO
  : "≅"   U2245 # APPROXIMATELY OR 
ACTUALLY EQUAL TO
 : "≈"   U2248 # ALMOST EQUAL TO
  # End of Jackalux's additions

  
  Notes:
  The list at 
https://www.x.org/releases/X11R7.7/doc/libX11/i18n/compose/en_US.UTF-8.html 
also misses combinations for ≈ and ≅ .   Perhaps that should be updated too if 
it is a reference list.

  I also wanted to add:
   : "≇"   U2247 # NEITHER 
APPROXIMATELY NOR ACTUALLY EQUAL TO
   : "≇"   U2247 # NEITHER 
APPROXIMATELY NOR ACTUALLY EQUAL TO
   : "≇"   U2247 # NEITHER 
APPROXIMATELY NOR ACTUALLY EQUAL TO
   : "≇"   U2247 # NEITHER 
APPROXIMATELY NOR ACTUALLY EQUAL TO
  : "≉"   U2249 # NOT ALMOST 
EQUAL TO
  : "≉"   U2249 # NOT ALMOST 
EQUAL TO
  But I've realised that they create clashes with other compositions, as the 
composition forms before the ComposeKey is released.
  If this can be corrected and added at the same time, then that would be 
amazing as I don't know how to access the actual compositions listed for those 
characters.

  Co-operatively,
  Jackalux

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855092] Re: [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

2019-12-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1855092

Title:
  [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

Status in pam package in Ubuntu:
  In Progress

Bug description:
  [Impact]

    * Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
    * MOTD contains important information about the system's health including 
the security updates to be installed thus it is desired to show MOTD in 
container shells, too.
    * The fix in update-motd is creating a snippet in /etc/profile.d which 
shows MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.

  [Test Case]

   * Log in to the system, where PAM prints the MOTD.
   * After seeing the MOTD observe MOTD_SHOWN set:
     $ echo $MOTD_SHOWN
     pam
     $

  [Regression Potential]

   * The fix is simple thus it is unlikely to see any regression due to bad 
implementation.
   * The newly set environment variable may interact with existing software, 
but this variable seems to be not used:
   https://codesearch.debian.net/search?q=MOTD_SHOWN=1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855009] Re: autopkgtests all fail on s390x

2019-12-04 Thread Dan Streetman
Re: RFKILL=n, wireless networking is specifically excluded on s390
systems:

menuconfig WIRELESS 


  
bool "Wireless" 


  
depends on !S390


  
default y   


  

so there's no sense in building RFKILL.  The wpa-dhclient tests fails
because it can't load cfg80211, which is due to s390 never including
wireless networking support.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1855009

Title:
  autopkgtests all fail on s390x

Status in network-manager package in Ubuntu:
  In Progress
Status in network-manager source package in Xenial:
  In Progress
Status in network-manager source package in Bionic:
  In Progress
Status in network-manager source package in Disco:
  In Progress
Status in network-manager source package in Eoan:
  In Progress
Status in network-manager source package in Focal:
  In Progress

Bug description:
  [impact]

  most or all autopkgtests fail on s390x

  [test case]

  check autopkgtest logs, e.g.
  http://autopkgtest.ubuntu.com/packages/network-manager

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal/focal/s390x/n/network-
  manager/20191130_001946_a5512@/log.gz

  [regression potential]

  TBD

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855133] [NEW] SRU: update python2.7 to the 2.7.17 release

2019-12-04 Thread Matthias Klose
Public bug reported:

This is a proposal to backport the Python 2.7.17 release to bionic.

 - python2.7
 - python-stdlib-extensions
 - python-defaults is not required, but could be used to
   trigger autopkg tests in the -proposed pocket.

The package builds are prepared in
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa/+packages

[Impact]
Provide an upstream release for Python 2.7.

[Regression Potential]
There is regression potential, however with a test rebuild of the main portion 
of the archive no regressions were found.

[Test Case]
No regressions in the Python test suite, and no regressions in the test
rebuild of the main component of the archive (all architectures)

As a test, an archive rebuild for main was performed, and no regressions
were found with this new package. The archive rebuild also contained
updated versions of gcc-7, gcc-8, python-stdlib-extensions and
python2.7. The GCC and Python packages should not infer with each other.

[Validation]
Analyze the build logs for regressions.
The OpenStack packaging team is checking OpenStack against the built packages 
in -proposed.

Summary of the test rebuilds:
https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20191107-bionic-bionic.html
https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20191107-bionic-gcc7-bionic.html

The first one is a reference build, the second one the test rebuild with
the updated components.

There are no additional regressions except for one Python test, which sometimes 
hangs on the buildds, sometimes passes (test_ttk_guionly). Will
be disabled in a follow-up upload.

** Affects: python-stdlib-extensions (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-stdlib-extensions (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: python2.7 (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Also affects: python2.7 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: python-stdlib-extensions (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1855133

Title:
  SRU: update python2.7 to the 2.7.17 release

Status in python-stdlib-extensions package in Ubuntu:
  New
Status in python2.7 package in Ubuntu:
  New
Status in python-stdlib-extensions source package in Bionic:
  New
Status in python2.7 source package in Bionic:
  New

Bug description:
  This is a proposal to backport the Python 2.7.17 release to bionic.

   - python2.7
   - python-stdlib-extensions
   - python-defaults is not required, but could be used to
 trigger autopkg tests in the -proposed pocket.

  The package builds are prepared in
  https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa/+packages

  [Impact]
  Provide an upstream release for Python 2.7.

  [Regression Potential]
  There is regression potential, however with a test rebuild of the main 
portion of the archive no regressions were found.

  [Test Case]
  No regressions in the Python test suite, and no regressions in the test
  rebuild of the main component of the archive (all architectures)

  As a test, an archive rebuild for main was performed, and no
  regressions were found with this new package. The archive rebuild also
  contained updated versions of gcc-7, gcc-8, python-stdlib-extensions
  and python2.7. The GCC and Python packages should not infer with each
  other.

  [Validation]
  Analyze the build logs for regressions.
  The OpenStack packaging team is checking OpenStack against the built packages 
in -proposed.

  Summary of the test rebuilds:
  
https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20191107-bionic-bionic.html
  
https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20191107-bionic-gcc7-bionic.html

  The first one is a reference build, the second one the test rebuild
  with the updated components.

  There are no additional regressions except for one Python test, which 
sometimes hangs on the buildds, sometimes passes (test_ttk_guionly). Will
  be disabled in a follow-up upload.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-stdlib-extensions/+bug/1855133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855009] Re: autopkgtests all fail on s390x

2019-12-04 Thread Dan Streetman
Most of the failures are due to s390x kernel configuration setting
RFKILL=n

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1855009

Title:
  autopkgtests all fail on s390x

Status in network-manager package in Ubuntu:
  In Progress
Status in network-manager source package in Xenial:
  In Progress
Status in network-manager source package in Bionic:
  In Progress
Status in network-manager source package in Disco:
  In Progress
Status in network-manager source package in Eoan:
  In Progress
Status in network-manager source package in Focal:
  In Progress

Bug description:
  [impact]

  most or all autopkgtests fail on s390x

  [test case]

  check autopkgtest logs, e.g.
  http://autopkgtest.ubuntu.com/packages/network-manager

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal/focal/s390x/n/network-
  manager/20191130_001946_a5512@/log.gz

  [regression potential]

  TBD

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855092] Re: [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

2019-12-04 Thread Balint Reczey
** Description changed:

  [Impact]
  
-   * Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
-   * MOTD contains important information about the system's health including 
the security updates to be installed thus it is desired to show MOTD in 
container shells, too.
-   * The fix in update-motd is creating a snippet in /etc/profile.d which 
shows MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.
+   * Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
+   * MOTD contains important information about the system's health including 
the security updates to be installed thus it is desired to show MOTD in 
container shells, too.
+   * The fix in update-motd is creating a snippet in /etc/profile.d which 
shows MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.
  
  [Test Case]
  
-  * Log in to the system, where PAM prints the MOTD.
-  * After seeing the MOTD observe MOTD_SHOWN set:
-$ echo $MOTD_SHOWN
-pam
-$
+  * Log in to the system, where PAM prints the MOTD.
+  * After seeing the MOTD observe MOTD_SHOWN set:
+    $ echo $MOTD_SHOWN
+    pam
+    $
  
  [Regression Potential]
  
-  * The fix is simple thus i is unlikely to see any regression due to bad 
implementation.
-  * The newly set environment variable may interact with existing software, 
but this variable seems to be not used:
-  https://codesearch.debian.net/search?q=MOTD_SHOWN=1
+  * The fix is simple thus it is unlikely to see any regression due to bad 
implementation.
+  * The newly set environment variable may interact with existing software, 
but this variable seems to be not used:
+  https://codesearch.debian.net/search?q=MOTD_SHOWN=1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1855092

Title:
  [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

Status in pam package in Ubuntu:
  In Progress

Bug description:
  [Impact]

    * Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
    * MOTD contains important information about the system's health including 
the security updates to be installed thus it is desired to show MOTD in 
container shells, too.
    * The fix in update-motd is creating a snippet in /etc/profile.d which 
shows MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.

  [Test Case]

   * Log in to the system, where PAM prints the MOTD.
   * After seeing the MOTD observe MOTD_SHOWN set:
     $ echo $MOTD_SHOWN
     pam
     $

  [Regression Potential]

   * The fix is simple thus it is unlikely to see any regression due to bad 
implementation.
   * The newly set environment variable may interact with existing software, 
but this variable seems to be not used:
   https://codesearch.debian.net/search?q=MOTD_SHOWN=1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 868617] Re: [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

2019-12-04 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=32183.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-12-07T06:56:38+00:00 Xavier Claessens wrote:

I have no idea what's going on, the tube works perfectly even if gabble
is taking 100% CPU. After closing the tube, gabble still takes 100% CPU.

See attached logs.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/0


On 2010-12-07T06:57:24+00:00 Xavier Claessens wrote:

Note: I attached gabble into gdb and interupted it, but it's always in
mainloop's poll function. So probably an idle callback that keep
running?

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/1


On 2010-12-07T07:02:19+00:00 Xavier Claessens wrote:

Created attachment 40869
gabble logs

Looks like this happens only when channel request fails

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/2


On 2011-02-03T18:37:57+00:00 Guilherme Blanco wrote:

I confirm the same situation.

$ lsb_release -rd
Description:Ubuntu 10.10
Release:10.10

$ apt-cache policy telepathy-gabble
telepathy-gabble:
  Installed: 0.10.0-1
  Candidate: 0.10.0-1
  Version table:
 *** 0.10.0-1 0
500 http://br.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
100 /var/lib/dpkg/status

Everytime I attempt to connect on Gtalk, I get a connection error and this 
process - telepathy_gabble - consumes > 100% of my CPU.
Problem is only solved when all networks connect or when empathy is closed.

If you need more information, just ask.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/3


On 2019-12-03T19:49:56+00:00 Gitlab-migration wrote:

-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/116.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/11


** Changed in: telepathy-gabble
   Importance: Unknown => Medium

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#116
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/116

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/868617

Title:
  [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Confirmed

Bug description:
  arcadia:~# lsof -np 9041 | grep -e 9u -e 10u
  lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/cheako/.gvfs
Output information may be incomplete.
  telepathy 9041 cheako9u  IPv46090575  0t0 TCP 
192.168.172.26:41507->192.168.172.100:9050 (CLOSE_WAIT)
  telepathy 9041 cheako   10u  IPv46090576  0t0 TCP 
192.168.172.26:41508->192.168.172.100:9050 (CLOSE_WAIT)
  arcadia:~# strace -p 9041 2>&1 | head
  Process 9041 attached - interrupt to quit
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, "", 4, 0)   = 0
  recv(10, "", 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, "", 4, 0)   = 0
  recv(10, "", 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, "", 4, 0)   = 0
  recv(10, "", 4, 0)  = 0

  
  Firstly it should give up and drop back to select style operation.  Secondly, 
and perhaps more apparent, it should remove the CLOSE_WAIT sockets and 
reconnect.

  It's worth noting that 192.168.172.100:9050 is a socks5 server.

  ProblemType: Bug
  DistroRelease: Ubuntu 

[Touch-packages] [Bug 867682] Re: telepathy-gabble crashed with signal 5 in g_simple_async_result_complete()

2019-12-04 Thread Bug Watch Updater
** Changed in: telepathy-gabble
   Status: Incomplete => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#225
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/225

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/867682

Title:
  telepathy-gabble crashed with signal 5 in
  g_simple_async_result_complete()

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  empathy crashed once network connection went down

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: telepathy-gabble 0.13.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Tue Oct  4 22:18:37 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/telepathy/telepathy-gabble
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20111001)
  ProcCmdline: /usr/lib/telepathy/telepathy-gabble
  Signal: 5
  SourcePackage: telepathy-gabble
  StacktraceTop:
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? ()
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  Title: telepathy-gabble crashed with signal 5 in 
g_simple_async_result_complete()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/867682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 867682]

2019-12-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/225.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/867682

Title:
  telepathy-gabble crashed with signal 5 in
  g_simple_async_result_complete()

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  empathy crashed once network connection went down

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: telepathy-gabble 0.13.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Tue Oct  4 22:18:37 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/telepathy/telepathy-gabble
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20111001)
  ProcCmdline: /usr/lib/telepathy/telepathy-gabble
  Signal: 5
  SourcePackage: telepathy-gabble
  StacktraceTop:
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? ()
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  Title: telepathy-gabble crashed with signal 5 in 
g_simple_async_result_complete()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/867682/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855092] Re: [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

2019-12-04 Thread Balint Reczey
** Patch added: "0001-pam_motd-Export-MOTD_SHOWN-pam-after-showing-MOTD.patch"
   
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1855092/+attachment/5309779/+files/0001-pam_motd-Export-MOTD_SHOWN-pam-after-showing-MOTD.patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1855092

Title:
  [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

Status in pam package in Ubuntu:
  In Progress

Bug description:
  [Impact]

* Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
* MOTD contains important information about the system's health including 
the security updates to be installed thus it is desired to show MOTD in 
container shells, too.
* The fix in update-motd is creating a snippet in /etc/profile.d which 
shows MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.

  [Test Case]

   * Log in to the system, where PAM prints the MOTD.
   * After seeing the MOTD observe MOTD_SHOWN set:
 $ echo $MOTD_SHOWN
 pam
 $

  [Regression Potential]

   * The fix is simple thus i is unlikely to see any regression due to bad 
implementation.
   * The newly set environment variable may interact with existing software, 
but this variable seems to be not used:
   https://codesearch.debian.net/search?q=MOTD_SHOWN=1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855092] Re: [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

2019-12-04 Thread Balint Reczey
Forwarded patch to https://github.com/linux-pam/linux-pam/pull/155

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1855092

Title:
  [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

Status in pam package in Ubuntu:
  In Progress

Bug description:
  [Impact]

* Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
* MOTD contains important information about the system's health including 
the security updates to be installed thus it is desired to show MOTD in 
container shells, too.
* The fix in update-motd is creating a snippet in /etc/profile.d which 
shows MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.

  [Test Case]

   * Log in to the system, where PAM prints the MOTD.
   * After seeing the MOTD observe MOTD_SHOWN set:
 $ echo $MOTD_SHOWN
 pam
 $

  [Regression Potential]

   * The fix is simple thus i is unlikely to see any regression due to bad 
implementation.
   * The newly set environment variable may interact with existing software, 
but this variable seems to be not used:
   https://codesearch.debian.net/search?q=MOTD_SHOWN=1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853669] Re: systemd resolves own hostname to link local ipv6 address

2019-12-04 Thread Dan Streetman
> It was no "assumption", but an "observation".

no, you are assuming that systemd-resolved is the authoritative
nameserver providing the $(hostname) addresses, which is wrong.
systemd-resolved is a stub nameserver that does no authoritative
resolution itself; it gets its answers from other nameservers.

> Name: xxx # my "$(hostname)"

why are you obfuscating your hostname?  It could be relevant, for
example if you're choosing to use the 'local' domain.


Let's try this instead; do this:

$ sudo systemctl --runtime edit systemd-resolved

in the editor that opens, put this:

[Service]
Environment=SYSTEMD_LOG_LEVEL=debug


then, save it and exit the editor.  Then do:

$ sudo systemctl restart systemd-resolved

and now lookup your name:

$ nslookup $(hostname)

and then do this and paste/attach the results:

$ journalctl -b -u systemd-resolved --no-pager

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853669

Title:
  systemd resolves own hostname to link local ipv6 address

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I've got an ethernet-device that only has a configured ipv4 address,
  and some auto-generated link-local (aka "scope link") ipv6 address.

  Any tool doing a DNS query (and /lib/systemd/systemd-resolved is the
  DNS-server listening on 127.0.0.53) for this host's hostname gets back
  two addresses: the correct ipv4 address, and a broken ipv6 address.

  Unlike on ipv4,  it is possible for the same ipv6-address to be
  assigned to multiple devices, and therefore the address is only valid
  in the context of the eth-device.

  Now, if "ifconfig" shows "inet6 fe80::4687:fcff:fe9e:4ac7  prefixlen 64  
scopeid 0x20"
  then "fe80::4687:fcff:fe9e:4ac7" is NOT a connectable address, and syscall 
connect() typically fails with EINVAL.

  To make it a valid address, it needs to be suffixed with a "%" and the device 
name, like:
  fe80::4687:fcff:fe9e:4ac7%enp4s0

  Either the resolver can return the link name attached to the address
  separated with a "%" char, or it needs to ignore link-local inet6
  addresses.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1851504] Re: encrypted root fails to cryptsetup on disco

2019-12-04 Thread Chris Baker
It looks like this issue might be resolved in a recent update.
At least for me, /lib is now a softlink to /usr/lib and the original cryptroot 
script will now find libgcc_s.so.1 and add it to the initramfs.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1851504

Title:
  encrypted root fails to cryptsetup on disco

Status in cryptsetup:
  New
Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  There is a subtle error message during update-initramfs:

  find: '': No such file or directory

  I could trace this to /usr/share/initramfs-tools/hooks/cryptroot line
  430:

  # libargon2 uses pthread_cancel
  LIBC_DIR="$(ldd /sbin/cryptsetup | sed -nr 's#.* => 
(/lib.*)/libc\.so\.[0-9.-]+ \(0x[[:xdigit:]]+\)$#\1#p')"
  >   find -L "$LIBC_DIR" -maxdepth 1 -name 'libgcc_s.*' -type f | while read 
so; do
  copy_exec "$so"
  done

  ldd output shows:

  libc.so.6 => /usr/lib/x86_64-linux-gnu/libc.so.6
  (0x7f41aa8c4000)

  so the library is not in /lib anymore but /usr/lib

  The root cause of this may be an update to libc, however the script
  may need adjusting anyway.

  cat /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=19.04
  DISTRIB_CODENAME=disco
  DISTRIB_DESCRIPTION="Ubuntu 19.04"

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 610899] Re: file transfer Empathy 2.30.2 reports: "Error receiving from "

2019-12-04 Thread Bug Watch Updater
** Changed in: telepathy-gabble
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues #96
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/96

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/610899

Title:
  file transfer Empathy 2.30.2 reports: "Error receiving 
  from "

Status in Empathy:
  Unknown
Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  Trying to receive a file transfer from Empathy 2.30.2, Empathy 2.30.2
  reports: "Error receiving "his_filename" from ; Error while
  trying to transfer the file." The progress bar freezes at 64%. The
  same is true in the reverse direction. File transfer via Pidgin works
  all right, though.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: empathy 2.30.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Wed Jul 28 16:49:51 2010
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: empathy

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 759994] Re: telepathy-gabble crashed with SIGSEGV in send_stanza_cb()

2019-12-04 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=36213.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-04-13T09:48:22+00:00 Cristian Aravena Romero wrote:

Open bug in launchpad.net
https://bugs.launchpad.net/bugs/759994

"Open empathy in the night. Next day open apport"

#0  send_stanza_cb (source=0xb7df660, res=0xba97460, user_data=) at wocky-porter.c:704
self = 
priv = 0x
elem = 
error = 0x0
__PRETTY_FUNCTION__ = "send_stanza_cb"
#1  0x0044e3c0 in wocky_xmpp_connection_write_cb (source=0xb56a980, 
res=0xba959e0, user_data=) at wocky-xmpp-connection.c:310
r = 0xba97460
priv = 0xb7df680
written = 
error = 0x7f7a988e1b90
#2  0x7f7aa48df285 in async_ready_callback_wrapper 
(source_object=0xb56a980, res=0xba959e0, user_data=0xb7df660) at 
/build/buildd/glib2.0-2.27.2/gio/goutputstream.c:568
stream = 0xb56a980
#3  0x004bcb06 in wocky_tls_job_result_gssize (job=, result=-53) at wocky-tls.c:353
simple = 
#4  0x7f7aa48df285 in async_ready_callback_wrapper 
(source_object=0x769c900, res=0xba974c0, user_data=0xa3f4cc0) at 
/build/buildd/glib2.0-2.27.2/gio/goutputstream.c:568
stream = 0x769c900
#5  0x7f7aa48ee808 in g_socket_output_stream_write_ready (socket=, condition=, stream=0x769c900) at 
/build/buildd/glib2.0-2.27.2/gio/gsocketoutputstream.c:155
simple = 0xba974c0
error = 0x7f7a988e4150
result = -1
#6  0x7f7aa394d742 in g_main_dispatch (context=0x258fa80) at 
/build/buildd/glib2.0-2.27.2/glib/gmain.c:2229
dispatch = 0x7f7aa48e5050 
user_data = 0x769c900
callback = 0x7f7aa48ee750 
cb_funcs = 0x7f7aa3bee610
cb_data = 0xb542960
current_source_link = {data = 0xa2b1dd0, next = 0x0}
source = 0xa2b1dd0
current = 0x25a80c0
i = 0
#7  g_main_context_dispatch (context=0x258fa80) at 
/build/buildd/glib2.0-2.27.2/glib/gmain.c:2786
No locales.
#8  0x7f7aa3951ad8 in g_main_context_iterate (context=0x258fa80, 
block=, dispatch=, self=) at /build/buildd/glib2.0-2.27.2/glib/gmain.c:2864
max_priority = 2147483647
timeout = 4940
some_ready = 1
nfds = 9
allocated_nfds = -1550456304
fds = 
__PRETTY_FUNCTION__ = "g_main_context_iterate"
#9  0x7f7aa3951fe5 in g_main_loop_run (loop=0x259c0c0) at 
/build/buildd/glib2.0-2.27.2/glib/gmain.c:3072
self = 0x257e040
__PRETTY_FUNCTION__ = "g_main_loop_run"
#10 0x7f7aa4ec64cf in tp_run_connection_manager (prog_name=, version=, construct_cm=, 
argc=, argv=) at run.c:285
connection = 0x258cc10
bus_daemon = 
error = 0x0
ret = 0
__PRETTY_FUNCTION__ = "tp_run_connection_manager"
#11 0x0042de9e in gabble_main (argc=1, argv=0x7be856f8) at 
gabble.c:150
loader = 0x2589af0
out = 
#12 0x7f7aa2eeed8e in __libc_start_main (main=, 
argc=, ubp_av=, init=, fini=, rtld_fini=, 
stack_end=0x7be856e8) at libc-start.c:226
result = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 3501174782668926449, 
4381904, 140737419695856, 0, 0, -3501165828478767631, -3574751755266986511}, 
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x4f2010, 0x7be856f8}, data 
= {prev = 0x0, cleanup = 0x0, canceltype = 5185552}}}
not_first_call = 
#13 0x0042dcf9 in _start ()
No symbol table info available.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/759994/comments/0


On 2019-12-03T19:51:25+00:00 Gitlab-migration wrote:

-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/142.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/759994/comments/7


** Changed in: telepathy-gabble
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#142
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/142

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/759994

Title:
  telepathy-gabble crashed with SIGSEGV in send_stanza_cb()

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug 

[Touch-packages] [Bug 610899]

2019-12-04 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/96.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/610899

Title:
  file transfer Empathy 2.30.2 reports: "Error receiving 
  from "

Status in Empathy:
  Unknown
Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  Trying to receive a file transfer from Empathy 2.30.2, Empathy 2.30.2
  reports: "Error receiving "his_filename" from ; Error while
  trying to transfer the file." The progress bar freezes at 64%. The
  same is true in the reverse direction. File transfer via Pidgin works
  all right, though.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: empathy 2.30.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Wed Jul 28 16:49:51 2010
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: empathy

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 893031] Re: Empathy is not working behind the proxy servers SINCE Ubuntu 11.10

2019-12-04 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=47960.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2012-03-27T12:39:23+00:00 Ken VanDine wrote:

Created attachment 59127
WOCKY_DEBUG=xmpp with contact info stripped out

In my test scenario, I have a local squid proxy properly configured to
handle HTTP CONNECT, tested with pidgin and it works.  MS Live accounts
works as well using telepathy-haze.  However attempting to connect to
gtalk or jabber.org accounts, according to the squid access log, never
attempts to connect to the configured proxy.


Downstream bug report: 
https://bugs.launchpad.net/ubuntu/precise/+source/telepathy-gabble/+bug/893031

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libproxy/+bug/893031/comments/18


On 2012-03-28T08:01:24+00:00 Nicilas wrote:

Can you provide your system configuration, and the returned
configuration as seen by libproxy:

proxy xmpp-client://myserfer
proxy https://myserfer

HTTP Connect for bare jabber is currently not supported by libproxy (not
support fro any non https:// protocols). Also, be aware that Pidgin
erroneously reads the HTTP_PROXY rather then SECURE_PROXY gnome setting
for doing HTTP Connect.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libproxy/+bug/893031/comments/20


On 2012-03-28T11:59:38+00:00 Ken VanDine wrote:

proxy xmpp-client://myserfer
direct://
proxy https://myserfer
http://localhost:3128

Looking through the gabble source, I don't see anywhere that it uses
libproxy, not even an includes for proxy.h.  How does it interact with
libproxy?

Previously it had been suggested that it wasn't working because our
version of libproxy in Ubuntu was too old, 0.3.x.  We now have the
0.4.7, the latest and it still doesn't work.

So this isn't a bug so much as it is not supported yet?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libproxy/+bug/893031/comments/21


On 2012-03-28T12:30:14+00:00 Nicilas wrote:

(In reply to comment #2)
> proxy xmpp-client://myserfer
> direct://
> proxy https://myserfer
> http://localhost:3128
> 
> Looking through the gabble source, I don't see anywhere that it uses libproxy,
> not even an includes for proxy.h.  How does it interact with libproxy?
> 
> Previously it had been suggested that it wasn't working because our version of
> libproxy in Ubuntu was too old, 0.3.x.  We now have the 0.4.7, the latest and
> it still doesn't work.
> 
> So this isn't a bug so much as it is not supported yet?

Gabble uses a library called Wocky which is base on GIO. And GIO has a
libproxy and gnome plugin. I usually suggest using libproxy for distro
that can run both KDE and Gnome on the same install, the Gnome plugin
ignores the environment.

Currently the support for HTTP Connect is very restricted because the
GIO developers did not agree it was a correct way of doing generic
socket proxying. Here is how you can make it work. First thing to know
is that wocky will do HTTP Connect only when you are running in Old SSL
mode. Which mean the first thing you do is an TLS handshake (so it
cannot be differentiated from a HTTPS connection). Then you need a
correct configuration, which you have.

If you are using a google account configured with older version of Empathy, I 
suggest to remove it and re-create it. This will add the fallback-servers 
parameter to your account. Note that HTTP Connect is never the first, so 
connection may take a little while depending on how fat the other attempts 
fails. You can check the params using mc-tool show ... Here's what you should 
see:
(GStrv) fallback-servers = ["talkx.l.google.com", 
"talkx.l.google.com:443,oldssl", "talkx.l.google.com:80"]

Unless someone broke the fallbacks, wocky will try the server
talk.google.com (use to do SRV, but was changed recently). In case of
failure, it will fallback to talkx.l.google.com using normal TLS, if it
fails again, it will try talkx.l.google.com:443 using OLD SSL mode, and
if that still fails it will try cleartext on port 80 (I think this one
always fails these days, not sure).

In the future, libproxy should try HTTP Connect for any type of
connection, and have a direct fallback, but that couldn't be done
without changing libproxy internals a lot. Also, the HTTP Connect GLIB
plugin should be provided by libsoup. Feel free to contribute if you
have time.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libproxy/+bug/893031/comments/22


On 

[Touch-packages] [Bug 610899]

2019-12-04 Thread Jonny-lamb
Created attachment 40507
gabble log

Here you go, have some better logs. I cut out the useless parts.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/610899

Title:
  file transfer Empathy 2.30.2 reports: "Error receiving 
  from "

Status in Empathy:
  Unknown
Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  Trying to receive a file transfer from Empathy 2.30.2, Empathy 2.30.2
  reports: "Error receiving "his_filename" from ; Error while
  trying to transfer the file." The progress bar freezes at 64%. The
  same is true in the reverse direction. File transfer via Pidgin works
  all right, though.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: empathy 2.30.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Wed Jul 28 16:49:51 2010
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: empathy

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 693069] Re: Cannot Connect To Any XMPP Based Account

2019-12-04 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=32721.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-12-29T07:26:58+00:00 Omer Akram wrote:

Created attachment 41504
telepathy-gabble logs

"Facebook gives me a network error. However, my employer's XMPP and
Google's XMPP servers just never connect and give no errors. It stays in
the connecting status for as long as Empathy is running. I have no
issues with AIM, MSN, Yahoo, etc."

originally reported at: https://bugs.launchpad.net/ubuntu/+source
/telepathy-gabble/+bug/693069

attached are the telepathy-gabble logs

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/693069/comments/2


On 2011-10-03T07:38:21+00:00 Will Thompson wrote:

This is probably due to Gabble using the user's configured network
proxy. Perhaps the reporter could verify that their proxy settings are
correct, and try disabling their proxy to see if that helps.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/693069/comments/5


On 2011-10-03T07:39:59+00:00 Will Thompson wrote:

(There's really nothing in the log to show anything beyond “yep, looks
like Gabble tries to connect and the server never replies”.)

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/693069/comments/6


On 2019-12-03T19:50:05+00:00 Gitlab-migration wrote:

-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/118.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/693069/comments/7


** Changed in: telepathy-gabble
   Status: Incomplete => Unknown

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#118
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/118

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/693069

Title:
  Cannot Connect To Any XMPP Based Account

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  Facebook gives me a network error. However, my employer's XMPP and
  Google's XMPP servers just never connect and give no errors. It stays
  in the connecting status for as long as Empathy is running. I have no
  issues with AIM, MSN, Yahoo, etc.

  Empathy 2.32.1 Ubuntu 10.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/693069/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 299158] Re: DejaVu, Liberation Mono, Noto Mono, Tlwg Mono, Oxygen Mono, Bitstream Vera Mono: Combining diacritics out of place

2019-12-04 Thread Paride Legovini
Maintainer of the fonts-hack Debian package here. I can't reproduce the
issue with fonts-hack 3.003-3 on Eoan, I get the expected result, i.e.:

* Two grapheme clusters are displayed: Latin small letter a with acute
accent, Latin small letter e.

On which Ubuntu release are you observing it?

** Changed in: fonts-hack (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fonts-dejavu in Ubuntu.
https://bugs.launchpad.net/bugs/299158

Title:
  DejaVu, Liberation Mono, Noto Mono, Tlwg Mono, Oxygen Mono, Bitstream
  Vera Mono: Combining diacritics out of place

Status in fonts-dejavu package in Ubuntu:
  Confirmed
Status in fonts-droid package in Ubuntu:
  Won't Fix
Status in fonts-hack package in Ubuntu:
  Incomplete
Status in fonts-liberation package in Ubuntu:
  Confirmed
Status in fonts-noto package in Ubuntu:
  New
Status in fonts-tlwg package in Ubuntu:
  New
Status in fonts-ubuntu package in Ubuntu:
  New
Status in msttcorefonts package in Ubuntu:
  Won't Fix
Status in oxygen-fonts package in Ubuntu:
  New
Status in ttf-bitstream-vera package in Ubuntu:
  New

Bug description:
  In the Liberation Mono font, combining diacritical marks are drawn
  over the following character rather than the preceding.

  According to the Unicode standard since at least version 3.0, chapter
  3.6, verse D56, combining characters apply to the preceding base
  character. However, this font renders them on the following base
  character.

  Version info:
  Ubuntu Intrepid
  ttf-liberation 1.04~beta2-2

  To reproduce:
  1. Open gedit.
  2. Type the following three code points: U+0061 U+0301 U+0065 (Latin small 
letter a, Combining acute accent, Latin small letter e).
  3. Via Edit|Preferences|Font & Colors|Font, select the Liberation Mono font.

  Expected:
  * Two grapheme clusters are displayed: Latin small letter a with acute 
accent, Latin small letter e.

  Observed:
  * The grapheme clusters displayed are: Latin small letter a, Latin small 
letter e with acute accent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-dejavu/+bug/299158/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853669] Re: systemd resolves own hostname to link local ipv6 address

2019-12-04 Thread Andreas L
PS: re "assumption"/"observation" -- ok, that it would happen for you
was indeed just an assumption.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853669

Title:
  systemd resolves own hostname to link local ipv6 address

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I've got an ethernet-device that only has a configured ipv4 address,
  and some auto-generated link-local (aka "scope link") ipv6 address.

  Any tool doing a DNS query (and /lib/systemd/systemd-resolved is the
  DNS-server listening on 127.0.0.53) for this host's hostname gets back
  two addresses: the correct ipv4 address, and a broken ipv6 address.

  Unlike on ipv4,  it is possible for the same ipv6-address to be
  assigned to multiple devices, and therefore the address is only valid
  in the context of the eth-device.

  Now, if "ifconfig" shows "inet6 fe80::4687:fcff:fe9e:4ac7  prefixlen 64  
scopeid 0x20"
  then "fe80::4687:fcff:fe9e:4ac7" is NOT a connectable address, and syscall 
connect() typically fails with EINVAL.

  To make it a valid address, it needs to be suffixed with a "%" and the device 
name, like:
  fe80::4687:fcff:fe9e:4ac7%enp4s0

  Either the resolver can return the link name attached to the address
  separated with a "%" char, or it needs to ignore link-local inet6
  addresses.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855092] [NEW] [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

2019-12-04 Thread Balint Reczey
Public bug reported:

[Impact]

  * Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
  * MOTD contains important information about the system's health including the 
security updates to be installed thus it is desired to show MOTD in container 
shells, too.
  * The fix in update-motd is creating a snippet in /etc/profile.d which shows 
MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.

[Test Case]

 * Log in to the system, where PAM prints the MOTD.
 * After seeing the MOTD observe MOTD_SHOWN set:
   $ echo $MOTD_SHOWN
   pam
   $

[Regression Potential]

 * The fix is simple thus i is unlikely to see any regression due to bad 
implementation.
 * The newly set environment variable may interact with existing software, but 
this variable seems to be not used:
 https://codesearch.debian.net/search?q=MOTD_SHOWN=1

** Affects: pam (Ubuntu)
 Importance: Undecided
 Assignee: Balint Reczey (rbalint)
 Status: In Progress

** Changed in: pam (Ubuntu)
 Assignee: (unassigned) => Balint Reczey (rbalint)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1855092

Title:
  [SRU] Please set MOTD_SHOWN=pam when MOTD was shown

Status in pam package in Ubuntu:
  In Progress

Bug description:
  [Impact]

* Users of containers may never see the MOTD of the container if they are 
always to the container's shell without PAM being involved.
* MOTD contains important information about the system's health including 
the security updates to be installed thus it is desired to show MOTD in 
container shells, too.
* The fix in update-motd is creating a snippet in /etc/profile.d which 
shows MOTD, but only if UPDATE_MOTD is not set, to avoid printing MOTD twice.

  [Test Case]

   * Log in to the system, where PAM prints the MOTD.
   * After seeing the MOTD observe MOTD_SHOWN set:
 $ echo $MOTD_SHOWN
 pam
 $

  [Regression Potential]

   * The fix is simple thus i is unlikely to see any regression due to bad 
implementation.
   * The newly set environment variable may interact with existing software, 
but this variable seems to be not used:
   https://codesearch.debian.net/search?q=MOTD_SHOWN=1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1609700] Re: username is not saved in openconnect connection dialog

2019-12-04 Thread Jerome Covington
Confirmed this bug is an issue for me in Ubuntu 19.10 as well.
 
Package: network-manager-openconnect
Architecture: amd64
Version: 1.2.4-2ubuntu1

Package: network-manager-openconnect-gnome
Version: 1.2.4-2ubuntu1

However perhaps network-manager-openconnect-gnome is deprecated?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1609700

Title:
  username is not saved in openconnect connection dialog

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager-openconnect package in Ubuntu:
  Fix Released
Status in Fedora:
  Fix Released

Bug description:
  
  Hi,

  I clicked on "save passwords" but only the password is filled in
  automatically when I open the connection dialog. The "Username" field
  is empty!

  This happens for a SSLVPN configuration.

  For another VPN config (don't know which type) everything is ok.

  
  openconnect: 7.06-2build2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853669] Re: systemd resolves own hostname to link local ipv6 address

2019-12-04 Thread Andreas L
If your (same-version?) systemd does not return the link local address
to nslookup, then I'd appreciate a hint for what kind of config would
make it do so, so I could check the particular files.

I just recently upgraded my machine from 16.04 (with dnsmasq) to 18.04
-- if I had changed any systemd-config I'd pretty surely remember.  If
systemd uses some of dnsmasq's config, there is a chance of
customizations so long ago, that I might have forgotten about them.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853669

Title:
  systemd resolves own hostname to link local ipv6 address

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I've got an ethernet-device that only has a configured ipv4 address,
  and some auto-generated link-local (aka "scope link") ipv6 address.

  Any tool doing a DNS query (and /lib/systemd/systemd-resolved is the
  DNS-server listening on 127.0.0.53) for this host's hostname gets back
  two addresses: the correct ipv4 address, and a broken ipv6 address.

  Unlike on ipv4,  it is possible for the same ipv6-address to be
  assigned to multiple devices, and therefore the address is only valid
  in the context of the eth-device.

  Now, if "ifconfig" shows "inet6 fe80::4687:fcff:fe9e:4ac7  prefixlen 64  
scopeid 0x20"
  then "fe80::4687:fcff:fe9e:4ac7" is NOT a connectable address, and syscall 
connect() typically fails with EINVAL.

  To make it a valid address, it needs to be suffixed with a "%" and the device 
name, like:
  fe80::4687:fcff:fe9e:4ac7%enp4s0

  Either the resolver can return the link name attached to the address
  separated with a "%" char, or it needs to ignore link-local inet6
  addresses.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853669] Re: systemd resolves own hostname to link local ipv6 address

2019-12-04 Thread Andreas L
It was no "assumption", but an "observation".

$ nslookup $(hostname) # a blank name without any domain
Server: 127.0.0.53
Address:127.0.0.53#53

Non-authoritative answer:
Name:   xxx  # my "$(hostname)"
Address: 192.168.0.1
Name:   xxx
Address: fe80::4687:fcff:fe9e:4ac7

$ sudo fuser -n udp 53
53/udp:  22620
$ ps uww 22620
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
systemd+ 22620  0.0  0.0  52368  2220 ?Ss   Nov29   1:50 
/lib/systemd/systemd-resolved
$ dpkg -S /lib/systemd/systemd-resolved
systemd: /lib/systemd/systemd-resolved
$ dpkg -l systemd | cat  # (no UUOC, but prevent dpkg from fitting output to 
terminal)
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  systemd237-3ubuntu10.33 amd64system and service manager
$ 

At which points does your output differ?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1853669

Title:
  systemd resolves own hostname to link local ipv6 address

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I've got an ethernet-device that only has a configured ipv4 address,
  and some auto-generated link-local (aka "scope link") ipv6 address.

  Any tool doing a DNS query (and /lib/systemd/systemd-resolved is the
  DNS-server listening on 127.0.0.53) for this host's hostname gets back
  two addresses: the correct ipv4 address, and a broken ipv6 address.

  Unlike on ipv4,  it is possible for the same ipv6-address to be
  assigned to multiple devices, and therefore the address is only valid
  in the context of the eth-device.

  Now, if "ifconfig" shows "inet6 fe80::4687:fcff:fe9e:4ac7  prefixlen 64  
scopeid 0x20"
  then "fe80::4687:fcff:fe9e:4ac7" is NOT a connectable address, and syscall 
connect() typically fails with EINVAL.

  To make it a valid address, it needs to be suffixed with a "%" and the device 
name, like:
  fe80::4687:fcff:fe9e:4ac7%enp4s0

  Either the resolver can return the link name attached to the address
  separated with a "%" char, or it needs to ignore link-local inet6
  addresses.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1847570] Re: PulseAudio automatically switches to HDMI sound output on login

2019-12-04 Thread Efthimios Chaskaris
This bug is so annoying if you have your screen turn off due to
inactivity that I'm inclined to press 1. for a fix and 2. to write
something about it in the known issues section for 19.10.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1847570

Title:
  PulseAudio automatically switches to HDMI sound output on login

Status in PulseAudio:
  New
Status in pulseaudio package in Ubuntu:
  Triaged
Status in pulseaudio source package in Eoan:
  Triaged
Status in pulseaudio source package in Focal:
  Triaged

Bug description:
  On my freshly installed eoan system I have two output devices:
  - HDMI/DisplayPort 2 - GK208 ...
  - Line Out - Family 17h ...

  When I login into the system pulseaudio always select the "wrong"
  one (HDMI) and I need to go to gnome-settings/Sound/Output Device
  and switch to "line out". This applies to every login/logout not
  just reboots.

  I would be good if it would remember this choice so that I have
  to do it only once.

  Or maybe (if that is technically possible)
  just output on both output devices by default - this would be
  even more user friendly for newbies who will have a hard time
  finding the right place to change this (or maybe have UI in the
  volume slider to select outputs if there are more than one?
  But anyway, my immediate concern is that it should just remember
  my choice :)

  Please let me know if I can provide more information. Happy to
  dig into code if needed but I will need some pointers.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463846] Re: if ip is specified on cmdline, networking should be brought up in initramfs

2019-12-04 Thread kvaps
I just wanted to link it with the upstream issue on Debian bug tracker:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789067

** Bug watch added: Debian Bug tracker #789067
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789067

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1463846

Title:
  if ip is specified on cmdline, networking should be brought up in
  initramfs

Status in cloud-initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Triaged

Bug description:
  if the initramfs has 'ip=' on the cmdline, it is arguable that we
  should bring the respective interface up as indicated.

  Currently, initramfs only does this if something thinks it should.

  Ie, open-iscsi might do it, or some other things might call 
'configure_networking'.
  But it seems reasonable that if the user put 'ip=' on the cmdline then they 
wanted that to happen in initramfs.

  Additionally, one feature i'd like to have (admittedly for debug
  purposes) is the ability to write the /run/initramfs/open-
  iscsi.interface file that is used at least by open-iscsi to say "do
  not bring this interface down".

  
  I've done this before, the code to do it is available in intramfs-tools style 
module at
    
http://bazaar.launchpad.net/~smoser/maas/maas-pkg-test/files/head:/ephemtest-vivid/initrd-updates/

  generically, it seems like it'd be nice to have a way to have the same
  functionality that open-iscsi.interface accomplishes but not tied to
  open-iscsi.  Ie, the user may for any reason want to keep a network
  from getting re-configured by normal OS bringup.   I used
  '/run/network/initramfs-persistent-iface' file to do that.

  that is explicitly to patch over an existing initramfs  (no 'hooks'
  directory).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1463846/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1850702] Re: [Samsung Notebook 7 Pro, Realtek ALC256, headphone jack] Headphone sound is faint and distorted (but works fine in Windows)

2019-12-04 Thread Daniel van Vugt
** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1850702

Title:
  [Samsung Notebook 7 Pro, Realtek ALC256, headphone jack] Headphone
  sound is faint and distorted (but works fine in Windows)

Status in alsa-driver package in Ubuntu:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I can't get sound of my laptop (Samsung Notebook 7 Force) through the
  headphone jack. The speakers work fine.

  When I plug a headphone, I can hear the sound being played very
  faintly. If I bump the volume to the maximum, that is. The sound is
  very distorted, like a buzz effect being applied over it.

  I noticed that if I delete /.config/pulse the distortion goes away,
  but the sound remains very low. After some time, the buzzing effect
  comes back.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubuntu-release-upgrader-core 1:19.10.15
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  Uname: Linux 5.3.0-19-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.1
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Wed Oct 30 16:03:41 2019
  InstallationDate: Installed on 2019-10-29 (1 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filipe 1294 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-10-29 (1 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 760XBE
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=c0332bcf-c9a8-4b67-9a6f-bf87cc7abdb8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-19-generic N/A
   linux-backports-modules-5.3.0-19-generic  N/A
   linux-firmware1.183.1
  Tags:  eoan
  Uname: Linux 5.3.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/10/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P02REZ.040.190610.FL
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP760XBE-XW1BR
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SGL9947A0Y-C01-G003-S0001+10.0.17763
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP02REZ.040.190610.FL:bd06/10/2019:svnSAMSUNGELECTRONICSCO.,LTD.:pn760XBE:pvrP02REZ:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP760XBE-XW1BR:rvrSGL9947A0Y-C01-G003-S0001+10.0.17763:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.family: Notebook 7 Series
  dmi.product.name: 760XBE
  dmi.product.sku: SCAI-A5A5-A5A5-A5A5-PREZ
  dmi.product.version: P02REZ
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filipe 1294 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-10-29 (1 days ago)
  InstallationMedia: Kubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 760XBE
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=c0332bcf-c9a8-4b67-9a6f-bf87cc7abdb8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-19-generic N/A
   linux-backports-modules-5.3.0-19-generic  N/A
   linux-firmware1.183.1
  Tags:  eoan
  Uname: Linux 5.3.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/10/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P02REZ.040.190610.FL
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP760XBE-XW1BR
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  

[Touch-packages] [Bug 1715435] Re: Can't lock screen with keyboard shortcuts when using lightdm

2019-12-04 Thread Daniel van Vugt
** Tags added: eoan

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1715435

Title:
  Can't lock screen with keyboard shortcuts when using lightdm

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  Trying to use Super+L or Ctrl+Alt+L, I cannot lock the screen.
  Additionally, if I wait a very long time the screen does not lock
  either.

  Switching from LightDM to GDM3 fixes the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.25.91-0ubuntu3
  ProcVersionSignature: Ubuntu 4.12.0-12.13-generic 4.12.8
  Uname: Linux 4.12.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Sep  6 09:17:35 2017
  DisplayManager: lightdm
  InstallationDate: Installed on 2016-01-22 (592 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160117)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1672822] Re: sound only coming from left speaker on acer predator (fresh install)

2019-12-04 Thread Daniel van Vugt
** Package changed: pulseaudio (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1672822

Title:
  sound only coming from left speaker on acer predator (fresh install)

Status in alsa-driver package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu version: Ubuntu  16.10 and a fresh install of 17.04 and even
  fedora F25-WORK-x86_64-20170228 via live usb

  Device: acer predator: G9-593-7757 15,6"/i7-7700/32 GB RAM/512 GB
  SSD/1 TB HDD/GTX1070

  expected: sound comes out of both left and right speaker and the
  subwoofer

  what happened instead:
  Sound only comes out of the left speaker or subwoofer.

  More system information:

  $ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

  audio chip (on motherboard): VGA Chip nVidia N17E-G2-A1 GP104-725-A1

  note that that is only 1 device, one would expect several here.

  I attempted to fix this by modifying the /etc/pulse/deamon.conf into the 
following:
  # This file is part of PulseAudio.
  #
  # PulseAudio is free software; you can redistribute it and/or modify
  # it under the terms of the GNU Lesser General Public License as published by
  # the Free Software Foundation; either version 2 of the License, or
  # (at your option) any later version.
  #
  # PulseAudio is distributed in the hope that it will be useful, but
  # WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  # General Public License for more details.
  #
  # You should have received a copy of the GNU Lesser General Public License
  # along with PulseAudio; if not, see .

  ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  ## more information. Default values are commented out.  Use either ; or # for
  ## commenting.

  ; daemonize = no
  ; fail = yes
  ; allow-module-loading = yes
  ; allow-exit = yes
  ; use-pid-file = yes
  ; system-instance = no
  ; local-server-type = user
  ; enable-shm = yes
  ; enable-memfd = yes
  ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB
  ; lock-memory = no
  ; cpu-limit = no

  ; high-priority = yes
  ; nice-level = -11

  ; realtime-scheduling = yes
  ; realtime-priority = 5

  ; exit-idle-time = 20
  ; scache-idle-time = 20

  ; dl-search-path = (depends on architecture)

  ; load-default-script-file = yes
  ; default-script-file = /etc/pulse/default.pa

  ; log-target = auto
  ; log-level = notice
  ; log-meta = no
  ; log-time = no
  ; log-backtrace = 0

  ; resample-method = speex-float-1
  ; enable-remixing = yes
   enable-lfe-remixing = yes
  ; lfe-crossover-freq = 0

  flat-volumes = no

  ; rlimit-fsize = -1
  ; rlimit-data = -1
  ; rlimit-stack = -1
  ; rlimit-core = -1
  ; rlimit-as = -1
  ; rlimit-rss = -1
  ; rlimit-nproc = -1
  ; rlimit-nofile = 256
  ; rlimit-memlock = -1
  ; rlimit-locks = -1
  ; rlimit-sigpending = -1
  ; rlimit-msgqueue = -1
  ; rlimit-nice = 31
  ; rlimit-rtprio = 9
  ; rlimit-rttime = 20

  ; default-sample-format = s16le
  ; default-sample-rate = 44100
  ; alternate-sample-rate = 48000
  default-sample-channels = 3
  default-channel-map = front-left,front-right,lfe

  ; default-fragments = 4
  ; default-fragment-size-msec = 25

  ; enable-deferred-volume = yes
  deferred-volume-safety-margin-usec = 1
  ; deferred-volume-extra-delay-usec = 0

  but this did not work. I also tried various other permutations to see
  if changing the order of  front-left,front-right,lfe would work but it
  did not. I also tried to see if it would work in fedora but the same
  problem occurred there. When on ubuntu 16.10 at first only the
  subwoofer seemed to be working and altering the file only the left
  speaker was working. On ubuntu 17.04 only the left speaker was working
  regardless of how I altered the above file.

  
  Note that the speakers work perfectly fine on windows 10. 

  Looking around online there seem to be a lot of problems with acer
  predator laptops and sound on ubuntu.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1853440] Re: Volume either 0 or 100% on Lenovo X1 Carbon G7

2019-12-04 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1853440

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

** Tags added: eoan

** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu)

** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1853440

Title:
  Volume either 0 or 100% on Lenovo X1 Carbon G7

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Volume increasing or decreasing doesn't work. 
  I can only toggle sound on (= 100%) and off (= 0%).

  What I found out is that the Master channel seems to have no effect
  for volume adjustments, but the PCM channel does. If the sound is
  muted, PCM is set to 0 and therefore the sound is toggled off, but
  when I increase the sound a bit, PCM jumps straight to 100, causing
  the speakers to be very load.

  I have attached alsa-info output.

  System environment:
  Pop!_OS 19.10
  Release: 19.10

  Alsa-Version:
  alsa-base: 1.0.25

  Sound Card:
  HDA-Intel
  Codec: Realtek ALC285

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1854371] Re: Input lag with Razer Naga Trinity mouse

2019-12-04 Thread Daniel van Vugt
This might be the same issue as bug 1799679. Do you find it happens on
any particular applications? Or with zero applications?

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1854371

Title:
  Input lag with Razer Naga Trinity mouse

Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  When pressing multiple keys on my keyboard (Roccat isku FX) and pressing 
repetitively the buttons on the "numpad" (side buttons) of my mouse (Razer Naga 
Trinity) at the same time, the system freeze while doing this. All become 
normal again when I stop doing this.
  While freezing, I can see the Xorg process going up to 60/70% of the CPU.

  Not sure if it is a Xorg or driver related problem, or anything else.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-23.25-generic 5.3.7
  Uname: Linux 5.3.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] est un dossier: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  435.21  Sun Aug 25 08:17:57 
CDT 2019
   GCC version:  gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Nov 28 15:25:50 2019
  DistUpgraded: 2019-10-25 11:21:07,314 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: L’exécution du processus fils « 
./xorg_fix_proprietary.py » a échoué (Aucun fichier ou dossier de ce type) (8))
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 435.21, 5.3.0-22-generic, x86_64: installed
   nvidia, 435.21, 5.3.0-23-generic, x86_64: installed
   openrazer-driver, 2.6.0, 5.3.0-23-generic, x86_64: installed
   virtualbox, 6.0.14, 5.3.0-22-generic, x86_64: installed
   virtualbox, 6.0.14, 5.3.0-23-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. GM206 [GeForce GTX 960] 
[19da:1385]
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-23-generic 
root=UUID=eabe8e30-c27a-4b40-8af2-38ffd8bcbcc9 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to eoan on 2019-10-25 (34 days ago)
  dmi.bios.date: 02/28/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1801
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z77-V LX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1801:bd02/28/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLX:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   :