[Touch-packages] [Bug 1711204] Re: Remove ubuntu-ui-toolkit from the archive

2017-08-16 Thread Dmitry Shachnev
Looking at url-dispatcher, the only use of ubuntu-ui-toolkit is in this
small QML file: http://bazaar.launchpad.net/~indicator-applet-developers
/url-dispatcher/trunk.17.04/view/head:/gui/url-dispatcher-gui.qml

Does Unity 7 need this GUI? If no, let’s drop it; if yes, I can port it
to Qt Quick Controls or rewrite in C++.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1711204

Title:
  Remove ubuntu-ui-toolkit from the archive

Status in checkbox package in Ubuntu:
  Invalid
Status in libertine package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in ubuntu-filemanager-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-printing-app package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit-gles package in Ubuntu:
  New
Status in unity-webapps-qml package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Qt transition is currently blocked by ubuntu-ui-toolkit because
  the version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
  headers that have been since deprecated. ubuntu-ui-toolkit should be
  removed from the archive (unless anyone still needs it, please do make
  your case) and all of it's reverse dependencies (marked as affected on
  this bug report) should either be ported to use native Qt libraries or
  removed from the archive. This is blocking the Qt 5.9 transition, so
  it should be done promptly.

  Full list of reverse dependencies:

  * checkbox-converged(for qml-module-ubuntu-components)
  * libertine-qt-common   (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app-autopilot   (for ubuntu-ui-toolkit-autopilot)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
qml-module-ubuntu-components-labs)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-components-labs-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-settings-components  (for qml-module-ubuntu-components)
  * qml-module-ubuntu-ui-extras-browser [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qml-module-ubuntu-web [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-push-plugin  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-ui-extras0.2  (for qml-module-ubuntu-components)
  * ubuntu-filemanager-app(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * ubuntu-filemanager-app-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-autopilot (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-data  (for qml-module-ubuntu-components)
  * ubuntu-printing-app   (for qml-module-ubuntu-components)
  * ubuntu-system-settings(for qml-module-ubuntu-components)
  * ubuntu-system-settings-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-system-settings-online-accounts  (for qml-module-ubuntu-components)
  * unity-webapps-qml [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * url-dispatcher(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container-autopilot(for ubuntu-ui-toolkit-autopilot)
  * webbrowser-app [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webbrowser-app-autopilot  (for ubuntu-ui-toolkit-autopilot)

  Packages without architectures listed are reverse-dependencies in:
  amd64, arm64, armhf, i386, ppc64el, s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1711204/+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 882878] Re: With IPv6 disabled, openssh will not forward X connections

2017-08-16 Thread Bug Watch Updater
** Changed in: openssh (openSUSE)
   Status: Confirmed => Fix Released

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

Title:
  With IPv6 disabled, openssh will not forward X connections

Status in openssh package in Ubuntu:
  Confirmed
Status in openssh package in Debian:
  New
Status in openssh package in openSUSE:
  Fix Released

Bug description:
  If you disable IPv6 in /etc/sysctl.conf sshd will not forward X11.

  It logs the failue in /var/log/auth.log

  Oct 27 18:49:26 uscps002 sshd[14722]: Accepted password for root from 
172.20.10.50 port 60322 ssh2
  Oct 27 18:49:26 uscps002 sshd[14722]: pam_unix(sshd:session): session opened 
for user root by (uid=0)
  Oct 27 18:49:27 uscps002 sshd[14722]: error: Failed to allocate 
internet-domain X11 display socket.

  Aparently the compiled sshd version will not try an ipv4 localhost if
  an ipv6 localhost does not exist.

  Placing the following line in /etc/ssh/sshd_config fixes the issue

  X11UseLocalHost no


  
  root@uscps002:/var/log# lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10
  root@uscps002:/var/log# 

  
  root@uscps002:/var/log# uname -a
  Linux uscps002 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

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

2017-08-16 Thread Tchvatal
Was fixed and updates were released. The issue was left open, closing.

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

Title:
  With IPv6 disabled, openssh will not forward X connections

Status in openssh package in Ubuntu:
  Confirmed
Status in openssh package in Debian:
  New
Status in openssh package in openSUSE:
  Fix Released

Bug description:
  If you disable IPv6 in /etc/sysctl.conf sshd will not forward X11.

  It logs the failue in /var/log/auth.log

  Oct 27 18:49:26 uscps002 sshd[14722]: Accepted password for root from 
172.20.10.50 port 60322 ssh2
  Oct 27 18:49:26 uscps002 sshd[14722]: pam_unix(sshd:session): session opened 
for user root by (uid=0)
  Oct 27 18:49:27 uscps002 sshd[14722]: error: Failed to allocate 
internet-domain X11 display socket.

  Aparently the compiled sshd version will not try an ipv4 localhost if
  an ipv6 localhost does not exist.

  Placing the following line in /etc/ssh/sshd_config fixes the issue

  X11UseLocalHost no


  
  root@uscps002:/var/log# lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10
  root@uscps002:/var/log# 

  
  root@uscps002:/var/log# uname -a
  Linux uscps002 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/882878/+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 1711101] Re: Audio doesn't auto switch when unplugging hdmi

2017-08-16 Thread Daniel van Vugt
We now have autoswitching on connect in 17.10, but not on disconnect :)

You might find what you need by uncommenting and editing these lines:

### Make some devices default
#set-default-sink output
#set-default-source input

in /etc/pulse/default.pa or copy it to ~/.config/pulse/default.pa and
edit locally.

Regardless, I don't think hotplugging HDMI qualifies as High.

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

** Summary changed:

- Audio doesn't auto switch when unplugging hdmi
+ Audio doesn't auto switch when unplugging HDMI

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

Title:
  Audio doesn't auto switch when unplugging HDMI

Status in PulseAudio:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  
  Steps to reproduce

  * Attach an external HDMI/DP monitor to watch videos on an external display 
(TV)
  * In sound settings, send audio to HDMI out, rather than internal laptop audio
  * Play a video, to show audio is going over HDMI
  * Unplug HDMI/DP cable
   - Video switches to internal panel only as expected.

  Expected behaviour

  * Audio switches to internal sound card

  Actual behaviour

  * Audio does not auto switch

  Workaround

  * Go to sound settings panel every time, and click the internal sound
  card

  Video showing it: https://www.youtube.com/watch?v=UR3LP0INMeI

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: pulseaudio 1:10.0-2ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
  Uname: Linux 4.11.0-13-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1568 F pulseaudio
   /dev/snd/controlC1:  alan   1568 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 16 11:11:45 2017
  InstallationDate: Installed on 2017-08-02 (13 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/27/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET56WW (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BV001BUK
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98417 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET56WW(1.21):bd01/27/2016:svnLENOVO:pn20BV001BUK:pvrThinkPadT450:rvnLENOVO:rn20BV001BUK:rvr0B98417WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BV001BUK
  dmi.product.version: ThinkPad T450
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1711101/+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 1711085] Re: battery icon is distorded under GNOME Shell

2017-08-16 Thread Daniel van Vugt
I'm not sure which path you mean... Adwaita icons are proven for Gnome
Shell but break Unity (Unity needs changing to avoid loading some of
them by accident). The icons we have right now are the only proven
solution that work in Gnome Shell and Unity.

So there are at least four ways forward:
 (a) Do nothing
 (b) Make the 16x16 battery icons longer and less square
 (c) Use Adwaita battery icons, but this requires changing Unity code to not 
pick some up by accident.
 (d) Modify Gnome Shell code to support our old rectangular icons from 17.04.

It sounds to me like either of your preferred options (c) and (d)
require shell code hacking.

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

** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  battery icon is distorded under GNOME Shell

Status in gnome-shell package in Ubuntu:
  New
Status in indicator-power package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  Even if https://bugs.launchpad.net/ubuntu/+source/ubuntu-
  themes/+bug/1693155 is fixed, the icon is still distorded in non Hi-
  DPI environment. The issue is that the icons aren't really square.
  Let's use the upstrema indicator icons, while still preserving them in
  the Unity session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1711085/+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 1711087] Re: ad2p sink profile mic not available

2017-08-16 Thread Daniel van Vugt
Wait a minute, this might not be a bug at all...

A2DP is uni-directional so doesn't support simultaneous audio output and input. 
In theory A2DP can be used for output or input, depending on what your 
peripherals support...
  
https://en.wikipedia.org/wiki/List_of_Bluetooth_profiles#Advanced_Audio_Distribution_Profile_.28A2DP.29

Generally speaking though, there is no microphone when a headset is in A2DP 
mode:
  http://www.tomsguide.com/answers/id-3286122/headset-mic-work-audio.html

The PulseAudio "fix" for the previous bug involves automatically
switching to the lower quality HSP/HFP profile when the microphone is
required. This is triggered automatically according to what features the
application requests. However automatic switching is apparently only
implemented for VoIP applications according to the release notes:

  https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/

So automatic switching relies on the application supporting PulseAudio's
"property media.role=phone". If it doesn't yet then that's an
application bug. But beware that once switching has occurred and the mic
turns on, your audio output is likely to also be low quality (HSP/HFP
profile). This is just a fact of life with Bluetooth standards.

This bug is therefore invalid for pulseaudio, but your app(s) might be
able to add the above feature to trigger the automatic switching. If
you're having trouble with a specific app then please click on one of
the "Also affects..." links at the top of the bug.

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

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

Title:
  ad2p sink profile mic not available

Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  I have a bose soundsport bluetooth headset. When I select the ad2p
  sink profile there is no microphone available. Only with the HSP
  profile my microphone is available.

  It's really annoying to have to switch between profiles to make a call
  or to listen to normal quality music.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: pulseaudio 1:10.0-1ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jeroen 3801 F pulseaudio
   /dev/snd/controlC0:  jeroen 3801 F pulseaudio
  CurrentDesktop: KDE
  Date: Wed Aug 16 11:02:37 2017
  InstallationDate: Installed on 2017-05-10 (98 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1773IMS.106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1773
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.B
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1773IMS.106:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGS702QE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1773:rvrREV0.B:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:
  dmi.product.name: GS70 2QE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1711087/+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 1577168] Re: Browser hangs Ubuntu 16.04

2017-08-16 Thread Humphrey van Polanen Petel
happens on 16.04.03
ubuntu web browser will hang the system (requiring a reboot)
not at start, but after trying to 'do' something

** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Browser hangs Ubuntu 16.04

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  When I activate Browser or click on Amazon button (which activates Browser), 
Ubuntu 16.04 hangs. This occurrence should not happen.
  An exception to this problem is that the mouse pointer is movable initially. 
In the extreme case, the mouse pointer hangs also. 

  This problem does not occur when activating Firefox or Chromium.
  Occurs in a freshly installed Ubuntu 16.04 system.
  Description:  Ubuntu 16.04 LTS
  Release:  16.04
  N: Unable to locate package pkgname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1577168/+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 1711087] Re: ad2p sink profile mic not available

2017-08-16 Thread Daniel van Vugt
** Tags added: a2dp mic

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

Title:
  ad2p sink profile mic not available

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I have a bose soundsport bluetooth headset. When I select the ad2p
  sink profile there is no microphone available. Only with the HSP
  profile my microphone is available.

  It's really annoying to have to switch between profiles to make a call
  or to listen to normal quality music.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: pulseaudio 1:10.0-1ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jeroen 3801 F pulseaudio
   /dev/snd/controlC0:  jeroen 3801 F pulseaudio
  CurrentDesktop: KDE
  Date: Wed Aug 16 11:02:37 2017
  InstallationDate: Installed on 2017-05-10 (98 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1773IMS.106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1773
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.B
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1773IMS.106:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGS702QE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1773:rvrREV0.B:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:
  dmi.product.name: GS70 2QE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1711087/+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 1711255] [NEW] systemd RestartSec does not seem to work consistently

2017-08-16 Thread Leo Davis
Public bug reported:

The unit file for my service -33005.service:

[Unit]
Description=product  33005 service
Wants=some.mount
After=some.mount
PartOf=product.target
PartOf=someother.service
[Service]
Type=simple
ExecStart=/opt/product/bin/ -conf=/etc/product.conf
Restart=on-failure
User=product
Group=product
LimitCORE=infinity
LimitNOFILE=1
Slice=.slice
WatchdogSec=120
RestartSec=10
StartLimitInterval=120
StartLimitBurst=10
[Install]
WantedBy=product.target

specifies RestartSec=10, which is also what systemd sees:

$ systemctl show -33005.service
Type=simple
Restart=on-failure
NotifyAccess=main
RestartUSec=10s
...

However, today I saw in the journalctl log:
$ journalctl -u -33005.service
...
Aug 15 23:28:29 a-hostname systemd[1]: -33005.service: Watchdog timeout 
(limit 2min)!
Aug 15 23:28:29 a-hostname systemd[1]: -33005.service: Main process exited, 
code=exited, status=2/INVALIDARGUMENT
Aug 15 23:28:29 a-hostname systemd[1]: -33005.service: Unit entered failed 
state.
Aug 15 23:28:29 a-hostname systemd[1]: -33005.service: Failed with result 
'exit-code'.
Aug 15 23:28:39 a-hostname systemd[1]: -33005.service: Service hold-off 
time over, scheduling restart.
Aug 15 23:28:39 a-hostname systemd[1]: Stopped product  33005 service.
Aug 15 23:28:39 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:28:45 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:28:45 a-hostname systemd[1]: Stopping product  33005 service...
Aug 15 23:28:45 a-hostname systemd[1]: Stopped product  33005 service.
Aug 15 23:33:51 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:33:51 a-hostname [3629]: Get http://127.0.0.1:8081/: dial tcp 
127.0.0.1:8081: getsockopt: connection refused
Aug 15 23:33:51 a-hostname systemd[1]: -33005.service: Main process exited, 
code=exited, status=2/INVALIDARGUMENT
Aug 15 23:33:51 a-hostname systemd[1]: -33005.service: Unit entered failed 
state.
Aug 15 23:33:51 a-hostname systemd[1]: -33005.service: Failed with result 
'exit-code'.
Aug 15 23:34:01 a-hostname systemd[1]: -33005.service: Service hold-off 
time over, scheduling restart.
Aug 15 23:34:02 a-hostname systemd[1]: Stopped product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: Started product  33005 service.
Aug 15 23:34:02 a-hostname systemd[1]: -33005.service: Start request 
repeated too quickly.
Aug 15 23:34:02 a-hostname systemd[1]: Failed to start product  33005 
service.

Everything looks to me that systemd is behaving as expected until Aug 15
23:34:02 when it attempts to start -33005.service not at the rate I
specified in RestartSec, but possibly at the default 100ms rate.  This
excerpt shows both the expected 10s restart rate as well as the
unexpected restart rate.

$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04

$ uname -a
Linux a-hostname 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

$ apt-cache policy systemd
systemd:
  Installed: 229-4ubuntu16
  Candidate: 229-4ubuntu19
  Version table:
 229-4ubuntu19 500
500 http://internal-repo/ubuntu xenial-updates/main amd64 Packages
 *** 229-4ubuntu16 100
100 /var/lib/dpkg/status
 229-4ubuntu10 500
500 http://internal-repo/ubuntu xenial-security/main amd64 Packages
 229-4ubuntu4 500
500 http://internal-repo/ubuntu xenial/main amd64 Packages

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

** Description changed:

- The unit file for my service :
+ The unit file for my service -33005.service:
  
  [Unit]
  Description=product  33005 service
  Wants=some.mount
  After=some.mount
  PartOf=product.target
  PartOf=someother.service
  [Service]
  Type=simple
  ExecStart=/opt/product/bin/ -conf=/etc/product.conf
  Restart=on-failure
  User=product
  Group=product
  LimitCORE=infinity
  LimitNOFILE=1
  Slice=.slice
  WatchdogSec=120
  RestartSec=10
  StartLimitInterval=120
  StartLimitBurst=10
  [Install]
  WantedBy=product.target
  
  specifies RestartSec=10, which is also what systemd sees:
  
  $ systemctl show -33005.service
  Type=simple
  Restart=on-failure
  NotifyAccess=main
  RestartUSec=10s
  ...
  
  However, today I saw in the journalctl log:
  $ journalctl -u 

[Touch-packages] [Bug 1568560] Re: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed

2017-08-16 Thread Michael F Winthrop
I am receiving numerous NM errors on startup, that I captured from
/var/log for one boot on Aug 16 18:10: I ask if the preserved ".files in
the home/user/ directories could be responsible for these errors?

In the captured "fail" list, NM is the main event per this thread 
(nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed)

The problem got more pronounced after:

sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update

This was added after plasma repeatedly dropped the window ornaments.

sudo /var/log# grep fail *log| grep 'Aug 16 18:10'

kern.log:Aug 16 18:10:35 dad314159 kernel: [0.173985] acpi PNP0A03:00: _OSC 
failed (AE_NOT_FOUND); disabling ASPM
kern.log:Aug 16 18:10:35 dad314159 kernel: [4.392621] wl: module 
verification failed: signature and/or required key missing - tainting kernel
kern.log:Aug 16 18:10:36 dad314159 NetworkManager[997]: 
nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
kern.log:Aug 16 18:10:36 dad314159 NetworkManager[997]:   
[1502921436.6054] failed to enumerate oFono devices: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was 
not provided by any .service files
kern.log:Aug 16 18:10:43 dad314159 NetworkManager[997]:   
[1502921443.7380] device (wlp12s0): state change: need-auth -> failed (reason 
'no-secrets') [60 120 7]
kern.log:Aug 16 18:10:43 dad314159 NetworkManager[997]:   
[1502921443.7388] device (wlp12s0): Activation: failed for connection 'Disco'
kern.log:Aug 16 18:10:43 dad314159 NetworkManager[997]:   
[1502921443.7426] device (wlp12s0): state change: failed -> disconnected 
(reason 'none') [120 30 0]
syslog:Aug 16 18:10:35 dad314159 kernel: [0.173985] acpi PNP0A03:00: _OSC 
failed (AE_NOT_FOUND); disabling ASPM
syslog:Aug 16 18:10:35 dad314159 kernel: [4.392621] wl: module verification 
failed: signature and/or required key missing - tainting kernel
syslog:Aug 16 18:10:35 dad314159 avahi-daemon[988]: chroot.c: open() failed: No 
such file or directory
syslog:Aug 16 18:10:35 dad314159 thermald[961]: THD engine start failed
syslog:Aug 16 18:10:36 dad314159 NetworkManager[997]: 
nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
syslog:Aug 16 18:10:36 dad314159 wpa_supplicant[1334]: dbus: 
wpa_dbus_get_object_properties: failed to get object properties: (none) none
syslog:Aug 16 18:10:36 dad314159 NetworkManager[997]:   [1502921436.6054] 
failed to enumerate oFono devices: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was 
not provided by any .service files
syslog:Aug 16 18:10:36 dad314159 systemd[1]: networking.service: Unit entered 
failed state.
syslog:Aug 16 18:10:36 dad314159 systemd[1]: ctdb.service: Unit entered failed 
state.
syslog:Aug 16 18:10:36 dad314159 colord[1188]: (colord:1188): Cd-WARNING **: 
failed to get session [pid 1021]: No such device or address
syslog:Aug 16 18:10:39 dad314159 systemd[1]: sddm.service: Unit entered failed 
state.
syslog:Aug 16 18:10:41 dad314159 colord[1188]: (colord:1188): Cd-WARNING **: 
failed to get session [pid 1494]: No such device or address
syslog:Aug 16 18:10:42 dad314159 systemd[1]: sddm.service: Unit entered failed 
state.
syslog:Aug 16 18:10:43 dad314159 NetworkManager[997]:   [1502921443.7380] 
device (wlp12s0): state change: need-auth -> failed (reason 'no-secrets') [60 
120 7]
syslog:Aug 16 18:10:43 dad314159 NetworkManager[997]:   [1502921443.7388] 
device (wlp12s0): Activation: failed for connection 'Disco'
syslog:Aug 16 18:10:43 dad314159 NetworkManager[997]:   [1502921443.7426] 
device (wlp12s0): state change: failed -> disconnected (reason 'none') [120 30 
0]

I had made the unfortunate "upgrade" from kubuntu 14.04 with kxstudio
and decided to do a clean install to clean up the previous mess, leaving
kxstudio out (because kxstudio is skipping 16.04 in favor of 18.04):

I re-installed kubuntu 16.04,3 from disk downloaded 5 days ago
(1.562.112KB) preserving the /home/dad partition as well as a copy of
the fstab: (shows what was preserved during install on /dev/sd8

 sudo /etc# cat fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#
# / was on /dev/sda8 during installation
UUID=27aec088-dbbf-44f9-9c61-ab3c933e054e /   ext3
errors=remount-ro 0   1

# /home was on /dev/sda6 during installation
UUID=cfb5d746-bb65-4061-ba5b-02f60d574c27 /home   ext4defaults  
  0   2

# swap was on /dev/sda5 during installation
UUID=540c3467-7148-463e-858a-cb1435e4503f noneswapsw
  0   0

# mount Windows-Linux Share or /dev/sda3 on /media/sda3  
UUID=62587745587716CF/media/sda3  ntfs  
nls=iso8859-1,rw,umask=000  0  0

# mount usb as execuitable at /media/usb
# /dev/sde1 

[Touch-packages] [Bug 1710995] Re: whoopsie not online

2017-08-16 Thread Stefan Pappalardo
Yes, mythbuntu.

$ lsb_release --all
LSB Version:
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description:Ubuntu 16.04.3 LTS
Release:16.04
Codename:   xenial

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1638695] Re: Python 2.7.12 performance regression

2017-08-16 Thread Elvis Pranskevichus
After much testing I found what is causing the regression in 16.04 and
later.  There are several distinct causes which are attributed to the
choices made in debian/rules and the changes in GCC.

Cause #1: the decision to compile `Modules/_math.c` with `-fPIC` *and*
link it statically into the python executable [1].  This causes the
majority of the slowdown.  This may be a bug in GCC or simply a
constraint, I didn't find anything specific on this topic, although
there are a lot of old bug reports regarding the interaction of -fPIC
with -flto.

Cause #2: the enablement of `fpectl` [2], specifically the passage of
`--with-fpectl` to `configure`.  fpectl is disabled in python.org builds
by default and its use is discouraged.  Yet, Debian builds enable it
unconditionally, and it seems to cause a significant performance
degradation.  It's much less noticeable on 14.04 with GCC 4.8.0, but on
more recent releases the performance difference seems to be larger.

Plausible Cause #3: stronger stack smashing protection in 16.04, which
uses --fstack-protector-strong, wherease 14.04 and earlier used
--fstack-protector (with lesser performance overhead).

Also, debian/rules limits the scope of PGO's PROFILE_TASK to 377 test
suites vs upstream's 397, which affects performance somewhat negatively,
but this is not definitive.  What are the reasons behind the trimming of
the tests used for PGO?

Without fpectl, and without -fPIC on _math.c, 2.7.12 built on 16.04 is
slower than stock 2.7.6 on 14.04 by about 0.9% in my pyperformance runs
[3].  This is in contrast to a whopping 7.95% slowdown when comparing
stock versions.

Finally, a vanilla Python 2.7.12 build using GCC 5.4.0, default CFLAGS,
default PROFILE_TASK and default Modules/Setup.local consistently runs
faster in benchmarks than 2.7.6 (by about 0.7%), but I was not able to
pinpoint the exact reason for that.

Note: the percentages above are the relative change in the geometric
mean of pyperformance benchmark results.


[1] 
https://git.launchpad.net/~usd-import-team/ubuntu/+source/python2.7/tree/debian/rules?h=ubuntu/xenial-updates#n421

[2] https://git.launchpad.net/~usd-import-
team/ubuntu/+source/python2.7/tree/debian/rules?h=ubuntu/xenial-
updates#n117

[3] https://docs.google.com/spreadsheets/d/1L3_gxe-
AOYJsXFwGZgFko8jaChB0dFPjK5oMO5T5vj4/edit?usp=sharing

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

Title:
  Python 2.7.12 performance regression

Status in python2.7 package in Ubuntu:
  Confirmed

Bug description:
  I work on the OpenStack-Ansible project and we've noticed that testing
  jobs on 16.04 take quite a bit longer to complete than on 14.04.  They
  complete within an hour on 14.04 but they normally take 90 minutes or
  more on 16.04.  We use the same version of Ansible with both versions
  of Ubuntu.

  After more digging, I tested python performance (using the
  'performance' module) on 14.04 (2.7.6) and on 16.04 (2.7.12).  There
  is a significant performance difference between each version of
  python.  That is detailed in a spreadsheet[0].

  I began using perf to dig into the differences when running the python
  performance module and when using Ansible playbooks.  CPU migrations
  (as measured by perf) are doubled in Ubuntu 16.04 when running the
  same python workloads.

  I tried changing some of the kerne.sched sysctl configurables but they
  had very little effect on the results.

  I compiled python 2.7.12 from source on 14.04 and found the
  performance to be unchanged there.  I'm not entirely sure where the
  problem might be now.

  We also have a bug open in OpenStack-Ansible[1] that provides
  additional detail. Thanks in advance for any help you can provide!

  [0] 
https://docs.google.com/spreadsheets/d/18MmptS_DAd1YP3OhHWQqLYVA9spC3xLt4PS3STI6tds/edit?usp=sharing
  [1] https://bugs.launchpad.net/openstack-ansible/+bug/1637494

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1638695/+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 1711231] [NEW] xdiagnose me trajo hasta aqui por algun problema de xorg

2017-08-16 Thread cfolivero
Public bug reported:

no se darles mas detalles

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
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
Date: Wed Aug 16 19:15:53 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Broadwell-U Integrated Graphics [1043:196d]
InstallationDate: Installed on 2017-06-12 (65 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
Lsusb:
 Bus 001 Device 003: ID 0bda:57bc Realtek Semiconductor Corp. 
 Bus 001 Device 002: ID 8087:8001 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: ASUSTeK COMPUTER INC. X751LAB
ProcEnviron:
 LANGUAGE=es_AR:es
 PATH=(custom, no user)
 LANG=es_AR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic 
root=UUID=c128aeae-24fb-4403-b895-02ae42e88920 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/07/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X751LAB.507
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X751LAB
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.:bvrX751LAB.507:bd12/07/2015:svnASUSTeKCOMPUTERINC.:pnX751LAB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX751LAB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X751LAB
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
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
xserver.bootTime: Wed Aug 16 16:06:01 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu6.1~16.04.2
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  xdiagnose me trajo hasta aqui por algun problema de xorg

Status in xorg package in Ubuntu:
  New

Bug description:
  no se darles mas detalles

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  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
  Date: Wed Aug 16 19:15:53 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Broadwell-U Integrated Graphics 
[1043:196d]
  InstallationDate: Installed on 2017-06-12 (65 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Lsusb:
   Bus 001 Device 003: ID 0bda:57bc Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:8001 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X751LAB
  ProcEnviron:
   LANGUAGE=es_AR:es
   PATH=(custom, no user)
   LANG=es_AR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic 
root=UUID=c128aeae-24fb-4403-b895-02ae42e88920 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2015
  dmi.bios.vendor: 

[Touch-packages] [Bug 1710995] Re: whoopsie not online

2017-08-16 Thread Brian Murray
It looks like you are using XFCE and mythtv, is this a mythubuntu
install of 16.04?

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1711204] Re: Remove ubuntu-ui-toolkit from the archive

2017-08-16 Thread Sebastien Bacher
The components listed on that bug are indeed unmaintained and it doesn't
make sense to keep them in the archive. +1 from the desktop team to
remove them but somebody should check the rdepends first, looking at the
list url-dispatcher could be problematic since it provides a library
which is used by e.g the unity indicators which we don't plan to remove
since unity7 is going to remain available in universe

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1711204

Title:
  Remove ubuntu-ui-toolkit from the archive

Status in checkbox package in Ubuntu:
  Invalid
Status in libertine package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in ubuntu-filemanager-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-printing-app package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit-gles package in Ubuntu:
  New
Status in unity-webapps-qml package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Qt transition is currently blocked by ubuntu-ui-toolkit because
  the version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
  headers that have been since deprecated. ubuntu-ui-toolkit should be
  removed from the archive (unless anyone still needs it, please do make
  your case) and all of it's reverse dependencies (marked as affected on
  this bug report) should either be ported to use native Qt libraries or
  removed from the archive. This is blocking the Qt 5.9 transition, so
  it should be done promptly.

  Full list of reverse dependencies:

  * checkbox-converged(for qml-module-ubuntu-components)
  * libertine-qt-common   (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app-autopilot   (for ubuntu-ui-toolkit-autopilot)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
qml-module-ubuntu-components-labs)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-components-labs-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-settings-components  (for qml-module-ubuntu-components)
  * qml-module-ubuntu-ui-extras-browser [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qml-module-ubuntu-web [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-push-plugin  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-ui-extras0.2  (for qml-module-ubuntu-components)
  * ubuntu-filemanager-app(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * ubuntu-filemanager-app-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-autopilot (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-data  (for qml-module-ubuntu-components)
  * ubuntu-printing-app   (for qml-module-ubuntu-components)
  * ubuntu-system-settings(for qml-module-ubuntu-components)
  * ubuntu-system-settings-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-system-settings-online-accounts  (for qml-module-ubuntu-components)
  * unity-webapps-qml [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * url-dispatcher(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container-autopilot(for ubuntu-ui-toolkit-autopilot)
  * webbrowser-app [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webbrowser-app-autopilot  (for ubuntu-ui-toolkit-autopilot)

  Packages without architectures listed are reverse-dependencies in:
  amd64, arm64, armhf, i386, ppc64el, s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1711204/+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 1709670] Re: logrotate never recovers if the statefile is corrupted

2017-08-16 Thread Eric Desrochers
** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty

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

Title:
  logrotate never recovers if the statefile is corrupted

Status in logrotate package in Ubuntu:
  Fix Released
Status in logrotate source package in Trusty:
  Fix Committed
Status in logrotate source package in Xenial:
  Fix Committed
Status in logrotate source package in Zesty:
  Fix Committed
Status in logrotate source package in Artful:
  Fix Released
Status in logrotate package in Debian:
  New

Bug description:
  [Impact]

  logrotate never recovers if the statefile is corrupted unless you
  remove it or fix the corruption by hand.

  Impact scenarios :

  - System could eventually run out of disk space on a separate
  partition if mounted in "/var" or specifically "/var/log" or even
  worst if "/var/log" is on the same partition as "/" it could create
  even more damage if by any chance the partition is running out of free
  space.

  - System keep updating the same files over and over, creating large
  size logfiles.

  - ...

  [Test Case]

  - Install logrotate
  - Run "/etc/cron.daily/logrotate" ## The first logrotate run will generate 
the statefile "var/lib/logrotate/status"
  - Modify "/var/lib/logrotate/status" by removing the first line in order to 
corrupt the file
  - Re-run "/etc/cron.daily/logrotate" and one will get the following error : 
"error: bad top line in state file /var/lib/logrotate/status" every time you 
run logrotate

  Unless you remove the statefile and start again or fix the corruption
  by hand.

   * Additionally, I will run the /path_to_source/test/test script as a
  dogfooding that does ~72 tests.

  [Regression Potential]

   * Risk of potential regression is low, and IMHO couldn't be worst
  than the actual situation where logrotate simply doesn't recover from
  a corrupt statefile.

   * The current patch does recover (after verification) and has been
  through some upstream CI validation, community feedbacks, et al.

   * Additionally, I will run the /path_to_source/test/test script as a
  dogfooding that does ~72 tests.

  [Other Info]

  * Upstream commit:
  
https://github.com/logrotate/logrotate/commit/b9d82003002c98370e4131a7e43c76afcd23306a

  * Upstream bug:
  https://github.com/logrotate/logrotate/issues/45

  * Debian bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871592

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logrotate/+bug/1709670/+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 1111882] Re: GnuTLS recv error (-9): A TLS packet with unexpected length was received

2017-08-16 Thread Julian Andres Klode
They are in the process of relicensing - asking for permissions. This
might go on for some years or might never conclude.

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

Title:
  GnuTLS recv error (-9): A TLS packet with unexpected length was
  received

Status in apt package in Ubuntu:
  Invalid
Status in curl package in Ubuntu:
  Invalid
Status in git package in Ubuntu:
  Confirmed
Status in gnutls26 package in Ubuntu:
  Confirmed

Bug description:
  On Precise 12.04 whilst attempting:

  GIT_CURL_VERBOSE=1 git clone -v https://git01.codeplex.com/typescript

  the operation fails after the final git pack-file has been received
  and the already-created repository is deleted from the file system.

  ...
  > POST /typescript/git-upload-pack HTTP/1.1
  User-Agent: git/1.8.1.2.433.g9808ce0.dirty
  Host: git01.codeplex.com
  Accept-Encoding: gzip
  Content-Type: application/x-git-upload-pack-request
  Accept: application/x-git-upload-pack-result
  Content-Length: 611

  * upload completely sent off: 611out of 611 bytes
  < HTTP/1.1 200 OK
  < Cache-Control: no-cache, max-age=0, must-revalidate
  < Pragma: no-cache
  < Content-Type: application/x-git-upload-pack-result
  < Expires: Fri, 01 Jan 1980 00:00:00 GMT
  < Server: Microsoft-IIS/7.5
  < X-Powered-By: ASP.NET
  < Date: Thu, 31 Jan 2013 21:43:55 GMT
  < Connection: close
  < 
  remote: Counting objects: 149766, done.
  remote: Compressing objects: 100% (10580/10580), done.
  * GnuTLS recv error (-9): A TLS packet with unexpected length was received.
  * Closing connection #0
  remote: Total 149766 (delta 138201), reused 149559 (delta 138077)
  Receiving objects: 100% (149766/149766), 198.98 MiB | 361 KiB/s, done.
  error: RPC failed; result=56, HTTP code = 200
  Resolving deltas: 100% (138201/138201), done.

  git exits at this point but it deletes the entire cloned ./typescript
  directory.

  I tried building the latest git binary and included an additional
  debug option in "http.c" that allowed me to set the protocol version
  using an environment option:

  CURLOPT_SSLVERSION=1 git clone ...

  where 1 = TLSv1, 2 = SSLv2, 3 = SSLv3.

  I tried each protocol but the result was the same.

  The knock-on bug here is that git ought not to delete what it has
  fetched - in this case more than 250MB of data.

  I did try to build the latest gnutls but it needs a very recent
  version of libnettle which has the "rsa_decrypt_tr" function. I
  stopped at that point since I don't want to get into dependency and
  library version issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882/+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 1677244] Re: "UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc4' in position 69: surrogates not allowed" with mime.file() on path from os.walk

2017-08-16 Thread Michael Hudson-Doyle
Your test program works in artful with python 3.6 for me; I guess
something got updated to fix it but am not going to dig into why unless
you really want me to...

** Changed in: python3.5 (Ubuntu)
   Status: New => Fix Released

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

Title:
  "UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc4' in
  position 69: surrogates not allowed" with mime.file() on path from
  os.walk

Status in file package in Ubuntu:
  New
Status in python3.5 package in Ubuntu:
  Fix Released

Bug description:
  The following script works fine on 16.04 LTS:

  #!/usr/bin/python3

  import magic
  import os

  dir = "/usr/share/ca-certificates/mozilla"

  mime = magic.open(magic.MAGIC_MIME)
  mime.load()

  for root, dirnames, filenames in os.walk(dir):
  for f in filenames:
  fn = os.path.join(root, f)
  print("%s: %s" % (fn, mime.file(fn)))

  Eg:
  $ python3 /tmp/test.py
  /usr/share/ca-certificates/mozilla/TWCA_Root_Certification_Authority.crt: 
text/plain; charset=us-ascii
  /usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt: text/plain; 
charset=us-ascii
  /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt: text/plain; 
charset=us-ascii
  
/usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_RootCA_2011.crt:
 text/plain; charset=us-ascii
  /usr/share/ca-certificates/mozilla/TC_TrustCenter_Class_3_CA_II.crt: 
text/plain; charset=us-ascii
  /usr/share/ca-certificates/mozilla/Security_Communication_RootCA2.crt: 
text/plain; charset=us-ascii
  
/usr/share/ca-certificates/mozilla/EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.crt:
 text/plain; charset=us-ascii
  ...

  (notice the last filename before the ellipsis)

  But on 17.04, this happens:

  $ python3 /tmp/test.py
  /usr/share/ca-certificates/mozilla/TWCA_Root_Certification_Authority.crt: 
text/plain; charset=us-ascii
  /usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt: text/plain; 
charset=us-ascii
  /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt: text/plain; 
charset=us-ascii
  
/usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_RootCA_2011.crt:
 text/plain; charset=us-ascii
  /usr/share/ca-certificates/mozilla/TC_TrustCenter_Class_3_CA_II.crt: 
text/plain; charset=us-ascii
  /usr/share/ca-certificates/mozilla/Security_Communication_RootCA2.crt: 
text/plain; charset=us-ascii
  Traceback (most recent call last):
    File "/home/ubuntu/test.py", line 15, in 
  print("%s: %s" % (fn, mime.file(fn)))
    File "/usr/lib/python3/dist-packages/magic.py", line 130, in file
  bi = bytes(filename, 'utf-8')
  UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc4' in position 
69: surrogates not allowed

  I'm guessing this is a change in python3 that python3-magic hasn't
  accounted for, but I'm not sure. Adding python3 task just in case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file/+bug/1677244/+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 1111882] Re: GnuTLS recv error (-9): A TLS packet with unexpected length was received

2017-08-16 Thread Joe Damato
OpenSSL was recently relicensed:
https://www.openssl.org/blog/blog/2017/03/22/license/. I'm not a lawyer,
but it would be nice to get one to weigh in on how this affects the
legal issues mentioned.

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

Title:
  GnuTLS recv error (-9): A TLS packet with unexpected length was
  received

Status in apt package in Ubuntu:
  Invalid
Status in curl package in Ubuntu:
  Invalid
Status in git package in Ubuntu:
  Confirmed
Status in gnutls26 package in Ubuntu:
  Confirmed

Bug description:
  On Precise 12.04 whilst attempting:

  GIT_CURL_VERBOSE=1 git clone -v https://git01.codeplex.com/typescript

  the operation fails after the final git pack-file has been received
  and the already-created repository is deleted from the file system.

  ...
  > POST /typescript/git-upload-pack HTTP/1.1
  User-Agent: git/1.8.1.2.433.g9808ce0.dirty
  Host: git01.codeplex.com
  Accept-Encoding: gzip
  Content-Type: application/x-git-upload-pack-request
  Accept: application/x-git-upload-pack-result
  Content-Length: 611

  * upload completely sent off: 611out of 611 bytes
  < HTTP/1.1 200 OK
  < Cache-Control: no-cache, max-age=0, must-revalidate
  < Pragma: no-cache
  < Content-Type: application/x-git-upload-pack-result
  < Expires: Fri, 01 Jan 1980 00:00:00 GMT
  < Server: Microsoft-IIS/7.5
  < X-Powered-By: ASP.NET
  < Date: Thu, 31 Jan 2013 21:43:55 GMT
  < Connection: close
  < 
  remote: Counting objects: 149766, done.
  remote: Compressing objects: 100% (10580/10580), done.
  * GnuTLS recv error (-9): A TLS packet with unexpected length was received.
  * Closing connection #0
  remote: Total 149766 (delta 138201), reused 149559 (delta 138077)
  Receiving objects: 100% (149766/149766), 198.98 MiB | 361 KiB/s, done.
  error: RPC failed; result=56, HTTP code = 200
  Resolving deltas: 100% (138201/138201), done.

  git exits at this point but it deletes the entire cloned ./typescript
  directory.

  I tried building the latest git binary and included an additional
  debug option in "http.c" that allowed me to set the protocol version
  using an environment option:

  CURLOPT_SSLVERSION=1 git clone ...

  where 1 = TLSv1, 2 = SSLv2, 3 = SSLv3.

  I tried each protocol but the result was the same.

  The knock-on bug here is that git ought not to delete what it has
  fetched - in this case more than 250MB of data.

  I did try to build the latest gnutls but it needs a very recent
  version of libnettle which has the "rsa_decrypt_tr" function. I
  stopped at that point since I don't want to get into dependency and
  library version issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882/+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 1709670] Re: logrotate never recovers if the statefile is corrupted

2017-08-16 Thread Taylor Lewick
We tested this patched package version on ubuntu 14.04, via instructions
found https://wiki.ubuntu.com/Testing/EnableProposed.

We tested by manually creating a 2.0 GB file via fallocate under the
nginx log directory, and instructing the logrotate nginx config file to
rotate any file > 1.0 GB.

This worked, and then I manually corrupted the logrotate status file by 
1) removing the top line, creating a new test log file, and verifying logrotate 
ran.
2) adding a line break in a file other than the top line, creating a new test 
log file, and verifying logrotate ran.

Patch Behavior appears to be working as designed.

Thank you,
Taylor

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

Title:
  logrotate never recovers if the statefile is corrupted

Status in logrotate package in Ubuntu:
  Fix Released
Status in logrotate source package in Trusty:
  Fix Committed
Status in logrotate source package in Xenial:
  Fix Committed
Status in logrotate source package in Zesty:
  Fix Committed
Status in logrotate source package in Artful:
  Fix Released
Status in logrotate package in Debian:
  New

Bug description:
  [Impact]

  logrotate never recovers if the statefile is corrupted unless you
  remove it or fix the corruption by hand.

  Impact scenarios :

  - System could eventually run out of disk space on a separate
  partition if mounted in "/var" or specifically "/var/log" or even
  worst if "/var/log" is on the same partition as "/" it could create
  even more damage if by any chance the partition is running out of free
  space.

  - System keep updating the same files over and over, creating large
  size logfiles.

  - ...

  [Test Case]

  - Install logrotate
  - Run "/etc/cron.daily/logrotate" ## The first logrotate run will generate 
the statefile "var/lib/logrotate/status"
  - Modify "/var/lib/logrotate/status" by removing the first line in order to 
corrupt the file
  - Re-run "/etc/cron.daily/logrotate" and one will get the following error : 
"error: bad top line in state file /var/lib/logrotate/status" every time you 
run logrotate

  Unless you remove the statefile and start again or fix the corruption
  by hand.

   * Additionally, I will run the /path_to_source/test/test script as a
  dogfooding that does ~72 tests.

  [Regression Potential]

   * Risk of potential regression is low, and IMHO couldn't be worst
  than the actual situation where logrotate simply doesn't recover from
  a corrupt statefile.

   * The current patch does recover (after verification) and has been
  through some upstream CI validation, community feedbacks, et al.

   * Additionally, I will run the /path_to_source/test/test script as a
  dogfooding that does ~72 tests.

  [Other Info]

  * Upstream commit:
  
https://github.com/logrotate/logrotate/commit/b9d82003002c98370e4131a7e43c76afcd23306a

  * Upstream bug:
  https://github.com/logrotate/logrotate/issues/45

  * Debian bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871592

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logrotate/+bug/1709670/+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 1710634] Re: Incorrect directory for (lib)krb5 plugins

2017-08-16 Thread Bug Watch Updater
** Changed in: krb5 (Debian)
   Status: Unknown => Fix Committed

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

Title:
  Incorrect directory for (lib)krb5 plugins

Status in krb5 package in Ubuntu:
  Triaged
Status in krb5 package in Debian:
  Fix Committed

Bug description:
  The libkrb5-3 package built from the krb5 source hints at a (lib)krb5
  plugin directory like this:
  debian/libkrb5-3.dirs.in:usr/lib/${DEB_HOST_MULTIARCH}/krb5/plugins/krb5
  debian/libkrb5-3.lintian-overrides:libkrb5-3:
  package-contains-empty-directory */plugins/krb5/

  The correct (lib)krb5 plugins directory, however, is:

  /usr/lib/${DEB_HOST_MULTIARCH}/krb5/plugins/libkrb5

  This can be verified in the krb5 source:
  $ grep plugins/libkrb5 -r src
  src/lib/krb5/os/locate_kdc.c: LIBDIR
  "/krb5/plugins/libkrb5",
  src/lib/krb5/os/locate_kdc.c:static const char *objdirs[] = { LIBDIR
  "/krb5/plugins/libkrb5", NULL };

  As well as in the built library:
  $ strings /usr/lib/x86_64-linux-gnu/libkrb5.so.3|grep plugins
  /usr/lib/x86_64-linux-gnu/krb5/plugins/authdata
  /usr/lib/x86_64-linux-gnu/krb5/plugins
  plugins
  /usr/lib/x86_64-linux-gnu/krb5/plugins/libkrb5

  This also briefly introduced a bug in the ubuntu and debian sssd packages,
  which assumed .../plugins/krb5 was the correct path:
  https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1664566

  In debian it was fixed in commit e6c4e91473e75f0ddc917a24f4d561fab9900939:
  commit e6c4e91473e75f0ddc917a24f4d561fab9900939
  Author: Timo Aaltonen 
  Date:   Fri Feb 17 11:22:12 2017 +0200

  rules, common.install: Fix sssd_krb5_locator_plugin install path. (LP:
  #1664566)

  
  There is no immediate impact to the libkrb5-3 package itself, since MIT
  kerberos does not ship any libkrb5 plugin at the moment and it is an empty
  directory. It should be fixed, though, to avoid inducing similar bugs in
  the future.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1710634/+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 1711204] Re: Remove ubuntu-ui-toolkit from the archive

2017-08-16 Thread Steve Langasek
checkbox should not be on a list of to-be-removed packages as a result
of a single binary package's dependency.  Please follow up on this
separately.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1711204

Title:
  Remove ubuntu-ui-toolkit from the archive

Status in checkbox package in Ubuntu:
  Invalid
Status in libertine package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in ubuntu-filemanager-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-printing-app package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit-gles package in Ubuntu:
  New
Status in unity-webapps-qml package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Qt transition is currently blocked by ubuntu-ui-toolkit because
  the version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
  headers that have been since deprecated. ubuntu-ui-toolkit should be
  removed from the archive (unless anyone still needs it, please do make
  your case) and all of it's reverse dependencies (marked as affected on
  this bug report) should either be ported to use native Qt libraries or
  removed from the archive. This is blocking the Qt 5.9 transition, so
  it should be done promptly.

  Full list of reverse dependencies:

  * checkbox-converged(for qml-module-ubuntu-components)
  * libertine-qt-common   (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app-autopilot   (for ubuntu-ui-toolkit-autopilot)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
qml-module-ubuntu-components-labs)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-components-labs-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-settings-components  (for qml-module-ubuntu-components)
  * qml-module-ubuntu-ui-extras-browser [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qml-module-ubuntu-web [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-push-plugin  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-ui-extras0.2  (for qml-module-ubuntu-components)
  * ubuntu-filemanager-app(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * ubuntu-filemanager-app-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-autopilot (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-data  (for qml-module-ubuntu-components)
  * ubuntu-printing-app   (for qml-module-ubuntu-components)
  * ubuntu-system-settings(for qml-module-ubuntu-components)
  * ubuntu-system-settings-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-system-settings-online-accounts  (for qml-module-ubuntu-components)
  * unity-webapps-qml [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * url-dispatcher(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container-autopilot(for ubuntu-ui-toolkit-autopilot)
  * webbrowser-app [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webbrowser-app-autopilot  (for ubuntu-ui-toolkit-autopilot)

  Packages without architectures listed are reverse-dependencies in:
  amd64, arm64, armhf, i386, ppc64el, s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1711204/+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 1711204] Re: Remove ubuntu-ui-toolkit from the archive

2017-08-16 Thread Steve Langasek
I don't intend to act on these removal requests on behalf of the archive
admins without confirmation from the Canonical Desktop Team that this is
the correct course of action.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1711204

Title:
  Remove ubuntu-ui-toolkit from the archive

Status in checkbox package in Ubuntu:
  Invalid
Status in libertine package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in ubuntu-filemanager-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-printing-app package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit-gles package in Ubuntu:
  New
Status in unity-webapps-qml package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Qt transition is currently blocked by ubuntu-ui-toolkit because
  the version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
  headers that have been since deprecated. ubuntu-ui-toolkit should be
  removed from the archive (unless anyone still needs it, please do make
  your case) and all of it's reverse dependencies (marked as affected on
  this bug report) should either be ported to use native Qt libraries or
  removed from the archive. This is blocking the Qt 5.9 transition, so
  it should be done promptly.

  Full list of reverse dependencies:

  * checkbox-converged(for qml-module-ubuntu-components)
  * libertine-qt-common   (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app-autopilot   (for ubuntu-ui-toolkit-autopilot)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
qml-module-ubuntu-components-labs)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-components-labs-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-settings-components  (for qml-module-ubuntu-components)
  * qml-module-ubuntu-ui-extras-browser [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qml-module-ubuntu-web [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-push-plugin  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-ui-extras0.2  (for qml-module-ubuntu-components)
  * ubuntu-filemanager-app(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * ubuntu-filemanager-app-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-autopilot (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-data  (for qml-module-ubuntu-components)
  * ubuntu-printing-app   (for qml-module-ubuntu-components)
  * ubuntu-system-settings(for qml-module-ubuntu-components)
  * ubuntu-system-settings-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-system-settings-online-accounts  (for qml-module-ubuntu-components)
  * unity-webapps-qml [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * url-dispatcher(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container-autopilot(for ubuntu-ui-toolkit-autopilot)
  * webbrowser-app [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webbrowser-app-autopilot  (for ubuntu-ui-toolkit-autopilot)

  Packages without architectures listed are reverse-dependencies in:
  amd64, arm64, armhf, i386, ppc64el, s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1711204/+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 1711204] Re: Remove ubuntu-ui-toolkit from the archive

2017-08-16 Thread Olivier Tilloy
Removal of webbrowser-app (and oxide-qt) is already tracked by bug
#1688395.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1711204

Title:
  Remove ubuntu-ui-toolkit from the archive

Status in checkbox package in Ubuntu:
  New
Status in libertine package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in ubuntu-filemanager-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-printing-app package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit-gles package in Ubuntu:
  New
Status in unity-webapps-qml package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Qt transition is currently blocked by ubuntu-ui-toolkit because
  the version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
  headers that have been since deprecated. ubuntu-ui-toolkit should be
  removed from the archive (unless anyone still needs it, please do make
  your case) and all of it's reverse dependencies (marked as affected on
  this bug report) should either be ported to use native Qt libraries or
  removed from the archive. This is blocking the Qt 5.9 transition, so
  it should be done promptly.

  Full list of reverse dependencies:

  * checkbox-converged(for qml-module-ubuntu-components)
  * libertine-qt-common   (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app-autopilot   (for ubuntu-ui-toolkit-autopilot)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
qml-module-ubuntu-components-labs)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-components-labs-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-settings-components  (for qml-module-ubuntu-components)
  * qml-module-ubuntu-ui-extras-browser [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qml-module-ubuntu-web [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-push-plugin  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-ui-extras0.2  (for qml-module-ubuntu-components)
  * ubuntu-filemanager-app(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * ubuntu-filemanager-app-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-autopilot (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-data  (for qml-module-ubuntu-components)
  * ubuntu-printing-app   (for qml-module-ubuntu-components)
  * ubuntu-system-settings(for qml-module-ubuntu-components)
  * ubuntu-system-settings-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-system-settings-online-accounts  (for qml-module-ubuntu-components)
  * unity-webapps-qml [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * url-dispatcher(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container-autopilot(for ubuntu-ui-toolkit-autopilot)
  * webbrowser-app [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webbrowser-app-autopilot  (for ubuntu-ui-toolkit-autopilot)

  Packages without architectures listed are reverse-dependencies in:
  amd64, arm64, armhf, i386, ppc64el, s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1711204/+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 1691556] Re: Can't send audio to Amazon Echo via Bluetooth

2017-08-16 Thread Charles Inwald
** Also affects: bluez
   Importance: Undecided
   Status: New

** No longer affects: bluez

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

Title:
  Can't send audio to Amazon Echo via Bluetooth

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Pairing and coupling to Amazon Echo works, but no sound is heard.

  I believe the issue is related to the fact that Amazon Echo is paired
  as a handset (i.e., speaker + microphone) rather than just as a
  speaker.  I believe the critical error is found in a dmesg line such
  as:

  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect
  failed for 50:F5:DA:A6:3F:EA: Device or resource busy

  as I describe in the askubuntu.com discussion at:

  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth

  I have clarified there my thinking and the steps I've taken thus far
  on this issue, which includes trying debug bluetooth per the Ubuntu
  wiki page which describes how to do so.

  This is probably an upstream issue, as Mike H-R has commented there
  that the problem also occurs on ArchLinux.

  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it
  to Debain, but I've only ever used Debain vis a vis Ubuntu, so I
  thought it best to start here.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
    BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
    UP RUNNING PSCAN
    RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
    TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1691556/+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 1711204] Re: Remove ubuntu-ui-toolkit from the archive

2017-08-16 Thread Christopher Townsend
Libertine can be removed from the archive.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1711204

Title:
  Remove ubuntu-ui-toolkit from the archive

Status in checkbox package in Ubuntu:
  New
Status in libertine package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in ubuntu-filemanager-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-printing-app package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit-gles package in Ubuntu:
  New
Status in unity-webapps-qml package in Ubuntu:
  New
Status in url-dispatcher package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Qt transition is currently blocked by ubuntu-ui-toolkit because
  the version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
  headers that have been since deprecated. ubuntu-ui-toolkit should be
  removed from the archive (unless anyone still needs it, please do make
  your case) and all of it's reverse dependencies (marked as affected on
  this bug report) should either be ported to use native Qt libraries or
  removed from the archive. This is blocking the Qt 5.9 transition, so
  it should be done promptly.

  Full list of reverse dependencies:

  * checkbox-converged(for qml-module-ubuntu-components)
  * libertine-qt-common   (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app-autopilot   (for ubuntu-ui-toolkit-autopilot)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
qml-module-ubuntu-components-labs)
  * qml-module-ubuntu-components-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-components-labs-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
  * qml-module-ubuntu-settings-components  (for qml-module-ubuntu-components)
  * qml-module-ubuntu-ui-extras-browser [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qml-module-ubuntu-web [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-push-plugin  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * qtdeclarative5-ubuntu-ui-extras0.2  (for qml-module-ubuntu-components)
  * ubuntu-filemanager-app(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * ubuntu-filemanager-app-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-autopilot (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-keyboard-data  (for qml-module-ubuntu-components)
  * ubuntu-printing-app   (for qml-module-ubuntu-components)
  * ubuntu-system-settings(for qml-module-ubuntu-components)
  * ubuntu-system-settings-autopilot  (for ubuntu-ui-toolkit-autopilot)
  * ubuntu-system-settings-online-accounts  (for qml-module-ubuntu-components)
  * unity-webapps-qml [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * url-dispatcher(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webapp-container-autopilot(for ubuntu-ui-toolkit-autopilot)
  * webbrowser-app [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * webbrowser-app-autopilot  (for ubuntu-ui-toolkit-autopilot)

  Packages without architectures listed are reverse-dependencies in:
  amd64, arm64, armhf, i386, ppc64el, s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1711204/+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 1711204] [NEW] Remove ubuntu-ui-toolkit from the archive

2017-08-16 Thread Simon Quigley
Public bug reported:

The Qt transition is currently blocked by ubuntu-ui-toolkit because the
version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
headers that have been since deprecated. ubuntu-ui-toolkit should be
removed from the archive (unless anyone still needs it, please do make
your case) and all of it's reverse dependencies (marked as affected on
this bug report) should either be ported to use native Qt libraries or
removed from the archive. This is blocking the Qt 5.9 transition, so it
should be done promptly.

Full list of reverse dependencies:

* checkbox-converged(for qml-module-ubuntu-components)
* libertine-qt-common   (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
* notes-app (for qtdeclarative5-ubuntu-ui-toolkit-plugin)
* notes-app-autopilot   (for ubuntu-ui-toolkit-autopilot)
* qml-module-ubuntu-components-gles [amd64 i386]  (for 
qml-module-ubuntu-components-labs)
* qml-module-ubuntu-components-gles [amd64 i386]  (for ubuntu-ui-toolkit-theme)
* qml-module-ubuntu-components-labs-gles [amd64 i386]  (for 
ubuntu-ui-toolkit-theme)
* qml-module-ubuntu-settings-components  (for qml-module-ubuntu-components)
* qml-module-ubuntu-ui-extras-browser [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
* qml-module-ubuntu-web [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
* qtdeclarative5-ubuntu-push-plugin  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
* qtdeclarative5-ubuntu-ui-extras0.2  (for qml-module-ubuntu-components)
* ubuntu-filemanager-app(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
* ubuntu-filemanager-app-autopilot  (for ubuntu-ui-toolkit-autopilot)
* ubuntu-keyboard-autopilot (for ubuntu-ui-toolkit-autopilot)
* ubuntu-keyboard-data  (for qml-module-ubuntu-components)
* ubuntu-printing-app   (for qml-module-ubuntu-components)
* ubuntu-system-settings(for qml-module-ubuntu-components)
* ubuntu-system-settings-autopilot  (for ubuntu-ui-toolkit-autopilot)
* ubuntu-system-settings-online-accounts  (for qml-module-ubuntu-components)
* unity-webapps-qml [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
* url-dispatcher(for qtdeclarative5-ubuntu-ui-toolkit-plugin)
* webapp-container [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
* webapp-container-autopilot(for ubuntu-ui-toolkit-autopilot)
* webbrowser-app [amd64 arm64 armhf i386]  (for 
qtdeclarative5-ubuntu-ui-toolkit-plugin)
* webbrowser-app-autopilot  (for ubuntu-ui-toolkit-autopilot)

Packages without architectures listed are reverse-dependencies in:
amd64, arm64, armhf, i386, ppc64el, s390x

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

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

** Affects: notes-app (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-filemanager-app (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-keyboard (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-printing-app (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-push-qml (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-settings-components (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-system-settings-online-accounts (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-ui-extras (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-ui-toolkit-gles (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: unity-webapps-qml (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: url-dispatcher (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  The Qt transition is currently blocked by ubuntu-ui-toolkit because the
  version of ubuntu-ui-toolkit in the archive uses Qt 5.7.1 private
  headers that have been since deprecated. ubuntu-ui-toolkit should be
  removed from the archive (unless anyone still needs it, please do make
  your case) and all of it's reverse dependencies (marked as affected on
  this bug report) should either be ported to use native Qt libraries or
  removed from the archive. This is blocking the Qt 5.9 transition, so it
  should be done promptly.
  
  Full list of reverse dependencies:
  
  * checkbox-converged(for qml-module-ubuntu-components)
  * libertine-qt-common   (for
  qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app (for
  qtdeclarative5-ubuntu-ui-toolkit-plugin)
  * notes-app-autopilot  

[Touch-packages] [Bug 1711205] [NEW] Xorg freeze

2017-08-16 Thread GRC FAMILY NET
Public bug reported:

The screen freezes (with no corruption) when the PC enters standby or screen 
power saving.
The event does not happen when the PC enters standby or screen power saving 
from the users selection screen.
Once the problem happens the only way to recover normal operation is to switch 
to another VT (ctrl+alt+f*), login as any user and run "sudo service lightdm 
restart".

Until some of the last updates, I was experiencing very serious episodes
of screen corruptions that forced me to disable hardware acceleration.
Now I can use acceleration with this residual problem.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
Uname: Linux 4.10.8-041008-lowlatency x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
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: Wed Aug 16 21:11:05 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Since a couple weeks or more
GraphicsCard:
 NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] GF116 [GeForce GTX 550 
Ti] [1462:809d]
InstallationDate: Installed on 2016-04-23 (480 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.8-041008-lowlatency 
root=UUID=116cf640-f3d4-409e-bb36-c01299150422 ro noprompt persistent quiet 
splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/07/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2501
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A99FX PRO R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2501:bd04/07/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99FXPROR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Aug 16 20:55:06 2017
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.3
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug compiz-0.9 freeze ubuntu xenial

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

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  The screen freezes (with no corruption) when the PC enters standby or screen 
power saving.
  The event does not happen when the PC enters standby or screen power saving 
from the users selection screen.
  Once the problem happens the only way to recover normal operation is to 
switch to another VT (ctrl+alt+f*), login as any user and run "sudo service 
lightdm restart".

  Until some of the last updates, I was experiencing very serious
  episodes of screen corruptions that forced me to disable hardware
  acceleration. Now I can use acceleration with this residual problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  Uname: Linux 4.10.8-041008-lowlatency x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  

[Touch-packages] [Bug 1643838] Re: ureadahead trying to read entire filesystem

2017-08-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  ureadahead trying to read entire filesystem

Status in MAAS:
  Invalid
Status in ureadahead package in Ubuntu:
  Confirmed

Bug description:
  MAAS Version 2.1.1+bzr5544-0ubuntu1 (16.04.1), deploying Ubuntu
  16.04.1

  
  As shown in bug 1635560 and specifically in 
https://pastebin.canonical.com/171385/ during deployment, ureadahead 
(sometimes?) tries to index the whole filesystem, complaining about all of the 
relative paths.

  These are the log messages immediately before the spamminess:

  Nov 22 08:32:32 faraday systemd[1]: Starting Stop ureadahead data 
collection...
  Nov 22 08:32:32 faraday systemd[1]: Stopping Read required files in advance...
  Nov 22 08:32:32 faraday systemd[1]: Started Stop ureadahead data collection.

  The ureadahead lines are responsible for the vast majority of the
  installation log

  ⟫ cat faraday-installation-log | wc -l
  78777
  ⟫ grep ureadahead faraday-installation-log | wc -l
  76799

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1643838/+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 1701960] Re: package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package bsdutils is not ready for configuration cannot configure (current status 'half-installed')

2017-08-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package
  bsdutils is not ready for configuration  cannot configure (current
  status 'half-installed')

Status in dpkg package in Ubuntu:
  Confirmed
Status in util-linux package in Ubuntu:
  Confirmed

Bug description:
  failed to update.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: bsdutils 1:2.29-1ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
  Uname: Linux 4.10.0-26-generic i686
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: i386
  Date: Mon Jul  3 02:36:19 2017
  DpkgTerminalLog:
   dpkg: error processing package bsdutils (--configure):
package bsdutils is not ready for configuration
cannot configure (current status 'half-installed')
  ErrorMessage: package bsdutils is not ready for configuration  cannot 
configure (current status 'half-installed')
  InstallationDate: Installed on 2017-06-15 (17 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: util-linux
  Title: package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package 
bsdutils is not ready for configuration  cannot configure (current status 
'half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1701960/+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 1701960] Re: package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package bsdutils is not ready for configuration cannot configure (current status 'half-installed')

2017-08-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: util-linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package
  bsdutils is not ready for configuration  cannot configure (current
  status 'half-installed')

Status in dpkg package in Ubuntu:
  Confirmed
Status in util-linux package in Ubuntu:
  Confirmed

Bug description:
  failed to update.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: bsdutils 1:2.29-1ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
  Uname: Linux 4.10.0-26-generic i686
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: i386
  Date: Mon Jul  3 02:36:19 2017
  DpkgTerminalLog:
   dpkg: error processing package bsdutils (--configure):
package bsdutils is not ready for configuration
cannot configure (current status 'half-installed')
  ErrorMessage: package bsdutils is not ready for configuration  cannot 
configure (current status 'half-installed')
  InstallationDate: Installed on 2017-06-15 (17 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: util-linux
  Title: package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package 
bsdutils is not ready for configuration  cannot configure (current status 
'half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1701960/+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 1710995] Re: whoopsie not online

2017-08-16 Thread Stefan Pappalardo
Sure, let me know if you need more information.

$ journalctl -u whoopsie
-- Logs begin at Mi 2017-08-16 19:20:23 CEST, end at Mi 2017-08-16 20:49:31 
CEST. --
Aug 16 19:20:29 obelix systemd[1]: Started crash report submission daemon.
Aug 16 19:20:29 obelix whoopsie[1332]: [19:20:29] Using lock path: 
/var/lock/whoopsie/lock
Aug 16 19:20:29 obelix whoopsie[1332]: [19:20:29] Could not get the Network 
Manager state:
Aug 16 19:20:29 obelix whoopsie[1332]: [19:20:29] 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.NetworkManager was not provided by any .service files
Aug 16 19:20:30 obelix whoopsie[1332]: [19:20:30] offline

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1111882] Re: GnuTLS recv error (-9): A TLS packet with unexpected length was received

2017-08-16 Thread Julian Andres Klode
That said, curl already has a built against openssl, so the problem is
"solved" there. The gnutls variant is of course affected, but that's for
GnuTLS to fix.

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

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

Title:
  GnuTLS recv error (-9): A TLS packet with unexpected length was
  received

Status in apt package in Ubuntu:
  Invalid
Status in curl package in Ubuntu:
  Invalid
Status in git package in Ubuntu:
  Confirmed
Status in gnutls26 package in Ubuntu:
  Confirmed

Bug description:
  On Precise 12.04 whilst attempting:

  GIT_CURL_VERBOSE=1 git clone -v https://git01.codeplex.com/typescript

  the operation fails after the final git pack-file has been received
  and the already-created repository is deleted from the file system.

  ...
  > POST /typescript/git-upload-pack HTTP/1.1
  User-Agent: git/1.8.1.2.433.g9808ce0.dirty
  Host: git01.codeplex.com
  Accept-Encoding: gzip
  Content-Type: application/x-git-upload-pack-request
  Accept: application/x-git-upload-pack-result
  Content-Length: 611

  * upload completely sent off: 611out of 611 bytes
  < HTTP/1.1 200 OK
  < Cache-Control: no-cache, max-age=0, must-revalidate
  < Pragma: no-cache
  < Content-Type: application/x-git-upload-pack-result
  < Expires: Fri, 01 Jan 1980 00:00:00 GMT
  < Server: Microsoft-IIS/7.5
  < X-Powered-By: ASP.NET
  < Date: Thu, 31 Jan 2013 21:43:55 GMT
  < Connection: close
  < 
  remote: Counting objects: 149766, done.
  remote: Compressing objects: 100% (10580/10580), done.
  * GnuTLS recv error (-9): A TLS packet with unexpected length was received.
  * Closing connection #0
  remote: Total 149766 (delta 138201), reused 149559 (delta 138077)
  Receiving objects: 100% (149766/149766), 198.98 MiB | 361 KiB/s, done.
  error: RPC failed; result=56, HTTP code = 200
  Resolving deltas: 100% (138201/138201), done.

  git exits at this point but it deletes the entire cloned ./typescript
  directory.

  I tried building the latest git binary and included an additional
  debug option in "http.c" that allowed me to set the protocol version
  using an environment option:

  CURLOPT_SSLVERSION=1 git clone ...

  where 1 = TLSv1, 2 = SSLv2, 3 = SSLv3.

  I tried each protocol but the result was the same.

  The knock-on bug here is that git ought not to delete what it has
  fetched - in this case more than 250MB of data.

  I did try to build the latest gnutls but it needs a very recent
  version of libnettle which has the "rsa_decrypt_tr" function. I
  stopped at that point since I don't want to get into dependency and
  library version issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882/+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 1111882] Re: GnuTLS recv error (-9): A TLS packet with unexpected length was received

2017-08-16 Thread Julian Andres Klode
While this does affect apt, there is no actionable item here, as we
can't switch to OpenSSL for legal reasons, and won't switch to another
more obscure TLS library. Fixing the GnuTLS bug is dealt with by the
gnutls task.

Curl and Git are not my topic.

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

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

Title:
  GnuTLS recv error (-9): A TLS packet with unexpected length was
  received

Status in apt package in Ubuntu:
  Invalid
Status in curl package in Ubuntu:
  Invalid
Status in git package in Ubuntu:
  Confirmed
Status in gnutls26 package in Ubuntu:
  Confirmed

Bug description:
  On Precise 12.04 whilst attempting:

  GIT_CURL_VERBOSE=1 git clone -v https://git01.codeplex.com/typescript

  the operation fails after the final git pack-file has been received
  and the already-created repository is deleted from the file system.

  ...
  > POST /typescript/git-upload-pack HTTP/1.1
  User-Agent: git/1.8.1.2.433.g9808ce0.dirty
  Host: git01.codeplex.com
  Accept-Encoding: gzip
  Content-Type: application/x-git-upload-pack-request
  Accept: application/x-git-upload-pack-result
  Content-Length: 611

  * upload completely sent off: 611out of 611 bytes
  < HTTP/1.1 200 OK
  < Cache-Control: no-cache, max-age=0, must-revalidate
  < Pragma: no-cache
  < Content-Type: application/x-git-upload-pack-result
  < Expires: Fri, 01 Jan 1980 00:00:00 GMT
  < Server: Microsoft-IIS/7.5
  < X-Powered-By: ASP.NET
  < Date: Thu, 31 Jan 2013 21:43:55 GMT
  < Connection: close
  < 
  remote: Counting objects: 149766, done.
  remote: Compressing objects: 100% (10580/10580), done.
  * GnuTLS recv error (-9): A TLS packet with unexpected length was received.
  * Closing connection #0
  remote: Total 149766 (delta 138201), reused 149559 (delta 138077)
  Receiving objects: 100% (149766/149766), 198.98 MiB | 361 KiB/s, done.
  error: RPC failed; result=56, HTTP code = 200
  Resolving deltas: 100% (138201/138201), done.

  git exits at this point but it deletes the entire cloned ./typescript
  directory.

  I tried building the latest git binary and included an additional
  debug option in "http.c" that allowed me to set the protocol version
  using an environment option:

  CURLOPT_SSLVERSION=1 git clone ...

  where 1 = TLSv1, 2 = SSLv2, 3 = SSLv3.

  I tried each protocol but the result was the same.

  The knock-on bug here is that git ought not to delete what it has
  fetched - in this case more than 250MB of data.

  I did try to build the latest gnutls but it needs a very recent
  version of libnettle which has the "rsa_decrypt_tr" function. I
  stopped at that point since I don't want to get into dependency and
  library version issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882/+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 1111882] Re: GnuTLS recv error (-9): A TLS packet with unexpected length was received

2017-08-16 Thread Joe Damato
I've changed the status for APT back to "Confirmed" - I've seen many
cases of this bug reported. I don't follow the comment about legal
reasons (#17). Ubuntu already ships apt-transport-https, which links
against gnutls and suffers from this bug; no new code causing any new
legal issues would be pulled in. Fixing this bug in gnutls would also
fix it in apt-transport-https, so IMO, APT is affected by this bug just
the same as git and curl.

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

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

Title:
  GnuTLS recv error (-9): A TLS packet with unexpected length was
  received

Status in apt package in Ubuntu:
  Confirmed
Status in curl package in Ubuntu:
  Confirmed
Status in git package in Ubuntu:
  Confirmed
Status in gnutls26 package in Ubuntu:
  Confirmed

Bug description:
  On Precise 12.04 whilst attempting:

  GIT_CURL_VERBOSE=1 git clone -v https://git01.codeplex.com/typescript

  the operation fails after the final git pack-file has been received
  and the already-created repository is deleted from the file system.

  ...
  > POST /typescript/git-upload-pack HTTP/1.1
  User-Agent: git/1.8.1.2.433.g9808ce0.dirty
  Host: git01.codeplex.com
  Accept-Encoding: gzip
  Content-Type: application/x-git-upload-pack-request
  Accept: application/x-git-upload-pack-result
  Content-Length: 611

  * upload completely sent off: 611out of 611 bytes
  < HTTP/1.1 200 OK
  < Cache-Control: no-cache, max-age=0, must-revalidate
  < Pragma: no-cache
  < Content-Type: application/x-git-upload-pack-result
  < Expires: Fri, 01 Jan 1980 00:00:00 GMT
  < Server: Microsoft-IIS/7.5
  < X-Powered-By: ASP.NET
  < Date: Thu, 31 Jan 2013 21:43:55 GMT
  < Connection: close
  < 
  remote: Counting objects: 149766, done.
  remote: Compressing objects: 100% (10580/10580), done.
  * GnuTLS recv error (-9): A TLS packet with unexpected length was received.
  * Closing connection #0
  remote: Total 149766 (delta 138201), reused 149559 (delta 138077)
  Receiving objects: 100% (149766/149766), 198.98 MiB | 361 KiB/s, done.
  error: RPC failed; result=56, HTTP code = 200
  Resolving deltas: 100% (138201/138201), done.

  git exits at this point but it deletes the entire cloned ./typescript
  directory.

  I tried building the latest git binary and included an additional
  debug option in "http.c" that allowed me to set the protocol version
  using an environment option:

  CURLOPT_SSLVERSION=1 git clone ...

  where 1 = TLSv1, 2 = SSLv2, 3 = SSLv3.

  I tried each protocol but the result was the same.

  The knock-on bug here is that git ought not to delete what it has
  fetched - in this case more than 250MB of data.

  I did try to build the latest gnutls but it needs a very recent
  version of libnettle which has the "rsa_decrypt_tr" function. I
  stopped at that point since I don't want to get into dependency and
  library version issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882/+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 1711175] Re: ibus-x11 crashed with SIGSEGV in poll()

2017-08-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1703429 ***
https://bugs.launchpad.net/bugs/1703429

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1703429, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1711175/+attachment/4933776/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1711175/+attachment/4933778/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1711175/+attachment/4933782/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1711175/+attachment/4933783/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1711175/+attachment/4933784/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1711175/+attachment/4933785/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1711175/+attachment/4933786/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1703429

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  ibus-x11 crashed with SIGSEGV in poll()

Status in ibus package in Ubuntu:
  New

Bug description:
  I have no idea what happened. Apport just popped up.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: ibus 1.5.14-2ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
  Uname: Linux 4.11.0-13-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Aug 12 19:37:32 2017
  ExecutablePath: /usr/lib/ibus/ibus-x11
  InstallationDate: Installed on 2017-08-05 (11 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170804)
  ProcCmdline: /usr/lib/ibus/ibus-x11 --kill-daemon
  SegvAnalysis:
   Segfault happened at: 0x7ff50b1521f5 <__run_exit_handlers+69>:   mov
(%rcx),%rdx
   PC (0x7ff50b1521f5) ok
   source "(%rcx)" (0x19294179ac40) not located in a known VMA region (needed 
readable region)!
   destination "%rdx" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: ibus
  StacktraceTop:
   poll () at ../sysdeps/unix/syscall-template.S:84
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: ibus-x11 crashed with SIGSEGV in poll()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1711175/+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 1708051] Re: v234 seems to fail to reboot 5 times in a row on s390x, and crashes amd64/i386 instances

2017-08-16 Thread Dimitri John Ledkov
@laney

After many local runs, I never see a failure of boot-smoke. I do see
flakey failures of nspawn tests which is now logged in upstream tracker
and will be investigated further -
https://github.com/systemd/systemd/issues/6614

Reboot test failures, do mention unexpected EOF which on the surface looks 
related to ssh fixes in autopkgtest 4.4 and the patches to resolve a similar 
EOF with qemu runner reported in Debian BTS.
Next steps for me are:
* continue testing tests locally with FORCE_REBOOT_TEST=1 environment variable 
to continue to validate each upload (no regressions)
* pull latest autopkgtest with pending patches from git and run that with ssh 
runner against canonistack
* hopefully reproduce & fix the hang with canonistack assistance

I do not have any confirmation that systemd in proposed is bad.

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

Title:
  v234 seems to fail to reboot 5 times in a row on s390x, and crashes
  amd64/i386 instances

Status in systemd package in Ubuntu:
  New

Bug description:
  ppc64el is fine.

  Given that everything is fixed to start containers and vms non-
  degraded, let's enforce that we boot not degraded.

  Also network online timeout is 30s, thus it makes no sense to only
  give the boot 10s. Especially since machines can be overcommitted with
  capacity.

  update: tests were improved somewhat, to be more deterministic and
  always wait for the boot to fully finish before rebooting. On the
  infrastructure - all but i386/amd64 pass. But locally it is not
  reproducible. It almost feels like openstack-nova-autopkgtest-reboot-
  marker integration is broken; or systemd fails to reboot in
  scalingstack.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1708051/+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 1708051] Re: v234 seems to fail to reboot 5 times in a row on s390x, and crashes amd64/i386 instances

2017-08-16 Thread Dimitri John Ledkov
systemd reboots fine in bare metal, qemu, canonistack instances (both ssh 
reboot & nova reboot).
the boot-smoke/bsystemd-fsckd tests pass on ppc64el.
these tests also pass on amd64/i386 qemu runner when executed with env 
FORCE_REBOOT_TEST=1 variable.

Dropping block-proposed tag for 234-2ubuntu5 upload, and will be re-
added again to force manual test run of the above mentioned two tests on
any future uploads.

** Attachment added: "234-2ubuntu5.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1708051/+attachment/4933788/+files/234-2ubuntu5.tar.xz

** Tags removed: block-proposed

** Bug watch added: github.com/systemd/systemd/issues #6614
   https://github.com/systemd/systemd/issues/6614

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

Title:
  v234 seems to fail to reboot 5 times in a row on s390x, and crashes
  amd64/i386 instances

Status in systemd package in Ubuntu:
  New

Bug description:
  ppc64el is fine.

  Given that everything is fixed to start containers and vms non-
  degraded, let's enforce that we boot not degraded.

  Also network online timeout is 30s, thus it makes no sense to only
  give the boot 10s. Especially since machines can be overcommitted with
  capacity.

  update: tests were improved somewhat, to be more deterministic and
  always wait for the boot to fully finish before rebooting. On the
  infrastructure - all but i386/amd64 pass. But locally it is not
  reproducible. It almost feels like openstack-nova-autopkgtest-reboot-
  marker integration is broken; or systemd fails to reboot in
  scalingstack.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1708051/+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 1710995] Re: whoopsie not online

2017-08-16 Thread Brian Murray
Could you also add the output of "journalctl -u whoopsie"? Thanks again!

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1706558] Re: Japanese Input Method doesn't work by default in Ubuntu 17.10 daily build.

2017-08-16 Thread Mitsuya Shibata
First of all, we needs to decide to adopt either fcitx or ibus on
Artful.

https://lists.ubuntu.com/archives/ubuntu-desktop/2017-July/005054.html

If ibus is adopted, next ibus-mozc (note: srcpkg is mozc) is migrated from 
universe to main.
mozc is already included to main, ibus-mozc is just switched by archive admin.

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

Title:
  Japanese Input Method doesn't work by default in Ubuntu 17.10 daily
  build.

Status in ibus package in Ubuntu:
  Invalid
Status in mozc package in Ubuntu:
  Confirmed
Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  I installed Ubuntu Desktop 17.10 daily build (selected Japanese
  Language), but ibus-mozc (Japanese Input Method) is not installed when
  installing Ubuntu 17.10 daily build.

  Fcitx and fcitx-mozc are installed when installing Ubuntu 17.10 daily build.
  But the default is ibus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1706558/+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 1559482] Re: add-apt-repository manpage does not mention new -u option

2017-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties

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

Title:
  add-apt-repository manpage does not mention new -u option

Status in software-properties package in Ubuntu:
  Triaged

Bug description:
  The add-apt-repository tool has apparently gained a new option to
  update the package cache. However, the manpage does not reflect this
  (as seen on http://manpages.ubuntu.com/manpages/wily/en/man1/add-apt-
  repository.1.html or
  http://manpages.ubuntu.com/manpages/xenial/en/man1/add-apt-
  repository.1.html). While the tool's own help text does mention it,
  this should be documented in the manpage as well.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: software-properties-common 0.96.13
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar 19 21:07:41 2016
  InstallationDate: Installed on 2016-02-01 (47 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1559482/+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 1706558] Re: Japanese Input Method doesn't work by default in Ubuntu 17.10 daily build.

2017-08-16 Thread Mitsuya Shibata
** Changed in: ibus (Ubuntu)
   Status: New => Confirmed

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

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

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

** Also affects: ubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Japanese Input Method doesn't work by default in Ubuntu 17.10 daily
  build.

Status in ibus package in Ubuntu:
  Invalid
Status in mozc package in Ubuntu:
  Confirmed
Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  I installed Ubuntu Desktop 17.10 daily build (selected Japanese
  Language), but ibus-mozc (Japanese Input Method) is not installed when
  installing Ubuntu 17.10 daily build.

  Fcitx and fcitx-mozc are installed when installing Ubuntu 17.10 daily build.
  But the default is ibus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1706558/+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 1711085] Re: battery icon is distorded under GNOME Shell

2017-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:indicator-power

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

Title:
  battery icon is distorded under GNOME Shell

Status in indicator-power package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  Even if https://bugs.launchpad.net/ubuntu/+source/ubuntu-
  themes/+bug/1693155 is fixed, the icon is still distorded in non Hi-
  DPI environment. The issue is that the icons aren't really square.
  Let's use the upstrema indicator icons, while still preserving them in
  the Unity session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1711085/+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 1711166] [NEW] 1

2017-08-16 Thread yuesvip
Public bug reported:

1

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] 是一个目录: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  375.66  Mon May  1 15:29:16 
PDT 2017
 GCC version:  gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
BootLog:
 
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Aug 16 23:57:58 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.10.0-30-generic, x86_64: installed
 bbswitch, 0.8, 4.10.0-32-generic, x86_64: installed
 nvidia-375, 375.66, 4.10.0-30-generic, x86_64: installed
 nvidia-375, 375.66, 4.10.0-32-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GM107 [GeForce GTX 750] [10de:1381] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] GM107 [GeForce GTX 750] 
[1462:3104]
InstallationDate: Installed on 2017-08-07 (9 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: Gigabyte Technology Co., Ltd. H55M-D2H
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic 
root=UUID=c654de12-156a-415e-b05f-aa3c098bfb1c ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/04/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F1
dmi.board.name: H55M-D2H
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd05/04/2010:svnGigabyteTechnologyCo.,Ltd.:pnH55M-D2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnH55M-D2H:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: H55M-D2H
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Wed Aug 16 18:40:54 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.19.3-1ubuntu1.1

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu zesty

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

Title:
  1

Status in xorg package in Ubuntu:
  New

Bug description:
  1

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] 是一个目录: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  375.66  Mon May  1 15:29:16 
PDT 2017
   GCC version:  gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  BootLog:
   
  

[Touch-packages] [Bug 1710719] Re: python-dbg and other python packages in xenial got wrong timeframe set for support time

2017-08-16 Thread Achim Behrens
*** This bug is a duplicate of bug 1574670 ***
https://bugs.launchpad.net/bugs/1574670

** This bug has been marked a duplicate of bug 1574670
   ubuntu-support-status returns inaccurate information

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

Title:
  python-dbg and other python packages in xenial got wrong timeframe set
  for support time

Status in python-defaults package in Ubuntu:
  New

Bug description:
  The python* packages from 16.04 have the wrong support timeframe set
  into the package info. Therefore they are falsely shown as unsupported
  on the "ubuntu-support-status" output:

  
  ~$ apt show python-dbg
  Package: python-dbg
  Version: 2.7.11-1
  Priority: extra
  Section: python
  Source: python-defaults
  Origin: Ubuntu
  Maintainer: Ubuntu Developers 
  Original-Maintainer: Matthias Klose 
  Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  Installed-Size: 25,6 kB
  Depends: python (= 2.7.11-1), libpython-dbg (= 2.7.11-1), python2.7-dbg (>= 
2.7.11-1~)
  Homepage: http://www.python.org/
  Supported: 9m
  Download-Size: 1.252 B
  APT-Sources: http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  Description: Debugversion des Python-Interpreters (Version 2.7)
   Dieser Python-Interpreter wurde mit --pydebug konfiguriert. Dynamisch
   ladbare Module sucht er zuerst in /usr/lib/python2.7/lib-dynload/debug.

  
  This should be set to the 5years LTS timeframe (since its in main) and not to 
9months.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1710719/+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 1710720] Re: some libpcre3* packages have from support timeframe set for xenial LTS

2017-08-16 Thread Achim Behrens
*** This bug is a duplicate of bug 1574670 ***
https://bugs.launchpad.net/bugs/1574670

** This bug has been marked a duplicate of bug 1574670
   ubuntu-support-status returns inaccurate information

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

Title:
  some libpcre3* packages have from support timeframe set for xenial LTS

Status in pcre3 package in Ubuntu:
  New

Bug description:
  Some libpcre* packages from 16.04 have the wrong support timeframe set
  into the package info. Therefore they are falsely shown as unsupported
  on the "ubuntu-support-status" output:

  
  ~$ apt show libpcre3-dbg 
  Package: libpcre3-dbg
  Version: 2:8.38-3.1
  Priority: optional
  Section: libdevel
  Source: pcre3
  Origin: Ubuntu
  Maintainer: Ubuntu Developers 
  Original-Maintainer: Matthew Vernon 
  Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  Installed-Size: 3.514 kB
  Depends: libpcre3 (= 2:8.38-3.1), libpcrecpp0v5 (= 2:8.38-3.1)
  Supported: 9m
  Download-Size: 692 kB
  APT-Sources: http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  Description: Perl 5 Compatible Regular Expression Library - debug symbols
   Dies ist eine Bibliothek von Funktionen zur Unterstützung von regulären
   Ausdrücken, deren Syntax und Semantik so ähnlich wie möglich zu denen der
   Sprache Perl 5 sind.
   .
   This package contains the debug symbols,

  
  This should be set to the 5years LTS timeframe (since its in main) and not to 
9months.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcre3/+bug/1710720/+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 1691096] Re: mysql in lxd fails to start with systemd 233: failed at step KEYRING

2017-08-16 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu Artful)
Milestone: ubuntu-17.07 => ubuntu-17.08

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

Title:
  mysql in lxd fails to start with systemd 233: failed at step KEYRING

Status in systemd package in Ubuntu:
  Triaged
Status in systemd source package in Artful:
  Triaged

Bug description:
  artful unprivileged container on a xenial host

  xnox hinted that
  
https://github.com/systemd/systemd/commit/b3415f5daef49642be3d5f417b8880c078420ff7
  might be related

  With systemd 233, mysql-server-5.7 in an artful lxd unprivileged
  container fails to start:

    Process: 6460 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre
  (code=exited, status=237/KEYRING)

  May 16 12:20:08 artful-mysql systemd[1]: mysql.service: Failed to set 
invocation ID on control group /system.slice/mysql.service, ignoring: Operation 
not permitted
  (...)
  May 16 12:20:08 artful-mysql systemd[6460]: mysql.service: Failed at step 
KEYRING spawning /usr/share/mysql/mysql-systemd-start: Permission denied

  Reproducing it on a fresh xenial kvm as host, fresh artful lxd image. We 
start with systemd-232 in the artful lxd:
  ubuntu@intense-sunbeam:~$ apt-cache policy systemd
  systemd:
    Installed: 232-21ubuntu3
    Candidate: 233-6ubuntu1
    Version table:
   233-6ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu artful/main amd64 Packages
   *** 232-21ubuntu3 100
  100 /var/lib/dpkg/status

  Then we install mysql-server-5.7:
  ubuntu@intense-sunbeam:~$ sudo apt install mysql-server-5.7
  ...
  Setting up mysql-server-5.7 (5.7.17-0ubuntu1) ...
  update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf 
(my.cnf) in auto mode
  Renaming removed key_buffer and myisam-recover options (if present)
  Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → 
/lib/systemd/system/mysql.service.
  Processing triggers for libc-bin (2.24-9ubuntu2) ...
  Processing triggers for systemd (232-21ubuntu3) ...

  Which starts just fine:
  ubuntu@intense-sunbeam:~$ mysql -uroot -psecret
  mysql: [Warning] Using a password on the command line interface can be 
insecure.
  Welcome to the MySQL monitor.  Commands end with ; or \g.
  ...

  We then upgrade systemd:
  ubuntu@intense-sunbeam:~$ sudo apt install systemd
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following additional packages will be installed:
    libpam-systemd libsystemd0
  (...)
  Setting up libpam-systemd:amd64 (233-6ubuntu1) ...

  mysql is still running:
  ubuntu@intense-sunbeam:~$ mysql -uroot -psecret
  mysql: [Warning] Using a password on the command line interface can be 
insecure.
  Welcome to the MySQL monitor.  Commands end with ; or \g.
  (...)

  But restarting mysql fails:
  ubuntu@intense-sunbeam:~$ sudo service mysql restart
  Job for mysql.service failed because the control process exited with error 
code.
  See "systemctl  status mysql.service" and "journalctl  -xe" for details.
  ubuntu@intense-sunbeam:~$ mysql -uroot -psecret
  mysql: [Warning] Using a password on the command line interface can be 
insecure.
  ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)

  More logs attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1691096/+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 1711085] Re: battery icon is distorded under GNOME Shell

2017-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu-themes

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

Title:
  battery icon is distorded under GNOME Shell

Status in indicator-power package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  Even if https://bugs.launchpad.net/ubuntu/+source/ubuntu-
  themes/+bug/1693155 is fixed, the icon is still distorded in non Hi-
  DPI environment. The issue is that the icons aren't really square.
  Let's use the upstrema indicator icons, while still preserving them in
  the Unity session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1711085/+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 1709657] Re: Installing gnome-characters prompt for enabling universe when it is enabled

2017-08-16 Thread Hans Joachim Desserud
** Tags added: artful

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

Title:
  Installing gnome-characters prompt for enabling universe when it is
  enabled

Status in gnome-software package in Ubuntu:
  New
Status in packagekit package in Ubuntu:
  New

Bug description:
  Using gnome-software 3.25.4 from artful-proposed, when trying to
  install gnome-characters gnome-software prompts me to enable the
  universe repository but that one is already enabled and I can install
  that deb fine using apt for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1709657/+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 1695825] Re: No "Recently Used" in Caja 1.18.1

2017-08-16 Thread Hans Joachim Desserud
** Tags added: zesty

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

Title:
  No "Recently Used" in Caja 1.18.1

Status in ubuntu-mate:
  Invalid
Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  I updated to 17.04 about a week ago. Prior to that, when using 16.04,
  I'd been able to see, and use, the "Recently Used" function at the top
  of the "Places" Side pane in Caja. Now it seems to not be there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1695825/+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 1711147] Re: package iputils-arping 3:20121221-5ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configu

2017-08-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package iputils-arping 3:20121221-5ubuntu2 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in iputils package in Ubuntu:
  New

Bug description:
  I do not know why it is happening

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: iputils-arping 3:20121221-5ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-14.20~16.04.1-generic 4.11.12
  Uname: Linux 4.11.0-14-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Aug 15 18:30:01 2017
  DuplicateSignature:
   package:iputils-arping:3:20121221-5ubuntu2
   Unpacking linux-image-extra-4.11.0-13-generic (4.11.0-13.19~16.04.1) ...
   dpkg: error processing package iputils-arping (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2017-04-10 (128 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: iputils
  Title: package iputils-arping 3:20121221-5ubuntu2 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: Upgraded to xenial on 2017-04-13 (124 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1711147/+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 1711147] [NEW] package iputils-arping 3:20121221-5ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting confi

2017-08-16 Thread dhana
Public bug reported:

I do not know why it is happening

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: iputils-arping 3:20121221-5ubuntu2
ProcVersionSignature: Ubuntu 4.11.0-14.20~16.04.1-generic 4.11.12
Uname: Linux 4.11.0-14-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Tue Aug 15 18:30:01 2017
DuplicateSignature:
 package:iputils-arping:3:20121221-5ubuntu2
 Unpacking linux-image-extra-4.11.0-13-generic (4.11.0-13.19~16.04.1) ...
 dpkg: error processing package iputils-arping (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2017-04-10 (128 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: iputils
Title: package iputils-arping 3:20121221-5ubuntu2 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: Upgraded to xenial on 2017-04-13 (124 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package iputils-arping 3:20121221-5ubuntu2 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in iputils package in Ubuntu:
  New

Bug description:
  I do not know why it is happening

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: iputils-arping 3:20121221-5ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-14.20~16.04.1-generic 4.11.12
  Uname: Linux 4.11.0-14-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Aug 15 18:30:01 2017
  DuplicateSignature:
   package:iputils-arping:3:20121221-5ubuntu2
   Unpacking linux-image-extra-4.11.0-13-generic (4.11.0-13.19~16.04.1) ...
   dpkg: error processing package iputils-arping (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2017-04-10 (128 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: iputils
  Title: package iputils-arping 3:20121221-5ubuntu2 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: Upgraded to xenial on 2017-04-13 (124 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1711147/+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 1711142] [NEW] Increase output volume beyond 100% directly from indicator sound

2017-08-16 Thread Robert Orzanna
Public bug reported:

I want to request the ability to increase the output volume beyond 100%
directly from the volume indicator.

Please see the attached screenshot for a contextualized reference point.

What do others think?

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "go beyond 100 percent.png"
   
https://bugs.launchpad.net/bugs/1711142/+attachment/4933662/+files/go%20beyond%20100%20percent.png

** Package changed: systemd (Ubuntu) => indicator-sound (Ubuntu)

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

Title:
  Increase output volume beyond 100% directly from indicator sound

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  I want to request the ability to increase the output volume beyond
  100% directly from the volume indicator.

  Please see the attached screenshot for a contextualized reference
  point.

  What do others think?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1711142/+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 1495276] Re: cupsd assert failure: cupsd: entrygroup.c:245: avahi_entry_group_free: Assertion `*_head == _item' failed.

2017-08-16 Thread Till Kamppeter
Another attempt of upstream bug report:
https://github.com/apple/cups/issues/5085


** Bug watch added: github.com/apple/cups/issues #5085
   https://github.com/apple/cups/issues/5085

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

Title:
  cupsd assert failure: cupsd: entrygroup.c:245: avahi_entry_group_free:
  Assertion `*_head == _item' failed.

Status in cups package in Ubuntu:
  Confirmed

Bug description:
  This crash just appeared during startup.
  Lots of CUPS updates and errors lately.
   Printer and scanner have worked mostly one way or the other using different 
apps.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: cups-daemon 2.1.0-1
  ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
  Uname: Linux 4.2.0-7-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  AssertionMessage: cupsd: entrygroup.c:245: avahi_entry_group_free: Assertion 
`*_head == _item' failed.
  CrashCounter: 1
  Date: Sat Sep 12 22:57:48 2015
  ExecutablePath: /usr/sbin/cupsd
  InstallationDate: Installed on 2015-01-29 (226 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lpstat:
   device for Brother-DCP-7065DN: 
dnssd://Brother%20DCP-7065DN._pdl-datastream._tcp.local/
   device for Brother-DCP-7065DN-2: 
dnssd://Brother%20DCP-7065DN._pdl-datastream._tcp.local/
   device for david@david-Lenovo-H535: 
dnssd://Brother%20DCP-7065DN._pdl-datastream._tcp.local/
   device for PDF: cups-pdf:/
  MachineType: LENOVO 10117
  Papersize: letter
  PpdFiles:
   david@david-Lenovo-H535: Brother DCP-7065DN, using brlaser v3
   PDF: Generic CUPS-PDF Printer
   Brother-DCP-7065DN-2: Brother DCP-7065DN, using brlaser v3
   Brother-DCP-7065DN: Brother DCP-7065DN, using brlaser v3
  ProcAttrCurrent: /usr/sbin/cupsd (enforce)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.2.0-7-generic 
root=UUID=94709fac-8bfa-41bf-8d29-24abdd9f77cc ro drm.debug=0xe plymouth:debug
  ProcEnviron:
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-7-generic 
root=UUID=94709fac-8bfa-41bf-8d29-24abdd9f77cc ro drm.debug=0xe plymouth:debug
  Signal: 6
  SourcePackage: cups
  StacktraceTop:
   __assert_fail_base (fmt=0x7fed6ded1028 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fed6e80d132 "*_head == _item", 
file=file@entry=0x7fed6e80d117 "entrygroup.c", line=line@entry=245, 
function=function@entry=0x7fed6e80d3b0 "avahi_entry_group_free") at assert.c:92
   __GI___assert_fail (assertion=0x7fed6e80d132 "*_head == _item", 
file=0x7fed6e80d117 "entrygroup.c", line=245, function=0x7fed6e80d3b0 
"avahi_entry_group_free") at assert.c:101
   avahi_entry_group_free () from /usr/lib/x86_64-linux-gnu/libavahi-client.so.3
   ?? ()
   ?? ()
  Title: cupsd assert failure: cupsd: entrygroup.c:245: avahi_entry_group_free: 
Assertion `*_head == _item' failed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/05/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: I7KT31AUS
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 STD
  dmi.chassis.type: 3
  dmi.chassis.vendor: LENOVO
  dmi.modalias: 
dmi:bvnLENOVO:bvrI7KT31AUS:bd11/05/2013:svnLENOVO:pn10117:pvrLenovoH535:rvnLENOVO:rn:rvr31900058STD:cvnLENOVO:ct3:cvr:
  dmi.product.name: 10117
  dmi.product.version: Lenovo H535
  dmi.sys.vendor: LENOVO
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2014-04-16T18:25:57

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1495276/+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 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-08-16 Thread Keera Studios
(Not 100% sure, but it seems to happen more frequently if I have two
youtube videos open at the same time, or pause one and open a new one in
a separate tab.)

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

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  In 16.04 when a bluetooth audio device is connected it freezes video
  playback and also no sound comes from online audio only streams. Issue
  does not exist with a wired headset.

  This issue does not exist with 15.10. All updates have been installed
  on 16.04 including backports but they have not fixed the issue.

  It is not browser specific and not website specific.

  It is not hardware specific as it affects my laptop with an intel 7260
  card and my pc with an intel 8260 card.

  The issue exists on both ubuntu and kubuntu 16.04.

  I have reported it on the ubuntu support forums and after
  investigation a moderator noticed changed in the kernel from 4.4 and
  4.2 that may becausing the issue and asked me to file a bug report.

  The ubuntu forum thread can be found here.
  http://ubuntuforums.org/showthread.php?t=2326672

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-23-generic 4.4.0-23.41
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen1435 F pulseaudio
   /dev/snd/controlC0:  stephen1435 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Jun  3 23:50:00 2016
  HibernationDevice: RESUME=UUID=78e7aefc-d517-4c58-836f-a90f0b6017c6
  InstallationDate: Installed on 2016-05-06 (28 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7978
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=bccf2ca7-4e23-412a-ba10-7a3f915270dd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (0 days ago)
  dmi.bios.date: 05/16/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H170 GAMING M3 (MS-7978)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.60:bd05/16/2016:svnMSI:pnMS-7978:pvr2.0:rvnMSI:rnH170GAMINGM3(MS-7978):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7978
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589008/+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 1709225] Re: gtk test regressions with pango 1.40.8

2017-08-16 Thread Jeremy Bicha
Upstream proposed fix pushed to Debian svn. We'll probably just sync
with Debian shortly.

** Changed in: pango1.0 (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  gtk test regressions with pango 1.40.8

Status in Pango:
  Confirmed
Status in pango1.0 package in Ubuntu:
  Fix Committed

Bug description:
  See the upstream bug.

  Ubuntu's gtk+3 fails to build from source because of test failures.

  It looks like pango 1.40.8 is to blame.

  Setting block-proposed as a pointer to explain the libgtk2-perl
  autopkgtest is failing with pango 1.40.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/pango/+bug/1709225/+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 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-08-16 Thread Keera Studios
The issue persists when using A2DP (as opposed to HSP/HFP), with the
following setup:

BT Adapter: Bus 004 Device 014: ID 0a12:0001 Cambridge Silicon Radio,
Ltd Bluetooth Dongle (HCI mode)

BT Headphones: Mixcder ShareMe Wireless Bluetooth Headphones with Mic,
Shareme Fuction, Bluetooth 4.1 Stereo Headset

Ubuntu 16.04, with kernel: Linux dash-desktop 4.4.0-89-generic
#112-Ubuntu x86_64

Same with my mac, also running 16.04 with the same headphone.

Switching to HSP always works for me, but the sound quality is terrible.

The following workaround works for me when using the USB dongle:

- Disconnect bluetooth device.
- Restart bluetooth daemon.
- Connect bluetooth adapter.
- Manually connect to the headphones again.
- Change sound settings, possibly selecting the BT device for audio playback, 
and sometimes switching to HSP and back to A2DP.

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

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  In 16.04 when a bluetooth audio device is connected it freezes video
  playback and also no sound comes from online audio only streams. Issue
  does not exist with a wired headset.

  This issue does not exist with 15.10. All updates have been installed
  on 16.04 including backports but they have not fixed the issue.

  It is not browser specific and not website specific.

  It is not hardware specific as it affects my laptop with an intel 7260
  card and my pc with an intel 8260 card.

  The issue exists on both ubuntu and kubuntu 16.04.

  I have reported it on the ubuntu support forums and after
  investigation a moderator noticed changed in the kernel from 4.4 and
  4.2 that may becausing the issue and asked me to file a bug report.

  The ubuntu forum thread can be found here.
  http://ubuntuforums.org/showthread.php?t=2326672

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-23-generic 4.4.0-23.41
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen1435 F pulseaudio
   /dev/snd/controlC0:  stephen1435 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Jun  3 23:50:00 2016
  HibernationDevice: RESUME=UUID=78e7aefc-d517-4c58-836f-a90f0b6017c6
  InstallationDate: Installed on 2016-05-06 (28 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7978
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=bccf2ca7-4e23-412a-ba10-7a3f915270dd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (0 days ago)
  dmi.bios.date: 05/16/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H170 GAMING M3 (MS-7978)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.60:bd05/16/2016:svnMSI:pnMS-7978:pvr2.0:rvnMSI:rnH170GAMINGM3(MS-7978):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7978
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589008/+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 1711085] Re: battery icon is distorded under GNOME Shell

2017-08-16 Thread Didier Roche
Let's use that proven path for now and revisit later on, shall we? :)

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

Title:
  battery icon is distorded under GNOME Shell

Status in indicator-power package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  Even if https://bugs.launchpad.net/ubuntu/+source/ubuntu-
  themes/+bug/1693155 is fixed, the icon is still distorded in non Hi-
  DPI environment. The issue is that the icons aren't really square.
  Let's use the upstrema indicator icons, while still preserving them in
  the Unity session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1711085/+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 1650629] Re: GNOME shell records characters out of order

2017-08-16 Thread Timo Aaltonen
17.04 shipped with 1.19.3, and it's backported to 16.04.3 (via xserver-
xorg-hwe-16.04 dependencies)

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

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

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

Title:
  GNOME shell records characters out of order

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in xorg-server package in Ubuntu:
  Fix Released

Bug description:
  GNOME shell repeats characters or gets them iut of order

  Occasionally in the overview app searcher, LibreOffice Writer and
  possibly other places

  There was a fix for this in 3.17 but it is still present.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gnome-shell 3.20.4-0ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Dec 15 15:13:07 2016
  DisplayManager: lightdm
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to yakkety on 2016-11-16 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1650629/+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 1711011] Re: fsck.jfs missing from initramfs

2017-08-16 Thread Mathieu Trudel-Lapierre
Nope, this is in fact /dev/mapper/mpatha-part2 that is missing when fsck
runs. fsck.jfs is present on at least some initrd after installing.

Looks like this is racy, but it's not obvious to me why. Multipath-tools
looks to be installing everything needed *before* /scripts/local runs
fsck, by doing its things in local-premount.

Closing the jfsutils task.

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

** Summary changed:

- fsck.jfs missing from initramfs
+ fsck.jfs may be attempted before multipath devices are available

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

Title:
  fsck.jfs may be attempted before multipath devices are available

Status in initramfs-tools package in Ubuntu:
  New
Status in jfsutils package in Ubuntu:
  Invalid

Bug description:
  Detected machine type: 0101
  command line: BOOT_IMAGE=/boot/vmlinux-4.11.0-13-generic 
root=UUID=8c6162e8-9bb1-4171-a901-30e001222a14 ro splash quiet
  Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
  Calling ibm,client-architecture-support... done
  memory layout at init:
memory_limit :  (16 MB aligned)
alloc_bottom : 0762
alloc_top: 3000
alloc_top_hi : 00078000
rmo_top  : 3000
ram_top  : 00078000
  instantiating rtas at 0x2fff... done
  prom_hold_cpus: skipped
  copying OF device tree...
  Building dt strings...
  Building dt structure...
  Device tree strings 0x0763 -> 0x076309e6
  Device tree struct  0x0764 -> 0x0765
  Quiescing Open Firmware ...
  Booting Linux via __start() @ 0x0200 ...
   -> smp_release_cpus()
  spinning_secondaries = 7
   <- smp_release_cpus()
  Linux ppc64le
  #19-Ubuntu SMP T[0.970009] Unable to open file: /etc/keys/x509_ima.der 
(-2)
  [0.970011] Unable to open file: /etc/keys/x509_evm.der (-2)
  fsck: error 2 (No such file or directory) while executing fsck.jfs for 
/dev/mapper/mpatha-part2
  fsck exited with status code 8

  
  I haven't investigated more than that, it looks like jfsutils does not 
include anything to copy fsck.jfs to the initramfs. Clearly hooks/fsck in 
initramfs-tools appears to not be doing its job in this case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1711011/+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 1711011] Re: fsck.jfs may be attempted before multipath devices are available

2017-08-16 Thread Mathieu Trudel-Lapierre
Nope, that's wrong. fsck.jfs is there in xenial, but apparently not
there in artful. This needs further investigation.

[5.432926] device-mapper: multipath service-time: version 0.3.0 loaded
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Begin: Waiting for udev to settle 
(multipath) ... done.
done.
[5.577291] JFS: nTxBlock = 8192, nTxLock = 65536
Begin: Will now check root file system ... fsck from util-linux 2.30.1
fsck: error 2 (No such file or directory) while executing fsck.jfs for 
/dev/mapper/mpatha-part2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... Spawning shell within the initramfs


BusyBox v1.22.1 (Ubuntu 1:1.22.0-19ubuntu2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) 
(initramfs) cd /dev/mapper/
(initramfs) ls
control   mpathbmpathampatha-part1  mpatha-part2
(initramfs) fsck.jfs /dev/mapper/mpatha-part2
sh: fsck.jfs: not found
(initramfs)

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

Title:
  fsck.jfs may be attempted before multipath devices are available

Status in initramfs-tools package in Ubuntu:
  New
Status in jfsutils package in Ubuntu:
  Invalid

Bug description:
  Detected machine type: 0101
  command line: BOOT_IMAGE=/boot/vmlinux-4.11.0-13-generic 
root=UUID=8c6162e8-9bb1-4171-a901-30e001222a14 ro splash quiet
  Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
  Calling ibm,client-architecture-support... done
  memory layout at init:
memory_limit :  (16 MB aligned)
alloc_bottom : 0762
alloc_top: 3000
alloc_top_hi : 00078000
rmo_top  : 3000
ram_top  : 00078000
  instantiating rtas at 0x2fff... done
  prom_hold_cpus: skipped
  copying OF device tree...
  Building dt strings...
  Building dt structure...
  Device tree strings 0x0763 -> 0x076309e6
  Device tree struct  0x0764 -> 0x0765
  Quiescing Open Firmware ...
  Booting Linux via __start() @ 0x0200 ...
   -> smp_release_cpus()
  spinning_secondaries = 7
   <- smp_release_cpus()
  Linux ppc64le
  #19-Ubuntu SMP T[0.970009] Unable to open file: /etc/keys/x509_ima.der 
(-2)
  [0.970011] Unable to open file: /etc/keys/x509_evm.der (-2)
  fsck: error 2 (No such file or directory) while executing fsck.jfs for 
/dev/mapper/mpatha-part2
  fsck exited with status code 8

  
  I haven't investigated more than that, it looks like jfsutils does not 
include anything to copy fsck.jfs to the initramfs. Clearly hooks/fsck in 
initramfs-tools appears to not be doing its job in this case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1711011/+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 1710911] Re: apt-ftparchive does not correctly cache filesizes for packages > 4GB

2017-08-16 Thread David McBride
I believe this issue also affects apt-ftparchive in Debian, so have raised a 
bug there:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872334

** Bug watch added: Debian Bug tracker #872334
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872334

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

Title:
  apt-ftparchive does not correctly cache filesizes for packages > 4GB

Status in apt package in Ubuntu:
  New

Bug description:
  Release: 16.04
  Version: 1.2.19

  apt-ftparchive is a utility for, among other things, generating a
  Packages file from a set of .deb packages.

  Because generating Packages files for a large directory tree of .deb
  packages is expensive, it can cache the properties of .deb packages it
  has already inspected in a Berkeley database file.

  Historically, apt-ftparchive stored the size of a .deb package as a
  32-bit unsigned integer in network byte-order in this cache.  This
  field was later enlarged to 64-bits - which caused other problems;
  see: LP #1274466.

  However, even after this integer field was enlarged, apt-ftparchive
  continued to use the htonl() and ntohl() libc functions to convert
  file-sizes to and from network byte-order when reading and writing to
  its cache.  These functions unconditionally emit 32-bit unsigned
  integers, which means that apt-ftparchive remained unable to correctly
  record the file-sizes for packages > 32bits (i.e. > 4GB).

  Consequently, if apt-ftparchive is asked (with caching enabled) to
  generate a Packages file for a .deb package larger than 4GB, it will
  produce a Packages file with the correct Size: field the first time,
  but with incorrect Size: fields subsequently.

  I have developed a small patch which replaces the use of the ntohl()
  family of functions with suitable replacements from .  This
  produces correct output on new installations.

  However, caution is necessary: the existing code is incorrectly
  storing the 32 least significant bits of a 64-bit number in the upper
  32-bits of a 64-bit field, in big-endian byte order.  The application
  of this patch will cause new values to be stored correctly, but in a
  binary-incompatible way with existing caches.

  For example, a package of size 7162161474 bytes will today have the
  following sequence of bytes stored in its cache entry:

  \xaa\xe5\xe9\x42\x00\x00\x00\x00

  (When re-read, this will produce a file-size value of 7162161474 mod
  32bits, i.e. 2867194178.)

  With this patch applied, apt-ftparchive will correctly store this
  entry:

  \x00\x00\x00\x01\xaa\xe5\xe9\x42

  However, this correct cache entry, when interpreted by the current
  broken code, will return a file-size of 1 byte.  Worse, the existing
  broken entry will be interpreted by my fixed code as containing the
  value 12314505225791602688.

  It would be good to have this patch, or some derivative of it, applied
  to the main APT code-base.  Before this can happen, however, some
  mechanism to detect and correct broken cache entries will be needed if
  we are to avoid a repeat of LP #1274466.

  I would suggest this could be done by checking the trailing four bytes
  of the 64-bit filesize field: if they are all zero, then the cache
  entry is broken, and should be rewritten.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1710911/+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 1711126] [NEW] HP Spectre x360 13-w0XX, Realtek ALC295, Black Headphone Out, No sound at all

2017-08-16 Thread Rémy Sanchez
Public bug reported:

Most things work well, including

- Sound works on the internal speakers
- The internal microphone works (although when brought to 100% the sound 
saturates, but it's not problematic)
- The external microphone works when connected (same issue)
- The headphone is correctly detected

(note: it's the same plug for the headphone and the mic, I'm using both
a stereo headphone and a OnePlus 5 free-hands kit to test)

However the problem is that I do not hear the audio output in the
headset. I do hear some squeaking sound whenever a sound starts playing.

I've fiddled all things I could find using the "HDA Analyzer" script,
but nothing changed. I also have tried all solutions from Google results
for both this chip and this line of computers (which do all have sound
issues, although not this one). I also tried a Windows reboot but to no
effect.

Thanks for help :)

ProblemType: Bug
DistroRelease: elementary 0.4.1
Package: alsa-base 1.0.25+dfsg-0ubuntu5 [origin: Ubuntu]
ProcVersionSignature: Ubuntu 4.10.0-30.34~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-30-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   remy   9209 F...m pulseaudio
 /dev/snd/controlC0:  remy   9209 F pulseaudio
CurrentDesktop: Pantheon
Date: Wed Aug 16 14:29:54 2017
InstallationDate: Installed on 2017-05-20 (87 days ago)
InstallationMedia: elementary OS 0.4.1 "Loki" - Stable amd64 (20170517)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Black Headphone Out, Left
Symptom_Type: No sound at all
Title: [HP Spectre x360 Convertible 13-w0XX, Realtek ALC295, Black Headphone 
Out, Left] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F.20
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 827E
dmi.board.vendor: HP
dmi.board.version: 94.54
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.20:bd12/01/2016:svnHP:pnHPSpectrex360Convertible13-w0XX:pvr:rvnHP:rn827E:rvr94.54:cvnHP:ct31:cvrChassisVersion:
dmi.product.name: HP Spectre x360 Convertible 13-w0XX
dmi.sys.vendor: HP
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2017-08-16T13:58:07.139250

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  HP Spectre x360 13-w0XX, Realtek ALC295, Black Headphone Out, No sound
  at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Most things work well, including

  - Sound works on the internal speakers
  - The internal microphone works (although when brought to 100% the sound 
saturates, but it's not problematic)
  - The external microphone works when connected (same issue)
  - The headphone is correctly detected

  (note: it's the same plug for the headphone and the mic, I'm using
  both a stereo headphone and a OnePlus 5 free-hands kit to test)

  However the problem is that I do not hear the audio output in the
  headset. I do hear some squeaking sound whenever a sound starts
  playing.

  I've fiddled all things I could find using the "HDA Analyzer" script,
  but nothing changed. I also have tried all solutions from Google
  results for both this chip and this line of computers (which do all
  have sound issues, although not this one). I also tried a Windows
  reboot but to no effect.

  Thanks for help :)

  ProblemType: Bug
  DistroRelease: elementary 0.4.1
  Package: alsa-base 1.0.25+dfsg-0ubuntu5 [origin: Ubuntu]
  ProcVersionSignature: Ubuntu 4.10.0-30.34~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-30-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   remy   9209 F...m pulseaudio
   /dev/snd/controlC0:  remy   9209 F pulseaudio
  CurrentDesktop: Pantheon
  Date: Wed Aug 16 14:29:54 2017
  InstallationDate: Installed on 2017-05-20 (87 days ago)
  InstallationMedia: elementary OS 0.4.1 "Loki" - Stable amd64 (20170517)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: No sound at all
  Title: [HP Spectre x360 Convertible 13-w0XX, Realtek ALC295, Black Headphone 
Out, Left] No sound at all
  UpgradeStatus: No upgrade log present 

[Touch-packages] [Bug 1667328] Re: Lenovo X1 Carbon 2nd gen: Microphone not working in GTK (GStreamer?) apps

2017-08-16 Thread Till Kamppeter
After applying the workaround of comment #21, the problem never occurred
again for me.

To the maintainer of the pulseaudio Ubuntu package: Are you still
investigating on this?

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

Title:
  Lenovo X1 Carbon 2nd gen: Microphone not working in GTK (GStreamer?)
  apps

Status in gstreamer package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  I have a Lenovo Thinkpad X1 Carbon (2nd gen, 2014?) running Ubuntu
  Yakkety (16.10). Kernel is the most current one: 4.8.0-39-generic
  #42-Ubuntu

  In the last days the microphone stopped working when I am on the
  Google Hangouts video conference in the Chromium browser. I checked
  the sound settings of the System Settings and on the "input" tab the
  slider for the microphone volume is grayed out and cannot be moved
  away from the zero position. The microphone level monitor bar does not
  move when talking or touching the microphone.

  Then I found the following on the internet

  http://askubuntu.com/questions/508221/sound-input-device-microphone-
  not-working

  and tried to solve the problem following the hints:

  - Reboot does not solve the problem.

  - I could not do any tests with gstreamer-properties as it seems to
  have been removed from gstreamer (what is the successor?).

  - pavucontrol (Pulse Audio Sound Control) shows on its "Input Devices"
  Tab that the microphone of the laptop is OK and that the kernel works
  with it. The Level monitor bar is moving according to environment
  noise and touching of the microphone.

  - "sudo alsa force-reload" does not solve the problem.

  - "sudo apt-get remove --purge alsa-base pulseaudio; sudo apt-get
  install alsa-base pulseaudio ubuntu-desktop" and reboot afterwards
  does not solve the problem.

  - audacity is recording through the microphone correctly.

  - Adding "options snd-hda-intel position_fix=1" to /etc/modprobe.d
  /alsa-base.conf and rebooting does not solve the problem.

  I hope that is a known problem. Please tell me if you need further 
information.
  --- 
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  till   2897 F pulseaudio
   /dev/snd/controlC1:  till   2897 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  InstallationDate: Installed on 2015-04-30 (686 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Package: pulseaudio 1:9.0-2ubuntu2.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.8.0-42.45-generic 4.8.17
  Tags: yakkety third-party-packages
  Uname: Linux 4.8.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo 
wireshark
  _MarkForUpload: True
  dmi.bios.date: 09/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GRET40WW (1.17 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20A8X50300
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGRET40WW(1.17):bd09/02/2014:svnLENOVO:pn20A8X50300:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A8X50300:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20A8X50300
  dmi.product.version: ThinkPad X1 Carbon 2nd
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer/+bug/1667328/+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 1677503] Re: package python-dbus 1.2.0-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dbus-python (Ubuntu)
   Status: New => Confirmed

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

Title:
  package python-dbus 1.2.0-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in dbus-python package in Ubuntu:
  Confirmed

Bug description:
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following packages were automatically installed and are no longer 
required:
attr dh-translations dia-libs gfortran gfortran-5 gnome-control-center-data
gnome-icon-theme gnome-icon-theme-symbolic gnome-settings-daemon
iio-sensor-proxy intltool launchpad-getkeys libblas-dev libbz2-dev
libcairo-script-interpreter2 libcolord-gtk1 libdbus-1-dev libegl1-mesa-dev
libepoxy-dev libfontconfig1-dev libfreetype6-dev libgfortran-5-dev
libgmp-dev libgmpxx4ldbl libharfbuzz-dev libharfbuzz-gobject0 libice-dev
libjavascriptcoregtk-3.0-0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev
liblapack-dev liblzma-dev libmirclient-dev libmircommon-dev libmircookie-dev
libmircookie2 libncurses5-dev libpixman-1-dev libpng12-dev libprotobuf-dev
libpython-all-dev libpython-dev libpython2.7-dev libreadline-dev
libreadline6-dev libsm-dev libtinfo-dev libwayland-dev libwbclient0
libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxcb-shm0-dev libxcomposite-dev
libxcursor-dev libxft-dev libxi-dev libxinerama-dev libxkbcommon-dev
libxrandr-dev libxrender-dev libxtst-dev nettle-dev planner-data planner-doc
ppa-purge samba-common scrollkeeper tdb-tools x11proto-composite-dev
x11proto-randr-dev x11proto-record-dev x11proto-render-dev
x11proto-xinerama-dev xclip yad
  Use 'sudo apt autoremove' to remove them.
  The following additional packages will be installed:
python python-gobject python-pyodbc python2.7
  Suggested packages:
python-doc python-tk python2.7-doc
  The following NEW packages will be installed:
python python-gobject python-pyodbc python2.7
  0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  31 not fully installed or removed.
  Need to get 408 kB of archives.
  After this operation, 1,174 kB of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 
amd64 2.7.12-1ubuntu0~16.04.1 [224 kB]
  Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 python amd64 
2.7.11-1 [137 kB]
  Get:3 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-gobject 
all 3.20.0-0ubuntu1 [2,544 B]
  Get:4 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-pyodbc 
amd64 3.0.7-0ubuntu2 [44.4 kB]
  Fetched 408 kB in 18s (21.6 kB/s) 
 
  Selecting previously unselected package python2.7.
  (Reading database ... 287768 files and directories currently installed.)
  Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
  Unpacking python2.7 (2.7.12-1ubuntu0~16.04.1) ...
  Selecting previously unselected package python.
  Preparing to unpack .../python_2.7.11-1_amd64.deb ...
  Unpacking python (2.7.11-1) ...
  Selecting previously unselected package python-gobject.
  Preparing to unpack .../python-gobject_3.20.0-0ubuntu1_all.deb ...
  Unpacking python-gobject (3.20.0-0ubuntu1) ...
  Selecting previously unselected package python-pyodbc.
  Preparing to unpack .../python-pyodbc_3.0.7-0ubuntu2_amd64.deb ...
  Unpacking python-pyodbc (3.0.7-0ubuntu2) ...
  Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
  Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
  Rebuilding /usr/share/applications/bamf-2.index...
  Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
  Processing triggers for mime-support (3.59ubuntu1) ...
  Processing triggers for man-db (2.7.5-1) ...
  Processing triggers for doc-base (0.10.7) ...
  Processing 1 added doc-base file...
  Registering documents with scrollkeeper...
  Setting up python2.7 (2.7.12-1ubuntu0~16.04.1) ...
  Setting up python (2.7.11-1) ...
  Setting up python-dbus (1.2.0-3) ...
  Traceback (most recent call last):
File "/usr/bin/pycompile", line 35, in 
  from debpython.version import SUPPORTED, debsorted, vrepr, \
File "/usr/share/python/debpython/version.py", line 24, in 
  from ConfigParser import SafeConfigParser
  ImportError: No module named 'ConfigParser'
  dpkg: error processing package python-dbus (--configure):
   subprocess installed post-installation script returned error exit status 1
  Setting up python-gobject-2 (2.28.6-12ubuntu1) ...
  Traceback (most recent call last):
File "/usr/bin/pycompile", line 35, in 
  

[Touch-packages] [Bug 1711007] Re: Cannot print to HP printer

2017-08-16 Thread Till Kamppeter
John, now to the actual bug which made you posting a bug report (but
please also do not forget to answer comment #5):

We need to know about the printing part of your system and about what
actually happened when you tried to print. For this follow the
instructions on

https://wiki.ubuntu.com/DebuggingPrintingProblems

especially of the sections "Network Printer" and "CUPS error_log". Feel
free to edit this bug report or create a new bug report. If you want to
attach files, please do not compress them and do not package them
together, no problem to post several comments each one with one file
aattached. So that we can easily read them with a web browser.

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

Title:
  Cannot print to HP printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Wireless connection was properly set up to enable wireless printing
  from my HP laptop to an HP Laser Jet Pro M12w. It worked for 2 weeks
  and stopped dead -- for no  reason.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  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
  Date: Tue Aug 15 21:31:56 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 35) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [103c:8205]
  InstallationDate: Installed on 2017-07-18 (28 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: HP HP Notebook
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=0c11b83b-a4fd-4737-b8c4-2969c5dd8ad7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.26
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8205
  dmi.board.vendor: HP
  dmi.board.version: 79.61
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.26:bd06/05/2017:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn8205:rvr79.61:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue Aug 15 10:43:59 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1711007/+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 1711007] Re: Cannot print to HP printer

2017-08-16 Thread Till Kamppeter
John, how did you file this bug report. Which steps did you exactly
take?

We want to know this as many printing bugs (not only yours) get assigned
to the Xorg package and the Xorg package is responsible for the output
of the desktop on the screen (Graphics card/chipset drivers).

Timo, it seems that by some method of reporting bugs the assigned
package defaults to Xorg. This is also a bug which should get fixed.

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

Title:
  Cannot print to HP printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Wireless connection was properly set up to enable wireless printing
  from my HP laptop to an HP Laser Jet Pro M12w. It worked for 2 weeks
  and stopped dead -- for no  reason.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  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
  Date: Tue Aug 15 21:31:56 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 35) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [103c:8205]
  InstallationDate: Installed on 2017-07-18 (28 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: HP HP Notebook
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=0c11b83b-a4fd-4737-b8c4-2969c5dd8ad7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.26
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8205
  dmi.board.vendor: HP
  dmi.board.version: 79.61
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.26:bd06/05/2017:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn8205:rvr79.61:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue Aug 15 10:43:59 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1711007/+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 1710978] Re: bluetooth stack looses connection to bluetooth devices

2017-08-16 Thread Wolf Rogner
could be. I already had issues with TLP (related to suspend to RAM).

Must have been introduced with the latest kernel update though (as the
former issue has been resolved).

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

Title:
  bluetooth stack looses connection to bluetooth devices

Status in bluez package in Ubuntu:
  New

Bug description:
  In Ubuntu Budgie bluetooth connection is lost in regular intervals
  (5mins).

  Thus my mouse stops working, my headset stops playing music.

  Reconnecting my mouse takes ages requiring a restart of bluez and
  reconnecting the mouse.

  This issue became worse ever since installing budgie (17.04) in May.

  (during writing this, the mouse stopped working again)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: bluez 5.43-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Tue Aug 15 23:02:08 2017
  InstallationDate: Installed on 2017-05-25 (81 days ago)
  InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:21297526 acl:766364 sco:0 events:1617 errors:0
TX bytes:14741 acl:474 sco:0 commands:583 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1710978/+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 1711115] [NEW] package unattended-upgrades 0.90ubuntu0.7 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 10

2017-08-16 Thread gilcierweb
Public bug reported:

bug demais.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: unattended-upgrades 0.90ubuntu0.7
ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
Uname: Linux 4.4.0-75-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Sat Aug 12 16:19:14 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 10
InstallationDate: Installed on 2016-07-30 (381 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: unattended-upgrades
Title: package unattended-upgrades 0.90ubuntu0.7 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package unattended-upgrades 0.90ubuntu0.7 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 10

Status in unattended-upgrades package in Ubuntu:
  New

Bug description:
  bug demais.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: unattended-upgrades 0.90ubuntu0.7
  ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
  Uname: Linux 4.4.0-75-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Sat Aug 12 16:19:14 2017
  ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 10
  InstallationDate: Installed on 2016-07-30 (381 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: unattended-upgrades
  Title: package unattended-upgrades 0.90ubuntu0.7 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 10
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/175/+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 1363748] Re: Utopic crash on launch; "Attempt to unlock mutex that was not locked"

2017-08-16 Thread Vlad Orlov
** Project changed: pyrenamer => glib

** Changed in: glib
   Importance: Undecided => Unknown

** Changed in: glib
   Status: New => Unknown

** Changed in: glib
 Remote watch: None => GNOME Bug Tracker #735428

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

Title:
  Utopic crash on launch; "Attempt to unlock mutex that was not locked"

Status in GLib:
  Unknown
Status in gtk+2.0 package in Ubuntu:
  Fix Released

Bug description:
  Recently updated to Ubuntu Utopic, and when I try to launch pyrenamer
  it displays an empty window for a fraction of a second, and crashes
  with the following:

  /usr/lib/pymodules/python2.7/pyrenamer/pyrenamer.py:120: GtkWarning: 
GtkSpinButton: setting an adjustment with non-zero page size is deprecated
self.glade_tree = gtk.glade.XML(pyrenamerglob.gladefile, "main_window")
  Attempt to unlock mutex that was not locked
  Aborted

  It launched and worked okay on Trusty. I created an Utopic debootstrap
  and it fails to launch in there also.

  lsb_release -rd:
  Description:  Ubuntu Utopic Unicorn (development branch)
  Release:  14.10

  apt-cache policy pkgname:
  pyrenamer:
Installed: 0.6.0-1.1
Candidate: 0.6.0-1.1
Version table:
   *** 0.6.0-1.1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages
  500 http://gb.archive.ubuntu.com/ubuntu/ utopic/universe amd64 
Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: pyrenamer 0.6.0-1.1
  ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
  Uname: Linux 3.16.0-11-generic x86_64
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: amd64
  Date: Sun Aug 31 23:43:14 2014
  PackageArchitecture: all
  SourcePackage: pyrenamer
  UpgradeStatus: Upgraded to utopic on 2013-03-29 (520 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1363748/+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 1708051] Re: v234 seems to fail to reboot 5 times in a row on s390x, and crashes amd64/i386 instances

2017-08-16 Thread Iain Lane
xnox, disabling these is worrying - the systemd tests quite reliably
pass with the old systemd (233-8ubuntu3) and fail with the new
(234-2ubuntu2) - this looks like an actual problem to me, and not
something to blame on the infrastructure and hide by skipping the tests?

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

Title:
  v234 seems to fail to reboot 5 times in a row on s390x, and crashes
  amd64/i386 instances

Status in systemd package in Ubuntu:
  New

Bug description:
  ppc64el is fine.

  Given that everything is fixed to start containers and vms non-
  degraded, let's enforce that we boot not degraded.

  Also network online timeout is 30s, thus it makes no sense to only
  give the boot 10s. Especially since machines can be overcommitted with
  capacity.

  update: tests were improved somewhat, to be more deterministic and
  always wait for the boot to fully finish before rebooting. On the
  infrastructure - all but i386/amd64 pass. But locally it is not
  reproducible. It almost feels like openstack-nova-autopkgtest-reboot-
  marker integration is broken; or systemd fails to reboot in
  scalingstack.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1708051/+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 1711105] Re: package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-08-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 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:
  apt upgrade stopped working properly for me. This one of several
  errors I got while upgrading my 16.04 installation.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2
  ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-58-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Wed Aug 16 10:23:02 2017
  DuplicateSignature:
   package:linux-image-4.10.0-27-generic:4.10.0-27.30~16.04.2
   Setting up opera-stable (47.0.2631.55) ...
   dpkg: error processing package opera-stable (--configure):
subprocess installed post-installation script returned error exit status 2
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2017-03-02 (166 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: initramfs-tools
  Title: package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1711105/+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 1711101] Re: Audio doesn't auto switch when unplugging hdmi

2017-08-16 Thread Bug Watch Updater
** Changed in: pulseaudio
   Status: Unknown => Confirmed

** Changed in: pulseaudio
   Importance: Unknown => Medium

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

Title:
  Audio doesn't auto switch when unplugging hdmi

Status in PulseAudio:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  
  Steps to reproduce

  * Attach an external HDMI/DP monitor to watch videos on an external display 
(TV)
  * In sound settings, send audio to HDMI out, rather than internal laptop audio
  * Play a video, to show audio is going over HDMI
  * Unplug HDMI/DP cable
   - Video switches to internal panel only as expected.

  Expected behaviour

  * Audio switches to internal sound card

  Actual behaviour

  * Audio does not auto switch

  Workaround

  * Go to sound settings panel every time, and click the internal sound
  card

  Video showing it: https://www.youtube.com/watch?v=UR3LP0INMeI

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: pulseaudio 1:10.0-2ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
  Uname: Linux 4.11.0-13-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1568 F pulseaudio
   /dev/snd/controlC1:  alan   1568 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 16 11:11:45 2017
  InstallationDate: Installed on 2017-08-02 (13 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/27/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET56WW (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BV001BUK
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98417 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET56WW(1.21):bd01/27/2016:svnLENOVO:pn20BV001BUK:pvrThinkPadT450:rvnLENOVO:rn20BV001BUK:rvr0B98417WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BV001BUK
  dmi.product.version: ThinkPad T450
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1711101/+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 1711105] [NEW] package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-08-16 Thread mmesh
Public bug reported:

apt upgrade stopped working properly for me. This one of several errors
I got while upgrading my 16.04 installation.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2
ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-58-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Aug 16 10:23:02 2017
DuplicateSignature:
 package:linux-image-4.10.0-27-generic:4.10.0-27.30~16.04.2
 Setting up opera-stable (47.0.2631.55) ...
 dpkg: error processing package opera-stable (--configure):
  subprocess installed post-installation script returned error exit status 2
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
InstallationDate: Installed on 2017-03-02 (166 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: initramfs-tools
Title: package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 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:
  apt upgrade stopped working properly for me. This one of several
  errors I got while upgrading my 16.04 installation.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2
  ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-58-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Wed Aug 16 10:23:02 2017
  DuplicateSignature:
   package:linux-image-4.10.0-27-generic:4.10.0-27.30~16.04.2
   Setting up opera-stable (47.0.2631.55) ...
   dpkg: error processing package opera-stable (--configure):
subprocess installed post-installation script returned error exit status 2
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2017-03-02 (166 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: initramfs-tools
  Title: package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1711105/+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 1706598] Re: Update bluez to 5.46 in artful

2017-08-16 Thread Sebastien Bacher
** Changed in: bluez (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Update bluez to 5.46 in artful

Status in bluez package in Ubuntu:
  Fix Committed

Bug description:
  The new bluez version is being packaged for artful

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1706598/+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 1711101] Re: Audio doesn't auto switch when unplugging hdmi

2017-08-16 Thread Sebastien Bacher
** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided => High

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

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

Title:
  Audio doesn't auto switch when unplugging hdmi

Status in PulseAudio:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  
  Steps to reproduce

  * Attach an external HDMI/DP monitor to watch videos on an external display 
(TV)
  * In sound settings, send audio to HDMI out, rather than internal laptop audio
  * Play a video, to show audio is going over HDMI
  * Unplug HDMI/DP cable
   - Video switches to internal panel only as expected.

  Expected behaviour

  * Audio switches to internal sound card

  Actual behaviour

  * Audio does not auto switch

  Workaround

  * Go to sound settings panel every time, and click the internal sound
  card

  Video showing it: https://www.youtube.com/watch?v=UR3LP0INMeI

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: pulseaudio 1:10.0-2ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
  Uname: Linux 4.11.0-13-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1568 F pulseaudio
   /dev/snd/controlC1:  alan   1568 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 16 11:11:45 2017
  InstallationDate: Installed on 2017-08-02 (13 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/27/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET56WW (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BV001BUK
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98417 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET56WW(1.21):bd01/27/2016:svnLENOVO:pn20BV001BUK:pvrThinkPadT450:rvnLENOVO:rn20BV001BUK:rvr0B98417WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BV001BUK
  dmi.product.version: ThinkPad T450
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1711101/+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 1708785] Re: package linux-image-4.10.0-30-generic 4.10.0-30.34~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-08-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  package linux-image-4.10.0-30-generic 4.10.0-30.34~16.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  I think this was my fault, stopped apport early with SIGKILL, ignore
  this bug thing

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.10.0-30-generic 4.10.0-30.34~16.04.1
  ProcVersionSignature: Ubuntu 4.10.0-30.34~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-30-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Sat Aug  5 02:14:45 2017
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2017-08-01 (3 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: initramfs-tools
  Title: package linux-image-4.10.0-30-generic 4.10.0-30.34~16.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1708785/+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 1711101] [NEW] Audio doesn't auto switch when unplugging hdmi

2017-08-16 Thread Alan Pope  濾
Public bug reported:


Steps to reproduce

* Attach an external HDMI/DP monitor to watch videos on an external display (TV)
* In sound settings, send audio to HDMI out, rather than internal laptop audio
* Play a video, to show audio is going over HDMI
* Unplug HDMI/DP cable
 - Video switches to internal panel only as expected.

Expected behaviour

* Audio switches to internal sound card

Actual behaviour

* Audio does not auto switch

Workaround

* Go to sound settings panel every time, and click the internal sound
card

Video showing it: https://www.youtube.com/watch?v=UR3LP0INMeI

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: pulseaudio 1:10.0-2ubuntu2
ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
Uname: Linux 4.11.0-13-generic x86_64
ApportVersion: 2.20.6-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alan   1568 F pulseaudio
 /dev/snd/controlC1:  alan   1568 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 16 11:11:45 2017
InstallationDate: Installed on 2017-08-02 (13 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/27/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: JBET56WW (1.21 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BV001BUK
dmi.board.vendor: LENOVO
dmi.board.version: 0B98417 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrJBET56WW(1.21):bd01/27/2016:svnLENOVO:pn20BV001BUK:pvrThinkPadT450:rvnLENOVO:rn20BV001BUK:rvr0B98417WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BV001BUK
dmi.product.version: ThinkPad T450
dmi.sys.vendor: LENOVO

** Affects: pulseaudio
 Importance: Unknown
 Status: Unknown

** Affects: pulseaudio (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: amd64 apport-bug artful wayland-session

** Bug watch added: freedesktop.org Bugzilla #96211
   https://bugs.freedesktop.org/show_bug.cgi?id=96211

** Also affects: pulseaudio via
   https://bugs.freedesktop.org/show_bug.cgi?id=96211
   Importance: Unknown
   Status: Unknown

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

Title:
  Audio doesn't auto switch when unplugging hdmi

Status in PulseAudio:
  Unknown
Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  
  Steps to reproduce

  * Attach an external HDMI/DP monitor to watch videos on an external display 
(TV)
  * In sound settings, send audio to HDMI out, rather than internal laptop audio
  * Play a video, to show audio is going over HDMI
  * Unplug HDMI/DP cable
   - Video switches to internal panel only as expected.

  Expected behaviour

  * Audio switches to internal sound card

  Actual behaviour

  * Audio does not auto switch

  Workaround

  * Go to sound settings panel every time, and click the internal sound
  card

  Video showing it: https://www.youtube.com/watch?v=UR3LP0INMeI

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: pulseaudio 1:10.0-2ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
  Uname: Linux 4.11.0-13-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1568 F pulseaudio
   /dev/snd/controlC1:  alan   1568 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 16 11:11:45 2017
  InstallationDate: Installed on 2017-08-02 (13 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/27/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET56WW (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BV001BUK
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98417 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET56WW(1.21):bd01/27/2016:svnLENOVO:pn20BV001BUK:pvrThinkPadT450:rvnLENOVO:rn20BV001BUK:rvr0B98417WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BV001BUK
  dmi.product.version: ThinkPad T450
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1711101/+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 1710995] Dependencies.txt

2017-08-16 Thread Stefan Pappalardo
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1710995/+attachment/4933486/+files/Dependencies.txt

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1710995] ProcEnviron.txt

2017-08-16 Thread Stefan Pappalardo
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1710995/+attachment/4933489/+files/ProcEnviron.txt

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1710995] JournalErrors.txt

2017-08-16 Thread Stefan Pappalardo
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1710995/+attachment/4933487/+files/JournalErrors.txt

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1710995] Re: whoopsie not online

2017-08-16 Thread Stefan Pappalardo
apport information

** Tags added: apport-collected autoreport-false

** Description changed:

  Reporting crashes from /var/crash/* is not possible any more.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.10
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 16.04
+ NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
+ Package: whoopsie 0.2.52.5
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
+ RelatedPackageVersions: apport-noui N/A
+ Tags:  xenial autoreport-false
+ Uname: Linux 4.10.0-32-generic x86_64
+ UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
+ UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
+ _MarkForUpload: True

** Attachment added: "CrashReports.txt"
   
https://bugs.launchpad.net/bugs/1710995/+attachment/4933485/+files/CrashReports.txt

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1710995] ProcCpuinfoMinimal.txt

2017-08-16 Thread Stefan Pappalardo
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1710995/+attachment/4933488/+files/ProcCpuinfoMinimal.txt

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: whoopsie 0.2.52.5
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  RelatedPackageVersions: apport-noui N/A
  Tags:  xenial autoreport-false
  Uname: Linux 4.10.0-32-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin mythtv 
netdev plugdev sambashare scanner tape vboxusers video
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1701297] Re: NTP reload failure (unable to read library) on overlayfs

2017-08-16 Thread Sandor Zeestraten
An addition to workaround b.) from #32.

We changed the code in question and restarted the maas rackd service
which fixed the issue.

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

Title:
  NTP reload failure (unable to read library) on overlayfs

Status in cloud-init:
  Won't Fix
Status in apparmor package in Ubuntu:
  Confirmed
Status in cloud-init package in Ubuntu:
  Incomplete
Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  After update [1] of cloud-init in Ubuntu (which landed in xenial-
  updates on 2017-06-27), it is causing NTP reload failures.

  https://launchpad.net/ubuntu/+source/cloud-init/0.7.9-153-g16a7302f-
  0ubuntu1~16.04.1

  In MAAS scenarios, this is causing the machine to fail to deploy.

  Related bugs:
   * bug 1645644: cloud-init ntp not using expected servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1701297/+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 1711085] Re: battery icon is distorded under GNOME Shell

2017-08-16 Thread Daniel van Vugt
Alternatively I could also elongate those squarish 16x16 icons that are
causing the problem. They're just squarish so as to keep all the
original detail and border from the old wider icons.

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

Title:
  battery icon is distorded under GNOME Shell

Status in indicator-power package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  Even if https://bugs.launchpad.net/ubuntu/+source/ubuntu-
  themes/+bug/1693155 is fixed, the icon is still distorded in non Hi-
  DPI environment. The issue is that the icons aren't really square.
  Let's use the upstrema indicator icons, while still preserving them in
  the Unity session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1711085/+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 508522] Re: Mic is not available with A2DP Bluetooth profile

2017-08-16 Thread Jeroen
I've created a new bug report to provide more information:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1711087

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

Title:
  Mic is not available with A2DP Bluetooth profile

Status in pulseaudio package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pulseaudio

  I'm testing a Nokia BH-905i headset (see 
http://www.wissel.net/blog/d6plinks/SHWL-8AZGGF ) on Ubuntu 10.10. The 
Bluetooth module correctly identifies the headset and the both audio profiles 
"HSP/ HFP Telephony duplex" and "A2DP High Fidelity Playback". For music 
playback only A2DP is suitable (HSP/HFP sounds like listening to music played 
through an old telephone). A2DP does not have an INPUT mode, so use of the 
headset for VoiP isn't possible.
  What would be needed is a separate selection to allow to select A2DP for 
output and HSP/HFP for input. Smartphones (a lot of them *nix based) phones do 
that (or they switch on the fly?).

  Formal structure:
  1) Ubuntu 10.10
  2) Pulse-Audio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1
  consisting og pluseaudio, pulseaudio-esound-compat, 
pulseaudio-module-bluetooth, pulseaudio-module-gconf, pulseaudio-module-x11, 
pulseaudio-utils
  3) Select high quality audio output and still use the Bluetooth microphone
  4) Had to choose: either high quality audio or "telephone quality" with 
microphone

  I can change the profile without the Bluetooth connection dropping,
  but that's ridiculous. E.g. listening to music, a call comes in. Then
  I would need to switch the profile before answering. Please note that
  in Windows, Mac OS, iOS, Android, and Windows Mobile it's done
  automatically.

  Check out attached screencast.

  ProblemType: Bug
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oivasyuv   2309 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd850 irq 17'
     Mixer name : 'Analog Devices AD1984A'
     Components : 'HDA:11d4194a,103c30e8,00100400'
     Controls  : 22
     Simple ctrls  : 14
  Date: Sat Jan 16 22:31:41 2010
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: pulseaudio 1:0.9.19-0ubuntu4
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-17.54-generic-pae
  SourcePackage: pulseaudio
  Uname: Linux 2.6.31-17-generic-pae i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/508522/+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 1677667] Re: package linux-image-extra-4.4.0-64-generic 4.4.0-64.85 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-08-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  package linux-image-extra-4.4.0-64-generic 4.4.0-64.85 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  the problem appears after reboot system

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-64-generic 4.4.0-64.85
  ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
  Uname: Linux 4.4.0-71-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   ERROR: ld.so: object 'libesets_pac.so' from /etc/ld.so.preload cannot be 
preloaded (cannot open shared object file): ignored.
USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrador   1594 F pulseaudio
  Date: Thu Mar 30 12:41:47 2017
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=f2970602-8d5d-4112-811b-547f53012e43
  PccardctlIdent: ERROR: ld.so: object 'libesets_pac.so' from 
/etc/ld.so.preload cannot be preloaded (cannot open shared object file): 
ignored.
  PccardctlStatus: ERROR: ld.so: object 'libesets_pac.so' from 
/etc/ld.so.preload cannot be preloaded (cannot open shared object file): 
ignored.
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-71-generic 
root=UUID=646bc068-284c-4372-9187-99883ca0face ro quiet splash vt.handoff=7
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: ERROR: ld.so: 
object 'libesets_pac.so' from /etc/ld.so.preload cannot be preloaded (cannot 
open shared object file): ignored.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.8
  RfKill: ERROR: ld.so: object 'libesets_pac.so' from /etc/ld.so.preload cannot 
be preloaded (cannot open shared object file): ignored.
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.4.0-64-generic 4.4.0-64.85 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/15/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.86A.0572.2009.0715.2346
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP35DP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD81073-205
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0572.2009.0715.2346:bd07/15/2009:svn:pn:pvr:rvnIntelCorporation:rnDP35DP:rvrAAD81073-205:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1677667/+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 1711087] [NEW] ad2p sink profile mic not available

2017-08-16 Thread Jeroen
Public bug reported:

I have a bose soundsport bluetooth headset. When I select the ad2p sink
profile there is no microphone available. Only with the HSP profile my
microphone is available.

It's really annoying to have to switch between profiles to make a call
or to listen to normal quality music.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: pulseaudio 1:10.0-1ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jeroen 3801 F pulseaudio
 /dev/snd/controlC0:  jeroen 3801 F pulseaudio
CurrentDesktop: KDE
Date: Wed Aug 16 11:02:37 2017
InstallationDate: Installed on 2017-05-10 (98 days ago)
InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/15/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: E1773IMS.106
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: MS-1773
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: REV:0.B
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1773IMS.106:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGS702QE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1773:rvrREV0.B:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:
dmi.product.name: GS70 2QE
dmi.product.version: REV:1.0
dmi.sys.vendor: Micro-Star International Co., Ltd.

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


** Tags: amd64 apport-bug zesty

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

Title:
  ad2p sink profile mic not available

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I have a bose soundsport bluetooth headset. When I select the ad2p
  sink profile there is no microphone available. Only with the HSP
  profile my microphone is available.

  It's really annoying to have to switch between profiles to make a call
  or to listen to normal quality music.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: pulseaudio 1:10.0-1ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jeroen 3801 F pulseaudio
   /dev/snd/controlC0:  jeroen 3801 F pulseaudio
  CurrentDesktop: KDE
  Date: Wed Aug 16 11:02:37 2017
  InstallationDate: Installed on 2017-05-10 (98 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1773IMS.106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1773
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.B
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1773IMS.106:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGS702QE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1773:rvrREV0.B:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:
  dmi.product.name: GS70 2QE
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1711087/+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 1709657] Re: Installing gnome-characters prompt for enabling universe when it is enabled

2017-08-16 Thread Sebastien Bacher
** Also affects: packagekit (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Installing gnome-characters prompt for enabling universe when it is
  enabled

Status in gnome-software package in Ubuntu:
  New
Status in packagekit package in Ubuntu:
  New

Bug description:
  Using gnome-software 3.25.4 from artful-proposed, when trying to
  install gnome-characters gnome-software prompts me to enable the
  universe repository but that one is already enabled and I can install
  that deb fine using apt for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1709657/+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 1711085] [NEW] battery icon is distorded under GNOME Shell

2017-08-16 Thread Didier Roche
Public bug reported:

Even if https://bugs.launchpad.net/ubuntu/+source/ubuntu-
themes/+bug/1693155 is fixed, the icon is still distorded in non Hi-DPI
environment. The issue is that the icons aren't really square. Let's use
the upstrema indicator icons, while still preserving them in the Unity
session.

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

** Affects: ubuntu-themes (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: indicator-power (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  battery icon is distorded under GNOME Shell

Status in indicator-power package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  Even if https://bugs.launchpad.net/ubuntu/+source/ubuntu-
  themes/+bug/1693155 is fixed, the icon is still distorded in non Hi-
  DPI environment. The issue is that the icons aren't really square.
  Let's use the upstrema indicator icons, while still preserving them in
  the Unity session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1711085/+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 1710995] Re: whoopsie not online

2017-08-16 Thread Stefan Pappalardo
I think so. Curl gets the following answer.

$ curl https://daisy.ubuntu.com
Invalid BSON.

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

Title:
  whoopsie not online

Status in whoopsie package in Ubuntu:
  Incomplete

Bug description:
  Reporting crashes from /var/crash/* is not possible any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: whoopsie 0.2.52.5
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CrashReports:
   640:1000:139:81264064:2017-08-12 10:41:39.397392016 +0200:2017-08-16 
00:23:25.391175383 +0200:/var/crash/_usr_bin_mythwelcome.1000.crash
   640:0:139:936170:2017-08-12 17:56:15.728615283 +0200:2017-08-16 
00:34:15.013084038 +0200:/var/crash/_lib_systemd_systemd-udevd.0.crash
   640:1000:139:1194610:2017-08-11 17:52:56.113431094 +0200:2017-08-11 
17:55:44.737433966 +0200:/var/crash/_usr_bin_xfce4-power-manager.1000.crash
   640:1000:139:60309601:2017-08-16 00:18:13.511184669 +0200:2017-08-16 
00:18:13.515184669 
+0200:/var/crash/_usr_lib_x86_64-linux-gnu_kodi_kodi.bin.1000.crash
  Date: Wed Aug 16 00:37:18 2017
  RelatedPackageVersions: apport-noui 2.20.1-0ubuntu2.10
  SourcePackage: whoopsie
  UpgradeStatus: Upgraded to xenial on 2016-08-06 (374 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1710995/+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 1711007] Re: Cannot print to HP printer

2017-08-16 Thread Pascal De Vuyst
Please provide output of
https://wiki.ubuntu.com/DebuggingPrintingProblems#Network_printer

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

Title:
  Cannot print to HP printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Wireless connection was properly set up to enable wireless printing
  from my HP laptop to an HP Laser Jet Pro M12w. It worked for 2 weeks
  and stopped dead -- for no  reason.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  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
  Date: Tue Aug 15 21:31:56 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 35) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [103c:8205]
  InstallationDate: Installed on 2017-07-18 (28 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: HP HP Notebook
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=0c11b83b-a4fd-4737-b8c4-2969c5dd8ad7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.26
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8205
  dmi.board.vendor: HP
  dmi.board.version: 79.61
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.26:bd06/05/2017:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn8205:rvr79.61:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue Aug 15 10:43:59 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1711007/+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 1711007] Re: Cannot print to HP printer

2017-08-16 Thread Pascal De Vuyst
https://wiki.ubuntu.com/DebuggingPrintingProblems#Network_printer

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

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

Title:
  Cannot print to HP printer

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Wireless connection was properly set up to enable wireless printing
  from my HP laptop to an HP Laser Jet Pro M12w. It worked for 2 weeks
  and stopped dead -- for no  reason.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  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
  Date: Tue Aug 15 21:31:56 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
Integrated Graphics Controller [8086:22b1] (rev 35) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Atom/Celeron/Pentium Processor 
x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [103c:8205]
  InstallationDate: Installed on 2017-07-18 (28 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: HP HP Notebook
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=0c11b83b-a4fd-4737-b8c4-2969c5dd8ad7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.26
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8205
  dmi.board.vendor: HP
  dmi.board.version: 79.61
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.26:bd06/05/2017:svnHP:pnHPNotebook:pvrType1ProductConfigId:rvnHP:rn8205:rvr79.61:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue Aug 15 10:43:59 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1711007/+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 508522] Re: Mic is not available with A2DP Bluetooth profile

2017-08-16 Thread Daniel van Vugt
Jeroen, please open a new bug using this command so that we can get more 
information about your system:
  ubuntu-bug pulseaudio

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

Title:
  Mic is not available with A2DP Bluetooth profile

Status in pulseaudio package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pulseaudio

  I'm testing a Nokia BH-905i headset (see 
http://www.wissel.net/blog/d6plinks/SHWL-8AZGGF ) on Ubuntu 10.10. The 
Bluetooth module correctly identifies the headset and the both audio profiles 
"HSP/ HFP Telephony duplex" and "A2DP High Fidelity Playback". For music 
playback only A2DP is suitable (HSP/HFP sounds like listening to music played 
through an old telephone). A2DP does not have an INPUT mode, so use of the 
headset for VoiP isn't possible.
  What would be needed is a separate selection to allow to select A2DP for 
output and HSP/HFP for input. Smartphones (a lot of them *nix based) phones do 
that (or they switch on the fly?).

  Formal structure:
  1) Ubuntu 10.10
  2) Pulse-Audio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1
  consisting og pluseaudio, pulseaudio-esound-compat, 
pulseaudio-module-bluetooth, pulseaudio-module-gconf, pulseaudio-module-x11, 
pulseaudio-utils
  3) Select high quality audio output and still use the Bluetooth microphone
  4) Had to choose: either high quality audio or "telephone quality" with 
microphone

  I can change the profile without the Bluetooth connection dropping,
  but that's ridiculous. E.g. listening to music, a call comes in. Then
  I would need to switch the profile before answering. Please note that
  in Windows, Mac OS, iOS, Android, and Windows Mobile it's done
  automatically.

  Check out attached screencast.

  ProblemType: Bug
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oivasyuv   2309 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd850 irq 17'
     Mixer name : 'Analog Devices AD1984A'
     Components : 'HDA:11d4194a,103c30e8,00100400'
     Controls  : 22
     Simple ctrls  : 14
  Date: Sat Jan 16 22:31:41 2010
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: pulseaudio 1:0.9.19-0ubuntu4
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-17.54-generic-pae
  SourcePackage: pulseaudio
  Uname: Linux 2.6.31-17-generic-pae i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/508522/+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 1607875] Re: pulsaudio not showing a52 device

2017-08-16 Thread Daniel van Vugt
** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  pulsaudio not showing a52 device

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  so I have a external decoder that is connecting over a optical SPDIF link.
  Stereo works fine and I had 5.1 working in earlier versions of ubuntu.

  now I'm on 16.10 (Yakkety Yak)and I try to follow this description.
  https://help.ubuntu.com/community/DigitalAC-3Pulseaudio

  I have 5.1 now working in alsa with 
  speaker-test -Da52:0 -c6

  But I can not get it to show up in pulsaudio.  It used to be possible
  to select it and do the speaker test from inside the gnome sound gui.
  but now nothing :(

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: pulseaudio 1:9.0-1.1ubuntu1
  Uname: Linux 4.7.0-rc7+ x86_64
  ApportVersion: 2.20.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   kenjo 31687 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 29 18:42:37 2016
  InstallationDate: Installed on 2015-10-18 (284 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to yakkety on 2016-04-22 (97 days ago)
  dmi.bios.date: 02/22/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.B0
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170A GAMING M7 (MS-7976)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.B0:bd02/22/2016:svnMSI:pnMS-7976:pvr1.0:rvnMSI:rnZ170AGAMINGM7(MS-7976):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7976
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-04-23T00:00:29.066742

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1607875/+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 1650629] Re: GNOME shell records characters out of order

2017-08-16 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 16.10 (yakkety) reached end-of-life on July 20, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test.

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

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

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

Title:
  GNOME shell records characters out of order

Status in gnome-shell package in Ubuntu:
  Incomplete
Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  GNOME shell repeats characters or gets them iut of order

  Occasionally in the overview app searcher, LibreOffice Writer and
  possibly other places

  There was a fix for this in 3.17 but it is still present.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gnome-shell 3.20.4-0ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Dec 15 15:13:07 2016
  DisplayManager: lightdm
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to yakkety on 2016-11-16 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1650629/+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 508522] Re: Mic is not available with A2DP Bluetooth profile

2017-08-16 Thread Jeroen
I'm on kubuntu 17.04 with pulseaudio 10.0, I'm still having this issue.
Is this a kubuntu only issue?

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

Title:
  Mic is not available with A2DP Bluetooth profile

Status in pulseaudio package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: pulseaudio

  I'm testing a Nokia BH-905i headset (see 
http://www.wissel.net/blog/d6plinks/SHWL-8AZGGF ) on Ubuntu 10.10. The 
Bluetooth module correctly identifies the headset and the both audio profiles 
"HSP/ HFP Telephony duplex" and "A2DP High Fidelity Playback". For music 
playback only A2DP is suitable (HSP/HFP sounds like listening to music played 
through an old telephone). A2DP does not have an INPUT mode, so use of the 
headset for VoiP isn't possible.
  What would be needed is a separate selection to allow to select A2DP for 
output and HSP/HFP for input. Smartphones (a lot of them *nix based) phones do 
that (or they switch on the fly?).

  Formal structure:
  1) Ubuntu 10.10
  2) Pulse-Audio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1
  consisting og pluseaudio, pulseaudio-esound-compat, 
pulseaudio-module-bluetooth, pulseaudio-module-gconf, pulseaudio-module-x11, 
pulseaudio-utils
  3) Select high quality audio output and still use the Bluetooth microphone
  4) Had to choose: either high quality audio or "telephone quality" with 
microphone

  I can change the profile without the Bluetooth connection dropping,
  but that's ridiculous. E.g. listening to music, a call comes in. Then
  I would need to switch the profile before answering. Please note that
  in Windows, Mac OS, iOS, Android, and Windows Mobile it's done
  automatically.

  Check out attached screencast.

  ProblemType: Bug
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oivasyuv   2309 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd850 irq 17'
     Mixer name : 'Analog Devices AD1984A'
     Components : 'HDA:11d4194a,103c30e8,00100400'
     Controls  : 22
     Simple ctrls  : 14
  Date: Sat Jan 16 22:31:41 2010
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: pulseaudio 1:0.9.19-0ubuntu4
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-17.54-generic-pae
  SourcePackage: pulseaudio
  Uname: Linux 2.6.31-17-generic-pae i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/508522/+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 1607875] Re: pulsaudio not showing a52 device

2017-08-16 Thread kenjo
So I'm on 17.10 (unstable) and I still have issue with this. But its not
the same issue.

Now it simply do not show up in the gnome sound settings. To get 5.1 ac3
output I first need to start pavucontrol then in the Configuration tab
select the correct profile in the Built-in Audio section.

Then it shows up in gnome sound setting. But it does not remember it so
I have to to this over and over.

So different problem but still an issue. now its showing up in
pulseaudio but not in gnome audio.

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

Title:
  pulsaudio not showing a52 device

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  so I have a external decoder that is connecting over a optical SPDIF link.
  Stereo works fine and I had 5.1 working in earlier versions of ubuntu.

  now I'm on 16.10 (Yakkety Yak)and I try to follow this description.
  https://help.ubuntu.com/community/DigitalAC-3Pulseaudio

  I have 5.1 now working in alsa with 
  speaker-test -Da52:0 -c6

  But I can not get it to show up in pulsaudio.  It used to be possible
  to select it and do the speaker test from inside the gnome sound gui.
  but now nothing :(

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: pulseaudio 1:9.0-1.1ubuntu1
  Uname: Linux 4.7.0-rc7+ x86_64
  ApportVersion: 2.20.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   kenjo 31687 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 29 18:42:37 2016
  InstallationDate: Installed on 2015-10-18 (284 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to yakkety on 2016-04-22 (97 days ago)
  dmi.bios.date: 02/22/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.B0
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170A GAMING M7 (MS-7976)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.B0:bd02/22/2016:svnMSI:pnMS-7976:pvr1.0:rvnMSI:rnZ170AGAMINGM7(MS-7976):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7976
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-04-23T00:00:29.066742

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1607875/+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 1632524] Re: package light-themes 16.10+16.10.20160926-0ubuntu1 failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 1

2017-08-16 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 16.10 (yakkety) reached end-of-life on July 20, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test.


** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Incomplete

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

Title:
  package light-themes 16.10+16.10.20160926-0ubuntu1 failed to
  install/upgrade: el subproceso script pre-installation nuevo devolvió
  el código de salida de error 1

Status in ubuntu-themes package in Ubuntu:
  Incomplete

Bug description:
  The issue happend when I try to upgrade all packages with synaptic
  app.

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: light-themes 16.10+16.10.20160926-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Tue Oct 11 19:24:32 2016
  ErrorMessage: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
  InstallationDate: Installed on 2016-09-06 (36 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160904)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.1
  SourcePackage: ubuntu-themes
  Title: package light-themes 16.10+16.10.20160926-0ubuntu1 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1632524/+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 1639584] Re: package light-themes 16.10+16.10.20161024-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting

2017-08-16 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 16.10 (yakkety) reached end-of-life on July 20, 2017.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test.


** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Incomplete

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

Title:
  package light-themes 16.10+16.10.20161024-0ubuntu1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in ubuntu-themes package in Ubuntu:
  Incomplete

Bug description:
  begins at start up

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: light-themes 16.10+16.10.20161024-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Fri Nov  4 00:01:45 2016
  DuplicateSignature:
   package:light-themes:16.10+16.10.20161024-0ubuntu1
   Setting up python3-libapparmor (2.10.95-4ubuntu5.1) ...
   dpkg: error processing package light-themes (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2016-10-31 (6 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.1
  SourcePackage: ubuntu-themes
  Title: package light-themes 16.10+16.10.20161024-0ubuntu1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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


  1   2   >