[Bug 1076286] [NEW] Puppet agent not correcly configuring facts synch'd from master

2012-11-08 Thread Andrea Biancini
Public bug reported:

Hi all,
I'm writing to signal a very easy to fix potential problem to your puppet 
package.
The package for the agent, as provided, does not permit to facts defined on the 
master to be correctly deployed and used on the agent side.

To reproduce the error, for example, I could define in the master a site.pp as 
follow:
node puppetclient {
  include modulewithfact

  file { '/tmp/puppettest':
ensure = present,
content = $test_fact,
  }
}
And a module, under modules/modulewithfact, that has under the lib/facter a 
file test_fact.rb as follows:
Facter.add(:test_fact) do
  confine :kernel = Linux
  setcode do
Content from the fact
  end
end
Given this configuration the expected behavior should be that the fact is 
deployed on every agent (of course if they enable pluginsync=true in the 
puppet.conf) and then properly executed.
So the file /tmp/puppettest should contain the string  Content from the fact.

This is not happening, with the default configuration, because the agent is not 
instructed to include in the facterlib path all the facts synchronized from the 
server.
To avoid this situation I simply added to the /etc/default/puppet file the 
following line:
FACTERLIB=/var/lib/puppet/lib/facter
which permits to include in the facterlib the folder where facts from the 
server are synchronized by the agent.

I am writing to propose you to add this line in the standard 
/etc/defatult/puppet file in the puppet package from further versions.
I hope my example and explaination is clear enough.

Thanks and regards,
Andrea

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

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

Title:
  Puppet agent not correcly configuring facts synch'd from master

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1076286/+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 1076290] [NEW] cobbler-web throws 500 internal server error

2012-11-08 Thread Jon Anning
Public bug reported:

Fresh install of 12.10 server. Cobbler itself works just fine, but the
webui won't run - error in /var/log/apache2/error.log is as follows:

mod_wsgi (pid=11576): Exception occurred processing WSGI script 
'/usr/share/cobbler/web/cobbler.wsgi'.
Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py, line 219, 
in __call__
 self.load_middleware()
   File /usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 
47, in load_middleware
 raise exceptions.ImproperlyConfigured('Error importing middleware %s: 
%s' % (mw_module, e))
 ImproperlyConfigured: Error importing middleware 
django.contrib.csrf.middleware: No module named csrf.middleware

A bit of investigation led me to a bug on cobbler's github issues:

https://github.com/cobbler/cobbler/issues/191 seems to be similar. The
team suggested the OP contact the packagers then, so that's what I'm
doing now as well :)

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


** Tags: cobbler cobbler-web django wsgi

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

Title:
  cobbler-web throws 500 internal server error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1076290/+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 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-11-08 Thread Mark Fraser
Upgraded to 12.10 yesterday and I'm now seeing these errors.

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20100525+lfs/uploadprogress.so' -
/usr/lib/php5/20100525+lfs/uploadprogress.so: cannot open shared object
file: No such file or directory in Unknown on line 0

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

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+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 1076353] [NEW] nova [-] Could not find driver for connection_type None

2012-11-08 Thread Eduardo Patrocinio
Public bug reported:

Linux Version: Ubuntu 12.10 server

user@openstack:/var/log/nova$ nova-manage version
2012.2 (2012.2-LOCALBRANCH:LOCALREVISION)


Getting the following error in nova-volume.log:

2012-11-07 02:11:59 WARNING nova.common.deprecated [-] Deprecated Config: 
Specifying virt driver via connection_type is deprecated. Use 
compute_driver=classname instead.
2012-11-07 02:11:59 CRITICAL nova [-] Could not find driver for connection_type 
None

root@openstack:/etc/nova# grep -e connection_type -e compute_driver /etc/nova/*
/etc/nova/nova.conf:connection_type=libvirt
/etc/nova/nova.conf:compute_driver=libvirt.LibvirtDriver

The problem persists even if I comment the connection_type line.

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


** Tags: nova-volume

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

Title:
  nova [-] Could not find driver for connection_type None

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076353/+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 1076306] [NEW] Upgrading of OpenSSH on 10.04 LTS

2012-11-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

We have servers running 10.04 LTS with OpenSSH client and server 5.3,
but our clients brought to our attention that there are security
vulnerabilities and we need to upgrade to 5.8 but there is no way I
managed to do so other than downloading the 5.8 deb packages and
installing them, but I'm sure that just by running apt-get
update/upgrade/dist-upgrade, the packages should upgrade especially due
to the fact that there are security vulnerabilities and it is an LTS
version.

I actually found a problem after installing the deb files/packages
though in that as soon as you execute 'apt-get dist-upgrade', I get the
message stating 'You might want to run `apt-get -f install' to correct
these' and when I do run 'apt-get -f install', I get the message 'The
following packages will be REMOVED:   libssl1.0.0 openssh-client
openssh-server'.

This is a serious issue for us, and would appreciate some help in the
matter.

Thanks!

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


** Tags: bot-comment
-- 
Upgrading of OpenSSH on 10.04 LTS
https://bugs.launchpad.net/bugs/1076306
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openssh 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 1076306] Re: Upgrading of OpenSSH on 10.04 LTS

2012-11-08 Thread Marc Deslauriers
Ubuntu backports security fixes to stable versions of software it
shipped with. Although 10.04 LTS has openssh version 5.3, the security
issues were corrected in that version.

The only known security issue in openssh in Ubuntu 10.04 LTS is
CVE-2011-5000, and that is a low priority issue that may only get fixed
next time there is a more serious issue to fix at the same time.

See the security team FAQ:

https://wiki.ubuntu.com/SecurityTeam/FAQ#Versions

Thanks.

** Package changed: ubuntu = openssh (Ubuntu)

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

** Changed in: openssh (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Upgrading of OpenSSH on 10.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1076306/+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 1076353] Re: nova [-] Could not find driver for connection_type None

2012-11-08 Thread Crue Jones
issue goes away if you add 'connection_type' back in to nova.conf even
though it clearly states that it is deprecated and 'compute_driver'
should be used instead.

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

Title:
  nova [-] Could not find driver for connection_type None

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076353/+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 1076353] Re: nova [-] Could not find driver for connection_type None

2012-11-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  nova [-] Could not find driver for connection_type None

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076353/+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 1073077] Re: zsh complains about locale_warn on launch

2012-11-08 Thread Scott Moser
I believe that I have a fix committed for this in cloud-init but I'm not able 
to reproduce this issue other than explicitly running:
$ zsh /etc/profile.d/Z99-cloud-locale-test.sh
/etc/profile.d/Z99-cloud-locale-test.sh
locale_warn:13: * not found

Ie, it doesn't seem to me that the /etc/profile.d scripts are executed if I 
just change my shell to zsh by:
  sudo usermod --shell=/bin/zsh $(whoami)

How were you seeing this?

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

Title:
  zsh complains about locale_warn on launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1073077/+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 1073077] Re: zsh complains about locale_warn on launch

2012-11-08 Thread Scott Moser
** Description changed:

- zsh complains if an '=' occurs in a suffix or prefix shell parameter
- expansion.
+ == SRU Information ==
+ [Impact] 
+  * Users who select zsh as shell and invoke /etc/profile.d scripts
+see an error message like:
+ locale_warn:13: * not found
+  * This contained fix makes that error message go away, and makes
+the Z99-cloud-locale-test.sh script in /etc/profile.d function
+properly with zsh.
+  * The fix adds new code to run 'emulate -L sh' if and only if the variable
+ZSH_NAME is defined (which is only likely to be true if shell is zsh).
+Per zshbuiltins(1), '-L' to 'emulate' indicates that the change in
+behavior should be limited to the containing function.
  
-   $ sh -c 'f=foo=bar; echo ${f%%=*}'
-   foo
-   $ bash -c 'f=foo=bar; echo ${f%%=*}'
-   foo
-   $ zsh -c 'f=foo=bar; echo ${f%%=*}'
-   zsh:1: * not found
+ [Test Case]
+  * launch cloud-image instance, get IP address and set 'IP' for use below.
+  * install zsh, change the 'ubuntu' user's shell
+  LC_ALL=en_US.UTF-8 ssh ubuntu@$IP \
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y zsh
+  * problem is then reproduced with:
+  LC_ALL=fr_FR.UTF-8 zsh /etc/profile.d/Z99-cloud-locale-test.sh
+Instead of seeing a message about invalid locale and how to fix it, the
+user will see:
+  locale_warn:13: * not found
+ 
+ [Regression Potential] 
+  * chance for regression is low, since the only real change is contained
+with a condition that will limit it to the case where the shell is zsh.
+  * If there was fallout, it would one of:
+* 'emulate -L' being run with non-zsh shell, likely resulting in an error
+  message but nothing worse.
+* user's zsh shell being changed to 'emulate sh' (if the '-L' did not
+  get applied correctly)
+ 
+ == End SRU Information ==
+ 
+ 
+ zsh complains if an '=' occurs in a suffix or prefix shell parameter 
expansion.
+ 
+   $ sh -c 'f=foo=bar; echo ${f%%=*}'
+   foo
+   $ bash -c 'f=foo=bar; echo ${f%%=*}'
+   foo
+   $ zsh -c 'f=foo=bar; echo ${f%%=*}'
+   zsh:1: * not found
  
  It is work-aroundable by escaping the '=' in the shell suffix match with a 
'\'. Ie:
-   $ zsh -c 'f=foo=bar; echo ${f%%\=*}'
-   foo
- 
+   $ zsh -c 'f=foo=bar; echo ${f%%\=*}'
+   foo
  
  == original bug report ==
  
  After upgrading my Amazon machine to Ubuntu 12.04, every time I run zsh I get 
the following output:
  locale_warn:13: * not found
  
  Apparenlty this is caused by the file /etc/profile.d/Z99-cloud-locale-
  test.sh in the cloud-init package. zsh always outputs an error when a
  glob like * fails to match any files.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: cloud-init 0.6.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-32.51-virtual 3.2.30
  Uname: Linux 3.2.0-32-virtual i686
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: i386
  Date: Tue Oct 30 11:03:46 2012
  Ec2AMI: ami-fb9ca98f
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c1.medium
  Ec2Kernel: aki-4deec439
  Ec2Ramdisk: unavailable
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/zsh
  SourcePackage: cloud-init
  UpgradeStatus: Upgraded to precise on 2012-10-29 (0 days ago)

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

Title:
  zsh complains about locale_warn on launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1073077/+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 978127] Re: incorrect time on node causes failed oauth

2012-11-08 Thread Scott Moser
** Tags removed: missing-in-quantal

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

Title:
  incorrect time on node causes failed oauth

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/978127/+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 1076442] [NEW] nova-novncproxy has a missing dep on websockify

2012-11-08 Thread Justin Shepherd
Public bug reported:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04 LTS

Using the following PPA: http://ubuntu-
cloud.archive.canonical.com/ubuntu precise-proposed/folsom main

# apt-cache show nova-novncproxy
Package: nova-novncproxy
Source: nova
Priority: extra
Section: net
Installed-Size: 86
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: all
Version: 2012.2+git201210091907~precise-0ubuntu1
Suggests: novnc
Depends: nova-common (= 2012.2+git201210091907~precise-0ubuntu1), upstart-job, 
python
Filename: 
pool/main/n/nova/nova-novncproxy_2012.2+git201210091907~precise-0ubuntu1_all.deb
Size: 31158
MD5sum: e54384abdcf6881dd97418d8220df2a3
SHA1: a89cee6d87c55d4293425170f5fa2a46d485c440

Installing this package completes withoug issue.. however running the
resulting binary fails due to a missing dep.

# /usr/bin/nova-novncproxy 
Traceback (most recent call last):
  File /usr/bin/nova-novncproxy, line 29, in module
import websockify
ImportError: No module named websockify

# apt-cache policy websockify
websockify:
  Installed: (none)
  Candidate: 0.2~20121002-0ubuntu1~cloud0
  Version table:
 0.2~20121002-0ubuntu1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-proposed/folsom/main amd64 Packages

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

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

