[Bug 1365852] [NEW] Setting timezone: fails: NameError: global name 'set_etc_timezone' is not defined

2014-09-05 Thread Martin Pitt
Public bug reported:

Current utopic's cloud-init fails to set a proper timezone. In my
userdata I have timezone: Europe/Berlin, but in the generated VM
/etc/timezone has the default Etc/UTC, and /etc/localtime is also just
UTC.

A look at the log files shows that the timezone plugin crashes. cloud-
init-output.log:

2014-09-05 04:46:27,281 - util.py[WARNING]: Running module timezone
(module 'cloudinit.config.cc_timezone' from '/usr/lib/python2.7/dist-
packages/cloudinit/config/cc_timezone.pyc') failed

cloud-init.log:

Sep  5 04:46:27 autopkgtest [CLOUDINIT] stages.py[DEBUG]: Running module 
timezone (module 'cloudinit.config.cc_timezone' from 
'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.pyc') with 
frequency once-per-instance
Sep  5 04:46:27 autopkgtest [CLOUDINIT] util.py[DEBUG]: Writing to 
/var/lib/cloud/instances/nocloud/sem/config_timezone - wb: [420] 19 bytes
Sep  5 04:46:27 autopkgtest [CLOUDINIT] helpers.py[DEBUG]: Running 
config-timezone using lock (FileLock using file 
'/var/lib/cloud/instances/nocloud/sem/config_timezone')
Sep  5 04:46:27 autopkgtest [CLOUDINIT] util.py[WARNING]: Running module 
timezone (module 'cloudinit.config.cc_timezone' from 
'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.pyc') failed
Sep  5 04:46:27 autopkgtest [CLOUDINIT] util.py[DEBUG]: Running module timezone 
(module 'cloudinit.config.cc_timezone' from 
'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.pyc') 
failed#012Traceback (most recent call last):#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/stages.py, line 660, in 
_run_modules#012cc.run(run_name, mod.handle, func_args, freq=freq)#012  
File /usr/lib/python2.7/dist-packages/cloudinit/cloud.py, line 63, in run#012 
   return self._runners.run(name, functor, args, freq, clear_on_fail)#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/helpers.py, line 197, in run#012   
 results = functor(*args)#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.py, line 39, in 
handle#012cloud.distro.set_timezone(timezone)#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/distros/debian.py, line 134, in 
set_timezone#012set_etc_timezone(tz=tz, 
tz_file=self._find_tz_file(tz))#012NameError: global name 'set_etc
 _timezone' is not defined

I attach both complete files for reference.

I noticed this in VMs generated by adt-buildvm-ubuntu-cloud -v.

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

** Attachment added: cloud-init.log
   
https://bugs.launchpad.net/bugs/1365852/+attachment/4195999/+files/cloud-init.log

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

Title:
  Setting timezone: fails: NameError: global name 'set_etc_timezone'
  is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1365852/+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 1365852] Re: Setting timezone: fails: NameError: global name 'set_etc_timezone' is not defined

2014-09-05 Thread Martin Pitt
** Attachment added: cloud-init-output.log
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1365852/+attachment/4196000/+files/cloud-init-output.log

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

Title:
  Setting timezone: fails: NameError: global name 'set_etc_timezone'
  is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1365852/+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 1365852] Re: Setting timezone: fails: NameError: global name 'set_etc_timezone' is not defined

2014-09-05 Thread Martin Pitt
** Description changed:

  Current utopic's cloud-init fails to set a proper timezone. In my
  userdata I have timezone: Europe/Berlin, but in the generated VM
  /etc/timezone has the default Etc/UTC, and /etc/localtime is also just
  UTC.
  
  A look at the log files shows that the timezone plugin crashes. cloud-
  init-output.log:
  
  2014-09-05 04:46:27,281 - util.py[WARNING]: Running module timezone
  (module 'cloudinit.config.cc_timezone' from '/usr/lib/python2.7/dist-
  packages/cloudinit/config/cc_timezone.pyc') failed
  
  cloud-init.log:
  
  Sep  5 04:46:27 autopkgtest [CLOUDINIT] stages.py[DEBUG]: Running module 
timezone (module 'cloudinit.config.cc_timezone' from 
'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.pyc') with 
frequency once-per-instance
  Sep  5 04:46:27 autopkgtest [CLOUDINIT] util.py[DEBUG]: Writing to 
/var/lib/cloud/instances/nocloud/sem/config_timezone - wb: [420] 19 bytes
  Sep  5 04:46:27 autopkgtest [CLOUDINIT] helpers.py[DEBUG]: Running 
config-timezone using lock (FileLock using file 
'/var/lib/cloud/instances/nocloud/sem/config_timezone')
  Sep  5 04:46:27 autopkgtest [CLOUDINIT] util.py[WARNING]: Running module 
timezone (module 'cloudinit.config.cc_timezone' from 
'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.pyc') failed
  Sep  5 04:46:27 autopkgtest [CLOUDINIT] util.py[DEBUG]: Running module 
timezone (module 'cloudinit.config.cc_timezone' from 
'/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.pyc') 
failed#012Traceback (most recent call last):#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/stages.py, line 660, in 
_run_modules#012cc.run(run_name, mod.handle, func_args, freq=freq)#012  
File /usr/lib/python2.7/dist-packages/cloudinit/cloud.py, line 63, in run#012 
   return self._runners.run(name, functor, args, freq, clear_on_fail)#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/helpers.py, line 197, in run#012   
 results = functor(*args)#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/config/cc_timezone.py, line 39, in 
handle#012cloud.distro.set_timezone(timezone)#012  File 
/usr/lib/python2.7/dist-packages/cloudinit/distros/debian.py, line 134, in 
set_timezone#012set_etc_timezone(tz=tz, 
tz_file=self._find_tz_file(tz))#012NameError: global name 'set_e
 tc_timezone' is not defined
  
  I attach both complete files for reference.
  
  I noticed this in VMs generated by adt-buildvm-ubuntu-cloud -v.
+ 
+ Current utopic's cloud-init version is 0.7.6~bzr992-0ubuntu1.
+ 0.7.5-0ubuntu1 works fine (e. g. with adt-buildvm-ubuntu-cloud -v -r
+ trusty).

** Tags added: regression-release utopic

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

Title:
  Setting timezone: fails: NameError: global name 'set_etc_timezone'
  is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1365852/+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 1336886] Re: missing configuration reference

2014-09-05 Thread voodoo
** Changed in: mongodb (Ubuntu)
 Assignee: (unassigned) = voodoo (voodoo53a)

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

Title:
  missing configuration reference

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1336886/+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 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-05 Thread jaf@id
In order to verify this bug we installed a new ubuntu 14.04 server
including apache 2.4.7 i.e. no configuration update necessary.

And indeed the following configuration works as expected:

AuthType Basic
AuthName Restricted Files
AuthBasicProvider file
AuthUserFile /path/to/file/.htpasswd
require valid-user

The problem mentioned above (i.e. no access to the restricted ressource
despite using the appropriate credentials) only occurs when mod_shib is
enabled. So far so good but we need mod_shib. I will try to get some
more information from our shibboleth specialists.

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

Title:
  apache 2.4.7 does not respect valid-user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1358284/+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 1321787] Re: Paramiko does not properly work with eventlet concurrency

2014-09-05 Thread Dmitry Divius Tantsur
** Changed in: ironic
Milestone: None = juno-rc1

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

Title:
  Paramiko does not properly work with eventlet concurrency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ironic/+bug/1321787/+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 1352102] Re: users are unable to create ports on provider networks

2014-09-05 Thread Thierry Carrez
** Changed in: nova
   Status: Fix Committed = Fix Released

** Changed in: nova
Milestone: None = juno-3

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

Title:
  users are unable to create ports on provider networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1352102/+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 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-09-05 Thread James Hunt
** Changed in: upstart
   Status: In Progress = Fix Released

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

** Changed in: upstart (Ubuntu)
 Assignee: (unassigned) = James Hunt (jamesodhunt)

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

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

Title:
  upstart can race with cgmanager when using remove-on-empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-launch/+bug/1357252/+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 1365947] [NEW] 'virsh migrate' fails in a password authentication of SSH

2014-09-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

[SRU justification]

[Impact]

I can't input password properly when virsh migrate from one to the
others by ssh

[Test Case]

# virsh --connect qemu+ssh://user1@192.168.20.128/system migrate --live \ 
 vm-name qemu+ssh://user2@192.168.20.228/system 

[Regression Potential]

[Other Info]
upstream patch
http://libvirt.org/git/?p=libvirt.git;a=commit;h=7eabd5503e3de147b703c1a1e6dff81cdc46d1e7
 
http://libvirt.org/git/?p=libvirt.git;a=commit;h=676cb4f4e762b8682a06c6dab1f690fbcd939550

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

-- 
'virsh migrate' fails in a password authentication of SSH
https://bugs.launchpad.net/bugs/1365947
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libvirt in Ubuntu.

-- 
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 1365947] [NEW] 'virsh migrate' fails in a password authentication of SSH

2014-09-05 Thread Seyeong Kim
Public bug reported:

[SRU justification]

[Impact]

I can't input password properly when virsh migrate from one to the
others by ssh

[Test Case]

# virsh --connect qemu+ssh://user1@192.168.20.128/system migrate --live \ 
 vm-name qemu+ssh://user2@192.168.20.228/system 

[Regression Potential]

[Other Info]
upstream patch
http://libvirt.org/git/?p=libvirt.git;a=commit;h=7eabd5503e3de147b703c1a1e6dff81cdc46d1e7
 
http://libvirt.org/git/?p=libvirt.git;a=commit;h=676cb4f4e762b8682a06c6dab1f690fbcd939550

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Assignee: Seyeong Kim (xtrusia)
 Status: In Progress

** Package changed: openjdk-7 (Ubuntu) = libvirt (Ubuntu)

** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) = Seyeong Kim (xtrusia)

** Changed in: libvirt (Ubuntu)
   Status: New = In Progress

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

Title:
  'virsh migrate' fails in a password authentication of SSH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1365947/+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 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-05 Thread Anton Kornexl
I wanted to check this modification

After a2dismod shib2 and service apache2 restart,

require valid-user is OK !!

So a loaded mod-shib2 produces the problem

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

Title:
  apache 2.4.7 does not respect valid-user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1358284/+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 1359349] Re: FFe: make mysql 5.6 default mysql-server

2014-09-05 Thread Robie Basak
12:25 infinity Anyhow, I think I need to unwind this (and maybe tag-team with 
mvo) when I'm more awake.
12:25 rbasak OK
12:25 rbasak Do you mind extending your FFe deadline in the bug though, 
please?
12:25 infinity But if I don't get to anything interesting by Monday, let's 
opt for uploading something that's mostly correct and make sure we sort it 
before release.
12:26 infinity Feel free to copy and paste the above. :P
12:26 rbasak OK, thanks.

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

