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

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

[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
Server Team, which is subscribed to pollinate in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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
Server Team, which is subscribed to cloud-init in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 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
Server Team, which is subscribed to cloud-init in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 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 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
Server Team, which is subscribed to pollinate in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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


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

2016-03-07 Thread Nikita Yerenkov-Scott
** Also affects: gnome-tweak-tool (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/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 1553110] Re: weird output of ldd on arm64

2016-03-07 Thread Oliver Grawert
http://paste.ubuntu.com/15322243/ has the output of ldd vs ldd.REAL inside the 
build env, apart from the zeroed addresses they seem to match.
yet, if you check i.e. 
https://launchpadlibrarian.net/246864900/buildlog_ubuntu-xenial-arm64.initramfs-tools-ubuntu-core_0.7.35_BUILDING.txt.gz
 you will see that copy_exec /sbin/parted does not pull libs in at all.

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

Title:
  weird output of ldd on arm64

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

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


[Bug 1553110] Re: weird output of ldd on arm64

2016-03-07 Thread Oliver Grawert
also note this latter bit does not seem limited to arm64 at all ...
these libs are missing on all arches for initramfs-tools-ubuntu-core

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

Title:
  weird output of ldd on arm64

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

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


[Bug 1551421] Re: dpkg installation routine of dlm depends on corosync to be installed and started

2016-03-07 Thread James Page
*** This bug is a duplicate of bug 1248054 ***
https://bugs.launchpad.net/bugs/1248054

** This bug has been marked a duplicate of bug 1248054
   [SRU] dlm package installation fails

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

Title:
  dpkg installation routine of dlm depends on corosync to be installed
  and started

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1491745] Re: Package does not ship dlm_stonith

2016-03-07 Thread James Page
** Changed in: dlm (Ubuntu)
   Status: New => Triaged

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

Title:
  Package does not ship dlm_stonith

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

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


[Bug 1439049] Re: Indicator entry doesn’t open event details

2016-03-07 Thread Bill Filler
the indicator is not passing the correct argument to the app (i.e.
eventId) so this needs to be fixed.

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

** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-datetime (Ubuntu)
   Status: New => Confirmed

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => High

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

Title:
  Indicator entry doesn’t open event details

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

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

[Bug 1551421] Re: dpkg installation routine of dlm depends on corosync to be installed and started

2016-03-07 Thread James Page
*** This bug is a duplicate of bug 1248054 ***
https://bugs.launchpad.net/bugs/1248054

** This bug has been marked a duplicate of bug 1248054
   [SRU] dlm package installation fails

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

Title:
  dpkg installation routine of dlm depends on corosync to be installed
  and started

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

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


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

2016-03-07 Thread Scott Moser
Public bug reported:

cloud-init runs pollinate via 'cc_seed_random.py' config job.

Some points
a.) in addition to seeding via pollinate seed_random will seed the random 
device with data from the datasource if it is provided (azure and openstack 
provide a random seed for this purpose)
b.) we really want seed_random to run before ssh , so that keys are generated 
with good entropy in place.
c.) seed_random runs early via 'init_modules' mostly to accomplish 'b'.  
Unfortunately, network is not guaranteed at this point if the datasource is a 
'local' datasource (such as config drive).
e.) in many cases pollinate will not have access to https://entropy.ubuntu.com 
(due to firewall or disconnected)
f.) in xenial, cloud-init reports events to maas as they occur, and when this 
module fails, it reports that.
g.) maas marks nodes as failed deployment when cloud-init reports failure

End result, if you dont have access to entropy.ubuntu.com, then you fail
deployment.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: cloud-init 0.7.7~bzr1176-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
NonfreeKernelModules: ufs qnx4 hfsplus hfs minix ntfs msdos
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Mon Mar  7 17:30:00 2016
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Affects: maas
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug uec-images xenial

** Also affects: cloud-init
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2016-03-07 Thread Scott Moser
Public bug reported:

cloud-init runs pollinate via 'cc_seed_random.py' config job.

