[Bug 1554195] [NEW] Nova (juno) ignores logging_*_format_string in syslog output

2016-03-07 Thread George Shuklin
Public bug reported:

Nova in juno ignores following settings in configuration file ([DEFAULT] 
section):
logging_context_format_string
logging_default_format_string
logging_debug_format_suffix
logging_exception_prefix

when sending logs via syslog. Log entries on stderr / in log files are
fine (use logging_*_format).

Steps to reproduce:

1. set up custom logging stings and enable syslog:

[DEFAULT]
logging_default_format_string=MYSTYLE-DEFAULT-%(message)s
logging_context_format_string=MYSTYLE-CONTEXT-%(message)s
use_syslog=true

2. restart nova and perform some actions

3. Check the syslog content

Expected behaviour: MYSTYLE- prefix in all messages.
Actual behaviour: no changes in log message styles.

This bug is specific to Juno version of nova.

** Affects: nova
 Importance: Undecided
 Status: New

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

** Also affects: nova (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/1554195

Title:
  Nova (juno) ignores logging_*_format_string in syslog output

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

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


[Bug 1503310] Re: window content doesn't refresh, only if window is moved

2016-03-07 Thread thijs van severen
@M-winiarski : thanks for the tip. i'm now running unity 2-D (thus no
compiz) and it works OK

btw : Thunderbird also quickly suffers from the refresh.  seems like
mozilla is using a screen refresh routine that is subject to 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/1503310

Title:
  window content doesn't refresh, only if window is moved

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

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


[Bug 1554194] [NEW] /home/oem and oem user are not removed by oem-config-firstboot

2016-03-07 Thread Jason Gerard DeRose
Public bug reported:

Sometime recently during Xenial development, oem-config has become quite
broken.

It seems the underlying problem is that the "oem" user and the
"/home/oem" folder aren't getting removed by oem-config-firstboot.

Steps to reproduce:

1) Do an OEM-mode install from the latest Xenial daily ISO

2) Click "Prepare for shipping to end user"

3) No matter what option you choose during the user firstrun config
(automatic login, require password to login, or require password to
login plus encrypt home directory), the "oem" user and the "/home/oem"
folder will still exists, and the user will get logged into the "oem"
account after completing the firstrun config.

Note that the oem-config* packages seem to be removed okay... just the
"oem" user itself isn't getting removed.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity (not installed)
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar  7 14:33:12 2016
InstallationDate: Installed on 2016-03-07 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  /home/oem and oem user are not removed by oem-config-firstboot

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

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


[Bug 1553757] Re: dbconfig-common: writing config to /etc/dbconfig-common/maas-region-controller.conf stat: cannot stat '/etc/dbconfig-common/maas-region-controller.conf': No such file or directory

2016-03-07 Thread Paul Gevers
Hi Andres,

On 07-03-16 06:07, Andres Rodriguez wrote:
> Sorry for not being clear enough.

NP, as long as you follow up on questions that is ok.

> The actual issue/concern I have is:
> 
> stat: cannot stat '/etc/dbconfig-common/maas-region-controller.conf': No
> such file or directory

Ack. I have a belly feeling that this may be related to the
implementation in ucf of Debian wish list bug 812321¹. Can you try once
again after you "touch /etc/dbconfig-common/maas-region-controller.conf".

> Now, the way I'm reproducing this issue right now is an install. I have
> remove/purged all the packages, include dbconfig common packages and
> made sure that /etc/dbconfig-common doesn't exist :

This looks like dbconfig-common isn't cleaning up properly on purge and
keeps the file registered with ucf. Weird, I'll try to investigate, but
I do purging a lot with all kind of example packages in my test suite²
and have never seen this before.

> The installation resumes, and It asks me the question to:
http://pastebin.ubuntu.com/15319155/

Right. As expected, these are questions from ucf. So it may be that the
issue lies there.

> Right after answering the questions (no matter if I say install the
> package maintainer's version  or  keep the local version currently
> installed) , it is always the same result:
> 
> Setting up maas-region-controller (2.0.0~alpha1+bzr4736-0ubuntu1~xenial2) ...
> dbconfig-common: writing config to 
> /etc/dbconfig-common/maas-region-controller.conf
> stat: cannot stat '/etc/dbconfig-common/maas-region-controller.conf': No such 
> file or directory

That at least is a bug in ucf. When you answer to use the package
maintainers version, it must create the file as requested. So I guess we
could at least file an additional bug against ucf. But let's wait until
we find out if there isn't just one issue here.

> As you can see, the file doesn't get created. Now, what I'm really
> wondering if is there is only an issue in systems where dbconfig-common
> was first upgraded to the latest version  (2.0.3), and not on a freshly
> installed system where dbconfig-common is latest, as I've not been able
> to reproduce this on a freshly installed system yet.

As said, I suspect this may be because the file is still registered with
ucf. During install (after purge or on a clean system) ucf should not
need to ask the question. It only should do that when there once was
already a file (either still is or ucf knows that the admin has deleted
the file).

> Now, to answer your last question, the question raised by UCF was never there 
> because we preseed the following:
> 
> set_question maas-region-controller/dbconfig-install true

Doesn't look related. But how ugly is this, anyways. This means that you
are preventing an admin from defering the setup to later, e.g. because
she doesn't have the admin rights on the database he wants to use. By
the way, you do know that when an admin installs dbconfig-no-thanks,
dbconfig-common will not run, irrespective of your preseeding.

> Or maybe, the preseeding doesn't really matter and we just have never
> gotten into a similar situation, hence it never really has been shown
> before.

As said, this may be related to an updated ucf. I'll try to reproduce.

Paul

¹ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812321
² https://ci.debian.net/packages/d/dbconfig-common/unstable/amd64/ (test
log; test case install-examples)


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

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

Title:
  dbconfig-common: writing config to /etc/dbconfig-common/maas-region-
  controller.conf stat: cannot stat '/etc/dbconfig-common/maas-region-
  controller.conf': No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/1553757/+subscriptions

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

[Bug 1553674] Re: ubantu installation during removing packages crashed error

2016-03-07 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  ubantu installation during removing packages crashed error

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

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


[Bug 1551283] Re: ibus/im-config in Ubuntu GNOME

2016-03-07 Thread Gunnar Hjalmarsson
On 2016-03-07 10:48, Tim wrote:
> 
>> Then I suppose that replacing
>> 
>> "$XDG_CURRENT_DESKTOP" != 'GNOME'
>> 
>> with
>> 
>> "${XDG_CURRENT_DESKTOP%%-*}" != 'GNOME'
>> 
>> takes care of it.
> 
> well that assumes that there is a hyphon in the name, while that is
> the case for the ones I know of, its not necessarily guaranteed.
> Thus:
> 
> "${XDG_CURRENT_DESKTOP##*:}" should be safer, GNOME (or Unity) should
> always be last since its essentially a fallback value

I proposed 'the hyphen way' to include GNOME Flashback. An alternative,
until it has been changed for Flashback, would be:

"${XDG_CURRENT_DESKTOP##*:}" != 'GNOME' and "${XDG_CURRENT_DESKTOP%%:*}"
!= 'GNOME-Flashback'

>> (I failed to change the display language with Region & Language,
>> and had to do it manually. However, using Region & Language for the
>> purpose worked after I had used gnome-language-selector to switch
>> language once, and thus created ~/.pam_environment and set the
>> "Language" and "FormatsLocale" values in
>> /var/lib/AccountsService/users/gunnar!? But that's a separate
>> issue.)
> 
> Does gnome-control-center need to create ~/.pam_environment?

No, that is done by accountsservice (the Ubuntu version of it). l-s
doesn't write to ~/.pam_environment directly - no reason why g-c-c would
either.

I haven't digged deep into the reason why it fails when there are no
user specific settings previously. But when I started g-c-c from command
line, I noticed an incorrect error message which said something like
"ja_JP.UTF-8 is not installed" ... Probably there is a subtle bug in the
current patch.

> It would be good to allow users the option of using fcitx (even if
> poorly integrated), however lets just get the default session working
> for now!

Right.

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

Title:
  ibus/im-config in Ubuntu GNOME

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

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


[Bug 1292203] Re: compiz crashed with SIGSEGV in ScaleScreen::getWindows()

2016-03-07 Thread Zdenek
It was happening for long time also after upgrading to 15.04. But once
unity completely disappeared and I found

dconf reset -f /org/compiz/ && setsid unity

which completely solved my old problem

http://askubuntu.com/questions/204428/unity-missing-cant-see-top-or-side-panels 
http://askubuntu.com/questions/620947/how-do-i-reset-my-unity-configuration-on-15-04

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

Title:
  compiz crashed with SIGSEGV in ScaleScreen::getWindows()

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

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


[Bug 1553811] Re: Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event on press

2016-03-07 Thread Ryan
I attempted the work-around in #3, but it doesn't change the behavior on
my system.

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

Title:
  Thinkpad T460: Trackpoint mouse buttons instantly generate "release"
  event on press

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

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


