[Bug 1391368] Re: Thumbnail generation is slow when requesting a sourceSize that needs to be rescaled

2015-01-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/thumbnailer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391368

Title:
  Thumbnail generation is slow when requesting a sourceSize that needs
  to be rescaled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413526] Re: [rtm-only] Can pull Greeter from left when on enter passcode stage

2015-01-22 Thread Albert Astals Cid
Seems to be fixed in Vivid

** Summary changed:

- Can pull Greeter from left when on enter passcode stage
+ [rtm-only] Can pull Greeter from left when on enter passcode stage

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413526

Title:
  [rtm-only] Can pull Greeter from left when on enter passcode stage

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389678] Re: When a file can't be thumnailed the photo grid keeps loosing its images and hitting timeouts

2015-01-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/thumbnailer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389678

Title:
  When a file can't be thumnailed the photo grid keeps loosing its
  images and hitting timeouts

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1389678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1393370] Re: no logo for plasma 5 in lightdm

2015-01-22 Thread Jonathan Riddell
** Changed in: kubuntu-settings (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1393370

Title:
  no logo for plasma 5 in lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/1393370/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1300925] Re: Unity 8 Desktop Preview session does not show (most) installed apps

2015-01-22 Thread Sebastien Bacher
** Tags added: unity8-desktop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1300925

Title:
  Unity 8 Desktop Preview session does not show (most) installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1300925/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413540] [NEW] qemu-kvm package enables KSM on VMs

2015-01-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When installing qemu-kvm on a VM, KSM is enabled.

I have encountered this problem in trusty:$ lsb_release -a
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty
$ uname -a
Linux juju-gema-machine-2 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

The way to see the behaviour:
1) $ more /sys/kernel/mm/ksm/run
0
2) $ sudo apt-get install qemu-kvm
3) $ more /sys/kernel/mm/ksm/run
1

To see the soft lockups, deploy a cloud on a virtualised env like ctsstack, run 
tempest on it, the compute nodes of the virtualised deployment will eventually 
stop responding with (run tempest 2 times at least):
 24096.072003] BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-x86:24791]
[24124.072003] BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-x86:24791]
[24152.072002] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24180.072003] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24208.072004] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24236.072004] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24264.072003] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]

I am not sure whether the problem is that we are enabling KSM on a VM or
the problem is that nested KSM is not behaving properly. Either way I
can easily reproduce, please contact me if you need further details.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cts
-- 
qemu-kvm package enables KSM on VMs
https://bugs.launchpad.net/bugs/1413540
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to qemu-kvm in Ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1413540] [NEW] qemu-kvm package enables KSM on VMs

2015-01-22 Thread Gema Gomez
Public bug reported:

When installing qemu-kvm on a VM, KSM is enabled.

I have encountered this problem in trusty:$ lsb_release -a
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty
$ uname -a
Linux juju-gema-machine-2 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

The way to see the behaviour:
1) $ more /sys/kernel/mm/ksm/run
0
2) $ sudo apt-get install qemu-kvm
3) $ more /sys/kernel/mm/ksm/run
1

To see the soft lockups, deploy a cloud on a virtualised env like ctsstack, run 
tempest on it, the compute nodes of the virtualised deployment will eventually 
stop responding with (run tempest 2 times at least):
 24096.072003] BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-x86:24791]
[24124.072003] BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-x86:24791]
[24152.072002] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24180.072003] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24208.072004] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24236.072004] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
[24264.072003] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]

I am not sure whether the problem is that we are enabling KSM on a VM or
the problem is that nested KSM is not behaving properly. Either way I
can easily reproduce, please contact me if you need further details.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cts

** Tags added: cts

** Description changed:

  When installing qemu-kvm on a VM, KSM is enabled.
  
  I have encountered this problem in trusty:$ lsb_release -a
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04.1 LTS
  Release:14.04
  Codename:   trusty
  $ uname -a
  Linux juju-gema-machine-2 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 
17:53:56 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
  
  The way to see the behaviour:
  1) $ more /sys/kernel/mm/ksm/run
  0
  2) $ sudo apt-get install qemu-kvm
  3) $ more /sys/kernel/mm/ksm/run
  1
  
- To see the soft lockups, deploy a cloud on a virtualised env like ctsstack, 
run tempest on it, the compute nodes of the virtualised deployment will 
eventually crash with (run tempest 2 times at least):
-  24096.072003] BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-x86:24791]
+ To see the soft lockups, deploy a cloud on a virtualised env like ctsstack, 
run tempest on it, the compute nodes of the virtualised deployment will 
eventually stop responding with (run tempest 2 times at least):
+  24096.072003] BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-x86:24791]
  [24124.072003] BUG: soft lockup - CPU#0 stuck for 23s! [qemu-system-x86:24791]
  [24152.072002] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
  [24180.072003] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
  [24208.072004] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
  [24236.072004] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
  [24264.072003] BUG: soft lockup - CPU#0 stuck for 22s! [qemu-system-x86:24791]
  
  I am not sure whether the problem is that we are enabling KSM on a VM or
  the problem is that nested KSM is not behaving properly. Either way I
  can easily reproduce, please contact me if you need further details.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Adam Collard
** Package changed: ubuntu = qemu-kvm (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1407624] Re: squid-deb-proxy fails to start under systemd

2015-01-22 Thread James Page
This appears to be a nuance of running on a laptop, where the network
does not come up until after login; running on a server is just fine.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid-deb-proxy in Ubuntu.
https://bugs.launchpad.net/bugs/1407624

Title:
  squid-deb-proxy fails to start under systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1407624/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1376240] Re: [dialer] pressing power button should silence incoming call

2015-01-22 Thread Olga Kemmet
** Summary changed:

- pressing power button should silence incoming call
+ [dialer] pressing power button should silence incoming call

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1376240

Title:
  [dialer] pressing power button should silence incoming call

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1376240/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308111] Re: Unity 8 Desktop Preview has no screensaver/lockscreen

2015-01-22 Thread Sebastien Bacher
** Tags added: unity8-desktop

** Changed in: unity8-desktop-session (Ubuntu)
   Importance: Undecided = High

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308111

Title:
  Unity 8 Desktop Preview has no screensaver/lockscreen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Adam Collard
** Package changed: ubuntu = qemu-kvm (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1308676] Re: PrntScrn does not do capture a screen shot in the Unity 8 Desktop Preview Session

2015-01-22 Thread Sebastien Bacher
** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- PrntScrn does not do capture a screen shot in the Unity 8 Desktop Preview 
Session
+ Doesn't handle multimedia keys (printscreen, play, pause, mute, ...)

** Tags added: unity8-desktop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308676

Title:
  Doesn't handle multimedia keys (printscreen, play, pause, mute, ...)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1407624] Re: squid-deb-proxy fails to start under systemd

2015-01-22 Thread James Page
This appears to be a nuance of running on a laptop, where the network
does not come up until after login; running on a server is just fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1407624

Title:
  squid-deb-proxy fails to start under systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1407624/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308092] Re: indicator-session name is suboptimal

2015-01-22 Thread Sebastien Bacher
** Also affects: indicator-session (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308092

Title:
  indicator-session name is suboptimal

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1412880] Re: Updates for Oxide 1.4

2015-01-22 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412880

Title:
  Updates for Oxide 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oxide-qt/+bug/1412880/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 806211] Re: Devanagari display in LibreOffice

2015-01-22 Thread Ernst Tremel
Actualization from Ubuntu 14.04 up to Ubuntu 14.10 did not resolve this
bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806211

Title:
  Devanagari display in LibreOffice

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 1404300] Re: After restarting docker daemon, unable to restart existing containers

