[Touch-packages] [Bug 1713212] Re: changes in >= 234-2ubuntu7 for artful breaks kubuntu CI image build in docker

2017-09-02 Thread Philip Muškovac
I did manage to reproduce this after all.

First thing: 234-2ubuntu10 indeed solves the problem in my manual test
at least.

All you need to do to reproduce this is start an artful container:
docker run -ti ubuntu:artful bash
then install systemd in it:
Setting up systemd (234-2ubuntu9) ...
ln: cannot remove '/etc/resolv.conf': Device or resource busy

which I'm not really suprised about as the file is managed by docker.
Debootstrap itself isn't directly affected by this when you run it
yourself as it creates its own resolv.conf in the chroot, so I guess
live-build had it's hand in this failure.

In the builds for older releases this was a non-issue because we never
install 'resolvconf' during the build, once you try to do this in the
docker container itself, it crashes the same way.

Xenial:
Setting up resolvconf (1.78ubuntu4) ...
ln: cannot remove '/etc/resolv.conf': Device or resource busy
dpkg: error processing package resolvconf (--configure):

so what happened here is really just that systemd started doing
something it wasn't responsible for in the past.

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

Title:
  changes in >= 234-2ubuntu7 for artful breaks kubuntu CI image build in
  docker

Status in systemd package in Ubuntu:
  In Progress

Bug description:
  Our live image build in kubuntu CI using docker, now fails since
  changes in 234-2ubuntu7 onwards.

  log: https://kci.pangea.pub/job/iso_artful_stable_amd64/4/console

  14:52:28 ln: cannot remove '/etc/resolv.conf': Device or resource busy
  14:52:28 dpkg: error processing package systemd (--configure):
  14:52:28  subprocess installed post-installation script returned error exit 
status 1

  234-2ubuntu7 changes:
  https://launchpad.net/ubuntu/+source/systemd/234-2ubuntu7

* Always setup /etc/resolv.conf on new installations.
  On new installations, /etc/resolv.conf will always exist. Move it to /run
  and replace it with the desired final symlink. (LP: #1712283)
* Create /etc/resolv.conf on resolved start, if it is an empty file.

  I doubt eventually we will be the only ones to hit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1713212/+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 1713212] Re: changes in >= 234-2ubuntu7 for artful breaks kubuntu CI image build in docker

2017-08-29 Thread Philip Muškovac
For clarification, the environment the containers run with is:

privileged: false,
cap_add: ['SYS_ADMIN'],
security_opts: ['apparmor:unconfined']

(see https://git.launchpad.net/~kubuntu-ci-admins/kubuntu-ci/+git
/pangea-tooling/tree/kci/imager.rb)

what's not helpful is that running debootstrap in a container started on the 
shell with
run --cap-add SYS_ADMIN --privileged=false --security-opt 'apparmor:unconfined'
seems to work fine... (result: artful/etc/resolv.conf -> 
../run/systemd/resolve/stub-resolv.conf)

so this might be related to some of the environment setup before live-
build starts running - or that fact that it's running headless, but I
did not have time to take a closer look at that.

As for touching resolv.conf, live-build does mess with it later on in
some way during the chroot build, but that happens far later during the
build.

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

Title:
  changes in >= 234-2ubuntu7 for artful breaks kubuntu CI image build in
  docker

Status in systemd package in Ubuntu:
  In Progress

Bug description:
  Our live image build in kubuntu CI using docker, now fails since
  changes in 234-2ubuntu7 onwards.

  log: https://kci.pangea.pub/job/iso_artful_stable_amd64/4/console

  14:52:28 ln: cannot remove '/etc/resolv.conf': Device or resource busy
  14:52:28 dpkg: error processing package systemd (--configure):
  14:52:28  subprocess installed post-installation script returned error exit 
status 1

  234-2ubuntu7 changes:
  https://launchpad.net/ubuntu/+source/systemd/234-2ubuntu7

* Always setup /etc/resolv.conf on new installations.
  On new installations, /etc/resolv.conf will always exist. Move it to /run
  and replace it with the desired final symlink. (LP: #1712283)
* Create /etc/resolv.conf on resolved start, if it is an empty file.

  I doubt eventually we will be the only ones to hit the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1713212/+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 1576726] Re: [SRU]network-manager

2016-05-13 Thread Philip Muškovac
@Aron: No, it doesn't. But now I found out that it's not NM's fault but
caused by a strict "1.2.0" version check in nmqt which is supposed to
remove some API for 1.2, but ofc. didn't catch 1.1.93. I'm talking to
upstream how to resolve that, but this bug can proceed fine.

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

Title:
  [SRU]network-manager

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-openconnect package in Ubuntu:
  Fix Released
Status in network-manager-openvpn package in Ubuntu:
  New
Status in network-manager-ssh package in Ubuntu:
  New
Status in network-manager-strongswan package in Ubuntu:
  New
Status in network-manager-vpnc package in Ubuntu:
  New
Status in network-manager source package in Xenial:
  Fix Committed
Status in network-manager-applet source package in Xenial:
  Fix Released
Status in network-manager-openconnect source package in Xenial:
  New
Status in network-manager-openvpn source package in Xenial:
  New
Status in network-manager-ssh source package in Xenial:
  New
Status in network-manager-strongswan source package in Xenial:
  New
Status in network-manager-vpnc source package in Xenial:
  New

Bug description:
  [Impact]
  Xenial was released with upstream beta2 version of network-manager to keep in 
time for the release schedule, and upstream stable release has been made so 
it's time to update to it.

  [Testcase]
  After upgrading the package, user should still be able to connect to networks 
like Ethernet, Wi-Fi and VPNs.

  [Regression Potential]
  Potential of causing regression is relatively small because there is not big 
