[Touch-packages] [Bug 1848200] Re: gdb not stopping on breakpoint in a 32-bit program

2019-10-27 Thread Kevin Puetz
@dannf Thanks, it works for on my x86 winelib program too (amd64
installation).

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

Title:
  gdb not stopping on breakpoint in a 32-bit program

Status in gdb package in Ubuntu:
  Invalid
Status in gdb source package in Bionic:
  In Progress
Status in gdb source package in Disco:
  Invalid
Status in gdb source package in Eoan:
  Invalid
Status in gdb source package in Focal:
  Invalid

Bug description:
  [Impact]
  After upgrading gdb from 8.1-0ubuntu3 to 8.1-0ubuntu3.1, gdb does not stop
  on breakpoint when running a 32-bit application (on 64-bit Ubuntu).

  [Test Case]
  This can be reproduced with a simple “hello world” program:

  $ cat hello.c
  #include 
  int main()
  {
     // printf() displays the string inside quotation
     printf("Hello, World!");
     return 0;
  }
  $ gcc -ggdb -m32 hello.c
  $ gdb a.out
  (gdb) b hello.c:5
  Breakpoint 1 at 0x536: file hello.c, line 5.
  (gdb) run
  Starting program: /home/user/sandbox/a.out
  warning: Breakpoint address adjusted from 0xf7fd9be0 to 0xf7fd9be0.
  warning: Breakpoint address adjusted from 0xf7fda195 to 0xf7fda195.
  warning: Breakpoint address adjusted from 0xf7fdbd1c to 0xf7fdbd1c.
  warning: Breakpoint address adjusted from 0xf7fdb924 to 0xf7fdb924.
  warning: Breakpoint address adjusted from 0xf7fe99b3 to 0xf7fe99b3.
  warning: Breakpoint address adjusted from 0xf7fea401 to 0xf7fea401.
  warning: Breakpoint address adjusted from 0xf7fea706 to 0xf7fea706.

  --- (and not stopping nor outputting the text…) ---

  [Regression Risk]
  Test case ran on arm64 and regression tested using the above test case on 
amd64, i386 and s390x.

  This regression was fixed on the upstream gdb-8.1 branch within a few
  weeks of the breakage back in May 2018. Since then there have been no
  other fixes in this area on that branch, implying this fixed the issue
  and there were no further regressions discovered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1848200/+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 1758775] Re: DHCP-received NTP servers override the configuration of the NTP charm

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

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

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

Title:
  DHCP-received NTP servers override the configuration of the NTP charm

Status in NTP Charm:
  Triaged
Status in ntp package in Ubuntu:
  Confirmed

Bug description:
  Example from GCE, but could be seen in MAAS/OpenStack or any other
  environment where NTP server addresses are supplied via DHCP:
  https://pastebin.ubuntu.com/p/TkjfzgbBhW/

  When a user configures NTP with this charm, they should reasonably
  expect their configuration to be reliably applied rather than
  overridden by their cloud provider.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp-charm/+bug/1758775/+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 1758775] Re: DHCP-received NTP servers override the configuration of the NTP charm

2019-10-27 Thread Haw Loeung
Even with removing 'ntp-servers' from /etc/dhcp/dhclient.conf,
/var/lib/ntp/ntp.conf.dhcp is written out. Steps to reproduce:

Current:

| ubuntu@juju-dca1e3-12:~$ ls -la /var/lib/ntp/ntp.conf.dhcp
| -rw-r--r-- 1 ntp ntp 2804 Feb 23  2018 /var/lib/ntp/ntp.conf.dhcp

Update removing 'ntp-servers':

| ubuntu@juju-dca1e3-12:~$ sudo vi /etc/dhcp/dhclient.conf
| (edit edit edit)

Restart networking:

| ubuntu@juju-dca1e3-12:~$ sudo service networking restart

Confirm dhclient restarted:

| ubuntu@juju-dca1e3-12:~$ ps afxuww | grep dhcl
| root  2864  0.0  0.0  16132   928 ?Ss   04:41   0:00 
/sbin/dhclient -1 -v -pf /run/dhclient.ens4.pid -lf 
/var/lib/dhcp/dhclient.ens4.leases -I -df /var/lib/dhcp/dhclient6.ens4.leases 
ens4

Check timestamp / date:

| ubuntu@juju-dca1e3-12:~$ ls -la /var/lib/ntp/ntp.conf.dhcp
| -rw-r--r-- 1 root root 2804 Oct 28 04:41 /var/lib/ntp/ntp.conf.dhcp

It's actually because ntp_servers_setup_add() in /etc/dhcp/dhclient-
exit-hooks.d/ntp writes that out no matter what.

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

Title:
  DHCP-received NTP servers override the configuration of the NTP charm

Status in NTP Charm:
  Triaged
Status in ntp package in Ubuntu:
  Confirmed

Bug description:
  Example from GCE, but could be seen in MAAS/OpenStack or any other
  environment where NTP server addresses are supplied via DHCP:
  https://pastebin.ubuntu.com/p/TkjfzgbBhW/

  When a user configures NTP with this charm, they should reasonably
  expect their configuration to be reliably applied rather than
  overridden by their cloud provider.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp-charm/+bug/1758775/+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 1841640] Re: package rsync 3.1.1-3ubuntu1 failed to install/upgrade: pacote rsync não está pronto para configuração não posso configurar (estado atual 'half-installed')

