[Touch-packages] [Bug 1450009] Re: suspends on closed lid, does not recognized external monitors/dock

2015-07-12 Thread Kevin Klinger
I have an HP zbook 15 G2 in the advanced dock and am having the same
problem of the system suspending on boot wit the lid closed. I tried the
PPA but the problem is still there. I've attached the output of the
commands you requested above that were taken after the PPA was applied.

cat /tmp/monitors.txt 
/sys/class/drm/card0/dev:226:0
/sys/class/drm/card0/power/control:auto
/sys/class/drm/card0/power/async:disabled
/sys/class/drm/card0/power/runtime_enabled:disabled
/sys/class/drm/card0/power/runtime_active_kids:0
/sys/class/drm/card0/power/runtime_active_time:0
/sys/class/drm/card0/power/runtime_status:unsupported
/sys/class/drm/card0/power/runtime_usage:0
/sys/class/drm/card0/power/runtime_suspended_time:0
/sys/class/drm/card0/uevent:MAJOR=226
/sys/class/drm/card0/uevent:MINOR=0
/sys/class/drm/card0/uevent:DEVNAME=dri/card0
/sys/class/drm/card0/uevent:DEVTYPE=drm_minor
/sys/class/drm/version:drm 1.1.0 20060810


** Attachment added: journal.txt
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1450009/+attachment/4428056/+files/journal.txt

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

Title:
  suspends on closed lid, does not recognized external monitors/dock

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Using systemd as init system on a HP zbook15 notebook having 2 external 
monitors connected using a docking station and starting with lid closed the 
system goes to sleep after successfully booting and starting lightdm greeter. 
Sometimes there's enough time to enter username and password but system goes to 
sleep every time after a few seconds.
  The system can be woken up and used after this happens but it will not let me 
shutdown later.

  The problem is just present in docked situation starting with closed
  lid using systemd a init system.

  If notebook is used in non-docked situation with open lid and systemd
  the problem does not occur.

  Workaround: A switch back to upstart as init system resolves the
  issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd-sysv 219-7ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Wed Apr 29 14:46:09 2015
  InstallationDate: Installed on 2015-04-27 (1 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1450009/+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 1296218] Re: aa-complain crashed with apparmor.common.AppArmorException in get_profile_flags(): '/etc/apparmor.d/usr.bin.chromium-browser contains no profile'

2015-07-12 Thread Mathew Hodson
This issue still exists on trusty.

$ apt list apparmor
Listing... Done
apparmor/trusty-proposed,now 2.8.95~2430-0ubuntu5.3 amd64 [installed,automatic]

$ sudo aa-autodep /usr/bin/chromium-browser
Profile for /usr/bin/chromium-browser already exists - skipping.
$ sudo aa-genprof /usr/bin/chromium-browser
Traceback (most recent call last):
  File /usr/sbin/aa-genprof, line 107, in module
apparmor.helpers[program] = apparmor.get_profile_flags(profile_filename, 
program)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 613, in 
get_profile_flags
raise AppArmorException(_('%s contains no profile') % filename)
apparmor.common.AppArmorException: '/etc/apparmor.d/usr.bin.chromium-browser 
contains no profile'
$ sudo aa-complain /usr/bin/chromium-browser
Setting /usr/bin/chromium-browser to complain mode.
Traceback (most recent call last):
  File /usr/sbin/aa-complain, line 30, in module
tool.cmd_complain()
  File /usr/lib/python3/dist-packages/apparmor/tools.py, line 164, in 
cmd_complain
apparmor.set_complain(profile, program)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 275, in 
set_complain
change_profile_flags(filename, program, 'complain', True)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 616, in 
change_profile_flags
old_flags = get_profile_flags(filename, program)
  File /usr/lib/python3/dist-packages/apparmor/aa.py, line 613, in 
get_profile_flags
raise AppArmorException(_('%s contains no profile') % filename)
apparmor.common.AppArmorException: '/etc/apparmor.d/usr.bin.chromium-browser 
contains no profile'

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

Title:
  aa-complain crashed with apparmor.common.AppArmorException in
  get_profile_flags(): '/etc/apparmor.d/usr.bin.chromium-browser
  contains no profile'

Status in AppArmor:
  Fix Released
Status in apparmor package in Ubuntu:
  Fix Released
Status in apparmor source package in Trusty:
  Fix Released
Status in apparmor source package in Utopic:
  Fix Released

Bug description:
  Here the profile exists
  ---
  $ sudo aa-autodep /usr/bin/chromium-browser
  Profile for /usr/bin/chromium-browser already exists - skipping.
  
  Here it doesn't exist
  
  $ sudo aa-genprof /usr/bin/chromium-browser
  Traceback (most recent call last):
File /usr/sbin/aa-genprof, line 102, in module
  apparmor.helpers[program] = apparmor.get_profile_flags(profile_filename, 
program)
File /usr/lib/python3/dist-packages/apparmor/aa.py, line 600, in 
get_profile_flags
  raise AppArmorException(_('%s contains no profile') % filename)
  apparmor.common.AppArmorException: '/etc/apparmor.d/usr.bin.chromium-browser 
contains no profile'
  ---
  and finally this crashes again
  ---
  $ sudo aa-complain /usr/bin/chromium-browser
  Setting /usr/bin/chromium-browser to complain mode.
  Traceback (most recent call last):
File /usr/sbin/aa-complain, line 30, in module
  tool.cmd_complain()
File /usr/lib/python3/dist-packages/apparmor/tools.py, line 178, in 
cmd_complain
  apparmor.set_complain(profile, program)
File /usr/lib/python3/dist-packages/apparmor/aa.py, line 264, in 
set_complain
  change_profile_flags(filename, program, 'complain', True)
File /usr/lib/python3/dist-packages/apparmor/aa.py, line 603, in 
change_profile_flags
  old_flags = get_profile_flags(filename, program)
File /usr/lib/python3/dist-packages/apparmor/aa.py, line 600, in 
get_profile_flags
  raise AppArmorException(_('%s contains no profile') % filename)
  apparmor.common.AppArmorException: '/etc/apparmor.d/usr.bin.chromium-browser 
contains no profile'

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: apparmor-utils 2.8.95~2430-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-18.38-lowlatency 3.13.6
  Uname: Linux 3.13.0-18-lowlatency x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  Date: Sun Mar 23 08:47:30 2014
  ExecutablePath: /usr/sbin/aa-complain
  InstallationDate: Installed on 2014-03-08 (14 days ago)
  InstallationMedia: Ubuntu-Studio 14.04 Trusty Tahr - Alpha amd64 (20140224)
  InterpreterPath: /usr/bin/python3.4
  ProcCmdline: /usr/bin/python3 /usr/sbin/aa-complain /usr/bin/chromium-browser
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-lowlatency 
root=UUID=4333a8e9-30cd-431d-8682-8211c549f168 ro quiet splash vt.handoff=7
  PythonArgs: ['/usr/sbin/aa-complain', '/usr/bin/chromium-browser']
  SourcePackage: apparmor
  Title: aa-complain crashed with apparmor.common.AppArmorException in 
get_profile_flags(): '/etc/apparmor.d/usr.bin.chromium-browser contains no 
profile'
  UpgradeStatus: No upgrade log present (probably fresh install)
  

[Touch-packages] [Bug 1473825] [NEW] Update to 0.4.0

2015-07-12 Thread Robert Ancell
Public bug reported:

Update to 0.4.0

** Affects: xcb-util (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

** Changed in: xcb-util (Ubuntu)
   Status: New = Triaged

** Changed in: xcb-util (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Update to 0.4.0

Status in xcb-util package in Ubuntu:
  Triaged

Bug description:
  Update to 0.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xcb-util/+bug/1473825/+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 1473825] Re: Update to 0.4.0

2015-07-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~robert-ancell/xcb-util/update-0.4.0

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

Title:
  Update to 0.4.0

Status in xcb-util package in Ubuntu:
  Triaged

Bug description:
  Update to 0.4.0

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


Re: [Touch-packages] [Bug 1473727] Re: No DNS servers after netboot

2015-07-12 Thread Phil Lello
The VM image was generated via debootstrap, then the main changes were:

- add interfaces definitions for lo (auto) and eth0 (manual)
- set hostname
- set root password
- set fstab up (mounting / from /dev/nfs)
- install linux-virtual package via chroot
- set initramfs-tools for netboot  run update-initramfs -u

Note that the eth0 interface is left as configured by the initrd
environment, since re-running DHCP causes problems for an NFS root.

I'm pretty certain the guest OS is configured correctly, but perhaps this
is more of an uncatered for scenario (e.g. initramfs environment handling
DHCP) than a bug.

Fortunately, by the time the main kernel boots, /run is already populated
with the results of the initramfs DHCP, in the net-iface.conf file(s)

I'm happy to update the script - and if you could point me at the
guidelines for these, I'd be greatful - my internet searches didn't come up
with anything.

Phil

On Sun, Jul 12, 2015 at 8:01 PM, Thomas Hood 1473...@bugs.launchpad.net
wrote:

 Hi there and thanks for your report.

 I don't see any evidence here of a bug in resolvconf. There is most
 probably something wrong with your machine's configuration. So this
 report should be reassigned to something else... or closed if the
 configuration shortcomings are purely local. Where did you get / how did
 you build the virtual machine you are running?

 The script you posted provides some useful clues as to what the problem
 is but it is for several reasons not a clean solution.


 ** Changed in: resolvconf (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1473727

 Title:
   No DNS servers after netboot

 Status in resolvconf package in Ubuntu:
   Incomplete

 Bug description:
   Ubuntu 14.04 / resolvconf 1.69ubuntu1.1

   When netbooting a xen VM, I see the following output:

address: 192.168.1.180broadcast: 192.168.1.255netmask:
   255.255.255.0

gateway: 192.168.1.1  dns0 : 192.168.1.1  dns1   :
   0.0.0.0

   So I know DHCP is working.

   However, resolv.conf doesn't get updated - the interface is set to
   manual as DHCP was handled at the initrd level.

   Please let me know how I can help get this fixed.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1473727/+subscriptions


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

Title:
  No DNS servers after netboot

Status in resolvconf package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04 / resolvconf 1.69ubuntu1.1

  When netbooting a xen VM, I see the following output:

   address: 192.168.1.180broadcast: 192.168.1.255netmask:
  255.255.255.0

   gateway: 192.168.1.1  dns0 : 192.168.1.1  dns1   :
  0.0.0.0

  So I know DHCP is working.

  However, resolv.conf doesn't get updated - the interface is set to
  manual as DHCP was handled at the initrd level.

  Please let me know how I can help get this fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1473727/+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 1473149] Re: Lightdm refuses to work after installing kubuntu-desktop

2015-07-12 Thread Robert Ancell
The log file is /var/log/lightdm/lightdm.log. If you can reproduce the
problem and then copy that file that would be useful in debugging.

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

Title:
  Lightdm refuses to work after installing kubuntu-desktop

Status in lightdm package in Ubuntu:
  New

Bug description:
  After installing kubuntu-desktop meta package I saw a prompt telling me that 
both sddm and lightdm are available and I am forced to choose one between 
them.so I chose lightdm.on the next reboot I was unable to use GUI.
  After 2-3 weeks,I retried using sudo dpkg-reconfigure lightdm and selected 
lightdm.still fails to run GUI.
  sddm works fine and is able to handle both Plasma and Unity.
  Ubuntu 15.04 with lightdm 1.14.2-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jul  9 21:15:22 2015
  InstallationDate: Installed on 2015-06-09 (30 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1473149/+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 1442216] Re: Cannot call numbers received in SMS

2015-07-12 Thread qduaty
It seems to work now (Ubuntu 15.04 r23) but there is no link for a
number if there's a URL in the same message. In such case, the URL has a
link but the number is rendered as plain text.

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

Title:
  Cannot call numbers received in SMS

Status in messaging-app package in Ubuntu:
  Confirmed

Bug description:
  Some SMS contain numbers of sufficient length that are obvious phone numbers 
(some even start from the + sign) but cannot be called from the application. 
They should be clickable, same way as URLs, which are recognized correctly. Or 
even better, Messaging app should search for possible owners of these numbers 
in Contacts app and give choice: open contact or call the number. There are two 
well known scenarios involving sending phone numbers through SMS:
  1. A person sending a number to another person (a mutual friend)
  2. Carrier notification about a missed call.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1442216/+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 1445436] Re: Segmentation faults in libapt-pkg.so.4.12.0

2015-07-12 Thread Alessandro Peppino
Starting from yesterday I was affected as well.
Ubuntu 14.04 (Trusty Tahr).
[ 1038.128029] apt-get[11829]: segfault at b6fe6a84 ip b767932f sp bfb951c0 
error 6 in libapt-pkg.so.4.12.0[b758c000+144000]
Synaptic , APT, update-manager were not working
adding APT::Cache-start 2;  in /etc/apt/apt.conf.d/00bugs solved the 
problem

I reviewed the  changes I made to the system  yesterday:  I saw in synaptic 
history 
balazarbrothers
libode1
libode1sp
python-soya
I removed all these packages 
Then I removed /etc/apt/apt.conf.d/00bugs, I rebooted   and I did not get the 
error in APT.
It seemed to me very strange that removing balazarbrothers, libode1,  
libode1sp, and python-soya could solve the problem but I tired  to reinstall  
these 4 packages but the error did not show up again.
All this seems to me strange and I don't know if what I did can help to 
understand the problem anyway that is what I did.

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

Title:
  Segmentation faults in libapt-pkg.so.4.12.0

Status in Linux Mint:
  New
Status in apt package in Ubuntu:
  Confirmed

Bug description:
  For no obvious reason whatsoever it is now completely impossible for
  me to use APT. Furthermore it is completely impossible for me to
  report a bug with apport.

  apport-gtk[4025]: segfault at aca04d24 ip b4b622f1 sp aebe7240 error 6 in 
libapt-pkg.so.4.12.0[b4a8c000+125000]
  apt-get[4087]: segfault at b58bed24 ip b768c2f1 sp bfc6d800 error 6 in 
libapt-pkg.so.4.12.0[b75b6000+125000]
  apt-cache[4827]: segfault at b58fbd24 ip b76c82f1 sp bfc7ece0 error 6 in 
libapt-pkg.so.4.12.0[b75f2000+125000]
  apport-gtk[4886]: segfault at ab92fd24 ip b4b8d2f1 sp b46d4240 error 6 in 
libapt-pkg.so.4.12.0[b4ab7000+125000]
  apt-get[4929]: segfault at b5953d24 ip b77212f1 sp bfb75f40 error 6 in 