changes made during beta2 -> stable process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1576726/+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 1576726] Re: [SRU]network-manager

2016-05-12 Thread Philip Muškovac
The network-manager 1.2 package seems to cause different symbol exposure in 
networkmanager-qt which caused the broken 15.08.0-0ubuntu1.2 package in bug 
#1569674
I'm still investigation where that exactly comes from, but building 
networkmanager-qt against xenial-release works fine.

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

Title:
  [SRU]network-manager

Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-openconnect package in Ubuntu:
  Fix Released
Status in network-manager-openvpn package in Ubuntu:
  New
Status in network-manager-ssh package in Ubuntu:
  New
Status in network-manager-strongswan package in Ubuntu:
  New
Status in network-manager-vpnc package in Ubuntu:
  New
Status in network-manager source package in Xenial:
  Fix Committed
Status in network-manager-applet source package in Xenial:
  Fix Released
Status in network-manager-openconnect source package in Xenial:
  New
Status in network-manager-openvpn source package in Xenial:
  New
Status in network-manager-ssh source package in Xenial:
  New
Status in network-manager-strongswan source package in Xenial:
  New
Status in network-manager-vpnc source package in Xenial:
  New

Bug description:
  [Impact]
  Xenial was released with upstream beta2 version of network-manager to keep in 
time for the release schedule, and upstream stable release has been made so 
it's time to update to it.

  [Testcase]
  After upgrading the package, user should still be able to connect to networks 
like Ethernet, Wi-Fi and VPNs.

  [Regression Potential]
  Potential of causing regression is relatively small because there is not big 
changes made during beta2 -> stable process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1576726/+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 1509562] Re: no icons for menu, folders, directories, files

2016-04-27 Thread Philip Muškovac
This sounds like it's related to the move of the icons from the
applications to the icon theme, and the applications not having any
safety measures for making sure one is actually installed. Lets see if
we can figure something out for yakkety (and xenial)

** Tags added: xenial yakkety

** Changed in: dolphin (Ubuntu)
Milestone: None => ubuntu-16.08

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

Title:
  no icons for menu, folders, directories, files

Status in dolphin package in Ubuntu:
  Confirmed
Status in kate package in Ubuntu:
  Confirmed
Status in kdepim package in Ubuntu:
  Confirmed
Status in konsole package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  no icons for menu, folders, directories, files

  I am using Xubuntu 15.10 as the Guest in Virtualbox 5.0.8 r103449.
  This happened after a recent Xubuntu update.

  Info:
  $ apt-cache policy dolphin
  dolphin:
Installed: 4:15.08.2-0ubuntu1
Candidate: 4:15.08.2-0ubuntu1
Version table:
   *** 4:15.08.2-0ubuntu1 0
  500 http://mirror.cogentco.com/pub/linux/ubuntu/ wily/universe amd64 
Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: dolphin 4:15.08.2-0ubuntu1
  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
  Date: Fri Oct 23 17:35:08 2015
  InstallationDate: Installed on 2015-06-01 (144 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150521)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: dolphin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dolphin/+bug/1509562/+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 1561778] Re: Kubuntu 14.04 -> 16.04 freezes kvm

2016-03-24 Thread Philip Muškovac
** Changed in: gcr (Ubuntu)
Milestone: None => ubuntu-16.04

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

Title:
  Kubuntu 14.04 -> 16.04 freezes kvm

Status in gcr package in Ubuntu:
  New

Bug description:
  I did 2 attempts to upgrade Kubuntu 14.04 to 16.04 during the Beta2 tests in 
KVM and both runs froze the VM once the upgrader reached
  Configuring libgck-1-0 (amd64)

  I'll see if I can find any more information about this

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcr/+bug/1561778/+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 1561778] [NEW] Kubuntu 14.04 -> 16.04 freezes kvm

2016-03-24 Thread Philip Muškovac
Public bug reported:

I did 2 attempts to upgrade Kubuntu 14.04 to 16.04 during the Beta2 tests in 
KVM and both runs froze the VM once the upgrader reached
Configuring libgck-1-0 (amd64)

I'll see if I can find any more information about this

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


** Tags: kubuntu xenial

** Tags added: kubuntu xenial

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

Title:
  Kubuntu 14.04 -> 16.04 freezes kvm

Status in gcr package in Ubuntu:
  New

Bug description:
  I did 2 attempts to upgrade Kubuntu 14.04 to 16.04 during the Beta2 tests in 