2015-01-22 Thread James Page
** Also affects: docker.io (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: docker.io (Ubuntu Vivid)
   Importance: Undecided = High

** Changed in: docker.io (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: docker.io (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: docker.io (Ubuntu Vivid)
   Status: New = In Progress

** Changed in: docker.io (Ubuntu Utopic)
   Status: New = In Progress

** Changed in: docker.io (Ubuntu Trusty)
   Status: New = In Progress

** Description changed:

- Whilst testing security updates for bug 1396572, I noticed that after
- restarting docker, existing containers where no longer running and I was
- unable to restart them:
+ Impact:
+ Docker users are unable to upgrade packaging or restart the docker service 
without cleaning up stale mounts first; impacted containers will not start post 
restart of the docker daemon.
+ 
+ Test case:
+ NOTE: this must be done on a ext4 filesystem - btrfs users are not impacted.
+ create a docker image
+ docker run -d uuid of image
+ sudo service docker stop
+ sudo service docker start
+ docker ps -a
+ docker start uuid of container
+ container will fails to start as in original bug report.
+ 
+ Regression potential:
+ Minimal - the init script and upstart configuration will attempt cleanup of 
stale mounts in pre-start.
+ 
+ Original bug report:
+ Whilst testing security updates for bug 1396572, I noticed that after 
restarting docker, existing containers where no longer running and I was unable 
to restart them:
  
  ubuntu@juju-jp-machine-24:~$ docker ps -a
  CONTAINER IDIMAGE   COMMAND   CREATED 
STATUS  PORTS   NAMES
- dd470c1d343038e88eeb106amemcached /bin/bash   About an hour 
ago   Exited (0) About a minute ago   stupefied_newton
- ubuntu@juju-jp-machine-24:~$ docker start stupefied_newton 
+ dd470c1d343038e88eeb106amemcached /bin/bash   About an hour 
ago   Exited (0) About a minute ago   stupefied_newton
+ ubuntu@juju-jp-machine-24:~$ docker start stupefied_newton
  Error response from daemon: Cannot start container stupefied_newton: Error 
getting container 
dd470c1d3430b651bca3ca3b7f35235529f5eaf7db03a460157d646655fbe020 from driver 
devicemapper: Error mounting 
'/dev/mapper/docker-253:1-131799-dd470c1d3430b651bca3ca3b7f35235529f5eaf7db03a460157d646655fbe020'
 on 
'/var/lib/docker/devicemapper/mnt/dd470c1d3430b651bca3ca3b7f35235529f5eaf7db03a460157d646655fbe020':
 device or resource busy
  2014/12/19 16:13:18 Error: failed to start one or more containers
  
  This appears to be related to
  https://github.com/docker/docker/issues/5684
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: docker.io 1.0.1~dfsg1-0ubuntu1~ubuntu0.14.04.1
  ProcVersionSignature: User Name 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Fri Dec 19 16:13:00 2014
  Ec2AMI: ami-002c
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-0002
  Ec2Ramdisk: ari-0002
  SourcePackage: docker.io
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to docker.io in Ubuntu.
https://bugs.launchpad.net/bugs/1404300

Title:
  After restarting docker daemon, unable to restart existing containers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1379375] Re: evince does not display ligatures

2015-01-22 Thread Alexander Buchner
Yeah!
Updating libpoppler-glib8 to 0.26.5-0ubuntu2 solved my problem.

** Tags removed: verification-failed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1379375

Title:
  evince does not display ligatures

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1408323] Re: Weirdness when /home is full

2015-01-22 Thread Albert Astals Cid
** Description changed:

  I happened to fill my /home to 100% in my Nexus4 under vivid.
  
  At that point the screen locker shows up but you can not unlock it
  (there seems to be no animation)
  
  Also the same happens with the indicators bar, and the indicators are
  empty.
  
  It is my undestandin that it shouldn't matter how much you fill /home
  that the basic functions of the phone should still work
  
  Can not reproduce on krillin+rtm
+ Can reproduce on krillin+vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1408323

Title:
  Weirdness when /home is full

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413517] [NEW] package thunderbird 1:31.3.0+build1-0ubuntu0.14.10.1 failed to install/upgrade: cannot copy extracted data for './usr/lib/thunderbird/libnssckbi.so' to '/usr/lib/thunderbird/libnss

2015-01-22 Thread Gaëtan Faubert
Public bug reported:

bug during install update package

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: thunderbird 1:31.3.0+build1-0ubuntu0.14.10.1
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  pacha  1891 F pulseaudio
 /dev/snd/controlC0:  pacha  1891 F pulseaudio
BuildID: 20141128200042
Channel: Unavailable
CurrentDmesg:
 [   38.297213] init: plymouth-upstart-bridge main process ended, respawning
 [   38.604902] systemd-logind[819]: Failed to start unit user@1000.service: 
Unknown unit: user@1000.service
 [   38.604910] systemd-logind[819]: Failed to start user service: Unknown 
unit: user@1000.service
 [   38.609511] systemd-logind[819]: New session c1 of user pacha.
 [   38.609534] systemd-logind[819]: Linked /tmp/.X11-unix/X0 to 
/run/user/1000/X11-display.
Date: Thu Jan 22 09:50:12 2015
DuplicateSignature: package:thunderbird:1:31.3.0+build1-0ubuntu0.14.10.1:cannot 
copy extracted data for './usr/lib/thunderbird/libnssckbi.so' to 
'/usr/lib/thunderbird/libnssckbi.so.dpkg-new': unexpected end of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/thunderbird/libnssckbi.so' to 
'/usr/lib/thunderbird/libnssckbi.so.dpkg-new': unexpected end of file or stream
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-10-27 (87 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.22  metric 1
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Title: package thunderbird 1:31.3.0+build1-0ubuntu0.14.10.1 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/thunderbird/libnssckbi.so' to 
'/usr/lib/thunderbird/libnssckbi.so.dpkg-new': unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/19/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0701
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5KPL-AM SE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0701:bd05/19/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-AMSE:rvrX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413517

Title:
  package thunderbird 1:31.3.0+build1-0ubuntu0.14.10.1 failed to
  install/upgrade: cannot copy extracted data for
  './usr/lib/thunderbird/libnssckbi.so' to
  '/usr/lib/thunderbird/libnssckbi.so.dpkg-new': unexpected end of file
  or stream

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413410] Re: Unable to match unix bind rule

2015-01-22 Thread John Johansen
So first off something is wrong with the decode
   google-nacl-o1d12356-391

does not contain any characters that would cause encoding to happen.
Doing a manual decode verifies that the issue is the trailing 0s.

The question still remains if this is a bug in apparmor grabbing the
abstract names length, or if the application is really specifying all
those null characters as part of the name.

So to the match patterns
 unix bind type=dgram addr=@google-nacl*,
 unix bind type=dgram addr=@google-nacl*,
Looking at the match generation * will not match \000 which will cause this to 
fail. This should be considered a bug since \000 is a valid character in 
abstract socket names

 unix bind type=dgram addr=@676F6F676C652D6E61636C2D6*,
 unix bind type=dgram addr=@676F6F676C652D6E61636C2D6*,
these are just incorrect apparmor rules don't support the hex encoding, this is 
something audit does when it encounters characters out of its printable 
alphanum range.

 unix bind type=dgram addr=@google-nacl*\\000*,
this won't work, perhaps you where thinking of regular re instead of apparmor's 
extended globbing?

 unix bind type=dgram addr=@google-nacl*[0-9a-
zA-Z]\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000{,\\000,\\000\\000},

this is closer but still will not work

The follow rule should match the number of trailing null characters
exactly, the audit encoding is hex so each two 0s is character which is
mapped to \x00 below. Basically I copied and pasted the trailing 0s and
insert \x every 2 00s. Currently there is no way to pattern match the
trailing 0s and they must be provided in the exact number. An
alternation can be used to vary the number but its is different than the
alternation above.

unix bind type=dgram addr=@google-
nacl*\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00


To vary the count of trailing nulls that are accepted we can use an 
alternation, however apparmor embedded alternation support can not handle a 
nesting level of 83, so the follow expression should but won't work until 
native parsing of aare is implemented
unix bind type=dgram 
addr=@google-nacl*{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00{\x00,},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},},}

instead we have to use the less efficient (to compile) non-embedded alternation 
form
unix bind type=dgram 
addr=@google-nacl*{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}{\x00,}

however there is one more twist, there is yet another bug preventing
expressing null in any way, \x00, \000 and \d00 all fail in the compile.
Specifying \\000 only expresses the literal character \ followed by 3
zeros

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413410

Title:
  Unable to match unix bind rule

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413517] Re: package thunderbird 1:31.3.0+build1-0ubuntu0.14.10.1 failed to install/upgrade: cannot copy extracted data for './usr/lib/thunderbird/libnssckbi.so' to '/usr/lib/thunderbird/libnssck

2015-01-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413517