libapt-pkg.so.4.12.0[b764b000+125000]
  apt-get[5110]: segfault at b58c9d24 ip b7697281 sp bf9cf750 error 6 in 
libapt-pkg.so.4.12.0[b75c1000+125000]
  apt-get[5258]: segfault at b58f0d24 ip b76bd281 sp bfa1fe40 error 6 in 
libapt-pkg.so.4.12.0[b75e7000+125000]
  apt-get[5381]: segfault at b58bad24 ip b7687281 sp bfdaf300 error 6 in 
libapt-pkg.so.4.12.0[b75b1000+125000]
  apt-get[5991]: segfault at b595ed24 ip b772c281 sp bff062a0 error 6 in 
libapt-pkg.so.4.12.0[b7656000+125000]
  apt-get[6104]: segfault at b5982d24 ip b7750281 sp bfdbeee0 error 6 in 
libapt-pkg.so.4.12.0[b767a000+125000]
  apt-get[6279]: segfault at b597dd24 ip b774b281 sp bfab9600 error 6 in 
libapt-pkg.so.4.12.0[b7675000+125000]
  apt-get[6814]: segfault at b58b4d24 ip b7682281 sp bfb1efe0 error 6 in 
libapt-pkg.so.4.12.0[b75ac000+125000]

  I have tried reinstalling libapt-
  pkg4.12_0.8.16~exp12ubuntu10.21_i386.deb but nothing changes.

  Last upgrade log:

  Start-Date: 2015-04-15  00:39:51
  Commandline: /usr/bin/apt-get dist-upgrade
  Upgrade: libsdl1.2debian:i386 (1.2.14-6.4ubuntu3, 1.2.14-6.4ubuntu3.1), 
libxfixes3:i386 (5.0-4ubuntu4.3, 5.0-4ubuntu4.4), libx11-data:i386 
(1.4.99.1-0ubuntu2.2, 1.4.99.1-0ubuntu2.3), libxi-dev:i386 
(1.7.1.901-1ubuntu1~precise2, 1.7.1.901-1ubuntu1~precise3), libxrender-dev:i386 
(0.9.6-2ubuntu0.1, 0.9.6-2ubuntu0.2), libx11-xcb1:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), x11proto-core-dev:i386 (7.0.22-1ubuntu0.1, 
7.0.22-1ubuntu0.2), libxext-dev:i386 (1.3.0-3ubuntu0.1, 1.3.0-3ubuntu0.2), 
xserver-xorg-video-vmware:i386 (12.0.1-1ubuntu1.1, 12.0.1-1ubuntu1.2), 
libxrender1:i386 (0.9.6-2ubuntu0.1, 0.9.6-2ubuntu0.2), libxrandr-dev:i386 
(1.3.2-2ubuntu0.2, 1.3.2-2ubuntu0.3), libx11-6:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), ntpdate:i386 (4.2.6.p3+dfsg-1ubuntu3.3, 
4.2.6.p3+dfsg-1ubuntu3.4), libx11-dev:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), libx11-doc:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), libxfixes-dev:i386 (5.0-4ubuntu4.3, 5.0-4ubuntu4.4), 
libxi6:i386 (1.7.1.9
 01-1ubuntu1~precise2, 1.7.1.901-1ubuntu1~precise3), libxp6:i386 
(1.0.1-2ubuntu0.12.04.1, 1.0.1-2ubuntu0.12.04.2), libxv1:i386 
(1.0.6-2ubuntu0.1, 1.0.6-2ubuntu0.2), libxext6:i386 (1.3.0-3ubuntu0.1, 
1.3.0-3ubuntu0.2), libxrandr2:i386 (1.3.2-2ubuntu0.2, 1.3.2-2ubuntu0.3)
  End-Date: 2015-04-15  00:40:43

  Clearing the entire archive including *.bin* files didn't work.
  http://askubuntu.com/a/14552/170177

  Increasing or disabling the cache limit made no difference.
  https://aziest.wordpress.com/2011/01/24/how-to-increase-your-apt-cache-limit/

  Still looking and will update.
  --- 
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: apt 0.8.16~exp12ubuntu10.23
  PackageArchitecture: i386
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
  Tags:  precise 

[Touch-packages] [Bug 1439313] Re: apt-key del keyid is case sensitive

2015-07-12 Thread Luke Faraone
Fixed in 1.0.9.9ubuntu1

** Changed in: apt (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: apt (Ubuntu)
Milestone: vivid-updates = None

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

Title:
  apt-key del keyid is case sensitive

Status in apt package in Ubuntu:
  Fix Released
Status in apt package in Debian:
  Fix Released

Bug description:
  Note:
  Confirmed on Ubuntu utopic with apt 1.0.9.2ubuntu2
  Confirmed on Debian jessie apt 1.0.9.7

  Behavior NOT seen on Ubuntu precise with apt 0.8.16~exp12ubuntu10.22
  Behavior NOT seen on Debian wheezy apt 0.9.7.9+deb7u7

  apt-key export is not case-sensitive to the hex keyid specified.
  Inconsistently, apt-key del is case-sensitive and won't match unless
  the hex keyid is uppercase. This is highly exacerbated by bug #1256565
  which results in OK being printed and success being returned when
  apt-key del doesn't match anything.

  The user is reasonably left to conclude that the key has been deleted
  from the trusted keyring when it has not.

  Example:

  # apt-key export 7fac5991
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1

  mQGiBEXwb0YRBADQva2NLpYXxgjNkbuP0LnPoEXruGmvi3XMIxjEUFuGNCP4Rj/a
  kv2E5VixBP1vcQFDRJ+p1puh8NU0XERlhpyZrVMzzS/RdWdyXf7E5S8oqNXsoD1z
  fvmI+i9b2EhHAA19Kgw7ifV8vMa4tkwslEmcTiwiw8lyUl28Wh4Et8SxzwCggDcA
  feGqtn3PP5YAdD0km4S4XeMEAJjlrqPoPv2Gf//tfznY2UyS9PUqFCPLHgFLe80u
  QhI2U5jt6jUKN4fHauvR6z3seSAsh1YyzyZCKxJFEKXCCqnrFSoh4WSJsbFNc4PN
  b0V0SqiTCkWADZyLT5wll8sWuQ5ylTf3z1ENoHf+G3um3/wk/+xmEHvj9HCTBEXP
  78X0A/0Tqlhc2RBnEf+AqxWvM8sk8LzJI/XGjwBvKfXe+l3rnSR2kEAvGzj5Sg0X
  4XmfTg4Jl8BNjWyvm2Wmjfet41LPmYJKsux3g0b8yzQxeOA4pQKKAU3Z4+rgzGmf
  HdwCG5MNT2A5XxD/eDd+L4fRx0HbFkIQoAi1J3YWQSiTk15fw7RMR29vZ2xlLCBJ
  bmMuIExpbnV4IFBhY2thZ2UgU2lnbmluZyBLZXkgPGxpbnV4LXBhY2thZ2VzLWtl
  eW1hc3RlckBnb29nbGUuY29tPohjBBMRAgAjAhsDBgsJCAcDAgQVAggDBBYCAwEC
  HgECF4AFAkYVdn8CGQEACgkQoECDD3+sWZHKSgCfdq3HtNYJLv+XZleb6HN4zOcF
  AJEAniSFbuv8V5FSHxeRimHx25671az+uQINBEXwb0sQCACuA8HT2nr+FM5y/kzI
  A51ZcC46KFtIDgjQJ31Q3OrkYP8LbxOpKMRIzvOZrsjOlFmDVqitiVc7qj3lYp6U
  rgNVaFv6Qu4bo2/ctjNHDDBdv6nufmusJUWq/9TwieepM/cwnXd+HMxu1XBKRVk9
  XyAZ9SvfcW4EtxVgysI+XlptKFa5JCqFM3qJllVohMmr7lMwO8+sxTWTXqxsptJo
  pZeKz+UBEEqPyw7CUIVYGC9ENEtIMFvAvPqnhj1GS96REMpry+5s9WKuLEaclWpd
  K3krttbDlY1NaeQUCRvBYZ8iAG9YSLHUHMTuI2oea07Rh4dtIAqPwAX8xn36JAYG
  2vgLAAMFB/wKqaycjWAZwIe98Yt0qHsdkpmIbarD9fGiA6kfkK/UxjL/k7tmS4Vm
  CljrrDZkPSQ/19mpdRcGXtb0NI9+nyM5trweTvtPw+HPkDiJlTaiCcx+izg79Fj9
  KcofuNb3lPdXZb9tzf5oDnmm/B+4vkeTuEZJ//IFty8cmvCpzvY+DAz1Vo9rA+Zn
  cpWY1n6z6oSS9AsyT/IFlWWBZZ17SpMHu+h4Bxy62+AbPHKGSujEGQhWq8ZRoJAT
  G0KSObnmZ7FwFWu1e9XFoUCt0bSjiJWTIyaObMrWu/LvJ3e9I87HseSJStfw6fki
  5og9qFEkMrIrBCp3QGuQWBq/rTdMuwNFiEkEGBECAAkFAkXwb0sCGwwACgkQoECD
  D3+sWZF/WACfeNAu1/1hwZtUo1bR+MWiCjpvHtwAnA1R3IHqFLQ2X3xJ40XPuAyY
  /FJG
  =Quqp
  -END PGP PUBLIC KEY BLOCK-
  # apt-key del 7fac5991
  OK
  # echo $?
  0
  # apt-key export 7fac5991
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1

  mQGiBEXwb0YRBADQva2NLpYXxgjNkbuP0LnPoEXruGmvi3XMIxjEUFuGNCP4Rj/a
  kv2E5VixBP1vcQFDRJ+p1puh8NU0XERlhpyZrVMzzS/RdWdyXf7E5S8oqNXsoD1z
  fvmI+i9b2EhHAA19Kgw7ifV8vMa4tkwslEmcTiwiw8lyUl28Wh4Et8SxzwCggDcA
  feGqtn3PP5YAdD0km4S4XeMEAJjlrqPoPv2Gf//tfznY2UyS9PUqFCPLHgFLe80u
  QhI2U5jt6jUKN4fHauvR6z3seSAsh1YyzyZCKxJFEKXCCqnrFSoh4WSJsbFNc4PN
  b0V0SqiTCkWADZyLT5wll8sWuQ5ylTf3z1ENoHf+G3um3/wk/+xmEHvj9HCTBEXP
  78X0A/0Tqlhc2RBnEf+AqxWvM8sk8LzJI/XGjwBvKfXe+l3rnSR2kEAvGzj5Sg0X
  4XmfTg4Jl8BNjWyvm2Wmjfet41LPmYJKsux3g0b8yzQxeOA4pQKKAU3Z4+rgzGmf
  HdwCG5MNT2A5XxD/eDd+L4fRx0HbFkIQoAi1J3YWQSiTk15fw7RMR29vZ2xlLCBJ
  bmMuIExpbnV4IFBhY2thZ2UgU2lnbmluZyBLZXkgPGxpbnV4LXBhY2thZ2VzLWtl
  eW1hc3RlckBnb29nbGUuY29tPohjBBMRAgAjAhsDBgsJCAcDAgQVAggDBBYCAwEC
  HgECF4AFAkYVdn8CGQEACgkQoECDD3+sWZHKSgCfdq3HtNYJLv+XZleb6HN4zOcF
  AJEAniSFbuv8V5FSHxeRimHx25671az+uQINBEXwb0sQCACuA8HT2nr+FM5y/kzI
  A51ZcC46KFtIDgjQJ31Q3OrkYP8LbxOpKMRIzvOZrsjOlFmDVqitiVc7qj3lYp6U
  rgNVaFv6Qu4bo2/ctjNHDDBdv6nufmusJUWq/9TwieepM/cwnXd+HMxu1XBKRVk9
  XyAZ9SvfcW4EtxVgysI+XlptKFa5JCqFM3qJllVohMmr7lMwO8+sxTWTXqxsptJo
  pZeKz+UBEEqPyw7CUIVYGC9ENEtIMFvAvPqnhj1GS96REMpry+5s9WKuLEaclWpd
  K3krttbDlY1NaeQUCRvBYZ8iAG9YSLHUHMTuI2oea07Rh4dtIAqPwAX8xn36JAYG
  2vgLAAMFB/wKqaycjWAZwIe98Yt0qHsdkpmIbarD9fGiA6kfkK/UxjL/k7tmS4Vm
  CljrrDZkPSQ/19mpdRcGXtb0NI9+nyM5trweTvtPw+HPkDiJlTaiCcx+izg79Fj9
  KcofuNb3lPdXZb9tzf5oDnmm/B+4vkeTuEZJ//IFty8cmvCpzvY+DAz1Vo9rA+Zn
  cpWY1n6z6oSS9AsyT/IFlWWBZZ17SpMHu+h4Bxy62+AbPHKGSujEGQhWq8ZRoJAT
  G0KSObnmZ7FwFWu1e9XFoUCt0bSjiJWTIyaObMrWu/LvJ3e9I87HseSJStfw6fki
  5og9qFEkMrIrBCp3QGuQWBq/rTdMuwNFiEkEGBECAAkFAkXwb0sCGwwACgkQoECD
  D3+sWZF/WACfeNAu1/1hwZtUo1bR+MWiCjpvHtwAnA1R3IHqFLQ2X3xJ40XPuAyY
  /FJG
  =Quqp
  -END PGP PUBLIC KEY BLOCK-
  # apt-key del 7FAC5991
  OK
  # echo $?
  0
  # apt-key export 7fac5991
  gpg: WARNING: nothing exported

To manage notifications about this bug go 

[Touch-packages] [Bug 1470235] Re: PolicyKit high memory usage

2015-07-12 Thread Jon Dallara
New screenshots from my system after 5+ days.  polkitd is at 1.2G +.  I
have daily screenshots also if they are needed.  I have Firefox and
Thunderbird running always.  I do find my WIFI connection becomes less
stable as polkitd gets larger.

** Attachment added: Screenshot from 2015-07-12 14:31:09.png
   
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+attachment/4428015/+files/Screenshot%20from%202015-07-12%2014%3A31%3A09.png

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

Title:
  PolicyKit high memory usage

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Periodically I install updates on my computer and reboot without
  logging in. When I come back to my computer and log in, polkitd is
  using a large chunk of memory. At the moment it's using  2.3 GiB of
  memory on a machine with 8 GB RAM:

  $ ps aux | grep polkit
  root  1229  0.4 29.8 2652532 2420916 ? Sl   Jun19  67:38 
/usr/lib/policykit-1/polkitd --no-debug

  Killing the process frees the memory until I reboot again.

  
  I'm currently using the latest version of policykit-1:

  $ apt-file search /usr/lib/policykit-1/polkitd
  policykit-1: /usr/lib/policykit-1/polkitd

  $ apt-cache policy policykit-1
  policykit-1:
Installed: 0.105-4ubuntu2.14.04.1
Candidate: 0.105-4ubuntu2.14.04.1
Version table:
   *** 0.105-4ubuntu2.14.04.1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.105-4ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  $ sudo apt-get upgrade policykit-1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  policykit-1 is already the newest version.

  
  Other information:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: policykit-1 0.105-4ubuntu2.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Tue Jun 30 16:14:51 2015
  InstallationDate: Installed on 2014-08-25 (309 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+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 370795] Re: update-manager is downloading all packages although its configured for security updates only

2015-07-12 Thread Luke Faraone
Thank you for reporting this bug to Ubuntu. Jaunty has reached EOL.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

Please upgrade to the latest version and re-test. If the bug is still
reproducible, increase the verbosity of the steps to recreate it so we
can try again.

Do feel free to report any other bugs you may find.

** Changed in: software-properties (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  update-manager is downloading all packages although its configured for
  security updates only

Status in software-properties package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: update-manager

  It seems that update-manager is currently downloading packages in the
  background when not configured to do so.  I have been feeling this is
  true for some time, and likely ever since I upgraded to Jaunty but I
  have no confirmation of this behaviour until now.

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  Package: update-manager 1:0.111.9
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Uname: Linux 2.6.28-11-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/370795/+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 1473727] Re: No DNS servers after netboot

2015-07-12 Thread Thomas Hood
Hi there and thanks for your report.

I don't see any evidence here of a bug in resolvconf. There is most
probably something wrong with your machine's configuration. So this
report should be reassigned to something else... or closed if the
configuration shortcomings are purely local. Where did you get / how did
you build the virtual machine you are running?

The script you posted provides some useful clues as to what the problem
is but it is for several reasons not a clean solution.


** Changed in: resolvconf (Ubuntu)
   Status: New = Incomplete

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

Title:
  No DNS servers after netboot

Status in resolvconf package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 14.04 / resolvconf 1.69ubuntu1.1

  When netbooting a xen VM, I see the following output:

   address: 192.168.1.180broadcast: 192.168.1.255netmask:
  255.255.255.0

   gateway: 192.168.1.1  dns0 : 192.168.1.1  dns1   :
  0.0.0.0

  So I know DHCP is working.

  However, resolv.conf doesn't get updated - the interface is set to
  manual as DHCP was handled at the initrd level.

  Please let me know how I can help get this fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1473727/+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 1473766] [NEW] package libgl1-mesa-dri (not installed) failed to install/upgrade: trying to overwrite shared '/etc/drirc', which is different from other instances of package libg