Some points
a.) in addition to seeding via pollinate seed_random will seed the random 
device with data from the datasource if it is provided (azure and openstack 
provide a random seed for this purpose)
b.) we really want seed_random to run before ssh , so that keys are generated 
with good entropy in place.
c.) seed_random runs early via 'init_modules' mostly to accomplish 'b'.  
Unfortunately, network is not guaranteed at this point if the datasource is a 
'local' datasource (such as config drive).
e.) in many cases pollinate will not have access to https://entropy.ubuntu.com 
(due to firewall or disconnected)
f.) in xenial, cloud-init reports events to maas as they occur, and when this 
module fails, it reports that.
g.) maas marks nodes as failed deployment when cloud-init reports failure

End result, if you dont have access to entropy.ubuntu.com, then you fail
deployment.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: cloud-init 0.7.7~bzr1176-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
Uname: Linux 4.4.0-10-generic x86_64
NonfreeKernelModules: ufs qnx4 hfsplus hfs minix ntfs msdos
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Mon Mar  7 17:30:00 2016
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Affects: maas
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug uec-images xenial

** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Also affects: pollinate (Ubuntu)
   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/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 1491745] Re: Package does not ship dlm_stonith

2016-03-07 Thread James Page
** Changed in: dlm (Ubuntu)
   Status: New => Triaged

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

Title:
  Package does not ship dlm_stonith

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2016-03-07 Thread Matthew Paul Thomas
If I go to https://appear.in/test-drive and tap “Allow”, I then get two
trust-store dialogs: one saying that “Browser wants to record audio”,
and then a few seconds later, one *on top* saying “Browser wants to
access CameraService”.

An index to these bugs:
(A) the oxide prompt seems confusingly/redundantly similar to the trust-store 
one: bug 1553713
(B) the browser can somehow use the microphone without trust-store granting it 
permission: this bug report, apparently (but then why doesn’t it belong to 
trust-store or pulseaudio?)
(C) either trust-store does not provide the combined “record video” permission 
yet, bug 1554142, or the browser does not use it when it should, bug 1554149
(D) the camera permission is called “access CameraService” rather than 
something in English: bug 1554138
(E) when an app asks for multiple permissions at once, trust-store stacks them: 
not reported yet

-- 
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 1553253] Re: package dlm 4.0.1-0ubuntu4 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-03-07 Thread James Page
*** This bug is a duplicate of bug 1248054 ***
https://bugs.launchpad.net/bugs/1248054

** Changed in: dlm (Ubuntu)
   Status: New => Triaged

** Changed in: dlm (Ubuntu)
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 1248054
   [SRU] dlm package installation fails

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

Title:
  package dlm 4.0.1-0ubuntu4 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2016-03-07 Thread Matthew Paul Thomas
** Description changed:

  0. Flash the phone.
  1. In the Browser, go to a page that asks both to record video and use the 
microphone, such as .
  
  What happens:
  * A prompt appears asking to record audio.
  * Another prompt appears asking to use the camera.
  
  What should happen:
  * Only one prompt appears, asking to record video, which includes the ability 
to use the microphone.
  
  
  This might not be fixable, if the Web APIs for recording video and audio
  are separate.
+ 
+ If it is fixable, it might first require implementing the combined
+ permission in trust-store.

-- 
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 1553253] Re: package dlm 4.0.1-0ubuntu4 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-03-07 Thread James Page
*** This bug is a duplicate of bug 1248054 ***
https://bugs.launchpad.net/bugs/1248054

** Changed in: dlm (Ubuntu)
   Status: New => Triaged

** Changed in: dlm (Ubuntu)
   Importance: Undecided => High

** This bug has been marked a duplicate of bug 1248054
   [SRU] dlm package installation fails

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

Title:
  package dlm 4.0.1-0ubuntu4 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

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

[Bug 1554149] [NEW] Asks for separate permission for microphone and camera

2016-03-07 Thread Matthew Paul Thomas
Public bug reported:

0. Flash the phone.
1. In the Browser, go to a page that asks both to record video and use the 
microphone, such as .

What happens:
* A prompt appears asking to record audio.
* Another prompt appears asking to use the camera.

What should happen:
* Only one prompt appears, asking to record video, which includes the ability 
to use the microphone.


This might not be fixable, if the Web APIs for recording video and audio
are separate.