Title:
  nova-novncproxy has a missing dep on websockify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076442/+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 1076442] Re: nova-novncproxy has a missing dep on websockify

2012-11-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  nova-novncproxy has a missing dep on websockify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076442/+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 978127] Re: incorrect time on node causes failed oauth

2012-11-08 Thread Scott Moser
** Description changed:

+ === Begin SRU Information ===
+ [Impact]
+  * For systems that have a broken or incorrectly set hardware clock,
+enlistment and commissioning into MAAS will fail.  This is because
+ubuntu's system clock is initially seeded by the hardware clock, and
+OAUTH is used for authentication with the maas server.  If the client
+clock differs by more than 5 minutes from the server clock,
+authentication will fail, and subsequently enlistment or commisioning
+will fail.
+This is also a problem after installation of the system as the same
+process for authentication is used.
+  * There is a need to backport this change in order to fully utilize 12.04
+and MAAS.
+  * The change in cloud-init is essentially this:
+If a request for access to the MAAS metadata service returns 401 or
+403 (unauthorized), then subsequent re-tries will modify the
+timestamp in the OAUTH request so that it matches the server.
+ 
+ [Test Case]
+  * To recreate the bug, you first need to get MAAS set up
+(http://maas.ubuntu.com/docs), and start a system for enlistment that would
+have an invalid clock.  To force an invalid clock, do one of:
+* boot to a system bios and change the bios clock
+* modify the ephemeral image so that the clock is broken during boot.
+  This can be accomplished by appending the following to
+  /etc/init/cloud-init.conf inside an ephemeral image.
+  | pre-start script
+  |   offset=10 minutes ago
+  |   past=$(date -R --date $offset)
+  |   date --set $past 
+  |   echo = set date to $past [$offset] = ||
+  |   echo = failed to set date to $past [$offset] 
+  | end script
+This is actually more complex than that, because the ephemeral images
+already have this fix inside of them.  So in order to reproduce, you have
+to downgrade the version of cloud-init inside the 12.04 ephemeral image
+to the version available in the ubuntu archive (0.6.3-0ubuntu1.1)
+  * After a sufficiently broken system is obtained, boot the system.
+If this fix is not present, enlistment or commissioning will fail
+to do anything as it will not have access to the metadata.
+  * Errors will be written to the MAAS server's /var/log/apache/error.log
+  * When the fix is applied, a single failure will occur, and then cloud-init
+will modify future requests.
+ 
+ [Regression Potential]
+  * Regression is limited to the MAAS datasource, which is not enabled by
+default for cloud-init.  Thus, only a user that is using MAAS or otherwise
+takes explicit action to enable it will be affected.
+ 
+ [Other Info]
+  * This bug has essentially been fixed in maas enlistment and commissioning
+environments outside of the SRU process.  The ephemeral images downloaded
+for MAAS have 12.10's version of cloud-init installed inside them.
+This all works reliably. We want to properly SRU the change so that
+installed systems will also be resilient to a bad hardware clock.
+ 
+ === End SRU Information ===
+ 
+ 
+ 
+ === original bug report ===
  In this simple scenario:
-  a. hardware installed
-  b. hardware booted and enlisted
-  c. commissioning
-  d. install to hardware
-  e. cloud-init boot
+  a. hardware installed
+  b. hardware booted and enlisted
+  c. commissioning
+  d. install to hardware
+  e. cloud-init boot
  
  At this point steps 'b' and 'e' do OAUTH to get user-data.
  
  If the clock on the system is sufficiently off, then oauth will fail as
  shown in the attached screenshot.
  
  it seems to make sense that 'b' would set the clock.  Once the user
  enlists the systme to MAAS, it seems OK to start changing their hardware
  settings.
  
  There is still a potential for really bad hardware clock that could
  forget its settings on reboot, or somehow get off between 'b' and 'c'.
  If we were really interested in fixing that, cloud-init could read a
  kernel command line parameter pointing to a system that ran an ntp
  server and just run that very early in boot to set the local date.

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

Title:
  incorrect time on node causes failed oauth

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/978127/+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 1076464] [NEW] unmatched entries for gnome-screensaver

2012-11-08 Thread Tom Metro
Public bug reported:

logwatch 7.4.0+svn20111221rev79-1ubuntu1 on Ubuntu 12.04.1

I am running Cinnamon desktop, which might impact the presence of this
message, but that seems unlikely, as gnome-screensaver is common to
several desktops.

**Unmatched Entries**
gnome-screensaver-dialog: gkr-pam: unlocked login keyring: 2 Time(s)

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

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

Title:
  unmatched entries for gnome-screensaver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1076464/+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 1076461] [NEW] unmatched entries for smartd

2012-11-08 Thread Tom Metro
Public bug reported:

logwatch 7.4.0+svn20111221rev79-1ubuntu1 on Ubuntu 12.04.1

These all look like pretty mundane, non-error entries that should be
filtered out:

 **Unmatched Entries**
 Device: /dev/sdb [SAT], offline data collection was suspended by an 
interrupting command from host (auto:on)
 Device: /dev/sda [SAT], previous self-test was interrupted by the host with a 
reset
 Device: /dev/sdb [SAT], offline data collection was completed without error 
(auto:on)
 Device: /dev/sdb [SAT], offline data collection was suspended by an 
interrupting command from host (auto:on)
 Device: /dev/sdb [SAT], offline data collection was completed without error 
(auto:on)

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

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

Title:
  unmatched entries for smartd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1076461/+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 1044503] Re: kernel command line is not easily customizable

2012-11-08 Thread Martin Packman
With the landing of the rollup branch, all the parts needed for this should now 
be on trunk:
https://code.launchpad.net/~jameinel/maas/land-kernel-opts-in-trunk/+merge/133434

** Changed in: maas
   Status: Triaged = Fix Committed

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

Title:
  kernel command line is not easily customizable

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1044503/+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 1049146] Re: cloud-init runs again after reboot in release upgraded instance

2012-11-08 Thread Scott Moser
** Description changed:

- I spawned a lucid AWS instance and used some cloud-init config to
- perform some tasks for me.
+ === Begin SRU Information ===
+ [Impact]
+  * If a user launches a 10.04 cloud-image with a user-data script, and then
+does a upgrade to 12.04 and 'reboot's to complete the upgrade, the
+user-data script will incorrectly execute again on boot.
+ 
+This is because the cloud config module that executed user-data changed
+names between 10.04 and 12.04 from 'user-scripts' to 'config-scripts-user',
+but nothing was in place to adjust the already ran marker file
+ 
+ [Test Case]
+  * launch an instance with some user-data:
+$ cat lp-1049146-user-data.txt
+#!/bin/sh
+echo == $(date -R) [$0] = | tee -a /root/user-data.log
+ 
+$ ubuntu-ec2-run --key=your-keyname --instance-type=m1.medium \
+   --user-data-file lp-1049146-user-data.txt lucid daily
+# us-east-1/instance-store/ubuntu-lucid-daily-amd64-server-20121108
+ 
+  * upgrade the image and then do-release-upgrade it, then reboot
+$ IP=THE_IP_ADDRESS
+$ ssh ubuntu@$IP
+% sudo apt-get update -q  sudo apt-get upgrade -y
+% do-release-upgrade --frontend=DistUpgradeViewNonInteractive
+ 
+# you could install the patched new version of cloud-init by hand here.
+% sudo reboot
+ 
+  * see that the user-data has run more than once
+# upon reboot, you'll see that the user-data script ran again (twice)
+$ sudo cat /root/user-data.log
+== Thu, 08 Nov 2012 17:07:52 +
+[/var/lib/cloud/data/scripts/part-000] =
+== Thu, 08 Nov 2012 17:26:50 +
+[/var/lib/cloud/instance/scripts/part-000] =
+== Thu, 08 Nov 2012 17:26:50 +
+[/var/lib/cloud/instance/scripts/part-001] =
+ 
+ [Regression Potential]
+  * There is little potential to make anything worse here.  The relevant
+change is really only to touch a file in the post install that will
+serve as a marker for the newer version of cloud-init, so it realize
+that the user-data has already been executed once.
+ 
+ === End SRU Information ===
+ 
+ 
+ 
+ I spawned a lucid AWS instance and used some cloud-init config to perform 
some tasks for me.
  
  All is good.
  
  Then, as part of the task I was performing, I upgraded that lucid
  instance to precise using do-release-upgrade. It failed, but unrelated
  to cloud-init (a postinst from a package failed).
  
  I then rebooted the instance. When it came back up, the cloud-init
  config I supplied the first time was run again, as if this was the first
  time the instance booted.
  
  smoser had access to before and after reboot, and asked to add this to the 
bug:
  # for x in /var/lib/cloud/instance/sem/*; do [ -f 
var-lib-cloud/instance/sem/${x##*/} ] || echo ${x##*/}; done
  config-byobu
  config-ca-certs
  config-chef
  config-grub-dpkg
  config-keys-to-console
  config-landscape
  config-mcollective
  config-phone-home
  config-rightscale_userdata
  config-rsyslog
  config-salt-minion
  config-scripts-per-instance
  config-scripts-user
  config-set-passwords
  config-ssh-import-id
  config-timezone
  
  $ ls var-lib-cloud/instance/sem/
  config-apt-pipelining  config-puppetconfig-updates-check
  config-apt-update-upgrade  config-runcmdconsume_userdata
  config-locale  config-set_hostname  user-scripts
  config-mounts  config-ssh

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

Title:
  cloud-init runs again after reboot in release upgraded instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1049146/+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 1076489] [NEW] Cannot be uninstalled without installing Apache2

2012-11-08 Thread Uqbar
Public bug reported:

I need to remove all HTTP related stuff.
Among these I've found the package php5-cgi.
If I ask to purge it, I am asked to install apache2. And the other way around 
as well.
It should be possible to purge php5-cgi without the need to install apache2.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: php5-cgi 5.4.6-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-18.18-lowlatency 3.5.7
Uname: Linux 3.5.0-18-lowlatency x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Thu Nov  8 19:06:43 2012
InstallationDate: Installed on 2012-07-09 (121 days ago)
InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120424)
MarkForUpload: True
SourcePackage: php5
UpgradeStatus: Upgraded to quantal on 2012-10-19 (20 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 974509] Re: cloud-init selects wrong mirror with dns server redirection

2012-11-08 Thread Scott Moser
** Description changed:

+ === Begin SRU Information ===
+ [Impact]
+  * If a user launches an cloud-image in an environment where the DNS
+server does DNS redirection (also known as DNS hijacking), then the
+system will configure itself to use a mirror at
+http://ubuntu-mirror/ubuntu .
+ 
+This behavior was by design in cloud-init.  It was intended to allow
+a cloud provider to set up a mirror at 'ubuntu-mirror' and have
+cloud-init select the mirror transparently.  However, this causes
+failure if dns hijacking ins being used.
+ 
+  * The fix is two fold:
+a.) cloud-init's code that checks for DNS entries is now protected
+by logic that detects the dns hijacking and does not consider
+such entries as valid.
+b.) the selection of the search dns for 'ubuntu-mirror' behavior
+has been disabled by default.
+ 
+ [Test Case]
+  * download cloud image from cloud-images.ubuntu.com, and convert for use
+$ 
url=http://cloud-images.ubuntu.com/server/releases/precise/release-20121026.1/;
+$ wget $url/ubuntu-12.04-server-cloudimg-i386-disk1.img -O disk.img.orig
+$ qemu-img convert -O raw disk.img.orig disk.raw.dist
+ 
+  * have *some* way to add 'ubuntu-mirror' to the dns for kvm guests (or
+just have a service provider that uses dns hijacking)
+ 
+I used dnsmasq on a server system, and can control this by adding entries
+to /etc/hosts. You need to be able to configure your system such
+that 'host ubuntu-mirror' returns something:
+$ host ubuntu-mirror
+ubuntu-mirror has address 192.168.1.1
+ 
+  * boot kvm guest (cloud-localds from 12.10 cloud-utils)
+$ qemu-img create -f qcow2 disk.img disk.raw.dist
+# this user-data just sets password so you can log in
+$ cat user-data.txt
+#cloud-config
+password: passw0rd
+chpasswd: { expire: False }
+ssh_pwauth: True
+ 
+$ cloud-localds seed.img user-data.txt
+$ kvm -m 512 -curses -drive file=seed.img,if=virtio \
+   -drive file=disk.img,if=virtio
+ 
+  * login and see problem.
+looking at sources.list will show 'ubuntu-mirror' entry
+ 
+ [Regression Potential]
+  * A regression is possible due to this designed change in behavior.  If
+someone was expecting the 'ubuntu-mirror' mirror to be automatically
+located they will subsequently have to take different means to
+accomplish this.  That can be either:
+ a.) modifying the image to set 'apt_mirror_search_dns: true'
+ b.) doing 'a' through user-data user-data
+  * The change made in quantal was tested for regression as described in
+comment 5 below.
+ 
+ [Other Info]
+  * The changes here also enable 2 other fixes
+ * allowing region/availability-zone to be part of mirror (bug 1037727)
+ * making mirror selection arch aware (bug #1028501)
+ 
+ === End SRU Information ===
+ 
+ 
+ === original bug report ===
  Hi,
  
  I have Rogers as an ISP in the great white north, and use their DNS
  servers. However they run DNS redirectors so that when you get a bad
  domain then it does bogus things to the hostname. Anyways this resolves
  in unresovalble hosts in my /etc/apt/sources.list when Im running an
  openstack instance.
  
  ubuntu@server-5:/var/log$ host nov.ec2.archive.ubuntu.com
  nov.ec2.archive.ubuntu.com has address 8.15.7.107
  nov.ec2.archive.ubuntu.com has address 63.251.179.17
  Host nov.ec2.archive.ubuntu.com not found: 3(NXDOMAIN)
  Host nov.ec2.archive.ubuntu.com not found: 3(NXDOMAIN)
  
  The console output is the following:
  
  http://paste.ubuntu.com/916324/
  
  If you have any questions please let me know.
  
  Regards
  chuck

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

Title:
  cloud-init selects wrong mirror with dns server redirection

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/974509/+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 1018554] Re: write timestamp to console on halt/reboot/shutdown

2012-11-08 Thread Scott Moser
** Description changed:

- In EC2 and other cloud platforms, the console data is programmatically
- available.
+ === Begin SRU Information ===
+ [Impact]
+  * When launching a cloud instance, the console log is extremely valuable
+in debugging issues, and is often times all the data you have.
+In Ubuntu automated tests [1], having timestamps on the console for
+'reboot' or 'halt' allows us to correlate logs from the instance
+console and test harness.
+ 
+This change simply writes a message to /dev/console when a reboot or
+shutdown occurs.
+ 
+[1] https://jenkins.qa.ubuntu.com/view/Quantal/view/All%20Quantal/job
+ /quantal-server-ec2/
+ 
+ [Test Case]
+  * To demonstrate the usefulness, launch an instance, and then power it
+off.  After that, get the console log.  You'll notice no timestamp
+other than the kernel uptime timestamps that could help you to
+determine when the instance was terminated.
+ 
+ [Regression Potential]
+  * There is very little regression potential here.  If this upstart job was
+somehow buggy, it would just result in failure to write the message.
+ 
+ [Other Info]
+  * Anything else you think is useful to include
+  * Anticipate questions from users, SRU, +1 maintenance, security teams and 
the Technical Board
+  * and address these questions in advance
+ 
+ === End SRU Information ===
+ 
+ 
+ In EC2 and other cloud platforms, the console data is programmatically 
available.
  
  Our tests in EC2 collect this console output on shutdown / reboot
  /terminate.  The data is very useful.
  
  in cloud-init i've added timestamps to output so that information is 
available in the console log.
  One thing missing (which cloud-init has no hooks for) is 'shutdown' or 
'reboot'.
  
  I'd like for upstart to write a message to /dev/console saying:
-  rebooting Wed, 27 Jun 2012 15:52:45 -0400
+  rebooting Wed, 27 Jun 2012 15:52:45 -0400
  
  or something like that.
  I'd be happy if the 'nih_info' messages in util/reboot.c
  had at timestamp on them, and got written to /dev/console by default (they do 
not seem to).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: upstart 1.5-0ubuntu7
  ProcVersionSignature: User Name 3.5.0-2.2-generic 3.5.0-rc4
  Uname: Linux 3.5.0-2-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Wed Jun 27 19:45:52 2012
  ProcEnviron:
-  TERM=screen
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=screen
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: upstart
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  write timestamp to console on halt/reboot/shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1018554/+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 1018554] Re: write timestamp to console on halt/reboot/shutdown

2012-11-08 Thread Scott Moser
** Description changed:

  === Begin SRU Information ===
  [Impact]
-  * When launching a cloud instance, the console log is extremely valuable
-in debugging issues, and is often times all the data you have.
-In Ubuntu automated tests [1], having timestamps on the console for
-'reboot' or 'halt' allows us to correlate logs from the instance
-console and test harness.
+  * When launching a cloud instance, the console log is extremely valuable
+    in debugging issues, and is often times all the data you have.
+    In Ubuntu automated tests [1], having timestamps on the console for
+    'reboot' or 'halt' allows us to correlate logs from the instance
+    console and test harness.
  
-This change simply writes a message to /dev/console when a reboot or
-shutdown occurs.
+    This change simply writes a message to /dev/console when a reboot or
+    shutdown occurs.
  
-[1] https://jenkins.qa.ubuntu.com/view/Quantal/view/All%20Quantal/job
+    [1] https://jenkins.qa.ubuntu.com/view/Quantal/view/All%20Quantal/job
  /quantal-server-ec2/
  
  [Test Case]
-  * To demonstrate the usefulness, launch an instance, and then power it
-off.  After that, get the console log.  You'll notice no timestamp
-other than the kernel uptime timestamps that could help you to
-determine when the instance was terminated.
+  * To demonstrate the usefulness, launch an instance, and then power it
+    off.  After that, get the console log.  You'll notice no timestamp
+    other than the kernel uptime timestamps that could help you to
+    determine when the instance was terminated.
  
  [Regression Potential]
-  * There is very little regression potential here.  If this upstart job was
-somehow buggy, it would just result in failure to write the message.
- 
- [Other Info]
-  * Anything else you think is useful to include
-  * Anticipate questions from users, SRU, +1 maintenance, security teams and 
the Technical Board
-  * and address these questions in advance
+  * There is very little regression potential here.  If this upstart job was
+    somehow buggy, it would just result in failure to write the message.
  
  === End SRU Information ===
  
- 
- In EC2 and other cloud platforms, the console data is programmatically 
available.
+ In EC2 and other cloud platforms, the console data is programmatically
+ available.
  
  Our tests in EC2 collect this console output on shutdown / reboot
  /terminate.  The data is very useful.
  
  in cloud-init i've added timestamps to output so that information is 
available in the console log.
  One thing missing (which cloud-init has no hooks for) is 'shutdown' or 
'reboot'.
  
  I'd like for upstart to write a message to /dev/console saying:
   rebooting Wed, 27 Jun 2012 15:52:45 -0400
  
  or something like that.
  I'd be happy if the 'nih_info' messages in util/reboot.c
  had at timestamp on them, and got written to /dev/console by default (they do 
not seem to).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: upstart 1.5-0ubuntu7
  ProcVersionSignature: User Name 3.5.0-2.2-generic 3.5.0-rc4
  Uname: Linux 3.5.0-2-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Wed Jun 27 19:45:52 2012
  ProcEnviron:
   TERM=screen
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: upstart
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  write timestamp to console on halt/reboot/shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1018554/+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 1066115] Re: The landscape client plugin doesn't create the config file with the proper permissions

2012-11-08 Thread Scott Moser
** Description changed:

+ === Begin SRU Information ===
+ [Impact]
+  * If an image does not have landscape-client installed inside it, and the
+user provided landscape config, then:
+a.) the landscape config file would be written with root:root permissions
+so that the user that landscape runs as could not change it.
+b.) the landscape package would not be installed.
+ 
+  * The fix here is just to install the landscape-client package.  This is
+clearly what the user would want.
+Additionally, no package installation occurs unless the user made that
+request.  The fix for 'a' is also addressed by this because the file will
+exist on disk with proper permissions before cloud-init writes it, and
+will thus keep the same ownership.
+ 
+ [Test Case]
+  * launch instance with landscape config in user-data like the following:
+#cloud-config
+apt_upgrade: True
+apt_sources:
+ - source: deb $MIRROR $RELEASE-proposed main
+landscape:
+  client:
+url: https://landscape.canonical.com/message-system;
+ping_url: http://landscape.canonical.com/ping;
+data_path: /var/lib/landscape/client
+http_proxy: http://my.proxy.com/foobar;
+tags: server,cloud
+  * upon investigation, /etc/landscape/client.conf should be owned
+by 'landscape' user rather than root.
+ 
+ [Regression Potential] 
+  * This was broken before, so it is not likely to be broken worse now.
+ 
+ === End SRU Information ===
+ 
+ 
  When cloud-init runs and landscape-client is not installed, it creates
  /etc/landscape/client.conf owned as root:root, whereas landscape-client
  expects it to be landscape:root. The proper fix is although probably to
  require installation of landscape-client first, as it will create the
  file properly, and then landscape-client can update it.

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

Title:
  The landscape client plugin doesn't create the config file with the
  proper permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1066115/+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 1070345] Re: need to restart landscape after updating config

2012-11-08 Thread Scott Moser
** Description changed:

- After installing landscape, or otherwise configuring it, cloud-init
- needs to restart the service.
+ === Begin SRU Information ===
+ [Impact]
+  * When landscape-client is installed in an image (default for ubuntu cloud
+images) there is a potential race where cloud-init will update the
+/etc/landscape/client.conf after landscape-client has started.  If it
+does so, then landscape-client will not register until the next reboot.
+  * The fix here is simply to restart lanscape-client after writing config
+ 
+ [Test Case]
+  * This is a race condition, so it will not always occur, but generally you
+can see it by launching an Ubuntu cloud image, and providing it with
+lanscape-client configuration like the user-data below, and then expecting
+that system to correctly register itself.
+#cloud-config
+apt_upgrade: True
+apt_sources:
+ - source: deb $MIRROR $RELEASE-proposed main
+landscape:
+  client:
+url: https://landscape.canonical.com/message-system;
+ping_url: http://landscape.canonical.com/ping;
+data_path: /var/lib/landscape/client
+http_proxy: http://my.proxy.com/foobar;
+tags: server,cloud
+ 
+ [Regression Potential]
+  * landscape-client could not behave well when 'restart' is requested
+right after it had started.   If that was the case, this could result
+in a race where the fix didn't actually accomplish what we wanted.
+  * There is very little potential for regression other than in the
+case where the user was trying to register instance with landscape.
+ 
+ === End SRU Information ===
+ 
+ 
+ After installing landscape, or otherwise configuring it, cloud-init needs to 
restart the service.

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

Title:
  need to restart landscape after updating config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1070345/+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 1037727] Re: support adding region/availability to mirror selection

2012-11-08 Thread Scott Moser
** Description changed:

+ 
+ === Begin SRU Information ===
+ [Impact]
+  * Currently, local mirror selection is done specifically for EC2 instances
+in the DataSource code.  cloud-init will select
+   'us-east-1a.ec2.archive.ubuntu.com' as a mirror in EC2.  However, in other
+   clouds, there is no way to get a local mirror selected. 
+ 
+   The change here is to allow mirrors to be specified in configuration based
+   on templates that can include the availability-zone.  This makes the EC2
+   code generic and allows a cloud provider to have cloud-init select a local
+   mirror simply by presenting 'availability-zone' in the metadata.
+   
+   With this change, if a cloud provider puts 'region-1.mycloud' into their
+   datasource metadata as the availability-zone, cloud-init will select
+   a mirror at 'region-1.mycloud.clouds.archive.ubuntu.com'. By default,
+   Canonical's dns will return that as a wildcard for archive.ubuntu.com,
+   but the information is availble now in the dns request to specify
+   the address of a local mirror.
+ 
+ [Test Case]
+  * This is really a feature backport.  There is no specific bug here.
+However, the behavior change is easily seen by running an instance on a
+openstack cloud.  Previously, the mirror selected would be
+'archive.ubuntu.com'.  With the change in place, the mirror will be:
+'nova.clouds.archive.ubuntu.com' as by default openstack provides the
+string 'nova' as the availability-zone.
+ 
+ [Regression Potential]
+  * Mirror selection will change.  It is possible that users relying on
+the old behavior will have to modify something.
+ 
+ [Other Information]
+  * We want this behavior brought back to 12.04 so that LTS images can just 
work
+to select a local mirror simply by a change in DNS records.  It will enable
+large clouds to provide local mirrors easily.
+ 
+ === End SRU Information ===
+ 
  currently, the ec2 datasource has some code that selects the mirror location 
by looking at the availability-zone.
  I think this is generally a pretty good idea.  I'd like to extend that to 
other datasources, and not limit to .ec2.archive.ubuntu.com.
  
  The goal would be to basically check for a mirror at:
-   availability-zone[.cloud][dns-subdomain]
+   availability-zone[.cloud][dns-subdomain]
  
  dns subdomain would default to '.cloud.archive.ubuntu.com'.
  
  if the datasource provided the 'cloud' value, we'd use that, but
  otherwise just use availability-zone.
  
  This would fit in with what we're currently doing on ec2, but would extend to 
others.
  I'd just treat the cc-direction-[0-9] availability-zones specially, to know 
that this is an ec2 one.  Then basically append .ec2 in that case.

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

Title:
  support adding region/availability to mirror selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1037727/+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 1068854] Re: Support option to disable TLS compression to protect against CRIME attack

2012-11-08 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.8-1ubuntu0.24

---
apache2 (2.2.8-1ubuntu0.24) hardy-security; urgency=low

  * SECURITY UPDATE: XSS vulnerability in mod_negotiation
- debian/patches/224_CVE-2012-2687.dpatch: escape filenames in
  modules/mappers/mod_negotiation.c.
- CVE-2012-2687
  * SECURITY UPDATE: CRIME attack ssl attack (LP: #1068854)
- debian/patches/225_CVE-2012-4929.dpatch: backport SSLCompression
  on|off directive. Defaults to off as enabling compression enables the
  CRIME attack.
- CVE-2012-4929
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Tue, 06 Nov 2012 15:01:07 
-0500

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Fix Released

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

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

Title:
  Support option to disable TLS compression to protect against CRIME
  attack

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items set to:
Work items:
[maas-maintainers] backport django 1.4 GenericIpAddressField to 1.3 for 12.04: 
TODO
[maas-maintainers] Finish 12.10-stabilization bugs: TODO
[andreserl] release 12.10-stabilization package SRU: TODO
[maas-maintainers] define supported release combination matrix: TODO
[andreserl] Work out how to do official SRU for 12.04 - talk to SRU team: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-openstack-ha] OpenStack Infrastructure HA

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items set to:
Work items:
[andreserl] develop juju charms for HA (corosync/pacemaker): INPROGRESS
[andreserl] haproxy charm HA support: INPROGRESS
[andreserl] quantum charm HA support: TODO
determine timescales for active/active support for rabbitmq in kombu: TODO
test active/active rabbitmq in openstack: BLOCKED
test ceph rbd as backing store for mysql cluster: TODO
test and fix nova-compute node evac: TODO

-- 
OpenStack Infrastructure HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-ha

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


[Blueprint servercloud-r-openstack-ha] OpenStack Infrastructure HA

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  User Stories:
+ 
+ Ante wants to be able to deploy OpenStack with HA using Juju charms.
+ However currently he is having to manually deploy HA after deploying the
+ cloud with juju charms.
  
  Risks:
  
  Test Plans:
  
  Release Note:

-- 
OpenStack Infrastructure HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-ha

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  User Stories:
+ 
+ James is a user who wants to use MAAS to deploy OpenStack with juju
+ charms. However, he needs features that are yet to be developed.
+ 
+ Scott wants to be able to use the newer MAAS releases in precise or
+ quantal because the newer one contains fixes he requires and are
+ essential for him to do so. He needs to upgrade on precise.
  
  Risks:
  
  Test Plans:
  
  Release Note:

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
- [maas-maintainers] backport django 1.4 GenericIpAddressField to 1.3 for 
12.04: TODO
+ [andreserl] backport django 1.4 GenericIpAddressField to 1.3 for 12.04: TODO
  [maas-maintainers] Finish 12.10-stabilization bugs: TODO
  [andreserl] release 12.10-stabilization package SRU: TODO
  [maas-maintainers] define supported release combination matrix: TODO
  [andreserl] Work out how to do official SRU for 12.04 - talk to SRU team: TODO