Title:
  package thunderbird 1:31.3.0+build1-0ubuntu0.14.10.1 failed to
  install/upgrade: cannot copy extracted data for
  './usr/lib/thunderbird/libnssckbi.so' to
  '/usr/lib/thunderbird/libnssckbi.so.dpkg-new': unexpected end of file
  or stream

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1371655] Re: [system settings] allows to change lock security without asking for passcode

2015-01-22 Thread Noemí
Hi,
I've checked that after killing security task, the code is asked again, which 
is much better.
Although today I have this other problem when entering the code (Find video 
attached). When I tried to enter the numbers, they were deleted instantly.
I also got the system logs so you can see what was happening.
I found something weird on them. Because the mobile when off at 4 in the 
morning, but when turning it on at 9.20, the time registered was 13.20. That 
was the time bug happened.
Then I rebooted the device again and the time was correctly written on system 
logs.
I attached this file too.
Regards

Video:
https://mega.co.nz/#!tsVEEbZY!8mqwONpkm36q8rrxSxsImxzH3KpRgOeH9dGVCwTPJi8

** Attachment added: syslog (password)
   
https://bugs.launchpad.net/ubuntu-ux/+bug/1371655/+attachment/4303533/+files/syslog%20%28password%29

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371655

Title:
  [system settings] allows to change lock security without asking for
  passcode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1371655/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404300] Re: After restarting docker daemon, unable to restart existing containers

2015-01-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/docker.io

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404300

Title:
  After restarting docker daemon, unable to restart existing containers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1411750] Re: [Arale] vertical padding too large between medium size cards

2015-01-22 Thread Albert Astals Cid
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

** Changed in: unity8 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411750

Title:
  [Arale] vertical padding too large between medium size cards

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1411750/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1411745] Re: additional margin (left and right) appear on scopes in Arale

2015-01-22 Thread Albert Astals Cid
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

** Changed in: unity8 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411745

Title:
  additional margin (left and right) appear on scopes in Arale

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1411745/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413521] [NEW] oem config not shown first boot

2015-01-22 Thread lordievader
Public bug reported:

On Kubuntu Vivid Alpha2 i386, after a successful oem install, has no oem-config 
utility anywhere.
There is no icon on the desktop, or in the menu's, to launch the final setup 
program.
Thus effectively there is no way to complete the installation.

Ubuntu:  Vivid Vervet (15.04)
Arch:i386
Ubiquity:2.21.5

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


** Tags: kubuntu oem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413521

Title:
  oem config not shown first boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1410794] Re: massive chevron appears in nearby

2015-01-22 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
 Assignee: Albert Astals Cid (aacid) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410794

Title:
  massive chevron appears in nearby

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413523] [NEW] package gnome-icon-theme-gartoon-redux 1.10-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2015-01-22 Thread Eudes Javier Contreras Ríos
Public bug reported:

No is posible install this package

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: gnome-icon-theme-gartoon-redux 1.10-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-40.68-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
Date: Thu Jan 22 04:43:07 2015
DuplicateSignature: 
package:gnome-icon-theme-gartoon-redux:1.10-0ubuntu3:subprocess installed 
post-installation script returned error exit status 255
ErrorMessage: subprocess installed post-installation script returned error exit 
status 255
InstallationDate: Installed on 2014-07-18 (187 days ago)
InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.1)
PackageArchitecture: all
SourcePackage: gartoon-redux
Title: package gnome-icon-theme-gartoon-redux 1.10-0ubuntu3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 255
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gartoon-redux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413523

Title:
  package gnome-icon-theme-gartoon-redux 1.10-0ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gartoon-redux/+bug/1413523/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404300] Re: After restarting docker daemon, unable to restart existing containers

2015-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package docker.io - 1.3.3~dfsg1-2ubuntu2

---
docker.io (1.3.3~dfsg1-2ubuntu2) vivid; urgency=medium

  * d/p/device-mapper-cleanup.patch: Cleanup any stale docker mounts
from previous shutdown (LP: #1404300).
 -- James Page james.p...@ubuntu.com   Thu, 22 Jan 2015 08:50:14 +

** Changed in: docker.io (Ubuntu Vivid)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404300

Title:
  After restarting docker daemon, unable to restart existing containers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413523] Re: package gnome-icon-theme-gartoon-redux 1.10-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2015-01-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413523

Title:
  package gnome-icon-theme-gartoon-redux 1.10-0ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gartoon-redux/+bug/1413523/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404300] Re: After restarting docker daemon, unable to restart existing containers

2015-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package docker.io - 1.3.3~dfsg1-2ubuntu2

---
docker.io (1.3.3~dfsg1-2ubuntu2) vivid; urgency=medium

  * d/p/device-mapper-cleanup.patch: Cleanup any stale docker mounts
from previous shutdown (LP: #1404300).
 -- James Page james.p...@ubuntu.com   Thu, 22 Jan 2015 08:50:14 +

** Changed in: docker.io (Ubuntu Vivid)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to docker.io in Ubuntu.
https://bugs.launchpad.net/bugs/1404300

Title:
  After restarting docker daemon, unable to restart existing containers

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1413526] [NEW] Can pull Greeter from left when on enter passcode stage

2015-01-22 Thread Albert Astals Cid
Public bug reported:

 * Hide the Greeter to the left (so that it hides by the side of where the 
launcher is)
 * Now do a long swipe from the left
 * Notice how the Greeter shows (thogh it'll never stay)

I think it should not show (as it does not when hidden to the right and
pulling from the right)

** Affects: unity8 (Ubuntu)
 Importance: Medium
 Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413526

Title:
  Can pull Greeter from left when on enter passcode stage

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1276960] Re: Ubuntu 13.10 upgrade broke click-and-drag

2015-01-22 Thread Dr Michael Brooks
After a fuck-tonne of Googling, I have a temporary workaround:

sudo rmmod psmouse
sudo modprobe psmouse


Simply unloading and reloading the mouse kernel module fixes the problem. This 
seems to be a kernel driver bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1276960

Title:
  Ubuntu 13.10 upgrade broke click-and-drag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1276960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 377483] Re: DVD PATA-SATA bridge (SPiF223A) doesn't work...

2015-01-22 Thread Jorg K
** Changed in: linux (Ubuntu)
   Status: Expired = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/377483

Title:
  DVD PATA-SATA bridge (SPiF223A) doesn't work...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404300] Re: After restarting docker daemon, unable to restart existing containers