If it is fixable, it might first require implementing the combined
permission in trust-store.

** Affects: webbrowser-app (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/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 1554070] Re: Linuxmint freeze

2016-03-07 Thread Robinwood
Excuse me, I post in linuxmint section.
Can you deleted this post, please?

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

Title:
  Linuxmint freeze

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

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


[Bug 1554142] [NEW] Camera permission includes video but not microphone

2016-03-07 Thread Matthew Paul Thomas
Public bug reported:

0. Flash the phone.
1. Launch the Camera.
2. Tap the video button.
3. When something you want to record is about to start, tap the record button.

What happens: 
1. The system asks for permission to let Camera use the camera.
2. Nothing.
3. The system asks for permission to let Camera use the microphone — at the 
worst possible moment.

What should happen:
1. The system asks for permission to let Camera take photos.
2. The system asks for permission to let Camera record video.
3. Nothing, because the ability to record video includes the ability to use the 
microphone.


The relevant trust-store permission may not exist yet. If it doesn’t,
this needs fixing in trust-store first.

Then, the camera app needs fixing to try recording *video* before you
actually tap record, i.e. when you first switch to video mode, so that
the prompt isn’t triggered later at the worst possible moment.

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: trust-store (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: webbrowser-app (Ubuntu) => camera-app (Ubuntu)

** Also affects: trust-store (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/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 1554145] [NEW] Please remove linux-manta from the archives

2016-03-07 Thread Łukasz Zemczak
Public bug reported:

Rationale: until recently, the only consumer of the linux-manta packages
was the android package - although not through explicit build-depends,
as the package was downloading linux-manta manually during package
build. We removed support for building device bits for manta in the
android package recently, so there is no official use for this package.
We are also officially dropping support for manta in system-image. This
ubuntu-touch device was unsupported with no one working on it since at
least half a year.

We would like to request the removal of this package to get some burden
off the kernel team. Doesn't make sense for them to waste cycles with
security fixes for a kernel that's not used in Ubuntu. The reverse-
depends show no reverse dependencies.

** Affects: linux-manta (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/1554145

Title:
  Please remove linux-manta from the archives

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

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


[Bug 1455694] Re: package grub-pc 2.02~beta2-22ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 zurück

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

** Changed in: grub2 (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/1455694

Title:
  package grub-pc 2.02~beta2-22ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  127 zurück

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

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

[Bug 1554135] Re: package linux-image-3.16.0-62-generic 3.16.0-62.83~14.04.1 failed to install/upgrade: package linux-image-3.16.0-62-generic is already installed and configured

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

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

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

Title:
  package linux-image-3.16.0-62-generic 3.16.0-62.83~14.04.1 failed to
  install/upgrade: package linux-image-3.16.0-62-generic is already
  installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1554135/+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 Bill Filler
** Changed in: ubuntu-calendar-app
   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/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 1554134] Re: [FFe] python-django-compressor 2.0

2016-03-07 Thread James Page
** Description changed:

- I'd like to rev django-compressor to 2.0; this is a single version jump
- from 1.6 and brings some important improvements, but will require MIR's
+ I'd like to rev django-compressor to 2.0; this is a two version jump
+ from 1.5 and brings some important improvements, but will require MIR's
  for three extra packages:
  
- - python-rjsmin
- - python-rcssmin
+ - python-rjsmin
+ - python-rcssmin
  
  These two where vendored into the django-compressor source tree.
  
- - python-csscompressor
+ - python-csscompressor
  
  Most importantly this brings us inline with what the OpenStack project
  are testing with upstream, which will minimize and bugs caused by a diff
  in version in this component (supports the OpenStack dashboard).
  
  >
  
  Upstream changelog:
  
  v2.0 (01/07/2015)
  -
  
  `Full Changelog `_
  
  - Add Django 1.9 compatibility
  
  - Remove official support for Django 1.4 and 1.7
  
  - Add official support for Python 3.5
  
  - Remove official support for Python 2.6
  
  - Remove support for coffin and jingo
  
  - Fix Jinja2 compatibility for Django 1.8+
  
  - Stop bundling vendored versions of rcssmin and rjsmin, make them
  proper dependencies
  
  - Remove support for CSSTidy
  
  - Remove support for beautifulsoup 3.
  
  - Replace cssmin by csscompressor (cssmin is still available for
  backwards-compatibility but points to rcssmin)
  
+ v1.6 (11/19/2015)
+ -
+ 
+ `Full Changelog `_
+ 
+ - Upgrade rcssmin and rjsmin
+ 
+ - Apply CssAbsoluteFilter to precompiled css even when compression is
+ disabled
+ 
+ - Add optional caching to CompilerFilter to avoid re-compiling unchanged
+ files
+ 
+ - Fix various deprecation warnings on Django 1.7 / 1.8
+ 
+ - Fix TemplateFilter
+ 
+ - Fix double-rendering bug with sekizai extension
+ 
+ - Fix debug mode using destination directory instead of staticfiles
+ finders first
+ 
+ - Removed some silent exception catching in compress command
+ 
  >
  
  2.0 has been in Debian for some time; however for various reasons I've
  not got to it prior to now.
  
  Proposed merge changelog:
  
-   * Merge from Debian unstable.  Remaining changes:
- - d/p/disable-coffin-tests.patch: Dropped, no longer required as
-   upstream dropped support for coffin.
- - d/control: Drop BD's on django-discover-runner and csstidy; not
-   required in Ubuntu.
- - d/control: Drop BD's on coffin and jingo, no longer supported
-   upstream.
- - d/control: Drop (Build-)Depends on django-overextends and
-   django-sekizai, as these are optional dependencies.
- - d/p/disable-django-sekizai.patch: Skip django-sekizai if its not
-   installed.
+   * Merge from Debian unstable.  Remaining changes:
+ - d/p/disable-coffin-tests.patch: Dropped, no longer required as
+   upstream dropped support for coffin.
+ - d/control: Drop BD's on django-discover-runner and csstidy; not
+   required in Ubuntu.
+ - d/control: Drop BD's on coffin and jingo, no longer supported
+   upstream.
+ - d/control: Drop (Build-)Depends on django-overextends and
+   django-sekizai, as these are optional dependencies.
+ - d/p/disable-django-sekizai.patch: Skip django-sekizai if its not
+   installed.
  
  minimizing the dependency list by skipping some optional framework
  support.

-- 
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 1483170] Comment bridged from LTC Bugzilla

2016-03-07 Thread bugproxy
--- Comment From cdead...@us.ibm.com 2016-03-07 12:15 EDT---
 State: Verify by: panico on 07 March 2016 11:10:48 

Tested on the original gp6 system (PowerNV Ubuntu and nVidia K80) and
verified.  I ran a hardbootme on the system, shutting down and booting
the system every four hours over a two day period.

The system versions:
root@gp6p01:~# uname -a
Linux gp6p01 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 10:11:54 UTC 
2015 ppc64le ppc64le ppc64le GNU/Linux
root@gp6p01:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty

The system has this versions of firmware:
Current Side Driver:.fips811/b1105a_1540.811

Here is the hardbootme.log file from the script running on the lcb:

Bootme started at :
Fri Mar  4 16:38:39 CST 2016
==
System gp6 powered off at :
Fri Mar  4 17:12:41 CST 2016
System gp6 powering on at :
Fri Mar  4 17:22:41 CST 2016
==
==
System gp6 powered off at :
Fri Mar  4 20:01:48 CST 2016
System gp6 powering on at :
Fri Mar  4 20:11:48 CST 2016
==
==
System gp6 powered off at :
Sat Mar  5 00:00:59 CST 2016
System gp6 powering on at :
Sat Mar  5 00:10:59 CST 2016
==
==
System gp6 powered off at :
Sat Mar  5 04:01:09 CST 2016
System gp6 powering on at :
Sat Mar  5 04:11:09 CST 2016
==
==
System gp6 powered off at :
Sat Mar  5 08:01:20 CST 2016
System gp6 powering on at :
Sat Mar  5 08:11:20 CST 2016
==
==
System gp6 powered off at :
Sat Mar  5 12:01:31 CST 2016
System gp6 powering on at :
Sat Mar  5 12:11:31 CST 2016
==
==
System gp6 powered off at :
Sat Mar  5 16:01:41 CST 2016
System gp6 powering on at :
Sat Mar  5 16:11:41 CST 2016
==
==
System gp6 powered off at :
Sat Mar  5 20:00:52 CST 2016
System gp6 powering on at :
Sat Mar  5 20:10:52 CST 2016
==
==
System gp6 powered off at :
Sun Mar  6 00:01:03 CST 2016
System gp6 powering on at :
Sun Mar  6 00:11:03 CST 2016
==
==
System gp6 powered off at :
Sun Mar  6 04:01:13 CST 2016
System gp6 powering on at :
Sun Mar  6 04:11:13 CST 2016
==
==
System gp6 powered off at :
Sun Mar  6 08:01:24 CST 2016
System gp6 powering on at :
Sun Mar  6 08:11:24 CST 2016
==
==
System gp6 powered off at :
Sun Mar  6 12:01:35 CST 2016
System gp6 powering on at :
Sun Mar  6 12:11:35 CST 2016
==
==
System gp6 powered off at :
Sun Mar  6 16:00:46 CST 2016
System gp6 powering on at :
Sun Mar  6 16:10:46 CST 2016
==
==
System gp6 powered off at :
Sun Mar  6 20:00:57 CST 2016
System gp6 powering on at :
Sun Mar  6 20:10:57 CST 2016
==
==
System gp6 powered off at :
Mon Mar  7 00:01:08 CST 2016
System gp6 powering on at :
Mon Mar  7 00:11:08 CST 2016
==
==
System gp6 powered off at :
Mon Mar  7 04:01:19 CST 2016
System gp6 powering on at :
Mon Mar  7 04:11:19 CST 2016
==
==
System gp6 powered off at :
Mon Mar  7 08:01:30 CST 2016
System gp6 powering on at :
Mon Mar  7 08:11:30 CST 2016
==

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

Title:
  NVidia: Ubuntu: OS crashed into xmon Prompt;  scsi_report_bus_reset

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

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


[Bug 1362962] Re: Calendar icon usually shows the wrong date

2016-03-07 Thread Bill Filler
@renato
Please change the icon used in the indicator to use generic calendar icon that 
doesn't have a date as this is confusing (per design, comment 
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1362962/comments/7)