+ [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: TODO
+ [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
+ [maas-maintainers] Bug #975454complete documentation and man pages: 
TODO
+ [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: TODO
+ [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
+ [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
+ [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
+ [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
+ [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
+ [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
+ [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
+ [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
+ [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
+ [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
+ [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
+ [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04: TODO
  [andreserl] SRU 12.10-stabilization to Quantal: TODO
  [andreserl] SRU 12.10-stabilization to Precise: TODO
  [andreserl] SRU python-tx-tftp to Precise: TODO
  [andreserl] SRU yui3 to Precise: TODO
- [andreserl] Work out how to do official SRU for 12.04 - talk to SRU team: TODO
+ [andreserl] Bug #1073462 fence_cdu power type is missing: TODO
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: TODO
  [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
  [maas-maintainers] Bug #975454complete documentation and man pages: 
TODO
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: TODO
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
  [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04: TODO
  [andreserl] SRU 12.10-stabilization to Quantal: TODO
  [andreserl] SRU 12.10-stabilization to Precise: TODO
  [andreserl] SRU python-tx-tftp to Precise: TODO
+ [andreserl] SRU yui3 to Precise: TODO
  [andreserl] SRU Raring features to Quantal: TODO
  [andreserl] SRU Raring features to Precise: TODO
- [andreserl] SRU yui3 to Precise: TODO
  [andreserl] Bug #1073462 fence_cdu power type is missing: TODO
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: TODO
  [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
  [maas-maintainers] Bug #975454complete documentation and man pages: 
TODO
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: TODO
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
  [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
- [andreserl] backport django 1.4 GenericIpAddressField to 1.3 for 12.04: TODO
- [maas-maintainers] Finish 12.10-stabilization bugs: TODO
- [andreserl] release 12.10-stabilization package SRU: TODO
- [maas-maintainers] define supported release combination matrix: TODO
+ [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04: TODO
+ [andreserl] SRU 12.10-stabilization to Quantal: TODO
+ [andreserl] SRU 12.10-stabilization to Precise: TODO
+ [andreserl] SRU python-tx-tftp to Precise: TODO
+ [andreserl] SRU yui3 to Precise: TODO
  [andreserl] Work out how to do official SRU for 12.04 - talk to SRU team: TODO
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: TODO
  [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
  [maas-maintainers] Bug #975454complete documentation and man pages: 
TODO
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: TODO
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
+ [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-seeded-qa-workflow] Improving QA for seeded server packages

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
- [andreserl] write dep-8 test for heartbeat/corosync/pacemake: TODO
+ [andreserl] write dep-8 test for heartbeat/corosync/pacemaker: TODO
  [andreserl] write dep-8 test for tftpd-hpa: TODO
  [gandelman-a] write dep-8 test for haproxy: TODO
  [gandelman-a] write dep-8 tests puppet + facter: TODO
  Get all tests automated by QA team: TODO
  [gema.gomez] identify documentation and comparison of test approaches for use 
in Ubuntu: TODO
  [james-page] write dep-8 test for bacula: TODO
  [james-page] write dep-8 test for ganglia: TODO
  [james-page] write dep-8 test for iscsitarget: TODO
  [james-page] write dep-8 test for jenkins: TODO
  [james-page] write dep-8 test for nagios3: TODO
  [james-page] write dep-8 test for open-iscsi: TODO
  [james-page] write dep-8 test for quagga: TODO
  [james-page] write dep-8 test for radvd: TODO
  [james-page] write dep-8 test for solr-tomcat/jetty: TODO
  [james-page] write dep-8 test for tgt: TODO
  [james-page] Write some guidelines for test authors so we get things right 
first time: TODO
  [pcarrier] write dep-8 test for munin: TODO
  [racb] write dep-8 test for clamav: TODO
  [racb] write dep-8 test for exim4: TODO
  [racb] write dep-8 test for mailman: TODO
  [racb] write dep-8 test for memcached: TODO
  [racb] write dep-8 test for squid3: TODO
  [racb] write dep-8 test for varnish: TODO
  [racb] write dep-8 test for vsftpd: TODO
  review backuppc for continued seed inclusion: TODO
  review likewise-open for continued seed inclusion: TODO
  [serge-hallyn] write dep-8 test for kvm: TODO
  [serge-hallyn] write dep-8 test for lxc: TODO
  write dep-8 test for amavisd-new: TODO
  write dep-8 test for nut: TODO
  write dep-8 test for postfix: TODO
  write dep-8 test for slapd/openldap: TODO
  [pcarrier] write dep-8 test for snmpd: TODO
  write dep-8 test for spamassassin: TODO
  [zulcss] write dep-8 test for freeradius: TODO
  [zulcss] write dep-8 test for rabbitmq-server: TODO

-- 
Improving QA for seeded server packages
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-seeded-qa-workflow

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04: TODO
  [andreserl] SRU 12.10-stabilization to Quantal: TODO
  [andreserl] SRU 12.10-stabilization to Precise: TODO
  [andreserl] SRU python-tx-tftp to Precise: TODO
+ [andreserl] SRU Raring features to Quantal: TODO
+ [andreserl] SRU Raring features to Precise: TODO
  [andreserl] SRU yui3 to Precise: TODO
  [andreserl] Bug #1073462 fence_cdu power type is missing: TODO
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: TODO
  [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
  [maas-maintainers] Bug #975454complete documentation and man pages: 
TODO
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: TODO
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
  [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  User Stories:
  
  James is a user who wants to use MAAS to deploy OpenStack with juju
  charms. However, he needs features that are yet to be developed.
  
  Scott wants to be able to use the newer MAAS releases in precise or
  quantal because the newer one contains fixes he requires and are
  essential for him to do so. He needs to upgrade on precise.
  
  Risks:
+ Upgrading might cause problems leaving MAAS unusable.
  
  Test Plans:
+ Test Upgrades for both Precise and Quantal from PPA's.
  
  Release Note:
  
  https://launchpad.net/maas/+milestone/12.10-stabilization
  https://bugs.launchpad.net/maas/+bugs?field.tag=qateam

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-openstack-ha] OpenStack Infrastructure HA

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
- [andreserl] develop juju charms for HA (corosync/pacemaker): INPROGRESS
- [andreserl] haproxy charm HA support: INPROGRESS
+ [andreserl] develop juju charms for HA (corosync/pacemaker): TODO
+ [andreserl] haproxy charm HA support: TODO
  [andreserl] quantum charm HA support: TODO
+ investigate juju charm for DRBD: TODO
  determine timescales for active/active support for rabbitmq in kombu: TODO
  test active/active rabbitmq in openstack: BLOCKED
  test ceph rbd as backing store for mysql cluster: TODO
  test and fix nova-compute node evac: TODO

-- 
OpenStack Infrastructure HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-ha

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  User Stories:
  
  James is a user who wants to use MAAS to deploy OpenStack with juju
  charms. However, he needs features that are yet to be developed.
  
  Scott wants to be able to use the newer MAAS releases in precise or
  quantal because the newer one contains fixes he requires and are
  essential for him to do so. He needs to upgrade on precise.
  
  Risks:
  
  Test Plans:
  
  Release Note:
+ 
+ https://launchpad.net/maas/+milestone/12.10-stabilization
+ https://bugs.launchpad.net/maas/+bugs?field.tag=qateam

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-openstack-ha] OpenStack Infrastructure HA

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Definition Status: Discussion = Drafting

-- 
OpenStack Infrastructure HA
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-ha

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2012-11-08 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Definition Status: Discussion = Drafting

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-cloudystuff] Cloud Images, Cloud Init and Vendor Tools

2012-11-08 Thread Ben Howard
Blueprint changed by Ben Howard:

Work items set to:
Work items:
[utlemming] Disable Query2 Generation: TODO
[utlemming] Create new beta/api tree: DONE
[utlemming] Further refine new format: TODO
[utlemming] Add inline GPG signatures: TODO
[utlemming] Write parser library: TODO

-- 
Cloud Images, Cloud Init and Vendor Tools
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-cloudystuff

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


[Blueprint servercloud-r-cloudystuff] Cloud Images, Cloud Init and Vendor Tools

2012-11-08 Thread Ben Howard
Blueprint changed by Ben Howard:

Work items changed:
  Work items:
  [utlemming] Disable Query2 Generation: TODO
+ [utlemming] Come up with a name for the Query2 replacement: TODO
  [utlemming] Create new beta/api tree: DONE
  [utlemming] Further refine new format: TODO
  [utlemming] Add inline GPG signatures: TODO
  [utlemming] Write parser library: TODO
+ [utlemming] Add Azure images to meta-data: TODO

-- 
Cloud Images, Cloud Init and Vendor Tools
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-cloudystuff

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


[Blueprint servercloud-r-cloudystuff] Cloud Images, Cloud Init and Vendor Tools

2012-11-08 Thread Ben Howard
Blueprint changed by Ben Howard:

Whiteboard changed:
- User Stories:
+ User Stories: Allow users an easy, safe way to discover the availability
+ of cloud information.
  
- Risks:
+ Risks: None
  
- Test Plans:
+ Test Plans: None
  
- Release Note:
+ Release Note: None

-- 
Cloud Images, Cloud Init and Vendor Tools
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-cloudystuff

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


Re: [Bug 1076286] [NEW] Puppet agent not correcly configuring facts synch'd from master

2012-11-08 Thread Stig Sandbeck Mathisen
Hello, and thanks for reporting an issue with puppet.

Andrea Biancini andrea.bianc...@gmail.com writes:

 To reproduce the error, for example, I could define in the master a site.pp 
 as follow:
 node puppetclient {
   include modulewithfact
 }

You do not need a manifest in order to check if facts propagate from
master to nodes. Factsync takes place before the manifest is compiled.

1: Set pluginsync=true in /etc/puppet/puppet.conf on the node

2: Run puppet agent --test --noop on the node

3: If you have authenticated the node to the master, you should see the
   fact being transmitted.

4: Verify by:

   run facter --puppet on the node. Do you see your fact?

   check /var/lib/puppet/yaml/facts/node.yaml on the master, do you
   see the new fact there?

What is your puppet version, your facter version, and your ubuntu
version?

 To avoid this situation I simply added to the /etc/default/puppet file
 the following line:
 FACTERLIB=/var/lib/puppet/lib/facter
 which permits to include in the facterlib the folder where facts from
 the server are synchronized by the agent.

I don't think this is the correct fix. This will not have any effect if
you run puppet agent --test on the command line.

-- 
Stig Sandbeck Mathisen

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

Title:
  Puppet agent not correcly configuring facts synch'd from master

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1076286/+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 1028501] Re: cloud-init selects wrong mirrors for arm

2012-11-08 Thread Scott Moser
** Description changed:

+ [Impact]
+  * The official Ubuntu mirrors for armhf and armel arch are on
+ports.ubuntu.com where as i386 and amd64 are on archive.ubuntu.com.
+Cloud-init has code that selects a local mirror, but that code in 12.04
+did not take arch into into consideration at all.
+ 
+As a result, if you're using cloud-init on arm with 12.04, you need to
+either
+a.) tell cloud-init to preserve_sources_list
+b.) provide the correct 'mirror' in cloud-config syntax always when you
+launch the instance, and this isn't really even sufficient as
+cloud-init's template for sources.list references security.ubuntu.com
+which is also not valid for arm.
+ 
+The fix here is to make the mirror selection code architecture specific
+and to also make it handle security.ubuntu.com separately.  Looking at
+the default configuration probably makes it obvious how it works:
+ 
+ | package_mirrors:
+ |   - arches: [i386, amd64]
+ | failsafe:
+ |  primary: http://archive.ubuntu.com/ubuntu
+ |  security: http://security.ubuntu.com/ubuntu
+ |search:
+ |  primary:
+ |- http://%(ec2_region)s.ec2.archive.ubuntu.com/ubuntu/
+ |- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
+ |  security: []
+ |  - arches: [armhf, armel, default]
+ |failsafe:
+ |  primary: http://ports.ubuntu.com/ubuntu
+ |  security: http://ports.ubuntu.com/ubuntu
+ 
+ [Test Case]
+  Simply letting cloud-init take its default behavior will show the
+  brokenness on arm.  The code is not arch specific at all so launching
+  an EC2 instance (of i386 or amd64) will select the primary mirror
+  of http://us-east-1.ec2.archive.ubuntu.com and security.ubuntu.com for
+  security.  This is clearly broken.
+ 
+  Showing the correct working path requires actually running cloud-init
+  within arm.  This can be done using an arm image from
+  cloud-images.ubuntu.com.
+ 
+ [Regression Potential]
+  * Selection of the wrong mirror is really the potential failure path
+here, and on arm in 12.04, cloud-init already selects the wrong mirror
+so it is assured to not make the situation worse.
+ 
+ === End SRU Information ===
+ 
+ 
  cloud-inits' mirror selection does not include any logic to account for arch.
  the arm arch are not available on ec2 mirrors nor on *.archive.ubuntu.com .
  
  The best work around at the moment is to disable mirror selection via:
   apt_preserve_sources_list: True
  
  For juju, that can be done by modifying juju/providers/common/utils.py to 
contain:
   cloud_config = {
   apt-update: True,
   apt-upgrade: True,
   apt_preserve_sources_list: True,
   ssh_authorized_keys: authorized_keys,
   packages: [],
   output: {all: | tee -a /var/log/cloud-init-output.log}}
  
  Related bugs:
-  * bug 1028501  sources.list configuration does not cover security
+  * bug 1028501  sources.list configuration does not cover security

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

Title:
  cloud-init selects wrong mirrors for arm

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1028501/+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 1076286] Re: Puppet agent not correcly configuring facts synch'd from master

2012-11-08 Thread Andrea Biancini
Hi, yes I know it is not needed to have a manifest file to propagate the fact 
to the node.
In fact the facter gets propagated and is available on the node machine, 
however whey I try to recall it from a manifest, the fact simply is not 
evaluated.

I try to better describe the problem by answering your questions and adding 
some informations.
Following your procedure:
1: already done
2: done
3: yes the fact is properly transmitted
4: I can correctly see the fact running facter --puppet on the node

I am using:
Ubuntu 12.04.1 LTS
puppet 2.7.11-ubuntu2.1
facter 1.6.5-1ubuntu2.1

However, for the use I would like to achieve with puppet, the fact the the 
command facter --puppet works correctly is not satisfactory.
In fact I would like the node to synchronize with the agent using the puppet 
daemon launched with
service puppet start.

In this case the facter on the node do not gets evaluated correctly.
To solve this problem I found that putting a value for the FACTERLIB including 
the folder where the facts are deployed from the master to the nodes, I would 
solve the error.
So I added this directive in the /etc/default/puppet file which is sourced in 
the /etc/init.d/puppet init script.

I hope you could test and reproduce the problem, using the fact from a manifest.
If you then have a better and more clean solution (instead of the one I 
proposed) I will be glad to accept it.
For the moment on my servers I will leave my modification which is working 
correctly and without evident problems.

Thanks,
A.

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

Title:
  Puppet agent not correcly configuring facts synch'd from master

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1076286/+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 1068854] Re: Support option to disable TLS compression to protect against CRIME attack

2012-11-08 Thread Reed Loden
** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-2687

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

Title:
  Support option to disable TLS compression to protect against CRIME
  attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1068854/+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 1076286] Re: Puppet agent not correcly configuring facts synch'd from master

2012-11-08 Thread Michael Stahnke
If I understand this report correctly, you're getting the exact
experience as designed.

Puppet sources additional directories for facts, (hence facter -p).

If you want standalone facter to source more directories you will always
have to modify FACTERLIB.  Where/how you choose to do that is up to you.

I would vote against your proposed change as it changes the expected
behavior of facter and puppet.

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

Title:
  Puppet agent not correcly configuring facts synch'd from master

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1076286/+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 1076656] Re: mysql --ssl-capath option doesn't work

2012-11-08 Thread Todd Taft
This bug is also present in mysql-client-core-5.1 on Ubuntu 10.04.  It
appears to have been introduced with release 5.1.66-0ubuntu0.10.04.1 in
Ubuntu 10.04.



** Also affects: mysql-5.1 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  mysql --ssl-capath option doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/1076656/+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 1057024] Re: kvm kernel module always loaded, without setting /dev/kvm permissions

2012-11-08 Thread Steve Langasek
The change that's been uploaded to precise for this is:

diff -u qemu-kvm-1.0+noroms/debian/qemu-kvm.postinst 
qemu-kvm-1.0+noroms/debian/qemu-kvm.postinst
--- qemu-kvm-1.0+noroms/debian/qemu-kvm.postinst
+++ qemu-kvm-1.0+noroms/debian/qemu-kvm.postinst
@@ -16,2 +16,15 @@
-exit 0
+# if we just installed the package, udev rules aren't picked up yet,
+# so udev created the device (/dev/kvm) with default permissions.
+# Fix it here, but only if the perms are like default.
+# (See #607391)
+
+if [ -c /dev/kvm -a ! -L /dev/kvm ]  [ .$(stat -c %u%g /dev/kvm) = .00 ]
+then
+  chgrp kvm /dev/kvm
+  chmod 0660 /dev/kvm
+  if type setfacl  /dev/null 21; then
+ setfacl -m g::rw /dev/kvm
+  fi
+fi
 
+exit 0

Please don't do this by hand.  The correct way to do this in a
maintainer script should be by calling:

udevadm trigger --subsystem-match=misc --action=change

See xserver-xorg-input-vmmouse, udisks2 for examples of this.

Rejecting this SRU for now.  If there's some reason 'udevadm trigger'
can't be used here, we can un-reject the previous upload; otherwise,
please reupload using udevadm.

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

Title:
  kvm kernel module always loaded, without setting /dev/kvm permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1057024/+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 1006963] Re: sources.list configuration does not cover security

2012-11-08 Thread Scott Moser
** Description changed:

- cloud-init will attempt to update /etc/apt/sources.list from its
- template, and allows the user to set 'apt_mirror'.  However, it does not
- allow the user to set the security.ubuntu.com entry.
+ === Begin SRU Information ===
+ [Impact]
+  * Operating completely off-line (without access to *.ubuntu.com) is not
+really possible with cloud-init in 12.04.  The user can specify a
+mirror to use to cloud-init, and it will respect that input.  However,
+it will still write 'security.ubuntu.com' entries in
+/etc/apt/sources.list .  The fix in 12.10 was to add support for
+declaring the security mirror in addition to the primary mirror.
+ 
+Looking at the config snippet probably makes it obvious how this
+is done.  '$security' in the templates then references the specified
+security mirror, and the user can set that value by providing
+cloud-config syntax formed like the default below:
+ 
+ | package_mirrors:
+ |   - arches: [i386, amd64]
+ | failsafe:
+ |  primary: http://archive.ubuntu.com/ubuntu
+ |  security: http://security.ubuntu.com/ubuntu
+ |search:
+ |  primary:
+ |- http://%(ec2_region)s.ec2.archive.ubuntu.com/ubuntu/
+ |- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
+ |  security: []
+ |  - arches: [armhf, armel, default]
+ |failsafe:
+ |  primary: http://ports.ubuntu.com/ubuntu
+ |  security: http://ports.ubuntu.com/ubuntu
+ 
+  * this will allow users on fully disconnected networks to use cloud
+images with local mirrors without modifying the image.
+ 
+ [Test Case]
+  To demonstrate the problem, simply launch an instance in EC2.  The
+  rendered sources.list will contain references to
+  us-east-1.ec2.archive.ubuntu.com and also security.ubuntu.com .
+  the default/fallback case was previously to use archive.ubuntu.com
+  and there was no changing of security.ubuntu.com at all.  The result was
+  that offline, an 'apt-get update' was guaranteed to fail even if the
+  user specified 'apt_mirror'.
+ 
+  You can demonstrate the fixed path by booting an instance with
+  user-data like the following:
+ |#cloud-config
+ |system_info:
+ | package_mirrors:
+ |   - arches: [i386, amd64]
+ | failsafe:
+ |  primary: http://my.archive.mydomain.com/ubuntu
+ | search:
+ |  primary: []
+ |  security: []
+ 
+  You will see in /etc/sources.list, that there is no reference to
+  ubuntu.com any more.
+ 
+ [Regression Potential]
+  * The change in behavior could change mirror selection in undefined
+ways.  We've not seen any issues with this path in quantal, though.
+This code is basically the same as is running in quantal just
+backported.
+ 
+ === End SRU Information ===
+ 
+ 
+ cloud-init will attempt to update /etc/apt/sources.list from its template, 
and allows the user to set 'apt_mirror'.  However, it does not allow the user 
to set the security.ubuntu.com entry.
  
  This has issues in 2 places:
  a.) internal and disconnected operation (no access to security.ubuntu.com)
  b.) arm.  For arm, there is no security.ubuntu.com
  
- Related bugs: 
-  * bug 1028501:  cloud-init selects wrong mirrors for arm
+ Related bugs:
+  * bug 1028501:  cloud-init selects wrong mirrors for arm

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

Title:
  sources.list configuration does not cover security

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1006963/+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 1076811] Re: Cloud-init modules do not reflect loaded config

2012-11-08 Thread Scott Moser
Just marking this explicitly that it does not affect 12.04/precise.  The
bug was only in 0.7.X series.

** Changed in: cloud-init
   Status: New = Triaged

** Changed in: cloud-init
   Importance: Undecided = High

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

** Also affects: cloud-init (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: cloud-init (Ubuntu Precise)
   Status: New = Fix Released

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

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+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 1076811] Re: Cloud-init modules do not reflect loaded config

2012-11-08 Thread Joshua Harlow
Also it only affects the 'system_info' section due to the distro object
not being forced to be regenerated with the new loaded config. Other
configs (for modules) will reflect the new userdata when ran.

** Changed in: cloud-init
   Status: Triaged = Fix Committed

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

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+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 1076825] [NEW] Can't configure nova to use MySQL as backend

2012-11-08 Thread Eduardo Patrocinio
Public bug reported:

Linux version:   Ubuntu 12.10 server

root@openstack:/var/lib/nova# nova-manage version
2012.2 (2012.2-LOCALBRANCH:LOCALREVISION)

Even thou I have configured nova.conf to use MySQL:

root@openstack:/etc/nova# grep sql_connection nova.conf
sql_connection=mysql://root:password@localhost/nova

It still uses sqlite as the backend. I added these 2 lines to
nova/db/sqlalchemy/session.py

def get_engine():
Return a SQLAlchemy engine.
global _ENGINE
LOG.warn('-- Eduardo -- _ENGINE: %s', _ENGINE)
LOG.warn('-- Eduardo -- sql_connection: %s', FLAGS.sql_connection)
if _ENGINE is None:
connection_dict = sqlalchemy.engine.url.make_url(FLAGS.sql_connection)

and obtain the following
2012-11-08 02:59:31 WARNING nova.db.sqlalchemy.session [-] -- Eduardo -- 
_ENGINE: Engine(sqlite:var/lib/nova/nova.sqlite)
2012-11-08 02:59:31 WARNING nova.db.sqlalchemy.session [-] -- Eduardo -- 
sql_connection: sqlite:var/lib/nova/nova.sqlite

confirming nova is using sqlite as the database.

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


** Tags: mysql nova

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

Title:
  Can't configure nova to use MySQL as backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076825/+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 1076811] Re: Cloud-init modules do not reflect loaded config

2012-11-08 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu Raring)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu Quantal)
   Importance: Undecided = High

** Changed in: cloud-init (Ubuntu Raring)
   Importance: Undecided = High

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

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+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 1045444] Re: amavisd-new tries to load perl modules that don't exist

2012-11-08 Thread Launchpad Bug Tracker
[Expired for amavisd-new (Ubuntu) because there has been no activity for
60 days.]

** Changed in: amavisd-new (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  amavisd-new tries to load perl modules that don't exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1045444/+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 1047040] Re: kvm crashed on precise - memory corruption

2012-11-08 Thread Launchpad Bug Tracker
[Expired for qemu-kvm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  kvm crashed on precise - memory corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1047040/+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 1075948] Re: Cinder installation depends on installing Git

2012-11-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Cinder installation depends on installing Git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1075948/+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 1069529] Re: Regression in system fallback for date_default_timezone_get()

2012-11-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/php5

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

Title:
  Regression in system fallback for date_default_timezone_get()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1069529/+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 1076306] Re: Upgrading of OpenSSH on 10.04 LTS

2012-11-08 Thread Pieter Jacobs
Hey Marc,

Thanks a lot for the reply and thanks, I will relay your response to the
relevant people.

Enjoy the weekend!

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

Title:
  Upgrading of OpenSSH on 10.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1076306/+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 1068870] Re: BUG: unable to handle kernel paging request at 000000020eca7b00; RIP: 0010:[ffffffff8121b610] [ffffffff8121b610] ext4_num_dirty_pages.isra.42+0x150/0x1f0

2012-11-08 Thread Christopher M. Penalver
mrojasaquino, thank you for testing the newest mainline kernel. Did this
problem not occur in a release prior to Precise?

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

Title:
  BUG: unable to handle kernel paging request at 00020eca7b00; RIP:
  0010:[8121b610]  [8121b610]
  ext4_num_dirty_pages.isra.42+0x150/0x1f0

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

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


[Bug 1060372]

2012-11-08 Thread Ubuntu Foundation's Bug Bot
The attachment Adds a line to the quirk table for Lenovo T430 to enable
audio on the Ultrabase docking station. of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this 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/1060372

Title:
  No audio from headphone jack on Ultrabase Series 3 with ThinkPad T430

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

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


[Bug 1045914] Re: Keyboard layout doesn't show in GNOME Shell session

2012-11-08 Thread konstantine
@matatthc it's the last one: Modifiers-only input source switcher
shortcut

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

Title:
  Keyboard layout doesn't show in GNOME Shell session

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

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


[Bug 621204] Re: Typo in error string

2012-11-08 Thread Sebastien Bacher
** Changed in: im-switch (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Typo in error string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-switch/+bug/621204/+subscriptions

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


[Bug 1057186] Re: Modem Huawei E173 works in 12.04 but not in 12.10

2012-11-08 Thread Aleksander Morgado
Marius: great, thanks. Note that it is a single patch on top of git
MM_06.

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

Title:
  Modem Huawei E173 works in 12.04 but not in 12.10

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

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


[Bug 1076423] Re: User password may be exposed

2012-11-08 Thread Ubuntu Foundation's Bug Bot
The attachment lightdm-gtk-greeter-dont_focus_userlist.patch of this
bug report has been identified as being a patch.  The ubuntu-reviewers
team has been subscribed to the bug report so that they can review the
patch.  In the event that this is in fact not a patch you can resolve
this situation by removing the tag 'patch' from the bug report and
editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  User password may be exposed

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

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


[Bug 1076378]

2012-11-08 Thread Ubuntu Foundation's Bug Bot
*** This bug is a duplicate of bug 346386 ***
https://bugs.launchpad.net/bugs/346386

Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your bug report it seems that you are
experiencing bug 346386.  This issue happens when you have tried to
update your package information when you are a network that didn't
return the right files.  This issue can be cleaned up by using the
following commands in a terminal:

1.) sudo rm /var/lib/apt/lists/*
2.) sudo apt-get update

Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please reopen the bug task if it was incorrect.]

** This bug has been marked a duplicate of bug 346386
   [MASTER] Update fails with invalid package files with Encountered a section 
with no Package: header

** Tags added: bot-comment

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

Title:
  Problem with MergeList

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

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


[Bug 1075976] Re: test-suite fails in autopkgtest environment

2012-11-08 Thread James Hunt
There are a few problems here...

1) autopkgtest is running the tests are root, which isn't permissible
for Upstart.

adt-run claims to be able to run tests as a non-root user, but that
functionality is currently broken (see Debian bug 686292).

2) autopkgtest uses libeatmydata with LD_PRELOAD which causes some tests to 
fail since data isn't persisted to disk.
I've raised an MP to add a --no-eat option for auto-package-testing but 
aside from unsetting LD_PRELOAD, I'm not sure how
this option could actually be specified for the Upstart autopkg build?
See: lp:~jamesodhunt/auto-package-testing/partial-fix-for-bug-1075976

I've also updated xnox's branch with some tweaks:
lp:~jamesodhunt/ubuntu/raring/upstart/autopkgtest

3) Some of the Upstart tests in the Ubuntu package are racy. This has been 
fixed upstream and the next Ubuntu release
 will thus grab those fixes but due to (2), we're hitting these races.

4) The test environment provided by adt appears to not have a controlling 
terminal which causes one of the test failures
(see bug 888910 - fixed in upstream Upstart).

I wonder if we should create a test (test_init - pun intended :-)
that runs before the others that essentially sets up the required
environment to avoid duplication:

- creates user
- modifies dbus config for Upstart

In fact, since the DEP-8 spec makes no mention of test setup/teardown or
indeed the order in which tests are run but the latter does appear to be
sequential we should atleast put recommendations in place on this topic
since it can't be that uncommon a requirement.

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

Title:
  test-suite fails in autopkgtest environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1075976/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-11-08 Thread Myoukochou
Agreed, this should be opt-in. Remove this lens from the default install
- it does not belong there. Not even a PROMPT belongs there - Ubuntu is
free software, not adware, not spyware.

If we wanted our base OS to advertise to us, we'd use Windows 8.

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

Title:
  Don't include remote searches in the home lens

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

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


[Bug 1073634] Re: iMac: Screen resolution not working after upgrade to 12.10

2012-11-08 Thread Ubuntu Foundation's Bug Bot
The attachment the URL in this file solves the problem caused by  ATI
RV730 XT of this bug report has been identified as being a patch.  The
ubuntu-reviewers team has been subscribed to the bug report so that they
can review the patch.  In the event that this is in fact not a patch you
can resolve this situation by removing the tag 'patch' from the bug
report and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  iMac: Screen resolution not working after upgrade to 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1073634/+subscriptions

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


[Bug 1076447] [NEW] Pandaboard (Rev A2) ARM/OMAP4 upgrade to 12.10 from 12.04 fails

2012-11-08 Thread Winston Smith
Public bug reported:

Tried to upgrade a 12.04 (Precise) Ubuntu-Server install running on an
OMAP4 Pandaboard (rev A2) to 12.10 (Quantal) using:

do-release-upgrade -d

Upgrade appeared to proceed normally, but once the system had rebooted,
I found a number of problems that were not present in the previous
releases.

NOTE: This particular system was installed on a 8GB SDHC card 6 months
ago using the following 12.04 omap4-armhf image:

http://cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04
-preinstalled-server-armhf+omap4.img.gz

And that prior to upgrading the system was completely up-to-date (i.e.
apt-get update ; apt-get dist-upgrade ; reboot).

NOTE2: I notice that in dmesg, the board is being detected as a OMAP4430
ES2.2, but the A2 revision actually has the ES2.1 silicon, I don't know
if this perhaps is a contributing factor (see
http://omappedia.org/wiki/PandaBoard_Revisions).


1) mongod now fails to start with:

[ 1147.582946] Alignment trap: not handling instruction ed900a00 at [00156400]
[ 1147.591156] Unhandled fault: alignment exception (0x011) at 0x01b69f63

...

Thu Nov  8 10:57:22 Backtrace:
0x180b9c 0x34d95e 0x34dae4 0xb6c1e9f0
 mongod(_ZN5mongo15printStackTraceERSo+0xf) [0x180b9c]
 mongod(_ZN5mongo10abruptQuitEi+0x99) [0x34d95e]
 mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x6b) [0x34dae4]
 /lib/arm-linux-gnueabihf/libc.so.6(__default_rt_sa_restorer_v2+0) [0xb6c1e9f0]


2) Serial console is now broken after upgrade:

The flash-kernel utility seemed to add the following preEnv.txt:

bootargs=ro quiet splash root=UUID=...

But this overrides the proper bootargs in boot.scr:

setenv bootargs ro elevator=noop vram=40M mem=456M@0x8000
mem=512M@0xA000 root=UUID=... fixrtc quiet splash
console=ttyO2,115200n8

Which causes /etc/init/serial.conf to fail to start a getty for the
console as it inspects /proc/cmdline looking for console=, which it no
longer finds because /proc/cmdline now contains the contents of
preEnv.txt.

Because preEnv.txt uses 'quiet', the last thing you see at the console
while booting is:

## Booting kernel from Legacy Image at 8000 ...
   Image Name:   kernel 3.5.0-213-omap4
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4276896 Bytes = 4.1 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 8160 ...
   Image Name:   ramdisk 3.5.0-213-omap4
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:5903851 Bytes = 5.6 MiB
   Load Address: 
   Entry Point:  
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

There is no more output after this!  The workaround for this was to
mount the boot partition mmcblk0p1 and rename preEnv.txt (although now
u-boot complains that preEnv.txt is missing).


3) System will no longer reboot

Running the command /sbin/reboot causes the system to shutdown but then
hang (and NOT restart), power must be removed, or the reset button
pressed to get a restart.

Once the system stops the status LEDs (STATUS1 and STATUS2) are both
lit, as are both of the ethernet link/activity LEDs.


4) Previously unseen abnormal messages in dmesg output:

I'm now seeing abnormal messages in the dmesg output that I didn't see
with previous releases (I don't know if these are significant issues or
not!).

[   10.550048] init: plymouth main process (246) killed by ABRT signal
[   10.553527] init: plymouth-splash main process (449) terminated with status 2
...
[   13.749603] init: failsafe main process (514) killed by TERM signal
...
[   14.306884] init: plymouth-stop pre-start process (827) terminated with statu
...
error: unexpectedly disconnected from boot status daemon

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: arm armhf omap4 pandaboard quantal upgrade

** Description changed:

  Tried to upgrade a 12.04 (Precise) Ubuntu-Server install running on an
  OMAP4 Pandaboard (rev A2) to 12.10 (Quantal) using:
  
  do-release-upgrade -d
  
  Upgrade appeared to proceed normally, but once the system had rebooted,
  I found a number of problems that were not present in the previous
  releases.
  
  NOTE: This particular system was installed on a 8GB SDHC card 6 months
- ago using the following 12.04 omap40-armhf image:
+ ago using the following 12.04 omap4-armhf image:
  
  http://cdimage.ubuntu.com/releases/12.04/release/ubuntu-12.04
  -preinstalled-server-armhf+omap4.img.gz
  
  And that prior to upgrading the system was completely up-to-date (i.e.
  apt-get update ; apt-get dist-upgrade ; reboot).
  
  NOTE2: I notice that in dmesg, the board is being detected as a OMAP4430
  ES2.2, but the A2 revision actually has the ES2.1 silicon, I don't know
  if this perhaps is a contributing factor (see
  http://omappedia.org/wiki/PandaBoard_Revisions).
  
  
- 
  1) mongod now fails to start 

[Bug 1076429] Re: [Lenovo x230] - Bluetooth audio non-functional

2012-11-08 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.7 kernel[0] (Not a kernel in the daily directory) and install both
the linux-image and linux-image-extra .deb packages.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7-rc4-raring/

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

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  [Lenovo x230] - Bluetooth audio non-functional

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

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


[Bug 1076295] Re: LibUSB usb_control_msg fails for kernel 3

2012-11-08 Thread Logan Rosen
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  LibUSB usb_control_msg fails for kernel 3

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

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


[Bug 1076295] Missing required logs.

2012-11-08 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1076295

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

Title:
  LibUSB usb_control_msg fails for kernel 3

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

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


[Bug 1076194] Re: Copying large file into flash pen: Error while copying

2012-11-08 Thread Fernando Villas-Boas
Yes, this was a question after all; I am very embarrassed for causing this 
trouble; the question is double:

- Why can't error messages related to FAT32 limits (4GB) during copying mention 
this common error?
- Why is it no longer possible to rapidly format flash pens from the Unity 
sidebar (or from the navigation pane? right-clickformat)  


** Changed in: nautilus (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/nautilus/+question/213693

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

Title:
  Copying large file into flash pen: Error while copying

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

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


[Bug 1073991] Re: Cannot send emails: The reported error was Could not send message: WriteStream: MAPI error MAPI_E_CALL_FAILED (0x80004005) occurred.

2012-11-08 Thread juri
Finally good news.

Waiting for solution

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

Title:
  Cannot send emails: The reported error was Could not send message:
  WriteStream: MAPI error MAPI_E_CALL_FAILED (0x80004005) occurred.

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

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


[Bug 1073514] Re: cp, mv, install: data loss due to free memory read

2012-11-08 Thread Colin Watson
** Changed in: coreutils (Ubuntu Raring)
   Status: Triaged = In Progress

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

Title:
  cp, mv, install: data loss due to free memory read

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

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


[Bug 1040259] Re: FFE: libmessaging-menu transitions for quantal

2012-11-08 Thread Sebastien Bacher
(Unsubscribing sponsors, it doesn't seem there is anything in ready to
be sponsored state there)

Is anyone still working on the pidgin patches? It would be good to see
that resolved...

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

Title:
  FFE: libmessaging-menu transitions for quantal

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

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


[Bug 1076447] Re: Pandaboard (Rev A2) ARM/OMAP4 upgrade to 12.10 from 12.04 fails

2012-11-08 Thread Winston Smith
** Tags added: armhf pandaboard quantal

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

Title:
  Pandaboard (Rev A2) ARM/OMAP4 upgrade to 12.10 from 12.04 fails

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

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


[Bug 1076380] Re: Poorly aligned arrows in banner buttons

2012-11-08 Thread Matthew Paul Thomas
Well spotted, thank you.

One way to fix this would be just to nudge the arrows so that they're
centered.

Another way would be to abolish the buttons altogether, replacing them
with the overlapping navigation I vaguely hinted at in my home screen
sketch. https://wiki.ubuntu.com/SoftwareCenter#home That way, to
navigate to a banner, instead of clicking a button you'd click on the
visible strip of the banner itself.

** Changed in: software-center (Ubuntu)
   Status: Confirmed = Triaged

** Tags added: bitesize

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

Title:
  Poorly aligned arrows in banner buttons

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

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


[Bug 1076183] Re: remote control no longer works properly on 12.10

2012-11-08 Thread Logan Rosen
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  remote control no longer works properly on 12.10

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

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


[Bug 1047760] Re: compiz crashed with SIGSEGV in unity::launcher::LauncherModel::begin() from unity::launcher::LauncherModel::GetSublist() from unity::launcher::Controller::Impl::OnLauncherAddRequestS

2012-11-08 Thread Łukasz Zemczak
** Description changed:

- == Impact ==
- compiz crashed with SIGSEGV in unity::launcher::LauncherModel::begin() from 
unity::launcher::LauncherModel::GetSublist() from 
unity::launcher::Controller::Impl::OnLauncherAddRequestSpecial()
+ [Impact]
  
- == Test case ==
+ compiz crashed with SIGSEGV in unity::launcher::LauncherModel::begin()
+ from unity::launcher::LauncherModel::GetSublist() from
+ unity::launcher::Controller::Impl::OnLauncherAddRequestSpecial()
+ 
+ [Test Case]
  
  Not very easy to reproduce, ensure no regressions.
  
- == Regression potential ==
+ [Regression Potential]
  
  Low, unregistering a gdbus object properly.
- 
  
  ---
  
  crash happened wile using software center.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity 6.4.0-0ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-14.15-generic 3.5.3
  Uname: Linux 3.5.0-14-generic x86_64
  ApportVersion: 2.5.1-0ubuntu7
  Architecture: amd64
  Date: Sat Sep  8 09:42:39 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7ff3c83a9530 
_ZN5unity8launcher13LauncherModel5beginEv:mov0x88(%rdi),%rax
   PC (0x7ff3c83a9530) ok
   source 0x88(%rdi) (0x0088) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   unity::launcher::LauncherModel::begin() () from 
/usr/lib/compiz/libunityshell.so
   std::listnux::ObjectPtrunity::launcher::AbstractLauncherIcon, 
std::allocatornux::ObjectPtrunity::launcher::AbstractLauncherIcon   
unity::launcher::LauncherModel::GetSublistunity::launcher::BamfLauncherIcon() 
() from /usr/lib/compiz/libunityshell.so
   unity::launcher::Controller::Impl::OnLauncherAddRequestSpecial(std::string 
const, std::string const, std::string const, int, int, int) () from 
/usr/lib/compiz/libunityshell.so
   unity::launcher::Controller::Impl::OnDBusMethodCall(_GDBusConnection*, char 
const*, char const*, char const*, char const*, _GVariant*, 
_GDBusMethodInvocation*, void*) () from /usr/lib/compiz/libunityshell.so
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  Title: compiz crashed with SIGSEGV in unity::launcher::LauncherModel::begin()
  UpgradeStatus: Upgraded to quantal on 2012-09-07 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

Title:
  compiz crashed with SIGSEGV in unity::launcher::LauncherModel::begin()
  from unity::launcher::LauncherModel::GetSublist() from
  unity::launcher::Controller::Impl::OnLauncherAddRequestSpecial()

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

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

[Bug 1046201] Re: compiz crashed with SIGABRT in __GI___assert_fail() from operator- (this=optimized out) at /usr/include/boost/smart_ptr/shared_ptr.hpp:424 from operator- from unity::MT::GrabHand

2012-11-08 Thread Łukasz Zemczak
** Description changed:

- = Impact =
+ [Impact]
  
  A crasher regarding mt handling reference counting.
  
- = Test case =
+ [Test Case]
  
  May be hard to reproduce, but try using multi-touch gesture.
  
- = Regression potential =
+ [Regression potential]
  
  Test that no new crashers arrive because of the fix. The fix does have
  automated test included.
- 
  
  Original description:
  
  Difficult to tell, compiz just nuked itself.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity 6.4.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  ApportVersion: 2.5.1-0ubuntu4
  Architecture: i386
  CrashCounter: 1
  Date: Wed Sep  5 08:33:51 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100201)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/zsh
  Signal: 6
  SourcePackage: unity
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   unity::MT::GrabHandle::requestMovement(int, int, unsigned int) const () from 
/usr/lib/compiz/libunitymtgrabhandles.so
  Title: compiz crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to quantal on 2012-01-03 (245 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare 
wireshark

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

Title:
  compiz crashed with SIGABRT in __GI___assert_fail() from operator-
  (this=optimized out) at
  /usr/include/boost/smart_ptr/shared_ptr.hpp:424 from operator- from
  unity::MT::GrabHandle::requestMovement() from
  unity::MT::X11GrabHandleImpl::buttonPress()

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

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

[Bug 151102] Re: [needs-packaging] sk1 vector graphics editor (supports Corel Draw files)

2012-11-08 Thread Thomas Hotz
Confirming because it happens to several people.

** Changed in: 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/151102

Title:
  [needs-packaging] sk1 vector graphics editor (supports Corel Draw
  files)

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

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


[Bug 150917] Re: GTK errors installing and using Netbeans 6 beta 1

2012-11-08 Thread Thomas Hotz
Marking as fixed then.

** Changed in: gtk2-engines (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  GTK errors installing and using Netbeans 6 beta 1

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

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


[Bug 1073445] Re: Add autopkgtests

2012-11-08 Thread Bug Watch Updater
** Changed in: coreutils (Debian)
   Status: Unknown = New

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

Title:
  Add autopkgtests

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

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


[Bug 1070735] Re: When Unity UI elements are above an unresponsive window, they flicker

2012-11-08 Thread Łukasz Zemczak
** Description changed:

- == Impact ==
+ [Impact]
  
  UI flicker in some cases.
  
- == Test cases =
+ [Test Case]
  
  When Unity UI elements - the alt-tab switcher, or the top bar shadow -
  are above an unresponsive window, the portion of the Unity elements
  which are above the window flicker in and out of view.
  
- == Regression potential ==
+ [Regression Potential]
  
  Low, single line marking damage to the nux for drawing more often.
  
  ---
  
  Although the attached video doesn't show it, this behaviour still occurs
  if the unresponsive window is not visible - the Unity elements over
  where it is still flicker.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  .tmp.unity.support.test.0:
  
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Oct 24 19:55:41 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.18, 3.5.0-15-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-16-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-17-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:04c1]
   Advanced Micro Devices [AMD] nee ATI Whistler [AMD Radeon HD 6600M Series] 
[1002:6741] (rev ff) (prog-if ff)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120521)
  MachineType: Dell Inc. Dell System Inspiron N4110
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic 
root=UUID=29e6204e-f505-41b5-b312-b6257ee24e9e ro rootflags=subvol=@ quiet 
splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: Q4E343
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd09/20/2011:svnDellInc.:pnDellSystemInspironN4110:pvr:rvnDellInc.:rnQ4E343:rvrX01:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Inspiron N4110
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.8.4-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 
9.0-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

Title:
  When Unity UI elements are above an unresponsive window, they flicker

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

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

[Bug 1067358] Re: Top panel tooltip gets out of sync when navigating with the keyboard

2012-11-08 Thread Łukasz Zemczak
** Description changed:

- == Impact ==
+ [Impact]
  
  Tooltip getting out of sync.
  
- == Test case ==
+ [Test Case]
  
  How to reproduce:
   * Press Alt+F1
   * Press down arrow twice
   * Notice the top panel text says the name of the app you are in (in my case 
Firefox)
   * Press right arrow
   * Press left arrow
   * Notice the top panel text got out of sync and instead of Firefox now says 
Tauler d'inici (the catalan word for the first button)
  
- == Regression potential ==
+ [Regression Potential]
  
  Low, updates the selection changed more often so should just work
  better.

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

Title:
  Top panel tooltip gets out of sync when navigating with the keyboard

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

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

[Bug 1067357] Re: Top panel shows Tauler dapos; inici instead of Taluer d'inici

2012-11-08 Thread Łukasz Zemczak
** Description changed:

- == Impact ==
+ [Impact]
  
  Incorrect UI text in a very visible place.
  
- == Test case ==
+ [Test Case]
  
  How to reproduce:
   * Have a catalan desktop
   * Press Alt+F1
   * Watch at the top panel
  
  On a side note, the tooltip correctly says Tauler d'inici
  
- == Regression potential ==
+ [Regression Potential]
  
  Low, proper escaping now done and automated test included.

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

Title:
  Top panel shows Tauler dapos;inici instead of Taluer d'inici

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

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

[Bug 153126] Re: Iagno hanges when attempting to start a network game

2012-11-08 Thread Thomas Hotz
This is now fixed at least here in Ubuntu 12.10.

** Changed in: gnome-games (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: gnome-games (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Thomas Hotz (thotz)

** Changed in: gnome-games (Ubuntu)
 Assignee: Thomas Hotz (thotz) = (unassigned)

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

Title:
  Iagno hanges when attempting to start a network game

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

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


[Bug 1076454] [NEW] /usr/share/go/src/pkg/runtime is not on gdb's auto-load safe-path

2012-11-08 Thread Mike Carifio
Public bug reported:

Config
==

# series
$ lsb_release -rd
Description:Ubuntu 12.10
Release:12.10

# pkg
$ apt-cache policy golang-src
golang-src:
  Installed: 2:1.0.2-2
  Candidate: 2:1.0.2-2
  Version table:
 *** 2:1.0.2-2 0
500 http://us.archive.ubuntu.com/ubuntu/ quantal/universe i386 Packages


Problem
===

Gdb is the canonical debugger for go programs. Package golang-src
provides a python file  /usr/share/go/src/pkg/runtime/runtime-gdb.py to
assist go programmers with specialized gdb commands (I don't really know
just how useful they are). gdb complains when it starts that it can't
load /usr/share/go/src/pkg/runtime/runtime-gdb.py because its not on the
auto-load safe-path:

$ gdb ./hello 
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 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 law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from 
/home/mcarifio/tech/golang/workspace/src/hello/hello...done.
warning: File /usr/share/go/src/pkg/runtime/runtime-gdb.py auto-loading has 
been declined by your `auto-load safe-path' set to 
$debugdir:$datadir/auto-load.
 warning above
(gdb) 


I mitigated this by adding the following gdb directive in /etc/gdb/gdbinit:

add-auto-load-safe-path /usr/share/go/src/pkg/runtime

Then:

$ gdb ./hello 
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 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 law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from 
/home/mcarifio/tech/golang/workspace/src/hello/hello...done.
Loading Go Runtime support.
^^ success indicated above
(gdb) 


I'm not sure how best to solve this in general, but golang-src probably needs 
to configure gdb to accept
/usr/share/go/src/pkg/runtime/runtime-gdb.py as safe.

It took me a little while to figure out how auto-load safe-path works,
how gdb initializes on start, where the files are located such as
/etc/gdb/gdbinit and ~/.gdbinit. So it takes a little investigation for
a programmer to reconstruct what I did above. But its also a fixable
annoyance.

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


** Tags: gdb golang

** Tags added: gdb golang

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

Title:
  /usr/share/go/src/pkg/runtime is not on gdb's auto-load safe-path

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

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


Re: [Bug 1075705] Re: Printing with default 'Vector' backend fails

2012-11-08 Thread G.Davies
Good day to you,
As I explained, I am new to Linux.
I have opened the link 'packages', followed the recommended 'aptitude' 
download. Opened and?
Have no idea what to do next.
Regards.



 From: ~suv 1075...@bugs.launchpad.net
To: geo...@btinternet.com 
Sent: Thursday, 8 November 2012, 9:15
Subject: [Bug 1075705] Re: Printing with default 'Vector' backend fails
 
@Alex Valavanis - AFAIK (based on
http://packages.ubuntu.com/precise/libgtk2.0-0) Ubuntu 12.04 (Precise
Pangolin) installs GTK+ 2.24.10, which would make printing directly from
within Inkscape affected by upstream GTK+ bug #998156: printing via GTK+
cups backend from within Inkscape has been broken since GTK+ 2.24.9, and
all efforts to get the known fix - which had been committed for GTK3
only - backported to upstream GTK2 failed so far (upstream bug breaks
printing on OS X too, for example, which uses the same cups backend).

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1075705

Title:
  Printing with default 'Vector' backend fails

Status in Inkscape: A Vector Drawing Tool:
  New
Status in “inkscape” package in Ubuntu:
  New

Bug description:
  When inside 'Inkscape' I cannot just click 'print' icon. experiments to date 
are that I have to change at each request to 'Bitmap' format rather than 
default 'vector' WHY.
  I recieve a message within my printer queue 'processing' but nothing is 
happening.
  if I change from vector to bitmap and send a second request a second item 
appears in the print queue.
  Only when I cancel the vector print request does the second request change 
fro pending to processing, to printing. and the print job is executed.
  I have a bog standard Epson Stylus SX210 printer. I downloaded more drivers, 
just to ensure no conflict, but same problem.
  If I change to LibreDraw, import the same graphic file IT PRINTS ON 
DEMAND
  Resolution would be good.
  I can find no way of making the change from vector to bitmap a default.

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

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

Title:
  Printing with default 'Vector' backend fails

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

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

[Bug 1068870] Re: BUG: unable to handle kernel paging request at 000000020eca7b00; RIP: 0010:[ffffffff8121b610] [ffffffff8121b610] ext4_num_dirty_pages.isra.42+0x150/0x1f0

2012-11-08 Thread mrojasaquino
Hi Chris.

The problem started for me in Precise, that's why I migrated to Quantal
beta to see if the problems where solved. Previously I was using 10.10,
as it was stable enough for me and I was not attracted by the Unity
interface.

In fact, I got another freeze today, but this time there are no messages
in kern.log nor syslog, so I'm not attaching additional data.

Regards.

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

Title:
  BUG: unable to handle kernel paging request at 00020eca7b00; RIP:
  0010:[8121b610]  [8121b610]
  ext4_num_dirty_pages.isra.42+0x150/0x1f0

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

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


[Bug 991394] Re: Content not needed in Development portion of Kubuntu-Docs

2012-11-08 Thread Nitesh Mistry
+1 fwiw

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

Title:
  Content not needed in Development portion of Kubuntu-Docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-docs/+bug/991394/+subscriptions

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


[Bug 1057186] Re: Modem Huawei E173 works in 12.04 but not in 12.10

2012-11-08 Thread Marius Kotsbak
There is a build going on here:
https://code.launchpad.net/~mariusko/+archive/network-manager-
bugfixes/+recipebuild/341162 that ends up in this PPA if it succeeds:

https://code.launchpad.net/~mariusko/+archive/network-manager-bugfixes

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

Title:
  Modem Huawei E173 works in 12.04 but not in 12.10

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

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


[Bug 159026] Re: Lenovo Thinkpad x41 Tablet, X60 Tablet and X200 Tablet rotate events

2012-11-08 Thread Thomas Hotz
** Summary changed:

- Lenovo Thinkpad x41 Tablet and X60 Tablet and X200 Tablet rotate events
+ Lenovo Thinkpad x41 Tablet, X60 Tablet and X200 Tablet rotate events

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

Title:
  Lenovo Thinkpad x41 Tablet, X60 Tablet and X200 Tablet rotate events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/159026/+subscriptions

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


[Bug 157177] Re: Dell Dimension 4550 hibernate/sleep does not resume

2012-11-08 Thread Thomas Hotz
** Changed in: acpi-support (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Dell Dimension 4550 hibernate/sleep does not resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/157177/+subscriptions

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


[Bug 153278] Re: Isolinux menu doesn't hint that there are more options below the last displayed one

2012-11-08 Thread Thomas Hotz
** Changed in: syslinux (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/153278

Title:
  Isolinux menu doesn't hint that there are more options below the last
  displayed one

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

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


[Bug 1067060] Re: Missing messaging menu after fresh Quantal Final install

2012-11-08 Thread David Ordenes D.
** This bug is no longer a duplicate of bug 1040259
   FFE: libmessaging-menu transitions for quantal

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

Title:
  Missing messaging menu after fresh Quantal Final install

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