2019-10-27 Thread Launchpad Bug Tracker
[Expired for rsync (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package rsync 3.1.1-3ubuntu1 failed to install/upgrade: pacote rsync
  não está pronto para configuração  não posso configurar (estado atual
  'half-installed')

Status in rsync package in Ubuntu:
  Expired

Bug description:
  No se bien lo que acontecio. ("I don't know well what happened")

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: rsync 3.1.1-3ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-128.154-generic 4.4.131
  Uname: Linux 4.4.0-128-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  AptOrdering:
   oem-workaround-force-install-intel-red: Remove
   oem-workaround-force-install-qualcomm-red: Remove
   rsync: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Mon Aug 26 06:37:59 2019
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2
  DpkgTerminalLog:
   A remover oem-workaround-force-install-intel-red (1.4) ...
   A remover oem-workaround-force-install-qualcomm-red (3.2) ...
   dpkg: erro ao processar o pacote rsync (--configure):
    pacote rsync não está pronto para configuração
    não posso configurar (estado atual 'half-installed')
   (dpkg: Error processing rsync package (--configure):
    rsync package not ready for configuration
    i can't configure)
  ErrorMessage: pacote rsync não está pronto para configuração  não posso 
configurar (estado atual 'half-installed')
  (ErrorMessage: rsync package not ready for configuration can't configure)
  InstallationDate: Installed on 2019-08-01 (25 days ago)
  InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.29ubuntu0.1
  SourcePackage: rsync
  Title: package rsync 3.1.1-3ubuntu1 failed to install/upgrade: pacote rsync 
não está pronto para configuração  não posso configurar (estado atual 
'half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1841640/+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 1850051] Re: Bluetooth headphones won't use A2DP on reconnect

2019-10-27 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1845046 ***
https://bugs.launchpad.net/bugs/1845046

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1845046, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1845046
   [WH-1000XM3, playback] Hearing input and output audio until disconnecting 
and reconnecting

-- 
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/1850051

Title:
  Bluetooth headphones won't use A2DP on reconnect

Status in bluez package in Ubuntu:
  New

Bug description:
  On Ubuntu 19.04 on my Thinkpad T470s, my Sony WH-1000XM3 headphones
  pair using Bluetooth with no problems, and use A2DP by default. If I
  then power off the headphones and power them back on, they reconnect
  but use HSP/HFP and sound terrible. If I manually go into the sound
  settings, A2DP is offered as an option, but selecting it doesn't take
  effect. The headphones remain stuck in HSP/HFP mode.

  Unpairing the headphones and re-pairing them again selects A2DP by
  default, until the next time I switch the headphones off. Then they're
  back to stuck in HSP/HFP until I unpair them once again. I therefore
  need to unpair and re-pair them every time I want to use them, which
  is a nuisance.

  I'm not sure which package is responsible for handling this, so am
  reporting to for bluez since it provides /etc/bluetooth/main.conf. If
  I'm wrong, please re-assign.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  Uname: Linux 5.3.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Oct 27 10:43:21 2019
  InstallationDate: Installed on 2017-08-16 (801 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. USB3.0-CRW
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 5986:111c Acer, Inc Integrated Camera
   Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20HFCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=c023de63-612b-4367-874e-b3c987874f56 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to eoan on 2019-10-04 (22 days ago)
  dmi.bios.date: 08/30/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1WET56W (1.35 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20HFCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1WET56W(1.35):bd08/30/2019:svnLENOVO:pn20HFCTO1WW:pvrThinkPadT470s:rvnLENOVO:rn20HFCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T470s
  dmi.product.name: 20HFCTO1WW
  dmi.product.sku: LENOVO_MT_20HF_BU_Think_FM_ThinkPad T470s
  dmi.product.version: ThinkPad T470s
  dmi.sys.vendor: LENOVO
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: F8:59:71:8D:1A:16  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN ISCAN 
RX bytes:730576 acl:159 sco:13734 events:3688 errors:0
TX bytes:2014957 acl:979 sco:13705 commands:2568 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1850051/+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 1849950] Re: Window shortcuts maximize, windowed and hide (Super + Up / Down / H) don't work

2019-10-27 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => gsettings-desktop-schemas
(Ubuntu)

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

Title:
  Window shortcuts maximize, windowed and hide (Super + Up / Down / H)
  don't work

Status in GNOME Shell:
  New
Status in gsettings-desktop-schemas package in Ubuntu:
  New

Bug description:
  Happens on Ubuntu 19.10, and did also not work on Ubuntu 19.04 (and
  probably also previous versions), if I recall correctly.

  I am not sure, whether this is an upstream bug of GNOME or just Ubuntu
  related.

  Bug report for GNOME: https://gitlab.gnome.org/GNOME/gnome-
  shell/issues/1829

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1849950/+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 1849950] [NEW] Window shortcuts maximize, windowed and hide (Super + Up / Down / H) don't work

2019-10-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Happens on Ubuntu 19.10, and did also not work on Ubuntu 19.04 (and
probably also previous versions), if I recall correctly.

I am not sure, whether this is an upstream bug of GNOME or just Ubuntu
related.

Bug report for GNOME: https://gitlab.gnome.org/GNOME/gnome-
shell/issues/1829

** Affects: gnome-shell
 Importance: Unknown
 Status: New

** Affects: gsettings-desktop-schemas (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bot-comment disco eoan keyboard shortcuts tiling window
-- 
Window shortcuts maximize, windowed and hide (Super + Up / Down / H) don't work
https://bugs.launchpad.net/bugs/1849950
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to gsettings-desktop-schemas in Ubuntu.

-- 
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 1849883] Re: Xorg freeze, rapid flickering, unresponsive

2019-10-27 Thread Daniel van Vugt
Maybe related?...

[70.523] (II) modeset(0): EDID vendor "VBX", prod id 0
[70.523] (II) modeset(0): DDCModeFromDetailedTiming: 1672x874 Warning: We 
only handle separate sync.
[70.523] (II) modeset(0): Using EDID range info for horizontal sync
[70.523] (II) modeset(0): Using EDID range info for vertical refresh
[70.530] (II) modeset(0): EDID vendor "VBX", prod id 0
[70.530] (II) modeset(0): DDCModeFromDetailedTiming: 1672x874 Warning: We 
only handle separate sync.
[70.530] (II) modeset(0): Using hsync ranges from config file
[70.530] (II) modeset(0): Using vrefresh ranges from config file
[72.070] (II) modeset(0): EDID vendor "VBX", prod id 0
[72.070] (II) modeset(0): DDCModeFromDetailedTiming: 1672x874 Warning: We 
only handle separate sync.
[72.070] (II) modeset(0): Using hsync ranges from config file
[72.070] (II) modeset(0): Using vrefresh ranges from config file

** Tags added: vboxvideo

** Summary changed:

- Xorg freeze, rapid flickering, unresponsive
+ [vboxvideo] Xorg freeze, rapid flickering, unresponsive

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

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

-- 
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/1849883

Title:
  [vboxvideo] Xorg freeze, rapid flickering, unresponsive

Status in linux package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  New

Bug description:
  This problem occurs when accessing the systems "setting" menu only
  after you try to select "devices" such as printers.  The display goes
  haywire and refuses to respond to users selections.  The only way to
  recover is to right-click the gnome menu icon on the left side of
  screen and selecting "force quit"

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  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
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 25 14:08:37 2019
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2019-10-18 (7 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 008: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=cca44654-6594-409b-a6ac-6e15ad57bf83 ro quiet splash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  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.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/linux/+bug/1849883/+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 1707611] Re: Sound does not automatically switch to HDMI when connected

2019-10-27 Thread Daniel van Vugt
** Tags added: eoan

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => Confirmed

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

-- 
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/1707611

Title:
  Sound does not automatically switch to HDMI when connected

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  When connecting a HDMI cable or other audio device, the user must
  manually click on the "sound volume" in the top-right and switch to
  the newly connected device.

  Example: you connect a HDMI cable to the television, but then you must
  manually choose the HDMI sound option; it does not get selected
  automatically.

  Often times e.g. when the HDMI cable is disconnected, the user must
  then manually click on the "speakers" or "line out" setting - EVEN IF
  IT'S ALREADY SELECTED, it must be clicked on again for the sound to
  work through the computer's speakers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1707611/+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 1805183] Re: systemd-resolved constantly restarts on Bionic upgraded from Xenial

2019-10-27 Thread Ivan Brawley
I've found the patch applied to Eoan was the broken version where it
used the bash'ism instead of the much more basic (and more portable)
sh'ism of redirecting both STDOUT and STDERR.

I have confirmed this behaviour in Eoan (see bug #1850009) after doing
an upgrade to this release.

I did a quick fix patch that is basically the same as #9 (I redirect
only STDOUT however where as #9 redirects both STDOUT and STDERR).

-- 
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/1805183

Title:
  systemd-resolved constantly restarts on Bionic upgraded from Xenial

Status in systemd package in Ubuntu:
  Triaged
Status in systemd source package in Bionic:
  In Progress
Status in systemd source package in Cosmic:
  Won't Fix
Status in systemd source package in Disco:
  Confirmed

Bug description:
  [Impact]
  Log noise due to needless restart of resolved on lease expiry, maybe loss of 
cached state?
  Application that require Name Resolution may fail while the service is being 
unnecessarily restarted

  [Test case]
  (1) Append make_resolv_conf to the end of the file, so it gets executed
  (2) Execute the file with bash -x and different settings and ensure there are 
no restarts if the settings are the same, and that there are if settings 
change; for example:

  sudo new_domain_name_servers=8.8.4.4 interface="wlp61s0" reason=REBIND bash 
-x debian/extra/dhclient-enter-resolved-hook
  sudo new_domain_name_servers=8.8.4.4 interface="wlp61s0" reason=REBIND bash 
-x debian/extra/dhclient-enter-resolved-hook
  => no restart
  sudo new_domain_name_servers=8.8.8.8 interface="wlp61s0" reason=REBIND bash 
-x debian/extra/dhclient-enter-resolved-hook
  => should restart
  sudo new_domain_name_servers=8.8.8.8 interface="wlp61s0" reason=REBIND bash 
-x debian/extra/dhclient-enter-resolved-hook
  => no restart
  sudo new_domain_name_servers=8.8.4.4 interface="wlp61s0" reason=REBIND bash 
-x debian/extra/dhclient-enter-resolved-hook
  => should restart

  [Regression potential]
  The change only restarts resolved when the settings change. If there's a bug 
in the logic, resolved might not be restarted when it should be. Also, since 
there will be less restarts of resolved, it will run longer, so if there are 
memory leaks they will become more apparent.

  [Original bug report]
  If a cloud server is upgraded from Xenial to Bionic, the dhclient system 
remains in place and any DHCP lease refreshes cause a needless restart of the 
system-resolved daemon

  Nov 26 16:59:41 srv-qvjhx dhclient[825]: DHCPREQUEST of 10.226.209.106 on 
ens3 to 10.226.209.105 port 67 (xid=0x2bd41d7d)
  Nov 26 16:59:41 srv-qvjhx dhclient[825]: DHCPACK of 10.226.209.106 from 
10.226.209.105
  Nov 26 16:59:41 srv-qvjhx systemd[1]: Stopping Network Name Resolution...
  Nov 26 16:59:41 srv-qvjhx systemd[1]: Stopped Network Name Resolution.
  Nov 26 16:59:41 srv-qvjhx systemd[1]: Starting Network Name Resolution...
  Nov 26 16:59:41 srv-qvjhx systemd-resolved[1609]: Positive Trust Anchors:
  Nov 26 16:59:41 srv-qvjhx systemd-resolved[1609]: . IN DS 19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
  Nov 26 16:59:41 srv-qvjhx systemd-resolved[1609]: . IN DS 20326 8 2 
e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
  Nov 26 16:59:41 srv-qvjhx systemd-resolved[1609]: Negative trust anchors: 
10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 1
  Nov 26 16:59:41 srv-qvjhx systemd-resolved[1609]: Using system hostname 
'srv-qvjhx'.
  Nov 26 16:59:41 srv-qvjhx systemd[1]: Started Network Name Resolution.
  Nov 26 16:59:41 srv-qvjhx systemd[1]: Starting 
resolvconf-pull-resolved.service...
  Nov 26 16:59:41 srv-qvjhx dhclient[825]: bound to 10.226.209.106 -- renewal 
in 1466 seconds.
  Nov 26 16:59:41 srv-qvjhx systemd[1]: Started 
resolvconf-pull-resolved.service.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-release-upgrader-core 1:16.04.25
  ProcVersionSignature: Ubuntu 4.4.0-139.165-generic 4.4.160
  Uname: Linux 4.4.0-139-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CrashDB: ubuntu
  Date: Mon Nov 26 16:17:52 2018
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1805183/+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 1849920] Re: ubuntu display problem

2019-10-27 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
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/1849920

Title:
  ubuntu display problem

Status in xorg package in Ubuntu:
  New

Bug description:
  wrong resolution
  login takes time
  does not detect intel graphics

  i am using ubuntu 18.04.03

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.0.0-31.33~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-31-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 26 02:35:27 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:5921] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13d1]
  InstallationDate: Installed on 2019-10-09 (16 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:b721 Realtek Semiconductor Corp. 
   Bus 001 Device 003: ID 13d3:5a11 IMC Networks 
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. VivoBook 14_ASUS Laptop X441UAR
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic 
root=UUID=18fd12ef-f3d1-4d80-b60a-a8111a2dd43d ro quiet splash 
i915.alpha_support=1 vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section "Device"
   Identifier "Card0"
   Driver "intel"
   Option "AccelMethod" "sna"
   EndSection
  dmi.bios.date: 06/11/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X441UAR.308
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X441UAR
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX441UAR.308:bd06/11/2019:svnASUSTeKCOMPUTERINC.:pnVivoBook14_ASUSLaptopX441UAR:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX441UAR:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: VivoBook
  dmi.product.name: VivoBook 14_ASUS Laptop X441UAR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.100+git1910190630.fc9336~oibaf~b
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.3~git1910200730.7ceafa~oibaf~b
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.3~git1910200730.7ceafa~oibaf~b
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1849920/+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 1685754] Re: gnome-terminal unduly forces umask=0022

2019-10-27 Thread Tom Reynolds
** Changed in: gnome-terminal
   Importance: Medium => Unknown

** Changed in: gnome-terminal
   Status: Confirmed => Unknown

** Changed in: gnome-terminal
 Remote watch: GNOME Bug Tracker #780622 => bugzilla.gnome.org/ #780622

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

Title:
  gnome-terminal unduly forces umask=0022

Status in gedit:
  Invalid
Status in gnome-session:
  New
Status in GNOME Terminal:
  Unknown
Status in Nautilus:
  Confirmed
Status in dbus package in Ubuntu:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  In order to set the default umask of my users to 027 or 007, I
  followed the instructions provided in 'man pam_umask' :

  In the 'gecos' field of '/etc/passwd', I have inserted 'umask=027' or
  'umask=007' (for myself).

  Then, MOST graphical applications systematically run with the correct
  umask.

  In particular, when I press Alt-F2, run 'xterm sh' and type 'umask',
  it systematically displays 0007.

  But when I press Alt-F2, run 'gnome-terminal -e sh' and type 'umask',
  it systematically displays 0022.

  That is BAD, and is a security issue.

  
  Workaround :  Inside the newly created '/etc/profile.d/umask.sh', and in each 
'~/.bashrc', add following content :
  UMASK="$(grep  -o  "^$USER:.*,umask=0[0-7]*"  /etc/passwd)"
  if  [ "$UMASK" ];  then
umask  "${UMASK#$USER:*,umask=}"
  fi

  
  In fact, 'gnome-terminal' MUST NOT force umask=022, but keep umask unchanged.

  Thank you in advance for a quick correction.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-terminal 3.20.2-1ubuntu8
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Mon Apr 24 08:36:58 2017
  InstallationDate: Installed on 2017-03-28 (26 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170321)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1685754/+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 1716654] Re: [System Product Name, Realtek ALC1220, Pink Mic, Rear] Underruns, dropouts or crackling sound

2019-10-27 Thread Benjamin Krippner
Same on

Audio device [0403]: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller 
[1022:780d] (rev 01)
ALC887-VD Analog [ALC887-VD Analog]
5.0.0-27-generic

Distributor ID: neon
Description:KDE neon User Edition 5.17
Release:18.04
Codename:   bionic

Is it really only fixable via kernel? The Kernel Update i see has only
had effect on some SFX Cards? The Kernel seems far away too. 5.3 is a
while until i get there with the User Distro.

-- 
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/1716654

Title:
  [System Product Name, Realtek ALC1220, Pink Mic, Rear] Underruns,
  dropouts or crackling sound

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  Have checked under windows (same computer in dual-boot & same
  headset), and the sound is crystal clear, so 99% sure this is not a
  hardware problem.

  Motherboard is ASUS Crosshair Hero 6.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
  Uname: Linux 4.12.0-13-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  paul   2587 F pulseaudio
   /dev/snd/controlC0:  paul   2587 F pulseaudio
   /dev/snd/controlC1:  paul   2587 F pulseaudio
   /dev/snd/controlC2:  paul   2587 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 12 11:48:05 2017
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:Generic 
successful
  Symptom_Card: HD-Audio Generic - HD-Audio Generic
  Symptom_Jack: Pink Mic, Rear
  Symptom_PulseAudioRecordingTest: PulseAudio recording test through 
plughw:Generic successful
  Symptom_Type: Underruns, dropouts, or "crackling" sound
  Title: [System Product Name, Realtek ALC1220, Pink Mic, Rear] Underruns, 
dropouts or crackling sound
  UpgradeStatus: Upgraded to artful on 2017-08-31 (11 days ago)
  dmi.bios.date: 07/28/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1501
  dmi.board.asset.tag: Default string
  dmi.board.name: CROSSHAIR VI HERO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1501:bd07/28/2017:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnCROSSHAIRVIHERO:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2017-09-12T11:37:48.670242

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1716654/+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 1850066] [NEW] Screen backlight pulses rapidly when cursor is still.

2019-10-27 Thread Fiona Hinman
Public bug reported:

The backlight for my display appears to brighten and dim rapidly
whenever the mouse cursor is still, but stops when the cursor is being
moved. The pulsing backlight is distracting and causes eye strain. Same
issue experienced on Ubuntu 19.04 before upgrading.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: xorg 1:7.7+19ubuntu12
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
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct 27 13:08:24 2019
DistUpgraded: 2019-10-22 00:34:33,817 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
DistroCodename: eoan
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
   Subsystem: Intel Corporation UHD Graphics 620 [8086:5917]
InstallationDate: Installed on 2019-10-08 (19 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 003: ID 1bcf:2085 Sunplus Innovation Technology Inc. HP HD 
Camera
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Star Labs LabTop
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=f6561506-cd05-4022-b582-c38a0a405d1b ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to eoan on 2019-10-22 (5 days ago)
dmi.bios.date: 07/05/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.0.09
dmi.board.asset.tag: Default string
dmi.board.name: Star LabTop (Mk III)
dmi.board.vendor: Star Labs Online Limited
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Star Labs
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.0.09:bd07/05/2019:svnStarLabs:pnLabTop:pvrDefaultstring:rvnStarLabsOnlineLimited:rnStarLabTop(MkIII):rvrDefaultstring:cvnStarLabs:ct10:cvrDefaultstring:
dmi.product.family: KBLR_NB_133
dmi.product.name: LabTop
dmi.product.sku: L3-U
dmi.product.version: Default string
dmi.sys.vendor: Star Labs
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.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

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


** Tags: amd64 apport-bug eoan 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/1850066

Title:
  Screen backlight pulses rapidly when cursor is still.

Status in xorg package in Ubuntu:
  New

Bug description:
  The backlight for my display appears to brighten and dim rapidly
  whenever the mouse cursor is still, but stops when the cursor is being
  moved. The pulsing backlight is distracting and causes eye strain.
  Same issue experienced on Ubuntu 19.04 before upgrading.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  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
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 27 13:08:24 2019
  DistUpgraded: 2019-10-22 00:34:33,817 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation UHD Graphics 620 [8086:5917]
  InstallationDate: Installed on 2019-10-08 (19 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 005: 

[Touch-packages] [Bug 1639531] Re: GCC compiles programs to shared object instead of executable, preventing GUI file managers from executing programs

2019-10-27 Thread peregrine
18.04 bug still not fixed

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

Title:
  GCC compiles programs to shared object instead of executable,
  preventing GUI file managers from executing programs

Status in gcc-defaults:
  Unknown
Status in shared-mime-info:
  Unknown
Status in shared-mime-info package in Ubuntu:
  Triaged

Bug description:
  Release of Ubuntu being used
  

  Description:Ubuntu 16.10
  Release:16.10

  Version of the package being used
  =

  gcc:
    Installed: 4:6.1.1-1ubuntu2
    Candidate: 4:6.1.1-1ubuntu2
    Version table:
   *** 4:6.1.1-1ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
  100 /var/lib/dpkg/status

  What was expected
  =

  Programs compiled using `gcc -o program program.c` should be runnable
  by double-clicking them from a GUI file manager.

  Compiling a simple program (`void main() { }`) using Xubuntu 16.04's
  current version of `gcc` (`gcc version 5.4.0 20160609 (Ubuntu
  5.4.0-6ubuntu1~16.04.2)`) produces the following output from
  `/usr/bin/file program`:

  program: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
  dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
  GNU/Linux 2.6.32, BuildID[sha1]=signature_here, not stripped

  This is correct behavior, allowing the executables to run from
  Nautilus and Thunar.

  What happened instead
  =

  Programs compiled using `gcc -o program program.c` are not runnable by
  double-clicking them from a GUI file manager, even though they are
  runnable from the terminal.

  Compiling a simple program (`void main() { }`) using the current
  version of `gcc` (`6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12)`) produces
  the following output from `/usr/bin/file program`:

  program: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV),
  dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
  GNU/Linux 2.6.32, BuildID[sha1]=signature_here, not stripped

  The program is also identified as a "shared library" instead of an
  "executable" in Thunar, causing it to not be runnable from the GUI.
  Others are unable to run such programs from Nautilus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-defaults/+bug/1639531/+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 1385955] Re: Wrong zoom in/out behavior touchpad move

2019-10-27 Thread Paul White
No response to comment #4 after five months so closing Papercuts task.

** Changed in: hundredpapercuts
   Status: Confirmed => Won't Fix

-- 
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/1385955

Title:
  Wrong zoom in/out behavior touchpad move

Status in One Hundred Papercuts:
  Won't Fix
Status in xorg package in Ubuntu:
  Won't Fix

Bug description:
  Scenario:

   1. Being in browser, I drag the touchpad using two fingers -> page scroll
   2. While the page is scrolling (my fingers are not on touchpad anymore), I 
press CTRL key.
   3. The page is zoomed in/out

  Same issue appears in Nautilus, for example.

  How can this be fixed?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-lowlatency 3.16.4
  Uname: Linux 3.16.0-23-lowlatency x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Oct 26 22:07:43 2014
  DistUpgraded: 2014-10-22 09:50:07,290 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.18, 3.16.0-23-generic, x86_64: installed
   virtualbox, 4.3.18, 3.16.0-23-lowlatency, x86_64: installed
   virtualbox-guest, 4.3.18, 3.16.0-23-generic, x86_64: installed
   virtualbox-guest, 4.3.18, 3.16.0-23-lowlatency, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:11cd]
 Subsystem: ASUSTeK Computer Inc. Device [1043:11cd]
  MachineType: ASUSTeK COMPUTER INC. N550JV
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-lowlatency 
root=UUID=cddf136b-f5a3-4a0b-ae61-84042b4d9fee ro acpi_osi_Linux quiet splash 
intel_pstate=enable vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-10-22 (4 days ago)
  dmi.bios.date: 09/17/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N550JV.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N550JV
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JV.207:bd09/17/2013:svnASUSTeKCOMPUTERINC.:pnN550JV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N550JV
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  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.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Oct 26 09:58:11 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12876 
   vendor SDC
  xserver.version: 2:1.16.0-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1385955/+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 1850015] Re: Rasbpery Pi upgrade from 18.04 to 19.04 - package linux-image-5.0.0-32-generic 5.0.0-32.34 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-too