Title:
  FFe: make mysql 5.6 default mysql-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1359349/+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 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-05 Thread Robie Basak
Thanks. Moving this bug to shibboleth-sp2 then.

** Package changed: apache2 (Ubuntu) = shibboleth-sp2 (Ubuntu)

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

Title:
  apache 2.4.7 does not respect valid-user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shibboleth-sp2/+bug/1358284/+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 1365985] [NEW] build of trusty fails when installing kernel - stderr: grep: /proc/cpuinfo: No such file or directory

2014-09-05 Thread Egon Kidmose
Public bug reported:

I'm unable to build a VM with trusty. 
Seems like /proc/cpuinfo is unavailable when installing the kernel package, 
causing a check of CPU capabalities (PAE) to fail, 
finally leading to the kernel being found unsuitable. 


kidmose@radagast:~$ sudo vmbuilder kvm ubuntu --suite trusty 
[sudo] password for kidmose: 
2014-09-05 13:53:37,070 INFO: logging to file: /tmp/tmpzU9yG3
2014-09-05 13:53:37,096 INFO: Calling hook: preflight_check
2014-09-05 13:53:37,099 INFO: Calling hook: set_defaults
2014-09-05 13:53:37,100 INFO: Calling hook: bootstrap
2014-09-05 13:56:28,972 INFO: Calling hook: configure_os
2014-09-05 13:56:37,390 INFO: 
2014-09-05 13:56:37,390 INFO: Current default time zone: 'Etc/UTC'
2014-09-05 13:56:37,392 INFO: Local time is now:  Fri Sep  5 11:56:37 
UTC 2014.
2014-09-05 13:56:37,392 INFO: Universal Time is now:  Fri Sep  5 11:56:37 
UTC 2014.
2014-09-05 13:56:37,393 INFO: 
Extracting templates from packages: 100%
2014-09-05 13:56:48,808 INFO: 
2014-09-05 13:56:48,808 INFO: Current default time zone: 'Etc/UTC'
2014-09-05 13:56:48,810 INFO: Local time is now:  Fri Sep  5 11:56:48 
UTC 2014.
2014-09-05 13:56:48,810 INFO: Universal Time is now:  Fri Sep  5 11:56:48 
UTC 2014.
2014-09-05 13:56:48,810 INFO: Run 'dpkg-reconfigure tzdata' if you wish to 
change it.
2014-09-05 13:56:48,810 INFO: 
2014-09-05 13:57:10,556 INFO: invoke-rc.d: policy-rc.d denied execution of 
restart.
2014-09-05 13:57:13,023 INFO: invoke-rc.d: policy-rc.d denied execution of 
start.
2014-09-05 13:57:14,309 INFO: invoke-rc.d: policy-rc.d denied execution of 
restart.
2014-09-05 13:57:19,773 INFO: Cleaning up
2014-09-05 13:57:19,773 INFO: Calling hook: preflight_check
2014-09-05 13:57:19,774 INFO: Calling hook: configure_networking
2014-09-05 13:57:19,784 INFO: Calling hook: configure_mounting
2014-09-05 13:57:19,790 INFO: Calling hook: mount_partitions
2014-09-05 13:57:19,791 INFO: Mounting target filesystems
2014-09-05 13:57:19,791 INFO: Creating disk image: /tmp/tmpoGvhvN of 
size: 5120MB
2014-09-05 13:57:19,801 INFO: Adding partition table to disk image: 
/tmp/tmpoGvhvN
2014-09-05 13:57:19,841 INFO: Adding type 4 partition to disk image: 
/tmp/tmpoGvhvN
2014-09-05 13:57:19,842 INFO: Partition at beginning of disk - reserving 
first cylinder
2014-09-05 13:57:19,864 INFO: Adding type 3 partition to disk image: 
/tmp/tmpoGvhvN
2014-09-05 13:57:19,868 INFO: [0] ../../libparted/filesys.c:148 
(ped_file_system_type_get): File system alias linux-swap(new) is deprecated
2014-09-05 13:57:19,887 INFO: Creating loop devices corresponding to the 
created partitions
2014-09-05 13:57:19,893 INFO: Creating file systems
2014-09-05 13:57:19,895 INFO: mke2fs 1.42.9 (4-Feb-2014)
2014-09-05 13:57:20,524 INFO: mkswap: /dev/mapper/loop0p2: warning: don't 
erase bootbits sectors
2014-09-05 13:57:20,525 INFO: on whole disk. Use -f to force.
2014-09-05 13:57:22,168 INFO: Calling hook: install_bootloader
2014-09-05 13:57:36,698 INFO: Removing update-grub hooks from 
/etc/kernel-img.conf in favour of
2014-09-05 13:57:36,699 INFO: /etc/kernel/ hooks.
2014-09-05 13:57:36,809 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2014-09-05 13:57:36,870 INFO: Searching for default file ... Generating 
/boot/grub/default file and setting the default boot entry to 0
2014-09-05 13:57:36,871 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2014-09-05 13:57:36,874 INFO: Testing for an existing GRUB menu.lst file 
... 
2014-09-05 13:57:36,874 INFO: 
2014-09-05 13:57:36,875 INFO: Could not find /boot/grub/menu.lst file. 
Would you like /boot/grub/menu.lst generated for you? (y/N) 
/usr/sbin/update-grub: line 1094: read: read error: 0: Bad file descriptor
2014-09-05 13:57:40,320 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2014-09-05 13:57:40,381 INFO: Searching for default file ... found: 
/boot/grub/default
2014-09-05 13:57:40,383 INFO: Testing for an existing GRUB menu.lst file 
... 
2014-09-05 13:57:40,383 INFO: 
2014-09-05 13:57:40,383 INFO: Could not find /boot/grub/menu.lst file. 
2014-09-05 13:57:40,383 INFO: Generating /boot/grub/menu.lst
2014-09-05 13:57:40,443 INFO: Searching for splash image ... none found, 
skipping ...
2014-09-05 13:57:40,573 INFO: grep: /boot/config*: No such file or directory
2014-09-05 13:57:40,642 INFO: Updating /boot/grub/menu.lst ... done
2014-09-05 13:57:40,642 INFO: 
2014-09-05 13:57:40,954 INFO: Searching for GRUB installation directory ... 
found: /boot/grub
2014-09-05 13:57:41,015 INFO: Searching for default file ... found: 
/boot/grub/default
2014-09-05 13:57:41,018 INFO: Testing for an existing GRUB menu.lst file 
... found: /boot/grub/menu.lst
2014-09-05 13:57:41,116 INFO: 