2015-01-22 Thread James Page
** Also affects: docker.io (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: docker.io (Ubuntu Vivid)
   Importance: Undecided = High

** Changed in: docker.io (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: docker.io (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: docker.io (Ubuntu Vivid)
   Status: New = In Progress

** Changed in: docker.io (Ubuntu Utopic)
   Status: New = In Progress

** Changed in: docker.io (Ubuntu Trusty)
   Status: New = In Progress

** Description changed:

- Whilst testing security updates for bug 1396572, I noticed that after
- restarting docker, existing containers where no longer running and I was
- unable to restart them:
+ Impact:
+ Docker users are unable to upgrade packaging or restart the docker service 
without cleaning up stale mounts first; impacted containers will not start post 
restart of the docker daemon.
+ 
+ Test case:
+ NOTE: this must be done on a ext4 filesystem - btrfs users are not impacted.
+ create a docker image
+ docker run -d uuid of image
+ sudo service docker stop
+ sudo service docker start
+ docker ps -a
+ docker start uuid of container
+ container will fails to start as in original bug report.
+ 
+ Regression potential:
+ Minimal - the init script and upstart configuration will attempt cleanup of 
stale mounts in pre-start.
+ 
+ Original bug report:
+ Whilst testing security updates for bug 1396572, I noticed that after 
restarting docker, existing containers where no longer running and I was unable 
to restart them:
  
  ubuntu@juju-jp-machine-24:~$ docker ps -a
  CONTAINER IDIMAGE   COMMAND   CREATED 
STATUS  PORTS   NAMES
- dd470c1d343038e88eeb106amemcached /bin/bash   About an hour 
ago   Exited (0) About a minute ago   stupefied_newton
- ubuntu@juju-jp-machine-24:~$ docker start stupefied_newton 
+ dd470c1d343038e88eeb106amemcached /bin/bash   About an hour 
ago   Exited (0) About a minute ago   stupefied_newton
+ ubuntu@juju-jp-machine-24:~$ docker start stupefied_newton
  Error response from daemon: Cannot start container stupefied_newton: Error 
getting container 
dd470c1d3430b651bca3ca3b7f35235529f5eaf7db03a460157d646655fbe020 from driver 
devicemapper: Error mounting 
'/dev/mapper/docker-253:1-131799-dd470c1d3430b651bca3ca3b7f35235529f5eaf7db03a460157d646655fbe020'
 on 
'/var/lib/docker/devicemapper/mnt/dd470c1d3430b651bca3ca3b7f35235529f5eaf7db03a460157d646655fbe020':
 device or resource busy
  2014/12/19 16:13:18 Error: failed to start one or more containers
  
  This appears to be related to
  https://github.com/docker/docker/issues/5684
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: docker.io 1.0.1~dfsg1-0ubuntu1~ubuntu0.14.04.1
  ProcVersionSignature: User Name 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Fri Dec 19 16:13:00 2014
  Ec2AMI: ami-002c
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-0002
  Ec2Ramdisk: ari-0002
  SourcePackage: docker.io
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404300

Title:
  After restarting docker daemon, unable to restart existing containers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1233466] Re: Hot-Add Memory failing for lack of udev rule

2015-01-22 Thread Martin Pitt
Reopening the kernel task here. We've carried the temporary udev rule
workaround for three releases now; it seems we all agree that it's wrong
(unconditional unbreak my kernel rule) and makes things even worse
under memory pressure. Is there any better solution in sight? Thanks!

** Changed in: linux (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1233466

Title:
  Hot-Add Memory failing for lack of udev rule

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 377483] Re: DVD PATA-SATA bridge (SPiF223A) doesn't work...

2015-01-22 Thread Jorg K
I took the liberty to confirm the bug. Here is my scenario.

I have a machine with a has one (old) IDE CD-RW connected to the (new)
SATA-only motherboard using a DeLock IDE SATA 61719 adapter. This
adapter uses the Sunplus IT, SATALink, SPIF223A-HL022 chipset. This
works semi-well on Windows. The processor is a AMD A10-5700 APU and the
boot disk is an SSD, so one would decent performance.

Yesterday I installed (Ubuntu-based) Mint 17.1. The install went very
slow in some parts but it completed. After installation the machine
took 2min 25sec to the login prompt and then 30sec to show the desktop.
I looked at the system log (dmesg) and found many errors to do with one
particular ATA drive and looking closer it was the drive connected using
the adapter.

I removed the adapter and the boot time came to 9sec + 8sec. I didn't
actually try to use the device, so I didn't experience any freezes of
the system. The only thing I can say is that the machine with this
hardware connected is prohibitively slow.

So clearly: DVD PATA-SATA bridge (SPiF223A) doesn't work!!

I'm happy to supply any additional information required.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/377483

Title:
  DVD PATA-SATA bridge (SPiF223A) doesn't work...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1276960] Re: Ubuntu 13.10 upgrade broke click-and-drag

2015-01-22 Thread Dr Michael Brooks
Also apparent in 14.04 with Synaptics Touchpad. If the cursor is in
motion while the left touchpad button is pressed, the click event only
occurs after a long delay.

I've tried all sorts of synclient settings, nothing improves the
situation. Interestingly a USB mouse works fine, it's just the touchpad
that is affected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1276960

Title:
  Ubuntu 13.10 upgrade broke click-and-drag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1276960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1396572] Re: Critcial security vulnerabilties in docker 1.3.3

2015-01-22 Thread James Page
Revised packages included the fix for bug 1404300 are in:

 https://launchpad.net/~james-page/+archive/ubuntu/docker

I've requested the security team review.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1396572

Title:
  Critcial security vulnerabilties in docker  1.3.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413521] Re: oem config not shown first boot

2015-01-22 Thread Jonathan Riddell
** Changed in: ubiquity (Ubuntu)
Milestone: None = ubuntu-15.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413521

Title:
  oem config not shown first boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401154] Re: Error: global name '_' is not defined during glance image-create

2015-01-22 Thread Sravani Maddukuri
Hi George Shuklin,

I have cloned the stable version of Juno using the below command:
git clone https://github.com/openstack-dev/devstack.git -b stable/juno

I am trying to reproduce this bug but not seeing it.

Can you please provide me more details on how to reproduce the issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401154

Title:
  Error: global name '_' is not defined during glance image-create

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-glanceclient/+bug/1401154/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1408323] Re: Weirdness when /home is full

2015-01-22 Thread Albert Astals Cid
** Description changed:

  I happened to fill my /home to 100% in my Nexus4 under vivid.
  
  At that point the screen locker shows up but you can not unlock it
  (there seems to be no animation)
  
  Also the same happens with the indicators bar, and the indicators are
  empty.
  
  It is my undestandin that it shouldn't matter how much you fill /home
  that the basic functions of the phone should still work
  
- Can not reproduce on krillin+rtm
- Can reproduce on krillin+vivid
+ Can reproduce on Nexus4+rtm
+ Can reproduce on krillin+vivid (took a while though)
+ Could not reproduce on krillin+rtm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1408323

Title:
  Weirdness when /home is full

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404300] Re: After restarting docker daemon, unable to restart existing containers

2015-01-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/docker.io

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404300

Title:
  After restarting docker daemon, unable to restart existing containers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1392597] Re: [needs-packaging] unity-launcher-folders

2015-01-22 Thread Anthony Wong
Daniel, thanks for the comments. I am asking the upstream author to
release a new tarball with the .git directory removed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1392597

Title:
  [needs-packaging] unity-launcher-folders

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1265877] Re: nova fails to launch i386 images

2015-01-22 Thread James Page
i386 is incorrect according to:

 http://docs.openstack.org/cli-reference/content/chapter_cli-glance-
property.html

** Changed in: nova-compute (Juju Charms Collection)
   Status: Triaged = Invalid

** Changed in: nova (Ubuntu)
   Status: Triaged = Invalid

** Changed in: cloud-archive
   Status: Triaged = Invalid

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

** Branch linked: lp:~james-page/simplestreams/i386-i686

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1265877

Title:
  nova fails to launch i386 images

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1265877/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1339710] Re: simultaneous touch events trigger only the first touch

2015-01-22 Thread marmuta
Multi-touch in Onboard is supposed to work as you described, Andreas. I
heard of people successfully using it in the wild too.

Please check if
Preferences-Keyboard-Advanced-Touch input
is set to multi-touch. This is the default.

Check if you own a Wacom touch-screen. Those are by default configured to not 
allow multi-touch, see also bug #1297692. 
$ xsetwacom --list devices

If this returns your touch screen you'll have to disable Wacom gestures in 
order to get multi-touch.
$ xsetwacom --set your touch-screen id Gesture off

You can use the output of the xsetwacom --list devices command as id, or pick 
it from 
$ xinput


** Changed in: onboard
   Status: New = Incomplete

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339710

Title:
  simultaneous touch events trigger only the first touch

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309915] Re: foreground app should keep wakelock open until actual suspend happens (aka camera takes ~5 seconds to be responsive after waking phone)

2015-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package qtmir - 0.4.4+15.04.20150121~rtm-
0ubuntu1

---
qtmir (0.4.4+15.04.20150121~rtm-0ubuntu1) 14.09; urgency=medium

  [ Gerry Boland ]
  * Add Wakelock support - ensures device drops to deep-sleep mode only