KVM and both runs froze the VM once the upgrader reached
  Configuring libgck-1-0 (amd64)

  I'll see if I can find any more information about this

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcr/+bug/1561778/+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 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-03-12 Thread Philip Muškovac
** Also affects: kaccounts-integration (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: kaccounts-integration (Ubuntu)
   Importance: Undecided => Critical

** Changed in: kaccounts-integration (Ubuntu)
   Status: New => In Progress

** Changed in: kaccounts-integration (Ubuntu)
Milestone: None => ubuntu-16.04

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

Title:
  [master] kde-config-telepathy-accounts package install error

Status in Kubuntu PPA:
  Confirmed
Status in meta-telepathy:
  Fix Released
Status in kaccounts-integration package in Ubuntu:
  In Progress
Status in kaccounts-providers package in Ubuntu:
  Triaged
Status in ktp-accounts-kcm package in Ubuntu:
  Triaged
Status in libaccounts-glib package in Ubuntu:
  Fix Released
Status in kaccounts-providers source package in Wily:
  Triaged
Status in ktp-accounts-kcm source package in Wily:
  Triaged

Bug description:
  Installing from Kubuntu 15.04 backports:

  Unpacking kde-config-telepathy-accounts (15.04.0-0ubuntu1~ubuntu15.04~ppa1) 
over (0.9.0-0ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_15.04.0-0ubuntu1~ubuntu15.04~ppa1_amd64.deb
 (--unpack):
   trying to overwrite '/usr/share/accounts/services/facebook-im.service', 
which is also in package account-plugin-facebook 0.12+15.04.20150415.1-0ubuntu1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1451728/+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 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-01-15 Thread Philip Muškovac
** Changed in: kaccounts-providers (Ubuntu)
Milestone: xenial-updates => ubuntu-16.04

** Changed in: ktp-accounts-kcm (Ubuntu)
Milestone: ubuntu-15.10 => ubuntu-16.04

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

Title:
  [master] kde-config-telepathy-accounts package install error

Status in One Hundred Papercuts:
  Confirmed
Status in Kubuntu PPA:
  Confirmed
Status in meta-telepathy:
  Unknown
Status in account-plugins package in Ubuntu:
  Invalid
Status in kaccounts-providers package in Ubuntu:
  Confirmed
Status in ktp-accounts-kcm package in Ubuntu:
  Confirmed
Status in kaccounts-providers source package in Wily:
  Confirmed
Status in ktp-accounts-kcm source package in Wily:
  Confirmed

Bug description:
  Installing from Kubuntu 15.04 backports:

  Unpacking kde-config-telepathy-accounts (15.04.0-0ubuntu1~ubuntu15.04~ppa1) 
over (0.9.0-0ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_15.04.0-0ubuntu1~ubuntu15.04~ppa1_amd64.deb
 (--unpack):
   trying to overwrite '/usr/share/accounts/services/facebook-im.service', 
which is also in package account-plugin-facebook 0.12+15.04.20150415.1-0ubuntu1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1451728/+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 1501041] Re: No visible display in ubuntu session when using nvidia drivers via nvidia-prime until screen goes to sleep, then waked up

2015-10-20 Thread Philip Muškovac
** Tags added: kubuntu

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

Title:
  No visible display in ubuntu session when using nvidia drivers via
  nvidia-prime until screen goes to sleep, then waked up

Status in lightdm package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers package in Ubuntu:
  Triaged
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Confirmed
Status in xfce4-session package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comments 8 & 10 for further info, demonstrations **

  Please note that this bug is being filed on a recent 15.10 Ubuntu
  image install but from a gnome session

  In a nutshell -
  Once nividia drivers are installed & used from nvidia-prime there is no 
longer a visible display in unity-greeter nor in an ubuntu session once logged 
in. (a blind log in successfully loads an ubuntu session.
  Everything in the ubuntu session works fine, there are no errors & all the 
related logs look ok, there is just no visible display.

  I can open apps, run commands, copy/create logs, play music, play
  videos, just no display so has to be done blindly from keyboard.

  On the other hand if I install gnome-shell & log in (blindly) to a
  gnome session from greeter then all is well & I get a visible
  display.

  The same behaviour is seen on an Xubuntu image install, once nvidia is
  installed & switched to, no visible display. Again there installing &
  logging into a gnome session works fine with visible display

  nvidia driver version doesn't matter, exact same is seen with current
  15.10 versions & the one I'm currently using (355) from drivers ppa.

  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comment 8 for further info **

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-core 2:1.17.2-1ubuntu7
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Sep 29 16:15:21 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 4.2.0-11-generic, x86_64: installed
   nvidia-355, 355.11, 4.2.0-11-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:3801]
   NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2015-09-28 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150928)
  MachineType: LENOVO 20217
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic.efi.signed 
root=UUID=3712249e-a4c8-4b29-9ffb-f9f9e7d5259a ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.name: 20217
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20150908-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  

[Touch-packages] [Bug 1492037] Re: Segmentation fault in brw_meta_fast_clear

2015-09-20 Thread Philip Muškovac
Ok, after adding mesa 11.0.0 I haven't seen this crash for 2 days now.
So I guess the patch helps as I had this crash several times per day
before that.

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

Title:
  Segmentation fault in brw_meta_fast_clear

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Triaged
Status in mesa package in Debian:
  Confirmed

Bug description:
  I have an nvidia optimus notebook, and since yesterdays updates X
  crashes on the nvidia driver, so I switched to intel. But now, every
  couple minutes plasmashell crashes with

  Thread 1 (Thread 0x7f7b245c6800 (LWP 5307)):
  [KCrash Handler]
  #6  brw_meta_fast_clear (brw=brw@entry=0x1abcf08, fb=fb@entry=0x405fc80, 
buffers=buffers@entry=34, partial_clear=partial_clear@entry=false) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:446
  #7  0x7f7b06b3506c in brw_clear (ctx=0x1abcf08, mask=34) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_clear.c:246
  #8  0x7f7b2264737a in QSGBatchRenderer::Renderer::renderBatches() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #9  0x7f7b2264bb3a in QSGBatchRenderer::Renderer::render() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #10 0x7f7b22656a1c in QSGRenderer::renderScene(QSGBindable const&) () 
