[Bug 1646398] Re: juju charm nova-compute-proxy -- Removing a compute node from configuration does not remove configuration in OpenStack

2016-12-01 Thread Frank Heimes
** Tags added: openstack-ibm

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

Title:
  juju charm nova-compute-proxy -- Removing a compute node from
  configuration does not remove configuration in OpenStack

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

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


[Bug 1633690] Re: byt-max98090 not working on linux-image-4.8.0-22-generic on baytrail hardware

2016-12-01 Thread Alberto Aguirre
There are a couple of issues: first the byt-max98090 is not enabled by
default due to conflict with other sound codecs (see:
https://lkml.org/lkml/2016/8/11/741)

The driver configuration is such that SND_SST_IPC_API needs to be
disabled for SND_SOC_INTEL_BYT_MAX98090_MACH to be selectable. To
disable SND_SST_IPC_API all other drivers dependant on it have to be
disabled as well.

This means on distribution can only support either a baytrail max98090
or all other sound codecs at the moment (need to wait for upstream
resolution).

The second issue is the codec cannot be probed unless gpio can use CRS
(see
https://github.com/GalliumOS/linux/commit/cee2747204b11b63042777dd01fe336e9b49fef0
#diff-32b258ffa70fb36e4c510fca532f6d23R21 )

In the mean time while the issue is worked on by upstream, you can build
your own kernel with the attached patches.

See https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

This is how I built it on my machine:
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-yakkety.git --depth 1
git am bytmax98090-kernel-patches/*.patch
fakeroot debian/rules clean
DEB_BUILD_OPTIONS=parallel=8 fakeroot debian/rules binary-generic

Also note you still need to have the asound.state from chromeOS which
you can get at: https://github.com/GalliumOS/galliumos-
baytrail/blob/master/var/lib/alsa/asound.state

You can also use my ppa at your own risk :) at:
https://launchpad.net/~albaguirre/+archive/ubuntu/linux-bytmax98090/

I use this ppa to get sound on an Acer CB3-111 (GNAWTY), booting with
BOOT_STUB firmware from MrChromebox (https://mrchromebox.tech/#fwscript)


** Attachment added: "bytmax98090-kernel-patches.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1633690/+attachment/4785638/+files/bytmax98090-kernel-patches.tar.gz

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

Title:
  byt-max98090 not working on linux-image-4.8.0-22-generic  on baytrail
  hardware

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

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


[Bug 1646403] [NEW] Erro message when clicking "Windows Network" needs to be improved

2016-12-01 Thread David D Lowe
Public bug reported:

After opening Files, clicking "Other locations" in the sidebar, and
clicking the Windows Network icon, I get an error dialog, saying:

> Unable to access location
>
> Failed to retrieve share list from server: No such file or directory

Regardless of what is causing the error, there needs to be a better
error message. I got the same error message before installing `samba`
and now I still get it. The error message should help me discover what
is happening and how to fix it.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: nautilus 1:3.20.3-1ubuntu3.1
ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
Uname: Linux 4.8.0-28-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec  1 10:11:50 2016
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1431x799+309+79'"
SourcePackage: nautilus
UpgradeStatus: Upgraded to yakkety on 2016-10-13 (48 days ago)
usr_lib_nautilus:
 dropbox2015.10.28
 gnome-terminal 3.20.2-1ubuntu5

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Erro message when clicking "Windows Network" needs to be improved

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

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


Re: [Bug 1643732] Re: service() method returns invalid service instance

2016-12-01 Thread Alberto Mardegan
On 30/11/2016 14:49, James Henstridge wrote:
> For what it is worth, I think there is value in keeping the blank/no app
> ID mode working for the benefit of trusted helpers that need to work on
> behalf of a number of confined processes using different AppArmor
> labels.  You could special case storage-framework, but I doubt we'll be
> the last to want this sort of access (heck, we're one of the first
> pieces of code using this new API).

Your use-case is a bit on the edge, but AFAIU it should be supported. A
service that authenticates on behalf of other apps should instantiate an
AccountManager for each app, specifying the app's ID, and this should
just work.
However, your case is a bit different, in that -- I believe -- you don't
want the client apps to have any knowledge of online accounts (you
handle it transparently for them) and you handle the app permissions
yourself. The fact that the user has to go through the Online Accounts
trusted prompt in order to authorise the storage-framework to use a
certain account is probably more an annoyance than a desired experience.
In practice, you are not simply acting as a bridge between the client
apps and OA, but you are actively shielding these parts from knowing
about each other: the apps won't see anything from OA, and OA won't see
anything from the app. That's fine, but since OA needs to know about its
client, it follows that storage-framework needs to identify itself. Once
you do that, then we can even special-case it and change the UI flow
just for you, if that's needed.

> Given that everything else in the API works with a blank app ID, I would
> tend to see the fact that this doesn't work as a bug rather than a
> result of undefined behaviour.

Not really: between adding complexity to the code of the OA service and
you adding an XML file to your project (which you'll need to add anyway,
to get our trust prompt working properly), I'm not scratching my head to
decide which one is better. :-)

> And looking at the D-Bus API, this still seems like a weird way to
> package up the information we need.  At the moment, there are 3 ways to
> receive information about accounts:
> 
>  1. all accounts from the GetAccounts method.
>  2. a changed account from the AccountChanged signal
>  3. one account from RequestAccess method.
> 
> As it is now, the service information is only returned by GetAccounts,
> with no information being returned if an app ID hasn't been supplied.
> Given that AccountInfo already included an a{sv} dictionary, stashing
> the information there seems like a simpler solution.  It would have
> ensured the information was available whichever way the client learned
> about the account, and it would piggyback on the filtering already
> performed on the account list.

That's another issue, please let's discuss it separately. But just briefly:
* You might have just providers, with no accounts created
* The client lib starts by calling GetAccounts (and any alternative
implementation should do the same), so the info is already all there; no
need to resend it again later.

It's not settled on stone, we might have to add a ProvidersChanged
signal for when new providers are installed, but that's another issue again.

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

Title:
  service() method returns invalid service instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/online-accounts-api/+bug/1643732/+subscriptions

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


[Bug 830348] Re: desktop contents briefly visible on resume from suspend before lock dialog

2016-12-01 Thread gethin
*** This bug is a duplicate of bug 1280300 ***
https://bugs.launchpad.net/bugs/1280300

Obviously amend the instructions above if you're not using Cinnamon as a
window manager

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

Title:
  desktop contents briefly visible on resume from suspend before lock
  dialog

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

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


[Bug 830348] Re: desktop contents briefly visible on resume from suspend before lock dialog

2016-12-01 Thread gethin
*** This bug is a duplicate of bug 1280300 ***
https://bugs.launchpad.net/bugs/1280300

This is a really bad issue, and frankly makes Linux security look like a
bit of a joke. This is what I did to get around it for the suspend key
on my desktop:

1. Use dconf-editor to change the  button-suspend action at org>cinnamon
>settings-daemon>plugins>power to 'nothing' (you could also amend lid-
close-ac-action and lid-close-bettery-action as well if you're using a
laptop).

2. Save the following script to a convenient location (also works with
gnome-screensaver-command):

#!/bin/bash
cinnamon-screensaver-command -l
systemctl suspend

3. Use the System Settings app to create a custom keybinding for the
sleep key that points to my script.

After this it behaves as it should. You can see the lock screen pop up
briefly before it goes to sleep, which is reassuring.

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

Title:
  desktop contents briefly visible on resume from suspend before lock
  dialog

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

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


[Bug 1597267] Re: ThinkPad X260 connecting external DisplayPort hangs system

2016-12-01 Thread Emil Lynge
We just installed a fresh X260 for a new coworker.

Can confirm that kernel 4.8.0-040800rc5 works even without
https://github.com/linuxenko/ubuntu-skylake-i915-video-fix


We do still have problems with the Lenovo Pro and Ultra docks. We cannot get 
4K@60Hz working using any videooutput on the dock. the *only* way is to plug 
the monitor into the mini DP on the X260. Though I think that this a failure of 
the dock rather than Ubuntu or the kernel.

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

Title:
  ThinkPad X260 connecting external DisplayPort hangs system

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

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


[Bug 1280300] Re: Desktop contents displayed on resume, before lock screen is shown

2016-12-01 Thread gethin
Another workaround that I used for Cinnamon. I can't imagine it would be
too much trouble to adapt it to other window managers:

1. Use dconf-editor to change the button-suspend action at org>cinnamon
>settings-daemon>plugins>power to 'nothing' (you could also amend lid-
close-ac-action and lid-close-battery-action as well if you're using a
laptop).

2. Save the following script to a convenient location (it locks the
screen, then suspends):

#!/bin/bash
cinnamon-screensaver-command -l
systemctl suspend

3. Use the System Settings app (cinnamon-settings) to create a custom
keybinding for the sleep key that points to the script.

After this it behaves as it should. You can see the lock screen pop up
briefly before it goes to sleep, which is reassuring.

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

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

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


[Bug 1646455] [NEW] Unacceptably slow performance in Thunderbird

2016-12-01 Thread Wolf Rogner
Public bug reported:

Starting with 16.10 Thunderbirds startup time became agonizingly slow
>From less than 3 seconds (to the blank window) and less than 7 seconds (to 
>accepting input) 
to 17 seconds (blank window) and 28 seconds (to accepting input)
[same machine, same plugins]

Now, with the update to 45.5.1 sending an email increase the time from
pressing send to the disappearance of the window from 1 second to more
than 9 seconds (on average).

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: thunderbird 1:45.5.1+build1-0ubuntu0.16.10.1
ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
Uname: Linux 4.8.0-28-generic x86_64
NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
AddonCompatCheckDisabled: False
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   2669 F pulseaudio
 /dev/snd/controlC0:  wolf   2669 F pulseaudio
BuildID: 20161130102337
Channel: Unavailable
CurrentDesktop: Unity
Date: Thu Dec  1 11:57:31 2016
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions:
 Enigmail - {847b3a00-7ab1-11d4-8f02-006008948af5}
 English (GB) Language Pack - langpack-en...@thunderbird.mozilla.org
 Deutsch (DE) Language Pack - langpack...@thunderbird.mozilla.org
 Thunderbird (default) - {972ce4c6-7e08-4474-a285-3208198ce6fd}
InstallationDate: Installed on 2016-10-22 (40 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
IpRoute:
 default via 10.1.0.254 dev wlp4s0  proto static  metric 600 
 10.0.0.0/8 dev wlp4s0  proto kernel  scope link  src 10.1.0.168  metric 600 
 169.254.0.0/16 dev wlp4s0  scope link  metric 1000 
 172.16.220.0/24 dev vmnet1  proto kernel  scope link  src 172.16.220.1 
 192.168.68.0/24 dev vmnet8  proto kernel  scope link  src 192.168.68.1
MostRecentCrashID: bp-09b01898-5a57-4940-bf7b-9ce882161021
PrefSources:
 prefs.js
 
[Profile]/extensions/{25cf5f06-b211-4df3-9d5a-c0ab253a5561}.xpi:defaults/preferences.js
 
[Profile]/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
 
/usr/lib/thunderbird/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/defaults/preferences/preferences.js
 
/usr/lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
Profiles: Profile0 (Default) - LastVersion=45.5.1/20161130102337 (In use)
RunningIncompatibleAddons: True
SourcePackage: thunderbird
SubmittedCrashIDs:
 bp-09b01898-5a57-4940-bf7b-9ce882161021
 bp-57849896-c2e9-45b1-9cbf-0bf392160823
 bp-47c994ab-4894-4453-a743-08c592160525
 bp-407af357-4517-4945-a8da-f0d482151002
 bp-b1c86d9c-9939-42a2-af8d-f9e6c2150903
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C3EC7CD22292981F
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro10,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C3EC7CD22292981F
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
dmi.product.name: MacBookPro10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Unacceptably slow performance in Thunderbird

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

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


[Bug 1615297] Re: lubuntu 16.04.1 desktop fails to install cups

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

** Changed in: lubuntu-meta (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/1615297

Title:
  lubuntu 16.04.1 desktop fails to install cups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1615297/+subscriptions

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


[Bug 1646458] [NEW] File truncated after lxc snapshot restore

2016-12-01 Thread Adrian Simmons
Public bug reported:

I'm having a persistent problem with a container based app breaking
after restore from snapshot, specifically several lines are truncated
from the end of a file within the container.

I can stop/start the container, copy and copy it back to the same name
and everything is fine. Taking snapshots works fine, but on restore from
a snapshot the damage has occurred in the container. Even deleting and
recreating the container leads to the same problem.

Snapshot restore was working but started breaking about 2-3 weeks ago.
Apologies for not having paid more attention when this bug started
occurring but I was dealing with bugs in the app and it wasn't
immediately clear this was a problem with lxd.

Taking a snapshot in a vbox vm with the same software installed works
perfectly, the problem seems specific to restore of an lxc container

I upgraded the host system from 16.04 to 16.10 in the (mistaken) hope it would 
fix this issue. So currently the host is/has:
Ubuntu 16.10, Linux 4.8.0-28-generic #30-Ubuntu SMP
lxd:
  Installed: 2.4.1-0ubuntu1
  Candidate: 2.4.1-0ubuntu1
  Version table:
 *** 2.4.1-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status

The host is an HP N40L microserver with an AMD Turion II Neo N40L CPU.
The zpool is on a spinning HD with no hardware or software RAID.

zfs utils show no apparent problems with the zpool:
sudo zpool status -v
  pool: lxdfs
 state: ONLINE
  scan: scrub repaired 0 in 0h2m with 0 errors on Sun Oct  9 00:26:06 2016
config:

NAMESTATE READ WRITE CKSUM
lxdfs   ONLINE   0 0 0
  /var/lib/lxd/lxd-zfs.img  ONLINE   0 0 0

errors: No known data errors

## What I do
- lxd is setup to use bridged networking allowing containers to obtain an ip 
via dhcp on my router
- The guest container is created and the app installed with:
lxc launch ubuntu:14.04 fix -c security.privileged=true
lxc file push ~/.ssh/id_rsa.pub ods/home/ubuntu/.ssh/authorized_keys 
--mode=0600 --uid=1000

- Then log into the container:
ssh ubuntu@ods
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get autoremove
sudo shutdown -r now

- Take a snapshot on the host:
lxc snapshot ods upgraded

- Log into the guest and install the web app stack:
ssh ubuntu@ods
wget 
https://github.com/opendevshop/devshop/releases/download/1.0.0-beta10/install.sh
sudo -H bash install.sh --server-webserver=nginx

- Once install is complete log into the web app set admin password etc.
- Take another snapshot on the host
lxc snapshot ods devshop-installed
- Restore last snapshot:
lxc restore ods devshop-installed
- Previously working app now throws an error, on investigation it turns out one 
particular config file is now missing about 4 lines.

More details to come.

** Affects: lxd (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/1646458

Title:
  File truncated after lxc snapshot restore

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

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


[Bug 1645915] Re: Launcher always shown, also in lock screen and tablet mode

2016-12-01 Thread Michal Predotka
bq M10 rc-proposed r243

For me the launcher is always shown only in 'desktop' mode.

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

Title:
  Launcher always shown, also in lock screen and tablet mode

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

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


[Bug 1646462] [NEW] lxc container download error

2016-12-01 Thread Luke
Public bug reported:

LXC cannot download image, seems like a server error:

~# lxc-create -t download -n test
Setting up the GPG keyring
Downloading the image index
ERROR: Failed to download http://images.linuxcontainers.org//meta/1.0/index-user
lxc-create: lxccontainer.c: create_run_template: 1290 container creation 
template for test failed
lxc-create: tools/lxc_create.c: main: 318 Error creating container test

Trying to download the file with wget:

~# wget -O /dev/null 'http://images.linuxcontainers.org//meta/1.0/index-user'
URL transformed to HTTPS due to an HSTS policy
--2016-12-01 12:36:58--  https://images.linuxcontainers.org//meta/1.0/index-user
Resolving images.linuxcontainers.org (images.linuxcontainers.org)... 
91.189.88.37, 91.189.91.21
Connecting to images.linuxcontainers.org 
(images.linuxcontainers.org)|91.189.88.37|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://uk.images.linuxcontainers.org/meta/1.0/index-user [following]
--2016-12-01 12:36:58--  
https://uk.images.linuxcontainers.org/meta/1.0/index-user
Resolving uk.images.linuxcontainers.org (uk.images.linuxcontainers.org)... 
91.189.88.37
Connecting to uk.images.linuxcontainers.org 
(uk.images.linuxcontainers.org)|91.189.88.37|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9102 (8.9K)
Saving to: ‘/dev/null’

Seems like some SSL problem in the lxc-create binary, specifically the
HSTS issue mentioned by wget. Maybe a newly introduced HSTS policy
breaks the package?

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: lxc 2.0.5-0ubuntu1.2
ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
Uname: Linux 4.8.0-28-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Thu Dec  1 12:28:28 2016
InstallationDate: Installed on 2016-10-14 (47 days ago)
InstallationMedia: Ubuntu-Server 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
PackageArchitecture: all
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
dnsmasq.conf:
 dhcp-host=vold,10.0.3.10
 dhcp-host=sftp,10.0.3.11

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


** Tags: amd64 apport-bug yakkety

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

Title:
  lxc container download error

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

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

[Bug 1575408] Re: pkgAcquire::Run warnings ("Can't drop privileges for downloading...") during font-file downloads

2016-12-01 Thread Alex Burdu
I'm also getting the update window on each restart starting this week for 
ttf-mscorefonts-installer and it always fails.
I manually ran the package-data-downloader and I get the same errors.
I'm on Ubuntu 16.04 
Linux 4.4.0-51-generic #72-Ubuntu x86_64

$ sudo /usr/lib/update-notifier/package-data-downloader 
[sudo] password for burfee: 
ttf-mscorefonts-installer: processing...
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/andale32.exe
Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB]
Fetched 198 kB in 1s (186 kB/s) 
 
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arial32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arial32.exe [554 kB]
Fetched 554 kB in 1s (381 kB/s) 
 
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/arial32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arialb32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arialb32.exe [168 kB]
Fetched 168 kB in 1s (162 kB/s) 
 
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/arialb32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/comic32.exe
Get:1 http://downloads.sourceforge.net/corefonts/comic32.exe [969 B]
Err:1 http://downloads.sourceforge.net/corefonts/comic32.exe

  Hash Sum mismatch
Fetched 969 B in 1s (863 B/s)   

W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/comic32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Failed to fetch 
http://downloads.sourceforge.net/mirrorproblem?failedmirror=kent2.dl.sourceforge.net
  Hash Sum mismatch

E: Download Failed

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

Title:
  pkgAcquire::Run warnings ("Can't drop privileges for downloading...")
  during font-file downloads

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

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


[Bug 1584449] Re: Can't alt-tab or super+1 to Nautilus

2016-12-01 Thread David D Lowe
*** This bug is a duplicate of bug 1646420 ***
https://bugs.launchpad.net/bugs/1646420

** This bug has been marked a duplicate of bug 1646420
   Files (Nautilus) does not appear in Launcher or Alt-Tab

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

Title:
  Can't alt-tab or super+1 to Nautilus

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

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


[Bug 1646435] [NEW] XMir support backward compatibility broken after updating OS

2016-12-01 Thread Kris
Public bug reported:

There is no separate bug tracker for XMir so I figured that it belongs under 
Mir.
I installed my own Gtk native Linux arm app (a game) on my ubuntu phone and I 
was happily using it with the following launcher 
(~/.local/share/applications/lazsnake.desktop):
[Desktop Entry]
Name=lazSnake
Comment=Simple snake game written in Lazarus by Kris Jacewicz
X-Ubuntu-Touch=true
X-Ubuntu-XMir-Enable=true
Exec=/home/phablet/.local/xmir/lazSnake/lazsnake
Icon=/home/phablet/.local/xmir/lazSnake/lazsnake.png
Path=/home/phablet/.local/xmir/lazSnake
Terminal=false
Type=Application

Obviously the app folder is under ~/.local/xmir/lazSnake
Just today I updated the Ubuntu Touch on my Meizu MX4 phone.
Before update the build description was: Ubuntu 15.04-armhf (20160913-020303)
After update: Ubuntu 15.04-armhf (20161201-020304)

The very same game no longer works. Clicking on its icon in the Apps scope 
starts it but it immediately closes. 
Whatever is the reason, I was already in the past updating my OS couple of 
times and always was able to use the app without any problems at all. Now, 
after updating, I can no longer do this. Whatever the reason is, apparently the 
new Ubuntu image broke some backward compatibility.


Also, I chose libertine as package only because otherwise I would not be able 
to even post this, but my problem is totally unrealted to Libertine.
Some error messages I was seeing are:
[xkb] Can't rename 
/run/user/32011/confined/ubuntu-lazsnake-app.kriscode/filewU9a3p to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
[xkb] Can't rename 
/run/user/32011/confined/ubuntu-lazsnake-app.kriscode/file0Kq8VM to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
XKB: Failed to compile keymap
Keyboard initialization failed. This could be a missing or incorrect setup of 
xkeyboard-config.
(EE) 
Fatal server error:
(EE) Failed to activate core devices.(EE) 
XMir has closed unexpectedly

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


** Tags: xmir

** Attachment added: "screen from my phone showing the Gtk game running 
natively on my phone before I updated the OS"
   
https://bugs.launchpad.net/bugs/1646435/+attachment/4785680/+files/photo_2016-12-01_18-20-37.jpg

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

Title:
  XMir support backward compatibility broken after updating OS

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

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


[Bug 1646434] [NEW] no update

2016-12-01 Thread HEREMI RAEF HELLEH
Public bug reported:

no update flash error

** Affects: update-manager (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/1646434

Title:
  no update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1646434/+subscriptions

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


[Bug 1646441] [NEW] update-manager's details box is only 1 line high

2016-12-01 Thread zapyon
Public bug reported:

During recent runs of update-manager I found that the "Details" box that
shows the shell output of the update process is now only one single line
high. Also, content was only visible after I selected the text with the
mouse. The dialogue window is as large as it used to be when details was
opened.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot of update-manager's dialogue window showing 
the single-line details boxl"
   
https://bugs.launchpad.net/bugs/1646441/+attachment/4785694/+files/Aktualisierungsverwaltung2016-12-01_10%3A59%3A33_001.png

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

Title:
  update-manager's details box is only 1 line high

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1646441/+subscriptions

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


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and should be updated to version 3.6 from Debian

2016-12-01 Thread Mikko Pesari
Since November 14th, 2016 the installer (3.4+nmu1ubuntu2) has
consistently failed on new Xenial installations. Before that date it
used to work just fine. Debian version (3.6) works very well on Xenial
and it's distributed to all our machines.

Meanwhile everything works OK on new Trusty installations...

I can see different error messages when running "apt install --reinstall
ttf-mscorefonts-installer" in a loop:

Hash Sum mismatch
The HTTP server sent an invalid Content-Range header
404  Not Found

This seems to be an issue in how update-notifier approach downloads the
fonts (due to server-side changes?) Maybe it is something similar to Bug
#977812. Is there a way to make update-notifier/downloader dump all sent
and received headers?

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

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts
  and should be updated to version 3.6 from Debian

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

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


[Bug 1646420] Re: Files (Nautilus) does not appear in Launcher or Alt-Tab

2016-12-01 Thread David D Lowe
Relevant Ask Ubuntu question: http://askubuntu.com/q/769063/2355

Previous bug report:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1578792

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

Title:
  Files (Nautilus) does not appear in Launcher or Alt-Tab

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

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


[Bug 1646423] [NEW] package telnetd (not installed) failed to install/upgrade: sub-processo script post-removal instalado retornou estado de saída de erro 8

2016-12-01 Thread Giovanni Nunes
Public bug reported:

I think that DPKG can't uninstall this package because it didn't
properly remove 'telnet' usar and/or kill all running telnetd processes.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: telnetd (not installed)
ProcVersionSignature: Ubuntu 4.4.0-51.72-generic 4.4.30
Uname: Linux 4.4.0-51-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
AptOrdering:
 telnetd: Purge
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Nov 30 20:59:41 2016
DpkgTerminalLog:
 A remover telnetd (0.17-40) ...
 userdel: user telnetd is currently used by process 8317
 dpkg: erro ao processar o pacote telnetd (--purge):
  sub-processo script post-removal instalado retornou estado de saída de erro 8
ErrorMessage: sub-processo script post-removal instalado retornou estado de 
saída de erro 8
InstallationDate: Installed on 2016-10-01 (60 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15
SourcePackage: netkit-telnet
Title: package telnetd (not installed) failed to install/upgrade: sub-processo 
script post-removal instalado retornou estado de saída de erro 8
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: netkit-telnet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package telnetd (not installed) failed to install/upgrade: sub-
  processo script post-removal instalado retornou estado de saída de
  erro 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netkit-telnet/+bug/1646423/+subscriptions

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

[Bug 1646420] Re: Files (Nautilus) does not appear in Launcher or Alt-Tab

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

** Changed in: unity (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/1646420

Title:
  Files (Nautilus) does not appear in Launcher or Alt-Tab

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

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


[Bug 1643871] Re: Running Firefox (Version 50.0+build2-0ubuntu0.16.04.2) with xrdp -> result: wrong colors, also for the interface

2016-12-01 Thread Anders Eriksson
Just updated to firefox 50.0.2+build1-0ubuntu0.16.10.1, but it is still
showing the wrong colors when run in vnc server

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

Title:
  Running Firefox (Version 50.0+build2-0ubuntu0.16.04.2) with xrdp ->
  result: wrong colors, also for the interface

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

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


[Bug 1578792] Re: nautilus/files doesn't show up in the launcher when unpinned

2016-12-01 Thread David D Lowe
I experience this bug in Ubuntu 16.10 Yaketty, and I've filed this bug
report: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1646420

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

Title:
  nautilus/files doesn't show up in the launcher when unpinned

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

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


[Bug 1609866] Re: Need logrotation

2016-12-01 Thread James Page
** Changed in: ceph (Ubuntu Zesty)
   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/1609866

Title:
  Need logrotation

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

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


[Bug 1575408] Re: pkgAcquire::Run warnings ("Can't drop privileges for downloading...") during font-file downloads

2016-12-01 Thread Alex Burdu
Solved mine using this solution: 
https://ubuntuforums.org/showthread.php?t=2344990

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

Title:
  pkgAcquire::Run warnings ("Can't drop privileges for downloading...")
  during font-file downloads

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

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


[Bug 1645037] Re: apparmor_parser hangs indefinitely when called by multiple threads

2016-12-01 Thread John Johansen
** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => John Johansen (jjohansen)

** Changed in: linux (Ubuntu Yakkety)
 Assignee: (unassigned) => John Johansen (jjohansen)

** Changed in: linux (Ubuntu Zesty)
 Assignee: (unassigned) => John Johansen (jjohansen)

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

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

** Changed in: linux (Ubuntu Xenial)
   Status: Triaged => 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/1645037

Title:
  apparmor_parser hangs indefinitely when called by multiple threads

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

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


[Bug 387835] Re: It is not possible to right-click and drag the files

2016-12-01 Thread Georgios Vasileiou
Hello, 
I can see that this behavior of Nautilus is still valid in 2016 (GTK 3.22) 
Has anybody an info about this? Is it going to be fixed (according to David's 
reccomendation in which i fully agree) or will remain like it is ?

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

Title:
  It is not possible to right-click and drag the files

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

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


[Bug 1630191] Re: MTU settings not always applied after reboot

2016-12-01 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1224007 ***
https://bugs.launchpad.net/bugs/1224007

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ifupdown (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/1630191

Title:
  MTU settings not always applied after reboot

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

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


[Bug 1646435] Re: XMir support backward compatibility broken after updating OS

2016-12-01 Thread Kris
** Attachment added: "after flashing my phone to an ancient image and then 
updating to the newest, it now works normally"
   
https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1646435/+attachment/4785697/+files/photo_2016-12-01_18-50-40.jpg

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

Title:
  XMir support backward compatibility broken after updating OS

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

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


[Bug 1646435] Re: XMir support backward compatibility broken after updating OS

2016-12-01 Thread Kris
Very strange, I flashed my phone back to one of very old system
versions, and then updated again. Now everything again seems to work, so
I think this bug report is not valid any more.

** Changed in: mir (Ubuntu)
   Status: New => Invalid

** Description changed:

+ /After flashing my phone and updating again, the problem is no longer /
+ 
  There is no separate bug tracker for XMir so I figured that it belongs under 
Mir.
  I installed my own Gtk native Linux arm app (a game) on my ubuntu phone and I 
was happily using it with the following launcher 
(~/.local/share/applications/lazsnake.desktop):
  [Desktop Entry]
  Name=lazSnake
  Comment=Simple snake game written in Lazarus by Kris Jacewicz
  X-Ubuntu-Touch=true
  X-Ubuntu-XMir-Enable=true
  Exec=/home/phablet/.local/xmir/lazSnake/lazsnake
  Icon=/home/phablet/.local/xmir/lazSnake/lazsnake.png
  Path=/home/phablet/.local/xmir/lazSnake
  Terminal=false
  Type=Application
  
  Obviously the app folder is under ~/.local/xmir/lazSnake
  Just today I updated the Ubuntu Touch on my Meizu MX4 phone.
  Before update the build description was: Ubuntu 15.04-armhf (20160913-020303)
  After update: Ubuntu 15.04-armhf (20161201-020304)
  
- The very same game no longer works. Clicking on its icon in the Apps scope 
starts it but it immediately closes. 
+ The very same game no longer works. Clicking on its icon in the Apps scope 
starts it but it immediately closes.
  Whatever is the reason, I was already in the past updating my OS couple of 
times and always was able to use the app without any problems at all. Now, 
after updating, I can no longer do this. Whatever the reason is, apparently the 
new Ubuntu image broke some backward compatibility.
- 
  
  Also, I chose libertine as package only because otherwise I would not be able 
to even post this, but my problem is totally unrealted to Libertine.
  Some error messages I was seeing are:
  [xkb] Can't rename 
/run/user/32011/confined/ubuntu-lazsnake-app.kriscode/filewU9a3p to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
  [xkb] Can't rename 
/run/user/32011/confined/ubuntu-lazsnake-app.kriscode/file0Kq8VM to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
  XKB: Failed to compile keymap
  Keyboard initialization failed. This could be a missing or incorrect setup of 
xkeyboard-config.
- (EE) 
+ (EE)
  Fatal server error:
- (EE) Failed to activate core devices.(EE) 
+ (EE) Failed to activate core devices.(EE)
  XMir has closed unexpectedly

** Attachment removed: "screen from my phone showing the Gtk game running 
natively on my phone before I updated the OS"
   
https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1646435/+attachment/4785680/+files/photo_2016-12-01_18-20-37.jpg

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

Title:
  XMir support backward compatibility broken after updating OS

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

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


[Bug 1646446] [NEW] under xfce4 no printer configuration possible

2016-12-01 Thread waldi
Public bug reported:

sudo apt-get -f install system-config-printer-gnome
failed with dependency of system-config-printer-common (>= 
1.3.11+20120807-0ubuntu7)
but system-config-printer-common  1.5.7+20160812-0ubuntu4  
is installed.

Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 system-config-printer-gnome : Hängt ab von: system-config-printer-common (>= 
1.3.11+20120807-0ubuntu7) soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte 
Pakete.


I use 
 $ uname -a
Linux   4.8.0-28-lowlatency #30-Ubuntu SMP PREEMPT Fri Nov 11 15:47:55 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: system-config-printer (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/1646446

Title:
  under xfce4 no printer configuration possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1646446/+subscriptions

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

[Bug 1631339] Re: Build with lz4 build-dep instead of bundled

2016-12-01 Thread Lars Tangvald
** Description changed:

  MySQL 5.7 source package has liblz4-dev as a build-dep, but it isn't
  actually used because the build defaults to using a bundled version.
  
+ [Impact]
+ No known user impact at present (other than a small difference in binary 
footprint), but builds shouldn't use bundled libraries when it's available in 
the system.
+ 
  Add cmake flag -DWITH_LZ4=system to use the correct version.
+ 
+ [Test case]
+ * Build package
+ * Run ldd on usr/lib/lz4_decompress and see it doesn't link in liblz4 from 
the system.
+ 
+ [Regression potential]
+ This change has been in Yakkety for some time (5.7.15-0ubuntu2).
+ 
+ Database dump-related utils like mysqlpump and lz4_decompress could be
+ impacted if any significant changes arise between the version of liblz4
+ available on user systems and what is used to test upstream.

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

Title:
  Build with lz4 build-dep instead of bundled

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

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


[Bug 1646479] [NEW] Unity8 applications require access to name=com.ubuntu.MenuRegistrar

2016-12-01 Thread Nick Dedekind
Public bug reported:

All Qt applications running under unity8 require dbus access to
name="com.ubuntu.MenuRegistrar"

This will enable application menus for unity8 applications.

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

** Summary changed:

- Apps using qtubuntu QPA require access to com.ubuntu.MenuRegistrar
+ Unity8 applications require access to com.ubuntu.MenuRegistrar

** Summary changed:

- Unity8 applications require access to com.ubuntu.MenuRegistrar
+ Unity8 applications require access to name=com.ubuntu.MenuRegistrar

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

Title:
  Unity8 applications require access to name=com.ubuntu.MenuRegistrar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1646479/+subscriptions

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


[Bug 1646017] Re: package linux-image-4.4.0-51-generic 4.4.0-51.72 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

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

** Changed in: initramfs-tools (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/1646017

Title:
  package linux-image-4.4.0-51-generic 4.4.0-51.72 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

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


[Bug 1575078] Re: [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a while

2016-12-01 Thread varspare
I'm on the XPS 9360
Ubuntu 16.04
BIOS 1.0.7

Suspending the laptop makes the headset detect for me but they
headphones still don't work and the speakers stop working after that
too, it doesn't matter what I select under 'sound'. It then seems to
need a reboot to get the speakers back again (although I'm not 100% on
that).

auto muting is disabled and I'm loading the snd-soc-rt286 in
/etc/modules (as I only get sound from the left speaker otherwise).

USB speaker works fine.
None of my microphones work.

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

Title:
  [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a
  while

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

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


[Bug 1631338] Re: mysql-testsuite dependency change

2016-12-01 Thread Lars Tangvald
** Description changed:

  In MySQL 5.7.15 the only tests in the mtr suite written in python were
  rewritten in perl, to remove the python dependency, but this added a
  dependency on libjson-perl, without which those tests will fail.
  
  Fix is to change the dependency in d/control
+ 
+ [Impact]
+ If libjson-perl isn't installed (which it won't be in an sbuild build) then 
the tests main.myisam_explain_json_non_select_all and  
main.myisam_explain_json_non_select_nonemysql-test-run will fail, both during 
the build and dep8 runs.
+ 
+ The change replaces the old python dependency with one on libjson-perl,
+ and adds a build-dep on libjson-perl
+ 
+ 
+ [Test case]
+ Build package with sbuild and observe the test log
+ 
+ [Regression Potential]
+ This change has been in Yakkety for some time (5.7.15-0ubuntu2).
+ 
+ Removing the python dependency could cause issues if there were some
+ unknown dependency on it still lingering.

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

Title:
  mysql-testsuite dependency change

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

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


[Bug 1646485] [NEW] security update regression in 'convert' tool when creating an image containing a text label

2016-12-01 Thread Mikkel Krautz
Public bug reported:

Running the following command doesn't work anymore:

   convert -background transparent -fill black -pointsize 32 label:test
out.png

when libmagickcore4-8:6.6.9.7-5ubuntu3.6 is installed.

It fails with the following error:

convert: missing an image filename `out.png' @
error/convert.c/ConvertImageCommand/3011.

and exits with status 1.

It works fine when I downgrade libmagickcore4 to 8:6.6.9.7-5ubuntu3.5.
The image is created, and the exit status is 0.

It seems like the security patches in 8:6.6.9.7-5ubuntu3.6 broke this
behavior.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libmagickcore4 8:6.6.9.7-5ubuntu3.6
ProcVersionSignature: Ubuntu 3.13.0-39.66~precise1-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.13
Architecture: amd64
Date: Thu Dec  1 05:02:54 2016
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: imagemagick
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

** Description changed:

  Running the following command doesn't work anymore:
  
-convert -background transparent -fill black -pointsize 32 label:test
+    convert -background transparent -fill black -pointsize 32 label:test
  out.png
  
  when libmagickcore4-8:6.6.9.7-5ubuntu3.6 is installed.
  
+ It fails with the following error:
+ 
+ convert: missing an image filename `out.png' @
+ error/convert.c/ConvertImageCommand/3011.
+ 
+ and exits with status 1.
+ 
  It works fine when I downgrade libmagickcore4 to 8:6.6.9.7-5ubuntu3.5.
+ The image is created, and the exit status is 0.
  
  It seems like the security patches in 8:6.6.9.7-5ubuntu3.6 broke this
  behavior.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libmagickcore4 8:6.6.9.7-5ubuntu3.6
  ProcVersionSignature: Ubuntu 3.13.0-39.66~precise1-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  Date: Thu Dec  1 05:02:54 2016
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807.1)
  MarkForUpload: True
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: imagemagick
  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/1646485

Title:
  security update regression in 'convert' tool when creating an image
  containing a text label

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

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

[Bug 1646462] Re: lxc container download error

2016-12-01 Thread Luke
** Description changed:

  LXC cannot download image, seems like a server error:
  
  ~# lxc-create -t download -n test
  Setting up the GPG keyring
  Downloading the image index
  ERROR: Failed to download 
http://images.linuxcontainers.org//meta/1.0/index-user
  lxc-create: lxccontainer.c: create_run_template: 1290 container creation 
template for test failed
  lxc-create: tools/lxc_create.c: main: 318 Error creating container test
  
- Trying to download the file with wget:
+ Trying to download the file with wget gets the file OK with minor
+ complaints:
  
  ~# wget -O /dev/null 'http://images.linuxcontainers.org//meta/1.0/index-user'
  URL transformed to HTTPS due to an HSTS policy
  --2016-12-01 12:36:58--  
https://images.linuxcontainers.org//meta/1.0/index-user
  Resolving images.linuxcontainers.org (images.linuxcontainers.org)... 
91.189.88.37, 91.189.91.21
  Connecting to images.linuxcontainers.org 
(images.linuxcontainers.org)|91.189.88.37|:443... connected.
  HTTP request sent, awaiting response... 301 Moved Permanently
  Location: https://uk.images.linuxcontainers.org/meta/1.0/index-user 
[following]
  --2016-12-01 12:36:58--  
https://uk.images.linuxcontainers.org/meta/1.0/index-user
  Resolving uk.images.linuxcontainers.org (uk.images.linuxcontainers.org)... 
91.189.88.37
  Connecting to uk.images.linuxcontainers.org 
(uk.images.linuxcontainers.org)|91.189.88.37|:443... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 9102 (8.9K)
  Saving to: ‘/dev/null’
  
  Seems like some SSL problem in the lxc-create binary, specifically the
  HSTS issue mentioned by wget. Maybe a newly introduced HSTS policy
  breaks the package?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: lxc 2.0.5-0ubuntu1.2
  ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
  Uname: Linux 4.8.0-28-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Thu Dec  1 12:28:28 2016
  InstallationDate: Installed on 2016-10-14 (47 days ago)
  InstallationMedia: Ubuntu-Server 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  PackageArchitecture: all
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  dnsmasq.conf:
   dhcp-host=vold,10.0.3.10
   dhcp-host=sftp,10.0.3.11

** Summary changed:

- lxc container download error
+ lxc container download error (possibly HSTS related)

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

Title:
  lxc container download error (possibly HSTS related)

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

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

[Bug 1645065] Re: gnome-software (Ubuntu Software) crashed after system update on Xenial

2016-12-01 Thread Will Cooke
** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  gnome-software (Ubuntu Software) crashed after system update on Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1645065/+subscriptions

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


[Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

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

** Changed in: systemd (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/1642966

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

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

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


[Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-12-01 Thread Robie Basak
> There must be some problem in systemd's shutdown process.

Either this, or it is expected behaviour and cups-daemon's supplied
systemd units are somehow wrong. Or it could be in debhelper. I'm not
sure which.

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

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

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

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


[Bug 1645490] Re: package thinkfan 0.9.2-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

** Changed in: thinkfan (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/1645490

Title:
  package thinkfan 0.9.2-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


Re: [Bug 1646369] No manual location setting causes scope issues

2016-12-01 Thread Mike
Thanks very much

Su giovedì 1 dicembre 2016 16:23:34 CET, Kyle Nitzsche 
 ha scritto:
> ** Summary changed:
> 
> - I can't see the sunset and the sunrise time and neither the 
> information about the moon
> + No manual location setting causes scope issues
> 
> ** Description changed:
> 
> + NEW DESCRIPTION:
> + 
> + Some users want to be able to disable location (to save battery) and
> + they want to be able to manually set their location. This would allow
> + them to have operational scopes that require a location.
> + 
> + OLD DESCRIPTION:
> + 
>   I am connected to Internet but I get always “no information” 
> next to the sunrise and the sunset.
>   The line with information about the moon isn't visible.
>   
>   I have a BQ Aquaris E4.5 with OTA 13 in Italian.
>   This problem affects me from some updates.
> 
> ** Also affects: unity8 (Ubuntu)
>Importance: Undecided
>Status: New
> 
> ** Changed in: today-scope
>Importance: Undecided => Wishlist
> 


-- 
Inviato dal mio dispositivo Ubuntu Touch usando Dekko

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

Title:
  No manual location setting causes scope issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/today-scope/+bug/1646369/+subscriptions

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

[Bug 792085]

2016-12-01 Thread Swamp-a
SUSE-SU-2016:2912-1: An update that solves 11 vulnerabilities and has
111 fixes is now available.

Category: security (important)
Bug References: 
1000189,1000287,1000304,1000776,1001419,1001486,1002165,1003079,1003153,1003400,1003568,1003866,1003925,1003964,1004252,1004462,1004517,1004520,1005666,1006691,1007615,1007886,744692,772786,789311,857397,860441,865545,866130,868923,874131,876463,898675,904489,909994,911687,915183,921338,921784,922064,922634,924381,924384,930399,931454,934067,937086,937888,940545,941420,946309,955446,956514,959463,961257,962846,966864,967640,970943,971975,971989,974406,974620,975596,975772,976195,977687,978094,979451,979928,982783,983619,984194,984419,984779,984992,985562,986445,987192,987333,987542,987565,987621,987805,988440,988617,988715,989152,989953,990245,991247,991608,991665,992244,992555,992591,992593,992712,993392,993841,993890,993891,994296,994438,994520,994748,995153,995968,996664,997059,997299,997708,997896,998689,998795,998825,999577,999584,999600,999779,07,32
CVE References: 
CVE-2015-8956,CVE-2016-5696,CVE-2016-6130,CVE-2016-6327,CVE-2016-6480,CVE-2016-6828,CVE-2016-7042,CVE-2016-7097,CVE-2016-7425,CVE-2016-8658,CVE-2016-8666
Sources used:
SUSE Linux Enterprise Workstation Extension 12-SP1 (src):
kernel-default-3.12.67-60.64.18.1
SUSE Linux Enterprise Software Development Kit 12-SP1 (src):
kernel-docs-3.12.67-60.64.18.3, kernel-obs-build-3.12.67-60.64.18.1
SUSE Linux Enterprise Server 12-SP1 (src):
kernel-default-3.12.67-60.64.18.1, kernel-source-3.12.67-60.64.18.1, 
kernel-syms-3.12.67-60.64.18.1, kernel-xen-3.12.67-60.64.18.1
SUSE Linux Enterprise Module for Public Cloud 12 (src):
kernel-ec2-3.12.67-60.64.18.1
SUSE Linux Enterprise Live Patching 12 (src):
kgraft-patch-SLE12-SP1_Update_9-1-6.3
SUSE Linux Enterprise Desktop 12-SP1 (src):
kernel-default-3.12.67-60.64.18.1, kernel-source-3.12.67-60.64.18.1, 
kernel-syms-3.12.67-60.64.18.1, kernel-xen-3.12.67-60.64.18.1

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

Title:
  Automatic remount of safely removed USB 3.0 drive

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

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


[Bug 1624885] Re: unable to run latencytop

2016-12-01 Thread Adam Logghe
I think this is simply turned off in the kernel as the error suggests.

grep LATENCY /boot/config*

shows

# CONFIG_LATENCYTOP is not set

I doubt this will be turned on and your best bet is to recompile your
kernel or better perhaps look into newer methods of looking at linux
latency issues, this might be a good start -

http://www.brendangregg.com/blog/2016-10-27/dtrace-for-linux-2016.html

Cheers.

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

Title:
  unable to run latencytop

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

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


[Bug 1511903] Re: dependency problem on upgrade from trusty to xenial

2016-12-01 Thread Jennifer WIlkerson
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: ubuntu-release-upgrader (Ubuntu)
 Assignee: (unassigned) => Jennifer WIlkerson (jenniferleann)

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

Title:
  dependency problem on upgrade from trusty to xenial

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

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


[Bug 792085] Re: Automatic remount of safely removed USB 3.0 drive

2016-12-01 Thread Bug Watch Updater
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-6130

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

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

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

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

Title:
  Automatic remount of safely removed USB 3.0 drive

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

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


[Bug 1639461] Re: dvdrip not installable

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

** Changed in: dvdrip (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/1639461

Title:
  dvdrip not installable

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

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


[Bug 1646695] [NEW] MediaFile::hasThumbnail() reports true for music files with art that is not cover art

2016-12-01 Thread James Henstridge
Public bug reported:

Some media formats allow for the storage of multiple pieces of artwork
tagged with an image type.  This includes:

 1. ID3v2's APIC artwork
 2. FLAC pictures
 3. vorbiscomment's METADATA_BLOCK_PICTURE (which is just a base64 encoded FLAC 
picture).

Thumbnailer will only produce a thumbnail for artwork marked as "front
cover" or "other".  This means that if we encountered a file with art
but no "front cover" art, mediascanner might direct an application to
request embedded art (which will fail), when it might be possible to
successfully get online artist/album artwork.

How likely this is to affect users is unknown.  I don't think we've had
any bug reports about this behaviour yet, so files this would effect are
either exceedingly rare or don't exist outside of test suites.

** Affects: mediascanner2 (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/1646695

Title:
  MediaFile::hasThumbnail() reports true for music files with art that
  is not cover art

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

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


[Bug 1646694] [NEW] -c option is broken

2016-12-01 Thread Michi Henning
Public bug reported:

The -c option for licensecheck 3.0.24 is broken and doesn't do anything.

Upstream bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842368

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

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

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

** Also affects: licensecheck (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842368
   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/1646694

Title:
  -c option is broken

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

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


[Bug 1646691] [NEW] INCLUDE_PATTERN does not work on zesty

2016-12-01 Thread Michi Henning
Public bug reported:

INCLUDE_PATTERN currently does not do what it says it does because the
licensecheck -c option is broken zesty. (It doesn't do anything.)

We've disabled the affected autopkg tests for CopyRightTest module for
the time being. We need to re-enable them once the bug is fixed
upstream.

Upstream bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842368

** Affects: cmake-extras (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: licensecheck (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/1646691

Title:
  INCLUDE_PATTERN does not work on zesty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake-extras/+bug/1646691/+subscriptions

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


[Bug 425979] Re: [UEFI boot only] Holding shift fails to display grub2 menu

2016-12-01 Thread Marcho Markov
I'd like to chip in here. Hardware is Thinkpad X220. Ubuntu 16.10 UEFI
boot. Keyboard works fine when menu is visible, grub just fails to
detect the desired keys in order to bring up the menu.

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

Title:
  [UEFI boot only] Holding shift fails to display grub2 menu

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

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


[Bug 1646695] Re: MediaFile::hasThumbnail() reports true for music files with art that is not cover art

2016-12-01 Thread James Henstridge
** Changed in: mediascanner2 (Ubuntu)
   Importance: Undecided => Low

** Changed in: mediascanner2 (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/1646695

Title:
  MediaFile::hasThumbnail() reports true for music files with art that
  is not cover art

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

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


[Bug 1646655] Re: unity8 provides no way or means to accessinformation on USB stick

2016-12-01 Thread ventrical
** Description changed:

- Trying several different methods there is just no wat that unity8 or any
- xapps in a contaier will allow access to information on a USB stick.
+ Trying several different methods there is just no way that unity8 or any
+ xapps in a container will allow access to information on a USB stick.
  
  entrical@ventrical-MS-7850:~$ inxi -Fxz
- System:Host: ventrical-MS-7850 Kernel: 4.8.0-27-generic x86_64 (64 bit 
gcc: 6.2.0)  
-Console: tty 24  
-Distro: Ubuntu Zesty Zapus (development branch)  
- Machine:   Device: desktop Mobo: MSI model: B85-G41 PC Mate(MS-7850) v: 1.0   
  
-UEFI: American Megatrends v: V2.8 date: 07/17/2014   
- CPU:   Dual core Intel Pentium G3240 (-MCP-) cache: 3072 KB 
-flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12399  
  
-clock speeds: max: 3100 MHz 1: 799 MHz 2: 877 MHz
- Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics Controller
-bus-ID: 00:02.0  
-Display Server: X.org 1.18.4 drivers: (unloaded: fbdev,vesa)   
  
-tty size: 68x26 Advanced Data: N/A out of X  
- Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller 
  
-driver: snd_hda_intel bus-ID: 00:1b.0
-Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller  
-driver: snd_hda_intel bus-ID: 00:03.0
-Sound: ALSA v: k4.8.0-27-generic 
- Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller  
-driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0   
-IF: enp2s0 state: up speed: 100 Mbps duplex: full
-mac: 
- Drives:HDD Total Size: 160.3GB (30.4% used) 
-ID-1: /dev/sda model: SAMSUNG_MZ7PA128 size: 128.0GB 
-ID-2: USB /dev/sdb model: PDM09_32G_B9J2.0 size: 32.3GB  
- 
-ID-1: / size: 113G used: 23G (22%) fs: ext4 dev: /dev/sda2 
  
-ID-2: swap-1 size: 4.15GB used: 0.01GB (0%) fs: swap dev: 
/dev/sda3  
- RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  
- Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C  
-Fan Speeds (in rpm): cpu: N/A
- Info:  Processes: 233 Uptime: 1:25 Memory: 1300.0/3813.7MB  
-Init: systemd runlevel: 5 Gcc sys: 6.2.1 
-Client: Shell (bash 4.4.51) inxi: 2.3.4  
+ System:Host: ventrical-MS-7850 Kernel: 4.8.0-27-generic x86_64 (64 bit 
gcc: 6.2.0)
+    Console: tty 24
+    Distro: Ubuntu Zesty Zapus (development branch)
+ Machine:   Device: desktop Mobo: MSI model: B85-G41 PC Mate(MS-7850) v: 1.0
+    UEFI: American Megatrends v: V2.8 date: 07/17/2014
+ CPU:   Dual core Intel Pentium G3240 (-MCP-) cache: 3072 KB
+    flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12399
+    clock speeds: max: 3100 MHz 1: 799 MHz 2: 877 MHz
+ Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics Controller
+    bus-ID: 00:02.0
+    Display Server: X.org 1.18.4 drivers: (unloaded: fbdev,vesa)
+    tty size: 68x26 Advanced Data: N/A out of X
+ Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller
+    driver: snd_hda_intel bus-ID: 00:1b.0
+    Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller
+    driver: snd_hda_intel bus-ID: 00:03.0
+    Sound: ALSA v: k4.8.0-27-generic
+ Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller
+    driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
+    IF: enp2s0 state: up speed: 100 Mbps duplex: full
+    mac: 
+ Drives:HDD Total Size: 160.3GB (30.4% used)
+    ID-1: /dev/sda model: SAMSUNG_MZ7PA128 size: 128.0GB
+    ID-2: USB /dev/sdb model: PDM09_32G_B9J2.0 size: 32.3GB
+ 
+    

[Bug 1643566] Re: [i915_bpo] Intermittent display outage with external monitor

2016-12-01 Thread Hui Wang
The BIOS version on the machine I tested:  N1CET38W (1.06)

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

Title:
  [i915_bpo] Intermittent display outage with external monitor

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

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


[Bug 1643270] Re: ghostscript (9.19~dfsg-3.1) fixes 6 CVEs

2016-12-01 Thread Tyler Hicks
https://www.ubuntu.com/usn/usn-3148-1/

** Changed in: ghostscript (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  ghostscript (9.19~dfsg-3.1)  fixes 6 CVEs

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

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


[Bug 1577088] Re: OVS+DPDK segfault at the host, after running "ovs-vsctl set Open_vSwitch . other_config:n-dpdk-rxqs=4" within a KVM Guest

2016-12-01 Thread Thiago Martins
This is still a bug on Xenial with OpenvSwitch-2.6 and DPDK-16.07, from
Ubuntu Cloud Archive.

I just crashed the OVS+DPDK running at the host, right after trying to
enable multiqueue inside of a KVM Guest, also running OVS+DPDK.

NOTE: Multiqueue was enabled at the host in advance, on both OVS and
Libvirt VM XML.

I also noted that right after enabling 2 queues at the host, the speed
improved inside of the running guest! Without doing anything with it.
But, then, after trying to enable multiqueue at the KVM guest, on its
OVS+DPDK on top of VirtIO, host crashed.

After running on the KVM Guest:

---
root@ubuntu-ovs-dpdk-vm-1:~# ovs-vsctl set interface dpdk0 options:n_rxq=2 ; 
ovs-vsctl set interface dpdk1 options:n_rxq=2
---

At the host, ovs-vswitchd crashed:

---
root@ubuntu-ovs-dpdk-kvm-1:~# tail -F /var/log/openvswitch/ovs-vswitchd.log
..
2016-12-02T04:11:28.578Z|00127|dpdk(vhost_thread2)|INFO|State of queue 0 ( 
tx_qid 0 ) of vhost device '/var/run/openvswitch/vhost-user1'changed to 
'enabled'
2016-12-02T04:11:28.578Z|00128|dpdk(vhost_thread2)|INFO|State of queue 2 ( 
tx_qid 1 ) of vhost device '/var/run/openvswitch/vhost-user1'changed to 
'enabled'
2016-12-02T04:11:28.956Z|2|daemon_unix(monitor)|ERR|1 crashes: pid 3841 
died, killed (Segmentation fault), core dumped, restarting
---

I REALLY want to be able to use DPDK Apps, on top of OVS+DPDK at the
host but, it still looks unstable to me.

:-(

** Summary changed:

- OVS+DPDK segfault at the host, after running "ovs-vsctl set Open_vSwitch . 
other_config:n-dpdk-rxqs=4" within a KVM Guest
+ OVS+DPDK segfault at the host, after running "ovs-vsctl set interface dpdk0 
options:n_rxq=2 " within a KVM Guest

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

Title:
  OVS+DPDK segfault at the host, after running "ovs-vsctl set interface
  dpdk0 options:n_rxq=2 " within a KVM Guest

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

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


[Bug 1646055] onibi (i386) - tests ran: 18, failed: 0

2016-12-01 Thread Brad Figg
tests ran:  18, failed: 0;
  
http://kernel.ubuntu.com/testing/3.2.0-117.159-generic/onibi__3.2.0-117.159__2016-12-02_04-10-00/results-index.html

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

Title:
  linux: 3.2.0-117.159 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1646055/+subscriptions

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


[Bug 1570987] Re: backuppc: Lib.pm: Unescaped left brace in regex is deprecated

2016-12-01 Thread Bug Watch Updater
** Changed in: backuppc (Debian)
   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/1570987

Title:
  backuppc: Lib.pm: Unescaped left brace in regex is deprecated

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

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


[Bug 1646686] [NEW] package squid3 3.3.8-1ubuntu6.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-12-01 Thread Ganapati
Public bug reported:

please do the needful

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: squid3 3.3.8-1ubuntu6.8
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic i686
ApportVersion: 2.14.1-0ubuntu3.21
AptOrdering:
 squid: Remove
 squid3: Configure
Architecture: i386
Date: Fri Dec  2 10:59:49 2016
DpkgTerminalLog:
 Removing squid (3.3.8-1ubuntu6.8) ...
 Setting up squid3 (3.3.8-1ubuntu6.8) ...
 /var/lib/dpkg/info/squid3.postinst: 1: /var/lib/dpkg/info/squid3.postinst: 
cannot open /etc/squid3/squid.conf: No such file
 dpkg: error processing package squid3 (--configure):
  subprocess installed post-installation script returned error exit status 2
DuplicateSignature: package:squid3:3.3.8-1ubuntu6.8:subprocess installed 
post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2014-06-20 (895 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.15
SourcePackage: squid3
Title: package squid3 3.3.8-1ubuntu6.8 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to trusty on 2016-12-01 (0 days ago)
modified.conffile..etc.squid3.errorpage.css: [deleted]
modified.conffile..etc.squid3.msntauth.conf: [deleted]
modified.conffile..etc.squid3.squid.conf: [deleted]

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


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

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

Title:
  package squid3 3.3.8-1ubuntu6.8 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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

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


<    2   3   4   5   6   7