2015-07-12 Thread Galen Thurber
Public bug reported:

Xorg not allowing nvidia drivers to install,
nouveau won't surrender.
Upon reboot Xorg fails to find any screens due to nvidia not loading.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgl1-mesa-dri (not installed)
Uname: Linux 4.1.0-040100rc6-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sun Jul 12 09:21:29 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 fwts-efi-runtime-dkms, 14.03.01, 3.19.0-21-generic, x86_64: installed
 fwts-efi-runtime-dkms, 14.03.01, 3.19.0-22-generic, x86_64: installed
 fwts-efi-runtime-dkms, 14.03.01, 3.19.0-23-generic, x86_64: installed
 virtualbox, 4.3.10: added
DpkgTerminalLog:
 Preparing to unpack .../libdrm-nouveau2_2.4.60-2~ubuntu14.04.1_amd64.deb ...
 Unpacking libdrm-nouveau2:amd64 (2.4.60-2~ubuntu14.04.1) ...
 Selecting previously unselected package libgl1-mesa-dri:amd64.
 Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.4_amd64.deb ...
 Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.4) ...
DuplicateSignature: package:libgl1-mesa-dri:(not installed):trying to overwrite 
shared '/etc/drirc', which is different from other instances of package 
libgl1-mesa-dri:amd64
ErrorMessage: trying to overwrite shared '/etc/drirc', which is different from 
other instances of package libgl1-mesa-dri:amd64
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation G71 [GeForce 7900 GT/GTO] [10de:0291] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: NVIDIA Corporation Device [10de:c560]
InstallationDate: Installed on 2015-05-10 (63 days ago)
InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
LightdmGreeterLog:
 ** (lightdm-gtk-greeter:1238): WARNING **: Failed to load user image: Failed 
to open file '/home/west/.face': Permission denied
 init: indicator-power main process (1274) killed by TERM signal
 init: indicator-application main process (1280) killed by TERM signal
LightdmGreeterLogOld:
 ** (lightdm-gtk-greeter:1246): WARNING **: Failed to load user image: Failed 
to open file '/home/west/.face': Permission denied
 init: indicator-power main process (1282) killed by TERM signal
 init: indicator-application main process (1289) terminated with status 1
MachineType: Gigabyte Technology Co., Ltd. GA-78LMT-USB3 6.0
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-040100rc6-generic 
root=UUID=b2e6ef75-e76d-436c-a4b0-2a40e37828a6 ro verbose=1 drm.debug=0xe
Renderer: Software
SourcePackage: mesa
Title: package libgl1-mesa-dri (not installed) failed to install/upgrade: 
trying to overwrite shared '/etc/drirc', which is different from other 
instances of package libgl1-mesa-dri:amd64
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/25/2014
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: GA-78LMT-USB3 6.0
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: SEx
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd11/25/2014:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-USB36.0:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-USB36.0:rvrSEx:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-78LMT-USB3 6.0
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Jul 12 09:22:32 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputMicrosoft Basic Optical Mouse MOUSE, id 8
 inputAT Translated Set 2 keyboard KEYBOARD, id 9
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: nouveau

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


** Tags: amd64 apport-package need-duplicate-check package-conflict trusty 
ubuntu

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

Title:
  package libgl1-mesa-dri (not installed) failed to install/upgrade:
  trying to overwrite shared '/etc/drirc', which is different from other
  

[Touch-packages] [Bug 1392176] Comment bridged from LTC Bugzilla

2015-07-12 Thread bugproxy
--- Comment From bharata@in.ibm.com 2015-07-12 06:07 EDT---
*** Bug 127595 has been marked as a duplicate of this bug. ***

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

Title:
  mounts cgroups unconditionally which causes undesired effects with cpu
  hotplug

Status in cgmanager package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  == Comment: #0 - Preeti U. Murthy preeti.mur...@in.ibm.com - 2014-10-20 
04:40:12 ==
  ---Problem Description---
  Systemd mounts cgroups explicitly every boot. Since the user had no say in 
it, undesired consequences are observed in reaction to cpu hotplug operations.  
Here is how.

  Systemd moves the tasks to the cgroup mounted by it. This cgroup 
automatically becomes the child of the root cgroup which is present by default. 
The children cgroups are not expected to remember their configured cpusets 
after hotplug operations in the kernel. Hence when cpus are taken offline and 
brought back online they are no longer used for load balancing of tasks and 
hence remain unused. 
 This is an undesired consequence because the user had not even asked for 
cgroups to be mounted, yet is not able to use the full capacity of the system.

  Only when the user himself creates cgroup hierarchies, should he be
  exposed to the side effects of cpu hotplug on cpusets. Else all online
  cpus must be made available to him which is not happening since
  systemd mounts cgroups on every boot.

  Hence please revert this feature or provide an explaination as to why this is 
being done.
   
  ---uname output---
  Linux tul181p1 3.16.0-18-generic #25-Ubuntu SMP Fri Sep 26 02:39:53 UTC 2014 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = Tuleta 8286-42A 
   ---Debugger---
  A debugger was configured, however the system did not enter into the debugger
   
  ---Steps to Reproduce---
   $ taskset -p $$
  $ 0-127
  $ echo 0  /sys/devices/system/cpu/cpu7/online
  $ taskset -p $$
  $ 0-6,8-127
  $ echo 1  /sys/devices/system/cpu/cpu7/online
  $ taskset -p $$
  $ 0-6,8-127
   
   
  Userspace tool common name: systemd 
   
  The userspace tool has the following bit modes: 64-bit 

  Userspace rpm: systemd_208-8ubuntu8_ppc64el.deb

  Userspace tool obtained from project website:   208-8ubuntu8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1392176/+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 1471560] Re: Laptop does not wake properly from suspend/sleep

2015-07-12 Thread Raphael Mankin
I have narrowed down the problem.

1. I have deleted light-locker, updated all the packages and run ubuntu-
tweak/janitor.

The screen now always unblanks.

2. The mouse pointer issue remains.

There are four ways of putting the laptop to sleep:
2.1 Letting it time-out and having the power manager suspend the machine. The 
mouse pointer restores OK
2.2 Using a menu item to suspend. The mouse pointer restores OK
2.3 Using fn-F4. The mouse pointer restores OK
2.4 Shutting the laptop lid. The mouse pointer does not restore. I have to use 
fn-F4/fn to get it back.

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

Title:
  Laptop does not wake properly from suspend/sleep

Status in xorg package in Ubuntu:
  New

Bug description:
  I am running xfce4/lightdm/lihg-locker on ubuntu 14.04.2

  The bug does not always manifest itself, but does so frequently.

  When waking from sleep/suspend I get the unlock screen but after
  entering my password the main display does not appear; it remains
  blanked. Sometimes re-suspending and re-waking the machine resolves
  the problem, but not always.

  Alternatively, the main screen does appear ut the mouse pointer is
  missing. I can tell where it ought to be by the highlighting of menu
  items. In this case re-sleep/re-waken has always resolved the problem.

  Sometimes I can get to a console seesion with ctl-alt-f1. In this case
  killing xfce4-session clears the problem, but after doing this a few
  times skype will not restart.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Jul  5 15:59:03 2015
  InstallationDate: Installed on 2015-06-03 (31 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1471560/+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 1473766] Re: package libgl1-mesa-dri (not installed) failed to install/upgrade: trying to overwrite shared '/etc/drirc', which is different from other instances of package libgl1

2015-07-12 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 mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1473766

Title:
  package libgl1-mesa-dri (not installed) failed to install/upgrade:
  trying to overwrite shared '/etc/drirc', which is different from other
  instances of package libgl1-mesa-dri:amd64

Status in mesa package in Ubuntu:
  New

Bug description:
  Xorg not allowing nvidia drivers to install,
  nouveau won't surrender.
  Upon reboot Xorg fails to find any screens due to nvidia not loading.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri (not installed)
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Jul 12 09:21:29 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   fwts-efi-runtime-dkms, 14.03.01, 3.19.0-21-generic, x86_64: installed
   fwts-efi-runtime-dkms, 14.03.01, 3.19.0-22-generic, x86_64: installed
   fwts-efi-runtime-dkms, 14.03.01, 3.19.0-23-generic, x86_64: installed
   virtualbox, 4.3.10: added
  DpkgTerminalLog:
   Preparing to unpack .../libdrm-nouveau2_2.4.60-2~ubuntu14.04.1_amd64.deb ...
   Unpacking libdrm-nouveau2:amd64 (2.4.60-2~ubuntu14.04.1) ...
   Selecting previously unselected package libgl1-mesa-dri:amd64.
   Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.4_amd64.deb ...
   Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.4) ...
  DuplicateSignature: package:libgl1-mesa-dri:(not installed):trying to 
overwrite shared '/etc/drirc', which is different from other instances of 
package libgl1-mesa-dri:amd64
  ErrorMessage: trying to overwrite shared '/etc/drirc', which is different 
from other instances of package libgl1-mesa-dri:amd64
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G71 [GeForce 7900 GT/GTO] [10de:0291] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:c560]
  InstallationDate: Installed on 2015-05-10 (63 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:1238): WARNING **: Failed to load user image: Failed 
to open file '/home/west/.face': Permission denied
   init: indicator-power main process (1274) killed by TERM signal
   init: indicator-application main process (1280) killed by TERM signal
  LightdmGreeterLogOld:
   ** (lightdm-gtk-greeter:1246): WARNING **: Failed to load user image: Failed 
to open file '/home/west/.face': Permission denied
   init: indicator-power main process (1282) killed by TERM signal
   init: indicator-application main process (1289) terminated with status 1
  MachineType: Gigabyte Technology Co., Ltd. GA-78LMT-USB3 6.0
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-040100rc6-generic 
root=UUID=b2e6ef75-e76d-436c-a4b0-2a40e37828a6 ro verbose=1 drm.debug=0xe
  Renderer: Software
  SourcePackage: mesa
  Title: package libgl1-mesa-dri (not installed) failed to install/upgrade: 
trying to overwrite shared '/etc/drirc', which is different from other 
instances of package libgl1-mesa-dri:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/25/2014
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F2
  dmi.board.name: GA-78LMT-USB3 6.0
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: SEx
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd11/25/2014:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-USB36.0:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-USB36.0:rvrSEx:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-78LMT-USB3 6.0
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Jul 12 09:22:32 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Basic Optical Mouse MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, 

[Touch-packages] [Bug 1473756] Re: New Upstream version 0.25

2015-07-12 Thread Bug Watch Updater
** Changed in: exiv2 (Debian)
   Status: Unknown = New

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

Title:
  New Upstream version 0.25

Status in exiv2 package in Ubuntu:
  New
Status in exiv2 package in Debian:
  New

Bug description:
  version 0.25 of exiv2 was released a few weeks ago.
  http://exiv2.org/whatsnew.html

  It contains a large collection of new features, new lenses and
  bugfixes across all areas ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1473756/+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 1470235] Re: PolicyKit high memory usage

2015-07-12 Thread Waffles
I also have a slowly growing polkitd.

After an uptime of 6d1h /usr/lib/policykit-1/polkitd --no-debug has a
CPU time of 6:32:57 and memory usage of 1.3GiB (started around 7MiB at
boot).

Of note I've used Transmission the whole time, Firefox on and off, and
Duplicity every morning.

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

Title:
  PolicyKit high memory usage

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Periodically I install updates on my computer and reboot without
  logging in. When I come back to my computer and log in, polkitd is
  using a large chunk of memory. At the moment it's using  2.3 GiB of
  memory on a machine with 8 GB RAM:

  $ ps aux | grep polkit
  root  1229  0.4 29.8 2652532 2420916 ? Sl   Jun19  67:38 