from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #11 0x7f7b22656e9b in QSGRenderer::renderScene(unsigned int) () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #12 0x7f7b226655be in QSGRenderContext::renderNextFrame(QSGRenderer*, 
unsigned int) () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #13 0x7f7b226af20c in QQuickWindowPrivate::renderSceneGraph(QSize const&) 
() from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #14 0x7f7b2267fbac in ?? () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #15 0x7f7b226806d1 in ?? () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #16 0x7f7b2015eb8c in QApplicationPrivate::notify_helper(QObject*, 
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #17 0x7f7b20164230 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #18 0x7f7b1f680a9b in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #19 0x7f7b1f6d6c1d in QTimerInfoList::activateTimers() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #20 0x7f7b1f6d7121 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #21 0x7f7b1bb59f87 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #22 0x7f7b1bb5a1e0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #23 0x7f7b1bb5a28c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #24 0x7f7b1f6d7e1b in 
QEventDispatcherGlib::processEvents(QFlags) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #25 0x7f7b1f67e2da in 
QEventLoop::exec(QFlags) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #26 0x7f7b1f685e4c in QCoreApplication::exec() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #27 0x004322c3 in main ()

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libgl1-mesa-dri 10.6.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu9
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Sep  3 23:10:45 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2225]
 Subsystem: Lenovo Device [17aa:2225]
  InstallationDate: Installed on 2015-07-20 (45 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20CKCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.1.0-3-generic.efi.signed 
root=UUID=16f91247-90b6-4fc9-9f76-d3322b3d5e7c ro rootflags=subvol=@ noprompt 
crashkernel=384M-:128M
  SourcePackage: mesa
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N11ET31W (1.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CKCTO1WW
  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: None
  dmi.modalias: 

[Touch-packages] [Bug 1492037] Re: Segmentation fault in brw_meta_fast_clear

2015-09-04 Thread Philip Muškovac
David Edmundson pointed out that this was also discussed by the kde developers 
suggesting to switch back to UXA from SNA on intel
https://mail.kde.org/pipermail/kde-distro-packagers/2015-August/88.html

the freedesktop bug also seems to have a workaround attached to it

** Tags added: kubuntu

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

Title:
  Segmentation fault in brw_meta_fast_clear

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I have an nvidia optimus notebook, and since yesterdays updates X
  crashes on the nvidia driver, so I switched to intel. But now, every
  couple minutes plasmashell crashes with

  Thread 1 (Thread 0x7f7b245c6800 (LWP 5307)):
  [KCrash Handler]
  #6  brw_meta_fast_clear (brw=brw@entry=0x1abcf08, fb=fb@entry=0x405fc80, 
buffers=buffers@entry=34, partial_clear=partial_clear@entry=false) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:446
  #7  0x7f7b06b3506c in brw_clear (ctx=0x1abcf08, mask=34) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_clear.c:246
  #8  0x7f7b2264737a in QSGBatchRenderer::Renderer::renderBatches() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #9  0x7f7b2264bb3a in QSGBatchRenderer::Renderer::render() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #10 0x7f7b22656a1c in QSGRenderer::renderScene(QSGBindable const&) () 
from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #11 0x7f7b22656e9b in QSGRenderer::renderScene(unsigned int) () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #12 0x7f7b226655be in QSGRenderContext::renderNextFrame(QSGRenderer*, 
unsigned int) () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #13 0x7f7b226af20c in QQuickWindowPrivate::renderSceneGraph(QSize const&) 
() from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #14 0x7f7b2267fbac in ?? () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #15 0x7f7b226806d1 in ?? () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #16 0x7f7b2015eb8c in QApplicationPrivate::notify_helper(QObject*, 
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #17 0x7f7b20164230 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #18 0x7f7b1f680a9b in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #19 0x7f7b1f6d6c1d in QTimerInfoList::activateTimers() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #20 0x7f7b1f6d7121 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #21 0x7f7b1bb59f87 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #22 0x7f7b1bb5a1e0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #23 0x7f7b1bb5a28c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #24 0x7f7b1f6d7e1b in 
QEventDispatcherGlib::processEvents(QFlags) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #25 0x7f7b1f67e2da in 
QEventLoop::exec(QFlags) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #26 0x7f7b1f685e4c in QCoreApplication::exec() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #27 0x004322c3 in main ()

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libgl1-mesa-dri 10.6.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu9
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Sep  3 23:10:45 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2225]
 Subsystem: Lenovo Device [17aa:2225]
  InstallationDate: Installed on 2015-07-20 (45 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20CKCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.1.0-3-generic.efi.signed 
root=UUID=16f91247-90b6-4fc9-9f76-d3322b3d5e7c ro rootflags=subvol=@ noprompt 
crashkernel=384M-:128M
  SourcePackage: mesa
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N11ET31W (1.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CKCTO1WW
  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: None
  dmi.modalias: 

[Touch-packages] [Bug 1492037] Re: Segmentation fault in brw_meta_fast_clear

2015-09-04 Thread Philip Muškovac
So it turns out that is already known upstream..

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

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

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

** Changed in: mesa
 Remote watch: None => freedesktop.org Bugzilla #86281

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

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

Title:
  Segmentation fault in brw_meta_fast_clear

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  I have an nvidia optimus notebook, and since yesterdays updates X
  crashes on the nvidia driver, so I switched to intel. But now, every
  couple minutes plasmashell crashes with

  Thread 1 (Thread 0x7f7b245c6800 (LWP 5307)):
  [KCrash Handler]
  #6  brw_meta_fast_clear (brw=brw@entry=0x1abcf08, fb=fb@entry=0x405fc80, 
buffers=buffers@entry=34, partial_clear=partial_clear@entry=false) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:446
  #7  0x7f7b06b3506c in brw_clear (ctx=0x1abcf08, mask=34) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_clear.c:246
  #8  0x7f7b2264737a in QSGBatchRenderer::Renderer::renderBatches() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #9  0x7f7b2264bb3a in QSGBatchRenderer::Renderer::render() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #10 0x7f7b22656a1c in QSGRenderer::renderScene(QSGBindable const&) () 
from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #11 0x7f7b22656e9b in QSGRenderer::renderScene(unsigned int) () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #12 0x7f7b226655be in QSGRenderContext::renderNextFrame(QSGRenderer*, 
unsigned int) () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #13 0x7f7b226af20c in QQuickWindowPrivate::renderSceneGraph(QSize const&) 
() from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #14 0x7f7b2267fbac in ?? () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #15 0x7f7b226806d1 in ?? () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  #16 0x7f7b2015eb8c in QApplicationPrivate::notify_helper(QObject*, 
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #17 0x7f7b20164230 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  #18 0x7f7b1f680a9b in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #19 0x7f7b1f6d6c1d in QTimerInfoList::activateTimers() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #20 0x7f7b1f6d7121 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #21 0x7f7b1bb59f87 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #22 0x7f7b1bb5a1e0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #23 0x7f7b1bb5a28c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #24 0x7f7b1f6d7e1b in 
QEventDispatcherGlib::processEvents(QFlags) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #25 0x7f7b1f67e2da in 
QEventLoop::exec(QFlags) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #26 0x7f7b1f685e4c in QCoreApplication::exec() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #27 0x004322c3 in main ()

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libgl1-mesa-dri 10.6.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu9
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Sep  3 23:10:45 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:2225]
 Subsystem: Lenovo Device [17aa:2225]
  InstallationDate: Installed on 2015-07-20 (45 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20CKCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.1.0-3-generic.efi.signed 
root=UUID=16f91247-90b6-4fc9-9f76-d3322b3d5e7c ro rootflags=subvol=@ noprompt 
crashkernel=384M-:128M
  SourcePackage: mesa
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N11ET31W (1.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CKCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  

[Touch-packages] [Bug 1492037] [NEW] Segmentation fault in brw_meta_fast_clear

2015-09-03 Thread Philip Muškovac
Public bug reported:

I have an nvidia optimus notebook, and since yesterdays updates X
crashes on the nvidia driver, so I switched to intel. But now, every
couple minutes plasmashell crashes with

Thread 1 (Thread 0x7f7b245c6800 (LWP 5307)):
[KCrash Handler]
#6  brw_meta_fast_clear (brw=brw@entry=0x1abcf08, fb=fb@entry=0x405fc80, 
buffers=buffers@entry=34, partial_clear=partial_clear@entry=false) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:446
#7  0x7f7b06b3506c in brw_clear (ctx=0x1abcf08, mask=34) at 
../../../../../../../src/mesa/drivers/dri/i965/brw_clear.c:246
#8  0x7f7b2264737a in QSGBatchRenderer::Renderer::renderBatches() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#9  0x7f7b2264bb3a in QSGBatchRenderer::Renderer::render() () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#10 0x7f7b22656a1c in QSGRenderer::renderScene(QSGBindable const&) () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#11 0x7f7b22656e9b in QSGRenderer::renderScene(unsigned int) () from 
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#12 0x7f7b226655be in QSGRenderContext::renderNextFrame(QSGRenderer*, 
unsigned int) () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#13 0x7f7b226af20c in QQuickWindowPrivate::renderSceneGraph(QSize const&) 
() from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#14 0x7f7b2267fbac in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#15 0x7f7b226806d1 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#16 0x7f7b2015eb8c in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#17 0x7f7b20164230 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x7f7b1f680a9b in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7f7b1f6d6c1d in QTimerInfoList::activateTimers() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x7f7b1f6d7121 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x7f7b1bb59f87 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x7f7b1bb5a1e0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x7f7b1bb5a28c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x7f7b1f6d7e1b in 
QEventDispatcherGlib::processEvents(QFlags) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x7f7b1f67e2da in 
QEventLoop::exec(QFlags) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x7f7b1f685e4c in QCoreApplication::exec() () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x004322c3 in main ()

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: libgl1-mesa-dri 10.6.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
Uname: Linux 4.1.0-3-generic x86_64
ApportVersion: 2.18-0ubuntu9
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Sep  3 23:10:45 2015
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:2225]
   Subsystem: Lenovo Device [17aa:2225]
