[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) --

[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

[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

[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

[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 -

[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

[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

[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

[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

[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]

[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

[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:

[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) ||/ Name

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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:

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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:

[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

[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 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:

[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

[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

[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,

[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

[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

[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:

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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:

[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

[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

[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

[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 ] *

[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

[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

[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

[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

[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

[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.

[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

[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

[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

[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 --

[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

[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

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

[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

[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

[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:

[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

[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) --

[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:

[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

[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.

[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

[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

  1   2   3   4   5   6   7   8   9   10   >