[Bug 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.3.1+14.10.20140904-0ubuntu1

---
unity (7.3.1+14.10.20140904-0ubuntu1) utopic; urgency=low

  [ Martin Pitt ]
  * Adjust upstart dependency to upstart-bin. (LP: #1351306)

  [ Brandon Schaefer ]
  * When Show Desktop is active, it will set the tooltip icon as
Restore Windows. This is per workspace. So each time show_destop
bool is updated in PluginAdapter, the Show Desktop icon will update
its tooltip if needed. (LP: #1237132)
  * Use CONFIG instead of CACHE to store the first_run.stamp

  [ Stephen M. Webb ]
  * update the unity manpage (LP: #1059275)

  [ Andrea Azzarone ]
  * Share lockscreen password entry between screens. (LP: #1308540)

  [ Marco Trevisan (Treviño) ]
  * IconRenderer: draw count texture at proper scaling, built by
LauncherIcon (LP: #1353070)
  * LauncherIcon: make the Icon count width depending on the text value
width (LP: #796527)
  * Lockscreen: scale the UI elements based on current monitor scaling
(LP: #1292218)
  * SwitcherView: set progress on icon render args (LP: #1361679)
  * SearchBar, ActionButtons, IconRenderer: include the font scaling
when scaling textual items
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 04 Sep 2014 
22:12:54 +

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

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1351306/+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 1365985] Re: build of trusty fails when installing kernel - stderr: grep: /proc/cpuinfo: No such file or directory

2014-09-05 Thread Egon Kidmose
*** This bug is a duplicate of bug 1037607 ***
https://bugs.launchpad.net/bugs/1037607

duplicate of  #1037607

** This bug has been marked a duplicate of bug 1037607
   vmbuilder completely fails on Quantal due to kernel pae detection failure

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

Title:
  build of trusty fails when installing kernel - stderr: grep:
  /proc/cpuinfo: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1365985/+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 1366004] [NEW] Sleep in RPC reconnect is affected by NTPd on neutron services' startup

2014-09-05 Thread Miroslav Los
Public bug reported:

Under certain situations, the neutron server and all its agents will
hang for a while on startup and become unresponsive.

The issue can be demonstrated by doing neutron agent-list shortly after
reboot:

$ neutron agent-list
Connection to neutron failed: Maximum attempts reached

or

$ neutron agent-list
+--++---+---++
| id   | agent_type | host  | alive 
| admin_state_up |
+--++---+---++
| 4306e16a-9786-4772-acbd-93c9911a6971 | Linux bridge agent | myhost | xxx   | 
True   |
| 9635d63a-1606-4baf-9093-e99f3eaf0552 | DHCP agent | myhost | xxx   | 
True   |
| 9cfb2966-5cc0-4528-9bf6-388703d0d203 | Metadata agent | myhost | xxx   | 
True   |
| e6bbaf50-adfb-47fd-9e22-e27624e16704 | L3 agent   | myhost | xxx   | 
True   |
+--++---+---++

as opposed to them being reported alive.

Note that is its expected to see output (1) - server isn't started, or
output (2) - [some] agents don't report being alive, for a while, but
not too long, certainly not minutes.

The place where they hang seems to always be the RPC connections' setup
to the AMQP server, in
neutron.openstack.common.rpc.impl_kombu.Connection.reconnect, on the
time.sleep(sleep_time) - final statement of that method.

I strongly believe it only happens if a NTP time step happens while the
reconnection attempts are being made. The sleep_time variable is set to
1 initially and grows by 2 seconds on each retry, for a maximum of 30
retries.

However, it has been observed by stracing the process, that the
underlying select(2) call, using which time.sleep is implemented in
Python, seems to operate with a timeout parameter of more than 15
minutes on the affected machine, which approximately coincides with the
NTP stepping difference for that machine. Associated neutron
server/agent logs show a similar step of 15 minutes between messages at
some point. If an agent run happens to not be affected, the message with
the time skip is from elsewhere in the codebase.

I'd be seriously baffling if GNU C library's select(2) were truly
affected by setting the clock, but I have no other explanation at this
time.

A way to verify that the bad condition is happening is, for example on
the DHCP agent:

# get PID of the agent and verify it's running:
$ ps aux | grep neutron-dhcp-agent
neutron   2740  0.3  0.0 110228 34976 ?Ss   16:38   0:00 
/usr/bin/python /usr/bin/neutron-dhcp-agent 
--config-file=/etc/neutron/neutron.conf 
--config-file=/etc/neutron/dhcp_agent.ini 
--log-file=/var/log/neutron/dhcp-agent.log

# check that it's waiting in select with a large seconds parameter.
$ sudo strace -p 2740
Process 2740 attached
select(0, NULL, NULL, NULL, {753, 918063}^CProcess 2740 detached
 detached ...

The example above shows remaining timeout of almost 753.9 seconds. The
value reported is not the original value, it decreases as you strace the
process again.

A workaround to this issue would be forcing the neutron upstart jobs to
only run after ntp steps the clock. Since ntp is an sysv job and not an
upstart job, the easiest way to achieve this is waiting for all sysv
jobs to finish, which coincides with the 'rc' upstart job's stopping.

Hence, the proposed workaround is to edit the neutron upstart jobs:

sudo sed -i -e '/start on/s/$/ and stopped rc/' /etc/init/neutron*conf


Description:Ubuntu 14.04.1 LTS
Release:14.04


ii  neutron-common1:2014.1.2-0ubuntu1.1 
  all  Neutron is a virtual network service for 
Openstack - common
ii  neutron-dhcp-agent1:2014.1.2-0ubuntu1.1 
  all  Neutron is a virtual network service for 
Openstack - DHCP agent
ii  neutron-l3-agent  1:2014.1.2-0ubuntu1.1 
  all  Neutron is a virtual network service for 
Openstack - l3 agent
ii  neutron-metadata-agent1:2014.1.2-0ubuntu1.1 
  all  Neutron is a virtual network service for 
Openstack - metadata agent
ii  neutron-plugin-linuxbridge1:2014.1.2-0ubuntu1.1 
  all  Neutron is a virtual network service for 
Openstack - linuxbridge plugin
ii  neutron-plugin-linuxbridge-agent  1:2014.1.2-0ubuntu1.1 
  all  Neutron is a virtual network service for 
Openstack - linuxbridge plugin agent
ii  neutron-plugin-ml21:2014.1.2-0ubuntu1.1 
  all  Neutron is a virtual network service for 
Openstack - ML2 plugin
ii  neutron-server

[Bug 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2014-09-05 Thread Egon Kidmose
Confirming issue and '--addpkg linux-image-generic' fix on trusty.

kidmose@radagast:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty

kidmose@radagast:~$ uname -a
Linux radagast 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

kidmose@radagast:~$ apt-cache policy ubuntu-vm-builder 
ubuntu-vm-builder:
  Installed: 0.12.4+bzr489-0ubuntu2
  Candidate: 0.12.4+bzr489-0ubuntu2
  Version table:
 *** 0.12.4+bzr489-0ubuntu2 0
500 http://dk.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  vmbuilder completely fails on Quantal due to kernel pae detection
  failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-05 Thread Treviño
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1351306/+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 1365786] Re: The PortName shown on status bar is not correct if I add -p argument

2014-09-05 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This is the sort of issue that is best fixed upstream. Please could you
check to see if the latest upstream version (or VCS trunk) has this
fixed already, and if not then report the bug upstream if it has not
been reported already?

** Changed in: minicom (Ubuntu)
   Importance: Undecided = Medium

** Tags added: needs-upstream-report

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

Title:
  The PortName shown on status bar is not correct if I add -p argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/minicom/+bug/1365786/+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 1291321] Re: migration fails between 12.04 Precise and 14.04 Trusty

2014-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libvirt (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  migration fails between 12.04 Precise and 14.04 Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1291321/+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 1291321] Re: migration fails between 12.04 Precise and 14.04 Trusty

2014-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qemu (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  migration fails between 12.04 Precise and 14.04 Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1291321/+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 1366073] [NEW] Combination of CREATE, RENAME, and ALTER TABLE statements on related tables causes crash

2014-09-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Recently set up a new database server with percona-server-server-5.6
version 5.6.20. After installing the database I ran our migration
scripts to configure the database, which failed part way through saying
it had lost connection to the database.

After some investigation we found that percona was crashing during the
migration due to one of the alter table statements, generating the
attached stacktrace.

Trying the same process against the previous release, 5.6.19, worked as
expected with the migration script completing and the server remaining
available.

Attempted to create a simple example of what the migration script was
doing but the bug seems to vary based on how many tables are needed to
be created renamed / altered before the server will crash. Wrapping the
rename or alteration in a transaction seems to increase the likelihood
of the server crashing. It is still possible to crash the server without
transactions but not as reliably, sometimes requiring the example to be
run multiple times in quick succession before the server would crash.

The bug is definitely related to related tables (with foreign keys) been
renamed and their related columns being renamed, as doing one without
the other does not result in a crash, however many times you try in
quick succession.

Attached is a script that will generate some tables that relate to a
further table, and then attempt to rename the base table followed by
renaming the related columns in the other tables.  After some playing
around I was able to get the server to reliably crash with 20 related
tables, with it sometimes crashing with as low as 11 related tables.
This is against a fresh install of percona-server-server-5.6 version
5.6.20 with no modification to config.

** Affects: mysql-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: percona-server
 Importance: Undecided
 Status: New

** Affects: percona-server/5.1
 Importance: Undecided
 Status: New

** Affects: percona-server/5.5
 Importance: Undecided
 Status: New

** Affects: percona-server/5.6
 Importance: Undecided
 Status: New

-- 
Combination of CREATE, RENAME, and ALTER TABLE statements on related tables 
causes crash
https://bugs.launchpad.net/bugs/1366073
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to mysql-5.6 in Ubuntu.

-- 
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 1366073] Re: Combination of CREATE, RENAME, and ALTER TABLE statements on related tables causes crash

2014-09-05 Thread Richard Heelin
** Project changed: mysql-server = mysql-5.6 (Ubuntu)

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

Title:
  Combination of CREATE, RENAME, and ALTER TABLE statements on related
  tables causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-server/+bug/1366073/+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 1366073] Re: Combination of CREATE, RENAME, and ALTER TABLE statements on related tables causes crash

2014-09-05 Thread Valerii Kravchuk
I was able to reproduce exactly the same crash on Percona Server 5.6.20
by setting tables to 20 in your script and running it with bash. More
details to follow soon.

** Changed in: percona-server/5.6
   Status: New = Confirmed

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

Title:
  Combination of CREATE, RENAME, and ALTER TABLE statements on related
  tables causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-server/+bug/1366073/+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 1361844] [NEW] dist-upgrade to 14.04.1 LTS crashed

2014-09-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi!

I want to upgrade my system from Ubuntu 12.04 LTS to Ubuntu 14.04.1 LTS.
This will crash and displaying the following screen:

---
Please report this bug in a browser at
http://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+filebug
and attach the files in /var/log/dist-upgrade/ to the bug report.
installArchives() failed

apache2 (2.4.7-1ubuntu4.1) wird eingerichtet ...
Directory /etc/apache2/conf.d is not empty - leaving as is
Please note, that directory is considered obsolete and not read anymore by 
default
php_cgi_wrapper.conf  zz010_psa_httpd.conf
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/fcgid.load: Cannot load 
/usr/lib/apache2/modules/mod_fcgid.so into server: 
/usr/lib/apache2/modules/mod_fcgid.so: undefined symbol: unixd_config
ERROR: Config file dir.conf not properly enabled: 
/etc/apache2/mods-enabled/dir.conf is a real file, not touching it
dpkg: Fehler beim Bearbeiten des Paketes apache2 (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von libapache2-mod-php5:
 libapache2-mod-php5 hängt ab von apache2 (= 2.4); aber:
  Paket apache2 ist noch nicht konfiguriert.

dpkg: Fehler beim Bearbeiten des Paketes libapache2-mod-php5 (--configure):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von apache2-mpm-prefork:
 apache2-mpm-prefork hängt ab von apache2 (= 2.4.7-1ubuntu4.1); aber:
  Paket apache2 ist noch nicht konfiguriert.

dpkg: Fehler beim Bearbeiten des Paketes apache2-mpm-prefork (--configure):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 apache2
 libapache2-mod-php5
 apache2-mpm-prefork

Systemaktualisierung wurde abgeschlossen
---

I attached the files of /var/log/dist-upgrade/ as an zip.

Release before upgrade:

Description:Ubuntu 12.04.5 LTS
Release:12.04

Package:
N: Paket pkgname kann nicht gefunden werden (Paket pkgname couldn't be found)


Best regards

Pit

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

-- 
dist-upgrade to 14.04.1 LTS crashed
https://bugs.launchpad.net/bugs/1361844
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to apache2 in Ubuntu.

-- 
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 1361844] Re: dist-upgrade to 14.04.1 LTS crashed

2014-09-05 Thread Brian Murray
This is due to a configuration error in your apache setup.

** Package changed: ubuntu-release-upgrader (Ubuntu) = apache2 (Ubuntu)

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

Title:
  dist-upgrade to 14.04.1 LTS crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1361844/+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 1366073] Re: Combination of CREATE, RENAME, and ALTER TABLE statements on related tables causes crash

2014-09-05 Thread Valerii Kravchuk
Same with 5.6.39:

openxs@ao756:~/dbs/p5.5$ bash ~/ps_crash.sh
ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query
openxs@ao756:~/dbs/p5.5$ 140905 18:52:15 mysqld_safe Number of processes 
running now: 0
140905 18:52:15 mysqld_safe mysqld restarted

openxs@ao756:~/dbs/p5.5$ tail -100 data/ao756.err
140905 18:50:15 [ERROR] Aborting

140905 18:50:15  InnoDB: Starting shutdown...
140905 18:50:19  InnoDB: Shutdown completed; log sequence number 12744989
140905 18:50:19 [Note] /home/openxs/dbs/p5.5/bin/mysqld: Shutdown complete

140905 18:50:19 mysqld_safe mysqld from pid file 
/home/openxs/dbs/p5.5/data/ao756.pid ended
140905 18:50:45 mysqld_safe Starting mysqld daemon with databases from 
/home/openxs/dbs/p5.5/data
140905 18:50:45 [Note] Plugin 'FEDERATED' is disabled.
140905 18:50:45 InnoDB: The InnoDB memory heap is disabled
140905 18:50:45 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140905 18:50:45 InnoDB: Compressed tables use zlib 1.2.3
140905 18:50:45 InnoDB: Using Linux native AIO
140905 18:50:45 InnoDB: Initializing buffer pool, size = 128.0M
140905 18:50:45 InnoDB: Completed initialization of buffer pool
140905 18:50:45 InnoDB: highest supported file format is Barracuda.
140905 18:50:45  InnoDB: Waiting for the background threads to start
140905 18:50:46 Percona XtraDB (http://www.percona.com) 5.5.39-36.0 started; 
log sequence number 12744989
140905 18:50:46 [Note] Event Scheduler: Loaded 0 events
140905 18:50:46 [Note] /home/openxs/dbs/p5.5/bin/mysqld: ready for connections.
Version: '5.5.39-36.0'  socket: '/tmp/mysql.sock'  port: 3306  MySQL Community 
Server (GPL)
15:52:15 UTC - mysqld got signal 11 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Please help us make Percona Server better by reporting any
bugs at http://bugs.percona.com/

key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=1
max_threads=153
thread_count=1
connection_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 343008 K  
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x2585440
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 7f63b0256e70 thread_stack 0x4
/home/openxs/dbs/p5.5/bin/mysqld(my_print_stacktrace+0x2c)[0x7c938c]
/home/openxs/dbs/p5.5/bin/mysqld(handle_fatal_signal+0x4a1)[0x6968c1]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7f63b41b3340]
/lib/x86_64-linux-gnu/libc.so.6(+0x140d5a)[0x7f63b3913d5a]
/home/openxs/dbs/p5.5/bin/mysqld[0x96bc6d]
/home/openxs/dbs/p5.5/bin/mysqld[0x8d2c41]
/home/openxs/dbs/p5.5/bin/mysqld[0x8d7ac5]
/home/openxs/dbs/p5.5/bin/mysqld[0x84cdb2]
/home/openxs/dbs/p5.5/bin/mysqld[0x825c91]
/home/openxs/dbs/p5.5/bin/mysqld(_Z18mysql_rename_tableP10handlertonPKcS2_S2_S2_j+0x13b)[0x603d6b]
/home/openxs/dbs/p5.5/bin/mysqld(_Z17mysql_alter_tableP3THDPcS1_P24st_ha_create_informationP10TABLE_LISTP10Alter_infojP8st_orderb+0x280a)[0x60870a]
/home/openxs/dbs/p5.5/bin/mysqld(_ZN21Alter_table_statement7executeEP3THD+0x4a5)[0x7a2a55]
/home/openxs/dbs/p5.5/bin/mysqld(_Z21mysql_execute_commandP3THD+0x3703)[0x59db33]
/home/openxs/dbs/p5.5/bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x2d1)[0x5a1551]
/home/openxs/dbs/p5.5/bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x1ce3)[0x5a3b03]
/home/openxs/dbs/p5.5/bin/mysqld(_Z24do_handle_one_connectionP3THD+0x13a)[0x64120a]
/home/openxs/dbs/p5.5/bin/mysqld(handle_one_connection+0x4a)[0x6412fa]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8182)[0x7f63b41ab182]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f63b38cdfbd]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (7f6390004b60): ALTER TABLE testTable20 DROP FOREIGN KEY 
testTable20_ibfk_1
Connection ID (thread ID): 1
Status: NOT_KILLED
...

