[Bug 1533839] Re: vms shutting down on libvirt upgrade

2016-01-18 Thread Martin Pitt
** No longer affects: init-system-helpers (Ubuntu)

** No longer affects: init-system-helpers (Ubuntu Wily)

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

Title:
  vms shutting down on libvirt upgrade

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

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


[Bug 1532318] Re: alt-tab only show desktop

2016-01-18 Thread adham3...@gmail.com
** Changed in: unity (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  alt-tab only show desktop

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

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


[Bug 1300393] Re: Connected external monitor causes very high cpu usage by compiz

2016-01-18 Thread Alberto Salvia Novella
** Changed in: compiz
   Status: New => Confirmed

** Changed in: compiz (Ubuntu)
   Importance: Critical => Medium

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

Title:
  Connected external monitor causes very high cpu usage by compiz

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

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-18 Thread Walter Cheuk
** Description changed:

  In 15.10, when selecting Hong Kong as the user location during
  installation, zh_TW is not set as a fallback language like before (i.e.
- 'LANG=zh_HK:en' rather than 'zh_HK:zh_TW:en'). Worse still, there is no
- 'Chinese (Taiwan)' available in 'Menu language' in 'Language support'
+ 'LANGUAGE=zh_HK:en' rather than 'zh_HK:zh_TW:en'). Worse still, there is
+ no 'Chinese (Taiwan)' available in 'Menu language' in 'Language support'
  like before (Both of them should be packed into one locale option
  'Chinese (Traditional)'). This is a major issue as most Hong Kong users
  rely on zh_TW locale as many software are not translated into zh_HK.

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1533839] Re: vms shutting down on libvirt upgrade

2016-01-18 Thread Martin Pitt
** No longer affects: init-system-helpers (Ubuntu)

** No longer affects: init-system-helpers (Ubuntu Wily)

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

Title:
  vms shutting down on libvirt upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1533839/+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 1535219] [NEW] HP ZBook 15u mic mute button doesn't work

2016-01-18 Thread Ippolitov Igor
Public bug reported:

This is mostly similar to this one:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1334968

I have an HP Zbook 15u laptop with a mic mute button at fn+f8. I didn't
work for me with xubuntu LTS 14.04.03

What is wished: keyboard shortcut fn+f8 should produce XF86AudioMicMute X key 
code which mutes microphone.
What is happening: keyboard shotcut has keycode 465 which does nothing, while 
muting microphone through GUI enables led on the keyboard.

How to debug similar issues and fix:
Enable keyboard debug, find your scancode, remap it to f20, restart X.

Now in step by step instruction:
NB: keyboard sends scancodes, kernel makes keycodes from those. Keycodes are 
remapped in X before getting into applications

1) enable keyboard debug to make things easier: edit /etc/default/grub, add the 
following options
GRUB_CMDLINE_LINUX="atkbd.softraw=0", Reboot to enable this.
2) install "evtest" utility
3) using "evtest" find your keyboard (was /dev/input/event3 for me)
4) look for the key down and key up scancodes for fn+f8 button. Fixed version 
looks like this:
Event: time 1453101052.604985, -- SYN_REPORT 
Event: time 1453101053.883744, type 4 (EV_MSC), code 3 (MSC_RAW), value e0
Event: time 1453101053.883744, type 4 (EV_MSC), code 3 (MSC_RAW), value 01
Event: time 1453101053.883744, type 4 (EV_MSC), code 4 (MSC_SCAN), value 81
Event: time 1453101053.883744, type 1 (EV_KEY), code 190 (KEY_F20), value 1
Event: time 1453101053.883744, -- SYN_REPORT 
Event: time 1453101053.955411, type 4 (EV_MSC), code 3 (MSC_RAW), value e0
Event: time 1453101053.955411, type 4 (EV_MSC), code 3 (MSC_RAW), value 81
Event: time 1453101053.955411, type 4 (EV_MSC), code 4 (MSC_SCAN), value 81
Event: time 1453101053.955411, type 1 (EV_KEY), code 190 (KEY_F20), value 0

the "code 190 (KEY_F20)" will be different for you.

5) using "eventX" from the above, find corresponding device using "find /sys/ 
-name event3". 
6) find out udev modalias for your keyboard: "udevadm --debug test 
/devices/platform/i8042/serio0/input/input3/event3 2>&1 | grep dmi/id", The 
long path is from p.5 'find' output
7) create and change /etc/udev/hwdb.d/60-hp-mic-mute-hotkey.hwdb file. Add 
following lines there:
keyboard:dmi:bvnHewlett-Packard:bvrM71Ver.01.07:bd07/28/2015:svnHewlett-Packard:pnHPZBook15uG2:pvrA3009D510303:rvnHewlett-Packard:rn2216:rvrKBCVersion96.55:cvnHewlett-Packard:ct10:cvr:
 KEYBOARD_KEY_81=f20
The long identifier is from udevadm point 6 output.  "81" is the scan code. f20 
- is an alias for the keycode we wish to have (can be replaced with '190' 
keycode itself)
8) udevadm hwdb --update; udevadm trigger /dev/input/event3
9) test with evtest that you have appropriate keycode for the button. To make 
it work in X11 you have to restart X (or reboot, don't know for sure)
10) test with xev after reboot: fn+f8 should work as intended this time. 
(xmodmap maps f20 to XF86AudioMicMute). 
11) for xfce4 you might need to map XF86AudioMicMute to a pactl action, but 
this is xfce specific.

For the maintainers:
Mose of HPProBooks, EliteBooks, ZBooks has the same issue. Could anyone contact 
HP and request some help with all those keyboards?...

Please, add ZBook into keyboard.hwdb file.

** Affects: systemd (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/1535219

Title:
  HP ZBook 15u mic mute button doesn't work

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

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


[Bug 1533221] Re: Booting with intel graphics enabled results in a lockup

2016-01-18 Thread Timo Aaltonen
also, attach dmesg from 4.4.0 running intel

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

Title:
  Booting with intel graphics enabled results in a lockup

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

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


[Bug 1533308] Re: I cant switch applications from "workspace 2" to "workspace 1"

2016-01-18 Thread Petit Linux
** Summary changed:

- In a lubuntu configuration of only two workspaces, I cant switch applications 
from "workspace 2" to "workspace 1"
+ I cant switch applications from "workspace 2" to "workspace 1"

** Description changed:

  In a fresh installation of Lubuntu, where is configured two workspaces,
- if I open an application in the second space or transfer it from first
- to second, I can not transfer applications the second workspace to the
- first through the option "move to another workspace '(this is grayed
- out).
+ I can't  switch applications to the second workspace to the first
+ through the option "move to another workspace '(this is grayed out).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: openbox 3.6.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Tue Jan 12 12:47:28 2016
  InstallationDate: Installed on 2016-01-12 (0 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: openbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  I cant switch applications from "workspace 2" to "workspace 1"

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

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


[Bug 1535331] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/accounts/services/google-im.service », qui appartient aussi

2016-01-18 Thread Apport retracing service
*** This bug is a duplicate of bug 1515751 ***
https://bugs.launchpad.net/bugs/1515751

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1515751, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1515751
   package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/accounts/services/google-im.service », qui appartient aussi au 
paquet account-plugin-google 0.12+15.10.20150723-0ubuntu1

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/accounts/services/google-im.service », qui appartient aussi
  au paquet account-plugin-google 0.12+15.10.20150723-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1535331/+subscriptions

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

[Bug 1497627] Re: Periodically video will freeze for no reason at all and no specific time between freezes.

2016-01-18 Thread chris pollock
Video froze last night, 01/17/2016 21:06:30 after uptime of 14d 12h 40m
from the last video freeze. I was running kernel 3.19.0-42-generic
#48~14.04.1-Ubuntu SMP Fri Dec 18 10:24:49 UTC 2015 x86_64 x86_64 x86_64
GNU/Linux) at the time. This time the hangcheck error was noted in my
syslog

Jan 17 21:17:32 localhost kernel: [1255120.808035]
[drm:i915_hangcheck_elapsed [i915]] *ERROR* Hangcheck timer elapsed...
render ring idle

I did a reboot via SSH from my tablet and loaded the newest 3.19 kernel

3.19.0-43-generic #49~14.04.1-Ubuntu SMP Thu Dec 31 15:44:49 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux

As usual during these freezes the mouse cursor would move but all other
actions are frozen. Could not switch to another desktop and so forth.

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

Title:
  Periodically video will freeze for no reason at all and no specific
  time between freezes.

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

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


[Bug 1515751] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/accounts/services/google-im.service », qui appartient aussi

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