** Changed in: ubuntu-calendar-app
   Status: Confirmed => Invalid

** Changed in: indicator-datetime (Ubuntu)
   Importance: Wishlist => High

** Changed in: indicator-datetime (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/1362962

Title:
  Calendar icon usually shows the wrong date

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

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


[Bug 1554135] [NEW] package linux-image-3.16.0-62-generic 3.16.0-62.83~14.04.1 failed to install/upgrade: package linux-image-3.16.0-62-generic is already installed and configured

2016-03-07 Thread Jarodd
Public bug reported:

installArchives() failed: Setting up pm-utils (1.4.1-13ubuntu0.2) ...
Setting up linux-image-3.16.0-62-generic (3.16.0-62.83~14.04.1) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Not updating initrd symbolic links since we are being updated/reinstalled 
(3.16.0-62.82~14.04.1 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(3.16.0-62.82~14.04.1 was configured last, according to dpkg)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
update-initramfs: Generating /boot/initrd.img-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
Cration du fichier de configuration GRUB
Attention: Dfinir GRUB_TIMEOUT  une valeur non nulle si GRUB_HIDDEN_TIMEOUT est 
dfinie nest plus possible.
Image Linux trouve: /boot/vmlinuz-3.16.0-62-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-62-generic
Image Linux trouve: /boot/vmlinuz-3.16.0-60-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-60-generic
Image Linux trouve: /boot/vmlinuz-3.16.0-59-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-59-generic
Adding boot menu entry for EFI firmware configuration
fait
Setting up linux-headers-3.16.0-62 (3.16.0-62.83~14.04.1) ...
Setting up linux-image-extra-3.16.0-62-generic (3.16.0-62.83~14.04.1) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
update-initramfs: Generating /boot/initrd.img-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
Cration du fichier de configuration GRUB
Attention: Dfinir GRUB_TIMEOUT  une valeur non nulle si GRUB_HIDDEN_TIMEOUT est 
dfinie nest plus possible.
Image Linux trouve: /boot/vmlinuz-3.16.0-62-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-62-generic
Image Linux trouve: /boot/vmlinuz-3.16.0-60-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-60-generic
Image Linux trouve: /boot/vmlinuz-3.16.0-59-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-59-generic
Adding boot menu entry for EFI firmware configuration
fait
Setting up linux-headers-3.16.0-62-generic (3.16.0-62.83~14.04.1) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.16.0-62-generic 
/boot/vmlinuz-3.16.0-62-generic
Setting up linux-signed-image-3.16.0-62-generic (3.16.0-62.83~14.04.1) ...
Cration du fichier de configuration GRUB
Attention: Dfinir GRUB_TIMEOUT  une valeur non nulle si GRUB_HIDDEN_TIMEOUT est 
dfinie nest plus possible.
Image Linux trouve: /boot/vmlinuz-3.16.0-62-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-62-generic
Image Linux trouve: /boot/vmlinuz-3.16.0-60-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-60-generic
Image Linux trouve: /boot/vmlinuz-3.16.0-59-generic
Image mmoire initiale trouve: /boot/initrd.img-3.16.0-59-generic
Adding boot menu entry for EFI firmware configuration
fait
(Reading database ... 
(Reading database ... 5%%
(Reading database ... 10%%
(Reading database ... 15%%
(Reading database ... 20%%
(Reading database ... 25%%
(Reading database ... 30%%
(Reading database ... 35%%
(Reading database ... 40%%
(Reading database ... 45%%
(Reading database ... 50%%
(Reading database ... 55%%
(Reading database ... 60%%
(Reading database ... 65%%
(Reading database ... 70%%
(Reading database ... 75%%
(Reading database ... 80%%
(Reading database ... 85%%
(Reading database ... 90%%
(Reading database ... 95%%
(Reading database ... 100%%
(Reading database ... 290244 files and directories currently installed.)
Preparing to unpack .../libmm-glib0_1.0.0-2ubuntu1.1_amd64.deb ...
Unpacking libmm-glib0:amd64 (1.0.0-2ubuntu1.1) over (1.0.0-2ubuntu1) ...
Preparing to unpack 
.../bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu0.2_amd64.deb ...
Removing all DKMS Modules
Done.
Unpacking 

[Bug 1300210] Re: Google calendar events with video don't show link in event

2016-03-07 Thread Bill Filler
two things need to happen:
1) make sure the field gets synced via syncevolution
2) provide a field in the ui to display it, possibly in an "other" or generic 
place to display fields that might not always be relevant?

** Changed in: ubuntu-calendar-app
   Status: Incomplete => Confirmed

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

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

** Also affects: ubuntu-ux
   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/1300210

Title:
  Google calendar events with video don't show link in event

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

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


[Bug 1553071] Re: The input method engine are empty in the fcitx

2016-03-07 Thread Aron Xu
But this actually works for me, would you mind to some give more
information?

** Changed in: ubuntukylin
   Status: Confirmed => Incomplete

** Changed in: fcitx (Ubuntu)
   Status: New => Incomplete

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

Title:
  The input method  engine are empty in the fcitx

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

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


[Bug 1554138] [NEW] Camera permission is called “CameraService”

2016-03-07 Thread Matthew Paul Thomas
Public bug reported:

1. For the first time, set an app to request access to the camera. For
example, open the Camera app.

What you see: “{app} wants to access CameraService”

What you should see: “{app} wants to take photos”



** Affects: trust-store (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/1554138

Title:
  Camera permission is called “CameraService”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trust-store/+bug/1554138/+subscriptions

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

[Bug 1319544] Re: Needed policy groups for sync-monitor service

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: New => Invalid

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

Title:
  Needed policy groups for sync-monitor service

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

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


[Bug 1554134] [NEW] [FFe] python-django-compressor 2.0

2016-03-07 Thread James Page
Public bug reported:

I'd like to rev django-compressor to 2.0; this is a single version jump
from 1.6 and brings some important improvements, but will require MIR's
for three extra packages:

- python-rjsmin
- python-rcssmin

These two where vendored into the django-compressor source tree.

- python-csscompressor

Most importantly this brings us inline with what the OpenStack project
are testing with upstream, which will minimize and bugs caused by a diff
in version in this component (supports the OpenStack dashboard).

>

Upstream changelog:

v2.0 (01/07/2015)
-

`Full Changelog `_

- Add Django 1.9 compatibility

- Remove official support for Django 1.4 and 1.7

- Add official support for Python 3.5

- Remove official support for Python 2.6

- Remove support for coffin and jingo

- Fix Jinja2 compatibility for Django 1.8+

- Stop bundling vendored versions of rcssmin and rjsmin, make them
proper dependencies

- Remove support for CSSTidy

- Remove support for beautifulsoup 3.

- Replace cssmin by csscompressor (cssmin is still available for
backwards-compatibility but points to rcssmin)

>

2.0 has been in Debian for some time; however for various reasons I've
not got to it prior to now.

Proposed merge changelog:

  * Merge from Debian unstable.  Remaining changes:
- d/p/disable-coffin-tests.patch: Dropped, no longer required as
  upstream dropped support for coffin.
- d/control: Drop BD's on django-discover-runner and csstidy; not
  required in Ubuntu.
- d/control: Drop BD's on coffin and jingo, no longer supported
  upstream.
- d/control: Drop (Build-)Depends on django-overextends and
  django-sekizai, as these are optional dependencies.
- d/p/disable-django-sekizai.patch: Skip django-sekizai if its not
  installed.

minimizing the dependency list by skipping some optional framework
support.

** Affects: python-django-compressor (Ubuntu)
 Importance: High
 Status: New

** Changed in: python-django-compressor (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django-compressor in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1407997] Re: [calendar] Should be possible to disable reminders per-calendar

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Importance: Undecided => Medium

** Changed in: ubuntu-calendar-app
 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/1407997

Title:
  [calendar] Should be possible to disable reminders per-calendar

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

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


[Bug 1372254] Re: New Event in Calendar app not scheduled for the correct time zone.

2016-03-07 Thread Bill Filler
@renato
please confirm if this is still an issue or not

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

** Changed in: ubuntu-calendar-app
 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/1372254

Title:
  New Event in Calendar app not scheduled for the correct time zone.

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

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


[Bug 1554134] [NEW] [FFe] python-django-compressor 2.0

2016-03-07 Thread James Page
Public bug reported:

I'd like to rev django-compressor to 2.0; this is a single version jump
from 1.6 and brings some important improvements, but will require MIR's
for three extra packages:

- python-rjsmin
- python-rcssmin

These two where vendored into the django-compressor source tree.

- python-csscompressor

Most importantly this brings us inline with what the OpenStack project
are testing with upstream, which will minimize and bugs caused by a diff
in version in this component (supports the OpenStack dashboard).

>

Upstream changelog:

v2.0 (01/07/2015)
-

`Full Changelog `_

- Add Django 1.9 compatibility

- Remove official support for Django 1.4 and 1.7

- Add official support for Python 3.5

- Remove official support for Python 2.6

- Remove support for coffin and jingo

- Fix Jinja2 compatibility for Django 1.8+

- Stop bundling vendored versions of rcssmin and rjsmin, make them
proper dependencies

- Remove support for CSSTidy

- Remove support for beautifulsoup 3.

- Replace cssmin by csscompressor (cssmin is still available for
backwards-compatibility but points to rcssmin)

>

2.0 has been in Debian for some time; however for various reasons I've
not got to it prior to now.

Proposed merge changelog:

  * Merge from Debian unstable.  Remaining changes:
- d/p/disable-coffin-tests.patch: Dropped, no longer required as
  upstream dropped support for coffin.
- d/control: Drop BD's on django-discover-runner and csstidy; not
  required in Ubuntu.
- d/control: Drop BD's on coffin and jingo, no longer supported
  upstream.
- d/control: Drop (Build-)Depends on django-overextends and
  django-sekizai, as these are optional dependencies.
- d/p/disable-django-sekizai.patch: Skip django-sekizai if its not
  installed.

minimizing the dependency list by skipping some optional framework
support.

** Affects: python-django-compressor (Ubuntu)
 Importance: High
 Status: New

** Changed in: python-django-compressor (Ubuntu)
   Importance: Undecided => High

-- 
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 1554135] Re: package linux-image-3.16.0-62-generic 3.16.0-62.83~14.04.1 failed to install/upgrade: package linux-image-3.16.0-62-generic is already installed and configured

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

Title:
  package linux-image-3.16.0-62-generic 3.16.0-62.83~14.04.1 failed to
  install/upgrade: package linux-image-3.16.0-62-generic is already
  installed and configured

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

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


[Bug 1424779] Re: Calendar-app and evolution-calendar-factory running at high cpu after a refresh

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: New => Triaged

** Changed in: qtorganizer5-eds (Ubuntu)
   Status: New => Triaged

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

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

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

Title:
  Calendar-app and evolution-calendar-factory running at high cpu after
  a refresh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1424779/+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
** Tags removed: patch

-- 
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 1439757] Re: Calendar does not display birthdays from address book

2016-03-07 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Importance: Undecided => Medium

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

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

Title:
  Calendar does not display birthdays from address book

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

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


[Bug 1554129] [NEW] python-colorama breaks jedi-vim plugin on xenial

2016-03-07 Thread Dan Watkins
Public bug reported:

When the jedi-vim plugin runs colorama.init(), colorama assumes that the
vim.message object which is sys.stdout (and/or sys.stderr) will have a
'closed' attribute. It doesn't which causes the following traceback:

Traceback (most recent call last):
  File "/home/daniel/.vim/bundle/jedi-vim/initialize.py", line 22, in 
import jedi_vim
  File "/home/daniel/.vim/bundle/jedi-vim/jedi_vim.py", line 96, in 
import jedi
  File "/home/daniel/.vim/bundle/jedi-vim/jedi/jedi/__init__.py", line 41, in 

from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
  File "/home/daniel/.vim/bundle/jedi-vim/jedi/jedi/api/__init__.py", line 16, 
in 
from jedi.parser import Parser, load_grammar
  File "/home/daniel/.vim/bundle/jedi-vim/jedi/jedi/parser/__init__.py", line 
21, in 
from jedi.parser import tree as pt
  File "/home/daniel/.vim/bundle/jedi-vim/jedi/jedi/parser/tree.py", line 39, 
in 
from jedi import cache
  File "/home/daniel/.vim/bundle/jedi-vim/jedi/jedi/cache.py", line 32, in 

from jedi import debug
  File "/home/daniel/.vim/bundle/jedi-vim/jedi/jedi/debug.py", line 17, in 

init()
  File "/usr/lib/python3/dist-packages/colorama/initialise.py", line 37, in init
wrap_stream(orig_stdout, convert, strip, autoreset, wrap)
  File "/usr/lib/python3/dist-packages/colorama/initialise.py", line 76, in 
wrap_stream
convert=convert, strip=strip, autoreset=autoreset)
  File "/usr/lib/python3/dist-packages/colorama/ansitowin32.py", line 67, in 
__init__
strip = conversion_supported or (not wrapped.closed and not 
is_a_tty(wrapped))
AttributeError: 'vim.message' object has no attribute 'closed'

This issue is described in more detail in
https://github.com/tartley/colorama/pull/84 and fixed in
https://github.com/tartley/colorama/commit/1244a00ae1accfeca3b4b1a85a3b718a920dd6bd
upstream.

** Affects: python-colorama (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/1554129

Title:
  python-colorama breaks jedi-vim plugin on xenial

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

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


[Bug 1541971] Re: Review button inactive without explanation

2016-03-07 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: Triaged => In Progress

** Branch linked: lp:~cimi/unity8/preview-rating-input-tweaks

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

Title:
  Review button inactive without explanation

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

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


[Bug 1510717] Re: [Phone] darkening rectangle when going to spread always fullscreen-sized

2016-03-07 Thread Michael Zanetti
For my understanding, what exactly do you think is the bug here?

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

Title:
  [Phone] darkening rectangle when going to spread always fullscreen-
  sized

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