InstallationDate: Installed on 2015-07-20 (45 days ago)
InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: LENOVO 20CKCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.1.0-3-generic.efi.signed 
root=UUID=16f91247-90b6-4fc9-9f76-d3322b3d5e7c ro rootflags=subvol=@ noprompt 
crashkernel=384M-:128M
SourcePackage: mesa
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/19/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: N11ET31W (1.07 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20CKCTO1WW
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: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN11ET31W(1.07):bd03/19/2015:svnLENOVO:pn20CKCTO1WW:pvrThinkPadT550:rvnLENOVO:rn20CKCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20CKCTO1WW
dmi.product.version: ThinkPad T550
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.6.3-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.6.3-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu5
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1

[Touch-packages] [Bug 1440501] Re: Can not load mysql-akonadi apparmor profile

2015-04-15 Thread Philip Muškovac
** Changed in: akonadi (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Can not load mysql-akonadi apparmor profile

Status in akonadi package in Ubuntu:
  Fix Committed
Status in apparmor package in Ubuntu:
  Invalid

Bug description:
  Apparmor fails to start witch exit code 123, because it can not load
  the mysql-akonadi profile:

  % sudo systemctl status apparmor -l  
  ● apparmor.service - LSB: AppArmor initialization
 Loaded: loaded (/etc/init.d/apparmor)
 Active: failed (Result: exit-code) since So 2015-04-05 12:29:33 CEST; 55s 
ago
   Docs: man:systemd-sysv-generator(8)
Process: 13906 ExecStart=/etc/init.d/apparmor start (code=exited, 
status=123)

  Apr 05 12:29:33 benediktZ50-70 apparmor[13906]: Skipping profile in 
/etc/apparmor.d/disable: usr.bin.firefox
  Apr 05 12:29:33 benediktZ50-70 apparmor[13906]: AppArmor parser error for 
/etc/apparmor.d/usr.sbin.mysqld-akonadi in 
/etc/apparmor.d/usr.sbin.mysqld-akonadi at line 31: Could not open 
'local/usr.sbin.mysqld-akonadi'
  Apr 05 12:29:33 benediktZ50-70 apparmor[13906]: Skipping profile in 
/etc/apparmor.d/disable: usr.bin.firefox
  Apr 05 12:29:33 benediktZ50-70 apparmor[13906]: Skipping profile in 
/etc/apparmor.d/disable: usr.sbin.rsyslogd
  Apr 05 12:29:33 benediktZ50-70 apparmor[13906]: AppArmor parser error for 
/etc/apparmor.d/usr.sbin.mysqld-akonadi in 
/etc/apparmor.d/usr.sbin.mysqld-akonadi at line 31: Could not open 
'local/usr.sbin.mysqld-akonadi'
  Apr 05 12:29:33 benediktZ50-70 apparmor[13906]: ...fail!
  Apr 05 12:29:33 benediktZ50-70 systemd[1]: apparmor.service: control process 
exited, code=exited status=123
  Apr 05 12:29:33 benediktZ50-70 systemd[1]: Failed to start LSB: AppArmor 
initialization.
  Apr 05 12:29:33 benediktZ50-70 systemd[1]: Unit apparmor.service entered 
failed state.
  Apr 05 12:29:33 benediktZ50-70 systemd[1]: apparmor.service failed.

  However Apparmor loaded successfully:

  % sudo aa-status
  apparmor module is loaded.
  17 profiles are loaded.
  17 profiles are in enforce mode.
 /sbin/dhclient
 /usr/lib/NetworkManager/nm-dhcp-client.action
 /usr/lib/NetworkManager/nm-dhcp-helper
 /usr/lib/connman/scripts/dhclient-script
 /usr/lib/cups/backend/cups-pdf
 /usr/lib/libvirt/virt-aa-helper
 /usr/lib/telepathy/mission-control-5
 /usr/lib/telepathy/telepathy-*
 /usr/lib/telepathy/telepathy-*//pxgsettings
 /usr/lib/telepathy/telepathy-*//sanitized_helper
 /usr/lib/telepathy/telepathy-ofono
 /usr/sbin/cups-browsed
 /usr/sbin/cupsd
 /usr/sbin/cupsd//third_party
 /usr/sbin/libvirtd
 /usr/sbin/tcpdump
 docker-default
  0 profiles are in complain mode.
  5 processes have profiles defined.
  5 processes are in enforce mode.
 /sbin/dhclient (11821) 
 /usr/lib/telepathy/mission-control-5 (2008) 
 /usr/sbin/cups-browsed (840) 
 /usr/sbin/cupsd (12783) 
 /usr/sbin/libvirtd (971) 
  0 processes are in complain mode.
  0 processes are unconfined but have a profile defined.

  It is really necessary to set Apparmor as failed if one profile could
  not be loaded?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1440501/+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 1443659] Re: Apport crashes when I try to report a bug on update-manager-kde

2015-04-13 Thread Philip Muškovac
** Tags added: kubuntu

** Changed in: apport (Ubuntu)
   Importance: Undecided = Medium

** Changed in: apport (Ubuntu)
Milestone: None = ubuntu-15.04

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

Title:
  Apport crashes when I try to report a bug on update-manager-kde

Status in apport package in Ubuntu:
  New

Bug description:
  This is the third try, actually. I reported this once before, and it
  was classified as a private bug. Sorry, I threw that report away once
  it was confirmed.

  Bash output: $ ubuntu-bug update-manager-kde
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kiconthemes: Theme tree: (Breeze)
  Traceback (most recent call last):
File /usr/share/apport/apport-kde, line 530, in module
  sys.exit(UserInterface.run_argv())
File /usr/lib/python3/dist-packages/apport/ui.py, line 644, in run_argv
  self.run_symptom()
File /usr/lib/python3/dist-packages/apport/ui.py, line 635, in run_symptom
  self.run_report_bug(script)
File /usr/lib/python3/dist-packages/apport/ui.py, line 488, in 
run_report_bug
  response = self.ui_present_report_details(allowed_to_report)
File /usr/share/apport/apport-kde, line 367, in ui_present_report_details
  desktop_info)