** Changed in: percona-server/5.5
   Status: New = Confirmed

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

Title:
  Combination of CREATE, RENAME, and ALTER TABLE statements on related
  tables causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-server/+bug/1366073/+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 1366073] Re: Combination of CREATE, RENAME, and ALTER TABLE statements on related tables causes crash

2014-09-05 Thread Valerii Kravchuk
This is what I see in the error log:

2014-09-05 18:39:48 29660 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.6.20-68.0'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  
Percona Server (GPL), Release 68.0, Revision 656
15:45:39 UTC - mysqld got signal 11 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Please help us make Percona Server better by reporting any
bugs at http://bugs.percona.com/

key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=1
max_threads=153
thread_count=1
connection_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 69178 K  
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x336b720
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 7f85a6cb3e60 thread_stack 0x4
/usr/sbin/mysqld(my_print_stacktrace+0x2c)[0x903efc]
/usr/sbin/mysqld(handle_fatal_signal+0x352)[0x660b02]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7f85d479f340]
/lib/x86_64-linux-gnu/libc.so.6(+0x140d5a)[0x7f85d3effd5a]
/usr/sbin/mysqld(_ZNSt8_Rb_treeIP14dict_foreign_tS1_St9_IdentityIS1_E20dict_foreign_compareSaIS1_EE11equal_rangeERKS1_+0x9d)[0xb00c0d]
/usr/sbin/mysqld[0xb0063a]
/usr/sbin/mysqld[0x9c319a]
/usr/sbin/mysqld(_Z17mysql_alter_tableP3THDPcS1_P24st_ha_create_informationP10TABLE_LISTP10Alter_infojP8st_orderb+0x1f81)[0x7456e1]
/usr/sbin/mysqld(_ZN19Sql_cmd_alter_table7executeEP3THD+0x482)[0x839c42]
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x1509)[0x6ed1d9]
/usr/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x5c8)[0x6f2ed8]
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x21f6)[0x6f5716]
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x20d)[0x6bb4bd]
/usr/sbin/mysqld(handle_one_connection+0x39)[0x6bb539]
/usr/sbin/mysqld(pfs_spawn_thread+0x140)[0x948880]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8182)[0x7f85d4797182]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f85d3eb9fbd]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (7f8578005170): is an invalid pointer
Connection ID (thread ID): 2
Status: NOT_KILLED

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

Title:
  Combination of CREATE, RENAME, and ALTER TABLE statements on related
  tables causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-server/+bug/1366073/+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 1366073] Re: Combination of CREATE, RENAME, and ALTER TABLE statements on related tables causes crash

2014-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mysql-5.6 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Combination of CREATE, RENAME, and ALTER TABLE statements on related
  tables causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-server/+bug/1366073/+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 1366104] [NEW] OperationError when large object greater than 2gb

2014-09-05 Thread Blake Rouse
Public bug reported:

If a large object is greater than 2gb then calls to seek and tell will
fail with an OperationError. This is because of the use of lseek and
ltell instead of the lseek64 and ltell64.

Attached is the upstream issue and pull request.

https://github.com/psycopg/psycopg2/pull/259

** Affects: maas
 Importance: Critical
 Assignee: Blake Rouse (blake-rouse)
 Status: Triaged

** Affects: psycopg2 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

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

** No longer affects: maas (Ubuntu)

** Changed in: psycopg2 (Ubuntu)
   Status: New = Confirmed

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = Critical

** Changed in: maas
 Assignee: (unassigned) = Blake Rouse (blake-rouse)

** Changed in: maas
Milestone: None = 1.7.0

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

Title:
  OperationError when large object greater than 2gb

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1366104/+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 1085538] Re: irqbalance flooding syslog file

2014-09-05 Thread Kevin Dalley
I'm still seeing the problem in 14.04, with irqbalance-1.0.6-2

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

Title:
  irqbalance flooding syslog file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1085538/+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 1366146] [NEW] FFE for cinder 2014.2~b3

2014-09-05 Thread Chuck Short
Public bug reported:

https://launchpad.net/cinder/juno/juno-3
* 13 additional features
* 2 Critical bug fixes
* 10 High bug fixes

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

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

Title:
  FFE for cinder 2014.2~b3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1366146/+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 1366147] [NEW] MIR for python-osprofiler

2014-09-05 Thread Chuck Short
Public bug reported:

Availability: Currently in universe
Rationale: Dependency for OpenStack ceilometer.
Security: No security history.
Quality Assurance: Package works out of the box with no prompting.
Dependencies: All in main.
Standards Compliance: FHS and Debian Policy compliant.
Maintenance: Simple python package that the Ubuntu Server Team will take care 
of.

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

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

Title:
  MIR for python-osprofiler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-osprofiler/+bug/1366147/+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 1359227] Re: package apache2 2.4.7-1-ubuntu4.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apache2 (Ubuntu)
   Status: New = Confirmed

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

Title:
  package apache2 2.4.7-1-ubuntu4.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1359227/+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 1366174] [NEW] apache2 SEGV with multiple SSL sites

2014-09-05 Thread Alex Bligh
Public bug reported:

Apache2 crashes with multiple SSL sites.

When starting apache2 with multiple SSL sites I get a SEGV like this:

(gdb) bt
#0  0x705faaf3 in ?? () from /usr/lib/apache2/modules/mod_ssl.so
#1  0x729647a6 in int_free_ex_data (class_index=optimized out, 
obj=0x55af7460, ad=0x55af7488) at ex_data.c:522
#2  0x72a05061 in x509_cb (operation=operation@entry=3, 
pval=pval@entry=0x7fffc218, it=it@entry=0x72cc0780 X509_it,
exarg=exarg@entry=0x0) at x_x509.c:113
#3  0x72a08fea in asn1_item_combine_free 
(pval=pval@entry=0x7fffc218, it=it@entry=0x72cc0780 X509_it, 
combine=combine@entry=0)
at tasn_fre.c:173
#4  0x72a091c5 in ASN1_item_free (val=val@entry=0x55af7460, 
it=it@entry=0x72cc0780 X509_it) at tasn_fre.c:71
#5  0x72a0514c in X509_free (a=a@entry=0x55af7460) at x_x509.c:141
#6  0x705ee0b8 in ssl_pphrase_Handle (s=s@entry=0x77fc1de0, 
p=p@entry=0x77fbf028) at ssl_engine_pphrase.c:275
#7  0x705e3658 in ssl_init_Module (p=0x77ff0028, plog=optimized 
out, ptemp=0x77fbf028, base_server=0x77fc1de0)
at ssl_engine_init.c:194
#8  0x555aa2a9 in ap_run_post_config (pconf=0x77ff0028, 
plog=0x77fbd028, ptemp=0x77fbf028, s=0x77fc1de0) at config.c:103
#9  0x5558ae07 in main (argc=6, argv=0x7fffe5a8) at main.c:765

This is 100% repeatable.

This looks very like:
  https://bugzilla.redhat.com/show_bug.cgi?id=1074406

save that I am not using Auth at all. However, ssl itself requires the
socache logic, so perhaps it has the same root cause.

Disabling a couple of SSL sites normally resolves the problem.

What I expected to happen: apache2 to start without SEGV
What actually happened: apache2 did not start due to SEGV

root@nimtest:/root# lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

root@nimtest:/root# apt-cache policy apache2-bin
apache2-bin:
  Installed: 2.4.7-1ubuntu4.1
  Candidate: 2.4.7-1ubuntu4.1
  Version table:
 *** 2.4.7-1ubuntu4.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.4.7-1ubuntu4 0
500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