/usr/lib/policykit-1/polkitd --no-debug

  Killing the process frees the memory until I reboot again.

  
  I'm currently using the latest version of policykit-1:

  $ apt-file search /usr/lib/policykit-1/polkitd
  policykit-1: /usr/lib/policykit-1/polkitd

  $ apt-cache policy policykit-1
  policykit-1:
Installed: 0.105-4ubuntu2.14.04.1
Candidate: 0.105-4ubuntu2.14.04.1
Version table:
   *** 0.105-4ubuntu2.14.04.1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.105-4ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  $ sudo apt-get upgrade policykit-1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  policykit-1 is already the newest version.

  
  Other information:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: policykit-1 0.105-4ubuntu2.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Tue Jun 30 16:14:51 2015
  InstallationDate: Installed on 2014-08-25 (309 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+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 1473029] Re: notification (image update, gmail, dialer) displayed twice

2015-07-12 Thread Jean-Baptiste Lallement
** Summary changed:

- Image update notification displayed twice
+ notification (image update, gmail, dialer) displayed twice

** Description changed:

  current build number: 54
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-09 08:43:49
  version version: 54
  version ubuntu: 20150708.1
  version device: 20150706-a9e00a0
  version custom: 20150707-800-5-34
  
- Sometimes image updates notification are displayed twice in the
- indicator. Push client logs shows a single notification. There is
- nothing specific to reproduce, sometimes it happens, sometimes it
- doesn't.
+ Sometimes notifications are displayed twice in the indicator. It happens
+ randomly with all kind of notifications (image update, gmail, dialer)
+ Push client logs shows a single notification. There is nothing specific
+ to reproduce, sometimes it happens, sometimes it doesn't.

** Summary changed:

- notification (image update, gmail, dialer) displayed twice
+ notification (image update, gmail, calls) displayed twice

** Description changed:

  current build number: 54
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-09 08:43:49
  version version: 54
  version ubuntu: 20150708.1
  version device: 20150706-a9e00a0
  version custom: 20150707-800-5-34
  
  Sometimes notifications are displayed twice in the indicator. It happens
- randomly with all kind of notifications (image update, gmail, dialer)
+ randomly with all kind of notifications (image update, gmail, calls)
  Push client logs shows a single notification. There is nothing specific
  to reproduce, sometimes it happens, sometimes it doesn't.

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

Title:
  notification (image update, gmail, calls) displayed twice

Status in Canonical System Image:
  New
Status in indicator-messages package in Ubuntu:
  New

Bug description:
  current build number: 54
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-09 08:43:49
  version version: 54
  version ubuntu: 20150708.1
  version device: 20150706-a9e00a0
  version custom: 20150707-800-5-34

  Sometimes notifications are displayed twice in the indicator. It
  happens randomly with all kind of notifications (image update, gmail,
  calls) Push client logs shows a single notification. There is nothing
  specific to reproduce, sometimes it happens, sometimes it doesn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1473029/+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 561479] Re: Windows executable on unwritable removable media cannot execute with Wine due to lack of executable bit

2015-07-12 Thread Luke Faraone
Now this is fixed in mime-support, do we still need to make a change to
udisks? If so, what is it?

** Changed in: udisks (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  Windows executable on unwritable removable media cannot execute with
  Wine due to lack of executable bit

Status in One Hundred Papercuts:
  Triaged
Status in udisks:
  New
Status in mime-support package in Ubuntu:
  Fix Released
Status in udisks package in Ubuntu:
  Incomplete
Status in mime-support source package in Lucid:
  Won't Fix
Status in udisks source package in Lucid:
  Won't Fix
Status in mime-support source package in Maverick:
  Invalid
Status in udisks source package in Maverick:
  Invalid
Status in Baltix:
  New

Bug description:
  I would like to install Far Cry from the DVD on Ubuntu Lucid but I
  wasn't able to do so because the installation executable was lacking
  the executable bit. I verified in fstab and there was the exec option
  on the cdrom line. Furthermore I was able to install Counter Strike
  from the CDROM (is there a difference between how DVD and CDROM are
  managed?). I had to umount the DVD and mount it again in an other
  folder, /usr/cd (/mnt/cd didn't work) to get the install executable
  work.

  == Regression details ==
  Discovered in version: lucid
  Last known good version: karmic, which had no cautious-launcher

  == Workaround ==
  Install Wine from the Wine Team PPA, which disables the use of 
cautious-launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/561479/+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 1470235] Re: PolicyKit high memory usage

2015-07-12 Thread Jon Dallara
** Attachment added: Screenshot from 2015-07-12 14:31:26.png
   
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+attachment/4428016/+files/Screenshot%20from%202015-07-12%2014%3A31%3A26.png

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

Title:
  PolicyKit high memory usage

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Periodically I install updates on my computer and reboot without
  logging in. When I come back to my computer and log in, polkitd is
  using a large chunk of memory. At the moment it's using  2.3 GiB of
  memory on a machine with 8 GB RAM:

  $ ps aux | grep polkit
  root  1229  0.4 29.8 2652532 2420916 ? Sl   Jun19  67:38 
/usr/lib/policykit-1/polkitd --no-debug

  Killing the process frees the memory until I reboot again.

  
  I'm currently using the latest version of policykit-1:

  $ apt-file search /usr/lib/policykit-1/polkitd
  policykit-1: /usr/lib/policykit-1/polkitd

  $ apt-cache policy policykit-1
  policykit-1:
Installed: 0.105-4ubuntu2.14.04.1
Candidate: 0.105-4ubuntu2.14.04.1
Version table:
   *** 0.105-4ubuntu2.14.04.1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.105-4ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  $ sudo apt-get upgrade policykit-1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  policykit-1 is already the newest version.

  
  Other information:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: policykit-1 0.105-4ubuntu2.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Tue Jun 30 16:14:51 2015
  InstallationDate: Installed on 2014-08-25 (309 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+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 1470235] Re: PolicyKit high memory usage

2015-07-12 Thread Jon Dallara
** Attachment added: Screenshot from 2015-07-12 14:31:26.png
   
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+attachment/4428017/+files/Screenshot%20from%202015-07-12%2014%3A31%3A26.png

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

Title:
  PolicyKit high memory usage

Status in policykit-1 package in Ubuntu:
  Confirmed

Bug description:
  Periodically I install updates on my computer and reboot without
  logging in. When I come back to my computer and log in, polkitd is
  using a large chunk of memory. At the moment it's using  2.3 GiB of
  memory on a machine with 8 GB RAM:

  $ ps aux | grep polkit
  root  1229  0.4 29.8 2652532 2420916 ? Sl   Jun19  67:38 
/usr/lib/policykit-1/polkitd --no-debug

  Killing the process frees the memory until I reboot again.

  
  I'm currently using the latest version of policykit-1:

  $ apt-file search /usr/lib/policykit-1/polkitd
  policykit-1: /usr/lib/policykit-1/polkitd

  $ apt-cache policy policykit-1
  policykit-1:
Installed: 0.105-4ubuntu2.14.04.1
Candidate: 0.105-4ubuntu2.14.04.1
Version table:
   *** 0.105-4ubuntu2.14.04.1 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.105-4ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  $ sudo apt-get upgrade policykit-1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  policykit-1 is already the newest version.

  
  Other information:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: policykit-1 0.105-4ubuntu2.14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Tue Jun 30 16:14:51 2015
  InstallationDate: Installed on 2014-08-25 (309 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1470235/+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 1473805] [NEW] package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10

2015-07-12 Thread canfdk
Public bug reported:

I run xfce in CharletOS and i had install Gnome desktop enviroment, i do
something with Gnome and save, then when i return xfce and reinstall
lightDM it crash problem

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.5-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-58.97-generic 3.13.11-ckt22
Uname: Linux 3.13.0-58-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
AptOrdering: lightdm: Purge
Architecture: amd64
Date: Sun Jul 12 23:10:59 2015
DpkgTerminalLog: Removing lightdm (1.10.5-0ubuntu1.1) ...
DuplicateSignature: package:lightdm:1.10.5-0ubuntu1.1:subprocess installed 
pre-removal script returned error exit status 10
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 10
InstallationDate: Installed on 2015-07-05 (7 days ago)
InstallationMedia: ChaletOS 14.04 - Release amd64
LightdmConfig:
 [SeatDefaults]
 autologin-guest=false
 autologin-user=canfdk
 autologin-user-timeout=0
 autologin-session=lightdm-autologin
SourcePackage: lightdm
Title: package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 10

Status in lightdm package in Ubuntu:
  New

Bug description:
  I run xfce in CharletOS and i had install Gnome desktop enviroment, i
  do something with Gnome and save, then when i return xfce and
  reinstall lightDM it crash problem

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.5-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-58.97-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-58-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering: lightdm: Purge
  Architecture: amd64
  Date: Sun Jul 12 23:10:59 2015
  DpkgTerminalLog: Removing lightdm (1.10.5-0ubuntu1.1) ...
  DuplicateSignature: package:lightdm:1.10.5-0ubuntu1.1:subprocess installed 
pre-removal script returned error exit status 10
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 10
  InstallationDate: Installed on 2015-07-05 (7 days ago)
  InstallationMedia: ChaletOS 14.04 - Release amd64
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user=canfdk
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  SourcePackage: lightdm
  Title: package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: 
subprocess installed pre-removal script returned error exit status 10
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1473805/+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 1473805] Re: package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10

2015-07-12 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 lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1473805

Title:
  package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 10

Status in lightdm package in Ubuntu:
  New

Bug description:
  I run xfce in CharletOS and i had install Gnome desktop enviroment, i
  do something with Gnome and save, then when i return xfce and
  reinstall lightDM it crash problem

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.5-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-58.97-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-58-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering: lightdm: Purge
  Architecture: amd64
  Date: Sun Jul 12 23:10:59 2015
  DpkgTerminalLog: Removing lightdm (1.10.5-0ubuntu1.1) ...
  DuplicateSignature: package:lightdm:1.10.5-0ubuntu1.1:subprocess installed 
pre-removal script returned error exit status 10
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 10
  InstallationDate: Installed on 2015-07-05 (7 days ago)
  InstallationMedia: ChaletOS 14.04 - Release amd64
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user=canfdk
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  SourcePackage: lightdm
  Title: package lightdm 1.10.5-0ubuntu1.1 failed to install/upgrade: 
subprocess installed pre-removal script returned error exit status 10
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1473805/+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 349469] Re: debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable

2015-07-12 Thread Julio Alexander Sieg
** Changed in: debconf (Ubuntu)
 Assignee: (unassigned) = Julio Alexander Sieg (julio-sieg)

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

Title:
  debconf: DbDriver config: /var/cache/debconf/config.dat is locked by
  another process: Resource temporarily unavailable

Status in Ambasa:
  New
Status in Debconf:
  New
Status in aptdaemon package in Ubuntu:
  Confirmed
Status in debconf package in Ubuntu:
  Triaged

Bug description:
  Upgrading packages that use debconf sometimes fail with the following
  error:

  debconf: DbDriver config: /var/cache/debconf/config.dat is locked by
  another process: Resource temporarily unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ambasa/+bug/349469/+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 1453602] Re: mediatomb starts before network comes online

2015-07-12 Thread Phillip Susi
I've done some more investigating and identified the problem; I'm just
not sure what the solution is.  The problem is that nm decides the
network is up as soon as there are no interfaces that still have work
to be done ( such as obtaining a dhcp lease ).  My e1000e interface
comes up in the disconnected state, which nm considers to be an unusable
state with no work to be done, and so it declares the network to be all
set up.  I'm not sure why, but it takes another 20 seconds for the
e1000e to auto negotiate the 100 mbps link speed with my router, and
then the link transitions to up, and nm starts trying to get a dhcp
lease.

I suppose I'm still wondering why it takes so long for the link to come
up, but I guess the real problem is the fact that nm will consider
networking to be up so long as there is no link yet.  I'm thinking it
needs patched to not consider the network up until at least one
interface is actually functioning.

Another possible fix is for mediatomb and any other services that depend
on network to instead depend on ifup@eth0.service.


** Changed in: network-manager (Ubuntu)
   Status: New = Triaged

** Changed in: network-manager (Ubuntu)
   Importance: Undecided = High

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

Title:
  mediatomb starts before network comes online

Status in mediatomb package in Ubuntu:
  Triaged
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  mediatomb fails to start at boot because the network is not yet up.
  It's unit file lists After: network-online.target, but this target
  comes up before NetworkManager has brought the network up.  I'm
  guessing it only counts networks configured in /etc/interfaces.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediatomb/+bug/1453602/+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 1473812] [NEW] dirname not available in initramfs

2015-07-12 Thread aleblanc
Public bug reported:

There is a call to dirname on line 11 of 
/usr/share/initramfs-tools/scripts/local-top/cryptroot, but dirname is not 
included in the initramfs.
This doesn't seem to cause any problems on a new system, but it caused me some 
problems when trying to debug some changes I made to my initramfs.

Description:Ubuntu 14.04.2 LTS
Release:14.04