when all AppMan suspend tasks have completed (LP: #1309915)

  [ Ricardo Mendoza ]
  * Reduce suspend timeout to half of the previous value because the
long value was too apparent on fast paced apps, like web games of
music players; it broke the user experience according to design.
(LP: #1402650)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Wed, 21 Jan 2015 
11:36:24 +

** Changed in: qtmir (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309915

Title:
  foreground app should keep wakelock open until actual suspend happens
  (aka camera takes ~5 seconds to be responsive after waking phone)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1309915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1402650] Re: 3 seconds delay before sending SIGSTOP (changing apps, suspending phone) seems too much

2015-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package qtmir - 0.4.4+15.04.20150121~rtm-
0ubuntu1

---
qtmir (0.4.4+15.04.20150121~rtm-0ubuntu1) 14.09; urgency=medium

  [ Gerry Boland ]
  * Add Wakelock support - ensures device drops to deep-sleep mode only
when all AppMan suspend tasks have completed (LP: #1309915)

  [ Ricardo Mendoza ]
  * Reduce suspend timeout to half of the previous value because the
long value was too apparent on fast paced apps, like web games of
music players; it broke the user experience according to design.
(LP: #1402650)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Wed, 21 Jan 2015 
11:36:24 +

** Changed in: qtmir (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1402650

Title:
  3 seconds delay before sending SIGSTOP (changing apps, suspending
  phone) seems too much

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1402650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413380] Re: [needs-packaging] cryptote needs packaging

2015-01-22 Thread Didier Roche
Thanks for packaging cryptote and help to make ubuntu better!

The package has quite a lot of issues that needs to be addressed before 
uploading to ubuntu. I did a first quick pass and encourage you to fix those 
before subscribing back the ubuntu sponsors:
- debian/copyright doesn't follow DEP5 (http://dep.debian.net/deps/dep5/), 
please use this as a template.
- the version makes people think that this package is available in debian, 
which is not the case. Please reference it as 0.5.390-0ubuntuX
(where -0 means this version wasn't in debian and ubuntuX == ubuntu+number as 
you did previously.
-  debian/compat is referecing debhelper 5, we tend to rather use debhelper 9 
nowdays.
-  debian/control references as well debhelper 5 instead of 9
- debian/rules: there are some lintian errors on it, make clean doesn't really 
clean the package and have some rules missing:
W: cryptote source: debian-rules-ignores-make-clean-error line 46
W: cryptote source: debian-rules-missing-recommended-target build-indep
W: cryptote source: debian-rules-missing-recommended-target build-arch
Please, consider here as well to use debhelper 9 as the rules will be way 
easier.

debian/rules would be simply something like:
#!/usr/bin/make -f

#DH_VERBOSE=1

%:
dh $@

and from that, you can read some debhelper documentation if you need to 
override some default parameters.
* debian/menu is not in use in ubuntu, if you don't intend to upload that 
package to debian, please remove it.

That's already quite enough for a first look, please get that package updated 
in the ppa and feel free to resubscribe the sponsoring list!
Thanks :)

** Changed in: ubuntu
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413380

Title:
  [needs-packaging] cryptote needs packaging

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1411323] Re: [address book] share handler screen has a confusing ok icon

2015-01-22 Thread Olga Kemmet
I agree with Selene. The X shouldn't be there at all for example. This is 
related to this bug: https://bugs.launchpad.net/ubuntu-ux/+bug/1373494
And design is currently looking at solutions replacing the confirmation tick 
with something else.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411323

Title:
  [address book] share handler screen has a confusing ok icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1411323/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1410830] Re: Shutdown dialog appears on resume, after a long delay in screen turning on

2015-01-22 Thread Michael Zanetti
** Branch linked: lp:~unity-team/unity8/rtm-20150121

** Changed in: unity8 (Ubuntu RTM)
   Status: New = In Progress

** Changed in: unity8 (Ubuntu RTM)
 Assignee: (unassigned) = Michael Zanetti (mzanetti)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410830

Title:
  Shutdown dialog appears on resume, after a long delay in screen
  turning on

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1410830/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1409003] Re: receiving an sms while roaming and suspended renders the phone difficult to use on resume

2015-01-22 Thread Michael Zanetti
** Branch linked: lp:~unity-team/unity8/rtm-20150121

** Changed in: unity8 (Ubuntu RTM)
   Status: New = In Progress

** Changed in: unity8 (Ubuntu RTM)
 Assignee: (unassigned) = Michael Zanetti (mzanetti)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1409003

Title:
  receiving an sms while roaming and suspended renders the phone
  difficult to use on resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1409003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413065] Re: [Call]The call interface sometimes disappears when making emergency call

2015-01-22 Thread Michael Zanetti
** Branch linked: lp:~unity-team/unity8/rtm-20150121

** Changed in: unity8 (Ubuntu RTM)
   Status: New = In Progress

** Changed in: unity8 (Ubuntu RTM)
 Assignee: (unassigned) = Michael Zanetti (mzanetti)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413065

Title:
  [Call]The call interface sometimes disappears when making emergency
  call

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391368] Re: Thumbnail generation is slow when requesting a sourceSize that needs to be rescaled

2015-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package thumbnailer -
1.3+15.04.20150122-0ubuntu1

---
thumbnailer (1.3+15.04.20150122-0ubuntu1) vivid; urgency=low

  [ Florian Boucault ]
  * Keeps track of failed thumbnails and do not try to regenerate them.
(LP: #1389678)
  * QML thumbnail provider: make sure sourceSize (aka requestedSize) is
respected by downscaling at loading time if necessary. Makes
TN_SIZE_ORIGINAL case much faster. (LP: #1391368)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 22 Jan 2015 
08:56:16 +

** Changed in: thumbnailer (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391368

Title:
  Thumbnail generation is slow when requesting a sourceSize that needs
  to be rescaled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398478] Re: Using dynamic kernel/udeb seeds for stable releases is suboptimal

2015-01-22 Thread Adam Conrad
** Changed in: debian-installer (Ubuntu)
 Assignee: (unassigned) = Adam Conrad (adconrad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398478

Title:
  Using dynamic kernel/udeb seeds for stable releases is suboptimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1398478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1389678] Re: When a file can't be thumnailed the photo grid keeps loosing its images and hitting timeouts

2015-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package thumbnailer -
1.3+15.04.20150122-0ubuntu1

---
thumbnailer (1.3+15.04.20150122-0ubuntu1) vivid; urgency=low

  [ Florian Boucault ]
  * Keeps track of failed thumbnails and do not try to regenerate them.
(LP: #1389678)
  * QML thumbnail provider: make sure sourceSize (aka requestedSize) is
respected by downscaling at loading time if necessary. Makes
TN_SIZE_ORIGINAL case much faster. (LP: #1391368)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 22 Jan 2015 
08:56:16 +

** Changed in: thumbnailer (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1389678

Title:
  When a file can't be thumnailed the photo grid keeps loosing its
  images and hitting timeouts

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1389678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398427] Re: [dialer] + [sound] Can't use earphone to answer or disconnect a call

2015-01-22 Thread Michael Zanetti
** Branch linked: lp:~unity-team/unity8/rtm-20150121

** Changed in: unity8 (Ubuntu RTM)
   Status: Triaged = In Progress

** Changed in: unity8 (Ubuntu RTM)
 Assignee: (unassigned) = Michael Zanetti (mzanetti)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398427

Title:
  [dialer] + [sound] Can't use earphone to answer or disconnect a call

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Gema Gomez
** Attachment added: apport.qemu-kvm.3i3ndao3.apport
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+attachment/4303546/+files/apport.qemu-kvm.3i3ndao3.apport

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Gema Gomez
ProblemType: Bug
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Thu Jan 22 10:37:18 2015
DistroRelease: Ubuntu 14.04
Ec2AMI: ami-000f
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.medium
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
Package: qemu-kvm (not installed)
ProcEnviron:
 TERM=xterm-256color
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 XDG_RUNTIME_DIR=set
ProcVersionSignature: User Name 3.13.0-44.73-generic 3.13.11-ckt12
SourcePackage: qemu
Tags:  trusty ec2-images
Uname: Linux 3.13.0-44-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
_MarkForUpload: True

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Gema Gomez
** Attachment added: apport.qemu-kvm.3i3ndao3.apport
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+attachment/4303546/+files/apport.qemu-kvm.3i3ndao3.apport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382291] Re: Account creation during first boot of an OEM image needs to scale based on resolution

2015-01-22 Thread Ara Pulido
** Changed in: oem-priority
   Importance: High = Critical

** Changed in: ubiquity (Ubuntu)
   Importance: Undecided = Critical

** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382291

Title:
  Account creation during first boot of an OEM image needs to scale
  based on resolution

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with only error: objdump: '... .tmp_nv.o': No such file

2015-01-22 Thread SillasOS
How to unsubscribe ? I have not subscribe to this email list ? It was a
system report that do it. I dont want to receive lots of bug email
reports every day. How can I stop this ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1268257

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with only error: objdump: '... .tmp_nv.o': No such
  file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1268257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Gema Gomez
ProblemType: Bug
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Thu Jan 22 10:37:18 2015
DistroRelease: Ubuntu 14.04
Ec2AMI: ami-000f
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.medium
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
Package: qemu-kvm (not installed)
ProcEnviron:
 TERM=xterm-256color
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 XDG_RUNTIME_DIR=set
ProcVersionSignature: User Name 3.13.0-44.73-generic 3.13.11-ckt12
SourcePackage: qemu
Tags:  trusty ec2-images
Uname: Linux 3.13.0-44-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
_MarkForUpload: True

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Gema Gomez
Please, bear in mind I have already modified the KSM value for this node
not to crash, that is the only change made to this system after the
issue, other than rebooting it.

** Attachment added: apport.qemu-system-x86.hhh4e6d9.apport
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+attachment/4303547/+files/apport.qemu-system-x86.hhh4e6d9.apport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398148] Re: Make network/disk boot toggle preseedable in d-i

2015-01-22 Thread Adam Conrad
Setting to wishlist because the late command workaround should do the
trick.  If you find that's not the case, give me a poke and we'll see
about improving the situation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398148

Title:
  Make network/disk boot toggle preseedable in d-i

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1398148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398148] Re: Unable to automatically and repeatedly network install Ubuntu to PowerVM LPARs

2015-01-22 Thread Adam Conrad
I'm not sure if it's preseedable, but probably not.   I'll look into
that.   But you could work around it with a late command that executes
nvsetenv and friends in the target.

** Summary changed:

- Unable to automatically and repeatedly network install Ubuntu to PowerVM LPARs
+ Make network/disk boot toggle preseedable in d-i

** Changed in: debian-installer (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398148

Title:
  Make network/disk boot toggle preseedable in d-i

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1398148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413540] Re: qemu-kvm package enables KSM on VMs

2015-01-22 Thread Gema Gomez
Please, bear in mind I have already modified the KSM value for this node
not to crash, that is the only change made to this system after the
issue, other than rebooting it.

** Attachment added: apport.qemu-system-x86.hhh4e6d9.apport
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+attachment/4303547/+files/apport.qemu-system-x86.hhh4e6d9.apport

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  qemu-kvm package enables KSM on VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1413540/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1307883] Re: ca-certificates-java misses runtime dependency on initscripts

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