2019-10-27 Thread Adrian Belgun
After the update, managed to finish up installation after copying the
DTBs from the boot folder of https://github.com/raspberrypi/firmware.git
to  /etc/flash-kernel/dtbs/

** Summary changed:

- Rasbpery Pi upgrade from 18.04 to 19.10 - package 
linux-image-5.0.0-32-generic 5.0.0-32.34 failed to install/upgrade: run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
+ Rasbpery Pi upgrade from 18.04 to 19.04 - package 
linux-image-5.0.0-32-generic 5.0.0-32.34 failed to install/upgrade: run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1

** Description changed:

- Encountered when updating my Raspberry PI 3B from 18.04 to 19.10.
+ Encountered when updating my Raspberry PI 3B from 18.04 to 19.04.
  
  ProblemType: Package
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-32-generic 5.0.0-32.34
  ProcVersionSignature: Ubuntu 4.15.0-1048.52-raspi2 4.15.18
  Uname: Linux 4.15.0-1048-raspi2 aarch64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-1048-raspi2.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/by-id', '/dev/snd/pcmC1D0c', '/dev/snd/controlC1', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Date: Sun Oct 27 03:17:39 2019
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  Lsusb:
-  Bus 001 Device 004: ID 045e:0810 Microsoft Corp. 
-  Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
-  Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 004: ID 045e:0810 Microsoft Corp.
+  Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
+  Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  PciMultimedia:
-  
+ 
  ProcFB: 0 BCM2708 FB
  ProcKernelCmdLine: 8250.nr_uarts=1 bcm2708_fb.fbwidth=656 
bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec0 
vc_mem.mem_size=0x4000  net.ifnames=0 dwc_otg.lpm_enable=0 
console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 
elevator=deadline rootwait
  Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
  PythonDetails: N/A
  RelatedPackageVersions: grub-pc N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: initramfs-tools
  Title: package linux-image-5.0.0-32-generic 5.0.0-32.34 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: Upgraded to disco on 2019-10-27 (0 days ago)

-- 
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/1850015

Title:
  Rasbpery Pi upgrade from 18.04 to 19.04 - package linux-
  image-5.0.0-32-generic 5.0.0-32.34 failed to install/upgrade: run-
  parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
  1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Encountered when updating my Raspberry PI 3B from 18.04 to 19.04.

  ProblemType: Package
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-32-generic 5.0.0-32.34
  ProcVersionSignature: Ubuntu 4.15.0-1048.52-raspi2 4.15.18
  Uname: Linux 4.15.0-1048-raspi2 aarch64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-1048-raspi2.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/by-id', '/dev/snd/pcmC1D0c', '/dev/snd/controlC1', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer': 
'amixer'
  Date: Sun Oct 27 03:17:39 2019
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  Lsusb:
   Bus 001 Device 004: ID 045e:0810 Microsoft Corp.
   Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
   Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux 

[Touch-packages] [Bug 1850012] Re: After log in, sound out/inputs resort to wrong devices

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

** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

-- 
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/1850012

Title:
  After log in, sound out/inputs resort to wrong devices

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I really hope I am submitting this bug to the right place, but every
  time I log in (whether after logout, reboot, etc.) the sound output
  and input devices resort to my HDMI cable (monitor) and the mic on my
  webcam instead of the devices I last selected.

  In previous versions of Ubuntu, if I were to select my speakers as the
  output device, they would remain the default until I changed it again,
  even after logout/log in. Now, whenever I log in, the sound still
  comes out of my speakers, but adjusting the volume does not work
  properly until I go into settings > sound > and then reselect my
  speakers as the output device. The volume indicator pops up on screen
  and it shows the sound going up or down, but it says it is adjusting
  the sound to my HDMI cable instead and it has no effect on my desktop
  speakers.

  I really hope that makes sense.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  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: ubuntu:GNOME
  Date: Sat Oct 26 21:20:59 2019
  InstallationDate: Installed on 2018-12-22 (308 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: SPDIF Out, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: None of the above
  Title: [System Product Name, Realtek ALC887-VD, SPDIF Out, Internal] Playback 
problem
  UpgradeStatus: Upgraded to eoan on 2019-10-14 (12 days ago)
  dmi.bios.date: 09/06/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0410
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170M-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0410:bd09/06/2015:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ170M-PLUS:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1850012/+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 1850051] [NEW] Bluetooth headphones won't use A2DP on reconnect

2019-10-27 Thread Alistair Cunningham
Public bug reported:

On Ubuntu 19.04 on my Thinkpad T470s, my Sony WH-1000XM3 headphones pair
using Bluetooth with no problems, and use A2DP by default. If I then
power off the headphones and power them back on, they reconnect but use
HSP/HFP and sound terrible. If I manually go into the sound settings,
A2DP is offered as an option, but selecting it doesn't take effect. The
headphones remain stuck in HSP/HFP mode.

Unpairing the headphones and re-pairing them again selects A2DP by
default, until the next time I switch the headphones off. Then they're
back to stuck in HSP/HFP until I unpair them once again. I therefore
need to unpair and re-pair them every time I want to use them, which is
a nuisance.