Re: [Bug 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
One more try, lets specify the partition "number" as 'p1' instead.

- {device: nvme0n1, id: nvme0n1p1, name: nvme0n1p1, number: 'p1', offset:
4194304B, size: 128026935296B, type: partition, uuid:
e66f2d9d-963a-4cb9-b2b5-472d491e768b, wipe: superblock}


On Mon, Mar 7, 2016 at 1:24 PM, Ryan Harper 
wrote:

> OK; thanks.  I need to work with nvme devices on Xenial;  it looks like
> the storage naming rules for partitions are different for NVME devices (p1,
> p2, p3) versus other disks (1, 2, 3 4);
>
>
> On Mon, Mar 7, 2016 at 12:54 PM, Rob Sanderson <1401...@bugs.launchpad.net
> > wrote:
>
>> Hi Ryan,
>>
>> I have tried that but no luck.
>>
>> Config using curtin defaults:
>>
>> --
>> cat configs/config-002.cfg
>>
>> partitioning_commands:
>>   builtin: [curtin, block-meta, custom]
>> storage:
>>   config:
>>   - {id: nvme0n1, name: nvme0n1, path: /dev/nvme0n1, ptable: gpt, type:
>> disk, wipe: superblock}
>>   - {device: nvme0n1, id: nvme0n1-part1, name: nvme0n1-part1, number: 1,
>> offset: 4194304B, size: 128026935296B, type: partition, uuid:
>> e66f2d9d-963a-4cb9-b2b5-472d491e768b, wipe: superblock}
>>   - {fstype: ext4, id: nvme0n1-part1_format, label: 'rootfs', type:
>> format, uuid: 6a47f95c-40b6-478a-aefa-ca84a509d877, volume: nvme0n1-part1,
>> path: /dev/nvme0n1p1}
>>   - {device: nvme0n1-part1_format, id: nvme0n1-part1_mount, path: /,
>> type: mount}
>>   version: 1
>>
>> bin/curtin --showtrace --install-deps install
>> --config=configs/config-002.cfg
>>
>>
>> http://10.10.4.221:5248/images/ubuntu/amd64/generic/trusty/release/root-tgz
>> Creating new GPT entries.
>> The operation has completed successfully.
>> The operation has completed successfully.
>> An error occured handling 'nvme0n1-part1_format': ValueError -
>> '/dev/nvme0n11': no such file or directory
>> Traceback (most recent call last):
>>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
>> ret = args.func(args)
>>   File "curtin/commands/block_meta.py", line 62, in block_meta
>> meta_custom(args)
>>   File "curtin/commands/block_meta.py", line 1083, in meta_custom
>> handler(command, storage_config_dict)
>>   File "curtin/commands/block_meta.py", line 672, in format_handler
>> mkfs.mkfs_from_config(volume_path, info)
>>   File "curtin/block/mkfs.py", line 207, in mkfs_from_config
>> label=info.get('label'))
>>   File "curtin/block/mkfs.py", line 145, in mkfs
>> raise ValueError("'%s': no such file or directory" % path)
>> ValueError: '/dev/nvme0n11': no such file or directory
>> '/dev/nvme0n11': no such file or directory
>> Installation failed with exception: Unexpected error while running
>> command.
>> Command: ['curtin', 'block-meta', 'custom']
>> Exit code: 3
>> Reason: -
>> Stdout: 'Creating new GPT entries.\nThe operation has completed
>> successfully.\nThe operation has completed successfully.\nAn error occured
>> handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such
>> file or directory\nTraceback (most recent call last):\n  File
>> "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret =
>> args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in
>> block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py",
>> line 1083, in meta_custom\nhandler(command, storage_config_dict)\n
>> File "curtin/commands/block_meta.py", line 672, in format_handler\n
>> mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py",
>> line 207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File
>> "curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no
>> such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such
>> file or directory\n\'/dev/nvme0n11\': no such file or directory\n'
>> Stderr: ''
>> Traceback (most recent call last):
>>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
>> ret = args.func(args)
>>   File "curtin/commands/install.py", line 399, in cmd_install
>> raise e
>> ProcessExecutionError: Unexpected error while running command.
>> Command: ['curtin', 'block-meta', 'custom']
>> Exit code: 3
>> Reason: -
>> Stdout: 'Creating new GPT entries.\nThe operation has completed
>> successfully.\nThe operation has completed successfully.\nAn error occured
>> handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such
>> file or directory\nTraceback (most recent call last):\n  File
>> "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret =
>> args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in
>> block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py",
>> line 1083, in meta_custom\nhandler(command, storage_config_dict)\n
>> File "curtin/commands/block_meta.py", line 672, in format_handler\n
>> mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py",
>> 

[Bug 1424390] Re: Wallpaper Animation Ability - Feature Request

2016-03-07 Thread Nikita Yerenkov-Scott
** Changed in: ubuntu
   Status: Confirmed => Invalid

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

Title:
  Wallpaper Animation Ability - Feature Request

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

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


[Bug 1554192] [NEW] Sync python-lockfile 1:0.12.2-1 (main) from Debian testing (main)

2016-03-07 Thread LocutusOfBorg
Public bug reported:

Please sync python-lockfile 1:0.12.2-1 (main) from Debian testing (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Sync from Debian unstable. All changes have been fixed in Debian.
(LP: #1399850)
  * debian/control: Build-Depends on python*-setuptools to fix FTBFS.
(Closes: #789825)

The delta is merged in debian

Changelog entries since current xenial version 1:0.10.2-2ubuntu1:

python-lockfile (1:0.12.2-1) unstable; urgency=medium

  * The “Khalil Ahmad” release.
  * New upstream version.
Highlights since last release:
* Minimum Python 2 version is now 2.7.
  * debian/control:
* Declare “Standards-Version: 3.9.7”.
* Add “Build-Depends: python{,3}-setuptools” for the Distutils script.
  Closes: bug#789825, thanks to Artur Rona for the report.
* Update package description to accurately describe latest behaviour.
* Add build dependencies for all supported Python environments.
* Add dependencies for building Sphinx documentation.
* Add placeholder for Sphinx documentation binary dependencies.
* Set compatible Python 2 versions to “>= 2.7”.
* Set “VCS-*” fields to URLs for encrypted Alioth services.
* Set “Homepage” field to URL for encrypted PyPI service.
  * debian/docs, debian/*.docs:
* Move to package-specific ‘dh_installdocs’ configuration files.
* Follow change of document name ‘README’ → ‘README.rst’.
* Add new upstream ‘AUTHORS’ document.
  * debian/rules:
* Upstream changelog now has conventional name, remove special handling.
* Build documentation using upstream Sphinx configuration.
* Use Debhelper to refine Sphinx documentation for package.
  * debian/clean, debian/rules:
* Remove ‘dh_clean’ configuration, can't remove directories this way.
  Add special handling for ‘doc/html/’ in ‘dh_auto_clean’ override.
  * debian/python-lockfile-doc.{docs,doc-base}:
* Install generated API documentation.
  * debian/copyright:
* Add known email addresses for all parties.
* Add editor hints.
* Wrap long lines in flowed text paragraphs.

 -- Ben Finney   Tue, 23 Feb 2016 09:28:27
+1100

** Affects: python-lockfile (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: python-lockfile (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync python-lockfile 1:0.12.2-1 (main) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-lockfile/+bug/1554192/+subscriptions

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

[Bug 1553659] Re: Ubuntu 15.10 freezes with linux Kernel 4.2 (with intel chipset)

2016-03-07 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Ubuntu 15.10 freezes with linux Kernel 4.2 (with intel chipset)

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

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


[Bug 1553237] Re: Cannot stop samba service

2016-03-07 Thread Tristan Grimaux
I marked it as a security bug because changes in Samba configuration,
that might have security changes, will not be taken into effect until
the server host is re-initiated

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

Title:
  Cannot stop samba service

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

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


[Bug 1542573] Re: operating system dissappears n says busybox openssays fail to init,

2016-03-07 Thread Seth Arnold
The Linux equivalents of fdsk and chkdsk are fsck and badblocks. I do
not think either one will help you -- your drive is reporting
significant errors. Maybe you can simply buy a new hard drive but it's
possible you need a new motherboard instead.

Thanks

** Information type changed from Private Security to Public

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

Title:
  operating system dissappears n says busybox openssays fail to init,

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

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


[Bug 1554190] Re: package software-center 16.01+16.04.20160217 failed to install/upgrade: triggers looping, abandoned

2016-03-07 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/1554190

Title:
  package software-center 16.01+16.04.20160217 failed to
  install/upgrade: triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1554190/+subscriptions

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


[Bug 1525147] Re: webapp-container needs some help

2016-03-07 Thread Peter Bittner
Currently, it's not possible to show `--help` neither in the Terminal
app nor in an SSH session connected to the phone.

   $ webapp-container --help
   Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
   UbuntuClientIntegration: connection to Mir server failed. Check that a Mir 
server is
   running, and the correct socket is being used and is accessible. The shell 
may have
   rejected the incoming connection, so check its log file
   Aborted (core dumped)

Looks like the webapp-container binary requires a successful connection
to the Mir server. This should not be required, I believe.

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

Title:
  webapp-container needs some help

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1525147/+subscriptions

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


Re: [Bug 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Ryan Harper
OK; thanks.  I need to work with nvme devices on Xenial;  it looks like the
storage naming rules for partitions are different for NVME devices (p1, p2,
p3) versus other disks (1, 2, 3 4);


On Mon, Mar 7, 2016 at 12:54 PM, Rob Sanderson <1401...@bugs.launchpad.net>
wrote:

> Hi Ryan,
>
> I have tried that but no luck.
>
> Config using curtin defaults:
>
> --
> cat configs/config-002.cfg
>
> partitioning_commands:
>   builtin: [curtin, block-meta, custom]
> storage:
>   config:
>   - {id: nvme0n1, name: nvme0n1, path: /dev/nvme0n1, ptable: gpt, type:
> disk, wipe: superblock}
>   - {device: nvme0n1, id: nvme0n1-part1, name: nvme0n1-part1, number: 1,
> offset: 4194304B, size: 128026935296B, type: partition, uuid:
> e66f2d9d-963a-4cb9-b2b5-472d491e768b, wipe: superblock}
>   - {fstype: ext4, id: nvme0n1-part1_format, label: 'rootfs', type:
> format, uuid: 6a47f95c-40b6-478a-aefa-ca84a509d877, volume: nvme0n1-part1,
> path: /dev/nvme0n1p1}
>   - {device: nvme0n1-part1_format, id: nvme0n1-part1_mount, path: /, type:
> mount}
>   version: 1
>
> bin/curtin --showtrace --install-deps install
> --config=configs/config-002.cfg
>
> http://10.10.4.221:5248/images/ubuntu/amd64/generic/trusty/release/root-tgz
> Creating new GPT entries.
> The operation has completed successfully.
> The operation has completed successfully.
> An error occured handling 'nvme0n1-part1_format': ValueError -
> '/dev/nvme0n11': no such file or directory
> Traceback (most recent call last):
>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
> ret = args.func(args)
>   File "curtin/commands/block_meta.py", line 62, in block_meta
> meta_custom(args)
>   File "curtin/commands/block_meta.py", line 1083, in meta_custom
> handler(command, storage_config_dict)
>   File "curtin/commands/block_meta.py", line 672, in format_handler
> mkfs.mkfs_from_config(volume_path, info)
>   File "curtin/block/mkfs.py", line 207, in mkfs_from_config
> label=info.get('label'))
>   File "curtin/block/mkfs.py", line 145, in mkfs
> raise ValueError("'%s': no such file or directory" % path)
> ValueError: '/dev/nvme0n11': no such file or directory
> '/dev/nvme0n11': no such file or directory
> Installation failed with exception: Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason: -
> Stdout: 'Creating new GPT entries.\nThe operation has completed
> successfully.\nThe operation has completed successfully.\nAn error occured
> handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such
> file or directory\nTraceback (most recent call last):\n  File
> "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret =
> args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in
> block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py",
> line 1083, in meta_custom\nhandler(command, storage_config_dict)\n
> File "curtin/commands/block_meta.py", line 672, in format_handler\n
> mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py",
> line 207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File
> "curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no
> such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such
> file or directory\n\'/dev/nvme0n11\': no such file or directory\n'
> Stderr: ''
> Traceback (most recent call last):
>   File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
> ret = args.func(args)
>   File "curtin/commands/install.py", line 399, in cmd_install
> raise e
> ProcessExecutionError: Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason: -
> Stdout: 'Creating new GPT entries.\nThe operation has completed
> successfully.\nThe operation has completed successfully.\nAn error occured
> handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such
> file or directory\nTraceback (most recent call last):\n  File
> "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret =
> args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in
> block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py",
> line 1083, in meta_custom\nhandler(command, storage_config_dict)\n
> File "curtin/commands/block_meta.py", line 672, in format_handler\n
> mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py",
> line 207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File
> "curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no
> such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such
> file or directory\n\'/dev/nvme0n11\': no such file or directory\n'
> Stderr: ''
> Unexpected error while running command.
> Command: ['curtin', 'block-meta', 'custom']
> Exit code: 3
> Reason

[Bug 1554190] [NEW] package software-center 16.01+16.04.20160217 failed to install/upgrade: triggers looping, abandoned

2016-03-07 Thread Daniel Holbert
Public bug reported:

Not sure what happened. I just got a notification that something had
gone wrong after I logged in, and I clicked through to report it.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: software-center 16.01+16.04.20160217
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Wed Mar  2 18:40:36 2016
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2012-10-08 (1246 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20120926)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.4
SourcePackage: software-center
Title: package software-center 16.01+16.04.20160217 failed to install/upgrade: 
triggers looping, abandoned
UpgradeStatus: Upgraded to xenial on 2016-02-16 (19 days ago)

** Affects: software-center (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/1554190

Title:
  package software-center 16.01+16.04.20160217 failed to
  install/upgrade: triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1554190/+subscriptions

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


[Bug 1553237] Re: Cannot stop samba service

2016-03-07 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  Cannot stop samba service

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

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


[Bug 1554189] [NEW] Can no longer swipe between scope results

2016-03-07 Thread Niklas Wenzel
Public bug reported:

Until a few days ago, when browsing through an RSS feed scope, it was
possible to switch to the previous/next article by using swipe gestures.
This does no longer work for me now and basically makes RSS feed scopes
useless, as I do not want to click on each article and then go back to
the overview again just to browse through the article summaries.

$ system-image-cli -i
current build number: 382
device name: mako
channel: ubuntu-touch/rc-proposed/ubuntu
last update: 2016-03-05 18:18:13
version version: 382
version ubuntu: 20160305
version device: 20160304.2
version custom: 20160305

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

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

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

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

Title:
  Can no longer swipe between scope results

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

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


[Bug 1554171] Re: Opening nautilus's location options menu causes excessive cpu & nautilus hang/slowdown

2016-03-07 Thread Erick Brunzell
This does currently also affect the flashback session(s) but I suspect
those sessions need to be using ubuntu's settings for nautilus rather
than ubuntu gnome's because otherwise their is no access to nautilus >
preferences. I mentioned this on their mailing list.

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

Title:
  Opening nautilus's location options menu causes excessive cpu &
  nautilus hang/slowdown

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

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


[Bug 1553482] Re: Access to microphone is allowed even when user denies access to "video and microphone"

2016-03-07 Thread Peter Bittner
MPT, apart from bug (A) I also cannot confirm bug (D), at least for the
German translation. On my device the dialog says:

"Dieser Domain den Zugriff
 zur Kamera und Mikrofo...

  https://appear.in/

[Ja]   [  Nein   ]"

Note the ellipsis, which truncates the lengthy German translation. (Missing 
part of the text is "Mikrofon geben?")
This is both fine for me though, works perfectly fine in the web-browser app 
(not in the webapp-container though, which does not show any dialog, even with 
"camera" in .apparmour).

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

Title:
  Access to microphone is allowed even when user denies access to "video
  and microphone"

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

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


[Bug 1554171] Re: Opening nautilus's location options menu causes excessive cpu & nautilus hang/slowdown

2016-03-07 Thread Erick Brunzell
I can easily reproduce this behavior in a fresh install of Ubuntu GNOME
Xenial:

(1) Open Nautilus
(2) Open Location options using the hamburger icon
(3) Left click on any open space - either on the desktop or on the blank 
background of the Nautilus window
(4) You'll now find that the Nautilus UI is totally unresponsive
(5) If you then right-click on the Nautilus tab in the top bar responsiveness 
returns to the UI

Additionally if you have System Monitor running on the same desktop
you'll see the CPU usage nearly pegs out (see screenshot).


** Attachment added: "nautilus_freeze.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1554171/+attachment/4591740/+files/nautilus_freeze.png

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

Title:
  Opening nautilus's location options menu causes excessive cpu &
  nautilus hang/slowdown

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

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


[Bug 1496927] Re: [Hyper-V] udev trying to modify owner and mode of /dev/vmbus/hv_vss

2016-03-07 Thread Joseph Salisbury
Thanks for the update, Chris.  I'll perform a reverse bisect to find the
commit that fixes this issue.

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

Title:
  [Hyper-V] udev trying to modify owner and mode of /dev/vmbus/hv_vss

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

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


Re: [Bug 1549942] Re: php-imagick failing autopkgtests

2016-03-07 Thread Nish Aravamudan
On 07.03.2016 [06:38:45 -], Steve Langasek wrote:
> On Mon, Mar 07, 2016 at 05:09:06AM -, Nish Aravamudan wrote:
> > Note that if I hold php-imagick constant and test against the two version
> > of imagemagick (with and without my fixes), I get different results (while
> > upstream php-imagick against upstream imagemagick does not see any issues)
> > -- that to me indicates the bug is missed fixes in imagemagick.
> 
> Not knowing the details of upstream's testing, it could also be that the
> upstream imagemagick build they're testing against doesn't have openmp
> enabled?

I think the upstream maintainer implied it is on, but I'm not 100%. I'll
see if I can see that setting in their CI.

Also, I forgot to mention this earlier, but the segmentation faults I
see are somehow racy -- that is, they don't happen on every execution.
And the upstream maintainer implied to me that this is actually quite
common, it seems like, in the shutdown routines in imagemagick -- and
that a common google-able workaround for Ubuntu is to recompile
imagemagick from source w/o openmp support :( They *are* more
reproducible for me under phpunit (as opposed to `make
tests`/run-tests.php), but still not consistent.

> > Again, I know that seems to be the case, but Debian's results imply
> > something else. Are the launchpad sbuilds multi-cpu?
> 
> Yes, they are.

Ok, I wonder why the results are so different in Debian (and for me on
my laptop).

> > Another big difference between the version of php-imagick, ignore
> > functionality, is a huge increase in coverage tests. I belive
> > php-imagick 3.3.0~rc2 only runs 27 tests, while 3.4.0~rc6 runs 251. More
> > on this below.
> 
> Right, fair enough!

Yeah, it's a (good, but) large difference in coverage.

> So the new php-imagick upload now passes its testsuite on amd64 and ppc64el,
> but shows failures on i386, armhf and s390x
> 
>   http://autopkgtest.ubuntu.com/packages/p/php-imagick/xenial/armhf
>   http://autopkgtest.ubuntu.com/packages/p/php-imagick/xenial/i386
>   http://autopkgtest.ubuntu.com/packages/p/php-imagick/xenial/s390x
> 
> Same test failure on i386 and s390x, and only 1 test failure instead of 20+. 
> Different failure on armhf (a test timeout - possibly a problem of the
> architecture being slow rather than a bug in the code).

Yeah, I'd think the armhf failure is just an issue with the running time
as opposed to a bug. That time limit is hardcoded in the test -- would
you want me to propose upstream changing that value based upon the
platform? Or just increasing it across the board?

> Is this a new test?  Do you believe this test would fail with the previous
> version of php-imagick as well?  Should we bypass this test failure for now
> to get php7 migrated?

It is a new test, and is one I fixed in the updated version of
imagemagick. It was an architectural bug in imagemagick, actually --
where i386 had the correct value for rounding, but all other
architectures didn't.

Ah, this actually goes to the heart of the issue I mentioned earlier.
This tests (025-get-color.phpt) tests for different behavior based upon
the imagemagick version. In our case, we are running 0x689 (base
imagemagick version), but actually it's not upstream 0x689, it's 0x689 +
backports, in particular some from 6.9.2 that fix the code being tested
here.

So the test does this check:

if ($v['versionNumber'] >= 0x692) {
//this is the new correct behaviour
return (intval(round($someValue, 0, PHP_ROUND_HALF_UP)));
}
else {
//old behaviour had wrong rounding.
return (intval(round($someValue, 0, PHP_ROUND_HALF_DOWN)));
}

And executes the else-case, but we have the fixes that are in the
if-case.

I'm not sure what to do about this. Technically, we know in this test on
Ubuntu, we should now (on all architectures) be testing the if-case, so
we could carry a patch for the test that removes the conditional?

-- 
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd

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

Title:
  php-imagick failing autopkgtests

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

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


[Bug 1554149] Re: Asks for separate permission for microphone and camera

2016-03-07 Thread Peter Bittner
This works for me already on vegeta (OTA-9.1), i.e. only a single dialog
pops up asking for access to both camera and microphone. At least for
the German translation the dialog says it like this (see bug 1553482).

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

Title:
  Asks for separate permission for microphone and camera

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

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


[Bug 1554142] Re: Camera permission includes video but not microphone

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

** Changed in: camera-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  Camera permission includes video but not microphone

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

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


[Bug 1554142] Re: Camera permission includes video but not microphone

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

** Changed in: trust-store (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/1554142

Title:
  Camera permission includes video but not microphone

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

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


[Bug 1554149] Re: Asks for separate permission for microphone and camera

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

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

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

Title:
  Asks for separate permission for microphone and camera

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

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


[Bug 1548867] Re: After upgrading to 4.2.0.30 there's no desktop

2016-03-07 Thread Joseph Salisbury
I built the next test kernel, up to the following commit:
3c3361a6f6e7a682046b405200aea1661a6d3bf5

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1548867

Can you test that kernel and report back if it has the bug or not? I
will build the next test kernel based on your test results.

Thanks in advance

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

Title:
  After upgrading to 4.2.0.30 there's no desktop

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

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


[Bug 1554178] Re: freetuxtv crashed with SIGSEGV in gtk_tree_store_append()

2016-03-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1419780 ***
https://bugs.launchpad.net/bugs/1419780

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 #1419780, 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.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1554178/+attachment/4591722/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1554178/+attachment/4591724/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1554178/+attachment/4591727/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1554178/+attachment/4591728/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1554178/+attachment/4591729/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1554178/+attachment/4591731/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1554178/+attachment/4591732/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1419780

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  freetuxtv crashed with SIGSEGV in gtk_tree_store_append()

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

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


[Bug 1554186] [NEW] walinuxagent ephemeral warning lacks full command for removal of file

2016-03-07 Thread Ben Howard
Public bug reported:

The walinuxagent ephemeral warning lacks the full command for removal of
the DATALOSS_WARNING_README.txt written to the ephemeral device.

** Affects: walinuxagent (Ubuntu)
 Importance: Medium
 Assignee: Ben Howard (utlemming)
 Status: In Progress

** Changed in: walinuxagent (Ubuntu)
 Assignee: (unassigned) => Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu)
   Importance: Undecided => Medium

** Changed in: walinuxagent (Ubuntu)
   Status: New => 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/1554186

Title:
  walinuxagent ephemeral warning lacks full command for removal of file

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

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


[Bug 1544339] Re: ISST-LTE: Ubuntu 16.04: Debootstrap BAD signature error while installing base system

2016-03-07 Thread Kevin W. Rudd
*** This bug is a duplicate of bug 1485511 ***
https://bugs.launchpad.net/bugs/1485511

Ignore the last comment.  The internal dup has been found for LP
1485511.

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

Title:
  ISST-LTE: Ubuntu 16.04: Debootstrap BAD signature error while
  installing base system

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

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


[Bug 1552074] Re: gnome-software crashed with SIGSEGV in gtk_stack_set_visible_child_name()

2016-03-07 Thread liamdawe
This came up while I wasn't even using it, I didn't even have it open.

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

Title:
  gnome-software crashed with SIGSEGV in
  gtk_stack_set_visible_child_name()

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

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


[Bug 1316518] Re: [900X3G, Realtek ALC282, Mic, Internal] inverted mic not working

2016-03-07 Thread cgampert
Referring to comment #24, using hda-analyzer, I could see that:
- Converter audio stream is set to 1 on node 0x11 when the Mic jack is unplugged
- Converter audio stream is set to 1 on node 0x08 when the Mic jack is plugged 
in

Having the mic jack plugged-in, it seems  to reduce noise but it's still
the internal mic which capture sound.

Referring to comment #25, using hda-analyser, I tried to mute right
channel of node 0x11 but I couldn't see any difference...

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

Title:
  [900X3G, Realtek ALC282, Mic, Internal] inverted mic not working

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

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


[Bug 1554171] Re: Opening nautilus's location options menu causes excessive cpu & nautilus hang/slowdown

2016-03-07 Thread Erick Brunzell
** Tags added: gnome-panel ubuntu-gnome

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

Title:
  Opening nautilus's location options menu causes excessive cpu &
  nautilus hang/slowdown

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

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


[Bug 1535484] Re: package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2016-03-07 Thread Jacques Malaprade
I have the desktop background but no unity ribbon or status bar etc.

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

Title:
  package lightdm 1.10.6-0ubuntu1 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

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


[Bug 1551873]

2016-03-07 Thread Beluga
*** Bug 98329 has been marked as a duplicate of 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/1551873

Title:
  PDF export corrupts image transparency

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

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


[Bug 1544339] Re: ISST-LTE: Ubuntu 16.04: Debootstrap BAD signature error while installing base system

2016-03-07 Thread Kevin W. Rudd
*** This bug is a duplicate of bug 1485511 ***
https://bugs.launchpad.net/bugs/1485511

Since this bug is a mirror of IBM bug 136852 , duping it to LP bug
#1485511 isn't really appropriate as we are getting reports of
additional problems with this issue, and do not have any automatic
visibility into the status of bug #1485511

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

Title:
  ISST-LTE: Ubuntu 16.04: Debootstrap BAD signature error while
  installing base system

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

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


[Bug 1551873]

2016-03-07 Thread Vstuart-foote
*** Bug 98450 has been marked as a duplicate of 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/1551873

Title:
  PDF export corrupts image transparency

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

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


[Bug 1554171] Re: Opening nautilus's location options menu causes excessive cpu & nautilus hang/slowdown

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

** Changed in: gnome-flashback (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/1554171

Title:
  Opening nautilus's location options menu causes excessive cpu &
  nautilus hang/slowdown

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

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


[Bug 1266992] Re: 'Top Bar -> Show Application Menu' - Incorrect action

2016-03-07 Thread Nikita Yerenkov-Scott
Well, I couldn't find an upstream bug report so I took the liberty of
reporting it myself (probably will turn out that they did report it just
under a name the search couldn't find, but at least then I will know
which bug report it is and a bug watch for it can be added here instead
of this one if that is the case):
https://bugzilla.gnome.org/show_bug.cgi?id=763258

** Bug watch added: GNOME Bug Tracker #763258
   https://bugzilla.gnome.org/show_bug.cgi?id=763258

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

Title:
  'Top Bar -> Show Application Menu' - Incorrect action

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

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


[Bug 1485511] Re: ISST-KVM:CTE:R3-0:raing12: Base system install fails with "Debootstrap Error :Invalid Release signature (key id 40976EAF437D05B5) " using Ubuntu 15.10 latest daily build (20150805)

2016-03-07 Thread Kevin W. Rudd
We are continuing to get reports of this issue via the mirrored bug
attached to bug #1544339 .   I think the test teams can reproduce easily
enough, so we would appreciate any status update or test suggestions.

Thanks.

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

Title:
  ISST-KVM:CTE:R3-0:raing12: Base system  install fails  with
  "Debootstrap Error :Invalid Release signature (key id
  40976EAF437D05B5)  " using Ubuntu 15.10  latest daily build (20150805)

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

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


[Bug 1554179] [NEW] Can't install 'ubuntu-mate-core'

2016-03-07 Thread mgarridosan
Public bug reported:

Can't install 'ubuntu-mate-core' - Ubuntu Mate 16.04 Beta 1

Unsuccessfull upgrade. Message: It was impossible to install a required
package. Please report this as a bug using 'ubuntu-bug ubuntu-release-
upgrader-core' in a terminal.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.7
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: MATE
Date: Mon Mar  7 19:55:25 2016
InstallationDate: Installed on 2016-01-16 (50 days ago)
InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: No upgrade log present (probably fresh install)
VarLogDistupgradeTermlog:

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


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

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

Title:
  Can't install 'ubuntu-mate-core'

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

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


[Bug 1552860] Re: [MIR] qtsystems-opensource-src

2016-03-07 Thread Olivier Tilloy
I tried reverting the patch entirely and did a local build, which failed
there:

QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins 
LD_LIBRARY_PATH='/tmp/qtsystems-opensource-src-5.0~git20141206~44f70d99/lib:/usr/lib/x86_64-linux-gnu'${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
  ./tst_qremoteserviceregister 
* Start testing of tst_QRemoteServiceRegister *
Config: Using QtTest library 5.5.1, Qt 5.5.1 (x86_64-little_endian-lp64 shared 
(dynamic) release build; by GCC 5.3.1 20160225)
QWARN  : tst_QRemoteServiceRegister::initTestCase() Service "RSRExampleService" 
( "com.nokia.qt.rsrunittest" ,  "1.0" ) already registered
PASS   : tst_QRemoteServiceRegister::initTestCase()
QWARN  : tst_QRemoteServiceRegister::checkCreateEntryWithEmptyServiceName() 
QRemoteServiceRegister::registerService: service name, interface name and 
version must be specified
PASS   : tst_QRemoteServiceRegister::checkCreateEntryWithEmptyServiceName()
PASS   : tst_QRemoteServiceRegister::checkOperators()
QWARN  : tst_QRemoteServiceRegister::checkPublish() Cannot connect to DBus
PASS   : tst_QRemoteServiceRegister::checkPublish()
QWARN  : tst_QRemoteServiceRegister::tst_instanceClosed() Cannot connect to DBus
QWARN  : tst_QRemoteServiceRegister::tst_instanceClosed() Couldn't load service 
interface for "RSRExampleService"
FAIL!  : tst_QRemoteServiceRegister::tst_instanceClosed() 'o' returned FALSE. ()
   Loc: [tst_qremoteserviceregister.cpp(242)]
PASS   : tst_QRemoteServiceRegister::cleanupTestCase()
Totals: 5 passed, 1 failed, 0 skipped, 0 blacklisted
* Finished testing of tst_QRemoteServiceRegister *

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

Title:
  [MIR] qtsystems-opensource-src

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtsystems-opensource-src/+bug/1552860/+subscriptions

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


[Bug 1375073] Re: unity-control-center crashed with SIGSEGV in g_type_check_instance()

2016-03-07 Thread Adolfo Jayme
** Information type changed from Private to Public

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

Title:
  unity-control-center crashed with SIGSEGV in g_type_check_instance()

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

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


[Bug 1401190] Re: curtin makes assumptions about partition names on all devices

2016-03-07 Thread Rob Sanderson
Hi Ryan,

I have tried that but no luck.

Config using curtin defaults:
--
cat configs/config-002.cfg

partitioning_commands:
  builtin: [curtin, block-meta, custom]
storage:
  config:
  - {id: nvme0n1, name: nvme0n1, path: /dev/nvme0n1, ptable: gpt, type: disk, 
wipe: superblock}
  - {device: nvme0n1, id: nvme0n1-part1, name: nvme0n1-part1, number: 1, 
offset: 4194304B, size: 128026935296B, type: partition, uuid: 
e66f2d9d-963a-4cb9-b2b5-472d491e768b, wipe: superblock}
  - {fstype: ext4, id: nvme0n1-part1_format, label: 'rootfs', type: format, 
uuid: 6a47f95c-40b6-478a-aefa-ca84a509d877, volume: nvme0n1-part1, path: 
/dev/nvme0n1p1}
  - {device: nvme0n1-part1_format, id: nvme0n1-part1_mount, path: /, type: 
mount}
  version: 1

bin/curtin --showtrace --install-deps install
--config=configs/config-002.cfg

http://10.10.4.221:5248/images/ubuntu/amd64/generic/trusty/release/root-tgz
Creating new GPT entries.
The operation has completed successfully.
The operation has completed successfully.
An error occured handling 'nvme0n1-part1_format': ValueError - '/dev/nvme0n11': 
no such file or directory
Traceback (most recent call last):
  File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
ret = args.func(args)
  File "curtin/commands/block_meta.py", line 62, in block_meta
meta_custom(args)
  File "curtin/commands/block_meta.py", line 1083, in meta_custom
handler(command, storage_config_dict)
  File "curtin/commands/block_meta.py", line 672, in format_handler
mkfs.mkfs_from_config(volume_path, info)
  File "curtin/block/mkfs.py", line 207, in mkfs_from_config
label=info.get('label'))
  File "curtin/block/mkfs.py", line 145, in mkfs
raise ValueError("'%s': no such file or directory" % path)
ValueError: '/dev/nvme0n11': no such file or directory
'/dev/nvme0n11': no such file or directory
Installation failed with exception: Unexpected error while running command.
Command: ['curtin', 'block-meta', 'custom']
Exit code: 3
Reason: -
Stdout: 'Creating new GPT entries.\nThe operation has completed 
successfully.\nThe operation has completed successfully.\nAn error occured 
handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such file 
or directory\nTraceback (most recent call last):\n  File 
"/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret = 
args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in 
block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py", line 
1083, in meta_custom\nhandler(command, storage_config_dict)\n  File 
"curtin/commands/block_meta.py", line 672, in format_handler\n
mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py", line 
207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File 
"curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no 
such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such file or 
directory\n\'/dev/nvme0n11\': no such file or directory\n'
Stderr: ''
Traceback (most recent call last):
  File "/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main
ret = args.func(args)
  File "curtin/commands/install.py", line 399, in cmd_install
raise e
ProcessExecutionError: Unexpected error while running command.
Command: ['curtin', 'block-meta', 'custom']
Exit code: 3
Reason: -
Stdout: 'Creating new GPT entries.\nThe operation has completed 
successfully.\nThe operation has completed successfully.\nAn error occured 
handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such file 
or directory\nTraceback (most recent call last):\n  File 
"/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret = 
args.func(args)\n  File "curtin/commands/block_meta.py", line 62, in 
block_meta\nmeta_custom(args)\n  File "curtin/commands/block_meta.py", line 
1083, in meta_custom\nhandler(command, storage_config_dict)\n  File 
"curtin/commands/block_meta.py", line 672, in format_handler\n
mkfs.mkfs_from_config(volume_path, info)\n  File "curtin/block/mkfs.py", line 
207, in mkfs_from_config\nlabel=info.get(\'label\'))\n  File 
"curtin/block/mkfs.py", line 145, in mkfs\nraise ValueError("\'%s\': no 
such file or directory" % path)\nValueError: \'/dev/nvme0n11\': no such file or 
directory\n\'/dev/nvme0n11\': no such file or directory\n'
Stderr: ''
Unexpected error while running command.
Command: ['curtin', 'block-meta', 'custom']
Exit code: 3
Reason: -
Stdout: 'Creating new GPT entries.\nThe operation has completed 
successfully.\nThe operation has completed successfully.\nAn error occured 
handling \'nvme0n1-part1_format\': ValueError - \'/dev/nvme0n11\': no such file 
or directory\nTraceback (most recent call last):\n  File 
"/home/ubuntu/curtin/curtin/commands/main.py", line 209, in main\nret = 
args.func(args)\n  File "curtin/commands/block_meta.py", li

[Bug 1536837] Re: Severe performance regression in Infiniband or IPoIB

2016-03-07 Thread Timothy Pearson
** Changed in: linux
 Remote watch: Debian Bug tracker #817063 => Linux Kernel Bug Tracker #111921

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

Title:
  Severe performance regression in Infiniband or IPoIB

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

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


[Bug 1554152] Re: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment

2016-03-07 Thread Landscape Builder
** Tags removed: kanban-cross-team

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

Title:
  pollinate fails in many circumstances, cloud-init reports that
  failure, maas reports node failed deployment

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

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


[Bug 1446054] Re: syncevolution and all day events synchronize from owncloud

2016-03-07 Thread Renato Araujo Oliveira Filho
I am not sure how Onwcloud saves a all day event but EDS expect it to
have a start date without time  something like
DTSTART;VALUE=DATE:20150419

and the end date need to be in the next day something like:

DTEND;VALUE=DATE:20150420


If the event is been saved like that it show show correct with the branch 
attached.

** Branch linked: lp:~renatofilho/qtorganizer5-eds/fix-all-dayevents

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

Title:
  syncevolution and all day events synchronize from owncloud

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

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


[Bug 1545005] Re: system settings displays 'cellular' control panel item when no modems are present

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

** Changed in: ofono (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/1545005

Title:
  system settings displays 'cellular' control panel item when no modems
  are present

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

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


[Bug 1436912] Re: Unlocalized notification option ("Message")

2016-03-07 Thread Robin Heroldich
Please fix this bug.  This is about one year old.

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

Title:
  Unlocalized notification option ("Message")

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

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


[Bug 1536837] Re: Severe performance regression in Infiniband or IPoIB

2016-03-07 Thread Timothy Pearson
** Bug watch added: Debian Bug tracker #817063
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817063

** Also affects: linux via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817063
   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/1536837

Title:
  Severe performance regression in Infiniband or IPoIB

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

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


[Bug 1422206] Re: Storage page takes about 6secs to open

2016-03-07 Thread Robin Heroldich
Same here, it's really really slow.

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

Title:
  Storage page takes about 6secs to open

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

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


[Bug 1474372] Re: ubuntu touch: calendar app: reminders don't work correctly.

2016-03-07 Thread Renato Araujo Oliveira Filho
** Also affects: indicator-datetime (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/1474372

Title:
  ubuntu touch: calendar app: reminders don't work correctly.

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

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


[Bug 1039701] Re: Wrong RAM memory size

2016-03-07 Thread Lee Trager
We're seeing this in MAAS as well. If you commission a machine with 2GB
of RAM using Trusty lshw reports 2GB if you commission with Xenial you
get 2000 Mb. This causes the MAAS UI to report 1GB of RAM because when
we convert 2000 Mb to GB we get 1.9 which is shown as 1GB as we convert
to an integer.

https://bugs.launchpad.net/maas/+bug/1539739

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

** Also affects: maas
   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/1039701

Title:
  Wrong RAM memory size

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

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


[Bug 1554171] [NEW] Opening nautilus's location options menu causes excessive cpu & nautilus hang/slowdown

2016-03-07 Thread Doug McMahon
Public bug reported:

Test case:
open nautilus, click on the location options icon to expose menu (icon on far 
right of nautilus toolbar), close menu
What happens: nautilus cpu use gets excessive, nautilus is unresponsive for a 
bit.
What should happen: nothing as only exposing & closing menu

Test case 2: same as above but actually pick something from menu 
What happens: again nautilus cpu use gets pegged, action takes some time to 
complete or completes with poor behaviour like the open terminal option

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-session-flashback 1:3.18.2-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar  7 13:26:27 2016
InstallationDate: Installed on 2016-02-06 (29 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160205)
PackageArchitecture: all
SourcePackage: gnome-flashback
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  Opening nautilus's location options menu causes excessive cpu &
  nautilus hang/slowdown

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

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


[Bug 1500039] Re: Ubuntu Phone is not getting a mobile network cell triangulation position

2016-03-07 Thread Robin Heroldich
Any update on this?

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

Title:
  Ubuntu Phone is not getting a mobile network cell triangulation
  position

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

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


[Bug 1516403] Re: Upper angles of window not curved

2016-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/gtk/unity-border-radius-support

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

Title:
  Upper angles of window not curved

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

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


[Bug 596282] Re: Example in info page is incomplete

2016-03-07 Thread LocutusOfBorg
fixed already in 2.6.0

** Changed in: flex (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/596282

Title:
  Example in info page is incomplete

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

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


[Bug 1534098] Re: Update to libsndfile version 1.0.26

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

** Changed in: libsndfile (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/1534098

Title:
  Update to libsndfile version 1.0.26

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

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


[Bug 1516403] Re: Upper angles of window not curved

2016-03-07 Thread Treviño
** Changed in: unity (Ubuntu Xenial)
   Status: Triaged => In Progress

** Branch linked: lp:~3v1n0/unity/gtk-border-radius-support

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

Title:
  Upper angles of window not curved

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

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


[Bug 1549314] Re: System Settings should use qsysteminfo to determine connected inputs

2016-03-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings -
0.3+16.04.20160304-0ubuntu1

---
ubuntu-system-settings (0.3+16.04.20160304-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ jonas-drange ]
  * Drop our own InputInfo implementation and use QSystemInfo 5.5. (LP:
#1549314)

 -- ci-train-...@canonical.com (Jonas G. Drange)  Fri, 04 Mar 2016
13:58:59 +

** Changed in: ubuntu-system-settings (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/1549314

Title:
  System Settings should use qsysteminfo to determine connected inputs

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

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


[Bug 1554079] Re: The icon does not change for active VPN connection

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

** Changed in: indicator-network (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/1554079

Title:
  The icon does not change for active VPN connection

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

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


[Bug 1554162] Re: vlc was in background

2016-03-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1553766 ***
https://bugs.launchpad.net/bugs/1553766

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 #1553766, 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.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1554162/+attachment/4591713/+files/CoreDump.gz

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1554162/+attachment/4591716/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1554162/+attachment/4591717/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 1553766

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  vlc was in background

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

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


[Bug 1554167] [NEW] the changelog formatting code isn't adapted to the content

2016-03-07 Thread Sebastien Bacher
Public bug reported:

The description of the update is displayed with new lines removed, that
matches the upstream design style but not the Ubuntu changelog which are
often in a format with sections/items. It would look better to display
the text without formating as it has been written

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

** Summary changed:

- the changelog formatting is code isn't adapted to the context
+ the changelog formatting is code isn't adapted to the content

** Summary changed:

- the changelog formatting is code isn't adapted to the content
+ the changelog formatting code isn't adapted to the content

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

Title:
  the changelog formatting code isn't adapted to the content

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

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


[Bug 1530502] Re: ASUS (UX305CA) Touchpad does not work.

2016-03-07 Thread Jim Klein
If you have an option in your BIOS to set the Touchpad to "Basic" mode
(Acer devices have this option, for example), try that. If not, add
i8042.nopnp to the vmlinuz line in grub.cfg and it should work fine.

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

Title:
  ASUS (UX305CA) Touchpad does not work.

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

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


[Bug 1554164] [NEW] Invalid read in get_changelog()

2016-03-07 Thread Sebastien Bacher
Public bug reported:

Using the current xenial version

==17507== Invalid read of size 1
==17507==at 0x50BBE40: _IO_default_xsputn (genops.c:475)
==17507==by 0x5092892: vfprintf (vfprintf.c:1642)
==17507==by 0x5148A7B: __vasprintf_chk (vasprintf_chk.c:66)
==17507==by 0x4F46437: g_vasprintf (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4F1F7D4: g_strdup_vprintf (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4F1F81F: g_strdup_printf (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0xA5BFFEF: get_changelog (gs-plugin-apt.c:408)
==17507==by 0xA5BFFEF: gs_plugin_refine (gs-plugin-apt.c:502)
==17507==by 0x8081199: gs_plugin_loader_run_refine_plugin 
(gs-plugin-loader.c:210)
==17507==by 0x8081199: gs_plugin_loader_run_refine (gs-plugin-loader.c:270)
==17507==by 0x8081D42: gs_plugin_loader_run_results (gs-plugin-loader.c:435)
==17507==by 0x80821B3: gs_plugin_loader_get_updates_thread_cb 
(gs-plugin-loader.c:823)
==17507==by 0x4D1211C: g_task_thread_pool_thread (in 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0.4706.0)
==17507==by 0x4F289E3: g_thread_pool_thread_proxy (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4F27F89: g_thread_proxy (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x5036189: start_thread (pthread_create.c:333)
==17507==by 0x513830D: clone (clone.S:122)
==17507==  Address 0xc86ef78 is 0 bytes inside a block of size 12 free'd
==17507==at 0x402D378: free (in 
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==17507==by 0x4F062BF: g_free (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4ED3C6D: g_ptr_array_foreach (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4ED3D2A: ptr_array_free (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x805B1EF: gs_app_set_sources (gs-app.c:701)
==17507==by 0x805EB71: gs_app_subsume (gs-app.c:2076)
==17507==by 0x8080FCE: gs_plugin_loader_dedupe (gs-plugin-loader.c:148)
==17507==by 0x8081049: gs_plugin_loader_list_dedupe (gs-plugin-loader.c:168)
==17507==by 0x8081D2A: gs_plugin_loader_run_results (gs-plugin-loader.c:432)
==17507==by 0x8081E7E: gs_plugin_loader_get_installed_thread_cb 
(gs-plugin-loader.c:1198)
==17507==by 0x4D1211C: g_task_thread_pool_thread (in 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0.4706.0)
==17507==by 0x4F289E3: g_thread_pool_thread_proxy (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4F27F89: g_thread_proxy (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x5036189: start_thread (pthread_create.c:333)
==17507==by 0x513830D: clone (clone.S:122)
==17507==  Block was alloc'd at
==17507==at 0x402C19C: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==17507==by 0x4F06198: g_malloc (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4F1F5FD: g_strdup (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x805B110: gs_app_add_source (gs-app.c:674)
==17507==by 0xA5C0614: gs_plugin_add_updates (gs-plugin-apt.c:812)
==17507==by 0x8081D92: gs_plugin_loader_run_results_plugin 
(gs-plugin-loader.c:378)
==17507==by 0x8081D92: gs_plugin_loader_run_results (gs-plugin-loader.c:421)
==17507==by 0x80821B3: gs_plugin_loader_get_updates_thread_cb 
(gs-plugin-loader.c:823)
==17507==by 0x4D1211C: g_task_thread_pool_thread (in 
/usr/lib/i386-linux-gnu/libgio-2.0.so.0.4706.0)
==17507==by 0x4F289E3: g_thread_pool_thread_proxy (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x4F27F89: g_thread_proxy (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.4706.0)
==17507==by 0x5036189: start_thread (pthread_create.c:333)
==17507==by 0x513830D: clone (clone.S:122)

** Affects: gnome-software (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/1554164

Title:
  Invalid read in get_changelog()

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

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


[Bug 1554166] [NEW] Downloads changelogs for non desktop components

2016-03-07 Thread Sebastien Bacher
Public bug reported:

Using the current xenial version, seeing the warning on the command line
it seems the code tries to download the changelogs for all the packages
that have an update, but then it filters things out to display only
desktop components ... there is no need to download content for things
that are not displayed in the interface

** Affects: gnome-software (Ubuntu)
 Importance: Low
 Status: New

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Downloads changelogs for non desktop components

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

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


[Bug 1464917] Re: reboot hangs at 'Reached target Shutdown'

2016-03-07 Thread xtrchessreal
I am no expert but I looked into the systemd shutdown.target as well and found 
no parameters that can be changed.  I also performed a swap test where I loaded 
the swap partition to over 54% roughly 4.2 gig while my ram was at 87% full.  I 
have 3.7 gig ram available and 8.1 gig swap on my machine.  I loaded the system 
using Gimp opening and entire folder of photos, opening a browser and streaming 
a youtube movie. I then closed all applications and waited for 20 minutes with 
the monitor open. The swap file did lose half of its stored data to about 2 gig 
but then it seemed to pause at that point for a long time, longer than I was 
willing to wait.  I then ran:
sudo swapoff -a && systemctl poweroff

The swapoff process took another 10+ minutes and then the shutdown took
place without the hang.

It is my belief that the swap management app/function built into the OS
is the issue or at least part of it.

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

Title:
  reboot hangs at 'Reached target Shutdown'

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

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


[Bug 1404729] Re: When a bluetooth output device is paired no volume control thru indicator-sound

2016-03-07 Thread Doug McMahon
** Changed in: pulseaudio (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/1404729

Title:
  When a bluetooth output device is paired no volume control thru
  indicator-sound

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

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


[Bug 1423107] Re: Calendars listed in app should match system settings

2016-03-07 Thread Renato Araujo Oliveira Filho
I think they are very different concepts.

On online account screen you are disable/enabling account sync. (Some
people can choose to do only the fisrt sync and disable it after).

On calendar app you are choosing if you want the events to be displayed
on the calendar app or indicator. What you can do even if the sync is
disabled.

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

Title:
  Calendars listed in app should match system settings

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

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


[Bug 1533343] Re: No sound from internal speakers after boot with connected headphones

2016-03-07 Thread Timo
then I restarted the machine without the headphones plugged in, took
alsa-info.sh

diff woheadphonesworking woheadphonesnotworking > diffgoodbad


** Attachment added: "diff of good and bad status unplugged headphones"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1533343/+attachment/4591712/+files/diffgoodbad

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

Title:
  No sound from internal speakers after boot with connected headphones

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

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


[Bug 1554152] Re: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment

2016-03-07 Thread Andreas Hasenack
Sorry, pressed enter too quickly:


root@maaslds:/var/log/maas/proxy# grep entropy access.log
root@maaslds:/var/log/maas/proxy# dig +short entropy.ubuntu.com
91.189.94.10
91.189.94.24
root@maaslds:/var/log/maas/proxy# grep 91.189.94.10 access.log
root@maaslds:/var/log/maas/proxy# grep 91.189.94.24 access.log
root@maaslds:/var/log/maas/proxy# 

The proxy recorded no access for the entropy site ("entropy.ubuntu.com")

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

Title:
  pollinate fails in many circumstances, cloud-init reports that
  failure, maas reports node failed deployment

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

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


[Bug 1554152] Re: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment

2016-03-07 Thread Andreas Hasenack
I think the pollinate job is also ignoring https_proxy.

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

Title:
  pollinate fails in many circumstances, cloud-init reports that
  failure, maas reports node failed deployment

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

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


[Bug 1515446] Re: network file systems in FSTAB no longer mount at boot with NetworkManager

2016-03-07 Thread Rolf Anders
I can confirm that the bug is fixed in network-manager 1.0.4-0ubuntu5.3.
Thanks!

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

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

Title:
  network file systems in FSTAB no longer mount at boot with
  NetworkManager

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

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


[Bug 1516403] Re: Upper angles of window not curved

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

** Changed in: gtk+3.0 (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/1516403

Title:
  Upper angles of window not curved

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

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


[Bug 1516403] Re: Upper angles of window not curved

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

** Changed in: gtk+3.0 (Ubuntu Xenial)
   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/1516403

Title:
  Upper angles of window not curved

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

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


[Bug 1516403] Re: Upper angles of window not curved

2016-03-07 Thread Treviño
** Also affects: gtk (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/1516403

Title:
  Upper angles of window not curved

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

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


[Bug 1516403] Re: Upper angles of window not curved

2016-03-07 Thread Treviño
** Package changed: gtk (Ubuntu Xenial) => gtk+3.0 (Ubuntu Xenial)

** Changed in: gtk+3.0 (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: gtk+3.0 (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: gtk+3.0 (Ubuntu Xenial)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  Upper angles of window not curved

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

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

[Bug 1554160] [NEW] changelogs start with source names and the parser uses the binary one

2016-03-07 Thread Sebastien Bacher
Public bug reported:

Using current xenial get_changelog() has

"   // Extract changelog entries newer than our current version
changelog_prefix = g_strdup_printf ("%s (", source);"

"source"  is the binary package name though but the changelog uses the
source_pkg name

That's an issue with e.g language-selector where the .desktop is
"language-selector-common" and that's what the parser tries to use

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

** Summary changed:

- changelogs start with source names and the parser use the binary one
+ changelogs start with source names and the parser uses the binary one

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

Title:
  changelogs start with source names and the parser uses the binary one

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

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


[Bug 1554158] Re: Ubuntu GNOME Xenial install ended with tty1 prompt

2016-03-07 Thread Erick Brunzell
I noticed this snippet in the syslog:

Mar  7 11:07:51 lance-AMD-desktop kernel: [  953.404371] nouveau :00:0d.0: 
bus: MMIO write of 06490001 FAULT at 00b010
Mar  7 11:07:53 lance-AMD-desktop kernel: [  954.715857] nouveau :00:0d.0: 
bus: MMIO write of  FAULT at 00b010
Mar  7 11:13:11 lance-AMD-desktop kernel: [ 1273.307058] nouveau :00:0d.0: 
bus: MMIO write of  FAULT at 00b020
Mar  7 11:13:51 lance-AMD-desktop AptDaemon: INFO: Quitting due to inactivity
Mar  7 11:13:51 lance-AMD-desktop org.freedesktop.PackageKit[612]: 11:13:51 
AptDaemon [INFO]: Quitting due to inactivity
Mar  7 11:13:51 lance-AMD-desktop org.freedesktop.PackageKit[612]: 11:13:51 
AptDaemon [INFO]: Quitting was requested
Mar  7 11:13:51 lance-AMD-desktop AptDaemon: INFO: Quitting was requested

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

Title:
  Ubuntu GNOME Xenial install ended with tty1 prompt

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

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


[Bug 1548887] Re: [MIR] ubuntu-snappy

2016-03-07 Thread Michael Terry
For ubuntu-snappy itself, I don't consider the remaining items blockers
for promotion.  I know you're working on a slimmed down dep8 suite and
man pages etc.  And the test failure I'm seeing is local to me.  So we
don't need to block on them.

Though its dependencies need to be updated I imagine still for various
golang renames.

** Changed in: ubuntu-snappy (Ubuntu)
   Status: Incomplete => 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/1548887

Title:
  [MIR] ubuntu-snappy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-mvo5-uboot-go/+bug/1548887/+subscriptions

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


[Bug 1546159] Comment bridged from LTC Bugzilla

2016-03-07 Thread bugproxy
--- Comment From bren...@br.ibm.com 2016-03-07 13:06 EDT---
Was this patch sent to linux-next?

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

Title:
  ISST-LTE: high cpus number need a high crashkernel value in kdump

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

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


[Bug 1548031] Re: wrong date in series schedule

2016-03-07 Thread Renato Araujo Oliveira Filho
** Also affects: indicator-datetime (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/1548031

Title:
  wrong date in series schedule

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

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


[Bug 1554158] Re: Ubuntu GNOME Xenial install ended with tty1 prompt

2016-03-07 Thread Erick Brunzell
journalerrors from the same time:

Mar 07 11:07:15 username-AMD-desktop systemd-tmpfiles[10718]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Mar 07 11:07:51 username-AMD-desktop kernel: nouveau :00:0d.0: bus: MMIO 
write of 06490001 FAULT at 00b010
Mar 07 11:07:53 username-AMD-desktop kernel: nouveau :00:0d.0: bus: MMIO 
write of  FAULT at 00b010
Mar 07 11:13:11 username-AMD-desktop kernel: nouveau :00:0d.0: bus: MMIO 
write of  FAULT at 00b020
Mar 07 11:13:51 username-AMD-desktop org.freedesktop.PackageKit[612]: 11:13:51 
AptDaemon [INFO]: Quitting due to inactivity
Mar 07 11:13:51 username-AMD-desktop org.freedesktop.PackageKit[612]: 11:13:51 
AptDaemon [INFO]: Quitting was requested

I think everything that's shown after that is activity after booting
into the 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/1554158

Title:
  Ubuntu GNOME Xenial install ended with tty1 prompt

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

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


[Bug 1554065] Re: Logitech presenter only working partially

2016-03-07 Thread Michael Fiedler
** Description changed:

  The Logitech R400 presenter's buttons for starting a presentation and
  toggling the screen to black does not work any more since at least
- Ubuntu 14.04 (it had worked in a previous Ubuntu version I do not
+ Ubuntu 13.10 [1] (it had worked in a previous Ubuntu version I do not
  remember exactly and it still worked in Debian 7 Wheezy but also does
  not work any more in Debian 8 Jessie). The buttons for the next and
  previous slide still do.
+ 
+   [1] https://forum.ubuntuusers.de/topic/probleme-mit-logitech-r400
+ -presenter-unter-13-/
  
  This presenter model has probably been one of the most widely spread
  ones since many years. I've bought mine in 2010 and it still is the best
  selling presenter on amazon.com and amazon.de. So really a lot of people
  are affected (moreover, similar Logitech models do exist, too).
  
  The problem seems to be in file /lib/udev/hwdb.d/60-keyboard.hwdb – the
  "displaytoggle" and "presentation" entries do not seem to be mapped to a
  key correctly (I do not understand how that mapping works in more
  detail). As a workaround, the Logitech R400 entry in this file can be
  changed (see attached patch) followed by
  
  sudo udevadm hwdb --update
  
  but it does not seem to be a real solution as other devices are probably
  affected, too. The real solution would probably be to get the
  "toggledisplay" etc. entries in this configuration file to be mapped
  correctly.
  
  latest Ubuntu version tested: 15.10
  udev package version: 225-1ubuntu9

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

Title:
  Logitech presenter only working partially

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

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

[Bug 1533343] Re: No sound from internal speakers after boot with connected headphones

2016-03-07 Thread Timo
Hi and thanks for responding,

I tried this: booted with headphones plugged in, so sound is not working
when headphones are unplugged but sound works with headphones

diff wheadphonesworking woheadphonesnotworking > badstatus


** Attachment added: "diff of bad status"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1533343/+attachment/4591711/+files/badstatus

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

Title:
  No sound from internal speakers after boot with connected headphones

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

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


[Bug 1554134] Re: [FFe] python-django-compressor 2.0

2016-03-07 Thread James Page
Testing: deployed openstack-dashboard packages with new version of
compressor - tests OK.

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

Title:
  [FFe] python-django-compressor 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-compressor/+bug/1554134/+subscriptions

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


[Bug 1554152] Re: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment

2016-03-07 Thread Andreas Hasenack
** Tags added: kanban-cross-team landscape

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

Title:
  pollinate fails in many circumstances, cloud-init reports that
  failure, maas reports node failed deployment

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

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


[Bug 1554134] Re: [FFe] python-django-compressor 2.0

2016-03-07 Thread James Page
Build log: https://launchpad.net/~james-
page/+archive/ubuntu/xenial/+build/9312259

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

Title:
  [FFe] python-django-compressor 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-compressor/+bug/1554134/+subscriptions

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


[Bug 1500561] Re: Mode switching not automatic if previously set

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

** Changed in: qtmir (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/1500561

Title:
  Mode switching not automatic if previously set

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

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


[Bug 1553482] Re: Access to microphone is allowed even when user denies access to "video and microphone"

2016-03-07 Thread Peter Bittner
MPT, please state which channel you are using. On vegeta OTA-9.1 there
is only a single dialog that pops up.

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

Title:
  Access to microphone is allowed even when user denies access to "video
  and microphone"

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

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


[Bug 1543165] Re: kernel: update kernel configuration

2016-03-07 Thread Dimitri John Ledkov
The following config changes will be fixed soon:
CONFIG_NUMA
CONFIG_REGMAP
CONFIG_NET_VENDOR_EMULEX
CONFIG_BE2NET
CONFIG_BE2NET_VXLAN
CONFIG_NET_VENDOR_SYNOPSYS
CONFIG_NVMEM

The requests below two keys are currently out of scope, with the generic kernel 
config policy for Ubuntu:
CONFIG_PREEMPT_NONE
CONFIG_SCSI_SCAN_ASYNC

We ship PREEMPT_VOLUNTARY & CONFIG_SCSI_SCAN_ASYNC on all architectures
(including ppc64, ppc64el, and s390x) and this is what we support and
have shipped at least since lucid (6 years +). If you really want to
escalate changes to these two config keys from what Ubuntu users expect
on Ubuntu, please provide details of fundamental s390x architecture
specific difference that result in worse generic performance when
configured like we currently have; or for example why that's the wrong
thing to do across all architectures. To me, both of those config keys
are more-or-less architecture-agnostic and in general improve
performance without significant performance impacts. BTW, IBM z/KVM
appears to ship with CONFIG_SCSI_SCAN_ASYNC=y too.

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

Title:
  kernel: update kernel configuration

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

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


[Bug 1266992] Re: 'Top Bar -> Show Application Menu' - Incorrect action

2016-03-07 Thread Nikita Yerenkov-Scott
Was an upstream bug report ever filed on this? Because I just
experienced the issue so I will if I can't find one already upstream...

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

Title:
  'Top Bar -> Show Application Menu' - Incorrect action

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

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


[Bug 1364653] Re: Daily Recurring Events need refresh to appear when created from DayView

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: ubuntu-calendar-app
   Importance: Medium => High

** Changed in: qtorganizer5-eds (Ubuntu)
   Importance: Undecided => High

** Tags added: recurrence

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

Title:
  Daily Recurring Events need refresh to appear when created from
  DayView

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

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


[Bug 1318360] Re: Poor microphone quality (mako)

2016-03-07 Thread Nate
I also have this issue on my Nexus 4:

LGE Nexus 4 (mako)
OTA-9.1
Ubuntu image part: 20160217.1
Ubuntu 15.04 - armhf (20160217-111536)
device image part: 20160112
device build description:
aosp_mako-userdebug 4.4.2 KOT49H
20160107-1211-0ubuntu4 test-keys
Custom image part: 20160217.1

Is there a workaround other than holding my phone to my mouth while
using speaker phone?

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

Title:
  Poor microphone quality (mako)

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

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


[Bug 1533681] Re: imported google calendar events sound when they shouldn't

2016-03-07 Thread Jamie Strandboge
fwiw, the proposal in comment #6 sounds good.

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

Title:
  imported google calendar events sound when they shouldn't

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

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



[Bug 1554158] [NEW] Ubuntu GNOME Xenial install ended with tty1 prompt

2016-03-07 Thread Erick Brunzell
Public bug reported:

Not sure what happened here but I just installed Ubuntu GNOME Xenial
20160306 amd64 and towards the end of the install the screen went blank
and displayed a tty1 login prompt. I waited a little while but nothing
appeared to be responsive so I did a hard reboot. Surprisingly I was
able to boot the new install afterwards but clean-up was not complete.
Ubiquity was still installed so the "install release" icon is in the
launcher and the live media was still clicked-on in software settings.
Maybe the logs will provide some evidence of what happened.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.47
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Mar  7 11:49:44 2016
InstallCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/sdc6
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Ubuntu GNOME Xenial install ended with tty1 prompt

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

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


[Bug 1423107] Re: Calendars listed in app should match system settings

2016-03-07 Thread Bill Filler
in the latest, if the online account is deleted we delete the calendar
from the list in the app. But we should also disable viewing it in the
calendar (but leave it in the list) if Calendar syncing is turned off in
the system settings, otherwise user could get confused as to why syncing
not happening.

** Changed in: ubuntu-calendar-app
   Importance: Medium => High

** Changed in: ubuntu-calendar-app
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: qtorganizer5-eds (Ubuntu)
   Importance: Undecided => High

** Changed in: qtorganizer5-eds (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

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

Title:
  Calendars listed in app should match system settings

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

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


<    1   2   3   4   5   6   7   8   9   10   >