** Changed in: ca-certificates-java (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1307883

Title:
  ca-certificates-java misses runtime dependency on initscripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1307883/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365695] Re: No longer able to use GUI after update

2015-01-22 Thread nicola
Hi,

has anyone tried the last nvidia 346.35?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365695

Title:
  No longer able to use GUI after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1365695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1307883] Re: ca-certificates-java misses runtime dependency on initscripts

2015-01-22 Thread Hans-Christoph Steiner
I'm seeing this same issue on a minimal Ubuntu/trusty chroot, where I
deliberately didn't want initscripts and upstart installed. Using
minimal chroots is very useful for running automated build
infrastructure.  The chroots can serve as stand-ins for full systems or
VMs.  Since the base system provides the whole system, including
daemons, init, etc. the chroot does not need this stuff, and indeed it
can get in the way.

This worked before, since I was able to set up this chroot a while back
and use it.  I think I set it up around Sept 2014.

Here's the error:
Setting up openjdk-7-jre-headless:amd64 (7u71-2.5.3-0ubuntu0.14.04.1) ...
/var/lib/dpkg/info/openjdk-7-jre-headless:amd64.postinst: 18: 
/var/lib/dpkg/info/openjdk-7-jre-headless:amd64.postinst: mountpoint: not found
the java command requires a mounted proc fs (/proc).
dpkg: error processing package openjdk-7-jre-headless:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of openjdk-7-jre:amd64:
 openjdk-7-jre:amd64 depends on openjdk-7-jre-headless (= 
7u71-2.5.3-0ubuntu0.14.04.1); however:
  Package openjdk-7-jre-headless:amd64 is not configured yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1307883

Title:
  ca-certificates-java misses runtime dependency on initscripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1307883/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1307883] Re: ca-certificates-java misses runtime dependency on initscripts

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

** Changed in: openjdk-7 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1307883

Title:
  ca-certificates-java misses runtime dependency on initscripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1307883/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413644] Re: init-departments tool doesn't correctly handle multiple locales

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

** Changed in: unity-scope-click (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413644

Title:
  init-departments tool doesn't correctly handle multiple locales

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1413644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1390096] Re: peer picker briefly shows no available apps

2015-01-22 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1390096

Title:
  peer picker briefly shows no available apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1390096/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1402650] Re: 3 seconds delay before sending SIGSTOP (changing apps, suspending phone) seems too much

2015-01-22 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1402650

Title:
  3 seconds delay before sending SIGSTOP (changing apps, suspending
  phone) seems too much

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1402650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364630] Re: init: Error while reading from descriptor: Broken pipe

2015-01-22 Thread Patrick
My System also shows this error, is able to boot though, but with messed up 
hyprid text and logo splash.
I'm experiencing this ever since I upgraded to Utopic from Trusty. I'm using 
fglrx-updates ATI drivers.


Since, it also shows the following errors when I log in via tty1 in text mode, 
and in auth.log:

systemd-logind[1420]: Failed to start unit user@112.service: Unknown unit: 
user@112.service
systemd-logind[1420]: Failed to start user service: Unknown unit: 
user@112.service

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364630

Title:
  init: Error while reading from descriptor: Broken pipe

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309915] Re: foreground app should keep wakelock open until actual suspend happens (aka camera takes ~5 seconds to be responsive after waking phone)

2015-01-22 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309915

Title:
  foreground app should keep wakelock open until actual suspend happens
  (aka camera takes ~5 seconds to be responsive after waking phone)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1309915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413681] Re: Pin code not displayed in some circumstance

2015-01-22 Thread Pat McGowan
This has the same underlying cause as the other pincode bug, the
credential you just set is cached

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413681

Title:
  Pin code not displayed in some circumstance

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398310] Re: Can't pause click updates

2015-01-22 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398310

Title:
  Can't pause click updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1398310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1398148] Comment bridged from LTC Bugzilla

2015-01-22 Thread bugproxy
--- Comment From ara...@us.ibm.com 2015-01-22 18:22 EDT---
(In reply to comment #5)
 I'm not sure if it's preseedable, but probably not.   I'll look into that.
 But you could work around it with a late command that executes nvsetenv and
 friends in the target.

 Setting to wishlist because the late command workaround should do the trick.
 If you find that's not the case, give me a poke and we'll see about
 improving the situation.

Yes agreed, but those commands are not present in the installer :)
Instead, I have to separately store and wget a tool (in our case
'nvram') in a late command and use that to restore the boot order. These
tools (or some version of them, as mentioned in the original bug: nvram,
nvsetenv, bootlist) are typically available to Linux installers on
Power.

-Nish

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398148

Title:
  Make network/disk boot toggle preseedable in d-i

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1398148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725434] Re: Nvidia drivers lead to extra memory usage for each process using libGL

2015-01-22 Thread Stu
The fix for this has been available for a long time, if it works - can
the cairo gl backend be re-enabled?It's been disabled for nearly 3
years now, in the meantime it is available on fedora.

This is affecting an app I maintain as I can't use it with cairo-gl for
now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725434

Title:
  Nvidia drivers lead to extra memory usage for each process using libGL

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413692] [NEW] package libmysqlclient18:i386 5.5.41-0ubuntu0.14.10.1 failed to install/upgrade: package libmysqlclient18:i386 is already installed and configured

2015-01-22 Thread Peter-John O'Reilly
Public bug reported:

i was running software updater to update the packages it advised needed
updating. during this process a popup advised a system software problem
had been detected and software updater shutdown.

xubuntu 'utopic'

software updater had just installed adobe flashplayer plugin and was
installing remaining packages.

 i expected the update process to complete successfully.

see above.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libmysqlclient18:i386 5.5.41-0ubuntu0.14.10.1
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: amd64
Date: Fri Jan 23 02:15:21 2015
DuplicateSignature: 
package:libmysqlclient18:i386:5.5.41-0ubuntu0.14.10.1:package 
libmysqlclient18:i386 is already installed and configured
ErrorMessage: package libmysqlclient18:i386 is already installed and configured
InstallationDate: Installed on 2014-07-13 (192 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.2)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d..keepme: 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql_upgrade_info', 'ib_logfile1', 'mysql', 
'ibdata1', 'performance_schema', 'debian-5.5.flag', 'ib_logfile0']
PackageArchitecture: i386
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=e2033927-e394-4fa2-bf38-8b1b28a910ac ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
SourcePackage: dpkg
Title: package libmysqlclient18:i386 5.5.41-0ubuntu0.14.10.1 failed to 
install/upgrade: package libmysqlclient18:i386 is already installed and 
configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed apport-package i386 need-duplicate-check utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413692

