[Bug 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~alpha2-0ubuntu4

---
lxc (1.0.0~alpha2-0ubuntu4) trusty; urgency=low

  * get_rid_of_lxcpath_anon_idea.patch: allow lxc-stop and lxc-attach to
work more easily with containers started with a custom config (-f).
(LP: #1244301)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 24 Oct 2013 11:55:06 -0500

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

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread kiorky
Is that normal not having an update on saucy ?

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1244509] [NEW] .screenrc bindings overrides .byobu/keybindings

2013-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

to get copy from byobu to x clipboard  I added this to
./byobu/keybindings

bind b eval writebuf 'exec /bin/sh -c parcellite 
$BYOBU_RUN_DIR/printscreen  xsel -i  $BYOBU_RUN_DIR/printscreen '

but in the .screenrc there was this:

bind b eval writebuf 'exec /bin/sh -c xsel -i -b  /tmp/screen-
exchange' 'exec /bin/sh -c killall xsel'

And that was the command that ran UNDER byobu in spite of my keybinding
.

bill@bill-laptop:~$ lsb_release -rd
Description:Ubuntu 12.04.3 LTS
Release:12.04

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


** Tags: byobu screen
-- 
.screenrc bindings overrides .byobu/keybindings
https://bugs.launchpad.net/bugs/1244509
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to byobu 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 1244509] Re: .screenrc bindings overrides .byobu/keybindings

2013-10-25 Thread Axel Beckert
This doesn't look like a screen issue but a byobu issue to me. Hence
reassigning.

P.S.: The path should be .byobu/keybindings (relative to the home
directory of the user), not ./byobu/keybindings. But I suspect that's
just a typo and not the cause for the issue.

** Package changed: screen (Ubuntu) = byobu (Ubuntu)

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

Title:
  .screenrc bindings overrides .byobu/keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1244509/+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 1243253] Re: mysql 5.5.34 and 5.1.72 security update tracking bug

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.34-0ubuntu1

---
mysql-5.5 (5.5.34-0ubuntu1) trusty; urgency=low

  * SECURITY UPDATE: Update to 5.5.34 to fix security issues (LP: #1243253)
- http://www.oracle.com/technetwork/topics/security/cpuoct2013-1899837.html
- CVE-2013-3839
- CVE-2013-5807
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 24 Oct 2013 13:02:18 
-0400

** Changed in: mysql-5.5 (Ubuntu Trusty)
   Status: Confirmed = Fix Released

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

Title:
  mysql 5.5.34 and 5.1.72 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1243253/+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 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-10-25 Thread kayn
I know that it's old thread but me helped change line to
libvirt_type=qemu in /etc/nova/nova-compute.conf

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

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+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 1244635] [NEW] setuid executables in a container may compromise security on the host

2013-10-25 Thread Andrea Corbellini
*** This bug is a security vulnerability ***

Public security bug reported:

If I execute /var/lib/lxc/NAME/rootfs/usr/bin/sudo -i on the host
system, it works exactly like /usr/bin/sudo -i.

Now suppose that a user that has root access to the LXC container
creates a flawed setuid executable. What happens is that now the host
system is flawed too.

For example, I can patch the container's sudo to skip the authentication
checks and then use /var/lib/lxc/NAME/rootfs/usr/bin/sudo from the host
to gain root privileges.

This assumes that you have both root access to the container and
unprivileged access to the host. However the point is: insecure
filesystem policies in a container may be source of security holes on
the host system.

Of course, the same applies to capabilities too, not just the setuid/gid
bits.

A possible solution to this problem would be to chmod 0700 the
/var/lib/lxc directory. However doing so you lose the ability to browse
files on the container from the host.

An alternative would be to tell Apparmor to deny the execution of every
file contained in /var/lib/lxc. (Or at least, to deny the execution of
setuid/gid/cap files, if that's possible.)

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

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

Title:
  setuid executables in a container may compromise security on the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244635/+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 995719] Update Released

2013-10-25 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 995719] Re: process_name.rb removed in 2.7.11 but still provided by puppet-common

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package puppet - 2.7.11-1ubuntu2.5

---
puppet (2.7.11-1ubuntu2.5) precise-proposed; urgency=low

  * debian/patches/2.7.11-remove-process_name-performance.patch:
Fixes performance regression caused by a thread that loops forever in
order to change a process name when told so (LP: #995719)
 -- Adam Stokes adam.sto...@ubuntu.com   Tue, 24 Sep 2013 14:58:14 -0400

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

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 1244694] [NEW] Creating snapshot fails due to nonexistent temporary directory

2013-10-25 Thread Daniel Speichert
Public bug reported:

In some cases (not for all instances, just for some) the following error
prevents creating the snapshot:

2013-10-25 14:49:30.724 22980 AUDIT nova.compute.manager 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] instance snapshotting
2013-10-25 14:49:30.944 22980 INFO nova.virt.libvirt.driver 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] Beginning live snapshot process
2013-10-25 14:49:32.006 22980 INFO nova.virt.libvirt.driver 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] Snapshot extracted, beginning image upload
2013-10-25 14:49:32.329 22980 ERROR nova.openstack.common.rpc.amqp 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] Exception during message handling
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp Traceback 
(most recent call last):
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 461, 
in _process_data
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp **args)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
line 172, in dispatch
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp result = 
getattr(proxyobj, method)(ctxt, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 353, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 90, in wrapped
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp payload)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 73, in wrapped
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
f(self, context, *args, **kw)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 243, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp pass
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 229, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 271, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp e, 
sys.exc_info())
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 258, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 319, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp % 
image_id, instance=instance)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 309, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp *args, 
**kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2293, in 
snapshot_instance
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
task_states.IMAGE_SNAPSHOT)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2324, in 
_snapshot_instance
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
update_task_state)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 1397, in 
snapshot
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
image_format)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 

[Bug 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-10-25 Thread Daniel Speichert
Creating a snapshot of the same instance on the same physical node when
the instance is shut off works.

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1244697] [NEW] uvtool-libvirt should depend on python-yaml

2013-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Package should depend on  python-yaml:

$ uvt-kvm 
Traceback (most recent call last):
  File /usr/bin/uvt-kvm, line 39, in module
import yaml
ImportError: No module named yaml

~$ apt-cache policy uvtool-libvirt 
uvtool-libvirt:
  Instaŀlat: 0~bzr42-0ubuntu1
  Candidat:  0~bzr42-0ubuntu1
  Taula de versió:
 *** 0~bzr42-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
100 /var/lib/dpkg/status

Regards

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

-- 
uvtool-libvirt should depend on python-yaml
https://bugs.launchpad.net/bugs/1244697
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to uvtool 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 913952] Re: no console on precise containers

2013-10-25 Thread damiens
Hi,
Here is the version of lxc I use :

root@0043:/data/sop/src/vsop# dpkg -l lxc
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  lxc 0.7.5-3ubuntu52 
Linux containers userspace tools

And the version of util-linux I'm using :

root@0043:/data/sop/src/vsop# dpkg -l util-linux
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  util-linux  2.20.1-1ubuntu3 
Miscellaneous system utilities


And I still have the bug ...

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

Title:
  no console on precise containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/913952/+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 1244713] [NEW] invalid syntax for check_ssh plugin

2013-10-25 Thread Tom Worley
Public bug reported:

Since upgrading to 13.10 our check_ssh has been failing with the
error:Usage: with an unknown state.

After a little digging it seems that the following file has the incorrect 
definition for the check_ssh checker:
/etc/nagios-plugins/config/ssh.cfg
Specifically the first section:

define command{
command_namecheck_ssh
command_line/usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$' 
'$ARG1$'
}


Changing the command _line like this fixes the issue and checks resume as 
normal: 
command_line/usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$'

Regards,
Tom

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  invalid syntax for check_ssh plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1244713/+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 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread Serge Hallyn
The fix needs to go into the development release first, which just
happened.  Then it can be SRU'd (Stable Release Update) to stable
releases.  This is to set a high bar for stable release updates so that
we minimize the risk of breakage to installed stable releases.

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1021271] Re: KVM enabling virtualization on CPU0 failed