** Changed in: ktp-accounts-kcm (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/1515751

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/accounts/services/google-im.service », qui appartient aussi
  au paquet account-plugin-google 0.12+15.10.20150723-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1515751/+subscriptions

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

[Bug 1532868] Re: [Avila] OSK generates random touch events after switching from physical keyboard

2016-01-18 Thread Victor Tuson Palau
Sorry I was travelling. This seem to happen with all the apps, including
the shell. I wonder if it is related to
https://bugs.launchpad.net/avila/+bug/1532862 as it only happens after
that bug has triggered. I will do more testing now that I have a bt
keyboard too, to see if I can reproduce with both.

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

Title:
  [Avila] OSK generates random touch events after switching from
  physical keyboard

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

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


[Bug 1430479] Re: "telinit u" under upstart (upstart's Restart command) with systemd-sysv installed runs systemd

2016-01-18 Thread Martin Pitt
** Bug watch added: Debian Bug tracker #789524
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789524

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

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

Title:
  "telinit u" under upstart (upstart's Restart command) with systemd-
  sysv installed runs systemd

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

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


[Bug 1535318] Re: deprecation of python-support

2016-01-18 Thread Bug Watch Updater
** Changed in: python-cogent (Debian)
   Status: Unknown => Fix Released

** Changed in: python-peak.rules (Debian)
   Status: Unknown => New

** Changed in: python-peak.util (Debian)
   Status: Unknown => New

** Changed in: openmeeg (Debian)
   Status: Unknown => New

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

Title:
  deprecation of python-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cx-freeze/+bug/1535318/+subscriptions

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


[Bug 1535335] [NEW] Change prompt "wants to record audio" to "wants to access microphone"

2016-01-18 Thread Jean-Baptiste Lallement
Public bug reported:

The prompt when the camera wants to access the hardware to record audio
is currently "wants to record audio". This is not really accurate since
an app can request access to the microphone without actually recording
anything. furthermore the direct translation to French as an example is
not really meaningful.

Something like "wants to access the microphone." would be more accurate
since it's actually what the application tries to do.

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

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

** Also affects: pulseaudio (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/1535335

Title:
  Change prompt "wants to record audio" to "wants to access microphone"

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

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


[Bug 1532553] Re: /etc/halt.local has become /usr/sbin/halt.local

2016-01-18 Thread Martin Pitt
http://anonscm.debian.org/cgit/pkg-
systemd/systemd.git/commit/?id=944c47b

** Changed in: systemd (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  /etc/halt.local has become /usr/sbin/halt.local

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

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


[Bug 1516547] Re: Ubuntu 15.10 crashes with RAID-10

2016-01-18 Thread Kenneth Østrup
Hi again Joseph. This kernel is working as expected. No crashes so far,
RAID rebuild complete.

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

Title:
  Ubuntu 15.10 crashes with RAID-10

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

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


[Bug 1535151] Re: black screen with mouse pointer after changing to unity 8 on nVidia GT525M (ubuntu 15.10)

2016-01-18 Thread wegosh
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => wegosh (wegosh16-g)

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

Title:
  black screen with mouse pointer after changing to unity 8 on nVidia
  GT525M (ubuntu 15.10)

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

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


[Bug 1535151] Re: black screen with mouse pointer after changing to ubuntu 8 on nVidia GT525M

2016-01-18 Thread wegosh
@dinamic6661 I upgraded from 15.10 to 16.04, changed my drivers to open
source ones (nouveau ) and now the screen is still black, but there is
no mouse pointer and at the top-left corner there is one underline and
that's all I see. Any suggestions?

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

Title:
  black screen with mouse pointer after changing to ubuntu 8 on nVidia
  GT525M

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

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


[Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-18 Thread Robert Euhus
Jarno Suni, thanks for the reply.

First I would like to stress, that I still don't think that running all
the KERNELS postINSTALL hooks while REMOVING the -extra package is the
right thing todo. The only thing I can see that is really needed is the
recreation of the initrd on installation and revmoval of that package
(please correct me if I'm wrong!). So I think this is the only thing
that should be done. Even recreating the GRUB config is unnessecary and
a waste of time.

So working around this in the /etc/kernel/postinst.d/apt-auto-removal
script is imho not the right way to do this.

That being said, this seems like the only available option right now.

I have taken a closer look at your "Fixed again" script and made some 
adjustments (comparing with apt 1.0.1ubuntu2.10 from 14.04):
- The version you have uploaded does not run properly, because some 
backslash-escapes for line breaks are missing (leading to "broken pipe" error). 
- In the check if the kernel given in argument is desired to be removed the 
"exit" from the awk statement causes another broken pipe if the match is not 
the last kernel. It is not needed, so I removed it.
- The awk regex for creating the "list" of installed kernel versions is wrong ( 
only ' ' instead of '[ ]+' ), so the list is always empty.  I don't see the 
advantage of using DPKG_QUERY here compared to the original which just uses 
DPKG. So to keep changes minimal I have reverted it to the old version.
- The shortened check if we have more than two kernels to keep already may lead 
to keeping one more kernel (3 in total) than in the original, which is fine by 
me.
- Again to keep changes (diff) minimal I have reordered the versions for the 
"kernel" variable like they are in the original.
- The use of dpkg-query looks somehow awkward to me (but maybe it's just 
me).

I'll attach my updated version of the /etc/kernel/postinst.d/apt-auto-
removal script

I have just run a few tests and it seems to work better than the
original for now. I'll do some more testing right now.

Regards,
Robert.

** Attachment added: "updated /etc/kernel/postinst.d/apt-auto-removal script"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1440608/+attachment/4551868/+files/apt-auto-removal

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

Title:
  /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels
  except the latest one

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

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


[Bug 1535045] Re: Biosdevname does not provide interface naming information for ConnecX4 Devices

2016-01-18 Thread Talat Batheesh
** Package changed: linux (Ubuntu) => biosdevname (Ubuntu)

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

Title:
  Biosdevname does not provide interface naming information for ConnecX4
  Devices

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

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


[Bug 1535323] [NEW] Installer Crashed in the third step when in click Continue (prepare) kde_ui.py ubi-prepare.py

2016-01-18 Thread bl4ckc00k1e
Public bug reported:

I use Virtual Box and the Image of Kubuntu 16.04 of 1/18/2016

Screenshot:
http://fotos.subefotos.com/2e8572a39b591a99527294c064fdd67eo.png

Version of Ubiquity: 2.21.42

File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 1068, in 
on_next_clicked
self.dbfilter.ok_handler()
File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 344, in ok_Handler 
secureboot_key = self.ui.get_secureboot_key()
AtributeError:'PackageKde' object has no atribute 'get_secureboot_key'

Reproducible: Always

Steps to Reproduce:
1. Use Virtual Box
2. Open installer
3. Select English
4. Go to prepare, dont care what you check, click Next

Actual Results:  
I have an Installer Crash

Expected Results:  
Continue the operation of the installer

** Affects: ubiquity (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/1535323

Title:
  Installer Crashed in the third step when in click Continue (prepare)
  kde_ui.py ubi-prepare.py

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

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


[Bug 1535151] Re: black screen with mouse pointer after changing to unity 8 on nVidia GT525M (ubuntu 15.10)

2016-01-18 Thread wegosh
** Summary changed:

- black screen with mouse pointer after changing to ubuntu 8 on nVidia GT525M
+ black screen with mouse pointer after changing to unity 8 on nVidia GT525M 
(ubuntu 15.10)

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

Title:
  black screen with mouse pointer after changing to unity 8 on nVidia
  GT525M (ubuntu 15.10)

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

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


[Bug 1532553] Re: /etc/halt.local has become /usr/sbin/halt.local

2016-01-18 Thread Martin Pitt
Oh, I absolutely do agree that /usr/sbin/ is a really bad place.
/usr/local or /etc/ are better indeed. I was just wondering about what
precise path it should be, as I have never seen this documented or being
used in a Debian context.

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

Title:
  /etc/halt.local has become /usr/sbin/halt.local

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

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


[Bug 1535331] [NEW] package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/accounts/services/google-im.service », qui appartient aus

2016-01-18 Thread enrique
*** This bug is a duplicate of bug 1515751 ***
https://bugs.launchpad.net/bugs/1515751

Public bug reported:

update from ubuntu to kubuntu

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: kde-config-telepathy-accounts (not installed)
ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
Uname: Linux 4.2.0-21-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Mon Jan 18 15:33:27 2016
DuplicateSignature: package:kde-config-telepathy-accounts:(not 
installed):tentative de remplacement de « 
/usr/share/accounts/services/google-im.service », qui appartient aussi au 
paquet account-plugin-google 0.12+15.10.20150723-0ubuntu1
ErrorMessage: tentative de remplacement de « 
/usr/share/accounts/services/google-im.service », qui appartient aussi au 
paquet account-plugin-google 0.12+15.10.20150723-0ubuntu1
InstallationDate: Installed on 2015-06-09 (223 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: ktp-accounts-kcm
Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/accounts/services/google-im.service », qui appartient aussi au 
paquet account-plugin-google 0.12+15.10.20150723-0ubuntu1
UpgradeStatus: Upgraded to wily on 2015-11-02 (76 days ago)

** Affects: ktp-accounts-kcm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package wily

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/accounts/services/google-im.service », qui appartient aussi
  au paquet account-plugin-google 0.12+15.10.20150723-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1535331/+subscriptions

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

[Bug 1532553] Re: /etc/halt.local has become /usr/sbin/halt.local

2016-01-18 Thread Martin Pitt
So it seems we are not actually breaking any backwards compatibility
here, so we could just use /etc/halt.local corresponding to
/etc/rc.local.

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  /etc/halt.local has become /usr/sbin/halt.local

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

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


[Bug 1535304] [NEW] rename dialog does not open on top

2016-01-18 Thread Doug McMahon
Public bug reported:

If renaming a file that's located close to an open window the nautilus  dialog 
box opens under that window
screen attached

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 18 08:09:34 2016
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1245x721+675+24'"
InstallationDate: Installed on 2016-01-15 (2 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Screenshot from 2016-01-18 08-13-21.png"
   
https://bugs.launchpad.net/bugs/1535304/+attachment/4551839/+files/Screenshot%20from%202016-01-18%2008-13-21.png

** Description changed:

- If renaming a file that's located close to an open window the nautilus 
cartoon dialog box opens under that window
+ If renaming a file that's located close to an open window the nautilus  
dialog box opens under that window
  screen attached
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 18 08:09:34 2016
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1245x721+675+24'"
  InstallationDate: Installed on 2016-01-15 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  rename dialog does not open on top

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

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


[Bug 1526811] Re: SRU: walker list corruption while being intensively stressed

2016-01-18 Thread Colin Ian King
** Bug watch added: Linux Kernel Bug Tracker #107181
   http://bugzilla.kernel.org/show_bug.cgi?id=107181

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=107181
   Importance: Unknown
   Status: Unknown

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

Title:
  SRU: walker list corruption while being intensively stressed

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

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


[Bug 1535278] Re: 0.80.11 stable point release

2016-01-18 Thread James Page
http://docs.ceph.com/docs/master/release-notes/#v0-80-11-firefly

** Description changed:

- New point release for firefly available upstream.
+ 
+ This is a bugfix release for Firefly. This Firefly 0.80.x is nearing its 
planned end of life in January 2016 it may also be the last.
+ 
+ We recommend that all Firefly users upgrade.
+ 
+ For more detailed information, see the complete changelog.
+ 
+ NOTABLE CHANGES
+ 
+ build/ops: /etc/init.d/radosgw restart does not work correctly (issue#11140, 
pr#5831, Dmitry Yatsushkevich)
+ build/ops: Fix -Wno-format and -Werror=format-security options clash 
(issue#13417, pr#6207, Boris Ranto)
+ build/ops: ceph-common needs python-argparse on older distros, but doesn’t 
require it (issue#12034, pr#5217, Nathan Cutler)
+ build/ops: ceph.spec.in running fdupes unnecessarily (issue#12301, pr#5224, 
Nathan Cutler)
+ build/ops: ceph.spec.in: 50-rbd.rules conditional is wrong (issue#12166, 
pr#5225, Nathan Cutler)
+ build/ops: ceph.spec.in: useless %py_requires breaks SLE11-SP3 build 
(issue#12351, pr#5394, Nathan Cutler)
+ build/ops: fedora21 has junit, not junit4 (issue#10728, pr#6203, Ken Dreyer, 
Loic Dachary)
+ build/ops: upstart: configuration is too generous on restarts (issue#11798, 
pr#5992, Sage Weil)
+ common: Client admin socket leaks file descriptors (issue#11535, pr#4633, Jon 
Bernard)
+ common: FileStore calls syncfs(2) even it is not supported (issue#12512, 
pr#5529, Danny Al-Gaaf, Kefu Chai, Jianpeng Ma)
+ common: HeartBeat: include types (issue#13088, pr#6038, Sage Weil)
+ common: Malformed JSON command output when non-ASCII strings are present 
(issue#7387, pr#4635, Kefu Chai, Tim Serong)
+ common: Memory leak in Mutex.cc, pthread_mutexattr_init without 
pthread_mutexattr_destroy (issue#11762, pr#5403, Ketor Meng)
+ common: Thread:pthread_attr_destroy(thread_attr) when done with it 
(issue#12570, pr#6325, Piotr Dałek, Zheng Qiankun)
+ common: ThreadPool add/remove work queue methods not thread safe 
(issue#12662, pr#5991, Jason Dillaman)
+ common: buffer: critical bufferlist::zero bug (issue#12252, pr#5388, Haomai 
Wang)
+ common: log: take mutex while opening fd (issue#12465, pr#5406, Samuel Just)
+ common: recursive lock of md_config_t (0) (issue#12614, pr#5814, Josh Durgin)
+ crush: take crashes due to invalid arg (issue#11602, pr#4769, Sage Weil)
+ doc: backport v0.80.10 release notes to firefly (issue#11090, pr#5307, Loic 
Dachary, Sage Weil)
+ doc: update docs to point to download.ceph.com (issue#13162, pr#5993, Alfredo 
Deza)
+ fs: MDSMonitor: handle MDSBeacon messages properly (issue#11590, pr#5199, 
Kefu Chai)
+ fs: client nonce collision due to unshared pid namespaces (issue#13032, 
pr#6087, Josh Durgin, Sage Weil)
+ librbd: Objectcacher setting max object counts too low (issue#7385, pr#4639, 
Jason Dillaman)
+ librbd: aio calls may block (issue#11056, pr#4854, Haomai Wang, Sage Weil, 
Jason Dillaman)
+ librbd: internal.cc: 1967: FAILED assert(watchers.size() == 1) (issue#12176, 
pr#5171, Jason Dillaman)
+ mon: Clock skew causes missing summary and confuses Calamari (issue#11877, 
pr#4867, Thorsten Behrens)
+ mon: EC pools are not allowed as cache pools, disallow in the mon 
(issue#11650, pr#5389, Samuel Just)
+ mon: Make it more difficult to delete pools in firefly (issue#11800, pr#4788, 
Sage Weil)
+ mon: MonitorDBStore: get_next_key() only if prefix matches (issue#11786, 
pr#5360, Joao Eduardo Luis)
+ mon: PaxosService: call post_refresh() instead of post_paxos_update() 
(issue#11470, pr#5358, Joao Eduardo Luis)
+ mon: add a cache layer over MonitorDBStore (issue#12638, pr#5698, Kefu Chai)
+ mon: adding exsting pool as tier with –force-nonempty clobbers removed_snaps 
(issue#11493, pr#5236, Sage Weil, Samuel Just)
+ mon: ceph fails to compile with boost 1.58 (issue#11576, pr#5129, Kefu Chai)
+ mon: does not check for IO errors on every transaction (issue#13089, pr#6091, 
Sage Weil)
+ mon: get pools health’info have error (issue#12402, pr#5410, renhwztetecs)
+ mon: increase globalid default for firefly (issue#13255, pr#6010, Sage Weil)
+ mon: pgmonitor: wrong at/near target max“ reporting (issue#12401, pr#5409, 
huangjun)
+ mon: register_new_pgs() should check ruleno instead of its index 
(issue#12210, pr#5404, Xinze Chi)
+ mon: scrub error (osdmap encoding mismatch?) upgrading from 0.80 to ~0.80.2 
(issue#8815, issue#8674, issue#9064, pr#5200, Sage Weil, Zhiqiang Wang, Samuel 
Just)
+ mon: the output is wrong when runing ceph osd reweight (issue#12251, pr#5408, 
Joao Eduardo Luis)
+ objecter: can get stuck in redirect loop if osdmap epoch == 
last_force_op_resend (issue#11026, pr#4597, Jianpeng Ma, Sage Weil)
+ objecter: pg listing can deadlock when throttling is in use (issue#9008, 
pr#5043, Guang Yang)
+ objecter: resend linger ops on split (issue#9806, pr#5062, Josh Durgin, 
Samuel Just)
+ osd: Cleanup boost optionals for boost 1.56 (issue#9983, pr#5039, William A. 
Kennington III)
+ osd: LibRadosTwoPools[EC]PP.PromoteSnap failure 

[Bug 1535278] Re: 0.80.11 stable point release

2016-01-18 Thread James Page
http://docs.ceph.com/docs/master/release-notes/#v0-80-11-firefly

** Description changed:

- New point release for firefly available upstream.
+ 
+ This is a bugfix release for Firefly. This Firefly 0.80.x is nearing its 
planned end of life in January 2016 it may also be the last.
+ 
+ We recommend that all Firefly users upgrade.
+ 
+ For more detailed information, see the complete changelog.
+ 
+ NOTABLE CHANGES
+ 
+ build/ops: /etc/init.d/radosgw restart does not work correctly (issue#11140, 
pr#5831, Dmitry Yatsushkevich)
+ build/ops: Fix -Wno-format and -Werror=format-security options clash 
(issue#13417, pr#6207, Boris Ranto)
+ build/ops: ceph-common needs python-argparse on older distros, but doesn’t 
require it (issue#12034, pr#5217, Nathan Cutler)
+ build/ops: ceph.spec.in running fdupes unnecessarily (issue#12301, pr#5224, 
Nathan Cutler)
+ build/ops: ceph.spec.in: 50-rbd.rules conditional is wrong (issue#12166, 
pr#5225, Nathan Cutler)
+ build/ops: ceph.spec.in: useless %py_requires breaks SLE11-SP3 build 
(issue#12351, pr#5394, Nathan Cutler)
+ build/ops: fedora21 has junit, not junit4 (issue#10728, pr#6203, Ken Dreyer, 
Loic Dachary)
+ build/ops: upstart: configuration is too generous on restarts (issue#11798, 
pr#5992, Sage Weil)
+ common: Client admin socket leaks file descriptors (issue#11535, pr#4633, Jon 
Bernard)
+ common: FileStore calls syncfs(2) even it is not supported (issue#12512, 
pr#5529, Danny Al-Gaaf, Kefu Chai, Jianpeng Ma)
+ common: HeartBeat: include types (issue#13088, pr#6038, Sage Weil)
+ common: Malformed JSON command output when non-ASCII strings are present 
(issue#7387, pr#4635, Kefu Chai, Tim Serong)
+ common: Memory leak in Mutex.cc, pthread_mutexattr_init without 
pthread_mutexattr_destroy (issue#11762, pr#5403, Ketor Meng)
+ common: Thread:pthread_attr_destroy(thread_attr) when done with it 
(issue#12570, pr#6325, Piotr Dałek, Zheng Qiankun)
+ common: ThreadPool add/remove work queue methods not thread safe 
(issue#12662, pr#5991, Jason Dillaman)
+ common: buffer: critical bufferlist::zero bug (issue#12252, pr#5388, Haomai 
Wang)
+ common: log: take mutex while opening fd (issue#12465, pr#5406, Samuel Just)
+ common: recursive lock of md_config_t (0) (issue#12614, pr#5814, Josh Durgin)
+ crush: take crashes due to invalid arg (issue#11602, pr#4769, Sage Weil)
+ doc: backport v0.80.10 release notes to firefly (issue#11090, pr#5307, Loic 
Dachary, Sage Weil)
+ doc: update docs to point to download.ceph.com (issue#13162, pr#5993, Alfredo 
Deza)
+ fs: MDSMonitor: handle MDSBeacon messages properly (issue#11590, pr#5199, 
Kefu Chai)
+ fs: client nonce collision due to unshared pid namespaces (issue#13032, 
pr#6087, Josh Durgin, Sage Weil)
+ librbd: Objectcacher setting max object counts too low (issue#7385, pr#4639, 
Jason Dillaman)
+ librbd: aio calls may block (issue#11056, pr#4854, Haomai Wang, Sage Weil, 
Jason Dillaman)
+ librbd: internal.cc: 1967: FAILED assert(watchers.size() == 1) (issue#12176, 
pr#5171, Jason Dillaman)
+ mon: Clock skew causes missing summary and confuses Calamari (issue#11877, 
pr#4867, Thorsten Behrens)
+ mon: EC pools are not allowed as cache pools, disallow in the mon 
(issue#11650, pr#5389, Samuel Just)
+ mon: Make it more difficult to delete pools in firefly (issue#11800, pr#4788, 
Sage Weil)
+ mon: MonitorDBStore: get_next_key() only if prefix matches (issue#11786, 
pr#5360, Joao Eduardo Luis)
+ mon: PaxosService: call post_refresh() instead of post_paxos_update() 
(issue#11470, pr#5358, Joao Eduardo Luis)
+ mon: add a cache layer over MonitorDBStore (issue#12638, pr#5698, Kefu Chai)
+ mon: adding exsting pool as tier with –force-nonempty clobbers removed_snaps 
(issue#11493, pr#5236, Sage Weil, Samuel Just)
+ mon: ceph fails to compile with boost 1.58 (issue#11576, pr#5129, Kefu Chai)
+ mon: does not check for IO errors on every transaction (issue#13089, pr#6091, 
Sage Weil)
+ mon: get pools health’info have error (issue#12402, pr#5410, renhwztetecs)
+ mon: increase globalid default for firefly (issue#13255, pr#6010, Sage Weil)
+ mon: pgmonitor: wrong at/near target max“ reporting (issue#12401, pr#5409, 
huangjun)
+ mon: register_new_pgs() should check ruleno instead of its index 
(issue#12210, pr#5404, Xinze Chi)
+ mon: scrub error (osdmap encoding mismatch?) upgrading from 0.80 to ~0.80.2 
(issue#8815, issue#8674, issue#9064, pr#5200, Sage Weil, Zhiqiang Wang, Samuel 
Just)
+ mon: the output is wrong when runing ceph osd reweight (issue#12251, pr#5408, 
Joao Eduardo Luis)
+ objecter: can get stuck in redirect loop if osdmap epoch == 
last_force_op_resend (issue#11026, pr#4597, Jianpeng Ma, Sage Weil)
+ objecter: pg listing can deadlock when throttling is in use (issue#9008, 
pr#5043, Guang Yang)
+ objecter: resend linger ops on split (issue#9806, pr#5062, Josh Durgin, 
Samuel Just)
+ osd: Cleanup boost optionals for boost 1.56 (issue#9983, pr#5039, William A. 
Kennington III)
+ osd: LibRadosTwoPools[EC]PP.PromoteSnap failure 

[Bug 1535307] Status changed to Confirmed

2016-01-18 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/1535307

Title:
  running 'rr' make check causes kernel "hard LOCKUP"

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

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


[Bug 1535306] Re: package libtinfo5:i386 5.9+20140118-1ubuntu1 failed to install/upgrade: package libtinfo5:i386 is already installed and configured

2016-01-18 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/1535306

Title:
  package libtinfo5:i386 5.9+20140118-1ubuntu1 failed to
  install/upgrade: package libtinfo5:i386 is already installed and
  configured

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

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


Re: [Bug 1531913] Re: Fallback image not shown when no image specified

2016-01-18 Thread Michał Sawicz
W dniu 17.01.2016 o 16:06, Michi Henning pisze:
> What's the problem with doc? If it isn't right, I'll fix it.

The question is whether fallback was supposed to be used when the scope
did not send a url for the image, vs. if whatever it did send failed to
load.

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

Title:
  Fallback image not shown when no image specified

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

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


[Bug 1535304] Re: rename dialog does not open on top

2016-01-18 Thread Sebastien Bacher
Indeed, that seems an upstream issue, thanks

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (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/1535304

Title:
  rename dialog does not open on top

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

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


[Bug 1532788] Re: [Whislist] Please include KeepassX 2.0 in Xenial

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

** Changed in: keepassx (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/1532788

Title:
  [Whislist] Please include KeepassX 2.0 in Xenial

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

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


[Bug 1535306] Re: package libtinfo5:i386 5.9+20140118-1ubuntu1 failed to install/upgrade: package libtinfo5:i386 is already installed and configured

2016-01-18 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package libtinfo5:i386 5.9+20140118-1ubuntu1 failed to
  install/upgrade: package libtinfo5:i386 is already installed and
  configured

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

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


[Bug 1532553] Re: /etc/halt.local has become /usr/sbin/halt.local

2016-01-18 Thread Thomas M Steenholdt
Hmmm I can't seem to find it documented anywhere, but last time I needed
this to work was in the good old sysvinit days and it may have even been
on a different distro. Sorry for not brushing thoroughly up on this,
prior to filing this bug.

I have checked with CentOS 7 and it has the halt.local placed in
/usr/sbin/halt.local as well

In any case, this is part of the rc-local type magic that systemd
performs and with rc.local in /etc/rc.local, one could argue, that it
makes sense for these scripts to be located together.

But more importantly, user-maintained stuff in /usr/sbin/ is just bad
practice and we should not encourage people to do that.

/T

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

Title:
  /etc/halt.local has become /usr/sbin/halt.local

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

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


[Bug 1535297] [NEW] Unity8 crashes on session logout on desktop

2016-01-18 Thread Andrea Bernabei
Public bug reported:

This is happening on a fresh setup, which is basically:
Xenial 17Jan iso + unity8-desktop-session-mir package

When I logout, I get a black screen. Turns out unity8 is crashing with a
"double free or linked list corruption"

Please find unity8.log attached

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

** Attachment added: "unity8log"
   https://bugs.launchpad.net/bugs/1535297/+attachment/4551834/+files/unity8log

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

Title:
  Unity8 crashes on session logout on desktop

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

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


[Bug 1329191] Re: [MacBookAir5, 1, Cirrus Logic CS4206, Blue Line In, Rear] Line In using TRRS plug does not work correctly

2016-01-18 Thread christoph
Honestly I don't know at which values I have to look in this inf file
(and then what to do with them).

I tried to override x0c pin with hdajackretask as external Microphone which 
leaves me with 2 input devices in Settings -> Sound and 2 capture devices in 
alsamixer as well. Fiddling around with unmuting/muting etc.: they both don't 
produce signals (not even the internal laptop mic). 
I tried different settings for hdajackretask with pin x0c but they didn't 
affect sound devices at all. 
Overriding other pins mutes the headset + internal speakers (and don't affect 
input devices).

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

Title:
  [MacBookAir5,1, Cirrus Logic CS4206, Blue Line In, Rear] Line In using
  TRRS plug does not work correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1329191/+subscriptions

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


[Bug 1535300] [NEW] sessioninstaller fails to install anything

2016-01-18 Thread Doug McMahon
Public bug reported:

Opens, lists what's needed, then closes
Test Case:
With the gstreamer libav plugin not installed try to open a .mp4 (avc) file in 
totem, sessioninstaller opens & closes with no action
or
with both  the above plugin & the fluendo plugin not installed try to open an 
.mp3 in totem, same result

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: sessioninstaller 0.20+bzr150-0ubuntu2
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 18 08:00:54 2016
InstallationDate: Installed on 2016-01-15 (2 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
PackageArchitecture: all
SourcePackage: sessioninstaller
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  sessioninstaller fails to install anything

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

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


[Bug 1535300] Re: sessioninstaller fails to install anything

2016-01-18 Thread Doug McMahon
error log attached

** Attachment added: "errror.log"
   
https://bugs.launchpad.net/ubuntu/+source/sessioninstaller/+bug/1535300/+attachment/4551838/+files/errror.log

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

Title:
  sessioninstaller fails to install anything

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

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


[Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2016-01-18 Thread Vishal kumar mahajan
** Also affects: designate (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: designate (Ubuntu)
 Assignee: (unassigned) => Vishal kumar mahajan (mahajan-vishal-mca)

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

Title:
  Replace assertEqual(None, *) with assertIsNone in tests

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

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


[Bug 1534780] Re: Xenial: review s390x module exclusions

2016-01-18 Thread Łukasz Zemczak
Would be nice to have this fixed. ppp is stuck in proposed for a while
and it's blocking 2 other packages depending on it as well.

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

Title:
  Xenial: review s390x module exclusions

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

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


[Bug 1535307] [NEW] running 'rr' make check causes kernel "hard LOCKUP"

2016-01-18 Thread Peter Maydell
Public bug reported:

Running the 'rr' make check on Ubuntu Trusty causes the machine to
become unusable because the kernel crashes. (rr build-and-make-check
instructions: https://github.com/mozilla/rr/wiki/Building-And-
Installing)

This is 3.13.0-74-generic #118-Ubuntu for x86_64.

This is rr bug https://github.com/mozilla/rr/issues/1614 (which includes
information about a Debian Jessie kernel crash initially and also the
Ubuntu crash later on in the same report), but since crashing the kernel
is a kernel bug I'm reporting that part here.

kern.log reports:

Jan 18 12:33:12 e104462 kernel: [  367.805326] [ cut here 
]
Jan 18 12:33:12 e104462 kernel: [  367.805333] WARNING: CPU: 2 PID: 4294 at 
/build/linux-_xRakU/linux-3.13.0/kernel/watchdog.c:245 
watchdog_overflow_callback+0x
9c/0xd0()
Jan 18 12:33:12 e104462 kernel: [  367.805334] Watchdog detected hard LOCKUP on 
cpu 2
Jan 18 12:33:12 e104462 kernel: [  367.805335] Modules linked in: pci_stub 
vboxpci(OX) vboxnetadp(OX) vboxnetflt(OX) vboxdrv(OX) bnep rfcomm bluetooth 
nfsd auth_rpcgss nfs_acl binfmt_misc nfs lockd sunrpc fscache dm_crypt 
snd_hda_codec_hdmi intel_rapl snd_hda_codec_realtek x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel snd_hda_intel snd_hda_codec kvm pl2303 
usbserial snd_hwdep snd_pcm crct10dif_pclmul crc32_pclmul snd_page_alloc 
snd_seq_midi snd_seq_midi_event snd_rawmidi aesni_intel aes_x86_64 lrw snd_seq 
gf128mul glue_helper ablk_helper cryptd snd_seq_device serio_raw snd_timer 
lpc_ich snd soundcore mei_me mei shpchp mac_hid parport_pc ppdev lp parport 
hid_generic usbhid hid usb_storage nouveau mxm_wmi i2c_algo_bit ttm 
drm_kms_helper e1000e psmouse ahci drm ptp libahci pps_core video wmi
Jan 18 12:33:12 e104462 kernel: [  367.805365] CPU: 2 PID: 4294 Comm: 
rr:async_signal Tainted: G   OX 3.13.0-74-generic #118-Ubuntu
Jan 18 12:33:12 e104462 kernel: [  367.805366] Hardware name: LENOVO 
32281S1/MAHOBAY, BIOS 9SKT71AUS 07/02/2013
Jan 18 12:33:12 e104462 kernel: [  367.805367]  0009 
8804033abc78 81724b70 8804033abcc0
Jan 18 12:33:12 e104462 kernel: [  367.805369]  8804033abcb0 
810678bd 880407798000 
Jan 18 12:33:12 e104462 kernel: [  367.805370]  8804033abde0 
 8804033abf58 8804033abd10
Jan 18 12:33:12 e104462 kernel: [  367.805372] Call Trace:
Jan 18 12:33:12 e104462 kernel: [  367.805376]  [] 
dump_stack+0x45/0x56
Jan 18 12:33:12 e104462 kernel: [  367.805379]  [] 
warn_slowpath_common+0x7d/0xa0
Jan 18 12:33:12 e104462 kernel: [  367.805380]  [] 
warn_slowpath_fmt+0x4c/0x50
Jan 18 12:33:12 e104462 kernel: [  367.805382]  [] ? 
restart_watchdog_hrtimer+0x50/0x50
Jan 18 12:33:12 e104462 kernel: [  367.805384]  [] 
watchdog_overflow_callback+0x9c/0xd0
Jan 18 12:33:12 e104462 kernel: [  367.805386]  [] 
__perf_event_overflow+0x8e/0x250
Jan 18 12:33:12 e104462 kernel: [  367.805389]  [] ? 
x86_perf_event_set_period+0xe8/0x150
Jan 18 12:33:12 e104462 kernel: [  367.805390]  [] 
perf_event_overflow+0x14/0x20
Jan 18 12:33:12 e104462 kernel: [  367.805392]  [] 
intel_pmu_handle_irq+0x1ed/0x3f0
Jan 18 12:33:12 e104462 kernel: [  367.805395]  [] 
perf_event_nmi_handler+0x2b/0x50
Jan 18 12:33:12 e104462 kernel: [  367.805397]  [] 
nmi_handle.isra.2+0x88/0x180
Jan 18 12:33:12 e104462 kernel: [  367.805399]  [] 
do_nmi+0x1c9/0x3e0
Jan 18 12:33:12 e104462 kernel: [  367.805400]  [] 
nmi+0x5a/0xbf
Jan 18 12:33:12 e104462 kernel: [  367.805402] ---[ end trace 1511edbd209fafac 
]---

followed a little later by

Jan 18 12:33:33 e104462 kernel: [  392.175012] BUG: soft lockup - CPU#1 stuck 
for 23s! [condvar_stress-:3380]
Jan 18 12:33:33 e104462 kernel: [  392.175014] Modules linked in: pci_stub 
vboxpci(OX) vboxnetadp(OX) vboxnetflt(OX) vboxdrv(OX) bnep rfcomm bluetooth 
nfsd auth_rpcgss nfs_acl binfmt_misc nfs lockd sunrpc fscache dm_crypt 
snd_hda_codec_hdmi intel_rapl snd_hda_codec_realtek x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel snd_hda_intel snd_hda_codec kvm pl2303 
usbserial snd_hwdep snd_pcm crct10dif_pclmul crc32_pclmul snd_page_alloc 
snd_seq_midi snd_seq_midi_event snd_rawmidi aesni_intel aes_x86_64 lrw snd_seq 
gf128mul glue_helper ablk_helper cryptd snd_seq_device serio_raw snd_timer 
lpc_ich snd soundcore mei_me mei shpchp mac_hid parport_pc ppdev lp parport 
hid_generic usbhid hid usb_storage nouveau mxm_wmi i2c_algo_bit ttm 
drm_kms_helper e1000e psmouse ahci drm ptp libahci pps_core video wmi
Jan 18 12:33:33 e104462 kernel: [  392.175054] CPU: 1 PID: 3380 Comm: 
condvar_stress- Tainted: GW  OX 3.13.0-74-generic #118-Ubuntu
Jan 18 12:33:33 e104462 kernel: [  392.175055] Hardware name: LENOVO 
32281S1/MAHOBAY, BIOS 9SKT71AUS 07/02/2013
Jan 18 12:33:33 e104462 kernel: [  392.175056] task: 880401c4b000 ti: 
8804067ca000 task.ti: 8804067ca000
Jan 18 12:33:33 e104462 kernel: [  392.175057] RIP: 0010:[]  
[] smp_call_function_many+0x26e/0x2d0
Jan 18 12:33:33 e104462 

[Bug 1535306] [NEW] package libtinfo5:i386 5.9+20140118-1ubuntu1 failed to install/upgrade: package libtinfo5:i386 is already installed and configured

2016-01-18 Thread thanos
Public bug reported:

cant run

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libtinfo5:i386 5.9+20140118-1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-43.49~14.04.1-generic 3.19.8-ckt10
Uname: Linux 3.19.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
AptdaemonVersion: 1.1.1-1ubuntu5.2
Architecture: amd64
CrashReports: 600:0:116:355806:2016-01-18 15:21:26.695372104 +0200:2016-01-18 
15:21:27.695372104 +0200:/var/crash/libtinfo5:i386.0.crash
Date: Mon Jan 18 15:21:27 2016
Dependencies:
 gcc-4.9-base 4.9.3-0ubuntu4
 libc6 2.19-0ubuntu6.6
 libgcc1 1:4.9.3-0ubuntu4
 multiarch-support 2.19-0ubuntu6.6
DuplicateSignature: package:libtinfo5:i386:5.9+20140118-1ubuntu1:package 
libtinfo5:i386 is already installed and configured
ErrorMessage: package libtinfo5:i386 is already installed and configured
InstallationDate: Installed on 2016-01-17 (0 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
PackageArchitecture: i386
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.10
SourcePackage: dpkg
Title: package libtinfo5:i386 5.9+20140118-1ubuntu1 failed to install/upgrade: 
package libtinfo5:i386 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed apport-package i386 trusty

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

Title:
  package libtinfo5:i386 5.9+20140118-1ubuntu1 failed to
  install/upgrade: package libtinfo5:i386 is already installed and
  configured

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

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


[Bug 1535311] [NEW] Update KeePassX package to 2.0

2016-01-18 Thread Remco
*** This bug is a duplicate of bug 1532788 ***
https://bugs.launchpad.net/bugs/1532788

Public bug reported:

KeePassX 2.0 has been released on 7 December 2015. This release brings
support for the new .kdbx file format. Could this package be updated for
Xenial?

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

** This bug has been marked a duplicate of bug 1532788
   [Whislist] Please include KeepassX 2.0 in Xenial

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

Title:
  Update KeePassX package to 2.0

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

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


[Bug 583172] Re: cups lose configuration

2016-01-18 Thread DarkNova
Experienced this on Debian 7.7. Not related to apt as the package was
not being updated around this time. printers.conf was wiped on restart.

** Also affects: cups (Debian)
   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/583172

Title:
  cups lose configuration

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

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


[Bug 1535151] Re: black screen with mouse pointer after changing to ubuntu 8 on nVidia GT525M

2016-01-18 Thread wegosh
Sorry in topic I wrote that is ubuntu 8.. Actually should be UNITY8.
Today I gonna install 16.04 as you said and I will try again with
unity8. I also can read that my graphic card "GT 525M" is not supported
yet... but it is a post from like 2013 or something

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

Title:
  black screen with mouse pointer after changing to ubuntu 8 on nVidia
  GT525M

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

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


[Bug 1535319] [NEW] Libreoffice File menu inconsistent with the rest of the Kubuntu desktop

2016-01-18 Thread poetofzwan
Public bug reported:

This issue seems to affect Kubuntu 15.10 and current daily build of
16.04. Libreoffice File menu font size is inconsistent with other
default applications.  Here is a screen shot that illustrates the issue
- http://i.imgur.com/0Ox8CxH.png.

Going into System Settings and changing font from Oxygen to another font
and then back to Oxygen seems to sort the issue and file menu font
rendered at the expected size - http://i.imgur.com/v9ytr88.png.

I have had this issue happen on multiple different pieces of hardware,
so I don't think it is hardware specific issue.

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


** Tags: kde kubuntu libreoffice menu

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

Title:
  Libreoffice File menu inconsistent with the rest of the Kubuntu
  desktop

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

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


[Bug 1535318] [NEW] deprecation of python-support

2016-01-18 Thread Graham Inggs
Public bug reported:

python-support is deprecated and has been replaced by dh_python2
python-support was removed from Debian testing on 28 December 2015 (see 
https://bugs.debian.org/746741 )

This bug is to track the last remaining packages depending on python-
support in Ubuntu

For help with converting packages, please see:
https://wiki.debian.org/Python/TransitionToDHPython2

** Affects: cx-freeze (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: dvdrip-queue (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: firmware-extract (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

** Affects: indiv-screenlets (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

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

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

** Affects: python-cogent (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-peak.rules (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-peak.util (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-rackspace-cloudservers (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-simplesettings (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-support (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python-xdgapp (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: system-config-date (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openmeeg (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: python-cogent (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: python-peak.rules (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: python-peak.util (Debian)
 Importance: Unknown
 Status: Unknown

** Also affects: dvdrip-queue (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: firmware-extract (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: firmware-tools (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Also affects: python-simplesettings (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-xdgapp (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cx-freeze (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: gnome-lirc-properties (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: indiv-screenlets (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

** Bug watch added: Debian Bug tracker #786335
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786335

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

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

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

** Also affects: python-cogent (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #786073
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786073

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

** Also affects: python-peak.rules (Ubuntu)
   Importance: Undecided
   

[Bug 1535241] Re: AdaptivePageLayout first example is badly broken

2016-01-18 Thread Benjamin Zeller
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin)

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

Title:
  AdaptivePageLayout first example is badly broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1535241/+subscriptions

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


[Bug 1521987] Re: Sound is not automatically switched back from headphones to speakers

2016-01-18 Thread Raymond
https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers


Sound/alsa

https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio

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

Title:
  Sound is not automatically switched back from headphones to speakers

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

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


[Bug 1534487] Re: cgroup change failed (freezer) when using sudo

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.39-2ubuntu4

---
cgmanager (0.39-2ubuntu4) xenial; urgency=medium

  * Silence warning when we can't set autoremove (LP: #1534487)

 -- Serge Hallyn   Fri, 15 Jan 2016 10:13:02
-0800

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

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

Title:
  cgroup change failed (freezer) when using sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1534487/+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 1522410] Re: [Ubuntu 16.04] Enable P9 toolchain

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-5 - 5.3.1-6ubuntu1

---
gcc-5 (5.3.1-6ubuntu1) xenial; urgency=medium

  * Add POWER9 support, taken from the ibm/gcc-5-branch. LP: #1522410.

gcc-5 (5.3.1-6) unstable; urgency=medium

  * Update to SVN 20160114 (r232387, 5.3.1) from the gcc-5-branch.
  * Build native gnat on sh4. Closes: #809498.
  * Relax libgcjjit-5-dev dependency on libgccjit0.
  * Apply proposed patch for PR target/69187 (armhf). LP: #1533101.
  * Update libgnatvsn/libgnatprj conflicts.
  * Update the Linaro support to the 5-2016.01 snapshot.
  * GCC Linaro: Revert commits causing regressions PR1980 and PR1982.

 -- Matthias Klose   Thu, 14 Jan 2016 22:01:58 +0100

** Changed in: gcc-5 (Ubuntu)
   Status: Triaged => 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/1522410

Title:
  [Ubuntu 16.04] Enable P9 toolchain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1522410/+subscriptions

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


[Bug 1534487] Re: cgroup change failed (freezer) when using sudo

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.39-2ubuntu4

---
cgmanager (0.39-2ubuntu4) xenial; urgency=medium

  * Silence warning when we can't set autoremove (LP: #1534487)

 -- Serge Hallyn   Fri, 15 Jan 2016 10:13:02
-0800

** Changed in: cgmanager (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/1534487

Title:
  cgroup change failed (freezer) when using sudo

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

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


[Bug 1435923] Re: [greeter/desktop] the password entry is not focussed by default

2016-01-18 Thread Josh Arenson
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Josh Arenson (josharenson)

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

Title:
  [greeter/desktop] the password entry is not focussed by default

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

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


[Bug 1440608] Re: /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels except the latest one

2016-01-18 Thread Robert Euhus
Hi all,

sorry, the apt-auto-removal script attached above contained some debug
echo statements. Which were harmless, but unnessecary.

Testing and thinking a bit more about the problem I have come to the
conclusion, that upon removal of a linux-image-extra package the only
right thing to do is not to touch the list of kernels not for auto-
remove (/etc/apt/apt.conf.d/01autoremove-kernels) at all. We should just
leave it the way it is.

Reasoning: consider the following example:
- We have linux-image{,-extra}-1, linux-image{,-extra}-2 and 
linux-image{,-extra}-3 installed.
- We now remove linux-image-extra-2 ; now we have two possible cases:
  - a) linux-image-2 is not going to be removed, so we should not remove it 
from the list
  - b) linux-image-2 is removed afterwards, in which case it would not matter, 
if we had removed it from the list.
Either way we have no way of knowing what will happen to the linux-image-2 
package, while we are removing the linux-image-extra-2 package. So the only 
sensible thing is imho not touching the list in this case at all.
This is what the updated script in my attachment does now.

Moreover, looking at this case from another perspective, it looks like
it would be a good thing to recreate the list at the time of the removal
of the linux-image-2 package! At this point it would be nice to prevent
linux-image-3 AND linux-image-1 from being auto-removed later on.   
but this would be another bug report, I guess.

Even even updating this list upon installation of an linux-image-extra
package is questionable, since again we have no way of knowing, what the
user had in mind. Of course, the linux-image needs to be installed
(since it is a dependency), but maybe we are just installing all the
-extra packages for all the installed kernels? It probably doesn't do
too much harm in this case, but it is not very useful either.

I think, that this shows again, that executing all of the kernel-post-
install hooks while acting on the rather unrelated -extra package is not
the best way. Since recreating the initrd is the only thing we need,
this is the only thing we should do on installation and removal of the
-extra package!

So I see the updated /etc/kernel/postinst.d/apt-auto-removal script in
the attachment not really as a solution to this problem, but more as a
workaround for the broken linux-image-extra package install- and remove-
hooks.

Regards,
Robert.

** Attachment added: "updated /etc/kernel/postinst.d/apt-auto-removal script to 
exit on removal of image-extra package"
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1440608/+attachment/4551880/+files/apt-auto-removal

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

Title:
  /etc/kernel/postinst.d/apt-auto-removal wants to remove all kernels
  except the latest one

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

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


[Bug 1390061] Re: bash-completion tilde expansion every time

2016-01-18 Thread Ove Risberg
Now over one year after this problem was reported and a patch was
provided the ticket is still not assigned to anyone.

This problem is a big pain for Enterprise users and it makes Ubuntu very
slow when the terminal is used.

Please apply the patch or explain what we can do to get some attention
to this problem

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

Title:
  bash-completion tilde expansion every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1390061/+subscriptions

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


[Bug 1414610] Re: Location indicator switches are off and won't switch on if HERE T were not accepted in the wizard

2016-01-18 Thread Matthew Paul Thomas
(This was reportedly fixed 12 months ago in "Ubuntu RTM", but not in
trunk. Is that an error?)

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

Title:
  Location indicator switches are off and won't switch on if HERE T
  were not accepted in the wizard

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

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


[Bug 1531517] Re: [regression] pinch to zoom not working reliably

2016-01-18 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  [regression] pinch to zoom not working reliably

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

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


[Bug 1521987] Re: Sound is not automatically switched back from headphones to speakers

2016-01-18 Thread Raymond
Try hdajackretask to change grey jack as not connected, the driver will
create the headphone volume control but only support surround51 instead
of surround71

http://git.alsa-project.org/?p=alsa-
tools.git;a=tree;f=hdajackretask;hb=HEAD

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

Title:
  Sound is not automatically switched back from headphones to speakers

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

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


[Bug 1534520] Re: gnome-terminal.desktop isn't shown on nautilus desktop

2016-01-18 Thread Alberts Muktupāvels
Fixed upstream.

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

Title:
  gnome-terminal.desktop isn't shown on nautilus desktop

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

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


[Bug 1478849] Re: infinite loop in /usr/share/mysql/mysql-systemd-start causes non-interactive installations to fail/hang

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1

---
mysql-5.6 (5.6.28-1) unstable; urgency=medium

  [ Robie Basak ]
  * New upstream release.
  * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel
Thibault.
- Do not remove .pc in dh_auto_clean as this is wrong. Revert
  previous commit eb6e6d4 that added this.
- Do not remove cmake/os/GNU.cmake in dh_auto_clean as this is also
  wrong as it gets introduced by a quilt patch. Revert previous commit
  7ef4a27 that added this.
  * Drop d/p/fix_testsuite_date.patch: fixed upstream.
  * wrap-and-sort
  * d/mysql-server-core-5.6.install: remove duplicate entries. Thanks to Otto
for pointing these out.

  [ Lars Tangvald ]
  * Removed legacy plugin install code (LP: #1468185).
  * Made infinite loop in systemd script time out (LP: #1478849).

  [ Robie Basak ]
  * Depend on bsdutils as logger is used by mysql-server-5.6.postinst (LP:
#1534544). Thanks to TJ.

 -- Robie Basak   Fri, 15 Jan 2016 12:11:43
+

** Changed in: mysql-5.6 (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/1478849

Title:
  infinite loop in /usr/share/mysql/mysql-systemd-start causes non-
  interactive installations to fail/hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1478849/+subscriptions

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


[Bug 1508110] Re: Users tab doesn't work as expected

2016-01-18 Thread Andreas Hasenack
** Changed in: landscape-client
Milestone: 13.06.1 => 16.01

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

Title:
  Users tab doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1508110/+subscriptions

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


[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1

---
mysql-5.6 (5.6.28-1) unstable; urgency=medium

  [ Robie Basak ]
  * New upstream release.
  * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel
Thibault.
- Do not remove .pc in dh_auto_clean as this is wrong. Revert
  previous commit eb6e6d4 that added this.
- Do not remove cmake/os/GNU.cmake in dh_auto_clean as this is also
  wrong as it gets introduced by a quilt patch. Revert previous commit
  7ef4a27 that added this.
  * Drop d/p/fix_testsuite_date.patch: fixed upstream.
  * wrap-and-sort
  * d/mysql-server-core-5.6.install: remove duplicate entries. Thanks to Otto
for pointing these out.

  [ Lars Tangvald ]
  * Removed legacy plugin install code (LP: #1468185).
  * Made infinite loop in systemd script time out (LP: #1478849).

  [ Robie Basak ]
  * Depend on bsdutils as logger is used by mysql-server-5.6.postinst (LP:
#1534544). Thanks to TJ.

 -- Robie Basak   Fri, 15 Jan 2016 12:11:43
+

** Changed in: mysql-5.6 (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
   Function 'innodb' already exists and other errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468185/+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 1432689] Re: No indicator-sound sometimes after switching language

2016-01-18 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => ww08-2016

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

Title:
  No indicator-sound sometimes after switching language

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

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


[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1

---
mysql-5.6 (5.6.28-1) unstable; urgency=medium

  [ Robie Basak ]
  * New upstream release.
  * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel
Thibault.
- Do not remove .pc in dh_auto_clean as this is wrong. Revert
  previous commit eb6e6d4 that added this.
- Do not remove cmake/os/GNU.cmake in dh_auto_clean as this is also
  wrong as it gets introduced by a quilt patch. Revert previous commit
  7ef4a27 that added this.
  * Drop d/p/fix_testsuite_date.patch: fixed upstream.
  * wrap-and-sort
  * d/mysql-server-core-5.6.install: remove duplicate entries. Thanks to Otto
for pointing these out.

  [ Lars Tangvald ]
  * Removed legacy plugin install code (LP: #1468185).
  * Made infinite loop in systemd script time out (LP: #1478849).

  [ Robie Basak ]
  * Depend on bsdutils as logger is used by mysql-server-5.6.postinst (LP:
#1534544). Thanks to TJ.

 -- Robie Basak   Fri, 15 Jan 2016 12:11:43
+

** Changed in: mysql-5.6 (Ubuntu)
   Status: Triaged => 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/1468185

Title:
   Function 'innodb' already exists and other errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468185/+subscriptions

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


[Bug 1478849] Re: infinite loop in /usr/share/mysql/mysql-systemd-start causes non-interactive installations to fail/hang

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1

---
mysql-5.6 (5.6.28-1) unstable; urgency=medium

  [ Robie Basak ]
  * New upstream release.
  * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel
Thibault.
- Do not remove .pc in dh_auto_clean as this is wrong. Revert
  previous commit eb6e6d4 that added this.
- Do not remove cmake/os/GNU.cmake in dh_auto_clean as this is also
  wrong as it gets introduced by a quilt patch. Revert previous commit
  7ef4a27 that added this.
  * Drop d/p/fix_testsuite_date.patch: fixed upstream.
  * wrap-and-sort
  * d/mysql-server-core-5.6.install: remove duplicate entries. Thanks to Otto
for pointing these out.

  [ Lars Tangvald ]
  * Removed legacy plugin install code (LP: #1468185).
  * Made infinite loop in systemd script time out (LP: #1478849).

  [ Robie Basak ]
  * Depend on bsdutils as logger is used by mysql-server-5.6.postinst (LP:
#1534544). Thanks to TJ.

 -- Robie Basak   Fri, 15 Jan 2016 12:11:43
+

** Changed in: mysql-5.6 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  infinite loop in /usr/share/mysql/mysql-systemd-start causes non-
  interactive installations to fail/hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1478849/+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 1534544] Re: Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger in .postinst

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1

---
mysql-5.6 (5.6.28-1) unstable; urgency=medium

  [ Robie Basak ]
  * New upstream release.
  * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel
Thibault.
- Do not remove .pc in dh_auto_clean as this is wrong. Revert
  previous commit eb6e6d4 that added this.
- Do not remove cmake/os/GNU.cmake in dh_auto_clean as this is also
  wrong as it gets introduced by a quilt patch. Revert previous commit
  7ef4a27 that added this.
  * Drop d/p/fix_testsuite_date.patch: fixed upstream.
  * wrap-and-sort
  * d/mysql-server-core-5.6.install: remove duplicate entries. Thanks to Otto
for pointing these out.

  [ Lars Tangvald ]
  * Removed legacy plugin install code (LP: #1468185).
  * Made infinite loop in systemd script time out (LP: #1478849).

  [ Robie Basak ]
  * Depend on bsdutils as logger is used by mysql-server-5.6.postinst (LP:
#1534544). Thanks to TJ.

 -- Robie Basak   Fri, 15 Jan 2016 12:11:43
+

** Changed in: mysql-5.6 (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger
  in .postinst

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1534544/+subscriptions

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


[Bug 1532868] Re: [Avila] OSK generates random touch events after switching from physical keyboard

2016-01-18 Thread Daniel van Vugt
** Also affects: mir
   Importance: Undecided
   Status: New

** Changed in: mir
   Status: New => Opinion

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

Title:
  [Avila] OSK generates random touch events after switching from
  physical keyboard

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

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


[Bug 1534544] Re: Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger in .postinst

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1

---
mysql-5.6 (5.6.28-1) unstable; urgency=medium

  [ Robie Basak ]
  * New upstream release.
  * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel
Thibault.
- Do not remove .pc in dh_auto_clean as this is wrong. Revert
  previous commit eb6e6d4 that added this.
- Do not remove cmake/os/GNU.cmake in dh_auto_clean as this is also
  wrong as it gets introduced by a quilt patch. Revert previous commit
  7ef4a27 that added this.
  * Drop d/p/fix_testsuite_date.patch: fixed upstream.
  * wrap-and-sort
  * d/mysql-server-core-5.6.install: remove duplicate entries. Thanks to Otto
for pointing these out.

  [ Lars Tangvald ]
  * Removed legacy plugin install code (LP: #1468185).
  * Made infinite loop in systemd script time out (LP: #1478849).

  [ Robie Basak ]
  * Depend on bsdutils as logger is used by mysql-server-5.6.postinst (LP:
#1534544). Thanks to TJ.

 -- Robie Basak   Fri, 15 Jan 2016 12:11:43
+

** Changed in: mysql-5.6 (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Package mysql-server-5.6 should Depend: bsdutils for /usr/bin/logger
  in .postinst

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1534544/+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 630884] mo(6):

2016-01-18 Thread Neil Oolie
http://beta1098.businessideas.net/craft.php

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 1535349] [NEW] `df /dev/sda1` no longer reports information for /dev/sda1

2016-01-18 Thread Dan Watkins
Public bug reported:

It appears that the latest version of coreutils uploaded to trusty-
updates has a regression in it.  We have scripting that checks how much
space we have left on a partition using `df /dev/sda1`. Using coreutils
8.21-1ubuntu5.1, we can do the following:

$ df -h /dev/sda1
Filesystem  Size  Used Avail Use% Mounted on
/dev/sda1   9.9G  978M  8.5G  11% /

This is a valid way of using the tool per the manpage: "If  an argument
is the absolute file name of a disk device node containing a mounted
file system, df shows the space available on that file system rather
than on the file system containing the device node"

It appears that either 8.21-1ubuntu5.2 or 8.21-1ubuntu5.3 broke this,
however. We now get output for the udev filesystem that is mounted at
/dev, instead of the device we pass in.

$ df -h /dev/sda1 
Filesystem  Size  Used Avail Use% Mounted on
udev1.8G  8.0K  1.8G   1% /dev

This is both a behaviour change, and contravenes the manpage, so it
would be good to get this fixed.

** Affects: coreutils (Ubuntu)
 Importance: Undecided
 Assignee: Dave Chiluk (chiluk)
 Status: New

** Affects: coreutils (Ubuntu Trusty)
 Importance: Undecided
 Assignee: Dave Chiluk (chiluk)
 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/1535349

Title:
  `df /dev/sda1` no longer reports information for /dev/sda1

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

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


[Bug 1535199] Re: Opening URL with Browser as default browser opens new windows

2016-01-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

** Branch linked: lp:~osomon/webbrowser-app/single-application

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

Title:
  Opening URL with Browser as default browser opens new windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1535199/+subscriptions

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


Re: [Bug 1535277] [NEW] cannot execute birdfont

2016-01-18 Thread Johan Mattsson
Thank you for the report. I forwarded this to Hideki because the
Debian package will probably also need a rebuild.

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

Title:
  cannot execute birdfont

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

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


[Bug 1509654] Re: BTRFS is completly unusable on 15.10

2016-01-18 Thread QkiZ
In this version of Ubuntu BTRFS change mount method. If you mount BTRFS
volume without any options it mounts in default subvol, not in root. If
I want to get root of volume or any other subvolume I must use subvol
mount option.

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

Title:
  BTRFS is completly unusable on 15.10

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

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


[Bug 515386] Re: No attachment when Thunderbird is set as default client.

2016-01-18 Thread Thomas E. Horner
Updated fix for 15.10

--- xdg-email.old   2015-09-16 22:36:49.0 +0200
+++ xdg-email.new   2016-01-18 16:38:29.755859228 +0100
@@ -225,7 +225,7 @@
 file="$dir/applications/$desktop"
 [ -r "$file" ] || continue
 # Remove any arguments (%F, %f, %U, %u, etc.).
-command="`grep -E "^Exec(\[[^]=]*])?=" "$file" | cut -d= -f 2- | sed 
-e 's/ .*$//'`"
+command="`grep -E "^Exec(\[[^]=]*])?=" "$file" | head -n 1 | cut -d= 
-f 2- | sed -e 's/ .*$//'`"
 command="`which "$command"`"
 readlink -f "$command"
 return
@@ -648,7 +648,7 @@
 local client
 local desktop
 desktop=`xdg-mime query default "x-scheme-handler/mailto"`
-client=`desktop_file_to_binary "$browser"`
+client=`desktop_file_to_binary "$desktop"`
 echo $client | grep thunderbird > /dev/null 2>&1
 if [ $? -eq 0 ] ; then
 run_thunderbird "$client" "$1"

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

Title:
  No attachment when Thunderbird is set as default client.

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

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


[Bug 1507793] Re: Selecting "View terms and conditions HERE" opens browser with error message

2016-01-18 Thread Matthew Paul Thomas
I can't reproduce this problem. But that menu item should not exist in
the first place; I've reported bug 1535353 for that. So I guess the
important question is: Does the same problem happen if you follow the
equivalent link in System Settings?

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

Title:
  Selecting "View terms and conditions HERE" opens browser with error
  message

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

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


[Bug 1535353] [NEW] Location menu contains "View HERE terms and conditions"

2016-01-18 Thread Matthew Paul Thomas
Public bug reported:

Ubuntu 15.04 r224

1. Open the Location indicator menu.

What you see: A "View HERE terms and conditions" item.

What you should see: No such item.
 (Canonical-only link, unfortunately)


Removing this item might fix bug 1507793, depending on whether it also
occurs in System Settings.

** Affects: indicator-location (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/1535353

Title:
  Location menu contains "View HERE terms and conditions"

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

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


[Bug 1382449] Re: indicator location is hidden when toggling location detection with gps disabled

2016-01-18 Thread Matthew Paul Thomas
The indicator menu no longer contains a GPS switch, and per bug 1533837,
System Settings soon won't either. Is there an alternative way of
reproducing this bug?

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

Title:
  indicator location is hidden when toggling location detection with gps
  disabled

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

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


[Bug 1515977] Re: Nexus4 Shell rotates inappropriately in windowed mode

2016-01-18 Thread John McAleely
** Also affects: avila
   Importance: Undecided
   Status: New

** Changed in: avila
   Status: New => Confirmed

** Changed in: avila
   Importance: Undecided => Critical

** Changed in: avila
Milestone: None => ww04-2016

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

Title:
  Nexus4 Shell rotates inappropriately in windowed mode

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

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


[Bug 1519897] Re: [Hyper-V] hv: vmbus: Fix a host signaling bug

2016-01-18 Thread Joshua R. Poulson
We have customers encountering this issue on 12.04.5. I have advised
them to be sure they are running lts-trusty. Is there an outlook on when
this fix may be available for that release?

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

Title:
  [Hyper-V] hv: vmbus: Fix a host signaling bug

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

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


[Bug 1515977] Re: Nexus4 Shell rotates inappropriately in windowed mode

2016-01-18 Thread Michał Karnicki
I don't have the device, quote from IRC:

(on Avila)

> it's sortof focus
> launch another app
> and it flips shell to landscape
> click on TG, and you're in portrait-shell
> click on the lanscape app, and it stays portrait
> auto-rotating in windowed mode is a bit broken, imho

I can't give an example of a 'landscape app', but whoever has a larger screen 
can probably find one. Essentially:
a) starting a new landscape app will flip to landscape mode (if shell was i 
portrait)
but
b) switching to (focusing) an already open landscape app will not (shell stays 
in portrait)

Generalizing a bit, I also believe orientation requested in the .desktop
file should be ignored (at least to some degree?) in windowed mode.

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

Title:
  Nexus4 Shell rotates inappropriately in windowed mode

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

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


[Bug 1535355] [NEW] unable to upgrade ubuntu to vivid

2016-01-18 Thread dvd7587
Public bug reported:

Updating repository information
Hit http://archive.ubuntu.com vivid InRelease   
   
Hit http://archive.canonical.com vivid InRelease
   
Hit http://archive.ubuntu.com vivid-updates InRelease   
   
Hit http://archive.ubuntu.com vivid/main Sources
   
Hit http://archive.canonical.com vivid/partner Sources  
   
Hit http://archive.ubuntu.com vivid/universe Sources
   
Hit http://security.ubuntu.com vivid-security InRelease 
   
Hit http://archive.canonical.com vivid/partner amd64 Packages   
   
Hit http://us.archive.ubuntu.com vivid InRelease
   
Hit http://archive.ubuntu.com vivid/main amd64 Packages 
   
Hit http://archive.canonical.com vivid/partner i386 Packages
   
Hit http://archive.ubuntu.com vivid/universe amd64 Packages 
   
Err http://archive.canonical.com vivid/partner Translation-en   
   

   
Hit http://archive.ubuntu.com vivid/main i386 Packages  
   
Err http://archive.canonical.com vivid/partner Translation-en   
   

   
Hit http://security.ubuntu.com vivid-security/main amd64 Packages   
   
Hit http://archive.ubuntu.com vivid/universe i386 Packages  
   
Ign http://archive.canonical.com vivid/partner Translation-en   
   
Hit http://us.archive.ubuntu.com vivid-updates InRelease
   
Hit http://archive.ubuntu.com vivid/main Translation-en 
   
Hit http://archive.ubuntu.com vivid/universe Translation-en 
   
Hit http://security.ubuntu.com vivid-security/universe amd64 Packages   
   
Hit http://archive.ubuntu.com vivid-updates/main amd64 Packages 
   
Hit http://archive.ubuntu.com vivid-updates/universe amd64 Packages 
   
Hit http://us.archive.ubuntu.com vivid-security InRelease   
   
Hit http://archive.ubuntu.com vivid-updates/main i386 Packages  
   
Hit http://archive.ubuntu.com vivid-updates/universe i386 Packages  
   
Hit http://security.ubuntu.com vivid-security/main i386 Packages
   
Hit http://archive.ubuntu.com vivid-updates/main Translation-en 
   
Hit http://us.archive.ubuntu.com vivid-backports InRelease  
   
Hit http://archive.ubuntu.com vivid-updates/universe Translation-en 
   
Hit http://security.ubuntu.com vivid-security/universe i386 Packages
   
Hit 

[Bug 1375322] Re: [Security & Privacy/Wizard] Should be possible to accept HERE T after running through the wizard

2016-01-18 Thread Matthew Paul Thomas
The "View HERE terms and conditions" indicator menu item both works, and
shouldn't exist (bug 1535353). For both those reasons, marking Invalid
for indicator-location.

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

Title:
  [Security & Privacy/Wizard] Should be possible to accept HERE T
  after running through the wizard

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

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


[Bug 1511002] Re: Computer freezes/crashes while using GNOME

2016-01-18 Thread Alberto Salvia Novella
** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=88012
   Importance: Unknown
   Status: Unknown

** Bug watch added: Linux Kernel Bug Tracker #109051
   http://bugzilla.kernel.org/show_bug.cgi?id=109051

** Project changed: xserver-xorg-video-intel => linux

** Changed in: linux
 Remote watch: freedesktop.org Bugzilla #88012 => Linux Kernel Bug Tracker 
#109051

** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)

** Tags added: kernel-power

** Tags added: xorg-needs-kernel-fix

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

Title:
  Computer freezes/crashes while using GNOME

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

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


[Bug 1533221] Re: Booting with intel graphics enabled results in a lockup

2016-01-18 Thread Timo Aaltonen
do you have linux-image-extra-4.4.0 installed, and i915.ko module loaded
when running with intel?

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

Title:
  Booting with intel graphics enabled results in a lockup

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

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


[Bug 1534966] Re: Upgrade to 0.32

2016-01-18 Thread Alberto Salvia Novella
** Changed in: xf86-input-wacom (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/1534966

Title:
  Upgrade to 0.32

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/1534966/+subscriptions

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


[Bug 1534965] Re: Upgrade to version 0.18

2016-01-18 Thread Alberto Salvia Novella
** Changed in: libwacom (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/1534965

Title:
  Upgrade to version 0.18

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

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


[Bug 1534345] Re: Ubuntu 15.10 Crashing Frequently on EC2 Instances w/ Enhanced Networking

2016-01-18 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Alberto Salvia Novella (es20490446e)

** Changed in: linux (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Ubuntu 15.10 Crashing Frequently on EC2 Instances w/ Enhanced
  Networking

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

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


[Bug 1535151] Re: black screen with mouse pointer after changing to ubuntu 8 on nVidia GT525M

2016-01-18 Thread dinamic
you are doing it wrong... use 16.04 + open source drivers (nouveau)

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

Title:
  black screen with mouse pointer after changing to ubuntu 8 on nVidia
  GT525M

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

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


[Bug 1533839] Re: vms shutting down on libvirt upgrade

2016-01-18 Thread Martin Pitt
The original dh_systemd_start code is correct:

  if ($dh{R_FLAG} || $dh{RESTART_AFTER_UPGRADE}) {

in this case it installs "prerm-systemd-restart" which *only* stops the
service in the prerm if $1 == "remove". The problem is a bit more
subtle: As you can see in the prerm, there are *two*  stanzas for "stop
libvirt-guests.service". The first one is wrong, the second one is
correct (if $1 == "remove") and comes from the explicit

   dh_systemd_start -p libvirt-bin --no-restart-on-upgrade libvirt-
guests.service

call in debian/rules. However,  the first one gets synthesized by cdbs'
debhelper.mk, and unfortunately cdbs does not have a way to override the
options per-service:

   $(if $(wildcard /usr/bin/dh_systemd_start),dh_systemd_start
-p$(cdbs_curpkg) $(call cdbs_expand_curvar,DEB_DH_SYSTEMD_START_ARGS))

this can also be seen in the build log:

dh_installinit -p libvirt-bin --name=libvirt-guests --no-restart-on-upgrade -- 
defaults 29 71
dh_systemd_enable
dh_systemd_start -p libvirt-bin --restart-after-upgrade libvirt-bin.service
dh_systemd_start -p libvirt-bin --no-restart-on-upgrade libvirt-guests.service
[... the above is from the explicit debian/rules code ...]
dh_install -plibvirt-bin⎵⎵
dh_systemd_enable -plibvirt-bin⎵
dh_systemd_start -plibvirt-bin⎵
[... the above is from the implicit cdbs debhelper rules ...]

As debian/rules already has explicit calls for libvirt-bin's
dh_systemd_start, I think the easiest fix is to completely disable the
implicicly generated rules:

# we have explicit calls with different options per .service, disable
# autogenerated calls
DEB_DH_SYSTEMD_START_ARGS_libvirt-bin = --no-act


** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)

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

Title:
  vms shutting down on libvirt upgrade

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

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

[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-18 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1535214/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1511002] Re: Computer freezes/crashes while using GNOME

2016-01-18 Thread Alberto Salvia Novella
** Changed in: linux (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/1511002

Title:
  Computer freezes/crashes while using GNOME

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

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


[Bug 1453029] Re: Tried to login, GUI locked up. Did reboot & was presented with several messages : general protection fault: 0000 [#31] SMP

2016-01-18 Thread Thomas A. F. Thorne
My apologies Chris but I am meant to use the LTS releases on my work
machines.

Also have been running with 3.16.0-57-generic #77~14.04.1-Ubuntu for a
while now and not seen a repeat of this very intermittent issue in the
last 6 months.  I don't think I can confirm what caused the change in
behaviour or be sure if the problem does or does not currently exist on
this machine.

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

Title:
  Tried to login, GUI locked up.  Did reboot & was presented with
  several messages : general protection fault:  [#31] SMP

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

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


[Bug 1535221] [NEW] [devel-proposed] Blank ringtones and notification sounds panels

2016-01-18 Thread Jean-Baptiste Lallement
Public bug reported:

current build number: 408
device name: mako
channel: ubuntu-touch/devel-proposed/ubuntu

In system-settings the 2 panels sounds/ringtones and
sounds/notifications are blank. Log attached.

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: Confirmed

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


** Tags: devel-proposed

** Attachment added: "application-legacy-ubuntu-system-settings-.log"
   
https://bugs.launchpad.net/bugs/1535221/+attachment/4551768/+files/application-legacy-ubuntu-system-settings-.log

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Tags added: devel-proposed

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

Title:
  [devel-proposed] Blank ringtones and notification sounds panels

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

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


[Bug 1319835] Re: please enable opencl

2016-01-18 Thread Timo Aaltonen
llvm 3.7 won't move to main, 3.8 will once it's available and mesa will
switch to it too

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

Title:
  please enable opencl

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

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


[Bug 1525509] Re: regression on 4.3.x: i945/Display corruption (before X, X never starts))

2016-01-18 Thread Alberto Salvia Novella
Also please check if bug #1522922 is a duplicate.

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

Title:
  regression on 4.3.x: i945/Display corruption (before X, X never
  starts))

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

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


[Bug 1523194] Re: Can't install /home into separate LUKS encrypted volume

2016-01-18 Thread Alberto Salvia Novella
Please:

1. Into the tag list, write down the first name of each release where you are 
seeing this bug.
2. Set this bug status back to "confirmed".

Thank you.

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

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

Title:
  Can't install /home into separate LUKS encrypted volume

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

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


[Bug 1535214] [NEW] zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-18 Thread Walter Cheuk
Public bug reported:

In 15.10, when selecting Hong Kong as the user location during
installation, zh_TW is not set as a fallback language like before (i.e.
'LANGUAGE=zh_HK:en' rather than 'zh_HK:zh_TW:en'). Worse still, there is
no 'Chinese (Taiwan)' available in 'Menu language' in 'Language support'
like before (Both of them should be packed into one locale option
'Chinese (Traditional)'). This is a major issue as most Hong Kong users
rely on zh_TW locale as many software are not translated into zh_HK.

** 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/1535214

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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