Title:
  package libmysqlclient18:i386 5.5.41-0ubuntu0.14.10.1 failed to
  install/upgrade: package libmysqlclient18:i386 is already installed
  and configured

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413696] Re: package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2015-01-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1413696

Title:
  package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1413696] [NEW] package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2015-01-22 Thread Peter-John O'Reilly
Public bug reported:

software updater during automatic package update process

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: amd64
Date: Fri Jan 23 02:15:22 2015
DuplicateSignature: package:libwbclient0:amd64:2:4.1.11+dfsg-1ubuntu2.1:package 
libwbclient0:amd64 is already installed and configured
ErrorMessage: package libwbclient0:amd64 is already installed and configured
InstallationDate: Installed on 2014-07-13 (192 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.2)
RelatedPackageVersions:
 nautilus N/A
 gvfs 1.20.2-1ubuntu2
SambaClientRegression: Yes
SourcePackage: samba
Title: package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to 
install/upgrade: package libwbclient0:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1413696

Title:
  package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 681868] Re: [Upstream] Writer - line spacing defined in paragraph in table row with single line affects row height

2015-01-22 Thread Mathew Hodson
** Changed in: libreoffice (Ubuntu)
   Status: Incomplete = Confirmed

** Tags removed: lo33 migrateoootolo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/681868

Title:
  [Upstream] Writer - line spacing defined in paragraph in table row
  with single line affects row height

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/681868/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1413681] Re: Pin code not displayed in some circumstance

2015-01-22 Thread John McAleely
oh, should we just dupe it then?

On 22 January 2015 at 18:28, Pat McGowan pat.mcgo...@canonical.com
wrote:

 This has the same underlying cause as the other pincode bug, the
 credential you just set is cached

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

 Title:
   Pin code not displayed in some circumstance

 Status in the base for Ubuntu mobile products:
   New
 Status in ubuntu-system-settings package in Ubuntu:
   New

 Bug description:
   From bug #1371655, original description:

   Steps to reproduce:

   1. Go to system settings
   2. Set up a passcode (currently marked as 4-digit PIN code)
   3. Tap on SET
   4. Now tap immediately on Swipe (no security)

   5. Actual result: the setting switches to Swipe (no security)
   without asking for the just set up passcode

   Expected result:
   Every time user sets up a passcode/passphrase and wants to switch
 between the different lock security options, he has to confirm the last set
 passcode/passphrase (except for SWIPE).


   and from comment #12

   Hi,
   I've checked that after killing security task, the code is asked again,
 which is much better.
   Although today I have this other problem when entering the code (Find
 video attached). When I tried to enter the numbers, they were deleted
 instantly.
   I also got the system logs so you can see what was happening.
   I found something weird on them. Because the mobile when off at 4 in the
 morning, but when turning it on at 9.20, the time registered was 13.20.
 That was the time bug happened.
   Then I rebooted the device again and the time was correctly written on
 system logs.
   I attached this file too.
   Regards

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413681/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413681

Title:
  Pin code not displayed in some circumstance

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413540] Re: issues with KSM enabled for nested KVM VMs

2015-01-22 Thread Ryan Harper
I think you'll find that nested kvm and ksm will be a worst-case
scenario w.r.t memory swap-out.  KSM actively scans the hosts memory for
pages it can unmap , which means when a guest (level 1) or nested guest
(level 2) needs to write to that memory, then you incur a page table
walk (Guest virtual to host physical) which is quite costly.  This can
be further affected by overcommit of memory, which ends up having the
hypervisor swap memory to disk to handle the working set size.  KSM will
not have any view into the the page tables, or swapping activity of the
guest (l1, or l2) meaning that overtime it's increasingly likely that
KSM will have swapped out memory needed for either the L1  or L2 guest.
Swapping L1 memory utilized to run the L2 guest is likely to the the
most painful since there are two levels of swap-in occuring (host to l1,
and the l1 to l2).  Swap in/out will be IO intensive, and blocking on io
is also more likely to trigger soft-lockups in either l1 or l2 guests.

I suggest looking at the openstack environment and disabling/turning
down the amount of memory overcommit to reduce the memory pressure on
the host.  Given that KSM isn't optimized at all for nested KVM, it's
certainly worth  disabling KSM when running nested guests (certainly in
the L1 guest, possibly the host as well) unless one wants to invest in
tuning KSM as well as close monitoring of the host memory pressure any
any L1 guest memory pressure if the L1 guest also runs an L2 guest.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  issues with KSM enabled for nested KVM VMs

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1413540] Re: issues with KSM enabled for nested KVM VMs

2015-01-22 Thread Ryan Harper
I think you'll find that nested kvm and ksm will be a worst-case
scenario w.r.t memory swap-out.  KSM actively scans the hosts memory for
pages it can unmap , which means when a guest (level 1) or nested guest
(level 2) needs to write to that memory, then you incur a page table
walk (Guest virtual to host physical) which is quite costly.  This can
be further affected by overcommit of memory, which ends up having the
hypervisor swap memory to disk to handle the working set size.  KSM will
not have any view into the the page tables, or swapping activity of the
guest (l1, or l2) meaning that overtime it's increasingly likely that
KSM will have swapped out memory needed for either the L1  or L2 guest.
Swapping L1 memory utilized to run the L2 guest is likely to the the
most painful since there are two levels of swap-in occuring (host to l1,
and the l1 to l2).  Swap in/out will be IO intensive, and blocking on io
is also more likely to trigger soft-lockups in either l1 or l2 guests.

I suggest looking at the openstack environment and disabling/turning
down the amount of memory overcommit to reduce the memory pressure on
the host.  Given that KSM isn't optimized at all for nested KVM, it's
certainly worth  disabling KSM when running nested guests (certainly in
the L1 guest, possibly the host as well) unless one wants to invest in
tuning KSM as well as close monitoring of the host memory pressure any
any L1 guest memory pressure if the L1 guest also runs an L2 guest.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413540

Title:
  issues with KSM enabled for nested KVM VMs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413694] [NEW] Since 3.18.x, iwlwifi has severe connection problems

2015-01-22 Thread emk2203
Public bug reported:

after the switch to 3.18, the wifi connection drops very often (50% of
the time or more). dmesg | grep iwlwifi:

erik@XPS12-9Q33:~$ dmesg | grep iwlwifi
[7.026062] iwlwifi :06:00.0: enabling device ( - 0002)
[7.026551] iwlwifi :06:00.0: irq 45 for MSI/MSI-X
[7.032559] iwlwifi :06:00.0: loaded firmware version 23.11.10.0 op_mode 
iwlmvm
[7.061571] iwlwifi :06:00.0: Detected Intel(R) Dual Band Wireless AC 
7260, REV=0x144
[7.061906] iwlwifi :06:00.0: L1 Enabled - LTR Enabled
[7.062376] iwlwifi :06:00.0: L1 Enabled - LTR Enabled
[8.428473] iwlwifi :06:00.0: L1 Enabled - LTR Enabled
[8.428976] iwlwifi :06:00.0: L1 Enabled - LTR Enabled
[ 1062.829041] iwlwifi :06:00.0: fail to flush all tx fifo queues Q 0
[ 1062.830289] iwlwifi :06:00.0: Current SW read_ptr 100 write_ptr 101
[ 1062.832187] iwlwifi :06:00.0: FH TRBs(0) = 0x8000300d
[ 1062.833307] iwlwifi :06:00.0: FH TRBs(1) = 0xc01100c0
[ 1062.834239] iwlwifi :06:00.0: FH TRBs(2) = 0x
[ 1062.835165] iwlwifi :06:00.0: FH TRBs(3) = 0x80300064
[ 1062.836090] iwlwifi :06:00.0: FH TRBs(4) = 0x
[ 1062.837006] iwlwifi :06:00.0: FH TRBs(5) = 0x
[ 1062.837933] iwlwifi :06:00.0: FH TRBs(6) = 0x
[ 1062.838821] iwlwifi :06:00.0: FH TRBs(7) = 0x00709090
[ 1062.839737] iwlwifi :06:00.0: Q 0 is active and mapped to fifo 3 ra_tid 
0x [100,101]
[ 1062.840675] iwlwifi :06:00.0: Q 1 is active and mapped to fifo 2 ra_tid 
0x [0,0]
[ 1062.841915] iwlwifi :06:00.0: Q 2 is active and mapped to fifo 1 ra_tid 
0x [84,84]
[ 1062.842836] iwlwifi :06:00.0: Q 3 is active and mapped to fifo 0 ra_tid 
0x [14,14]
[ 1062.843777] iwlwifi :06:00.0: Q 4 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.844695] iwlwifi :06:00.0: Q 5 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.845917] iwlwifi :06:00.0: Q 6 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.846825] iwlwifi :06:00.0: Q 7 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.847723] iwlwifi :06:00.0: Q 8 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.848612] iwlwifi :06:00.0: Q 9 is active and mapped to fifo 7 ra_tid 
0x [145,145]
[ 1062.849812] iwlwifi :06:00.0: Q 10 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.850707] iwlwifi :06:00.0: Q 11 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.851601] iwlwifi :06:00.0: Q 12 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.852484] iwlwifi :06:00.0: Q 13 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.853673] iwlwifi :06:00.0: Q 14 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.854539] iwlwifi :06:00.0: Q 15 is active and mapped to fifo 5 ra_tid 
0x [0,0]
[ 1062.855739] iwlwifi :06:00.0: Q 16 is active and mapped to fifo 1 ra_tid 
0x [177,219]
[ 1062.856623] iwlwifi :06:00.0: Q 17 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.857829] iwlwifi :06:00.0: Q 18 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]
[ 1062.858725] iwlwifi :06:00.0: Q 19 is inactive and mapped to fifo 0 
ra_tid 0x [0,0]