File /usr/share/apport/apport-kde, line 184, in __init__
  self.ui.ui_update_view(self)
File /usr/share/apport/apport-kde, line 358, in ui_update_view
  QTreeWidgetItem(keyitem, [line])
  TypeError: index 0 has type 'bytes' but 'str' is expected
  Segmentation fault (core dumped)
  valorie@valorie-HP-Pavilion-dv7-Notebook-PC:~$ ubuntu-bug update-manager-kde
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kiconthemes: Theme tree: (Breeze)
  Traceback (most recent call last):
File /usr/share/apport/apport-kde, line 530, in module
  sys.exit(UserInterface.run_argv())
File /usr/lib/python3/dist-packages/apport/ui.py, line 644, in run_argv
  self.run_symptom()
File /usr/lib/python3/dist-packages/apport/ui.py, line 635, in run_symptom
  self.run_report_bug(script)
File /usr/lib/python3/dist-packages/apport/ui.py, line 488, in 
run_report_bug
  response = self.ui_present_report_details(allowed_to_report)
File /usr/share/apport/apport-kde, line 367, in ui_present_report_details
  desktop_info)
File /usr/share/apport/apport-kde, line 184, in __init__
  self.ui.ui_update_view(self)
File /usr/share/apport/apport-kde, line 358, in ui_update_view
  QTreeWidgetItem(keyitem, [line])
  TypeError: index 0 has type 'bytes' but 'str' is expected
  Segmentation fault (core dumped)
  valorie@valorie-HP-Pavilion-dv7-Notebook-PC:~$ ubuntu-bug apport
  kf5.kiconthemes: Theme tree: (Breeze)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apport 2.17-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 13:51:15 2015
  InstallationDate: Installed on 2015-02-27 (44 days ago)
  InstallationMedia: It
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1443659/+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 1439784] Re: [apport-kde] apport-collect: Can not import module PyQt5.QtCore