2013-10-25 Thread Serge Hallyn
Which kernel are you running?  (Please show uname -a output)

To figure out whether this is a kernel or qemu problem, it would be
useful to test kvm in a saucy chroot or container.  Basically, you would

sudo apt-get -y install lxc
sudo lxc-create -t ubuntu -n s1 -- -r saucy
sudo lxc-start -n s1
   # log in as user ubuntu password ubuntu, then
   sudo apt-get -y install qemu-system-x86
   sudo mknod /dev/kvm c 10 232
   kvm

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

Title:
  KVM enabling virtualization on CPU0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1021271/+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 1244509] Re: .screenrc bindings overrides .byobu/keybindings

2013-10-25 Thread wgw
Yes, you are right: ~./byobu

And, yes, I do think it is a byobu issue: I just have a hard time
distinguishing between the two!

Thanks for the triage. The work-araound is to get rid of  the key
definition in .sreenrc

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

Title:
  .screenrc bindings overrides .byobu/keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1244509/+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 1242925] Re: nova-common missing dep on python-cmd2 = 0.6.7

2013-10-25 Thread William Kelly
** Also affects: cloud-archive
   Importance: Undecided
   Status: New

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

Title:
  nova-common missing dep on python-cmd2 = 0.6.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1242925/+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 1244635] Re: setuid executables in a container may compromise security on the host

2013-10-25 Thread Serge Hallyn
Thanks for pointing this out.  I don't believe it would be a serious
loss of functionality to chmod 0700 /var/lib/lxc.  I also don't feel
that this is a high priority bug since, so far, we do not recommend
allowing unprivileged users to use containers.  So I think a regular
update in trusty with SRUs to all previous releases is ok.

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

** Changed in: lxc (Ubuntu)
   Status: New = Triaged

** Also affects: lxc (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: lxc (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: lxc (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

Title:
  setuid executables in a container may compromise security on the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244635/+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 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread Serge Hallyn
** Description changed:

  I think 
https://github.com/lxc/lxc/commit/69733b5dd27e6963267ff6473d9b41dfb59a3f0f has 
fixed this bug and am requesting for a new release of lxc in saucy and trusty.
  The main blocker is that docker containers are hitted by 
https://github.com/dotcloud/docker/issues/2278 where lxc-attach can no longer 
attach to them.
  
  Thanks !
+ 
+ =
+ 1. impact: containers starte with a custom configuration file cannot be 
controlled the same way as normal containers.  Instead a custom lxcpath, formed 
by appending _anon to the real lxcpath, must be apssed to lxc-console, 
lxc-stop, lxc-attach, etc.
+ 2. development fix: don't specify a custom lxcpath
+ 3. stable fix: same as dev fix
+ 4. test case:
+ sudo lxc-create -t ubuntu -n u1
+ sudo lxc-start -n u1 -f /var/lib/lxc/u1/config
+ sudo lxc-info -n u1
+ # shows not running
+ 5. regression potential: this is cherrypicked from upstream and should have 
no regressions.
+ 

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1239488] Re: [SRU] Juju api client cannot distinguish between environments

2013-10-25 Thread Julian Edwards
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] Juju api client cannot distinguish between environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1239488/+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 1240972] Re: [SRU] maas dhcp.conf template not adding ignore-client-uids unless using raring or later

2013-10-25 Thread Julian Edwards
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] maas dhcp.conf template not adding ignore-client-uids unless
  using raring or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1240972/+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 1166994] Re: [SRU] need to use generic kernel for highbank on ARM

2013-10-25 Thread Julian Edwards
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] need to use generic kernel for highbank on ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1166994/+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 1244855] [NEW] package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 7

2013-10-25 Thread BuM
Public bug reported:

open-vm-tools

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-33.48-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic i686
NonfreeKernelModules: nvidia vsock vmci
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Sat Oct 26 03:00:36 2013
DuplicateSignature: 
package:open-vm-tools-dkms:2013.09.16-1328054-0ubuntu1:ErrorMessage: podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 7
ErrorMessage: ErrorMessage: podproces zainstalowany skrypt post-installation 
zwrócił kod błędu 7
InstallationDate: Installed on 2012-01-01 (663 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: open-vm-tools
Title: package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to 
install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation 
zwrócił kod błędu 7
UpgradeStatus: Upgraded to saucy on 2013-10-26 (0 days ago)

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


** Tags: apport-package i386 saucy

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

Title:
  package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to
  install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-
  installation zwrócił kod błędu 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1244855/+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 1244855] Re: package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 7

2013-10-25 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 open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1244855

Title:
  package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to
  install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-
  installation zwrócił kod błędu 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1244855/+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 1238620] Re: apport-retrace doesn't work with [arch=foo] in the deb line

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.12.6-0ubuntu1

---
apport (2.12.6-0ubuntu1) trusty; urgency=low

  * New upstream security/bug fix release:
- SECURITY FIX: For setuid programs which drop their privileges after
  startup, make the report and core dumps owned by root, to avoid possible
  data disclosure. Also, change core dump files to permissions 0600.
  Thanks to Martin Carpenter for discovering this!
  (CVE-2013-1067, LP: #1242435)
- sandboxutils.needed_runtime_packages(): Create cache directory for
  Contents.gz if missing. (LP: #933199)
- apt/dpkg: Recognize options in apt sources.list. (LP: #1238620)
  * Move Vcs-Bzr to trusty branch.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 25 Oct 2013 06:49:19 +0200

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-1067

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

Title:
  apport-retrace doesn't work with [arch=foo] in the deb line

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

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


[Bug 1242435] Re: Desktop setuid cores readable by non-privileged user

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.12.6-0ubuntu1

---
apport (2.12.6-0ubuntu1) trusty; urgency=low

  * New upstream security/bug fix release:
- SECURITY FIX: For setuid programs which drop their privileges after
  startup, make the report and core dumps owned by root, to avoid possible
  data disclosure. Also, change core dump files to permissions 0600.
  Thanks to Martin Carpenter for discovering this!
  (CVE-2013-1067, LP: #1242435)
- sandboxutils.needed_runtime_packages(): Create cache directory for
  Contents.gz if missing. (LP: #933199)
- apt/dpkg: Recognize options in apt sources.list. (LP: #1238620)
  * Move Vcs-Bzr to trusty branch.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 25 Oct 2013 06:49:19 +0200

** Changed in: apport (Ubuntu Trusty)
   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/1242435

Title:
  Desktop setuid cores readable by non-privileged user

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

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


[Bug 1244525] [NEW] RemoteApp not working

2013-10-25 Thread Laurent Dinclaux
Public bug reported:

RemoteApp using xfreerdp are not working anymore on 13.10:

This works:

$ xfreerdp /sec:rdp /sound:sys:pulse +clipboard +fonts +window-drag +aero 
/v:10.0.0.XX /u:XXX /p:XXX
loading channel rdpdr
loading channel rdpsnd
loading channel cliprdr
connected to 10.0.0.38:3389

This doesn't (command line get stuck at last line and nothing happens,
have to Ctlr+C to get back the prompt):

$ xfreerdp /sec:rdp /sound:sys:pulse +clipboard +fonts +window-drag +aero 
/v:10.0.0.XX /u:XXX /p:XXX /app:c:/windows/system32/notepad.exe
loading channel rdpdr
loading channel rdpsnd
loading channel cliprdr
loading channel rail
connected to 10.0.0.38:3389

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: freerdp-x11 1.0.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 25 16:46:23 2013
InstallationDate: Installed on 2012-10-31 (358 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: freerdp
UpgradeStatus: Upgraded to saucy on 2013-10-23 (2 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  RemoteApp not working

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

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


[Bug 933199] Re: apport-retrace crashed with IOError in _search_contents(): [Errno 2] No such file or directory: u'~/.cache/apport/retrace/Ubuntu 12.04/Contents-i386.gz'

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.12.6-0ubuntu1

---
apport (2.12.6-0ubuntu1) trusty; urgency=low

  * New upstream security/bug fix release:
- SECURITY FIX: For setuid programs which drop their privileges after
  startup, make the report and core dumps owned by root, to avoid possible
  data disclosure. Also, change core dump files to permissions 0600.
  Thanks to Martin Carpenter for discovering this!
  (CVE-2013-1067, LP: #1242435)
- sandboxutils.needed_runtime_packages(): Create cache directory for
  Contents.gz if missing. (LP: #933199)
- apt/dpkg: Recognize options in apt sources.list. (LP: #1238620)
  * Move Vcs-Bzr to trusty branch.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 25 Oct 2013 06:49:19 +0200

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-1067

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

Title:
  apport-retrace crashed with IOError in _search_contents(): [Errno 2]
  No such file or directory: u'~/.cache/apport/retrace/Ubuntu
  12.04/Contents-i386.gz'

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

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


[Bug 1244527] [NEW] Cursor doesn't change to use the guest cursor

2013-10-25 Thread Laurent Dinclaux
Public bug reported:

Connecting to a Windows guest using remmina in RDP, the cursor doesn't
change, for exemple when hovering links in the browser or over a text
box.

It does work properly when using xfreerdp directly.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: remmina 1.0.0-4ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 25 16:58:06 2013
InstallationDate: Installed on 2012-10-31 (358 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: remmina
UpgradeStatus: Upgraded to saucy on 2013-10-23 (2 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  Cursor doesn't change to use the guest cursor

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

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


[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-10-25 Thread Steve Langasek
So when I wrote 6 months ago that:

 If you can reproduce this issue, please file a new bug report against
 the sysvinit-utils package with details. It is certainly unrelated to the
 common issue being described here.

Rather than doing this to help yourself, you switch distros, decide that
upstart is to blame for a part of the system that is clearly managed by
another package, and stay subscribed to the bug so that you can yell at
people who are experiencing the bug that was originally reported - a bug
that is unrelated to the issue that you were experiencing?

This bug tracker is for helping users resolve bugs in Ubuntu.  If you're
not using Ubuntu, and you're not helping fix the bugs, your comments are
not needed here.

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

Title:
  Ext4 corruption associated with shutdown of Ubuntu 12.10

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

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


[Bug 1244526] [NEW] RDP: sound not going through

2013-10-25 Thread Laurent Dinclaux
Public bug reported:

With this command I have sound connecting to a Windows guest:

$ xfreerdp /sec:rdp /sound:sys:pulse +clipboard +fonts +window-drag
+aero /v:10.0.0.XX /u:XXX /p:XXX

Using Remmina and selecting local at sound settings, I have no sound.
The sound icon in the systray has a red cross on it.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: remmina 1.0.0-4ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 25 16:52:38 2013
InstallationDate: Installed on 2012-10-31 (358 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: remmina
UpgradeStatus: Upgraded to saucy on 2013-10-23 (2 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  RDP: sound not going through

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

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


[Bug 1242038] Re: bluetooth string Visible not translated in slovenian

2013-10-25 Thread Adolfo Jayme Barrientos
** Changed in: ubuntu-translations
   Status: New = Fix Committed

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

** Changed in: indicator-bluetooth (Ubuntu)
   Status: New = Fix Committed

** Changed in: indicator-bluetooth (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- bluetooth string Visible not translated in slovenian
+ bluetooth string Visible not translatable

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

Title:
  bluetooth string Visible not translatable

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-bluetooth/+bug/1242038/+subscriptions

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


[Bug 1238194] Re: keyboard doesn't work to enter password with encrypted partitions ubuntu 13.10 saucy

2013-10-25 Thread Steve Langasek
** Description changed:

- Is the same problem as here but in the new ubuntu 13.10 saucy
- https://bugs.launchpad.net/bugs/1066376
+ [Justification]
+ With the kernel in 13.10, some systems use a different USB host driver than 
previously.  Failing to include this driver in the initramfs causes regressions 
for users who need to interact with the system in early boot using a USB 
keyboard, such as users with an encrypted root filesystem.  Such systems are 
not bootable with this host driver missing.
+ 
+ [Test case]
+ 1. On an affected system, reboot to a kernel from 13.04.
+ 2. Install the initramfs-tools package from -proposed.
+ 3. Reboot to the kernel from 13.10.
+ 4. Verify that you are able to type your passphrase at the prompt in the 
initramfs.
+ 
+ [Regression potential]
+ Minimal.  The update-initramfs script will ignore missing modules (such as 
the many other modules in the list which are built-ins), and the only change 
made is to copy the module into the initramfs: it will only be loaded in the 
initramfs if udev determines it's needed, just as it would load it after 
switching to the root filesystem.
+ 
+ 
+ Is the same problem as here but in the new ubuntu 13.10 saucy 
https://bugs.launchpad.net/bugs/1066376
  
  I just can't use (i can install) a encrypted partition because when is
  time to introduce the password to unlock partition keyboard is not
  working.
  
  I don't know how to edit a bug to report it afects other version of
  ubuntu so i created this new bug...

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

Title:
  keyboard doesn't work to enter password with encrypted partitions
  ubuntu 13.10 saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1238194/+subscriptions

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


[Bug 1244530] [NEW] RDP session in fullscreen mode appears in all workspaces

2013-10-25 Thread Laurent Dinclaux
Public bug reported:

When opening an RDP session to a Windows guest using the /f argument,
the resulting window appear in all workspaces.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: freerdp-x11 1.0.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 25 17:09:50 2013
InstallationDate: Installed on 2012-10-31 (358 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: freerdp
UpgradeStatus: Upgraded to saucy on 2013-10-23 (2 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  RDP session in fullscreen mode appears in all workspaces

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

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


[Bug 1243627] Re: VPN network configuration not working when additional routes specified

2013-10-25 Thread Harald Sitter
0.9.0.1 landed for 14.04.

** Package changed: plasma-nm (Ubuntu) = libnm-qt (Ubuntu)

** Summary changed:

- VPN network configuration not working when additional routes specified
+ please update libnm-qt to 0.9.0.1

** Changed in: libnm-qt (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/1243627

Title:
  please update libnm-qt to 0.9.0.1

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

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


[Bug 1215911] Update Released

2013-10-25 Thread Steve Langasek
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  wait-for-root fails to wait for plain /dev/sdaX partitions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1215911/+subscriptions

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


[Bug 1243692] Re: Inverse search with kile doesn't work properly

2013-10-25 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Changed in: okular (Ubuntu)
   Status: New = Invalid

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

Title:
  Inverse search with kile doesn't work properly

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

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


[Bug 1215911] Re: wait-for-root fails to wait for plain /dev/sdaX partitions.

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.99ubuntu13.3

---
initramfs-tools (0.99ubuntu13.3) precise; urgency=low

  * src/wait-for-root.c: udev_monitor_receive_device() might still
return NULL even with a blocking socket if recvmsg() fails with
ENOBUFS. Retry every second in that case. Thanks to Tetsuo Handa for
debugging this and the patch! (LP: #1215911)
 -- Chris J Arges chris.j.ar...@canonical.com   Thu, 05 Sep 2013 16:15:26 
-0500

** Changed in: initramfs-tools (Ubuntu Precise)
   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/1215911

Title:
  wait-for-root fails to wait for plain /dev/sdaX partitions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1215911/+subscriptions

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


[Bug 1244529] [NEW] no repaint of unity at end of fullscreen chromium

2013-10-25 Thread Tor Sjowall
Public bug reported:

I use the full screen mode of the Chromium browser and toggle between
maximized and full screen with F11.

When leaving full screen mode the unity areas of the screen does not
repaint properly until after a delay of up to tens of seconds.

I've only seen this behavior with Chromium, not with Firefox or Google
Chrome or other programs in full screen mode.

This behavior is new with Ubuntu release 13.10.

To reproduce:
- start Chromium Browser
- maximize Chromium window (Alt+' ' X)
- enter full screen mode (F11)
- leave full screen mode (F11)
At this point there is garbage above and to the left of the Chromium window.
See the attached screendump.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: chromium-browser 29.0.1547.65-0ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Fri Oct 25 07:42:36 2013
Desktop-Session:
 DESKTOP_SESSION = ubuntu
 XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
 XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationDate: Installed on 2012-05-04 (538 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: chromium-browser
UpgradeStatus: Upgraded to saucy on 2013-10-18 (6 days ago)
chromium-default: CHROMIUM_FLAGS=
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

** Attachment added: example of missing repaint
   
https://bugs.launchpad.net/bugs/1244529/+attachment/3890627/+files/Screenshot%20from%202013-10-25%2008%3A09%3A37.png

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

Title:
  no repaint of unity at end of fullscreen chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1244529/+subscriptions

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


[Bug 1215911] Re: wait-for-root fails to wait for plain /dev/sdaX partitions.

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.103ubuntu0.8

---
initramfs-tools (0.103ubuntu0.8) raring; urgency=low

  * src/wait-for-root.c: udev_monitor_receive_device() might still
return NULL even with a blocking socket if recvmsg() fails with
ENOBUFS. Retry every second in that case. Thanks to Tetsuo Handa for
debugging this and the patch! (LP: #1215911)
 -- Chris J Arges chris.j.ar...@canonical.com   Thu, 05 Sep 2013 16:20:14 
-0500

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

Title:
  wait-for-root fails to wait for plain /dev/sdaX partitions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1215911/+subscriptions

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


[Bug 1215911] Re: wait-for-root fails to wait for plain /dev/sdaX partitions.

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.103ubuntu0.2.1

---
initramfs-tools (0.103ubuntu0.2.1) quantal; urgency=low

  * src/wait-for-root.c: udev_monitor_receive_device() might still
return NULL even with a blocking socket if recvmsg() fails with
ENOBUFS. Retry every second in that case. Thanks to Tetsuo Handa for
debugging this and the patch! (LP: #1215911)
 -- Chris J Arges chris.j.ar...@canonical.com   Thu, 05 Sep 2013 16:17:52 
-0500

** Changed in: initramfs-tools (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

** Changed in: initramfs-tools (Ubuntu Raring)
   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/1215911

Title:
  wait-for-root fails to wait for plain /dev/sdaX partitions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1215911/+subscriptions

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


[Bug 1243969] Re: buffer overrun through UDP input

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package flightgear - 2.6.0-1ubuntu1

---
flightgear (2.6.0-1ubuntu1) raring-security; urgency=low

  * SECURITY UPDATE: buffer overrun via the rotor tag in an aircraft XML model
(LP: #1243969)
- debian/patches/CVE-2012-2091.patch: use snprintf(), and read in only
  256 bytes at most.
- CVE 2012-2091
- Prepared by Saikrishna Arcot saiarcot...@gmail.com
  * Add pthread to SIMGEAR_CORE_LIBRARY_DEPENDENCIES to fix FTBFS.
- Prepared by Adam Conrad adcon...@ubuntu.com
 -- Seth Arnold seth.arn...@canonical.com   Thu, 24 Oct 2013 18:46:02 -0800

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

** Changed in: simgear (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/1243969

Title:
  buffer overrun through UDP input

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

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


[Bug 1243733] Re: PrtScrn button does not produce screenshot in kubuntu saucy

2013-10-25 Thread Harald Sitter
Closing in favor of upstream report, please follow up with the KDE
developers to get this resolved.

** Package changed: kubuntu-meta (Ubuntu) = kde-workspace (Ubuntu)

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

** Bug watch added: KDE Bug Tracking System #325004
   https://bugs.kde.org/show_bug.cgi?id=325004

** Also affects: kdebase-workspace via
   https://bugs.kde.org/show_bug.cgi?id=325004
   Importance: Unknown
   Status: Unknown

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

Title:
  PrtScrn button does not produce screenshot in kubuntu saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1243733/+subscriptions

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


[Bug 1244531] [NEW] Guest desktop doesn't extend to specified window size

2013-10-25 Thread Laurent Dinclaux
Public bug reported:

Opening an RDP session on a windows guest and using /size or /w and /h
arguments to specify the window size, the windows desktop doesn't expand
to the resulting window

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: freerdp-x11 1.0.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 25 17:13:23 2013
InstallationDate: Installed on 2012-10-31 (358 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: freerdp
UpgradeStatus: Upgraded to saucy on 2013-10-23 (2 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  Guest desktop doesn't extend to specified window size

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

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


[Bug 1243969] Re: buffer overrun through UDP input

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package simgear - 2.6.0-3ubuntu1.1

---
simgear (2.6.0-3ubuntu1.1) raring-security; urgency=low

  * SECURITY UPDATE: buffer overrun through UDP input (LP: #1243969)
- debian/patches/CVE-2012-2091.patch: ensure that the length of what is
  being read in is less than the maximum, and ensure that the length of
  the message or the maximum length is read in.
- CVE 2012-2091
 -- Saikrishna Arcot saiarcot...@gmail.com   Tue, 22 Oct 2013 13:14:53 -0400

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

Title:
  buffer overrun through UDP input

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

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


[Bug 1214644] Re: libmessagecomposer4 should not depend on kmail

2013-10-25 Thread Harald Sitter
libsendlater should be a separate package apparently.

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

Title:
  libmessagecomposer4 should not depend on kmail

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

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


[Bug 1214644] Re: libmessagecomposer4 should not depend on kmail

2013-10-25 Thread Harald Sitter
ldd /usr/lib/libmessagecomposer.so.4.11.2 |grep send
libsendlater.so.4 = /usr/lib/libsendlater.so.4 (0x7f7e5313b000)

dpkg -L kmail |grep libsend
/usr/lib/libsendlater.so.4.11.2
/usr/lib/libsendlater.so.4

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

** Changed in: kdepim (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  libmessagecomposer4 should not depend on kmail

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

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


[Bug 1244519] Re: Muon Updater says the system is up-to-date even if there are updates available

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

** Changed in: muon (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/1244519

Title:
  Muon Updater says the system is up-to-date even if there are updates
  available

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

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


[Bug 1241837] Re: Layout changing from keyboard doesn't change the current layout in taskbar

2013-10-25 Thread $@m
When downloaded update - my issue was fixed.
When I login - indicator menu changing.

But in login screen (where I enter the password) I cannot change the
keyboard layout using keyboard shortcut (only with mouse). Same in
unlock screen.

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

Title:
  Layout changing from keyboard doesn't change the current layout in
  taskbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1241837/+subscriptions

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


[Bug 1244519] Re: Muon Updater says the system is up-to-date even if there are updates available

2013-10-25 Thread Arnold
Here the same. The only difference with my environment is that I am
using nouveau instead of nvidia. Workaround is to use muon from the menu
and update from there. But this is a nasty one for less experienced
users!

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

Title:
  Muon Updater says the system is up-to-date even if there are updates
  available

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

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


[Bug 1243536] Re: mediascanner FTBFS in trusty

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/mediascanner/trusty-
proposed

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

Title:
  mediascanner FTBFS in trusty

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

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


[Bug 1244321] Re: Webapp container: cannot login

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/unity-webapps-gmail
/trusty-proposed

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

Title:
  Webapp container: cannot login

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1244321/+subscriptions

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


[Bug 1244535] [NEW] package openarena-088-data 0.8.8-1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2013-10-25 Thread scherfer
Public bug reported:

wir nicht entpackt

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: openarena-088-data 0.8.8-1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Fri Oct 25 08:19:18 2013
Dependencies:
 
DuplicateSignature: package:openarena-088-data:0.8.8-1:Package is in a very bad 
inconsistent state - you should  reinstall it before attempting configuration.
ErrorMessage: Package is in a very bad inconsistent state - you should  
reinstall it before attempting configuration.
InstallationDate: Installed on 2013-07-06 (110 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: openarena-088-data
Title: package openarena-088-data 0.8.8-1 failed to install/upgrade: Package is 
in a very bad inconsistent state - you should  reinstall it before attempting 
configuration.
UpgradeStatus: Upgraded to saucy on 2013-10-18 (6 days ago)

** Affects: openarena-088-data (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 saucy

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

Title:
  package openarena-088-data 0.8.8-1 failed to install/upgrade: Package
  is in a very bad inconsistent state - you should  reinstall it before
  attempting configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openarena-088-data/+bug/1244535/+subscriptions

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


[Bug 1230333] Re: In the new webbrowser app container, the login is invalid and webapp does not run

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/unity-webapps-gmail
/trusty-proposed

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

Title:
  In the new webbrowser app container, the login is invalid and webapp
  does not run

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1230333/+subscriptions

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


[Bug 1236390] Re: Can't save an Alarm

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/qtorganizer5-eds
/trusty-proposed

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

Title:
  Can't save an Alarm

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtorganizer5-eds/+bug/1236390/+subscriptions

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


[Bug 912227] Re: CVE-2011-4915

2013-10-25 Thread John Johansen
** Also affects: linux (Ubuntu Trusty)
   Importance: Low
   Status: New

** Also affects: linux-fsl-imx51 (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-mvl-dove (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-ec2 (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-ti-omap4 (Ubuntu Trusty)
   Importance: Low
   Status: New

** Also affects: linux-lts-backport-maverick (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-lts-backport-natty (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-lts-backport-oneiric (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-armadaxp (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-lts-quantal (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

** Also affects: linux-lts-raring (Ubuntu Trusty)
   Importance: Low
   Status: Invalid

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

Title:
  CVE-2011-4915

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

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


[Bug 1214404] Re: Add qtfeedback-mir to sensors package

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/qtubuntu-sensors
/trusty-proposed

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

Title:
  Add qtfeedback-mir to sensors package

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtubuntu-sensors/+bug/1214404/+subscriptions

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


[Bug 1228244] Re: Desktop file doesn't load Mobile Spec Suite

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/cordova-ubuntu-tests
/trusty-proposed

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

Title:
  Desktop file doesn't load Mobile Spec Suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/cordova-ubuntu-tests/+bug/1228244/+subscriptions

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


[Bug 1236880] Re: Mediascanner should only try to resolve albumart when scanning music

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/mediascanner/trusty-
proposed

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

Title:
  Mediascanner should only try to resolve albumart when scanning music

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

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


[Bug 1215880] Re: Get a TheMovieDB API key (or disable tmdb support)

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/mediascanner/trusty-
proposed

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

Title:
  Get a TheMovieDB API key (or disable tmdb support)

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

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


[Bug 1207217] Re: Inkscape: Unable to change or select any font

2013-10-25 Thread Lixin Chin
Completely reinstalled Kubuntu 13.10 from scratch, and the bug seems to
have disappeared.

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

Title:
  Inkscape: Unable to change or select any font

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

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


[Bug 1228215] Re: Autopilot must add desktop_file_hint argument to qmlscene

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/cordova-ubuntu-tests
/trusty-proposed

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

Title:
  Autopilot must add desktop_file_hint argument to qmlscene

To manage notifications about this bug go to:
https://bugs.launchpad.net/cordova-ubuntu-tests/+bug/1228215/+subscriptions

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


[Bug 1237484] Re: Critical errors on g_source_unref

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/mediascanner/trusty-
proposed

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

Title:
  Critical errors on g_source_unref

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

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


[Bug 1243969] Re: buffer overrun through UDP input

2013-10-25 Thread Seth Arnold
Thanks Saikrishna!

(Why is it I only notice things like a missing - in CVE 2012-2091
after it's too late to fix them?)

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

Title:
  buffer overrun through UDP input

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

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


[Bug 1244174] Re: email address missing in enter verification code window

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

** Changed in: ubuntu-sso-client (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/1244174

Title:
  email address missing in enter verification code window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-sso-client/+bug/1244174/+subscriptions

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


[Bug 1244536] [NEW] package samba4 failed to install

2013-10-25 Thread Florent Bonamis
Public bug reported:

package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade:
ErrorMessage: subprocess installed post-installation script returned
error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: samba4 4.0.3+dfsg1-0.1ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Thu Oct 24 23:43:13 2013
DuplicateSignature: package:samba4:4.0.3+dfsg1-0.1ubuntu1:ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2011-01-21 (1007 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to saucy on 2013-10-25 (0 days ago)

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


** Tags: apport-package i386 need-duplicate-check saucy

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

Title:
  package samba4 failed to install

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

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


[Bug 1244535] Re: package openarena-088-data 0.8.8-1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2013-10-25 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/1244535

Title:
  package openarena-088-data 0.8.8-1 failed to install/upgrade: Package
  is in a very bad inconsistent state - you should  reinstall it before
  attempting configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openarena-088-data/+bug/1244535/+subscriptions

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


[Bug 1242567] Re: Indication does not change when using XKB shortcut to change layout

2013-10-25 Thread Filippos Kolyvas
Thanks for reply @Sebastien.
I am running now the 0.0.0+13.10.20131010.1-0ubuntu1 version from 
saucy-proposed (i couldn't find it in trusty-proposed though, so i couldn't 
test it to 14.04 as well).
The indication still does not change when i use the XKB shortcut to  change 
layout. Neither does the selected item in the indicator menu.
THe symptoms are exactly as in the original description. It gives the 
impression that the indicator reads only the i-bus status.

I noticed that if i set the same shortcut for both the XKB and the i-bus
(eg. alt+shift), then all changes are shown normally, but then i 'm
affecterd by the bug #1226962 when using LibreOffice, so it seems that
xhen i do that, the system gives priority to i-bus for the layout
changes.

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

Title:
  Indication does not change when using XKB shortcut to change layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1242567/+subscriptions

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


[Bug 280160] Re: n-m-openvpn shuts down VPN when openvpn soft-restarts

2013-10-25 Thread Phil Weir
This seems to still be a problem in both 13.04 and 13.10 - I used the
workaround in #19 for 13.04 but, on upgrade, the script got overwritten
and the problem returned. Repeating the process seems to have sorted it
again.

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

Title:
  n-m-openvpn shuts down VPN when openvpn soft-restarts

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/280160/+subscriptions

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


[Bug 1244542] [NEW] USB WIFI dongle problem

2013-10-25 Thread Mikko Salokangas
Public bug reported:


This line appears to syslog:
Oct 25 09:05:58 kotikone kernel: [ 4368.460201] phy0 - 
rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0438 
with error -110.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-55-generic 3.2.0-55.85
ProcVersionSignature: Ubuntu 3.2.0-55.85-generic 3.2.51
Uname: Linux 3.2.0-55-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: IXP [ATI IXP], device 0: ATI IXP AC97 [ATI IXP AC97]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  salokangas   1831 F xfce4-volumed
  salokangas   1859 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'IXP'/'ATI IXP rev 2 with ALC658D at 0xfe02a000, irq 17'
   Mixer name   : 'Realtek ALC658D'
   Components   : 'AC97a:414c4781'
   Controls  : 38
   Simple ctrls  : 24
Date: Fri Oct 25 09:37:04 2013
HibernationDevice: RESUME=UUID=42bda0c3-08be-4770-82c7-28d069b656e0
InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MachineType: HP Pavilion 061 EP264AA-ABX t3359.fi
MarkForUpload: True
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-55-generic 
root=UUID=19352a4e-4004-47c8-81b4-dbd529d87350 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-55-generic N/A
 linux-backports-modules-3.2.0-55-generic  N/A
 linux-firmware1.79.7
RfKill:
 0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/03/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 3.47
dmi.board.name: AMETHYST-M
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr3.47:bd03/03/2006:svnHPPavilion061:pnEP264AA-ABXt3359.fi:pvr0qm0211RE101AMETM00:rvnMSI:rnAMETHYST-M:rvr1.0:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: EP264AA-ABX t3359.fi
dmi.product.version: 0qm0211RE101AMETM00
dmi.sys.vendor: HP Pavilion 061

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


** Tags: apport-bug i386 precise

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

Title:
  USB WIFI dongle problem

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

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


[Bug 1244321] Re: Webapp container: cannot login

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-webapps-gmail -
2.4.16+14.04.20131024.1-0ubuntu1

---
unity-webapps-gmail (2.4.16+14.04.20131024.1-0ubuntu1) trusty; urgency=low

  [ Alexandre Abreu ]
  * Fix login when running in webapp container mode. (LP: #1230333)
  * Update  enlarge confinment patterns for webapp containement in
webbrowser-app. (LP: #1244321)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 80
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
19:50:23 +

** Changed in: unity-webapps-gmail (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/1244321

Title:
  Webapp container: cannot login

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1244321/+subscriptions

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


[Bug 1243873] Re: wacom tablet 13.10

2013-10-25 Thread Nigel Brownjohn
Spoke too soon, mods please remove Comment #4, it has not resolved the
mouse button issue in 13.10 - this will only mislead people!

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

Title:
  wacom tablet 13.10

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

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


[Bug 1244540] [NEW] Upgrade from 13.04 to 13.10 hangs

2013-10-25 Thread Nicolas Riesco
Public bug reported:

The upgrade process stalls after the following message on the terminal:

Unpacking replacement ubuntu-artwork

Previously, it had complained about missing texlive-common.

I've also noticed the software-manager is running and showing some
updates. After clicking on Install Now, the software-manager also
hangs.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.1
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
CrashDB: ubuntu
Date: Fri Oct 25 07:22:56 2013
InstallationDate: Installed on 2012-07-21 (461 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2013-10-25 (0 days ago)
VarLogDistupgradeAptclonesystemstate.tar.gz: Error: command ['pkexec', 'cat', 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'] failed with exit code 
127: pkexec must be setuid root
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade saucy

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

Title:
  Upgrade from 13.04 to 13.10 hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1244540/+subscriptions

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


[Bug 1243536] Re: mediascanner FTBFS in trusty

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package mediascanner -
0.3.93+14.04.20131024.1-0ubuntu1

---
mediascanner (0.3.93+14.04.20131024.1-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * A couple of fixes. (LP: #1237484)

  [ James Henstridge ]
  * Create the GNetworkMonitor object earlier to avoid thread safety
problems in its constructor, fixing bug #1237484. (LP: #1237484)
  * Don't error out if no TheMovieDB API key is provided. Instead
disable the grl-tmdb metadata resolver. (LP: #1215880, #1236880)
  * Use the ignored-parameters feature in the mock data configuration to
avoid failures due to some URL encoding differences. (LP: #1243536)

  [ Jussi Pakkanen ]
  * A couple of fixes. (LP: #1237484)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 397
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
13:28:29 +

** Changed in: mediascanner (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/1243536

Title:
  mediascanner FTBFS in trusty

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

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


[Bug 1228215] Re: Autopilot must add desktop_file_hint argument to qmlscene

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package cordova-ubuntu-tests -
2.11+14.04.20131024.5-0ubuntu1

---
cordova-ubuntu-tests (2.11+14.04.20131024.5-0ubuntu1) trusty; urgency=low

  [ Víctor R. Ruiz ]
  * Correct path in .desktop file. (LP: #1228244)
  * Add --desktop_file_hint argument to launch the tests. (LP: #1228215)
  * Add missing dependency for dpkg-architecture.
  * Autopilot: Run individual tests for each API.
  * Skip unsupported API tests.
  * Fix indent issue.

  [ Robert Bruce Park ]
  * Add Conflicts: with old cordova package that interferes with tests.
  * Autopilot: Fix path to Mobile Spec Suite
  * fix the patch, fix the rules file to get quilt running
  * Better arch-aware quilt patches.
  * Make patch apply cleanly.
  * Drop ugly arch-aware patches.

  [ Maxim Ermilov ]
  * remove expected to fail tests.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 26

cordova-ubuntu-tests (2.11+13.10.20130920.4-0ubuntu2) saucy; urgency=low

  * Disable certain APIs on armhf, ie Ubuntu Touch
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
19:52:29 +

** Changed in: cordova-ubuntu-tests (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/1228215

Title:
  Autopilot must add desktop_file_hint argument to qmlscene

To manage notifications about this bug go to:
https://bugs.launchpad.net/cordova-ubuntu-tests/+bug/1228215/+subscriptions

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

[Bug 1236390] Re: Can't save an Alarm

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package qtorganizer5-eds -
0.1.1+14.04.20131024.4-0ubuntu1

---
qtorganizer5-eds (0.1.1+14.04.20131024.4-0ubuntu1) trusty; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Used a proper match all query string. (LP: #1236390)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 17
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
19:53:51 +

** Changed in: qtorganizer5-eds (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/1236390

Title:
  Can't save an Alarm

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtorganizer5-eds/+bug/1236390/+subscriptions

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


[Bug 1237484] Re: Critical errors on g_source_unref

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package mediascanner -
0.3.93+14.04.20131024.1-0ubuntu1

---
mediascanner (0.3.93+14.04.20131024.1-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * A couple of fixes. (LP: #1237484)

  [ James Henstridge ]
  * Create the GNetworkMonitor object earlier to avoid thread safety
problems in its constructor, fixing bug #1237484. (LP: #1237484)
  * Don't error out if no TheMovieDB API key is provided. Instead
disable the grl-tmdb metadata resolver. (LP: #1215880, #1236880)
  * Use the ignored-parameters feature in the mock data configuration to
avoid failures due to some URL encoding differences. (LP: #1243536)

  [ Jussi Pakkanen ]
  * A couple of fixes. (LP: #1237484)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 397
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
13:28:29 +

** Changed in: mediascanner (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/1237484

Title:
  Critical errors on g_source_unref

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

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


[Bug 1236880] Re: Mediascanner should only try to resolve albumart when scanning music

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package mediascanner -
0.3.93+14.04.20131024.1-0ubuntu1

---
mediascanner (0.3.93+14.04.20131024.1-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * A couple of fixes. (LP: #1237484)

  [ James Henstridge ]
  * Create the GNetworkMonitor object earlier to avoid thread safety
problems in its constructor, fixing bug #1237484. (LP: #1237484)
  * Don't error out if no TheMovieDB API key is provided. Instead
disable the grl-tmdb metadata resolver. (LP: #1215880, #1236880)
  * Use the ignored-parameters feature in the mock data configuration to
avoid failures due to some URL encoding differences. (LP: #1243536)

  [ Jussi Pakkanen ]
  * A couple of fixes. (LP: #1237484)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 397
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
13:28:29 +

** Changed in: mediascanner (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/1236880

Title:
  Mediascanner should only try to resolve albumart when scanning music

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

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


[Bug 1230333] Re: In the new webbrowser app container, the login is invalid and webapp does not run

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-webapps-gmail -
2.4.16+14.04.20131024.1-0ubuntu1

---
unity-webapps-gmail (2.4.16+14.04.20131024.1-0ubuntu1) trusty; urgency=low

  [ Alexandre Abreu ]
  * Fix login when running in webapp container mode. (LP: #1230333)
  * Update  enlarge confinment patterns for webapp containement in
webbrowser-app. (LP: #1244321)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 80
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
19:50:23 +

** Changed in: unity-webapps-gmail (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/1230333

Title:
  In the new webbrowser app container, the login is invalid and webapp
  does not run

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1230333/+subscriptions

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


[Bug 1214404] Re: Add qtfeedback-mir to sensors package

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package qtubuntu-sensors -
0.6+14.04.20131024.4-0ubuntu1

---
qtubuntu-sensors (0.6+14.04.20131024.4-0ubuntu1) trusty; urgency=low

  [ Robert Bruce Park ]
  * Stop depending on transitional package.

  [ Christian Dywan ]
  * Add Ubuntu feedback plugin backend. (LP: #1214404)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 39
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
22:03:14 +

** Changed in: qtubuntu-sensors (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/1214404

Title:
  Add qtfeedback-mir to sensors package

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtubuntu-sensors/+bug/1214404/+subscriptions

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


[Bug 1215880] Re: Get a TheMovieDB API key (or disable tmdb support)

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package mediascanner -
0.3.93+14.04.20131024.1-0ubuntu1

---
mediascanner (0.3.93+14.04.20131024.1-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * A couple of fixes. (LP: #1237484)

  [ James Henstridge ]
  * Create the GNetworkMonitor object earlier to avoid thread safety
problems in its constructor, fixing bug #1237484. (LP: #1237484)
  * Don't error out if no TheMovieDB API key is provided. Instead
disable the grl-tmdb metadata resolver. (LP: #1215880, #1236880)
  * Use the ignored-parameters feature in the mock data configuration to
avoid failures due to some URL encoding differences. (LP: #1243536)

  [ Jussi Pakkanen ]
  * A couple of fixes. (LP: #1237484)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 397
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
13:28:29 +

** Changed in: mediascanner (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/1215880

Title:
  Get a TheMovieDB API key (or disable tmdb support)

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

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


[Bug 1219063] Re: indicator icon doesn't change with different keyboard layout selected

2013-10-25 Thread kolen
Updated to proposed, cannot reproduce it now, seems that it was fixed.
gnome-settings-daemon 3.8.5.0ubuntu11.1, indicator-keyboard 
0.0.0+13.10.20131010.1-0ubuntu1

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

Title:
  indicator icon doesn't change with different keyboard layout selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1219063/+subscriptions

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


[Bug 1244074] Re: Keyboard layout in notification area does not show current layout

2013-10-25 Thread kolen
*** This bug is a duplicate of bug 1219063 ***
https://bugs.launchpad.net/bugs/1219063

Tried updating to proposed, cannot reproduce it now, seems that it was fixed.
gnome-settings-daemon 3.8.5.0ubuntu11.1, indicator-keyboard 
0.0.0+13.10.20131010.1-0ubuntu1

** This bug has been marked a duplicate of bug 1219063
   indicator icon doesn't change with different keyboard layout selected

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

Title:
  Keyboard layout in notification area does not show current layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1244074/+subscriptions

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


[Bug 1244519] Re: Muon Updater says the system is up-to-date even if there are updates available

2013-10-25 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Changed in: muon (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Muon Updater says the system is up-to-date even if there are updates
  available

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

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


[Bug 1228244] Re: Desktop file doesn't load Mobile Spec Suite

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package cordova-ubuntu-tests -
2.11+14.04.20131024.5-0ubuntu1

---
cordova-ubuntu-tests (2.11+14.04.20131024.5-0ubuntu1) trusty; urgency=low

  [ Víctor R. Ruiz ]
  * Correct path in .desktop file. (LP: #1228244)
  * Add --desktop_file_hint argument to launch the tests. (LP: #1228215)
  * Add missing dependency for dpkg-architecture.
  * Autopilot: Run individual tests for each API.
  * Skip unsupported API tests.
  * Fix indent issue.

  [ Robert Bruce Park ]
  * Add Conflicts: with old cordova package that interferes with tests.
  * Autopilot: Fix path to Mobile Spec Suite
  * fix the patch, fix the rules file to get quilt running
  * Better arch-aware quilt patches.
  * Make patch apply cleanly.
  * Drop ugly arch-aware patches.

  [ Maxim Ermilov ]
  * remove expected to fail tests.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 26

cordova-ubuntu-tests (2.11+13.10.20130920.4-0ubuntu2) saucy; urgency=low

  * Disable certain APIs on armhf, ie Ubuntu Touch
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 24 Oct 2013 
19:52:29 +

** Changed in: cordova-ubuntu-tests (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/1228244

Title:
  Desktop file doesn't load Mobile Spec Suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/cordova-ubuntu-tests/+bug/1228244/+subscriptions

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

[Bug 1244077] Re: can not upgrade to 13.10, at least would be good to now what is wrong

2013-10-25 Thread Дмитрий Батиевский
Yes I can see that, but the thing is that this problem package is not listed in 
do-release-upgrade error output neither in GUI updater error report
There are a lots of users who don't know how and where to find a log, and there 
is no information where the log is found in error output also

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

Title:
  can not upgrade to 13.10, at least would be good to now what is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1244077/+subscriptions

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


[Bug 1241837] Re: Layout changing from keyboard doesn't change the current layout in taskbar

2013-10-25 Thread kolen
*** This bug is a duplicate of bug 1219063 ***
https://bugs.launchpad.net/bugs/1219063

** This bug has been marked a duplicate of bug 1219063
   indicator icon doesn't change with different keyboard layout selected

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

Title:
  Layout changing from keyboard doesn't change the current layout in
  taskbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1241837/+subscriptions

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


[Bug 1242567] Re: Indication does not change when using XKB shortcut to change layout

2013-10-25 Thread Filippos Kolyvas
Sorry for the mistake in the comment above, i wanted to write that now i'm 
using the 3.8.5-0ubuntu11.1 version of the gnome-settings-daemon 
(saucy-proposed), instead i gave you the indicator-keyboard version.
I can't edit the comment, so i'm adding that in this comment here.

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

Title:
  Indication does not change when using XKB shortcut to change layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1242567/+subscriptions

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


Re: [Bug 1240058] Re: UI uses chinese, french and english simultaneously

2013-10-25 Thread Jean-Baptiste Lallement
On 10/24/2013 11:44 PM, Gunnar Hjalmarsson wrote:
 @Jean-Baptiste: When you changed language, did you do so from User
 Accounts?
It is on a phone. I did it from system-settings/Language  Text.



 Please note that in 13.10 you can modify LANGUAGE to your liking from
 Language Support. For instance, if you no longer want Chinese to play
 any roll, not even as a fallback language, just drag it to somewhere
 below the English option.
You cannot do that on the phone.



-- 
Jean-Baptiste
irc: jibel

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

Title:
  UI uses chinese, french and english simultaneously

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

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


[Bug 1244542] Status changed to Confirmed

2013-10-25 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (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/1244542

Title:
  USB WIFI dongle problem

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

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


[Bug 1244546] [NEW] some letters in Firefox are scattered

2013-10-25 Thread Adam Wróbel
Public bug reported:

Some single letters in Firefox are scattered. (one - two letters on screen)
When taking a printscreen letters refresh and becomes normal.
Also when selecting text  letters becomes normal
also when scrolling contents out of look and scrolling it back - letters become 
normal
Scrolling contents without moving corrupted part of text outside view - there 
is no change still scattered
I have spotted that behaviour using standard ubuntu 13.10 installation and it 
happens even after switching window manager to MIR

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xorg 1:7.7+1ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Fri Oct 25 08:48:04 2013
DistUpgraded: Fresh install
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.2.16, 3.11.0-12-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:20e4]
   Subsystem: Lenovo Device [17aa:20e4]
InstallationDate: Installed on 2013-10-17 (7 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: LENOVO 64753T9
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=70a7660a-57a1-4e6d-87ad-d5e0e978b8cc ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/17/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UET94WW (3.24 )
dmi.board.name: 64753T9
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn64753T9:pvrThinkPadT400:rvnLENOVO:rn64753T9:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 64753T9
dmi.product.version: ThinkPad T400
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Fri Oct 25 08:04:49 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: OutputDP-0DP-1 
   DP-2  HDMI-0  HDMI-1   VGA-0
xserver.version: 2:1.14.3-3ubuntu2
xserver.video_driver: intel

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


** Tags: amd64 apport-bug compiz-0.9 corruption saucy ubuntu

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

Title:
  some letters in Firefox are scattered

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

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


[Bug 661373] Re: No roaming support

2013-10-25 Thread rubo77
** Also affects: 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/661373

Title:
  No roaming support

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

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


[Bug 661373] Re: No roaming support

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

** Changed in: wicd (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/661373

Title:
  No roaming support

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

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


[Bug 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~alpha2-0ubuntu4

---
lxc (1.0.0~alpha2-0ubuntu4) trusty; urgency=low

  * get_rid_of_lxcpath_anon_idea.patch: allow lxc-stop and lxc-attach to
work more easily with containers started with a custom config (-f).
(LP: #1244301)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 24 Oct 2013 11:55:06 -0500

** Changed in: lxc (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/1244301

Title:
  lxc-attach stopped working for docker containers

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

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


[Bug 661373] Re: No roaming support

2013-10-25 Thread rubo77
** Package changed: ubuntu = wicd (Ubuntu)

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

Title:
  No roaming support

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

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


[Bug 1186936] Re: do-release-upgrade -d crash when trying to upgrade to saucy

2013-10-25 Thread Guillaume Gay
I also ran into it.

As the backtrace suggests, this comes from the package manager finding
third party sources in  sources.list:

This line fails:
  logging.debug(entry '%s' was disabled (unknown mirror) % 
get_string_with_no_auth_from_source_entry(entry))


So a work around that fixed it for me is to manually comment out all my sources 
not directly from ubuntu in the file /etc/apt/sources.list , that is putting a 
comment caracter (#) in front of each line starting with deb http:// and not 
pointing to an official ubuntu repository. 

I imagine you could achieve the same effect by unselecting those third
party repository in the package manager configuration window.

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

Title:
  do-release-upgrade -d crash when trying to upgrade to saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1186936/+subscriptions

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


[Bug 1063658] Re: Unknown Video Bus device continuously generates keys combination

2013-10-25 Thread Leonid Kuzmin
Rajib, thanks for help! It seems Video Bus isn't a fingerprint reader:
$ lsusb | grep Finger
Bus 002 Device 004: ID 138a:0011 Validity Sensors, Inc. VFS5011 Fingerprint 
Reader

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

Title:
  Unknown Video Bus device continuously generates keys combination

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

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


[Bug 1244085] Re: Bluetooth fails after suspend resume

2013-10-25 Thread Kyle Gordon
Hi,

Unfortunately the problem persists on 3.12.0-031200rc6-generic too. I've
confirmed and updated the tags as requested.

Cheers

Kyle

** Tags added: kernel-bug-exists-upstream

** Description changed:

  Lenovo X200 will appear to suspend and resume correctly, but any attempt
  to use bluetooth will result in a kernel oops followed by a hard lockup
  a few minutes later. Below is some relevant output from /var/log/syslog
  and lsusb, and I believe the rest of my system information has been
  uploaded by ubuntu-bug.
  
  Regards
  
  Kyle
  
  Bus 004 Device 002: ID 0a5c:2145 Broadcom Corp. BCM2045B (BDC-2.1)
  [Bluetooth Controller]
  
  Oct 22 17:52:15 wmlp1000 whoopsie[1388]: offline
  Oct 22 17:52:15 wmlp1000 NetworkManager[1073]: info Activation 
(38:EC:E4:46:CE:20) Stage 2 of 5 (Device Configure) complete.
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373156] [ cut here 
]
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373177] WARNING: CPU: 1 PID: 30 at 
/build/buildd/linux-3.11.0/fs/sysfs/dir.c:530 sysfs_add_one+0xa5/0xd0()
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373182] sysfs: cannot create 
duplicate filename 
'/devices/pci:00/:00:1a.1/usb4/4-2/4-2:1.0/bluetooth/hci0/hci0:12'
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373187] Modules linked in: 8021q(F) 
garp(F) mrp(F) ipt_MASQUERADE(F) iptable_nat(F) nf_nat_ipv4(F) nf_nat(F) 
nf_conntrack_ipv4(F) nf_defrag_ipv4(F) xt_conntrack(F) nf_conntrack(F) 
ipt_REJECT(F) xt_CHECKSUM(F) iptable_mangle(F) xt_tcpudp(F) bridge(F) stp(F) 
llc(F) ip6table_filter(F) ip6_tables(F) iptable_filter(F) ip_tables(F) 
ebtable_nat(F) ebtables(F) x_tables(F) pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) cuse input_polldev dm_crypt(F) autofs4(F) 
parport_pc(F) rfcomm ppdev(F) bnep coretemp kvm_intel(F) kvm(F) dm_multipath(F) 
scsi_dh(F) arc4(F) iwldvm snd_hda_codec_conexant thinkpad_acpi snd_hda_intel 
snd_hda_codec mac80211 snd_hwdep(F) snd_pcm(F) snd_page_alloc(F) nvram(F) 
snd_seq_midi(F) btusb snd_seq_midi_event(F) snd_rawmidi(F) iwlwifi snd_seq(F) 
bluetooth psmouse(F) lpc_ich microcode(F) cfg80211 snd_seq_device(F) 
serio_raw(F) snd_timer(F) mei_me snd(F) mei tpm_tis soundcore(F) mac_hid 
nfsd(F) auth_rpcgss(F) nfs_acl(F) nfs(F) lockd(F) binfmt_misc(F) s
  Oct 22 17:52:17 wmlp1000 kernel: unrpc(F) fscache(F) lp(F) parport(F) 
btrfs(F) xor(F) zlib_deflate(F) raid6_pq(F) libcrc32c(F) dm_mirror(F) 
dm_region_hash(F) dm_log(F) ahci(F) libahci(F) wmi i915 video(F) i2c_algo_bit 
drm_kms_helper drm e1000e(F) ptp(F) pps_core(F)
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373377] CPU: 1 PID: 30 Comm: 
kworker/u9:0 Tainted: GF  O 3.11.0-12-generic #19-Ubuntu
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373381] Hardware name: LENOVO 
7459W87/7459W87, BIOS 6DET72WW (3.22 ) 10/25/2012
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373418] Workqueue: hci0 hci_rx_work 
[bluetooth]
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373423]  0009 
8801354efa30 816e547a 8801354efa78
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373432]  8801354efa68 
81061dbd ffef 8800a95dfb60
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373440]  8801354efb10 
88011f699000  8801354efac8
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373448] Call Trace:
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373463]  [816e547a] 
dump_stack+0x45/0x56
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373473]  [81061dbd] 
warn_slowpath_common+0x7d/0xa0
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373481]  [81061e2c] 
warn_slowpath_fmt+0x4c/0x50
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373489]  [81219375] 
sysfs_add_one+0xa5/0xd0
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373497]  [81219541] 
create_dir+0x71/0xd0
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373505]  [812198a6] 
sysfs_create_dir+0x86/0xe0
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373518]  [8135e1c7] 
kobject_add_internal+0xc7/0x300
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373525]  [8135e695] 
kobject_add+0x65/0xb0
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373536]  [81471cd5] 
device_add+0x125/0x7a0
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373544]  [81470457] ? 
dev_set_name+0x47/0x50
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373582]  [a04c6e4e] 
hci_conn_add_sysfs+0x4e/0xd0 [bluetooth]
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373615]  [a04b742d] 
hci_conn_complete_evt.isra.41+0xdd/0x3f0 [bluetooth]
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373649]  [a04ba148] 
hci_event_packet+0x1878/0x2f50 [bluetooth]
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373658]  [8109bb33] ? 
dequeue_entity+0x143/0x5c0
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373668]  [8101a395] ? 
native_sched_clock+0x15/0x80
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373678]  [8104dee9] ? 
default_spin_lock_flags+0x9/0x10
  Oct 22 17:52:17 wmlp1000 kernel: [ 1809.373707]  

[Bug 1244548] [NEW] Keyboard shortcut for changing keyboard layout does not work on lock screen

2013-10-25 Thread kolen
Public bug reported:

Shortcut for changing keyboard layout does not work on lock screen (to
change keyboard layout for entering password).

- Switch to some non-english layout (otherwise lock screen will not have layout 
indicator at all)
- Lock the screen
- Press your shortcut for changing keyboard layout (i.e. ctrl+shift) -- it will 
not change layout
- Clicking layout indicator near password entry box works

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-screensaver 3.6.1-0ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Fri Oct 25 11:01:10 2013
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 300
 org.gnome.desktop.session session-name 'ubuntu'
InstallationDate: Installed on 2013-10-23 (1 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  Keyboard shortcut for changing keyboard layout does not work on lock
  screen

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