root@nimtest:/root# dpkg --list | egrep '\b(apache2|libssl|openssl)'
ii  apache2  2.4.7-1ubuntu4.1 
amd64Apache HTTP Server
ii  apache2-bin  2.4.7-1ubuntu4.1 
amd64Apache HTTP Server (binary files and modules)
ii  apache2-data 2.4.7-1ubuntu4.1 
all  Apache HTTP Server (common files)
ii  apache2-dbg  2.4.7-1ubuntu4.1 
amd64Apache debugging symbols
ii  apache2-utils2.4.7-1ubuntu4.1 
amd64Apache HTTP Server (utility programs for web servers)
ii  libgnutls-openssl27:amd642.12.23-12ubuntu2.1  
amd64GNU TLS library - OpenSSL wrapper
ii  libssl1.0.0:amd641.0.1f-1ubuntu2.5
amd64Secure Sockets Layer toolkit - shared libraries
ii  libssl1.0.0-dbg:amd641.0.1f-1ubuntu2.5
amd64Secure Sockets Layer toolkit - debug information
ii  openssl  1.0.1f-1ubuntu2.5
amd64Secure Sockets Layer toolkit - cryptographic utility
ii  python-openssl   0.13-2ubuntu6
amd64Python 2 wrapper around the OpenSSL library


Modules in use:

root@nimtest:/root# ls -1 /etc/apache2/mods-enabled/
access_compat.load
alias.conf
alias.load
auth_basic.load
authn_core.load
authn_file.load
authz_core.load
authz_groupfile.load
authz_host.load
authz_user.load
autoindex.conf
autoindex.load
cgi.load
dbd.load
deflate.conf
deflate.load
dir.conf
dir.load
env.load
filter.load
headers.load
ident2.load
lbmethod_byrequests.load
mime.conf
mime.load
mpm_prefork.conf
mpm_prefork.load
negotiation.conf
negotiation.load
php5.conf
php5.load
proxy.conf
proxy.load
proxy_balancer.conf
proxy_balancer.load
proxy_http.load
reqtimeout.conf
reqtimeout.load
rewrite.load
setenvif.conf
setenvif.load
slotmem_shm.load
socache_shmcb.load
ssl.conf
ssl.load
status.conf
status.load
substitute.load
websocket.load
websocket_draft76.load

Here's a startup log plus 'bt full'

root@nimtest:/root# APACHE_LOCK_DIR=/var/lock/apache2 APACHE_RUN_USER=www-data 
gdb --args /usr/sbin/apache2 -k start -X -e Debug
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by 

[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-05 Thread Thiago Martins
Guys,

 I'm facing this problem with Samba 4.1.11 from Utopic, downgrading to
Samba 4.1.6, it works!

 Maybe there is still something wrong with Samba from Utopic...

Regards,
Thiago

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 1362199] Re: [FFe] apparmor abstract, anonymous and netlink socket mediation

2014-09-05 Thread Jamie Strandboge
isc-dhcp (4.2.4-7ubuntu14) utopic; urgency=medium

  * debian/apparmor-profile.dhclient: add file_inherit inet{,6} dgram rules
for child profiles

** Changed in: isc-dhcp (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  [FFe] apparmor abstract, anonymous and netlink socket mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1362199/+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 1318835] Re: regression: smbclient authfile parameter no longer works

2014-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

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

Title:
  regression: smbclient authfile parameter no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1318835/+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 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-05 Thread Thiago Martins
BTW, when using Sambas 4.1.11, I need to replace the following smb.conf
line from:

--
kerberos method = secrets and keytab
--

to:

--
kerberos method = secrets only
--

Then, pam_winbind did not crash (core dumped) again...

Cheers!

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-09-05 Thread Steve Langasek
Note that these fixes need to get into the Ubuntu RTM distro as well.
cgmanager 0.30-1ubuntu1 is already there (https://launchpad.net/ubuntu-
rtm/+source/cgmanager), but upstart is currently at version
1.13.1-0ubuntu3 vs. 1.13.2-0ubuntu1 in utopic.

James, please get the necessary changes landed into ubuntu-rtm/14.09.
If you have questions on how to do this, check with a member of the
landing team (e.g. ogra).

** Also affects: cgmanager (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: cgmanager (Ubuntu RTM)
   Status: New = Triaged

** Changed in: cgmanager (Ubuntu RTM)
 Assignee: (unassigned) = James Hunt (jamesodhunt)

** Also affects: upstart (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: upstart (Ubuntu RTM)
   Status: New = Triaged

** Changed in: cgmanager (Ubuntu RTM)
   Status: Triaged = Fix Released

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

Title:
  upstart can race with cgmanager when using remove-on-empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-launch/+bug/1357252/+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 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-05 Thread Thiago Martins
I need to say that I'm trying to use Samba 4.1.11 from Utopic,
backported to Trusty...

My own PPA:
https://launchpad.net/~martinx/+archive/ubuntu/ig

I'm not trying it using Utopic but, I'll test it again next week...

Best!

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 1338781] Re: lxc download template needs access to hkp://pool.sks-keyservers.net

2014-09-05 Thread Launchpad Bug Tracker
[Expired for lxc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  lxc download template needs access to hkp://pool.sks-keyservers.net

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1338781/+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 1309430] Re: openstack role add RHEL error

2014-09-05 Thread Dean Troyer
I don't think this is still an issue, create_keystone_accounts() has
been significantly re-factored since then.

** Changed in: python-openstackclient
   Status: Incomplete = Invalid

** Changed in: devstack
   Status: Incomplete = Invalid

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

Title:
  openstack role add RHEL error

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1309430/+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 1353691] Re: [messaging-app] Messages timestamp doesn't regard localization

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package messaging-app -
0.1+14.10.20140904.1-0ubuntu1