I'm not sure which package is responsible for handling this, so am
reporting to for bluez since it provides /etc/bluetooth/main.conf. If
I'm wrong, please re-assign.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: bluetooth (not installed)
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity:Unity7:ubuntu
Date: Sun Oct 27 10:43:21 2019
InstallationDate: Installed on 2017-08-16 (801 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
InterestingModules: rfcomm bnep btusb bluetooth
Lsusb:
 Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. USB3.0-CRW
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 5986:111c Acer, Inc Integrated Camera
 Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 20HFCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=c023de63-612b-4367-874e-b3c987874f56 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: Upgraded to eoan on 2019-10-04 (22 days ago)
dmi.bios.date: 08/30/2019
dmi.bios.vendor: LENOVO
dmi.bios.version: N1WET56W (1.35 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20HFCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN1WET56W(1.35):bd08/30/2019:svnLENOVO:pn20HFCTO1WW:pvrThinkPadT470s:rvnLENOVO:rn20HFCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T470s
dmi.product.name: 20HFCTO1WW
dmi.product.sku: LENOVO_MT_20HF_BU_Think_FM_ThinkPad T470s
dmi.product.version: ThinkPad T470s
dmi.sys.vendor: LENOVO
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: F8:59:71:8D:1A:16  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN ISCAN 
RX bytes:730576 acl:159 sco:13734 events:3688 errors:0
TX bytes:2014957 acl:979 sco:13705 commands:2568 errors:0

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


** Tags: amd64 apport-bug eoan

-- 
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/1850051

Title:
  Bluetooth headphones won't use A2DP on reconnect

Status in bluez package in Ubuntu:
  New

Bug description:
  On Ubuntu 19.04 on my Thinkpad T470s, my Sony WH-1000XM3 headphones
  pair using Bluetooth with no problems, and use A2DP by default. If I
  then power off the headphones and power them back on, they reconnect
  but use HSP/HFP and sound terrible. If I manually go into the sound
  settings, A2DP is offered as an option, but selecting it doesn't take
  effect. The headphones remain stuck in HSP/HFP mode.

  Unpairing the headphones and re-pairing them again selects A2DP by
  default, until the next time I switch the headphones off. Then they're
  back to stuck in HSP/HFP until I unpair them once again. I therefore
  need to unpair and re-pair them every time I want to use them, which
  is a nuisance.

  I'm not sure which package is responsible for handling this, so am
  reporting to for bluez since it provides /etc/bluetooth/main.conf. If
  I'm wrong, please re-assign.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
  Uname: Linux 5.3.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Sun Oct 27 10:43:21 2019
  InstallationDate: Installed on 2017-08-16 (801 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. USB3.0-CRW
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 5986:111c Acer, Inc Integrated Camera
   Bus 001 Device 004: ID 

[Touch-packages] [Bug 1850049] [NEW] python3.X-config --includes is listing too many directories

2019-10-27 Thread Dimitri John Ledkov
Public bug reported:

+ python2.7-config --includes
-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7
+ set +x
+ python3.7-config --includes
-I/usr/include/python3.7m -I/usr/include/python3.7m
+ set +x
+ python3.8-config --includes
-I/usr/include/python3.8 -I/usr/include/python3.8

However, given that /usr/include/python*/pyconfig.h is now magical, imho
only one include location should be printed, not two, across all
pythons.

... unless of course that will break things. In that case, at least
python2.7-config should also print identical duplicate.

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

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

** Affects: python3.8 (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: python3.8 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python2.7 (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/1850049

Title:
  python3.X-config --includes is listing too many directories

Status in python2.7 package in Ubuntu:
  New
Status in python3.7 package in Ubuntu:
  New
Status in python3.8 package in Ubuntu:
  New

Bug description:
  + python2.7-config --includes
  -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7
  + set +x
  + python3.7-config --includes
  -I/usr/include/python3.7m -I/usr/include/python3.7m
  + set +x
  + python3.8-config --includes
  -I/usr/include/python3.8 -I/usr/include/python3.8

  However, given that /usr/include/python*/pyconfig.h is now magical,
  imho only one include location should be printed, not two, across all
  pythons.

  ... unless of course that will break things. In that case, at least
  python2.7-config should also print identical duplicate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1850049/+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 1841953] Re: Bionic ⋅ SuperTuxKart ⋅ Flickering shadows ⋅ Haswell i915

2019-10-27 Thread Coeur Noir
Ok.

I almost copied/pasted :
https://gitlab.freedesktop.org/mesa/mesa/issues/2011

** Bug watch added: gitlab.freedesktop.org/mesa/mesa/issues #2011
   https://gitlab.freedesktop.org/mesa/mesa/issues/2011

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

Title:
  Bionic ⋅ SuperTuxKart ⋅ Flickering shadows ⋅ Haswell i915

Status in mesa package in Ubuntu:
  Confirmed
Status in supertuxkart package in Ubuntu:
  New

Bug description:
  Hi,

  for few weeks now, I've noticed a big change in graphic performance
  while playing famous SuperTuxKart on ubuntu bionic :

  shadows are flickering, all over the screen, it's a big pain for eyes
  ( and wonder what would happen for epileptic people ).

  My computer is :
  Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz with 16Go ram and Haswell integrated 
graphics.
  coeur-noir@asgard:~$ lspci -k | grep -A 2 -i "VGA"
  00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen 
Core Processor Integrated Graphics Controller (rev 06)
Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller
Kernel driver in use: i915
  coeur-noir@asgard:~$ sudo lshw -c video
*-display 
 description: VGA compatible controller
 produit: Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller
 fabriquant: Intel Corporation
 identifiant matériel: 2
 information bus: pci@:00:02.0
 version: 06
 bits: 64 bits
 horloge: 33MHz
 fonctionnalités: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 ressources: irq:26 mémoire:f780-f7bf mémoire:e000-efff 
portE/S:f000(taille=64) mémoire:c-d
  coeur-noir@asgard:~$

  My Ubuntu Budgie 18.04 is :
  coeur-noir@asgard:~$ lsb_release -rd
  Description:  Ubuntu 18.04.3 LTS
  Release:  18.04
  coeur-noir@asgard:~$ uname -a
  Linux asgard 5.0.0-23-generic #24~18.04.1-Ubuntu SMP Mon Jul 29 16:12:28 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux
  coeur-noir@asgard:~$ 

  mesa packages are :
  coeur-noir@asgard:~$ dpkg -l | grep mesa
  ii  libegl-mesa0:amd64  19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the EGL API -- Mesa vendor 
library
  ii  libegl1-mesa:amd64  19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  libgl1-mesa-dri:amd64   19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the OpenGL API -- DRI modules
  ii  libgl1-mesa-dri:i38619.0.8-0ubuntu0~18.04.1   
i386 free implementation of the OpenGL API -- DRI modules
  ii  libgl1-mesa-glx:amd64   19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  libgl1-mesa-glx:i38619.0.8-0ubuntu0~18.04.1   
i386 transitional dummy package
  ii  libglapi-mesa:amd64 19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the GL API -- shared library
  ii  libglapi-mesa:i386  19.0.8-0ubuntu0~18.04.1   
i386 free implementation of the GL API -- shared library
  ii  libgles2-mesa:amd64 19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  libglu1-mesa:amd64  9.0.0-2.1build1   
amd64Mesa OpenGL utility library (GLU)
  ii  libglu1-mesa:i386   9.0.0-2.1build1   
i386 Mesa OpenGL utility library (GLU)
  ii  libglx-mesa0:amd64  19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the OpenGL API -- GLX vendor 
library
  ii  libglx-mesa0:i386   19.0.8-0ubuntu0~18.04.1   
i386 free implementation of the OpenGL API -- GLX vendor 
library
  ii  libosmesa6:amd6419.0.8-0ubuntu0~18.04.1   
amd64Mesa Off-screen rendering extension
  ii  libosmesa6:i386 19.0.8-0ubuntu0~18.04.1   
i386 Mesa Off-screen rendering extension
  ii  libwayland-egl1-mesa:amd64  19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  mesa-utils  8.4.0-1   
amd64Miscellaneous Mesa GL utilities
  ii  mesa-utils-extra8.4.0-1   
amd64Miscellaneous Mesa utilies (opengles, egl)
  ii  mesa-va-drivers:amd64   

[Touch-packages] [Bug 1850041] [NEW] Susystemd-analyze blame returns "Bootup is not yet finished"

2019-10-27 Thread Rainer Uwe Bode
Public bug reported:

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.

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


** Tags: amd64 apport-bug eoan

-- 
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:
  Susystemd-analyze blame returns "Bootup is not yet finished"

Status in systemd package in Ubuntu:
  New

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.
  

[Touch-packages] [Bug 1331856] Re: apparmor-utils don't work when defining a variable on

2019-10-27 Thread Joerg Delker
And still does not work in Eoan Ermine (19.10).
apparmor-utils 2.13.3-5ubuntu1 amd64

# aa-logprof

ERROR: Values added to a non-existing variable @{HOMEDIRS}:
/shared/home/ in tunables/home.d/site.local


In fact, this bug was the origin cause of multiple packages failing to upgrade 
when switching to eoan.
It puzzles me, that this was not detected within release testing and is not 
getting more attention by the developers.

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

Title:
  apparmor-utils don't work when defining a variable on
  

Status in AppArmor:
  Triaged
Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  When a variable is set in tunables/home.d/ the apparmor-utils programs
  don't work and return this error messages:

  root@ws24:~# aa-logprof 
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in 
  apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in 
loadincludes
  load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in 
load_include
  incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in 
parse_profile_data
  store_list_var(profile_data[profile]['lvar'], list_var, value, 
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in 
store_list_var
  raise AppArmorException(_('Values added to a non-existing variable: %s') 
% list_var)
  apparmor.common.AppArmorException: 'Values added to a non-existing variable: 
@{HOMEDIRS}'
  root@ws24:~#

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1331856/+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 1835622] Re: Cannot start desktop session with compositor enabled

2019-10-27 Thread intherye
The newest Mesa version 19.2.1-1ubuntu1~18.04.1~ppa2 in
ppa:ubuntu-x-swat/updates has fixed that problem for me. Thanks!

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

Title:
  Cannot start desktop session with compositor enabled

Status in Xfwm4:
  Invalid
Status in mesa package in Ubuntu:
  Confirmed
Status in xfwm4 package in Ubuntu:
  Invalid

Bug description:
  I cannot login to the Xfce desktop session anymore. in ~/.xsession-
  errors there's the message:

  xfwm4: ../src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1285:
  intel_miptree_match_image: Assertion `image->TexObject->Target ==
  mt->target' failed.

  Earlier today Mesa was upgraded via bionic-updates from 18.2 to 19.0.

  I'm running Xubuntu 18.04 and I'm also using the Xubuntu Staging PPA
  with xfwm4 4.13.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfwm4/+bug/1835622/+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 1554490] Re: (Don't) Merge net-tools 1.60+git20150829.73cef8a-2 from unstable

2019-10-27 Thread Hans Joachim Desserud
Since I haven't heard anything, and I see that Ubuntu 19.04 and later
ships with 1.60+git20180626.aebd88e-1ubuntu1, I assume any issues
blocking the merge has been resolved along the way.

** Changed in: net-tools (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  (Don't) Merge net-tools 1.60+git20150829.73cef8a-2 from unstable

Status in net-tools package in Ubuntu:
  Fix Released

Bug description:
  Logging this bug as I don't think we should be doing this for Xenial -
  the output of the net-tools tooling is quite different with the new
  snapshot which I think as the potential to regress anything parsing
  the output of net-tools tooling:

  Current output:

  $ ifconfig -a
  enp0s25   Link encap:Ethernet  HWaddr 3c:97:0e:8b:1c:f7  
inet addr:192.168.1.55  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: 2a01:348:2f4:0:500a:2414:2c90:c93f/64 Scope:Global
inet6 addr: 2a01:348:2f4:0:3e97:eff:fe8b:1cf7/64 Scope:Global
inet6 addr: fe80::3e97:eff:fe8b:1cf7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:1915888 errors:0 dropped:0 overruns:0 frame:0
TX packets:1138861 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:1274759427 (1.2 GB)  TX bytes:245631258 (245.6 MB)
Interrupt:20 Memory:f250-f252 

  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:488179 errors:0 dropped:0 overruns:0 frame:0
TX packets:488179 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:478800129 (478.8 MB)  TX bytes:478800129 (478.8 MB)

  lxcbr0Link encap:Ethernet  HWaddr fe:bc:1a:a4:e8:8b  
inet addr:10.0.3.1  Bcast:0.0.0.0  Mask:255.255.255.0
inet6 addr: fe80::588b:36ff:fe4c:16a1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:55074 errors:0 dropped:0 overruns:0 frame:0
TX packets:101667 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:3030040 (3.0 MB)  TX bytes:137601964 (137.6 MB)

  tun0  Link encap:UNSPEC  HWaddr 
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
inet addr:10.172.66.102  P-t-P:10.172.66.102  Mask:255.255.192.0
inet6 addr: 2001:67c:1562:8007::aac:4266/64 Scope:Global
UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1350  Metric:1
RX packets:730681 errors:0 dropped:0 overruns:0 frame:0
TX packets:546837 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100 
RX bytes:622180030 (622.1 MB)  TX bytes:44542489 (44.5 MB)

  vethW3CGCX Link encap:Ethernet  HWaddr fe:bc:1a:a4:e8:8b  
inet6 addr: fe80::fcbc:1aff:fea4:e88b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:10271 errors:0 dropped:0 overruns:0 frame:0
TX packets:19275 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:707804 (707.8 KB)  TX bytes:26069334 (26.0 MB)

  virbr0Link encap:Ethernet  HWaddr 52:54:00:68:cd:64  
inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
UP BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

  virbr0-nic Link encap:Ethernet  HWaddr 52:54:00:68:cd:64  
BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

  wlp3s0Link encap:Ethernet  HWaddr 6c:88:14:09:bc:bc  
BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

  Proposed merge:

  $ ifconfig -a
  enp0s25: flags=4163  mtu 1500
  inet 192.168.1.55  netmask 255.255.255.0  broadcast 192.168.1.255
  inet6 2a01:348:2f4:0:500a:2414:2c90:c93f  prefixlen 64  scopeid 
0x0
  inet6 2a01:348:2f4:0:3e97:eff:fe8b:1cf7  prefixlen 64  scopeid 
0x0
  inet6 fe80::3e97:eff:fe8b:1cf7  prefixlen 64  scopeid 0x20
  ether 

[Touch-packages] [Bug 1841953] Re: Bionic ⋅ SuperTuxKart ⋅ Flickering shadows ⋅ Haswell i915

2019-10-27 Thread Timo Aaltonen
ok, thanks

then this needs to be filed upstream at gitlab.freedesktop.org/mesa

** Changed in: mesa (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Bionic ⋅ SuperTuxKart ⋅ Flickering shadows ⋅ Haswell i915

Status in mesa package in Ubuntu:
  Confirmed
Status in supertuxkart package in Ubuntu:
  New

Bug description:
  Hi,

  for few weeks now, I've noticed a big change in graphic performance
  while playing famous SuperTuxKart on ubuntu bionic :

  shadows are flickering, all over the screen, it's a big pain for eyes
  ( and wonder what would happen for epileptic people ).

  My computer is :
  Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz with 16Go ram and Haswell integrated 
graphics.
  coeur-noir@asgard:~$ lspci -k | grep -A 2 -i "VGA"
  00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen 
Core Processor Integrated Graphics Controller (rev 06)
Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller
Kernel driver in use: i915
  coeur-noir@asgard:~$ sudo lshw -c video
*-display 
 description: VGA compatible controller
 produit: Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller
 fabriquant: Intel Corporation
 identifiant matériel: 2
 information bus: pci@:00:02.0
 version: 06
 bits: 64 bits
 horloge: 33MHz
 fonctionnalités: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 ressources: irq:26 mémoire:f780-f7bf mémoire:e000-efff 
portE/S:f000(taille=64) mémoire:c-d
  coeur-noir@asgard:~$

  My Ubuntu Budgie 18.04 is :
  coeur-noir@asgard:~$ lsb_release -rd
  Description:  Ubuntu 18.04.3 LTS
  Release:  18.04
  coeur-noir@asgard:~$ uname -a
  Linux asgard 5.0.0-23-generic #24~18.04.1-Ubuntu SMP Mon Jul 29 16:12:28 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux
  coeur-noir@asgard:~$ 

  mesa packages are :
  coeur-noir@asgard:~$ dpkg -l | grep mesa
  ii  libegl-mesa0:amd64  19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the EGL API -- Mesa vendor 
library
  ii  libegl1-mesa:amd64  19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  libgl1-mesa-dri:amd64   19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the OpenGL API -- DRI modules
  ii  libgl1-mesa-dri:i38619.0.8-0ubuntu0~18.04.1   
i386 free implementation of the OpenGL API -- DRI modules
  ii  libgl1-mesa-glx:amd64   19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  libgl1-mesa-glx:i38619.0.8-0ubuntu0~18.04.1   
i386 transitional dummy package
  ii  libglapi-mesa:amd64 19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the GL API -- shared library
  ii  libglapi-mesa:i386  19.0.8-0ubuntu0~18.04.1   
i386 free implementation of the GL API -- shared library
  ii  libgles2-mesa:amd64 19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  libglu1-mesa:amd64  9.0.0-2.1build1   
amd64Mesa OpenGL utility library (GLU)
  ii  libglu1-mesa:i386   9.0.0-2.1build1   
i386 Mesa OpenGL utility library (GLU)
  ii  libglx-mesa0:amd64  19.0.8-0ubuntu0~18.04.1   
amd64free implementation of the OpenGL API -- GLX vendor 
library
  ii  libglx-mesa0:i386   19.0.8-0ubuntu0~18.04.1   
i386 free implementation of the OpenGL API -- GLX vendor 
library
  ii  libosmesa6:amd6419.0.8-0ubuntu0~18.04.1   
amd64Mesa Off-screen rendering extension
  ii  libosmesa6:i386 19.0.8-0ubuntu0~18.04.1   
i386 Mesa Off-screen rendering extension
  ii  libwayland-egl1-mesa:amd64  19.0.8-0ubuntu0~18.04.1   
amd64transitional dummy package
  ii  mesa-utils  8.4.0-1   
amd64Miscellaneous Mesa GL utilities
  ii  mesa-utils-extra8.4.0-1   
amd64Miscellaneous Mesa utilies (opengles, egl)
  ii  mesa-va-drivers:amd64   19.0.8-0ubuntu0~18.04.1   
amd64Mesa 

[Touch-packages] [Bug 1847980] Re: Lightdm is just a black screen when booting kernel 5.3 on an i5-6500, but kernels 5.0/5.2 work

2019-10-27 Thread Timo Aaltonen
great, then try 5.4-rc1 hoping that it's broken there, then a fix would
be fairly easy to spot

-- 
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/1847980

Title:
  Lightdm is just a black screen when booting kernel 5.3 on an i5-6500,
  but kernels 5.0/5.2 work

Status in lightdm package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  Xorg freeze at boot on Intel Corporation HD Graphics 530 with 
linux-image-5.3.0-17 after upgraded to the development release Ubuntu Eoan 
Ermine (development branch).
  If i boot with linux-image-5.0.0-31-generic the Xorg works well.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.0.0-31.33-generic 5.0.21
  Uname: Linux 5.0.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Mon Oct 14 11:15:23 2019
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:1912] (rev 06) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company HD Graphics 530 [103c:8054]
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 047d:2048 Kensington Orbit Trackball with Scroll Ring
   Bus 001 Device 002: ID 04d9:a0cd Holtek Semiconductor, Inc. USB Keyboard
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP EliteDesk 800 G2 SFF
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic 
root=UUID=714cc192-0d1c-4899-b891-16e6e504c662 ro 
resume=UUID=316a3e2d-ef98-4c31-8ba1-52e1cd0e8c05
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/19/2019
  dmi.bios.vendor: HP
  dmi.bios.version: N01 Ver. 02.42
  dmi.board.name: 8054
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 05.36
  dmi.chassis.asset.tag: CZC64082W1
  dmi.chassis.type: 4
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN01Ver.02.42:bd08/19/2019:svnHP:pnHPEliteDesk800G2SFF:pvr:rvnHP:rn8054:rvrKBCVersion05.36:cvnHP:ct4:cvr:
  dmi.product.family: 103C_53307F G=D
  dmi.product.name: HP EliteDesk 800 G2 SFF
  dmi.product.sku: X3J10ET#ABZ
  dmi.sys.vendor: HP
  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 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  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
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroRelease: Ubuntu 19.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation HD Graphics 530 [8086:1912] (rev 06) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company HD Graphics 530 [103c:8054]
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 047d:2048 Kensington Orbit Trackball with Scroll Ring
   Bus 001 Device 002: ID 04d9:a0cd Holtek Semiconductor, Inc. USB Keyboard
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP EliteDesk 800 G2 SFF
  Package: xorg-server (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-17-generic 
root=UUID=714cc192-0d1c-4899-b891-16e6e504c662 ro nomodeset 
resume=UUID=316a3e2d-ef98-4c31-8ba1-52e1cd0e8c05
  ProcVersionSignature: Ubuntu 5.3.0-17.18-generic 5.3.1
  Tags:  eoan ubuntu
  Uname: Linux 5.3.0-17-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2019
  dmi.bios.vendor: HP
  dmi.bios.version: N01 Ver. 02.42
  dmi.board.name: 8054
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 05.36
  dmi.chassis.asset.tag: CZC64082W1
  dmi.chassis.type: 4
  

[Touch-packages] [Bug 1846539]

2019-10-27 Thread kernelbugs
Removing SND_SOC_SOF_BROADWELL_SUPPORT fixes Pixel 2015 audio on Arch
default kernel config

-- 
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/1846539

Title:
  [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no
  longer works on Dell Venue 11 Pro 7140

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Hello!

  I noticed that since Linux 5.2rc2 audio playback no longer works on
  Dell Venue 11 Pro 7140 (Intel Core M-5Y71; rt286). Turns out that
  happened because SND_SOC_SOF_BROADWELL_SUPPORT was enabled in kernel
  binary builds since 5.2rc2: https://kernel.ubuntu.com/~kernel-
  ppa/mainline/v5.2-rc2/

  To verify this assumption I tested two builds of Linux 5.3.1.
  1. Build with enabled SND_SOC_SOF_BROADWELL_SUPPORT from 
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3.1/

  Audio playback doesn't work, dmesg:
  [4.072800] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [4.212606] broadwell-audio broadwell-audio: ASoC: failed to init link 
System PCM: -517
  [4.238009] broadwell-audio broadwell-audio: ASoC: failed to init link 
System PCM: -517
  [4.294920] broadwell-audio broadwell-audio: ASoC: failed to init link 
System PCM: -517
  [4.407351] broadwell-audio broadwell-audio: ASoC: failed to init link 
System PCM: -517
  [4.428922] broadwell-audio broadwell-audio: ASoC: failed to init link 
System PCM: -517
  [4.458926] broadwell-audio broadwell-audio: ASoC: failed to init link 
System PCM: -517
  [4.472113] haswell-pcm-audio haswell-pcm-audio: Direct firmware load for 
intel/IntcPP01.bin failed with error -2
  [4.472118] haswell-pcm-audio haswell-pcm-audio: fw image 
intel/IntcPP01.bin not available(-2)
  [4.472735] haswell-pcm-audio haswell-pcm-audio: FW loaded, mailbox 
readback FW info: type 01, - version: 00.00, build 77, source commit id: 
876ac6906f31a43b6772b23c7c983ce9dcb18a19
  [4.474607] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> System 
Pin mapping ok
  [4.474676] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> 
Offload0 Pin mapping ok
  [4.474741] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> 
Offload1 Pin mapping ok
  [4.474807] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> 
Loopback Pin mapping ok
  [4.476377] broadwell-audio broadwell-audio: rt286-aif1 <-> 
snd-soc-dummy-dai mapping ok
  [4.480344] input: broadwell-rt286 Headset as 
/devices/pci:00/INT3438:00/broadwell-audio/sound/card1/input14
  [7.892659] haswell-pcm-audio haswell-pcm-audio: error: message type 7 
header 0x8700
  [   13.015379] haswell-pcm-audio haswell-pcm-audio: error: reset stream 2 
still running
  [   13.127262] haswell-pcm-audio haswell-pcm-audio: error: reset stream 0 
still running
  [   19.623436] haswell-pcm-audio haswell-pcm-audio: ipc: --message timeout-- 
ipcx 0x8612 isr 0x ipcd 0x4700 imrx 0x7fff
  [   19.623446] haswell-pcm-audio haswell-pcm-audio: ipc: error set dx state 3 
faile

  2. Build with disabled SND_SOC_SOF_BROADWELL_SUPPORT.

  Audio playback works, dmesg:
  [4.839028] haswell-pcm-audio haswell-pcm-audio: Direct firmware load for 
intel/IntcPP01.bin failed with error -2
  [4.839034] haswell-pcm-audio haswell-pcm-audio: fw image 
intel/IntcPP01.bin not available(-2)
  [4.839644] haswell-pcm-audio haswell-pcm-audio: FW loaded, mailbox 
readback FW info: type 01, - version: 00.00, build 77, source commit id: 
876ac6906f31a43b6772b23c7c983ce9dcb18a19
  [4.851204] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [4.907386] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> System 
Pin mapping ok
  [4.907475] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> 
Offload0 Pin mapping ok
  [4.909831] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> 
Offload1 Pin mapping ok
  [4.909931] broadwell-audio broadwell-audio: snd-soc-dummy-dai <-> 
Loopback Pin mapping ok
  [4.912149] broadwell-audio broadwell-audio: rt286-aif1 <-> 
snd-soc-dummy-dai mapping ok
  [4.929629] input: broadwell-rt286 Headset as 
/devices/pci:00/INT3438:00/broadwell-audio/sound/card1/input14

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  irina   818 F pulseaudio
   /dev/snd/controlC0:  irina   818 F pulseaudio
  CurrentDesktop: GNOME
  Date: Fri Oct  4 01:22:54 2019
  InstallationDate: Installed on 2019-02-12 (233 days ago)