initramfs-tools:
  Installed: 0.103ubuntu4.2
  Candidate: 0.103ubuntu4.2
  Version table:
 *** 0.103ubuntu4.2 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 0.103ubuntu4 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: initramfs-tools 0.103ubuntu4.2
ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
Uname: Linux 3.13.0-57-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jul 13 02:57:43 2015
InstallationDate: Installed on 2015-07-01 (11 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

** Description changed:

- There is a call to dirname on line 11 of 
/usr/share/initramfs-tools/scripts/local-top/cryptroot, but dirname is not 
included in the initramfs. 
- This doesn't seem to cause any problems on a new system, but it caused me 
some confusion when trying to debug some changes I made to my initramfs.
+ There is a call to dirname on line 11 of 
/usr/share/initramfs-tools/scripts/local-top/cryptroot, but dirname is not 
included in the initramfs.
+ This doesn't seem to cause any problems on a new system, but it caused me 
some problems when trying to debug some changes I made to my initramfs.
  
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  
  initramfs-tools:
-   Installed: 0.103ubuntu4.2
-   Candidate: 0.103ubuntu4.2
-   Version table:
-  *** 0.103ubuntu4.2 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  0.103ubuntu4 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+   Installed: 0.103ubuntu4.2
+   Candidate: 0.103ubuntu4.2
+   Version table:
+  *** 0.103ubuntu4.2 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  0.103ubuntu4 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: initramfs-tools 0.103ubuntu4.2
  ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jul 13 02:57:43 2015
  InstallationDate: Installed on 2015-07-01 (11 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  dirname not available in initramfs

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  There is a call to dirname on line 11 of 
/usr/share/initramfs-tools/scripts/local-top/cryptroot, but dirname is not 
included in the initramfs.
  This doesn't seem to cause any problems on a new system, but it caused me 
some problems when trying to debug some changes I made to my initramfs.

  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  initramfs-tools:
    Installed: 0.103ubuntu4.2
    Candidate: 0.103ubuntu4.2
    Version table:
   *** 0.103ubuntu4.2 0
  500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.103ubuntu4 0
  500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: initramfs-tools 0.103ubuntu4.2
  ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jul 13 02:57:43 2015
  InstallationDate: Installed on 2015-07-01 (11 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:

[Touch-packages] [Bug 1473800] [NEW] systemd update causes screen to lock

2015-07-12 Thread Michael Blennerhassett
Public bug reported:

When systemd is updated (through the update manager), the screen/session
locks when processing the update.

I've had this happen twice I think, and the only suspicious packages are
the systemd ones.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: systemd 222-1ubuntu3
ProcVersionSignature: Ubuntu 4.0.0-4.6-generic 4.0.7
Uname: Linux 4.0.0-4-generic x86_64
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jul 13 09:49:47 2015
InstallationDate: Installed on 2015-01-31 (162 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.0.0-4-generic 
root=UUID=4c827ac5-3a87-4443-86eb-a55dca9626ad ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/31/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.30
dmi.board.name: FM2A88X Extreme4+
dmi.board.vendor: ASRock
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.:bvrP2.30:bd07/31/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A88XExtreme4+:rvr: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.

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


** Tags: amd64 apport-bug wily

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

Title:
  systemd update causes screen to lock

Status in systemd package in Ubuntu:
  New

Bug description:
  When systemd is updated (through the update manager), the
  screen/session locks when processing the update.

  I've had this happen twice I think, and the only suspicious packages
  are the systemd ones.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 222-1ubuntu3
  ProcVersionSignature: Ubuntu 4.0.0-4.6-generic 4.0.7
  Uname: Linux 4.0.0-4-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jul 13 09:49:47 2015
  InstallationDate: Installed on 2015-01-31 (162 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.0.0-4-generic 
root=UUID=4c827ac5-3a87-4443-86eb-a55dca9626ad ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/31/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.30
  dmi.board.name: FM2A88X Extreme4+
  dmi.board.vendor: ASRock
  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.:bvrP2.30:bd07/31/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A88XExtreme4+:rvr: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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1473800/+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 1268421] Re: Test failures if subunit module is installed

2015-07-12 Thread Robert Collins
** Changed in: subunit
   Importance: High = Wishlist

** Summary changed:

- Test failures if subunit module is installed
+ Test failures if tests are run from an installed copy of subunit

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

Title:
  Test failures if tests are run from an installed copy of subunit

Status in subunit:
  Triaged
Status in subunit package in Ubuntu:
  Triaged

Bug description:
  Several tests in the test_subunit_filter.py file run the subunit-
  filter command as part of the test suite. They find the path to the
  file by doing:

  root =
  os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__

  Which will fail if the subunit module has been installed to a
  virtualenv. This logic ought to work in both cases.

  To reproduce:

  autoreconf -vi
  mkdir -p build/py33
  virtualenv -p python3.3 build/py33/ve
  . build/py33/ve/bin/activate
  easy_install testtools  easy_install testscenarios
  python setup.py install
  cd build/py33
  ../../configure
  make distcheck

  Leaving out the 'python setup.py install' makes all the tests work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/subunit/+bug/1268421/+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 1473828] [NEW] Update to 1.5.0

2015-07-12 Thread Robert Ancell
Public bug reported:

Update to 1.5.0

** Affects: libxrandr (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

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

Title:
  Update to 1.5.0

Status in libxrandr package in Ubuntu:
  Triaged

Bug description:
  Update to 1.5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxrandr/+bug/1473828/+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 1473800] Re: systemd update causes screen to lock

2015-07-12 Thread Martin Pitt
** Changed in: systemd (Ubuntu)
   Importance: Undecided = Low

** Changed in: systemd (Ubuntu)
   Status: New = Confirmed

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

Title:
  systemd update causes screen to lock

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  When systemd is updated (through the update manager), the
  screen/session locks when processing the update.

  I've had this happen twice I think, and the only suspicious packages
  are the systemd ones.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 222-1ubuntu3
  ProcVersionSignature: Ubuntu 4.0.0-4.6-generic 4.0.7
  Uname: Linux 4.0.0-4-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jul 13 09:49:47 2015
  InstallationDate: Installed on 2015-01-31 (162 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.0.0-4-generic 
root=UUID=4c827ac5-3a87-4443-86eb-a55dca9626ad ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/31/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.30
  dmi.board.name: FM2A88X Extreme4+
  dmi.board.vendor: ASRock
  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.:bvrP2.30:bd07/31/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A88XExtreme4+:rvr: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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1473800/+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 1438301] Re: suspends after a few minutes on machines with a bogus (closed) lid switch

2015-07-12 Thread Martin Pitt
** This bug is no longer a duplicate of bug 1450009
   suspends on closed lid, does not recognized external monitors/dock

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

Title:
  suspends after a few minutes on machines with a bogus (closed) lid
  switch

Status in systemd package in Ubuntu:
  Won't Fix
Status in systemd source package in Vivid:
  Won't Fix

Bug description:
  On a desktop machine which claims to have a closed lid (on the
  motherboard), but doesn't actually have a lid, logind will suspend the
  machine shortly after boot as a safety measure to avoid burning your
  laptop in a bag. This is wrong in the above situation where the
  announced lid switch does not exist or isn't actually closed.

  Workaround: Set HandleLidSwitch=ignore in /etc/systemd/logind.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1438301/+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 1473721] Re: Computer going to sleep mode after a few seconds

2015-07-12 Thread Martin Pitt
*** This bug is a duplicate of bug 1438301 ***
https://bugs.launchpad.net/bugs/1438301

This is the same as bug 1438301. Apparently you have a broken BIOS which
reports a wrong lid switch state.

Workaround for now: Set HandleLidSwitch=ignore in
/etc/systemd/logind.conf

** This bug has been marked a duplicate of bug 1438301
   suspends after a few minutes on machines with a bogus (closed) lid switch

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

Title:
  Computer going to sleep mode after a few seconds

Status in systemd package in Ubuntu:
  New

Bug description:
  After migrating to 15.04, the computer will go to sleep after a few
  seconds.

  Investigations seems to link this behaviour with an incorrect LID signal 
processed by systemd.
  Changing the systemd-logind service configuration to ignore the 
HandleLidSwitch event works around this issue.

  Happy to investigate this further with appropriate steps to perform :)

  Steps to repro:
  1. Log in to session
  2. Wait around 10 seconds

  Actual:
  The computer goes to sleep mode

  Expected:
  The computer remains on

  Attached journald export of a repro. Please note the systemd-logind
  request for suspending.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.16.0-43.58-generic 3.16.7-ckt13
  Uname: Linux 3.16.0-43-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 12 12:08:07 2015
  InstallationDate: Installed on 2015-05-03 (70 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: LENGDA Montevina platform
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-43-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-07-12 (0 days ago)
  dmi.bios.date: 07/08/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Montevina platform
  dmi.board.vendor: LENGDA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENGDA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd07/08/2011:svnLENGDA:pnMontevinaplatform:pvrTobefilledbyO.E.M.:rvnLENGDA:rnMontevinaplatform:rvrTobefilledbyO.E.M.:cvnLENGDA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Montevina platform
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: LENGDA
  mtime.conffile..etc.systemd.logind.conf: 2015-07-12T11:52:32.597961

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1473721/+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 1453262] Re: package linux-image-3.13.0-52-generic 3.13.0-52.86 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127

2015-07-12 Thread Launchpad Bug Tracker
[Expired for initramfs-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: initramfs-tools (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package linux-image-3.13.0-52-generic 3.13.0-52.86 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 127

Status in initramfs-tools package in Ubuntu:
  Expired

Bug description:
  ??

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-52-generic 3.13.0-52.86
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic i686
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  Slmodemd916 F slmodemd
jeremy 1429 F pulseaudio
   /dev/snd/pcmC0D6c:   Slmodemd916 F...m slmodemd
   /dev/snd/pcmC0D6p:   Slmodemd916 F...m slmodemd
  Date: Fri May  8 16:06:28 2015
  DuplicateSignature: 
package:linux-image-3.13.0-52-generic:3.13.0-52.86:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 127
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
  HibernationDevice: RESUME=UUID=59121341-12ae-47c1-b4fb-6193156e67bb
  InstallationDate: Installed on 2015-04-12 (25 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  MachineType: LENOVO LENOVO3000 Y410
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=00a83720-a3a4-46b7-8f7a-26aaf82af111 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
  SourcePackage: initramfs-tools
  Title: package linux-image-3.13.0-52-generic 3.13.0-52.86 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog: May  8 15:55:13 jeremy-laptop kernel: [ 1779.984547] perf samples 
too long (2523  2500), lowering kernel.perf_event_max_sample_rate to 5
  dmi.bios.date: 01/04/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 05CN54WW(V3.00)
  dmi.board.name: IGT30
  dmi.board.vendor: LENOVO
  dmi.board.version: REFERENCE
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnLENOVO:bvr05CN54WW(V3.00):bd01/04/2008:svnLENOVO:pnLENOVO3000Y410:pvr:rvnLENOVO:rnIGT30:rvrREFERENCE:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: LENOVO3000 Y410
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1453262/+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 1473828] Re: Update to 1.5.0

2015-07-12 Thread Robert Ancell
** Also affects: x11proto-randr (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: x11proto-randr (Ubuntu)
   Status: New = Triaged

** Changed in: x11proto-randr (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Update to 1.5.0

Status in libxrandr package in Ubuntu:
  Triaged
Status in x11proto-randr package in Ubuntu:
  Triaged

Bug description:
  Update to 1.5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxrandr/+bug/1473828/+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 1453040] Re: Printer driver for Ricoh aficio SP 300DN

2015-07-12 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

** Changed in: cups (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Printer driver for Ricoh aficio SP 300DN

Status in cups package in Ubuntu:
  Expired

Bug description:
  Printer driver for Ricoh Aficio SP 300DN not received

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1453040/+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 1470845] Re: systemd on wily desktop generating short lived threads every second in a quiet system

2015-07-12 Thread Martin Pitt
I don't see this in a VM, but I do see it on my wily desktop.

** Changed in: systemd (Ubuntu)
   Status: New = Confirmed

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

Title:
  systemd on wily desktop generating short lived threads every second in
  a quiet system

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I noticed that systemd on my idle Wily desktop is creating very short
  lived threads at 1Hz.  While these aren't doing much, it still
  consumes power doing wakeups to create these periodic threads.

  Showing thread creation with forkstat:

  $ sudo forkstat 
  Time Event  PID  Info  Duration Process
  13:43:07 clone 1 parent  /sbin/init splash
  13:43:07 clone  7483 thread  /sbin/init splash
  13:43:07 exit   7483  00.001 /sbin/init splash
  13:43:08 clone 1 parent  /sbin/init splash
  13:43:08 clone  7484 thread  /sbin/init splash
  13:43:08 exit   7484  00.000 /sbin/init splash
  13:43:10 clone 1 parent  /sbin/init splash
  13:43:10 clone  7485 thread  /sbin/init splash
  13:43:10 exit   7485  00.000 /sbin/init splash
  13:43:11 clone 1 parent  /sbin/init splash
  13:43:11 clone  7486 thread  /sbin/init splash
  13:43:11 exit   7486  00.000 /sbin/init splash
  13:43:12 clone 1 parent  /sbin/init splash
  13:43:12 clone  7487 thread  /sbin/init splash
  13:43:12 exit   7487  00.000 /sbin/init splash
  13:43:13 clone 1 parent  /sbin/init splash
  13:43:13 clone  7488 thread  /sbin/init splash
  13:43:13 exit   7488  00.000 /sbin/init splash
  13:43:15 clone 1 parent  /sbin/init splash
  13:43:15 clone  7489 thread  /sbin/init splash
  13:43:15 exit   7489  00.000 /sbin/init splash
  13:43:16 clone 1 parent  /sbin/init splash
  13:43:16 clone  7490 thread  /sbin/init splash
  13:43:16 exit   7490  00.000 /sbin/init splash
  13:43:17 clone 1 parent  /sbin/init splash
  13:43:17 clone  7491 thread  /sbin/init splash
  13:43:17 exit   7491  00.000 /sbin/init splash

  And it's consuming some cycles over time:

  $ sudo perf stat -p 1
  ^C
   Performance counter stats for process id '1':

7.519868  task-clock (msec) #0.000 CPUs utilized
  
  41  context-switches  #0.005 M/sec
  
  39  cpu-migrations#0.005 M/sec
  
   3  page-faults   #0.399 K/sec
  
  12,107,977  cycles#1.610 GHz  
  
  10,597,101  stalled-cycles-frontend   #   87.52% frontend cycles 
idle   
   0  stalled-cycles-backend#0.00% backend  cycles 
idle   
   2,285,818  instructions  #0.19  insns per cycle  
  
#4.64  stalled cycles 
per insn
 457,133  branches  #   60.790 M/sec
  
  69,444  branch-misses #   15.19% of all branches  
  

46.099593011 seconds time elapsed

  The thread is just doing the following:

  clock_gettime(0x7 /* CLOCK_??? */, {52592, 947682919}) = 0
  read(14, \1\0\0\0\0\0\0\0, 8) = 8
  fcntl(30, F_DUPFD_CLOEXEC, 3)   = 15
  ioctl(30, 0xc0189374, 0x7ffeaf311470)   = 0
  fcntl(16, F_GETFD)  = 0x1 (flags FD_CLOEXEC)
  clone(Process 7466 attached
  child_stack=0x7f97c3580e30, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
 parent_tidptr=0x7f97c35819d0, tls=0x7f97c3581700, child_tidptr=0x7f97c35819d0) 
= 7466
  [pid  7466] set_robust_list(0x7f97c35819e0, 24) = 0
  [pid 1] timerfd_settime(14, TFD_TIMER_ABSTIME, {it_interval={0, 0}, 
it_value={52594, 197493000}}, NULL unfinished ...
  [pid  7466] ioctl(15, 0xc018937c unfinished ...
  [pid 1] ... timerfd_settime resumed ) = 0
  [pid  7466] ... ioctl resumed , 0x7f97c3580d60) = -1 EAGAIN (Resource 
temporarily unavailable)
  [pid 1] epoll_wait(4,  unfinished ...
  [pid  7466] close(15)   = 0
  [pid  7466] close(16)   = 0
  [pid  7466] madvise(0x7f97c2d81000, 8368128, MADV_DONTNEED) = 0
  [pid  7466] _exit(0)= ?
  [pid  7466] +++ exited with 0 +++
  ... epoll_wait resumed {{EPOLLIN, {u32=3, u64=3}}}, 34, -1) = 1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : 

[Touch-packages] [Bug 1473835] [NEW] package linux-image-extra-3.13.0-49-generic 3.13.0-49.83 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-07-12 Thread mayank gupta
Public bug reported:

apt-get is not working.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-extra-3.13.0-49-generic 3.13.0-49.83
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mayank 2520 F pulseaudio
 /dev/snd/controlC0:  mayank 2520 F pulseaudio
Date: Mon Jul 13 10:58:02 2015
DuplicateSignature: 
package:linux-image-extra-3.13.0-49-generic:3.13.0-49.83:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
HibernationDevice: RESUME=UUID=bdc1060b-4ac0-4790-b245-dbe5f48a788b
InstallationDate: Installed on 2015-04-27 (76 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: LENOVO 10AGA0HEIG
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic.efi.signed 
root=UUID=ada84034-49c9-4048-b37b-0988be23da11 ro quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
RfKill:
 
SourcePackage: initramfs-tools
Title: package linux-image-extra-3.13.0-49-generic 3.13.0-49.83 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: 01/28/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: FBKTA6AUS
dmi.board.name: SHARKBAY
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50510 WIN
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnLENOVO:bvrFBKTA6AUS:bd01/28/2015:svnLENOVO:pn10AGA0HEIG:pvrThinkCentreM83:rvnLENOVO:rnSHARKBAY:rvrSDK0E50510WIN:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: 10AGA0HEIG
dmi.product.version: ThinkCentre M83
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-package trusty

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

Title:
  package linux-image-extra-3.13.0-49-generic 3.13.0-49.83 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-get is not working.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-extra-3.13.0-49-generic 3.13.0-49.83
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mayank 2520 F pulseaudio
   /dev/snd/controlC0:  mayank 2520 F pulseaudio
  Date: Mon Jul 13 10:58:02 2015
  DuplicateSignature: 
package:linux-image-extra-3.13.0-49-generic:3.13.0-49.83:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=bdc1060b-4ac0-4790-b245-dbe5f48a788b
  InstallationDate: Installed on 2015-04-27 (76 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: LENOVO 10AGA0HEIG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic.efi.signed 
root=UUID=ada84034-49c9-4048-b37b-0988be23da11 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-3.13.0-49-generic 3.13.0-49.83 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: 01/28/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: FBKTA6AUS
  dmi.board.name: SHARKBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvrFBKTA6AUS:bd01/28/2015:svnLENOVO:pn10AGA0HEIG:pvrThinkCentreM83:rvnLENOVO:rnSHARKBAY:rvrSDK0E50510WIN:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10AGA0HEIG
  dmi.product.version: 

[Touch-packages] [Bug 1473835] Re: package linux-image-extra-3.13.0-49-generic 3.13.0-49.83 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-07-12 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/1473835

Title:
  package linux-image-extra-3.13.0-49-generic 3.13.0-49.83 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-get is not working.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-extra-3.13.0-49-generic 3.13.0-49.83
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mayank 2520 F pulseaudio
   /dev/snd/controlC0:  mayank 2520 F pulseaudio
  Date: Mon Jul 13 10:58:02 2015
  DuplicateSignature: 
package:linux-image-extra-3.13.0-49-generic:3.13.0-49.83:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=bdc1060b-4ac0-4790-b245-dbe5f48a788b
  InstallationDate: Installed on 2015-04-27 (76 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: LENOVO 10AGA0HEIG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic.efi.signed 
root=UUID=ada84034-49c9-4048-b37b-0988be23da11 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-3.13.0-49-generic 3.13.0-49.83 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: 01/28/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: FBKTA6AUS
  dmi.board.name: SHARKBAY
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnLENOVO:bvrFBKTA6AUS:bd01/28/2015:svnLENOVO:pn10AGA0HEIG:pvrThinkCentreM83:rvnLENOVO:rnSHARKBAY:rvrSDK0E50510WIN:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: 10AGA0HEIG
  dmi.product.version: ThinkCentre M83
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1473835/+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 1470109] Re: gallery-app crashes after a few seconds opened

2015-07-12 Thread Simon Raffeiner
** Changed in: gallery-app
   Status: New = Confirmed

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

Title:
  gallery-app crashes after a few seconds opened

Status in Canonical System Image:
  New
Status in gallery-app:
  Confirmed
Status in Thumbnailer:
  New
Status in gallery-app package in Ubuntu:
  New

Bug description:
  This happens using the new thumbnailer included in SILO 10, on the BQ.

  To install the new thumbnailer from silo 10:
  sudo apt-get update  sudo apt-get install thumbnailer-service

  To recreate just copy 2000 photo files to the Pictures folder and open the 
gallery-app. 
  After a few seconds it crashes is most cases.

  I've attached the .crash report obtained on the phone.

  Backtrace (although symbols are not available it might add useful 
information):
  Thread 16 (Thread 0xad5ff370 (LWP 28281)):
  #0  0xb69db572 in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
  No symbol table info available.
  m-linux-gnueabihf/libQt5Core.so.5
  No symbol table info available.
  rm-linux-gnueabihf/libQt5Core.so.5
  No symbol table info available.
  #3  0x00053f4e in QString::QString(char const*) ()
  No symbol table info available.
  #4  0x0008328a in PhotoMetadata::fromFile(char const*) ()
  No symbol table info available.
  #5  0x000834e2 in PhotoMetadata::fromFile(QFileInfo const) ()
  No symbol table info available.
  ()
  No symbol table info available.
  #7  0x00061df6 in MediaObjectFactoryWorker::create(QString const) ()
  No symbol table info available.
  #8  0x00061be0 in MediaObjectFactoryWorker::runCreate() ()
  No symbol table info available.
  ject::Call, int, void**) ()
  No symbol table info available.
  ibQt5Core.so.5
  No symbol table info available.
  /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5
  No symbol table info available.
  inux-gnueabihf/libQt5Widgets.so.5
  No symbol table info available.
  #13 0x00fa7020 in ?? ()
  No symbol table info available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1470109/+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 1473727] Re: No DNS servers after netboot

2015-07-12 Thread Phil Lello
Here's a script that works for me (put in /etc/resolvconf/update.d
please include in the package.

#!/bin/sh
#
# Script to update every forwarding djbdns dnscache instance running
# on the local machine
#
# this script sets up every FORWARDONLY dnscache managed by either
# daemontools or runit on this machine to use the dynamically-offered
# nameservers for the default '@'
# 
# Licensed under the GNU GPL.  See /usr/share/doc/resolvconf/copyright.
#
# (C) 2015 Phil Lello p...@dunlop-lello.uk

for file in /run/net-*.conf; do
. $file
echo # From $file /etc/resolv.conf
if [ $IPV4DNS0 != 0.0.0.0 ]; then
echo nameserver $IPV4DNS0 /etc/resolv.conf
fi
if [ $IPV4DNS1 != 0.0.0.0 ]; then
echo nameserver $IPV4DNS1 /etc/resolv.conf
fi
if [ -n $DOMAINSEARCH ]; then
echo search $DOMAINSEARCH /etc/resolv.conf
fi
echo # End from $file /etc/resolv.conf
done

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

Title:
  No DNS servers after netboot

Status in resolvconf package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04 / resolvconf 1.69ubuntu1.1

  When netbooting a xen VM, I see the following output:

   address: 192.168.1.180broadcast: 192.168.1.255netmask:
  255.255.255.0

   gateway: 192.168.1.1  dns0 : 192.168.1.1  dns1   :
  0.0.0.0

  So I know DHCP is working.

  However, resolv.conf doesn't get updated - the interface is set to
  manual as DHCP was handled at the initrd level.

  Please let me know how I can help get this fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1473727/+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 1471459] Re: First run of nano creates a directory in $HOME, if run as sudo will be root owned

2015-07-12 Thread Benno Schulenberg
It turns out that Ubuntu carries a patch for sudo that Debian doesn't: see 
keep_home_by_default.patch [1].
See also the changelog [2], somewhere in item 72.  So I think one should ask 
the Ubuntu maintainer of sudo what the motivation for this patch is.  And if 
there is no strong reason for it, ask him to drop it.  That would solve this 
issue.

[1] 
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/wily/sudo/wily-proposed/files/head:/debian/patches/
[2] https://code.launchpad.net/~ubuntu-branches/ubuntu/wily/sudo/wily

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

Title:
  First run of nano  creates a  directory in $HOME, if run as sudo will
  be root owned

Status in One Hundred Papercuts:
  Confirmed
Status in nano package in Ubuntu:
  Confirmed

Bug description:
  If nano is started for the first with sudo then a root owned directory named 
.nano is created in the user's $HOME directory.
  If 1st. started as a user then the user owns .nano  ownership will not be 
altered by subsequent use of sudo nano.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.1-1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  Date: Sat Jul  4 20:06:16 2015
  InstallationDate: Installed on 2015-02-25 (128 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Alpha amd64 (20150224)
  SourcePackage: nano
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1471459/+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 1473714] [NEW] WPA Wlan Password Lost after one day

2015-07-12 Thread steven20
Public bug reported:

Hi Guys,

hope this is the right Place. Device is Meizu MX4 ubuntu touch edition
of course running the latest Update available OTA Upate.

If i setup my wireless Lan one after arround one Day the Password Dialog Pops 
up again and i'm discconected.
rebooting the device doesn't help.
Right after the setting up the Network everything is working normal.

 I'm using a pretty long WPA Passphrase (45 Digits) with WPA2 and AES
Encryption.

reagard
Stefan

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


** Tags: meizu mx4 touch wifi wlan

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

Title:
  WPA Wlan Password Lost after one day

Status in indicator-network package in Ubuntu:
  New

Bug description:
  Hi Guys,

  hope this is the right Place. Device is Meizu MX4 ubuntu touch edition
  of course running the latest Update available OTA Upate.

  If i setup my wireless Lan one after arround one Day the Password Dialog Pops 
up again and i'm discconected.
  rebooting the device doesn't help.
  Right after the setting up the Network everything is working normal.

   I'm using a pretty long WPA Passphrase (45 Digits) with WPA2 and AES
  Encryption.

  reagard
  Stefan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1473714/+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 1428146] Re: [Keyboard] No way to understand which layout is selected

2015-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Confirmed

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

Title:
  [Keyboard] No way to understand which layout is selected

Status in ubuntu-keyboard:
  Confirmed
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  I have both english and italian layout activated on my keyboard.

  Everytime I start to write a message I don't know which layout is selected 
because layouts are the same.
  There should be a clear indication, like it or en on the space bar, so user 
knows which layout is selected before starting to write

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1428146/+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 539896] Re: Show kernel oops before asking questions

2015-07-12 Thread Chaz
** Changed in: apport (Ubuntu)
   Status: Triaged = Fix Released

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

** Changed in: apport
   Status: New = Confirmed

** Changed in: apport
   Status: Confirmed = Fix Released

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

Title:
  Show kernel oops before asking questions

Status in Apport:
  Fix Released
Status in apport package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: apport

  This is a follow on from Bug #528175

  The oops should be shown before questions about if this is a
  regression, and has it been reproduced in upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/539896/+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 1471029] Re: ELF programs with R_386_RELATIVE blocks are badly mapped into memory