2015-04-02 Thread Philip Muškovac
** Tags added: kubuntu

** Project changed: apport = apport (Ubuntu)

** Changed in: apport (Ubuntu)
Milestone: None = ubuntu-15.04

** Changed in: apport (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  [apport-kde] apport-collect: Can not import module PyQt5.QtCore

Status in apport package in Ubuntu:
  New

Bug description:
  I had to use apport-collect in a tty, because in kde it is not usable:

  benedikt@benediktZ50-70 ~ % apport-collect 1439694
  ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt5.QtCore

  System : Kubuntu 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1439784/+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 1437803] Re: kubuntu 15.04 ubuntu-bug broken - File /usr/share/apport/apport-kde, line 43 from PyQt5 uic ^ SyntaxError: invalid syntax

2015-03-31 Thread Philip Muškovac
** Changed in: apport (Ubuntu)
   Importance: Undecided = Medium

** Changed in: apport (Ubuntu)
Milestone: None = ubuntu-15.04

** Tags added: kubuntu

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

Title:
  kubuntu 15.04 ubuntu-bug broken -  File /usr/share/apport/apport-
  kde, line 43 from PyQt5 uic   ^ SyntaxError: invalid syntax

Status in apport package in Ubuntu:
  Confirmed

Bug description:
  Using 15.04 (kubuntu amd64) I am unable to use ubuntu-bug.

  i.e

  
--
  morgan@morgan-MS-7758:~$ ubuntu-bug apport-kde 
File /usr/share/apport/apport-kde, line 43
  from PyQt5 uic
   ^
  SyntaxError: invalid syntax
  
--

  seeing as its the devel versio the bug-reporting tool is of fairly
  high importance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1437803/+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 1430675] Re: fails to set up a bridged network interface

2015-03-28 Thread Philip Muškovac
I tried again on current vivid, br0 is still not auto-starting. Here's
the logs

** Attachment added: iflogs.log
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1430675/+attachment/4358701/+files/iflogs.log

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

Title:
  fails to set up a bridged network interface

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I have a simple bridge set up in /etc/network/interfaces so that the
  virtual machines running on that machine can use it and be on the same
  subnet. But with systemd it's not started on boot. The bridge is
  configured as follows

  auto br0
  iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_maxwait 5

  reproduced now on a fresh vm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1430675/+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 1432173] [NEW] fails to bring up network bridge

2015-03-14 Thread Philip Muškovac
Public bug reported:

Probably a dup of #1430675

After upgrading to vivid with systemd my network bridge isn't configured
on boot:

$ systemctl --all |grep ifup
● ifup-wait-all-auto.service
loadedfailed   failed  Wait 
for all auto /etc/network/interfaces to be up for network-online.target
● ifup@eth0.service 
loadedfailed   failed  ifup 
for eth0
  ifup@eth1.service 
loadedactive   exited  ifup 
for eth1
  ifup@lxcbr0.service   
loadedactive   exited  ifup 
for lxcbr0
  ifup@virbr0-nic.service   
loadedactive   exited  ifup 
for virbr0/nic
  ifup@virbr0.service   
loadedactive   exited  ifup 
for virbr0
  ifup@wlan0.service
loadedactive   exited  ifup 
for wlan0
  system-ifup.slice 
loadedactive   active  
system-ifup.slice

$ journalctl -u ifup-wait-all-auto.service
-- Logs begin at Sat 2015-03-14 15:17:08 CET, end at Sat 2015-03-14 15:21:30 
CET. --
Mar 14 15:17:56 yofel-desktop systemd[1]: Starting Wait for all auto 
/etc/network/interfaces to be up for network-online.target...
Mar 14 15:17:56 yofel-desktop sh[1114]: Segmentation fault
Mar 14 15:19:56 yofel-desktop systemd[1]: ifup-wait-all-auto.service start 
operation timed out. Terminating.
Mar 14 15:19:56 yofel-desktop systemd[1]: Failed to start Wait for all auto 
/etc/network/interfaces to be up for network-online.target.
Mar 14 15:19:56 yofel-desktop systemd[1]: Unit ifup-wait-all-auto.service 
entered failed state.
Mar 14 15:19:56 yofel-desktop systemd[1]: ifup-wait-all-auto.service failed.

$ sudo ifconfig br0 up
br0: ERROR while getting interface flags: No such device

$ sudo ifup br0
/etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link 
to /run/resolvconf/resolv.conf
Waiting for DAD... Done

resolv.conf is intentionally a regular file. But after running ifup
the bridge works fine.


interfaces:
auto lo br0 
iface lo inet loopback

iface eth0 inet manual

iface br0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth1
bridge_stp off 
bridge_maxwait 0
bridge_fd 0

iface br0 inet6 static
address fec0::218:f3ff:fe2c:eb60/64
netmask 64


ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-4ubuntu5
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.16.2-0ubuntu2
Architecture: amd64
Date: Sat Mar 14 15:29:24 2015
InstallationDate: Installed on 2011-01-03 (1530 days ago)
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=9c833d6f-4685-4a19-ad27-fa60a77a4054 ro
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/30/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1238
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5B-Deluxe
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1238:bd09/30/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5B-Deluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug systemd-boot vivid

** Tags added: systemd-boot