DS Parameter set: channel 13
DS Parameter set: channel 1
DS Parameter set: channel 1
DS Parameter set: channel 1
DS Parameter set: channel 6
DS Parameter set: channel 6
DS Parameter set: channel 11
DS Parameter set: channel 13

several APs from different manufacturers are used, no difference

WPA2-PSK is used

version.log:
Ubuntu 3.18.0-9.10-generic 3.18.2

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.18.0-9-generic 3.18.0-9.10
ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
Uname: Linux 3.18.0-9-generic x86_64
ApportVersion: 2.15.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  erik   8523 F pulseaudio
 /dev/snd/controlC0:  erik   8523 F pulseaudio
CurrentDesktop: LXQt
Date: Thu Jan 22 19:26:18 2015
HibernationDevice: RESUME=UUID=ad769441-bb4d-4be0-9cac-5d014f883d3f
InstallationDate: Installed on 2014-09-14 (130 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140914)
MachineType: Dell Inc. XPS 12-9Q33
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: \boot\vmlinuz-3.18.0-9-generic.efi.signed ro 
root=UUID=1551b59c-7fbd-40f7-95c4-47d5359b39dc 
initrd=boot\initrd.img-3.18.0-9-generic
RelatedPackageVersions:
 linux-restricted-modules-3.18.0-9-generic N/A
 linux-backports-modules-3.18.0-9-generic  N/A
 linux-firmware1.141
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/15/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: XPS 12-9Q33
dmi.board.vendor: Dell Inc.
dmi.board.version: A06
dmi.chassis.type: 8
dmi.chassis.vendor: 

[Bug 1413696] [NEW] package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2015-01-22 Thread Peter-John O'Reilly
Public bug reported:

software updater during automatic package update process

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: amd64
Date: Fri Jan 23 02:15:22 2015
DuplicateSignature: package:libwbclient0:amd64:2:4.1.11+dfsg-1ubuntu2.1:package 
libwbclient0:amd64 is already installed and configured
ErrorMessage: package libwbclient0:amd64 is already installed and configured
InstallationDate: Installed on 2014-07-13 (192 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.2)
RelatedPackageVersions:
 nautilus N/A
 gvfs 1.20.2-1ubuntu2
SambaClientRegression: Yes
SourcePackage: samba
Title: package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to 
install/upgrade: package libwbclient0:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413696

Title:
  package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413696] Re: package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2015-01-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413696

Title:
  package libwbclient0:amd64 2:4.1.11+dfsg-1ubuntu2.1 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1412541] Re: Can't uninstall right after installing

2015-01-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/unity-scope-click

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412541

Title:
  Can't uninstall right after installing

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1412541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413692] Re: package libmysqlclient18:i386 5.5.41-0ubuntu0.14.10.1 failed to install/upgrade: package libmysqlclient18:i386 is already installed and configured

2015-01-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413692

Title:
  package libmysqlclient18:i386 5.5.41-0ubuntu0.14.10.1 failed to
  install/upgrade: package libmysqlclient18:i386 is already installed
  and configured

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413697] [NEW] package libmysqlclient18:amd64 5.5.41-0ubuntu0.14.10.1 failed to install/upgrade: package libmysqlclient18:amd64 is already installed and configured

2015-01-22 Thread Peter-John O'Reilly
Public bug reported:

running software updater during automatic package update

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libmysqlclient18:amd64 5.5.41-0ubuntu0.14.10.1
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: amd64
Date: Fri Jan 23 02:15:21 2015
DuplicateSignature: 
package:libmysqlclient18:amd64:5.5.41-0ubuntu0.14.10.1:package 
libmysqlclient18:amd64 is already installed and configured
ErrorMessage: package libmysqlclient18:amd64 is already installed and configured
InstallationDate: Installed on 2014-07-13 (192 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.2)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d..keepme: 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql_upgrade_info', 'ib_logfile1', 'mysql', 
'ibdata1', 'performance_schema', 'debian-5.5.flag', 'ib_logfile0']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=e2033927-e394-4fa2-bf38-8b1b28a910ac ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
SourcePackage: dpkg
Title: package libmysqlclient18:amd64 5.5.41-0ubuntu0.14.10.1 failed to 
install/upgrade: package libmysqlclient18:amd64 is already installed and 
configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413697

Title:
  package libmysqlclient18:amd64 5.5.41-0ubuntu0.14.10.1 failed to
  install/upgrade: package libmysqlclient18:amd64 is already installed
  and configured

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1411323] Re: [address book] share handler screen has a confusing ok icon

2015-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package address-book-app -
0.2+15.04.20150122.1~rtm-0ubuntu1

---
address-book-app (0.2+15.04.20150122.1~rtm-0ubuntu1) 14.09; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Renato Araujo Oliveira Filho ]
  * Use the tick icon as confirm button while in Pick mode. (LP:
#1411323)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 22 Jan 2015 
16:38:19 +

** Changed in: address-book-app (Ubuntu RTM)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411323

Title:
  [address book] share handler screen has a confusing ok icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1411323/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413699] [NEW] pkill|pgrep are buggy

2015-01-22 Thread Jens Elkner
Public bug reported:

'pgrep upstart-udev-bridge' should definitely spit out a pid, but it
doesn't. When one uses the option -f than it actually prints the PID of
the upstart-udev-bridge process. However using -f is a bad workaround,
because than (at least wrt. the man page) the arguments and operands get
included into the match, which may break scripts or even lead to
security issues.

I guess, the bug is, that p{grep|kill} strips off everything after the
first '-' of the command before it actually tries to compare with the
given operand (or something like that).

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

** Package changed: system-config-kickstart (Ubuntu) = procps (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413699

Title:
  pkill|pgrep are buggy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413697] Re: package libmysqlclient18:amd64 5.5.41-0ubuntu0.14.10.1 failed to install/upgrade: package libmysqlclient18:amd64 is already installed and configured

2015-01-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413697

Title:
  package libmysqlclient18:amd64 5.5.41-0ubuntu0.14.10.1 failed to
  install/upgrade: package libmysqlclient18:amd64 is already installed
  and configured

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413681] Re: Pin code not displayed in some circumstance

2015-01-22 Thread Pat McGowan
we can verify once we have a fix that they are in fact the same issue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413681

Title:
  Pin code not displayed in some circumstance

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1338206] Re: wx3.0-doc does not exist

2015-01-22 Thread LocutusOfBorg
Hi, I uploaded the changes on git.
I'm also waiting olly to upload the package. I don't think it will be ready for 
jessie because of the NEW queue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1338206

Title:
  wx3.0-doc does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets3.0/+bug/1338206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   8   9   >