2015-07-12 Thread Douglas Bagnall
It seems like a kernel thing. brk is returning bad addresses. Below,
tail is an unaffected process, and xsltproc is affected. brk should be
returning a 7 digit hex address, like it does for tail.

$ head -2 *.strace
== tail.strace ==
execve(/usr/bin/tail, [tail, xsltproc.strace], [/* 33 vars */]) = 0
brk(0)  = 0x98a2000

== xsltproc.strace ==
execve(/usr/bin/xsltproc, [/usr/bin/xsltproc, --nonet, -o, 
default/docs-xml/manpages/smb.co..., /home/ubuntu/autobuild/b22271/sa..., 
default/docs-xml/manpages/smb.co...], [/* 33 vars */]) = 0
brk(0)  = 0xb84f1000

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

Title:
  ELF programs with R_386_RELATIVE blocks are badly mapped into memory

Status in glibc package in Ubuntu:
  New
Status in libxslt package in Ubuntu:
  Triaged

Bug description:
  Running the Samba autobuild tests on a 15.04 openstack image results
  in a segfault in this command:

  /usr/bin/xsltproc --nonet -o default/docs-xml/manpages/smb.conf.5
  /home/ubuntu/autobuild/b22271/samba/docs-xml/xslt/man.xsl default
  /docs-xml/manpages/smb.conf.5.xml

  I reported this upstream as a bug in xsltproc, but it was found to be
  impossible to reproduce using upstream source on the openstack
  instance:

  https://bugzilla.gnome.org/show_bug.cgi?id=751764

  Comment 8 (https://bugzilla.gnome.org/show_bug.cgi?id=751764#c8) is
  particularly informative.

  The stack trace below shows the segfault actually occurs in libxml's
  xpath evaluation functions. I see no difference between xpath.c in
  upstream 2.9.2 and Ubuntu's version.

  (gdb) bt 12
  #0  0xb760f874 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc818) at 
../../xpath.c:13606
  #1  0xb760f82e in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc890) at 
../../xpath.c:13598
  #2  0xb7610244 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc8b8) at 
../../xpath.c:13529
  #3  0xb760f9d6 in xmlXPathCompOpEval (ctxt=0xba25d3e8, op=0xb86bc8e0) at 
../../xpath.c:13977
  #4  0xb7612735 in xmlXPathCompOpEval (op=optimized out, ctxt=0xba25d3e8) at 
../../xpath.c:14552
  #5  xmlXPathRunEval (ctxt=0xba25d3e8, toBool=optimized out) at 
../../xpath.c:14552
  #6  0xb76171ed in xmlXPathCompiledEvalInternal (toBool=0, resObj=synthetic 
pointer, ctxt=optimized out, comp=optimized out) at ../../xpath.c:14915
  #7  xmlXPathCompiledEval__internal_alias (comp=0xb866a948, ctx=0xb99bd308) at 
../../xpath.c:14978
  #8  0xb7787260 in xsltEvalVariable (ctxt=ctxt@entry=0xb9836560, 
variable=variable@entry=0xba25d3b0, castedComp=0xb86a4238) at 
../../../libxslt/variables.c:903
  #9  0xb778759a in xsltBuildVariable (ctxt=0xb9836560, castedComp=0xb86a4238, 