---
messaging-app (0.1+14.10.20140904.1-0ubuntu1) utopic; urgency=low

  [ Ugo Riboni ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.

  [ Tiago Salem Herrmann ]
  * Improve startup time (LP: #1325001)

  [ Martin Pitt ]
  * update POT

  [ Pawel Stolowski ]
  * Added X-Ubuntu-Default-Department-ID key to the desktop file. This
is required by click scope to support departments for preinstalled
applications.

  [ Gustavo Pichorim Boiko ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.

  [ Renato Araujo Oliveira Filho ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.
  * Replaced ContactListView used to display search result with a simple
ListView.
  * Set root element as parent for MessageInfoDialog.
  * Format the message timestamp using the current system locale. Make
sure that AM/PM format get correct formatted. (LP: #1353691)
  * Added + Create new button on contact list. Hide contact switch
all favorites during the search. (LP: #1234947)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 04 Sep 2014 
18:26:42 +

** Changed in: messaging-app (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/1353691

Title:
  [messaging-app] Messages timestamp doesn't regard localization

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1353691/+subscriptions

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


[Bug 1348825] Re: Transfer indicator needs internationalization

2014-09-05 Thread Sebastien Bacher
@Victor, why do you need to update the pot? The translations can be done
on https://translations.launchpad.net/ubuntu/utopic/+source/indicator-
transfer

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

Title:
  Transfer indicator needs internationalization

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-transfer/+bug/1348825/+subscriptions

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


[Bug 1341681] Re: Autopilot tests should stop using deprecated emulators module

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package dialer-app -
0.1+14.10.20140903.3-0ubuntu1

---
dialer-app (0.1+14.10.20140903.3-0ubuntu1) utopic; urgency=low

  [ Ugo Riboni ]
  * Make sure the strings from the .desktop file end up in the .pot
file. Follow convention and make paths in .pot file relative to po
dir as well.

  [ Leo Arias ]
  * Isolate the autopilot tests, use a fake url-dispatcher instead of
depending on messaging app and address book.
  * Stop using the deprecated emulators namespace. (LP: #1341681)

  [ Martin Pitt ]
  * POT update

  [ CI bot ]
  * Resync trunk

  [ Gustavo Pichorim Boiko ]
  * Make sure the strings from the .desktop file end up in the .pot
file. Follow convention and make paths in .pot file relative to po
dir as well.
  * Set the header sections model as undefined when there is only one
account available.
  * Make it possible to profile the app without recompiling.

  [ Renato Araujo Oliveira Filho ]
  * Make sure the strings from the .desktop file end up in the .pot
file. Follow convention and make paths in .pot file relative to po
dir as well.
  * Make sure that all contacts are visible before start the search.
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Wed, 03 Sep 2014 
17:08:23 +

** Changed in: dialer-app (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/1341681

Title:
  Autopilot tests should stop using deprecated emulators module

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1341681/+subscriptions

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


[Bug 1325001] Re: improve app startup time

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package messaging-app -
0.1+14.10.20140904.1-0ubuntu1

---
messaging-app (0.1+14.10.20140904.1-0ubuntu1) utopic; urgency=low

  [ Ugo Riboni ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.

  [ Tiago Salem Herrmann ]
  * Improve startup time (LP: #1325001)

  [ Martin Pitt ]
  * update POT

  [ Pawel Stolowski ]
  * Added X-Ubuntu-Default-Department-ID key to the desktop file. This
is required by click scope to support departments for preinstalled
applications.

  [ Gustavo Pichorim Boiko ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.

  [ Renato Araujo Oliveira Filho ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.
  * Replaced ContactListView used to display search result with a simple
ListView.
  * Set root element as parent for MessageInfoDialog.
  * Format the message timestamp using the current system locale. Make
sure that AM/PM format get correct formatted. (LP: #1353691)
  * Added + Create new button on contact list. Hide contact switch
all favorites during the search. (LP: #1234947)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 04 Sep 2014 
18:26:42 +

** Changed in: messaging-app (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/1325001

Title:
  improve app startup time

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1325001/+subscriptions

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


[Bug 1234947] Re: contacts not honoring language setting (ie, Favourites with US English)

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package messaging-app -
0.1+14.10.20140904.1-0ubuntu1

---
messaging-app (0.1+14.10.20140904.1-0ubuntu1) utopic; urgency=low

  [ Ugo Riboni ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.

  [ Tiago Salem Herrmann ]
  * Improve startup time (LP: #1325001)

  [ Martin Pitt ]
  * update POT

  [ Pawel Stolowski ]
  * Added X-Ubuntu-Default-Department-ID key to the desktop file. This
is required by click scope to support departments for preinstalled
applications.

  [ Gustavo Pichorim Boiko ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.

  [ Renato Araujo Oliveira Filho ]
  * Make sure the strings from the desktop file template are processed.
Use paths relative to the po dir in the .pot file to match
convention. Update the pot file.
  * Replaced ContactListView used to display search result with a simple
ListView.
  * Set root element as parent for MessageInfoDialog.
  * Format the message timestamp using the current system locale. Make
sure that AM/PM format get correct formatted. (LP: #1353691)
  * Added + Create new button on contact list. Hide contact switch
all favorites during the search. (LP: #1234947)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 04 Sep 2014 
18:26:42 +

** Changed in: messaging-app (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/1234947

Title:
  contacts not honoring language setting (ie, Favourites with US
  English)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1234947/+subscriptions

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


[Bug 1366126] Re: linux-headers-3.13.0-24-generic E: Sub-process /usr/bin/dpkg returned an error code (1)

2014-09-05 Thread Joseph Salisbury
You may need to run the following:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package.

If that does not resolve your issue, please mark the bug as Confirmed

** Changed in: linux (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/1366126

Title:
   linux-headers-3.13.0-24-generic E: Sub-process /usr/bin/dpkg returned
  an error code (1)

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

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


[Bug 1366120] Re: [Hyper-V] reloading LIS Hyper-V modules can result in a kernel panic on Ubuntu 14.10

2014-09-05 Thread Joseph Salisbury
** Tags added: kernel-da-key kernel-hyper-v

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

Title:
  [Hyper-V] reloading LIS Hyper-V modules can result in a kernel panic
  on Ubuntu 14.10

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

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


[Bug 1329289] Re: Messaging indicator sometimes fails to send a reply

2014-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity8 (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/1329289

Title:
  Messaging indicator sometimes fails to send a reply

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

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


[Bug 1366143] Re: Impossible to answer to SMS from indicator-messages

2014-09-05 Thread Michał Sawicz
*** This bug is a duplicate of bug 1329289 ***
https://bugs.launchpad.net/bugs/1329289

** This bug has been marked a duplicate of bug 1329289
   Messaging indicator sometimes fails to send a reply

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

Title:
  Impossible to answer to SMS from indicator-messages

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

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


[Bug 1359299] Re: utopic 3.16.0-9 iso boots to desktop no unity

2014-09-05 Thread jerrylamos
Joseph, tried the rc7 and the -7 kernels on a new install which is at
-12 level.  The .iso boots to desktop so I do a Ctrl-Alt-F1 for a
command .ine.  The .deb's were previously downloaded with a utopic -12
which works.

With the fresh .iso install, no updates, did dpkg -i on the rc7.  Booted, hung 
before anything useful on screen. 
If this is the kernel the 3.16.0-6 is based on, didn't work for me on the .iso 
at 3.16.0-12 level.

dpkg -i on the 3.16 final to the .iso at -12 level.  The 3.16 final
(base for the -7 kernel). Flashing desktop on and off.  No go.



Gave up and installed .iso at the 3.16.0-6 level.  Runs fine for a
development level.

Did dpkg -i on the rc7 and booted.  Desktop only.  If this is the same
level as the -6 does not run the same here.

Rebooted with the 3.16.0-6 that came with the .iso.  Runs fine like
right now.

In times past I've been able to install debian kernels even on ubuntu.

No luck with the kernels in the post #38 on either installs at 3.16.0-6
level or at 3.16.0-12 level.

Maybe there's something I should be doing instead of just dpkg -i on the
three deb files and rebooting?

--

Let me try Alan Fry's suggestion, install the 3.16-12 which is the
latest .iso, boots to desktop only for me, and then apt-get update to
3.16.0-13.

HmmmThanks for your efforts .

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

Title:
  utopic 3.16.0-9 iso boots to desktop no unity

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

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


[Bug 1329289] Re: Messaging indicator sometimes fails to send a reply

2014-09-05 Thread Michał Sawicz
** Branch linked: lp:~nick-dedekind/unity8/indicator-polishing

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

** No longer affects: unity8

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

Title:
  Messaging indicator sometimes fails to send a reply

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

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


[Bug 1273260] Re: rhythmbox crashed with SIGSEGV in rb_list_model_find()

2014-09-05 Thread LAZA
Status?

I can confirm this bug TODAY in Trusty 64 bit and it is NOT FIXED!

Or should i open up a new bug report?

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

Title:
  rhythmbox crashed with SIGSEGV in rb_list_model_find()

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

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


[Bug 1366180] [NEW] Alltray will not dock applications in Trusty 14.04.1 Flashback

2014-09-05 Thread Cecil Carpenter
Public bug reported:

Since I upgraded from 12.04.5 to 14.04.1, I can no longer dock
applications with Alltray. Whenever I try to dock the applications,
Alltray crashes.  In 12.04, I had

Alltray /usr/lib/sunbird/sunbird

in my Startup programs list.  Sunbird would start, but I also had to
launch Alltray and then click in the Sunbird window.  Alltray would then
dock the Sundird icon in my panel and leave Sunbird running.  With the
same command after upgrading to 14.04.1, when I get to the part where I
click on the open Sunbird window, Alltray crashes.

1. Ubuntu 14.04.1
2. 0.71b-1
3. Sunbird icon shouls appear on panel.
4. Alltray crashed

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

** Attachment added: _usr_bin_alltray.1000.crash
   
https://bugs.launchpad.net/bugs/1366180/+attachment/4196672/+files/_usr_bin_alltray.1000.crash

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

Title:
  Alltray will not dock applications in Trusty 14.04.1 Flashback

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2014-09-05 Thread Abel Bolanos Martinez
I figure it out!!!

For those who have Iogear GBU521 using Ubuntu 14.04 here is an answer
http://askubuntu.com/a/520611/324046

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1366138] Re: package linux-image-3.13.0-35-generic 3.13.0-35.62 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2014-09-05 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/1366138

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

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

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


[Bug 1366038] Re: package texlive-generic-recommended 2009-15 failed to install/upgrade: trying to overwrite '/usr/share/doc/texlive-doc/generic/kastrup/binhex.pdf', which is also in package texlive-l

2014-09-05 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that a package failed to install due to a segmentation fault in
the application being used for the package installation process.
Unfortunately, this bug report isn't very useful in its current state
and a crash report would be much more useful.  Could you try recreating
this issue by enabling apport to catch the crash report 'sudo service
apport start force_start=1' and then trying to install the same package
again?  This process will create a new bug report so I am marking this
one as Invalid.  Thanks again for helping out!

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

** Tags added: package-install-segfault

** Changed in: texlive-base (Ubuntu)
   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/1366038

Title:
  package texlive-generic-recommended 2009-15 failed to install/upgrade:
  trying to overwrite '/usr/share/doc/texlive-
  doc/generic/kastrup/binhex.pdf', which is also in package texlive-
  latex-extra-doc 2009-10ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1366038/+subscriptions

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


[Bug 1366138] Re: package linux-image-3.13.0-35-generic 3.13.0-35.62 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2014-09-05 Thread Ubuntu Foundations Team Bug Bot
** Attachment removed: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/1366138/+attachment/4196609/+files/VarLogDistupgradeTermlog.gz

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

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

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

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


[Bug 1365497] Re: Inform user when a video format is not supported

2014-09-05 Thread Jim Hodapp
** Changed in: mediaplayer-app (Ubuntu)
   Status: New = Confirmed

** Also affects: mediaplayer-app
   Importance: Undecided
   Status: New

** Changed in: mediaplayer-app
   Status: New = Triaged

** Changed in: mediaplayer-app
   Importance: Undecided = Critical

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

Title:
  Inform user when a video format is not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediaplayer-app/+bug/1365497/+subscriptions

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


[Bug 1365562] Re: media-hub-server uses 100% CPU while playing video (and video fails to play)

2014-09-05 Thread Jim Hodapp
** Description changed:

  krillin: #11
  
  This video
  http://samplemedia.linaro.org/Mmtest/media_api/video/H264_500_AAC_128.3gp
- (h264/aac) makes media-hub-server uses 100% CPU and render the device
- unusable
+ (h264/aac) makes media-hub-server consume 100% CPU and renders the
+ device unusable
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: media-hub 1.0.0+14.10.20140818-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 17:34:59 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: media-hub
  UpgradeStatus: No upgrade log present (probably fresh install)

** Also affects: media-hub
   Importance: Undecided
   Status: New

** Changed in: media-hub
 Assignee: (unassigned) = Jim Hodapp (jhodapp)

** Changed in: media-hub (Ubuntu)
 Assignee: (unassigned) = Jim Hodapp (jhodapp)

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

Title:
  media-hub-server uses 100% CPU while playing video (and video fails to
  play)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365562/+subscriptions

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


[Bug 1365509] Re: Videos fail to play from gallery app

2014-09-05 Thread Jim Hodapp
Not sure what project the device tarball is a part of, so leaving it as
media-hub for the project that it affects and assigned Jani to it just
to keep track of the bug.

** Changed in: media-hub
 Assignee: Jim Hodapp (jhodapp) = Jani Monoses (jani)

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

Title:
  Videos fail to play from gallery app

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1365509/+subscriptions

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


[Bug 1351042] Re: MTP is unusable on Nexus 4 connected to Windows host

2014-09-05 Thread Mathieu Trudel-Lapierre
** Description changed:

- MTP is unusable on Nexus 4 connected to Windows 7 host PC
- 
- Ubuntu Phone rev. 160
+ Files copied over MTP are shown duplicated on Windows.
  
  Steps to reproduce:
  - Windows PC-Control Panel-Device Manager
  - Nexus 4 is shown under Portable devices
  - Right click on Nexus 4, choose Update Driver
  - click 'Browse my Computer for driver software'
  - click Let my pick...
  - select MTP USB Device
  Windows installs MTP USB Device driver.
  Unplug and plug USB cable back in.
  Nexus 4 device will appear in Windows Explorer.
+ - Attempt to copy a file to a directory.
  
- Click on Nexus 4 in Windows Explorer, empty directory is displayed.
- No files show or can be copied.
+ Click on Nexus 4 in Windows Explorer, try to copy a file to the
+ filesystem. A copied file appears duplicated.
  
  Expected result: Files are shown and can be copied, deleted on the
- device.
+ device. Only one entry is displayed for each copied file.

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

Title:
  MTP is unusable on Nexus 4 connected to Windows host

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

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


[Bug 1363358] Re: upgrading from ubuntu 12.04 to 14.04 , got a msg saying failure to install ubuntu desktop

2014-09-05 Thread Brian Murray
From Apttermlog.txt:

Setting up xdiagnose (3.6.3build2) ...^M
dpkg: dependency problems prevent configuration of ubuntu-desktop:^M
 ubuntu-desktop depends on software-center; however:^M
  Package software-center is not installed.^M
 ubuntu-desktop depends on ubuntu-sso-client-qt; however:^M
  Package ubuntu-sso-client-qt is not installed.^M
^M
dpkg: error processing package ubuntu-desktop (--configure):^M
 dependency problems - leaving unconfigured^M

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

Title:
  upgrading from ubuntu 12.04 to 14.04 , got a msg saying failure to
  install ubuntu desktop

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

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


[Bug 1363847] Re: Update failure from 13.10

2014-09-05 Thread Brian Murray
The problem was the libpython packages you installed with the blender
PPA that you had enabled.

libpython3.4 3.4.0-2ubuntu1irie1~saucy1 0
libpython3.4-minimal 3.4.0-2ubuntu1irie1~saucy1 1
libpython3.4-stdlib 3.4.0-2ubuntu1irie1~saucy1 1

Those version numbers are greater than the version in Trusty and
subsequently block the upgrade to it.

 $ rmadison libpython3.4
 libpython3.4 | 3.4.0-2ubuntu1  | trusty   | amd64, arm64, armhf, i386, 
powerpc, ppc64el
 libpython3.4 | 3.4.1-10| ubuntu-rtm/14.09 | amd64, armhf, i386
 libpython3.4 | 3.4.1-10ubuntu1 | utopic   | amd64, arm64, armhf, i386, 
powerpc, ppc64el


** Changed in: ubuntu-release-upgrader (Ubuntu)
   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/1363847

Title:
  Update failure from 13.10

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

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


[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-05 Thread Michael Terry
** No longer affects: lightdm (Ubuntu)

** Package changed: unity8 (Ubuntu) = systemd-shim (Ubuntu)

** Changed in: systemd-shim (Ubuntu)
 Assignee: (unassigned) = Steve Langasek (vorlon)

** Package changed: unity8 (Ubuntu-rtm 14.09) = systemd-shim (Ubuntu-
rtm 14.09)

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

Title:
  Greeter not asking for pin code in image 11 (krillin)

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

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


[Bug 1310489] Re: xorg.conf overwritten by booting system

2014-09-05 Thread Alberto Milone
The error that you see in the log was caused by this code:

if (is_disabled_in_cmdline()) {
fprintf(log_handle, Disabled by kernel parameter \%s\\n,
KERN_PARAM);
goto end;
}

That simply parses /proc/cmdline.


A few more things to try:

1) Maybe what you see is an old log. Try with:

sudo rm /var/log/gpu-manager.log

and reboot

See if you can still see the same gpu-manager.log (with the same error
about the nogpumanager parameter)

2) Try starting the upstart job:

sudo rm /var/log/gpu-manager.log

sudo start gpu-manager

And see what /var/log/gpu-manager.log says

3) If 1) and 2) fail, try this:

sudo rm /var/log/gpu-manager.log

sudo gpu-manager --log /var/log/gpu-manager.log

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

Title:
  xorg.conf overwritten by booting system

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

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


[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-05 Thread Thiago Martins
Guys,

 I'm facing this problem with Samba 4.1.11 from Utopic, downgrading to
Samba 4.1.6, it works!

 Maybe there is still something wrong with Samba from Utopic...

Regards,
Thiago

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

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

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


[Bug 1234947] Re: contacts not honoring language setting (ie, Favourites with US English)

2014-09-05 Thread Renato Araujo Oliveira Filho
** Changed in: messaging-app
   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/1234947

Title:
  contacts not honoring language setting (ie, Favourites with US
  English)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1234947/+subscriptions

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


[Bug 936463] Re: Doubleclick interval not set for non kde apps

2014-09-05 Thread Lorenzo Bettini
This bug is still present in 14.04 for the touchpad.

Adding

gtk-double-click-time = 800

to

.gtkrc-2.0

solves the problem

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

Title:
  Doubleclick interval not set  for non kde apps

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

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


[Bug 1365252] Re: Unable to upgrade from 13.10 to 14.04

2014-09-05 Thread Brian Murray
This is due to the blender PPA that you have enabled which provides
python packages with version numbers greater than those in Trusty.  The
release upgrader will not downgrade those packages so the upgrade
process quits.  You'll need to use a tool like ppa-purge to remove the
problematic (irie-blender-saucy) PPA.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   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/1365252

Title:
  Unable to upgrade from 13.10 to 14.04

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

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


[Bug 1364498] Re: [messaging-app] message thread view doesn't move to the last sent chat bubble

2014-09-05 Thread Tiago Salem Herrmann
** Branch linked: lp:~tiagosh/messaging-app/multiple_fixes

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

Title:
  [messaging-app] message thread view doesn't move to the last sent chat
  bubble

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1364498/+subscriptions

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


[Bug 1353691] Re: [messaging-app] Messages timestamp doesn't regard localization

2014-09-05 Thread Renato Araujo Oliveira Filho
** Changed in: messaging-app
   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/1353691

Title:
  [messaging-app] Messages timestamp doesn't regard localization

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1353691/+subscriptions

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


[Bug 1360580] Re: [Hyper-V] IP injection does not occur on Ubuntu 14.10

2014-09-05 Thread Abhishek Gupta
The IP injection issue on 14.10 is resolved as tested successfully using
the daily build from Sept 2nd.

There is one small glitch in how hv_set_ifconfig runs, as after several
runs it keeps adding the line “# The following stanza(s) added by
hv_set_ifconfig” for every pass.

This is the setip execution output:
PS C:\Users\Administrator\Desktop .\setip.ps1
-
SetGuestNetworkAdapterConfiguration
-

Msvm_GuestNetworkAdapterConfiguration before update .. please make sure
that VM is running ...


IPAddresses:  : {10.100.20.108, fe80::215:5dff:fe01:6c76}
ProtocolIFType:   : 4098
DHCPEnabled:  : True
InstanceID:   : 
Microsoft:GuestNetwork\9ADF60A7-E268-4039-88B0-372D3F2703D1\1A2B0CAB-5074-4551-88A8-EE39EC094A26
Subnets:  : {255.255.255.0, /64}
DNSServers:   : {8.8.8.8}
DefaultGateways:  : {10.100.20.1}

SetGuestNetworkAdapterConfiguration
SetGuestNetworkAdapterConfiguration success.
Msvm_GuestNetworkAdapterConfiguration After update .. please make sure VM is 
running ...
IPAddresses:  : {10.100.20.208, fe80::215:5dff:fe01:6c76}
ProtocolIFType:   : 4098
DHCPEnabled:  : False
InstanceID:   : 
Microsoft:GuestNetwork\9ADF60A7-E268-4039-88B0-372D3F2703D1\1A2B0CAB-5074-4551-88A8-EE39EC094A26
Subnets:  : {255.0.0.0, /64}
DNSServers:   : {8.8.8.8, 8.8.4.4}
DefaultGateways:  : {10.100.20.1}

Sample interfaces file content after running the script 3 times:

root@ubuntu1410:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# The following stanza(s) added by hv_set_ifconfig
# The following stanza(s) added by hv_set_ifconfig
# The following stanza(s) added by hv_set_ifconfig
auto eth0
iface eth0 inet static
address 10.100.20.108
gateway 10.100.20.1
dns-nameservers 8.8.4.4

#End of hv_set_ifconfig stanzas

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

Title:
  [Hyper-V] IP injection does not occur on Ubuntu 14.10

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

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

[Bug 1364362] Re: Update from 13.10 to 14.04 fails

2014-09-05 Thread Brian Murray
This is due to the blender PPA that you have enabled which provides
python packages with version numbers greater than those in Trusty. The
release upgrader will not downgrade those packages so the upgrade
process quits. You'll need to use a tool like ppa-purge to remove the
problematic (irie-blender-saucy) PPA.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   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/1364362

Title:
  Update from 13.10 to 14.04 fails

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

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


[Bug 1346745] Re: when entering the recipient number after the text, the send button is not enabled

2014-09-05 Thread Tiago Salem Herrmann
** Branch linked: lp:~tiagosh/messaging-app/multiple_fixes

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

Title:
  when entering the recipient number after the text, the send button is
  not enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1346745/+subscriptions

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


[Bug 1362378] Re: timestamps in Chat view not formatted correctly

2014-09-05 Thread Renato Araujo Oliveira Filho
** Changed in: messaging-app (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: messaging-app
   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/1362378

Title:
  timestamps in Chat view not formatted correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1362378/+subscriptions

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


[Bug 1348246] Re: Cannot upgrade to 14.04

2014-09-05 Thread Brian Murray
This is due to the blender PPA that you have enabled which provides
python packages with version numbers greater than those in Trusty. The
release upgrader will not downgrade those packages so the upgrade
process quits. You'll need to use a tool like ppa-purge to remove the
problematic (irie-blender-saucy) PPA.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   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/1348246

Title:
  Cannot upgrade to 14.04

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

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


[Bug 1366186] [NEW] Only SimManager available when offline no SIM

2014-09-05 Thread Tony Espy
Public bug reported:

When a mako with no SIM has FlightMode enabled, the following is the
output of list-modems:

[ /ril_0 ]
Type = hardware
Lockdown = 0
Manufacturer = Fake Manufacturer
Interfaces = org.ofono.RadioSettings org.ofono.CallVolume 
org.ofono.VoiceCallManager org.ofono.SimManager 
Revision = M9615A-CEFWMAZM-2.0.1700.98
Powered = 1
Emergency = 0
Model = Fake Modem Model
Online = 0
Serial = 355136052481127
Features = rat sim 
[ org.ofono.RadioSettings ]
FastDormancy = 0
ModemTechnologies = gsm umts 
TechnologyPreference = umts
[ org.ofono.CallVolume ]
SpeakerVolume = 0
MicrophoneVolume = 0
Muted = 1
[ org.ofono.VoiceCallManager ]
EmergencyNumbers = 08 000 999 110 112 911 118 119 
[ org.ofono.SimManager ]
Present = 0

If the device is re-booted, then output of list-modems looks like this:

[ /ril_0 ]
Emergency = 0
Online = 0
Type = hardware
Powered = 1
Lockdown = 0
Interfaces = org.ofono.SimManager 
Model = Fake Modem Model
Features = sim 
Serial = 355136052481127
Revision = M9615A-CEFWMAZM-2.0.1700.98
Manufacturer = Fake Manufacturer
[ org.ofono.SimManager ]
Present = 0

This may cause issues with System Settings.

We should explore whether RadioSettings should be created regardless of
radio power state.  CallVolume is probably not an issue, but it would
make things more symmetric if it was only removed when the device enters
FlightMode.

Lack of VoiceCallManager is a bigger problem and warrants it's own bug,
as prevents the dialer-app from querying the EmergencyNumbers property.

This bug is being reported against ofono 1.12.bzr6876+14.10.20140904
~rtm-0ubuntu1, which is currently undergoing silo testing.

** Affects: ofono (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/1366186

Title:
  Only SimManager available when offline  no SIM

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

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


[Bug 1349719] Re: Trying to upgrade from 13.10 to 14.04 unresolvable error

2014-09-05 Thread Brian Murray
This is due to the blender PPA that you have enabled which provides
python packages with version numbers greater than those in Trusty. The
release upgrader will not downgrade those packages so the upgrade
process quits. You'll need to use a tool like ppa-purge to remove the
problematic (irie-blender-saucy) PPA.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   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/1349719

Title:
  Trying to upgrade from 13.10 to 14.04 unresolvable error

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

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


[Bug 1366188] [NEW] Boot with no SIM and FlightMode enabled, no EmergencyNumbers are available

2014-09-05 Thread Tony Espy
Public bug reported:

This bug is related to bug #1366186.

If a mako is booted with no SIM and FlightMode enabled, the
VoiceCallManager interface is not available, therefore the dialer-app
cannot read the EmergencyNumber property.  This can cause the dialer-app
to prevent a user from making an emergency call in this scenario.

This bug is being reported against ofono 1.12.bzr6876+14.10.20140904
~rtm-0ubuntu1, which is currently undergoing silo testing.

** Affects: ofono (Ubuntu)
 Importance: High
 Status: New

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

Title:
  Boot with no SIM and FlightMode enabled, no EmergencyNumbers are
  available

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

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


[Bug 1354710] Re: Backlight control does not work, but there are entries in /sys/class/backlight. Lenovo B570

2014-09-05 Thread Joseph Salisbury
I started a kernel bisect between v3.9 final and v3.10-rc1. The kernel
bisect will require testing of about 10  - 12 test kernels.

I built the first test kernel, up to the following commit:
73287a43cc79ca06629a88d1a199cd283f42456a

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

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

Thanks in advance

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

Title:
  Backlight control does not work, but there are entries in
  /sys/class/backlight. Lenovo B570

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

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


[Bug 1362199] Re: [FFe] apparmor abstract, anonymous and netlink socket mediation

2014-09-05 Thread Jamie Strandboge
isc-dhcp (4.2.4-7ubuntu14) utopic; urgency=medium

  * debian/apparmor-profile.dhclient: add file_inherit inet{,6} dgram rules
for child profiles

** Changed in: isc-dhcp (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/1362199

Title:
  [FFe] apparmor abstract, anonymous and netlink socket mediation

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

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


[Bug 1366188] Re: Boot with no SIM and FlightMode enabled, no EmergencyNumbers are available

2014-09-05 Thread Tony Espy
This is not a regression, as prior to installing the above-mentioned
version of ofono, no interfaces are created, including the SimManager
which exposes the Present property.  Here's the output of list-modems in
the same scenario with the prior version:

[ /ril_0 ]
Type = hardware
Features = 
Lockdown = 0
Emergency = 0
Model = Fake Modem Model
Serial = 355136052481127
Online = 0
Manufacturer = Fake Manufacturer
Revision = M9615A-CEFWMAZM-2.0.1700.98
Powered = 1
Interfaces =

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

Title:
  Boot with no SIM and FlightMode enabled, no EmergencyNumbers are
  available

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

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


[Bug 1366186] Re: Only SimManager available when offline no SIM

2014-09-05 Thread Tony Espy
This is not a regression, as prior to installing the above-mentioned
version of ofono, no interfaces are created, including the SimManager
which exposes the Present property. Here's the output of list-modems in
the same scenario with the prior version:

[ /ril_0 ]
Type = hardware
Features =
Lockdown = 0
Emergency = 0
Model = Fake Modem Model
Serial = 355136052481127
Online = 0
Manufacturer = Fake Manufacturer
Revision = M9615A-CEFWMAZM-2.0.1700.98
Powered = 1
Interfaces =

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

Title:
  Only SimManager available when offline  no SIM

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

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


[Bug 1363849] Re: Es wurden 0 B in 0 s geholt (0 B/s)

2014-09-05 Thread Brian Murray
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Importance: Undecided = Low

** Changed in: ubuntu-release-upgrader (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/1363849

Title:
  Es wurden 0 B in 0 s geholt (0 B/s)

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

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


[Bug 1366196] [NEW] package libsdl2-2.0-0 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', which is also in package libsdl2:i386 2.0.3+z4~2014

2014-09-05 Thread Sotai
Public bug reported:

sdl2 packages conflict with sdl

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libsdl2-2.0-0 (not installed)
Uname: Linux 3.14.17-bacarat i686
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: i386
Date: Fri Sep  5 14:50:21 2014
DpkgTerminalLog:
 Preparing to unpack .../libsdl2-2.0-0_2.0.2+dfsg1-3ubuntu1.1_i386.deb ...
 Unpacking libsdl2-2.0-0:i386 (2.0.2+dfsg1-3ubuntu1.1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libsdl2-2.0-0_2.0.2+dfsg1-3ubuntu1.1_i386.deb 
(--unpack):
  trying to overwrite '/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', which is also 
in package libsdl2:i386 2.0.3+z4~20140315-8621-1ppa1precise1
DuplicateSignature: package:libsdl2-2.0-0:(not installed):trying to overwrite 
'/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', which is also in package 
libsdl2:i386 2.0.3+z4~20140315-8621-1ppa1precise1
ErrorMessage: trying to overwrite '/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', 
which is also in package libsdl2:i386 2.0.3+z4~20140315-8621-1ppa1precise1
InstallationDate: Installed on 2012-08-14 (752 days ago)
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
SourcePackage: libsdl2
Title: package libsdl2-2.0-0 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', which is also in 
package libsdl2:i386 2.0.3+z4~20140315-8621-1ppa1precise1
UpgradeStatus: Upgraded to trusty on 2014-09-03 (2 days ago)

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


** Tags: apport-package i386 trusty

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

Title:
  package libsdl2-2.0-0 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', which
  is also in package libsdl2:i386 2.0.3+z4~20140315-8621-1ppa1precise1

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

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


[Bug 1359672] Re: Sending MMS doesn't allow importing images from anywhere else than Gallery

2014-09-05 Thread Tiago Salem Herrmann
** Branch linked: lp:~renatofilho/messaging-app/content-hub-update

** Changed in: messaging-app
   Status: New = Fix Released

** Changed in: messaging-app (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/1359672

Title:
  Sending MMS doesn't allow importing images from anywhere else than
  Gallery

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1359672/+subscriptions

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


[Bug 1366196] Re: package libsdl2-2.0-0 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', which is also in package libsdl2:i386 2.0.3+z4~201403

2014-09-05 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/1366196

Title:
  package libsdl2-2.0-0 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/i386-linux-gnu/libSDL2-2.0.so.0', which
  is also in package libsdl2:i386 2.0.3+z4~20140315-8621-1ppa1precise1

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

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


[Bug 1353560] Re: Don't black screen when on call with speakerphone

2014-09-05 Thread kevin gunn
** Tags removed: touch-2014-09-11
** Tags added: touch-2014-09-25

** Changed in: unity-system-compositor (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-system-compositor (Ubuntu)
 Assignee: (unassigned) = Andreas Pokorny (andreas-pokorny)

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

Title:
  Don't black screen when on call with speakerphone

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1353560/+subscriptions

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


[Bug 1342083] Re: Failed to create chardev due to apparmor DENIED execute of /usr/lib/pt_chown

2014-09-05 Thread TJ
Serge, there is no XML since the failure occurred during the creation by
virt-manager and it doesn't save a domain XML file if there's a creation
failure, which was why I had to show the log outputs.

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

Title:
  Failed to create chardev due to apparmor DENIED execute of
  /usr/lib/pt_chown

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

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


[Bug 1356539] Re: scrolling in thread view with pictures very slow

2014-09-05 Thread Tiago Salem Herrmann
** Branch linked: lp:~tiagosh/messaging-app/improve_startup_time

** Changed in: messaging-app
   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/1356539

Title:
  scrolling in thread view with pictures very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/messaging-app/+bug/1356539/+subscriptions

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


[Bug 1364049] Re: could not install 'update-manager-core' while upgrading Kubuntu to version 14.04

2014-09-05 Thread Brian Murray
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1364049

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: ubuntu-release-upgrader (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/1364049

Title:
  could not install 'update-manager-core' while upgrading Kubuntu to
  version 14.04

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

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


[Bug 1350842] Re: Misspells Synchronization as Syncronization

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package sync-monitor -
0.1+14.10.20140905-0ubuntu1

---
sync-monitor (0.1+14.10.20140905-0ubuntu1) utopic; urgency=low

  [ Sebastien Bacher ]
  * Correctly spell 'synchronization' (LP: #1350842)
  * Tweak translation setup so the template is correctly generated (LP:
#1350534)

  [ Mirco Müller ]
  * Added use of non-shaped-icon hint. (LP: #1350282)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 05 Sep 2014 
15:36:59 +

** Changed in: sync-monitor (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/1350842

Title:
  Misspells Synchronization as Syncronization

To manage notifications about this bug go to:
https://bugs.launchpad.net/sync-monitor/+bug/1350842/+subscriptions

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

[Bug 1356948] Re: ISST-KTE:PowerNV:UBUNTU14.10: Shiner Adapter ethernet port does not come up

2014-09-05 Thread Tim Gardner
Cherry-picked from linux-next

UBUNTU: SAUCE: bnx2x: Configure device endianity on driver load and
reset endianity on removal.

** Changed in: linux (Ubuntu Utopic)
   Status: In Progress = Fix Committed

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

Title:
  ISST-KTE:PowerNV:UBUNTU14.10: Shiner Adapter ethernet port does not
  come up

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

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


[Bug 1350534] Re: Sync monitor needs to be set up for translation

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package sync-monitor -
0.1+14.10.20140905-0ubuntu1

---
sync-monitor (0.1+14.10.20140905-0ubuntu1) utopic; urgency=low

  [ Sebastien Bacher ]
  * Correctly spell 'synchronization' (LP: #1350842)
  * Tweak translation setup so the template is correctly generated (LP:
#1350534)

  [ Mirco Müller ]
  * Added use of non-shaped-icon hint. (LP: #1350282)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 05 Sep 2014 
15:36:59 +

** Changed in: sync-monitor (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/1350534

Title:
  Sync monitor needs to be set up for translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/sync-monitor/+bug/1350534/+subscriptions

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

[Bug 1350282] Re: Remove Account snap-decision - improper use of the UbuntuShape

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package sync-monitor -
0.1+14.10.20140905-0ubuntu1

---
sync-monitor (0.1+14.10.20140905-0ubuntu1) utopic; urgency=low

  [ Sebastien Bacher ]
  * Correctly spell 'synchronization' (LP: #1350842)
  * Tweak translation setup so the template is correctly generated (LP:
#1350534)

  [ Mirco Müller ]
  * Added use of non-shaped-icon hint. (LP: #1350282)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 05 Sep 2014 
15:36:59 +

** Changed in: sync-monitor (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/1350282

Title:
  Remove Account snap-decision - improper use of the UbuntuShape

To manage notifications about this bug go to:
https://bugs.launchpad.net/sync-monitor/+bug/1350282/+subscriptions

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

[Bug 1319227] Re: Dist-Upgrade 12.04 to 14.04 fails

2014-09-05 Thread Mobile Developer
*** This bug is a duplicate of bug 1279762 ***
https://bugs.launchpad.net/bugs/1279762

Can anybody provide temprorary solution for upgrade issue?

Thanks.

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

Title:
  Dist-Upgrade 12.04 to 14.04 fails

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