** Description changed:

  Probably a dup of #1430675
  
  After upgrading to vivid with systemd my network bridge isn't configured
  on boot:
  
- $ systemctl --all |grep ifup  
+ $ systemctl --all |grep ifup
  ● ifup-wait-all-auto.service  
  loadedfailed   failed  
Wait for all auto 

[Touch-packages] [Bug 1401630] Re: package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-12-12 Thread Philip Muškovac
Nvm, dpkg was not upgraded before libdb5.3-java which caused the
failure.

** Changed in: db5.3 (Ubuntu)
   Status: New = Invalid

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

Title:
  package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

Status in db5.3 package in Ubuntu:
  Invalid

Bug description:
  From an utopic - vivid upgurade. The package can now be neither
  removed nor upgraded:

  Preparing to unpack .../libdb5.3-java_5.3.28-7_all.deb ...
  dpkg-maintscript-helper: error: original symlink target is not an absolute 
path
  dpkg: error processing archive 
/var/cache/apt/archives/libdb5.3-java_5.3.28-7_all.deb (--unpack):
   subprocess new pre-installation script returned error exit status 1

  dpkg: error processing package libdb5.3-java (--purge):
   package is in a very bad inconsistent state; you should
   reinstall it before attempting a removal

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: libdb5.3-java 5.3.28-5
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  Date: Thu Dec 11 19:11:41 2014
  DuplicateSignature: package:libdb5.3-java:5.3.28-5:subprocess new 
pre-installation script returned error exit status 1
  EcryptfsInUse: Yes
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  InstallationDate: Installed on 2011-10-08 (1160 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
  PackageArchitecture: all
  SourcePackage: db5.3
  Title: package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db5.3/+bug/1401630/+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 1401630] [NEW] package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-12-11 Thread Philip Muškovac
Public bug reported:

From an utopic - vivid upgurade. The package can now be neither removed
nor upgraded:

Preparing to unpack .../libdb5.3-java_5.3.28-7_all.deb ...
dpkg-maintscript-helper: error: original symlink target is not an absolute path
dpkg: error processing archive 
/var/cache/apt/archives/libdb5.3-java_5.3.28-7_all.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1

dpkg: error processing package libdb5.3-java (--purge):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting a removal

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libdb5.3-java 5.3.28-5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Thu Dec 11 19:11:41 2014
DuplicateSignature: package:libdb5.3-java:5.3.28-5:subprocess new 
pre-installation script returned error exit status 1
EcryptfsInUse: Yes
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2011-10-08 (1160 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
PackageArchitecture: all
SourcePackage: db5.3
Title: package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: db5.3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check vivid

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

Title:
  package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

Status in db5.3 package in Ubuntu:
  New

Bug description:
  From an utopic - vivid upgurade. The package can now be neither
  removed nor upgraded:

  Preparing to unpack .../libdb5.3-java_5.3.28-7_all.deb ...
  dpkg-maintscript-helper: error: original symlink target is not an absolute 
path
  dpkg: error processing archive 
/var/cache/apt/archives/libdb5.3-java_5.3.28-7_all.deb (--unpack):
   subprocess new pre-installation script returned error exit status 1

  dpkg: error processing package libdb5.3-java (--purge):
   package is in a very bad inconsistent state; you should
   reinstall it before attempting a removal

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: libdb5.3-java 5.3.28-5
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  Date: Thu Dec 11 19:11:41 2014
  DuplicateSignature: package:libdb5.3-java:5.3.28-5:subprocess new 
pre-installation script returned error exit status 1
  EcryptfsInUse: Yes
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  InstallationDate: Installed on 2011-10-08 (1160 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
  PackageArchitecture: all
  SourcePackage: db5.3
  Title: package libdb5.3-java 5.3.28-5 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db5.3/+bug/1401630/+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 1330037] Re: upower 0.99 transition

2014-08-04 Thread Philip Muškovac
Fixed in upstream git

** Changed in: kde-workspace (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 tracker in Ubuntu.
https://bugs.launchpad.net/bugs/1330037

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Committed
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “indicator-power” package in Ubuntu:
  Triaged
Status in “kde-workspace” package in Ubuntu:
  Fix Committed
Status in “mate-applets” package in Ubuntu:
  New
Status in “mate-power-manager” package in Ubuntu:
  New
Status in “mate-session-manager” package in Ubuntu:
  New
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+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 1330037] Re: upower 0.99 transition

2014-08-03 Thread Philip Muškovac
So the device management issues in kde were unrelated to upower 0.99,
which leaves the suspend issues with upstart where I'm working on a fix.

** Package changed: kde4libs (Ubuntu) = kde-workspace (Ubuntu)

** Changed in: kde-workspace (Ubuntu)
   Status: New = In Progress

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Committed
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “indicator-power” package in Ubuntu:
  Triaged
Status in “kde-workspace” package in Ubuntu:
  In Progress
Status in “mate-applets” package in Ubuntu:
  New
Status in “mate-power-manager” package in Ubuntu:
  New
Status in “mate-session-manager” package in Ubuntu:
  New
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+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 1330037] Re: upower 0.99 transition

2014-07-23 Thread Philip Muškovac
** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery and sugar will probably need removing. If a package only needs
  a rebuild, mark it fix commited, if something else is needed, in
  progress.
  
  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
- kde: works fine with systemd, suspend and device management broken with 
upstart
+ kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Committed
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “indicator-power” package in Ubuntu:
  Triaged
Status in “kde4libs” package in Ubuntu:
  New
Status in “mate-applets” package in Ubuntu:
  New
Status in “mate-power-manager” package in Ubuntu:
  New
Status in “mate-session-manager” package in Ubuntu:
  New
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may