tree=0xb86a6978) at ../../../libxslt/variables.c:1759
  #10 0xb7788bfa in xsltParseStylesheetCallerParam (ctxt=0xb86a6978, 
inst=0xb86a6978) at ../../../libxslt/variables.c:1975
  #11 0xb779b9db in xsltCallTemplate (ctxt=0xb9836560, node=0xb85efed8, 
inst=0xb86a6880, castedComp=0xb86a4148) at ../../../libxslt/transform.c:4739
  (More stack frames follow...)

  (gdb) bt -5
  #3311 0xb779a7de in xsltProcessOneNode (ctxt=0xb9836560, 
contextNode=0xb97586a0, withParams=0x0) at ../../../libxslt/transform.c:2097
  #3312 0xb779d818 in xsltApplyStylesheetInternal (style=0xba25d3e8, 
style@entry=0xb85ee200, doc=0xb86bc7f0, doc@entry=0xb97586a0, params=0xb77ed340 
params, 
  output=0xb85e13e0 default/docs-xml/manpages/smb.conf.5, profile=0x0, 
userCtxt=0xb9836560) at ../../../libxslt/transform.c:6159
  #3313 0xb779df8d in xsltRunStylesheetUser (style=0xb85ee200, doc=0xb97586a0, 
params=0xb77ed340 params, output=0xb85e13e0 
default/docs-xml/manpages/smb.conf.5, SAX=0x0, IObuf=0x0, 
  profile=0x0, userCtxt=0xb9836560) at ../../../libxslt/transform.c:6449
  #3314 0xb77ea12c in xsltProcess (doc=0xb97586a0, cur=0xb85ee200, 
filename=0xbfd59812 default/docs-xml/manpages/smb.conf.5.xml) at 
../../../xsltproc/xsltproc.c:483
  #3315 0xb77e9298 in main (argc=6, argv=0xbfd58f94) at 
../../../xsltproc/xsltproc.c:903

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1471029/+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 1473720] [NEW] Capturing photo in Messaging App makes the keyboard go away and I'm unable to get it back

2015-07-12 Thread Jonas G. Drange
Public bug reported:

Phone:
Arale @ rc-proposed #61

Reproduce:
1. Open Messaging App
2. Tap camera icon
3. Take picture and accept it

What happens:
Keyboard goes away and does not come back when focusing the text input.

What should happen:
The keyboard should function normally

Note: only a reboot seems to fix this

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

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

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

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

** Also affects: messaging-app (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

+ Phone:
+ Arale @ rc-proposed #61
+ 
  Reproduce:
  1. Open Messaging App
  2. Tap camera icon
  3. Take picture and accept it
  
  What happens:
  Keyboard goes away and does not come back when focusing the text input.
  
  What should happen:
  The keyboard should function normally
  
  Note: only a reboot seems to fix this

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

Title:
  Capturing photo in Messaging App makes the keyboard go away and I'm
  unable to get it back

Status in Canonical System Image:
  New
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  Phone:
  Arale @ rc-proposed #61

  Reproduce:
  1. Open Messaging App
  2. Tap camera icon
  3. Take picture and accept it

  What happens:
  Keyboard goes away and does not come back when focusing the text input.

  What should happen:
  The keyboard should function normally

  Note: only a reboot seems to fix this

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1473720/+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 1473721] Re: Computer going to sleep mode after a few seconds

2015-07-12 Thread Romain
The status reported by the ACPI is actually incorrect:

romain@tolkien:~$ cat /proc/acpi/button/lid/LID0/state 
state:  closed

Of course, the screen is opened when I run this command…

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

Title:
  Computer going to sleep mode after a few seconds

Status in systemd package in Ubuntu:
  New

Bug description:
  After migrating to 15.04, the computer will go to sleep after a few
  seconds.

  Investigations seems to link this behaviour with an incorrect LID signal 
processed by systemd.
  Changing the systemd-logind service configuration to ignore the 
HandleLidSwitch event works around this issue.

  Happy to investigate this further with appropriate steps to perform :)

  Steps to repro:
  1. Log in to session
  2. Wait around 10 seconds

  Actual:
  The computer goes to sleep mode

  Expected:
  The computer remains on

  Attached journald export of a repro. Please note the systemd-logind
  request for suspending.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.16.0-43.58-generic 3.16.7-ckt13
  Uname: Linux 3.16.0-43-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 12 12:08:07 2015
  InstallationDate: Installed on 2015-05-03 (70 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: LENGDA Montevina platform
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-43-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-07-12 (0 days ago)
  dmi.bios.date: 07/08/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Montevina platform
  dmi.board.vendor: LENGDA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENGDA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd07/08/2011:svnLENGDA:pnMontevinaplatform:pvrTobefilledbyO.E.M.:rvnLENGDA:rnMontevinaplatform:rvrTobefilledbyO.E.M.:cvnLENGDA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Montevina platform
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: LENGDA
  mtime.conffile..etc.systemd.logind.conf: 2015-07-12T11:52:32.597961

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1473721/+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 1473721] [NEW] Computer going to sleep mode after a few seconds

2015-07-12 Thread Romain
Public bug reported:

After migrating to 15.04, the computer will go to sleep after a few
seconds.

Investigations seems to link this behaviour with an incorrect LID signal 
processed by systemd.
Changing the systemd-logind service configuration to ignore the 
HandleLidSwitch event works around this issue.

Happy to investigate this further with appropriate steps to perform :)

Steps to repro:
1. Log in to session
2. Wait around 10 seconds

Actual:
The computer goes to sleep mode

Expected:
The computer remains on

Attached journald export of a repro. Please note the systemd-logind
request for suspending.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-7ubuntu6
ProcVersionSignature: Ubuntu 3.16.0-43.58-generic 3.16.7-ckt13
Uname: Linux 3.16.0-43-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jul 12 12:08:07 2015
InstallationDate: Installed on 2015-05-03 (70 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
MachineType: LENGDA Montevina platform
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-43-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: Upgraded to vivid on 2015-07-12 (0 days ago)
dmi.bios.date: 07/08/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.3
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Montevina platform
dmi.board.vendor: LENGDA
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: LENGDA
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd07/08/2011:svnLENGDA:pnMontevinaplatform:pvrTobefilledbyO.E.M.:rvnLENGDA:rnMontevinaplatform:rvrTobefilledbyO.E.M.:cvnLENGDA:ct10:cvrToBeFilledByO.E.M.:
dmi.product.name: Montevina platform
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: LENGDA
mtime.conffile..etc.systemd.logind.conf: 2015-07-12T11:52:32.597961

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


** Tags: amd64 apport-bug vivid

** Attachment added: Journald export of a suspending session
   https://bugs.launchpad.net/bugs/1473721/+attachment/4427884/+files/journald

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

Title:
  Computer going to sleep mode after a few seconds

Status in systemd package in Ubuntu:
  New

Bug description:
  After migrating to 15.04, the computer will go to sleep after a few
  seconds.

  Investigations seems to link this behaviour with an incorrect LID signal 
processed by systemd.
  Changing the systemd-logind service configuration to ignore the 
HandleLidSwitch event works around this issue.

  Happy to investigate this further with appropriate steps to perform :)

  Steps to repro:
  1. Log in to session
  2. Wait around 10 seconds

  Actual:
  The computer goes to sleep mode

  Expected:
  The computer remains on

  Attached journald export of a repro. Please note the systemd-logind
  request for suspending.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.16.0-43.58-generic 3.16.7-ckt13
  Uname: Linux 3.16.0-43-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jul 12 12:08:07 2015
  InstallationDate: Installed on 2015-05-03 (70 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: LENGDA Montevina platform
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-43-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-07-12 (0 days ago)
  dmi.bios.date: 07/08/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Montevina platform
  dmi.board.vendor: LENGDA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENGDA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd07/08/2011:svnLENGDA:pnMontevinaplatform:pvrTobefilledbyO.E.M.:rvnLENGDA:rnMontevinaplatform:rvrTobefilledbyO.E.M.:cvnLENGDA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Montevina platform
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: LENGDA
  mtime.conffile..etc.systemd.logind.conf: 2015-07-12T11:52:32.597961

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

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

[Touch-packages] [Bug 1473720] Re: Capturing photo in Messaging App makes the keyboard go away and I'm unable to get it back

2015-07-12 Thread Simon Raffeiner
Confirmed on arale rc-proposed r58.

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

Title:
  Capturing photo in Messaging App makes the keyboard go away and I'm
  unable to get it back

Status in Canonical System Image:
  New
Status in messaging-app package in Ubuntu:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Phone:
  Arale @ rc-proposed #61

  Reproduce:
  1. Open Messaging App
  2. Tap camera icon
  3. Take picture and accept it

  What happens:
  Keyboard goes away and does not come back when focusing the text input.

  What should happen:
  The keyboard should function normally

  Note: only a reboot seems to fix this

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1473720/+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 1473720] Re: Capturing photo in Messaging App makes the keyboard go away and I'm unable to get it back

2015-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: messaging-app (Ubuntu)
   Status: New = Confirmed

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

Title:
  Capturing photo in Messaging App makes the keyboard go away and I'm
  unable to get it back

Status in Canonical System Image:
  New
Status in messaging-app package in Ubuntu:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Phone:
  Arale @ rc-proposed #61

  Reproduce:
  1. Open Messaging App
  2. Tap camera icon
  3. Take picture and accept it

  What happens:
  Keyboard goes away and does not come back when focusing the text input.

  What should happen:
  The keyboard should function normally

  Note: only a reboot seems to fix this

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1473720/+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 1473720] Re: Capturing photo in Messaging App makes the keyboard go away and I'm unable to get it back

2015-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New = Confirmed

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

Title:
  Capturing photo in Messaging App makes the keyboard go away and I'm
  unable to get it back

Status in Canonical System Image:
  New
Status in messaging-app package in Ubuntu:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Phone:
  Arale @ rc-proposed #61

  Reproduce:
  1. Open Messaging App
  2. Tap camera icon
  3. Take picture and accept it

  What happens:
  Keyboard goes away and does not come back when focusing the text input.

  What should happen:
  The keyboard should function normally

  Note: only a reboot seems to fix this

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1473720/+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 1311752] Re: Keep file chooser on top of the mediaplayer window

2015-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mediaplayer-app (Ubuntu)
   Status: New = Confirmed

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

Title:
  Keep file chooser on top of the mediaplayer window

Status in mediaplayer-app package in Ubuntu:
  Confirmed

Bug description:
  The file selector is a modal window but can be moved behind its parent
  window. In this case, the file selector receive the events but is
  invisible.

  TEST CASE:
  1. Launch the media player with a video
  2. Open the file selector dialog by tapping on the button at the bottom right 
of the main window
  3. Click on the main window

  ACTUAL RESULT
  The file selector dialog moves behind the mediaplayer, becomes invisible and 
it is not possible to interact with the media player.

  EXPECTED RESULT
  The file selector stays on top.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: mediaplayer-app 0.20.5+14.04.20140331-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 23 17:39:36 2014
  InstallationDate: Installed on 2014-04-22 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediaplayer-app/+bug/1311752/+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 537947] Re: Location of indicators should be user configurable

2015-07-12 Thread Jean Jordaan
I'm on 15.04, I've been trying to set order via the `ordering-
override.keyfile` as described at http://askubuntu.com/questions/26114
/is-it-possible-to-change-the-order-of-icons-in-the-indicator-applet ,
but no luck so far.

In my case, I'm using a numerical indicator that changes often. As
numbers jump from e.g. 5 to 200, all the indicators to the left jump
around. So this indicator needs to be leftmost.

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

Title:
  Location of indicators should be user configurable

Status in Indicator Applet:
  Invalid
Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  One regression I've had since karmic, and it seem to continue with
  lucid is that in the past I used the upper right corner for the volume
  applet. This allowed me to use fitts law to change the volume (a
  frequent action) without looking away and distracting me from my
  current task.

  Now that the volume applet is gone and its just the volume indicator
  in the indicator applet, there are two problems:

  1) Volume indicator placement is not regular. It depends on
  application startup order, which is not constant from boot to boot. So
  even if I move the indicator applet to be the right most applet,
  there's no certainty that the volume notifier will be on the right.

  2) Even if the volume indicator is the right-most icon in the
  indicator applet, the indicator applet has an invisible boarder,
  causing mouse-wheel scrolling to not land on the volume indicator so
  changes in the volume level do not occur.

  I feel volume changes are a more frequent action then logging in and
  out of a session, it seems silly that a corner has been dedicated to
  the power button applet by default. I can of course handle this
  poorly chosen default if its something I can modify, but that doesn't
  seem to be the case here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-applet/+bug/537947/+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 1473727] [NEW] No DNS servers after netboot

2015-07-12 Thread Phil Lello
Public bug reported:

Ubuntu 14.04 / resolvconf 1.69ubuntu1.1

When netbooting a xen VM, I see the following output:

 address: 192.168.1.180broadcast: 192.168.1.255netmask:
255.255.255.0

 gateway: 192.168.1.1  dns0 : 192.168.1.1  dns1   : 0.0.0.0

So I know DHCP is working.

However, resolv.conf doesn't get updated - the interface is set to
manual as DHCP was handled at the initrd level.

Please let me know how I can help get this fixed.

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

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

Title:
  No DNS servers after netboot

Status in resolvconf package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04 / resolvconf 1.69ubuntu1.1

  When netbooting a xen VM, I see the following output:

   address: 192.168.1.180broadcast: 192.168.1.255netmask:
  255.255.255.0

   gateway: 192.168.1.1  dns0 : 192.168.1.1  dns1   :
  0.0.0.0

  So I know DHCP is working.

  However, resolv.conf doesn't get updated - the interface is set to
  manual as DHCP was handled at the initrd level.

  Please let me know how I can help get this fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1473727/+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 1267680] Re: package gdb-arm-none-eabi (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 7.6.50.20131218

2015-07-12 Thread Hans Joachim Desserud
I looked a bit into this issue, and the good news is that I cannot
reproduce this error with version 6 on Ubuntu 14.10. (As a side note,
I'm not quite sure why the version number is a single digit,
https://launchpad.net/ubuntu/+source/gdb-arm-none-eabi, presumably the
prefix is added by whatever gdb version is used?)

Looking at the list of files installed, we can see that man1/gdb.1.gz is indeed 
no longer installed:
http://packages.ubuntu.com/trusty/amd64/gdb-arm-none-eabi/filelist
http://packages.ubuntu.com/utopic/amd64/gdb-arm-none-eabi/filelist

Since the issue is fixed in a newer release, there will be a patch which can 
take care of it. It probably be feasible to get the fix for this from the 
version in 14.10 and add it to/release it for 14.04 as well as an SRU (see 
https://wiki.ubuntu.com/StableReleaseUpdates for details.). Looking at the 
changes for this package at 
http://anonscm.debian.org/cgit/collab-maint/gdb-arm-none-eabi.git/log/, I have 
to admit I don't know whether
Remove empty manuals and fix installman target for arm-none-eabi-run would be 
suffecient, or if 
Workaround for upstream manpages stripped needs to be included as well. These 
are the only two changes which mention manpages, and the rest appear unrelated, 
but for a developer preparing an SRU it would be nice to know whether only one 
or both are needed. Does someone know? :)

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

Title:
  package gdb-arm-none-eabi (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in
  package gdb 7.6.50.20131218-0ubuntu1

Status in gdb package in Ubuntu:
  Confirmed
Status in gdb-arm-none-eabi package in Ubuntu:
  Confirmed

Bug description:
  Was makin sure every thing worked and install properly for ya peeps
  from Synaptic Package Manager and found a few errors in the process
  got 2 uploaded along with this report also uploaded info to the error
  tracker which is named:

  077cac62-1be5-11e3-88e6-e4115b0f8a4a

  which is what i also got while installing hope this helps ya =) peace

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gdb-arm-none-eabi (not installed)
  Uname: Linux 3.13.0-999-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.7-0ubuntu6
  Architecture: amd64
  Date: Thu Jan  9 21:39:21 2014
  DuplicateSignature: package:gdb-arm-none-eabi:(not installed):trying to 
overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 
7.6.50.20131218-0ubuntu1
  ErrorMessage: trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is 
also in package gdb 7.6.50.20131218-0ubuntu1
  InstallationDate: Installed on 2013-12-10 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131209)
  SourcePackage: gdb-arm-none-eabi
  Title: package gdb-arm-none-eabi (not installed) failed to install/upgrade: 
trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package 
gdb 7.6.50.20131218-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1267680/+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 1473756] [NEW] New Upstream version 0.25

2015-07-12 Thread Alan Pater
Public bug reported:

version 0.25 of exiv2 was released a few weeks ago.
http://exiv2.org/whatsnew.html

It contains a large collection of new features, new lenses and bugfixes
across all areas ...

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

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

Title:
  New Upstream version 0.25

Status in exiv2 package in Ubuntu:
  New

Bug description:
  version 0.25 of exiv2 was released a few weeks ago.
  http://exiv2.org/whatsnew.html

  It contains a large collection of new features, new lenses and
  bugfixes across all areas ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1473756/+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 1473761] [NEW] SMS from A appear as to have been sent from B

2015-07-12 Thread Jonas G. Drange
Public bug reported:

Has been happening a lot since one week ago.

Mako @ rc-proposed latest

Reproduce:
1. Receive sms message from person A

What happens:
The message appears in the message history of person B, C, …, n.

What should happen:
Clearly, it's crucial that a message from person A needs to appear in person 
A's message history

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

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

** Also affects: messaging-app (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  SMS from A appear as to have been sent from B

Status in Canonical System Image:
  New
Status in messaging-app package in Ubuntu:
  New

Bug description:
  Has been happening a lot since one week ago.

  Mako @ rc-proposed latest

  Reproduce:
  1. Receive sms message from person A

  What happens:
  The message appears in the message history of person B, C, …, n.

  What should happen:
  Clearly, it's crucial that a message from person A needs to appear in person 
A's message history

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1473761/+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 1471581] Re: Wrong string in notification

2015-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-messages (Ubuntu)
   Status: New = Confirmed

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

Title:
  Wrong string in notification

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  New
Status in indicator-messages package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  I don't know is this right place for that bug, but I haven't found better. 
When we receive new SMS, e-mail or similar, we get information in notification 
bar. When we swipe that notify to right we get string 'Delete' and icon of 
trash. I thought that will permanently delete that sms/e-mail from system. But 
it's deleting it only from notify bar. It's little confusing. I think better 
will be 'dismiss', 'reject', 'disgard', 'hide' and change of icon. What do you 
think about that?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1471581/+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 1471577] Re: Left launcher should show what apps are open

2015-07-12 Thread Simon Raffeiner
GTriderXC, please open a separate bug for that issue, if there isn't
already one open.

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

Title:
  Left launcher should show what apps are open

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  Fix Committed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  I think that will be good if left launcher shows us somehow what app is in 
opened. For now, when we start new app, its icon 'lands' in left launcher. But 
we don't know if that app is pinned there and it is all the time, or only 
because it's opened. I think that in Desktop version that issue is solved, but 
for now can't check it now.

  Desired solution---
  Launcher should indicate running apps in the launcher with a mark on the left 
side of the app icon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1471577/+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 762349] Re: Difficult to distinguish which tab is selected

2015-07-12 Thread Jean Jordaan
One more voice begging for a fix to this nasty little niggle. Bugging me
on Ubuntu 15.04. This works: http://askubuntu.com/a/554642/20835

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

Title:
  Difficult to distinguish which tab is selected

Status in Ayatana Design:
  New
Status in Ubuntu theme:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: unity

  In tabbed interfaces such as in gnome-terminal under unity it is
  difficult to visually distinguish the selected tab from the unselected
  ones.

  In the attached screenshot, gnome-terminal has three tabs open, and
  the third one is selected.  If you look close you can see the text is
  slightly whiter than the other tabs, and the border is a little more
  prominent but to my old man eyes it's really hard to see it at a
  glance.

  Under metacity, the difference is more notable (or at least, the theme
  is different).

  My guess is this is a theme issue rather than unity, but I'm unsure.
  If it is just a theme issue please refile to the right project.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.8-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
  Date: Fri Apr 15 17:41:12 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-04-04 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+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 1473745] [NEW] `signal: segmentation fault` when launch emulator

2015-07-12 Thread Yuriy Syrovetskiy
Public bug reported:

I created an armhf Kit with Ubuntu SDK first launch wizard.
I created an i386 Click Target later in settings.

(What is the difference between a Kit and a Click Target?)

I created an armhf and an i386 emulators in Devices view.

Now I cannot run an emulator. When I click the green triangle button,
nothing happens. Log window doesn't show anything. If I run `ubuntu-sdk`
from terminal I can see only one line `signal: segmentation fault`.

Ubuntu 15.04
ubuntu-sdk=1.221
click=0.4.38.5

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

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

** Attachment added: full log of `ubuntu-dsk` work session
   
https://bugs.launchpad.net/bugs/1473745/+attachment/4427942/+files/ubuntu-sdk.1.log

** Also affects: click (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-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1473745

Title:
  `signal: segmentation fault` when launch emulator

Status in click package in Ubuntu:
  New
Status in ubuntu-touch-meta package in Ubuntu:
  New

Bug description:
  I created an armhf Kit with Ubuntu SDK first launch wizard.
  I created an i386 Click Target later in settings.

  (What is the difference between a Kit and a Click Target?)

  I created an armhf and an i386 emulators in Devices view.

  Now I cannot run an emulator. When I click the green triangle button,
  nothing happens. Log window doesn't show anything. If I run `ubuntu-
  sdk` from terminal I can see only one line `signal: segmentation
  fault`.

  Ubuntu 15.04
  ubuntu-sdk=1.221
  click=0.4.38.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1473745/+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 1270257] Re: NetworkManager failed to function after suspend and resume

2015-07-12 Thread Stephan Springer
Reconnecting wifi worked fine here until the system upgrade to 15.04
(vivid). Since then, after suspend and resume wifi does not work almost
always.

No wifi networks are shown in the network manager menu then, and I have
to either switch networking completely off and on again, or select
“connect to hidden nework…” and choose the desired SSID there. This is
really annoying, and I'm thinking about switching to another distro
because of this (and bug 1268257).

But this happens only on an Acer Laptop, not on another one from Lenovo.

$ lspci -v -s 4:0.0
04:00.0 Network controller: Broadcom Corporation BCM43228 802.11a/b/g/n
Subsystem: Foxconn International, Inc. Device e04b
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at b350 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: wl

Have I found the correct bug report, or should I file a new one?

Is there any better workaround than the mine?

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

Title:
  NetworkManager failed to function after suspend and resume

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  NetworkManager failed to function after resuming from suspend. The
  indicator applet in the Mac OS style menu bar showed the empty
  quarter-circle, and clicking Enable Networking didn't change the
  menu options or the style of the applet. Running sudo service
  network-manager restart brought back functionality.

  $ dpkg -l systemd* logind*
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version  Architecture Description
  
+++-==---==
  un  logind none(no description 
available)
  un  systemdnone(no description 
available)
  ii  systemd-services   204-0ubuntu19.1  amd64systemd runtime 
services
  ii  systemd-shim   6-0ubuntu0.13.10 amd64shim for systemd

  
  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu22
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Fri Jan 17 10:08:48 2014
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-10-18 (456 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.14  metric 
9 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2013-11-06 (72 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 2013-11-05T17:49:23
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1270257/+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 1473756] Re: New Upstream version 0.25

2015-07-12 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #789956
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789956

** Also affects: exiv2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789956
   Importance: Unknown
   Status: Unknown

** Tags added: upgrade-software-version

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

Title:
  New Upstream version 0.25

Status in exiv2 package in Ubuntu:
  New
Status in exiv2 package in Debian:
  Unknown

Bug description:
  version 0.25 of exiv2 was released a few weeks ago.
  http://exiv2.org/whatsnew.html

  It contains a large collection of new features, new lenses and
  bugfixes across all areas ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1473756/+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 762349] Re: Difficult to distinguish which tab is selected

2015-07-12 Thread Jean Jordaan
One more voice begging for a fix to this nasty little niggle. Bugging me
on Ubuntu 15.04

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

Title:
  Difficult to distinguish which tab is selected

Status in Ayatana Design:
  New
Status in Ubuntu theme:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: unity

  In tabbed interfaces such as in gnome-terminal under unity it is
  difficult to visually distinguish the selected tab from the unselected
  ones.

  In the attached screenshot, gnome-terminal has three tabs open, and
  the third one is selected.  If you look close you can see the text is
  slightly whiter than the other tabs, and the border is a little more
  prominent but to my old man eyes it's really hard to see it at a
  glance.

  Under metacity, the difference is more notable (or at least, the theme
  is different).

  My guess is this is a theme issue rather than unity, but I'm unsure.
  If it is just a theme issue please refile to the right project.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.8-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
  Date: Fri Apr 15 17:41:12 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-04-04 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+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 1473170] Re: camera preview in camera app on arale is pixelated

2015-07-12 Thread Hendrik Röder
** Description changed:

  When I try to take a picture with my arale, the preview in the camera
  app before taking a picture is poor.
  
  It's pixelated and looks more like its taking a 2mpx image.
  
  The captured photo itself has very nice quality.
  
- Testet mupltiple time on arale rc-proposed r54.
+ Tested mupltiple times on arale rc-proposed r58.

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

Title:
  camera preview in camera app on arale is pixelated

Status in camera-app package in Ubuntu:
  New

Bug description:
  When I try to take a picture with my arale, the preview in the camera
  app before taking a picture is poor.

  It's pixelated and looks more like its taking a 2mpx image.

  The captured photo itself has very nice quality.

  Tested mupltiple times on arale rc-proposed r58.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1473170/+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 1473745] Re: `signal: segmentation fault` when launch emulator

2015-07-12 Thread Yuriy Syrovetskiy
I found a ubuntu-emulator program!

** Attachment added: unbuffer ubuntu-emulator run e-i386 21 | tee 
ubuntu-emulator.1.log
   
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1473745/+attachment/4427950/+files/ubuntu-emulator.1.log

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

** Description changed:

  I created an armhf Kit with Ubuntu SDK first launch wizard.
  I created an i386 Click Target later in settings.
  
  (What is the difference between a Kit and a Click Target?)
  
  I created an armhf and an i386 emulators in Devices view.
  
  Now I cannot run an emulator. When I click the green triangle button,
  nothing happens. Log window doesn't show anything. If I run `ubuntu-sdk`
  from terminal I can see only one line `signal: segmentation fault`.
  
  Ubuntu 15.04
  ubuntu-sdk=1.221
  click=0.4.38.5
+ ubuntu-emulator=0.20-0ubuntu1

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

Title:
  `signal: segmentation fault` when launch emulator

Status in click package in Ubuntu:
  New
Status in goget-ubuntu-touch package in Ubuntu:
  New
Status in ubuntu-touch-meta package in Ubuntu:
  New

Bug description:
  I created an armhf Kit with Ubuntu SDK first launch wizard.
  I created an i386 Click Target later in settings.

  (What is the difference between a Kit and a Click Target?)

  I created an armhf and an i386 emulators in Devices view.

  Now I cannot run an emulator. When I click the green triangle button,
  nothing happens. Log window doesn't show anything. If I run `ubuntu-
  sdk` from terminal I can see only one line `signal: segmentation
  fault`.

  Ubuntu 15.04
  ubuntu-sdk=1.221
  click=0.4.38.5
  ubuntu-emulator=0.20-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1473745/+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 1473762] [NEW] error running non-shared postrotate script for /var/log/samba/log.nmbd

2015-07-12 Thread Stefan Breitegger
Public bug reported:

/etc/cron.daily/logrotate is reporting:

Usage: /etc/init.d/nmbd {start|stop|restart|force-reload|status}
error: error running non-shared postrotate script for /var/log/samba/log.nmbd 
of '/var/log/samba/log.nmbd '
run-parts: /etc/cron.daily/logrotate exited with return code 1

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: logrotate 3.8.7-1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: LXDE
Date: Sun Jul 12 20:14:20 2015
InstallationDate: Installed on 2014-11-20 (234 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: logrotate
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  error running non-shared postrotate script for /var/log/samba/log.nmbd

Status in logrotate package in Ubuntu:
  New

Bug description:
  /etc/cron.daily/logrotate is reporting:

  Usage: /etc/init.d/nmbd {start|stop|restart|force-reload|status}
  error: error running non-shared postrotate script for /var/log/samba/log.nmbd 
of '/var/log/samba/log.nmbd '
  run-parts: /etc/cron.daily/logrotate exited with return code 1

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: logrotate 3.8.7-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Sun Jul 12 20:14:20 2015
  InstallationDate: Installed on 2014-11-20 (234 days ago)
  InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  SourcePackage: logrotate
  UpgradeStatus: No upgrade log present (probably fresh install)

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