[Bug 1298192] [NEW] hyper-v: Unable to take backups of Generation 2 VMs

2014-03-27 Thread Abhishek Gupta
Public bug reported:

We are unable to take backups of Generation 2 VMs because they include a
FAT 32 EFI partition. This patch ignores such partitions while freezing
the file-system to take a snapshot during the initial stages of the
backup process. Since EFI partition is not expected to be modified
regularly, the ignore functionality should address the problem. Please
include the following upstream patch in the vss daemon:

Tools: hv: vssdaemon: Ignore VFAT mounts during the Freeze operation
If the guest has a FAT file system mounted, skip it during the FREEZE
operation. With this change we can support host initiated backup of
the guest even when the guest may have FAT file systems mounted.

https://git.kernel.org/cgit/linux/kernel/git/next/linux-
next.git/commit/tools/hv/hv_vss_daemon.c?id=f33b215549938f89aebf862b942366d2aa41c191

Thanks,
Abhishek

** Affects: hv-kvp-daemon-init (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Package changed: linux (Ubuntu) = hv-kvp-daemon-init (Ubuntu)

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

Title:
  hyper-v: Unable to take backups of Generation 2 VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hv-kvp-daemon-init/+bug/1298192/+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 1280941] Re: metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-03-27 Thread Ihar Hrachyshka
TripleO should revert their workaround and update requirements.txt from
globals to fix the issue.

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

Title:
  metadata agent throwing AttributeError: 'HTTPClient' object has no
  attribute 'auth_tenant_id' with latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1280941/+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 532482] Re: non-ascii escape commands don't seem to wor

2014-03-27 Thread Erno Kuusela
Still happens on precise.

Looks like it's also reported in upstram tracker:
http://savannah.gnu.org/bugs/?25752

** Bug watch added: GNU Savannah Bug Tracker #25752
   http://savannah.gnu.org/bugs/?25752

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

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

Title:
  non-ascii escape commands don't seem to wor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/532482/+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 1280941] Re: metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-03-27 Thread Robert Collins
@ihar please do submit a patch :). Note that the requirements.txt in
question is neutrons one.

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

Title:
  metadata agent throwing AttributeError: 'HTTPClient' object has no
  attribute 'auth_tenant_id' with latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1280941/+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 1280941] Re: metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-03-27 Thread Ihar Hrachyshka
@robert, the patch for requirements in neutron already arrived to both
stable and master, tripleo workaround is not needed now.

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

Title:
  metadata agent throwing AttributeError: 'HTTPClient' object has no
  attribute 'auth_tenant_id' with latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1280941/+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 1280941] Re: metadata agent throwing AttributeError: 'HTTPClient' object has no attribute 'auth_tenant_id' with latest release

2014-03-27 Thread Ihar Hrachyshka
Aha, tripleo already reverted the workaround. So nothing should be done
in tripleo, we may mark the bug as fixed.

** Changed in: tripleo
   Status: In Progress = Fix Committed

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

Title:
  metadata agent throwing AttributeError: 'HTTPClient' object has no
  attribute 'auth_tenant_id' with latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1280941/+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 1298273] [NEW] apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-03-27 Thread Ritesh Khadgaray
Public bug reported:

[impact
Landscape client registration is fails with the following apache error message.
[Wed Mar 26 15:44:29 2014] [error] Hostname P122C-0-0-15680 provided via SNI 
and hostname p122c-0-0-15680 provided via HTTP are different.

it is because apache2 doesn't compare SNI hostname against Host header 
case-insensitively.
apache2 rejects connection request and returns 400 error code when the SNI 
doesn't match with requested.
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
Therefore landscape client registration was failed.

- Precise 12.04 LTS
- apache2 : 2.2.22-1ubuntu1.4

[Test Case]
How reproducible is the problem?
( easily with the test case, intermittent, on every boot, etc)

 1. Create self-signed SSL certificate file with upper case hostname 
 2. curl https://hostname/message-system --cacert 
 a. Actual Results - apache returns 400 Bad request error.
 b. Expected Results - apache should return 200

[Regression Potential] 
none, this has been merged into upstream and well tested. 

[Other Info]
The same issue has been reported to apache upstream and the bug fix was applied 
at Aug 19 2013.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49491
It looks like this patch is not applied to apache2 package for precise yet.

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

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1298273/+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 1298280] [NEW] Update OpenSSH for Tahir to 6.6

2014-03-27 Thread cc
Public bug reported:

6.6 was just released and fixes some regressions in 6.5.  Given that
14.04 is not released yet, it would be great to get to the latest and
greatest version.

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


** Tags: openssh regression-proposed ssh upgrade-software-version

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

Title:
  Update OpenSSH for Tahir to 6.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1298280/+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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-03-27 Thread Ritesh Khadgaray
** Patch added: proposed patch for precise
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1298273/+attachment/4046215/+files/sni.debdiff

** Bug watch added: Apache Software Foundation Bugzilla #49491
   http://issues.apache.org/bugzilla/show_bug.cgi?id=49491

** Also affects: apache2 via
   http://issues.apache.org/bugzilla/show_bug.cgi?id=49491
   Importance: Unknown
   Status: Unknown

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1297705] Re: keystone logrotate configuration causing service disruption

2014-03-27 Thread Magesh GV
May be copytruncate can be used instead of the restart keystone .

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

Title:
  keystone logrotate configuration causing service disruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1297705/+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 1298290] [NEW] [SRU] 0.67.7 release tracker

2014-03-27 Thread James Page
Public bug reported:

A new point release for dumping is available upstream; SRU'ing under the
MRE we have in place.

** Affects: ceph (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: ceph (Ubuntu Saucy)
 Importance: High
 Assignee: James Page (james-page)
 Status: In Progress

** Also affects: ceph (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

** Changed in: ceph (Ubuntu Saucy)
   Importance: Undecided = High

** Changed in: ceph (Ubuntu Saucy)
   Status: New = Triaged

** Changed in: ceph (Ubuntu Saucy)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: ceph (Ubuntu Saucy)
   Status: Triaged = In Progress

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

Title:
  [SRU] 0.67.7 release tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1298290/+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 1298292] [NEW] Missing -s option in kpartx's manpage

2014-03-27 Thread Nikos Skalkotos
Public bug reported:

$ kpartx -h
usage : kpartx [-a|-d|-l] [-v] wholedisk
-a add partition devmappings
-r devmappings will be readonly
-d del partition devmappings
-l list partitions devmappings that would be added by -a
-p set device name-partition number delimiter
-g force GUID partition table (GPT)
-v verbose
-s sync mode. Don't return until the partitions are created

The man page does not state anything about -s

** Affects: multipath-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Missing -s option in kpartx's manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1298292/+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 1251298] Re: Failed to sign on to LRMd with Heartbeat/Pacemaker

2014-03-27 Thread Jiri Hoogeveen
When will this be fixed? Or do I really have to use Centos or something
like that?

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

Title:
  Failed to sign on to LRMd with Heartbeat/Pacemaker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1251298/+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 1298290] Re: [SRU] 0.67.7 release tracker

2014-03-27 Thread Dave Walker
Hello James, or anyone else affected,

Accepted ceph into saucy-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/ceph/0.67.7-0ubuntu1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ceph (Ubuntu Saucy)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] 0.67.7 release tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1298290/+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 1298290] Re: [SRU] 0.67.7 release tracker

2014-03-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/ceph

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

Title:
  [SRU] 0.67.7 release tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1298290/+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 1298192] Re: hyper-v: Unable to take backups of Generation 2 VMs

2014-03-27 Thread Tim Gardner
** Also affects: hv-kvp-daemon-init (Ubuntu Trusty)
   Importance: Undecided
   Status: Confirmed

** Package changed: hv-kvp-daemon-init (Ubuntu Trusty) = linux (Ubuntu
Trusty)

** Changed in: linux (Ubuntu Trusty)
   Status: Confirmed = Fix Committed

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = Tim Gardner (timg-tpi)

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

Title:
  hyper-v: Unable to take backups of Generation 2 VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1298192/+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 1298280] Re: Update OpenSSH for Tahir to 6.6

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

We're in feature freeze for Trusty now, so I'm not sure this will
happen. But I note from the release notes that This is primarily a
bugfix release.

Release notes: http://www.openssh.com/txt/release-6.6
Changelog: ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/ChangeLog

** Tags removed: regression-proposed

** Summary changed:

- Update OpenSSH for Tahir to 6.6
+ Update OpenSSH to 6.6

** Changed in: openssh (Ubuntu)
   Status: New = Triaged

** Changed in: openssh (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Update OpenSSH to 6.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1298280/+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 1298280] Re: Update OpenSSH to 6.6

2014-03-27 Thread Colin Watson
Yes, I already have this staged in the Debian git repository and plan to
land it.

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) = Colin Watson (cjwatson)

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

Title:
  Update OpenSSH to 6.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1298280/+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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-03-27 Thread Robie Basak
@Ritesh

Thank you for the patch. Please could you confirm that this is verified
fixed in Trusty?

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1298280] Re: Update OpenSSH to 6.6

2014-03-27 Thread Robie Basak
12:45 rbasak cjwatson: any opinion on openssh 6.6? It's primarily a bugfix 
release but it seems quite late now. I 
   just triaged bug 1298280.
12:45 ubottu bug 1298280 in openssh (Ubuntu) Update OpenSSH to 6.6 
[Wishlist,Triaged] 
   https://launchpad.net/bugs/1298280
12:45 cjwatson rbasak: I already have it staged and plan to land it

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

Title:
  Update OpenSSH to 6.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1298280/+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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-03-27 Thread Robie Basak
Review note: the patch looks good (I've not tested), but can you add
dep-3 headers to the quilt patch in the debdiff, please, so that it can
be traced back to this bug?

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1298191] Re: package nginx-naxsi-ui 1.4.1-3ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: nginx (Ubuntu)
   Status: New = Incomplete

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

Title:
  package nginx-naxsi-ui 1.4.1-3ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1298191/+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 1298113] Re: Ubuntu missing nTLD RFC 3912 databases

2014-03-27 Thread Robie Basak
** Changed in: whois (Ubuntu)
   Status: New = Triaged

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

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

Title:
  Ubuntu missing nTLD RFC 3912 databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whois/+bug/1298113/+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 532482] Re: non-ascii escape commands don't seem to wor

2014-03-27 Thread Robie Basak
** Also affects: screen via
   http://savannah.gnu.org/bugs/?25752
   Importance: Unknown
   Status: Unknown

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

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

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

Title:
  non-ascii escape commands don't seem to wor

To manage notifications about this bug go to:
https://bugs.launchpad.net/screen/+bug/532482/+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 1298292] Re: Missing -s option in kpartx's manpage

2014-03-27 Thread Robie Basak
Verified in 0.4.9-3ubuntu7 in Trusty.

** Changed in: multipath-tools (Ubuntu)
   Status: New = Triaged

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Missing -s option in kpartx's manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1298292/+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 923032] Re: rsync keeps syncing file that isn't changed

2014-03-27 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

Once you've responded, please change the bug status back to New. Thanks!

** Changed in: rsync (Ubuntu)
   Status: New = Incomplete

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

Title:
  rsync keeps syncing file that isn't changed

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


Re: [Bug 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

2014-03-27 Thread Mark Ramm
@adam

 I think you'd agree that the obvious and simple usecase isn't I
 installed juju-core on my Ubuntu desktop so I can rollout charms on OSX
 and Solaris.

Don't forget it will not support: old Ubuntu versions, Arm64, or power,
other versions of Linux, Windows, or anything but the series that the
package belongs to.  I think we can all agree that a Trusty desktop and
Precise database server is a pretty common situation, and the combination
of all the things that won't work is definitely common enough to make it a
real issue.

 So, if we can build them with the packages, what's stopping us from
 having a package that includes the bits, and even depends on the right
 things to set up a simplestreams provider that people can use on their
 closed networks?

We certainly *can* do that. I have no objection to it in principle.

But, before we go down the path of what's stopping us, Let's take a look
at the situation now:

The obvious and simple use case is that I'm using Amazon, or Azure, Joyent,
or HP Cloud. In those cases the tools are pre-published to a cloud local
bucket and it would slow things down and create pain for the user if
binaries had to be copied over from the local disk into the cloud. To top
it off, the jujud binary isn't used locally (except of course when you are
deploying charms locally) so having it on local disk is just waste in those
cases.

Furthermore, we need tools to be published to all the major clouds *before*
the matching client lands in Ubuntu, because a new clients can require
matching tools to bootstrap a new environment.  (We do however maintain and
stringently test backwards compatibility with already bootstrapped
environments).

We *have to* publish tools in simplestreams. We *can* put them in the
package too -- as a limited and broken fallback mechanism that doesn't
support multiple archs, doesn't support multiple series, doesn't support
multiple OS's.

My question is, if I take folks away from current projects, and have them
update the packaging so that the tools you mention are there, what exactly
does that buy us?  I'm happy to do it, but I would like to know why exactly
you want it, and what benifit it provides to our users.

Another idea we had was to build tools for all supported series, OS's and
arch's and put them in a single package, with the bits you need to push
things up in a simplestreams location for your closed network. But our
belief was that such a package would never be supported, particularly since
the binaries in question won't be run on the local machine anyway, and are
likely to just be a waste of disk space.

We've done a lot of thinking on this, and we have *tried* to figure out how
to use ubuntu packages to distribute tools -- and fundamentally
simplestreams is a better fit for the needs of a multi-os, multi-arch,
multi-series orchestration tool.  And we already force users to trust
simplestreams to get Ubuntu images, so we're not adding *another*
mechanism, just re-using one that already exists and is quite widely used.

--Mark



On Wed, Mar 26, 2014 at 5:54 PM, Adam Conrad adcon...@0c3.net wrote:

 @Mark

 So, if we can build them with the packages, what's stopping us from
 having a package that includes the bits, and even depends on the right
 things to set up a simplestreams provider that people can use on their
 closed networks?  Sure, that won't have ALL the binaries for all
 supported platforms available, without a source to grab those from, but
 it would keep it self-contained for the simple use-case.

 I think you'd agree that the obvious and simple usecase isn't I
 installed juju-core on my Ubuntu desktop so I can rollout charms on OSX
 and Solaris.

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

 Title:
   [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/gccgo-go/+bug/1267393/+subscriptions


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

Title:
  [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-go/+bug/1267393/+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 1298384] [NEW] pbr 0.7.0 ftbfs with python3.2

2014-03-27 Thread Chuck Short
Public bug reported:

+ python3.2 setup.py build
Traceback (most recent call last):
  File setup.py, line 19, in module
from pbr import util
  File /tmp/buildd/python-pbr-0.7.0/pbr/util.py, line 81, in module
import pbr.hooks
  File /tmp/buildd/python-pbr-0.7.0/pbr/hooks/__init__.py, line 18, in 
module
from pbr.hooks import backwards
  File /tmp/buildd/python-pbr-0.7.0/pbr/hooks/backwards.py, line 19, in 
module
from pbr import packaging
  File /tmp/buildd/python-pbr-0.7.0/pbr/packaging.py, line 283
changelog_file.write(u'\n')
 ^
SyntaxError: invalid syntax
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/tmp/buildd/python-pbr-0.7.0

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

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

Title:
  pbr 0.7.0 ftbfs with python3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbr/+bug/1298384/+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 1297568] Re: openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2: openvswitch kernel module failed to build

2014-03-27 Thread James Page
The dkms package in trusty is only compatible with kernel  3.11; the
native openvswitch module in the kernel supports 99% of the function of
the dkms package so its really not required for use with the 3.13
kernel.

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

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

Title:
  openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2: openvswitch
  kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1297568/+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 1297705] Re: keystone logrotate configuration causing service disruption

2014-03-27 Thread James Page
copytruncate: +1

** Changed in: keystone (Ubuntu)
   Status: New = Triaged

** Changed in: keystone (Ubuntu)
   Importance: Undecided = High

** Also affects: keystone (Ubuntu Trusty)
   Importance: High
   Status: Triaged

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

Title:
  keystone logrotate configuration causing service disruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1297705/+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-1311-curtin] Curtin

2014-03-27 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items for ubuntu-13.12:
  kexec support: INPROGRESS
  config-archive support: DONE
- change maas template to use config-archive: TODO
+ change maas template to use config-archive: POSTPONED
  
  Work items for ubuntu-14.01:
  LVM/RAID support: TODO
  non-destructive install: DONE
  UEFI support: TODO
  support for hardware enablement kernels in install: DONE
  
  Work items for ubuntu-14.02:
  documentation improvements: TODO

-- 
Curtin
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-curtin

-- 
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-1311-curtin] Curtin

2014-03-27 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items for ubuntu-13.12:
  kexec support: INPROGRESS
  config-archive support: DONE
  change maas template to use config-archive: POSTPONED
  
  Work items for ubuntu-14.01:
- LVM/RAID support: TODO
+ LVM/RAID support: POSTPONED
  non-destructive install: DONE
- UEFI support: TODO
+ UEFI support: POSTPONED
  support for hardware enablement kernels in install: DONE
  
  Work items for ubuntu-14.02:
  documentation improvements: TODO

-- 
Curtin
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-curtin

-- 
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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-03-27 Thread Ritesh Khadgaray
@racb

  This fix is in trusty. This patch ha been tested by the customer, and
I am able to successfully build against this patch.  I have added dep3
header ( I hope correctly) .


** Patch removed: proposed patch for precise
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1298273/+attachment/4046608/+files/sni.debdiff

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-03-27 Thread Ritesh Khadgaray
** Patch added: proposed patch for precise
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1298273/+attachment/4046619/+files/sni.debdiff

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-03-27 Thread Ritesh Khadgaray
** Patch added: proposed patch for precise
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1298273/+attachment/4046608/+files/sni.debdiff

** Patch removed: proposed patch for precise
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1298273/+attachment/4046215/+files/sni.debdiff

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1295674] Re: Meta bug for tracking Openstack 2013.1.5 Stable Update

2014-03-27 Thread James Page
packages accepted into -proposed and smoke tested in the QA lab OK.

+7 for final push to -updates.

** No longer affects: cinder (Ubuntu)

** No longer affects: glance (Ubuntu)

** No longer affects: horizon (Ubuntu)

** No longer affects: keystone (Ubuntu)

** No longer affects: neutron (Ubuntu)

** No longer affects: nova (Ubuntu)

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

** Changed in: cloud-archive
   Status: New = Fix Committed

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

Title:
   Meta bug for tracking Openstack 2013.1.5 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1295674/+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 1208522] Re: Please remove python-quantumclient from saucy

2014-03-27 Thread James Page
** Changed in: python-quantumclient (Ubuntu)
   Status: Incomplete = Invalid

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

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

Title:
  Please remove python-quantumclient from saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heat/+bug/1208522/+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 1298384] Re: pbr 0.7.0 ftbfs with python3.2

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package python-pbr - 0.7.0-0ubuntu2

---
python-pbr (0.7.0-0ubuntu2) trusty; urgency=medium

  * debian/patches/python-3.2-compat.patch: Updated to fix
FTBFS with python3.2. (LP: #1298384)
 -- Chuck Short zul...@ubuntu.com   Thu, 27 Mar 2014 09:30:26 -0400

** Changed in: python-pbr (Ubuntu)
   Status: New = Fix Released

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

Title:
  pbr 0.7.0 ftbfs with python3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbr/+bug/1298384/+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 610203] Re: System hangs on standby when SD card is mounted

2014-03-27 Thread Jason R. Coombs
I no longer run Ubuntu, so won't have the opportunity to test this
further. Thanks for the consideration.

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

Title:
  System hangs on standby when SD card is mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/610203/+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 1298453] [NEW] FFE for python-keystoneclient 0.7.1

2014-03-27 Thread Chuck Short
Public bug reported:

0.7.1
-

* Adds to Keystone to convert V2 endpoints to V3

0.7.0
-

* Improve language in update_password() validation error
* Handle URLs via the session and auth_plugins
* Add a method for changing a user's password in v3
* sanity check memcached availability before running tests against it
* Start using positional decorator
* Fix passing get_token kwargs to get_access
* add functional test for cache pool
* Add a positional decorator
* add pooling for cache references
* Don't use a connection pool unless provided
* Docs link to middlewarearchitecture
* Discover should support other services
* Revert Add request/access token and consumer...
* Revert Authenticate via oauth
* Fix doc build errors
* Generate module docs
* document that --pass can be required
* Authenticate via oauth
* Add request/access token and consumer support for keystoneclient
* Add 'methods' to all v3 test tokens
* Handle Token/Endpoint authentication
* Updated from global requirements
* Fix retry logic
* Provide more data to AuthMethod plugins
* Fix state modifying catalog tests
* Remove reference to non-existent shell doc
* increase default revocation_cache_time
* Improve help strings
* Make keystoneclient not log auth tokens
* improve configuration help text in auth_token
* Log the command output on CertificateConfigError
* Enforce scope mutual exclusion for trusts
* Atomic write of certificate files and revocation list
* Privatize auth construction parameters
* Remove blank space after print
* Set the right permissions for signing_dir in tests
* Capitalize Client API title consistently
* Remove dependent module py3kcompat
* Remove http_handler config option in auth_token
* Rely on OSLO.config
* Use admin_prefix consistently
* demonstrate auth_token behavior with a simple echo service
* Remove redundant default value None for dict.get
* correct typo of config option name in error message
* remove extra indentation
* refer to non-deprecated config option in help
* Create V3 Auth Plugins
* Create V2 Auth Plugins
* Fix role_names call from V3 AccessInfo
* Interactive prompt for create user
* Add Python 3 classifiers
* Replace assertEqual(None, *) with assertIsNone in tests
* Ensure domains.list filtered results are correct
* Test query-string for list actions with filter arguments
* Use Resource class from Oslo
* Fix keystone command man page
* Add link to the v3 client api doc
* Fix references to auth_token in middlewarearchitecture doc
http://www.anagramgenius.com/server.php?source_text=Red+Hat+Linuxemphasis=1gender=2vulgar=1seen=true

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

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

Title:
  FFE for python-keystoneclient 0.7.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1298453/+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 1273865] Re: [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

2014-03-27 Thread Robie Basak
** Changed in: juju-quickstart (Ubuntu Trusty)
   Status: Incomplete = New

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

Title:
  [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1273865/+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 1298280] Re: Update OpenSSH to 6.6

2014-03-27 Thread Colin Watson
** Changed in: openssh (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Update OpenSSH to 6.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1298280/+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 1273865] Re: [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

2014-03-27 Thread Francesco Banconi
We just released quickstart 1.3 implementing the --distro-only flag.

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

Title:
  [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1273865/+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 1282630] Re: [FFe] Upgrade juju-quickstart to new upstream release 1.3.0

2014-03-27 Thread Robie Basak
** Description changed:

- We just released on PyPi the new 1.2.0 release of quickstart.
+ We just released on PyPi the new 1.3.0 release of quickstart.
  Juju core 1.17.2 introduced sudo support for local environments, which 
required changes to how quickstart works: calling sudo is now handled by juju 
itself, and for this reason quickstart no longer requires to request sudo 
privileges when bootstrapping the environment.
  
  A comprehensive list of changes introduced by the current release follow:
  - Support for promulgated bundle URLs, e.g. “juju quickstart 
bundle:mediawiki/single”.
  - Improved application help and installation instructions.
  - Updates to the dependency list and to Juju version handling.
  - Manifest file fixes.
  - Do not use sudo when bootstrapping a local env if juju version = 1.17.2.
  - Add the distro-only flag: do not use external sources when installing Juju.
  
  Dependencies did not change:
  jujuclient==0.17.5
  PyYAML==3.10
  urwid==1.1.1
  
  Note: juju-quickstart is in universe, though pending MIR in bug 1273865.

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

Title:
  [FFe] Upgrade juju-quickstart to new upstream release 1.3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1282630/+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 1282630] Re: [FFe] Upgrade juju-quickstart to new upstream release 1.3.0

2014-03-27 Thread Francesco Banconi
** Summary changed:

- [FFe] Upgrade juju-quickstart to new upstream release 1.2.0
+ [FFe] Upgrade juju-quickstart to new upstream release 1.3.0

** Description changed:

  We just released on PyPi the new 1.2.0 release of quickstart.
  Juju core 1.17.2 introduced sudo support for local environments, which 
required changes to how quickstart works: calling sudo is now handled by juju 
itself, and for this reason quickstart no longer requires to request sudo 
privileges when bootstrapping the environment.
  
  A comprehensive list of changes introduced by the current release follow:
  - Support for promulgated bundle URLs, e.g. “juju quickstart 
bundle:mediawiki/single”.
  - Improved application help and installation instructions.
  - Updates to the dependency list and to Juju version handling.
  - Manifest file fixes.
  - Do not use sudo when bootstrapping a local env if juju version = 1.17.2.
+ - Add the distro-only flag: do not use external sources when installing Juju.
  
  Dependencies did not change:
  jujuclient==0.17.5
  PyYAML==3.10
  urwid==1.1.1
  
  Note: juju-quickstart is in universe, though pending MIR in bug 1273865.

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

Title:
  [FFe] Upgrade juju-quickstart to new upstream release 1.3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1282630/+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 1273865] Re: [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

2014-03-27 Thread James Page
In all likelyhood juju-core won't make it into main this cycle; which
creates a relationship between this package (potentially in main) and
juju-core (probably in universe).

I see the inclusion of juju-quickstart tied to the inclusion of juju-
core in main.  I'm not sure what additional value juju-quickstart gets
on its own in main.   One of the originak goals was to have juju-core
recommend juju-quickstart - that can still happen in universe.

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

Title:
  [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1273865/+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 1273865] Re: [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

2014-03-27 Thread James Page
Also I really think that the default option should be --distro-only - at
least for the package we carry in distro.

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

Title:
  [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1273865/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-27 Thread Thierry Carrez
** Changed in: cinder
   Status: Fix Committed = Fix Released

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1291535] Re: 'Unable to retrieve OVS kernel module version' when _not_ using DKMS openvswitch module

2014-03-27 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/82931
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=b2f65d9d447ddf2caf3b9c754bd00a5148bdf12c
Submitter: Jenkins
Branch:master

commit b2f65d9d447ddf2caf3b9c754bd00a5148bdf12c
Author: Kyle Mestery kmest...@cisco.com
Date:   Mon Mar 24 03:31:30 2014 +

Correct OVS VXLAN version check

Update the version checking logic used to determine if the combination of
Linux kernel, OVS userspace, and OVS kernel module can properly support
VXLAN.

Tested on Ubuntu 14.04 without the OVS DKMS module.

Closes-Bug: #1291535

Change-Id: If034164b775989d52c3c449caba6baadb970afd9


** Changed in: neutron
   Status: In Progress = Fix Committed

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

Title:
  'Unable to retrieve OVS kernel module version' when _not_ using DKMS
  openvswitch module

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1291535/+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 1281881] Re: [FFe] FFe for 14.04 features

2014-03-27 Thread Andres Rodriguez
ppc64el is not longer included in this FFe.
UEFI testing is done via manual testing, not automated.

** Summary changed:

- [FFe] Standing FFe for 14.04 features
+ [FFe] FFe for 14.04 features

** Description changed:

  [Rationale]
  MAAS requires the following features to land after the Feature Freeze:
   * support for third party hardware drivers
   * support for tracking which NICs on each node are associated with a 
particular network
-  * support for ppc64el
   * support for UEFI
   * support for Other Hardware Devices.
  
  For this reason, we are requesting an *Standing* Feature Freeze
  Exception for MAAS' features described above. Uploads will only contain
  the features described above as well as any bugfixes that might come out
  of other features.
  
  Third party hardware drivers
  
  [Description]
  This is related to bug 1281765 and forms the infrastructure to enable 
hardware enablement teams to write drivers for hardware not already supported 
in MAAS.
  
  This is essential work to prevent these teams from blocking on the core
  MAAS development team, and to make writing new drivers an order of
  magnitude quicker and easier.
  
  [Proposed Changes]
  The feature is already half implemented; bi-directional comms between 
clusters and the region controller is now established but further work is 
required to add an API layer between these comms and the driver code.
  
  The API layer will translate the various requirements that a driver
  should provide into calls to the region, and vice versa.  Additionally,
  all current code that is part of hardware enablement, such as
  architecture types and power parameter choices, will be moved into new
  driver code that will become part of each cluster controller.
  
  NIC tracking
  
  [Description]
  A feature is already landed to support network tracking on Nodes that MAAS 
manages.  This needs to be extended to track on which NIC the network is 
available.
  
  This is essential otherwise the existing work is of no use to API
  clients if they cannot know on which NIC the network is to be used.
  
  [Proposed changes]
  The database will gain a link table between MACAddress and Network, and the 
UI will change so that it lets the user link networks against MACs on the node 
rather than the node as a whole.  API calls will also change accordingly.

** Changed in: maas (Ubuntu)
   Status: Incomplete = New

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

Title:
  [FFe] FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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 1288245] Re: mox is needed in requirements

2014-03-27 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/79378
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=01133b7ce207f61dc402c9223e1d70c4a7497932
Submitter: Jenkins
Branch:master

commit 01133b7ce207f61dc402c9223e1d70c4a7497932
Author: Doug Fish drf...@us.ibm.com
Date:   Tue Mar 11 12:08:08 2014 -0500

Remove non dev dependency on mox

Change-Id: I49267ebbf11b1898ab14216046369ff4720dbd82
Closes-Bug: 1288245


** Changed in: horizon
   Status: In Progress = Fix Committed

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

Title:
  mox is needed in requirements

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1288245/+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 1296856] Re: Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.98.1+dfsg-
4ubuntu1~ubuntu12.10.2

---
clamav (0.98.1+dfsg-4ubuntu1~ubuntu12.10.2) quantal-security; urgency=medium

  * Rebuild as a security update (LP: #1296856)
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 27 Mar 2014 08:54:58 
-0400

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

Title:
  Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1296856/+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 1296856] Re: Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.98.1+dfsg-
4ubuntu1~ubuntu13.10.2

---
clamav (0.98.1+dfsg-4ubuntu1~ubuntu13.10.2) saucy-security; urgency=medium

  * Rebuild as a security update (LP: #1296856)
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 27 Mar 2014 08:51:04 
-0400

** Changed in: clamav (Ubuntu Saucy)
   Status: Triaged = Fix Released

** Changed in: clamav (Ubuntu Quantal)
   Status: Triaged = Fix Released

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

Title:
  Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1296856/+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 799623] Re: Incorrect generated logrotate file

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.98.1+dfsg-
4ubuntu1~ubuntu12.10.2

---
clamav (0.98.1+dfsg-4ubuntu1~ubuntu12.10.2) quantal-security; urgency=medium

  * Rebuild as a security update (LP: #1296856)
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 27 Mar 2014 08:54:58 
-0400

** Changed in: clamav (Ubuntu Quantal)
   Status: Won't Fix = Fix Released

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

Title:
  Incorrect generated logrotate file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/799623/+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 1296856] Re: Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.98.1+dfsg-
4ubuntu1~ubuntu12.04.2

---
clamav (0.98.1+dfsg-4ubuntu1~ubuntu12.04.2) precise-security; urgency=medium

  * Rebuild as a security update (LP: #1296856)
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 27 Mar 2014 08:57:35 
-0400

** Changed in: clamav (Ubuntu Precise)
   Status: Triaged = Fix Released

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

Title:
  Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1296856/+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 1296856] Re: Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.98.1+dfsg-
4ubuntu1~ubuntu10.04.2

---
clamav (0.98.1+dfsg-4ubuntu1~ubuntu10.04.2) lucid-security; urgency=medium

  * Rebuild as a security update (LP: #1296856)
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 27 Mar 2014 10:08:44 
-0400

** Changed in: clamav (Ubuntu Lucid)
   Status: Triaged = Fix Released

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

Title:
  Please update clamav to 0.98.1 for Lucid - Saucy in security/updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1296856/+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 1280496] Re: ed25519 host key not working on 6.5p1

2014-03-27 Thread cc
Adding the requested output below. As you can see, the ssh server offers
up ECDSA host keys even though I've done the requisite ssh-keygen -t
ed25519 /etc/ssh/ssh_host_ed25519

To be clear, the user key exchange *is* ed25519. I'm trying to figure
out why the server key exchange is not the same. Also, I've cleared out
.ssh/known_hosts just in case


=

Mar 27 10:48:08 a008 sshd[23416]: Accepted publickey for user from 127.0.0.1 
port 51537 ssh2: ED25519 5a:de:f7:48:7b:2d:fb:c3:ab:09:27:10:57:01:b2:ba
Mar 27 10:48:08 a008 sshd[23416]: pam_unix(sshd:session): session opened for 
user user by (uid=0)
Mar 27 10:48:08 a008 systemd-logind[682]: New session 19 of user user

==


user@machine:~/.ssh$ ssh -vvv localhost
OpenSSH_6.5, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/user/.ssh/config
debug3: cipher ok: chacha20-poly1...@openssh.com 
[chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr]
debug3: cipher ok: aes256-...@openssh.com 
[chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr]
debug3: cipher ok: aes128-...@openssh.com 
[chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr]
debug3: cipher ok: aes256-ctr 
[chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr]
debug3: cipher ok: aes192-ctr 
[chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr]
debug3: cipher ok: aes128-ctr 
[chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr]
debug3: ciphers ok: 
[chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr]
debug2: mac_setup: found umac-128-...@openssh.com
debug3: mac ok: umac-128-...@openssh.com 
[umac-128-...@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1]
debug2: mac_setup: found hmac-sha2-512
debug3: mac ok: hmac-sha2-512 
[umac-128-...@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1]
debug2: mac_setup: found hmac-sha2-256
debug3: mac ok: hmac-sha2-256 
[umac-128-...@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1]
debug2: mac_setup: found hmac-sha1
debug3: mac ok: hmac-sha1 
[umac-128-...@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1]
debug3: macs ok: 
[umac-128-...@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1]
debug1: /home/user/.ssh/config line 15: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: auto-mux: Trying existing master
debug1: Control socket /home/user/.ssh/mux/ssh_mux_localhost_22_user does not 
exist
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load /home/user/.ssh/id_ed25519 as a RSA1 public key
debug1: identity file /home/user/.ssh/id_ed25519 type 4
debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load /home/user/.ssh/id_ecdsa as a RSA1 public key
debug1: identity file /home/user/.ssh/id_ecdsa type 1
debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load /home/user/.ssh/id_rsa as a RSA1 public key
debug1: identity file /home/user/.ssh/id_rsa type 1
debug1: identity file /home/user/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.5p1 Ubuntu-6
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.5p1 
Ubuntu-6
debug1: match: OpenSSH_6.5p1 Ubuntu-6 pat OpenSSH* compat 0x0400
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host localhost from file 
/home/user/.ssh/known_hosts
debug3: load_hostkeys: loaded 0 keys
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
curve25519-sha...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: 
ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ssh-ed25519-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
chacha20-poly1...@openssh.com,aes256-...@openssh.com,aes128-...@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
debug2: kex_parse_kexinit: 

[Bug 1298295] Re: iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed to build

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

** Information type changed from Private Security to Public

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

Title:
  iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1298295/+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 1298295] Re: iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed to build

2014-03-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  iscsitarget-dkms 1.4.20.2-5ubuntu3.3: iscsitarget kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1298295/+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 1298280] Re: Update OpenSSH to 6.6

2014-03-27 Thread cc
Just as an aside as I'm not sure what the right forum for this should be
but maybe Ubuntu can consider updating security packages as a separate
update policy for LTS releases.

What I mean by this is given our current security climate, I feel that
it's important to make sure people are using the latest packages of
openssl, openssh, gnutls etc. It does not be a large list of software
packages, just a set of core packages so that we get improved security
all around.

Just a thought.

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

Title:
  Update OpenSSH to 6.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1298280/+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 1298552] [NEW] bluetooth enabled after resume

2014-03-27 Thread Stego
Public bug reported:

bug observed on ubuntu 14.04 trusty.

after waking up after suspend the bluetooth function is activated, even
if it was deactivated before suspending.

03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230
[Rainbow Peak] (rev 34)

i would be glad for any help with this.

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  bluetooth enabled after resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1298552/+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 1294747] Re: mongodb fails assertion on ppc64el with 64k pagesize

2014-03-27 Thread Adam Conrad
This should fixed in mongodb 1:2.4.9-1ubuntu2 and juju-mongodb
2.4.9-0ubuntu3

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

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

Title:
  mongodb fails assertion on ppc64el with 64k pagesize

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1294747/+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 1228977] Re: n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud archive

2014-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.1.1-0ubuntu8.7

---
libvirt (1.1.1-0ubuntu8.7) saucy-proposed; urgency=medium

  * cherrypick d/p/add-a-mutex-to-serialize-updates-to-firewall from
upstream to complete the concurrency issue fix (LP: #1228977)

libvirt (1.1.1-0ubuntu8.6) saucy-proposed; urgency=medium

  * Cherrypick upstream patches to fix concurrency race (LP: #1228977)
 -- Serge Hallyn serge.hal...@ubuntu.com   Mon, 10 Mar 2014 11:22:20 -0500

** Changed in: libvirt (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

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

Title:
  n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud
  archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1228977/+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 1294180] Re: set_default_for_default_log_levels

2014-03-27 Thread Chuck Short
*** This bug is a duplicate of bug 1294215 ***
https://bugs.launchpad.net/bugs/1294215

** This bug has been marked a duplicate of bug 1294215
   set_default_for_default_log_levels

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

Title:
  set_default_for_default_log_levels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1294180/+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 1292478] Re: missing dependencies on lockfile and kombu

2014-03-27 Thread Chuck Short
** Changed in: keystone (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  missing dependencies on lockfile and kombu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1292478/+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 1294215] Re: set_default_for_default_log_levels

2014-03-27 Thread Michiel Muhlenbaumer
Old python libs were installed in /usr/local/lib/python2.7 .. deleted
them and used /usr/lib/python2.7 .. rather weird that /local/ has
preference over /usr/lib ..

This bugreport can be closed!

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

Title:
  set_default_for_default_log_levels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1294215/+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 1279048] Re: [MIR] cgmanager

2014-03-27 Thread Stéphane Graber
stgraber@castiana:~/data/code/ubuntu-archive-tools$ ./change-override -t -c 
main cgmanager
Override component to main
cgmanager 0.23-0ubuntu1 in trusty: universe/admin - main
Override [y|N]? y
1 publication overridden.
stgraber@castiana:~/data/code/ubuntu-archive-tools$ ./change-override -c main 
libcgmanager0
Override component to main
libcgmanager0 0.23-0ubuntu1 in trusty amd64: universe/admin/optional/100% - 
main
libcgmanager0 0.23-0ubuntu1 in trusty arm64: universe/admin/optional/100% - 
main
libcgmanager0 0.23-0ubuntu1 in trusty armhf: universe/admin/optional/100% - 
main
libcgmanager0 0.23-0ubuntu1 in trusty i386: universe/admin/optional/100% - main
libcgmanager0 0.23-0ubuntu1 in trusty powerpc: universe/admin/optional/100% - 
main
libcgmanager0 0.23-0ubuntu1 in trusty ppc64el: universe/admin/optional/100% - 
main
Override [y|N]? y
6 publications overridden.
stgraber@castiana:~/data/code/ubuntu-archive-tools$ ./change-override -c main 
libcgmanager-dev
Override component to main
libcgmanager-dev 0.23-0ubuntu1 in trusty amd64: universe/libdevel/optional/100% 
- main
libcgmanager-dev 0.23-0ubuntu1 in trusty arm64: universe/libdevel/optional/100% 
- main
libcgmanager-dev 0.23-0ubuntu1 in trusty armhf: universe/libdevel/optional/100% 
- main
libcgmanager-dev 0.23-0ubuntu1 in trusty i386: universe/libdevel/optional/100% 
- main
libcgmanager-dev 0.23-0ubuntu1 in trusty powerpc: 
universe/libdevel/optional/100% - main
libcgmanager-dev 0.23-0ubuntu1 in trusty ppc64el: 
universe/libdevel/optional/100% - main
Override [y|N]? y
6 publications overridden.

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

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

Title:
  [MIR] cgmanager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1279048/+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 1284793] Re: [FFE] Merge qemu 2.0

2014-03-27 Thread Gizmo Chicken
My previously reported issue with BSODs seems to be fixed in
2.0~git-20140327.3768d50-0ubuntu1.

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

Title:
  [FFE] Merge qemu 2.0

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


Re: [Bug 1284793] Re: [FFE] Merge qemu 2.0

2014-03-27 Thread Serge Hallyn
Excellent, I was hoping for that.  Thanks for the update.

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

Title:
  [FFE] Merge qemu 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1284793/+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 1298623] [NEW] package libapache2-mod-php5 5.3.10-1ubuntu3.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2014-03-27 Thread Richard Greenwood
Public bug reported:

I was trying ti install program updates when the problem occurred

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libapache2-mod-php5 5.3.10-1ubuntu3.10
ProcVersionSignature: Ubuntu 3.2.0-59.90-generic 3.2.54
Uname: Linux 3.2.0-59-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Mar 27 16:06:22 2014
DuplicateSignature: package:libapache2-mod-php5:5.3.10-1ubuntu3.10:subprocess 
installed post-installation script returned error exit status 128
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Mythbuntu 12.04.1 Precise Pangolin - Release amd64 
(20120818.1)
MarkForUpload: True
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.10-1ubuntu3.10 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.10 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1298623/+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 1198929] Re: freshclam ignoring apt option when upgrading

2014-03-27 Thread Mike Mattice
clamav keeps getting updates in precise-security and every time it does,
I have to hand-upgrade 220 machines because it asks this question on
every one of them.

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

Title:
  freshclam ignoring apt option when upgrading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1198929/+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 1298623] Re: package libapache2-mod-php5 5.3.10-1ubuntu3.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2014-03-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.10 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1298623/+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 1294776] Re: No debug-log with MAAS, 14.04 and juju-core 1.17.5

2014-03-27 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  No debug-log with MAAS, 14.04 and juju-core 1.17.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1294776/+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 1298624] [NEW] dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

2014-03-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Using DevStack, with a pretty plain local.conf, to install OpenStack
into a VM made from http://cloud-images.ubuntu.com/saucy/20140326/saucy-
server-cloudimg-amd64-disk1.img - the launch of keystone fails, ending
with this complaint:

dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported:
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

I will attach an archive with detailed evidence.

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

-- 
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable 
to autolaunch a dbus-daemon without a $DISPLAY for X11
https://bugs.launchpad.net/bugs/1298624
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to keystone 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 1298624] Re: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

2014-03-27 Thread Dolph Mathews
** Project changed: keystone = keystone (Ubuntu)

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

Title:
  dbus.exceptions.DBusException:
  org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-
  daemon without a $DISPLAY for X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1298624/+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 1198929] Re: freshclam ignoring apt option when upgrading

2014-03-27 Thread Scott Kitterman
If you ask it to show the diff, what does it show?

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

Title:
  freshclam ignoring apt option when upgrading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1198929/+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 1298675] [NEW] VPN agent upstart configuration needs to reference l3_agent.ini

2014-03-27 Thread James Page
Public bug reported:

The VPN agent runs alongside the L3 agent and needs to inherit from its
config file.

Probably needs a dependency as well to support that.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: neutron-plugin-vpn-agent 1:2014.1~b3-0ubuntu1
ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Thu Mar 27 22:54:01 2014
Ec2AMI: ami-004e
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: serverstack-az-1
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: neutron
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.neutron.vpn.agent.ini: [deleted]
mtime.conffile..etc.init.neutron.plugin.vpn.agent.conf: 
2014-03-27T22:48:08.538959

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


** Tags: amd64 apport-bug ec2-images trusty

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

Title:
  VPN agent upstart configuration needs to reference l3_agent.ini

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1298675/+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 1298676] [NEW] l3 agent should include fwaas_driver.ini

2014-03-27 Thread James Page
Public bug reported:

The fwaas driver piggy backs on the l3 agent; the l3-agent package
should ship the fwaas_driver.ini file and include it in the config-file
list for its upstart configuration.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: neutron-l3-agent 1:2014.1~b3-0ubuntu1
ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Thu Mar 27 22:58:44 2014
Ec2AMI: ami-004e
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: serverstack-az-1
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: neutron
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.neutron.l3.agent.ini: [deleted]
modified.conffile..etc.neutron.rootwrap.d.l3.filters: [deleted]

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


** Tags: amd64 apport-bug ec2-images trusty

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

Title:
  l3 agent should include fwaas_driver.ini

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1298676/+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 1298624] Re: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

2014-03-27 Thread Mike Spreitzer
One more bit of evidence:

ubuntu@mjs-dstk-327b:/opt/stack/keystone$ git branch -v
* master 0a1cb0e Remove extraenous instantiations of managers

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

Title:
  dbus.exceptions.DBusException:
  org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-
  daemon without a $DISPLAY for X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1298624/+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 1298093] Re: iscsi_trgt: module verification failed

2014-03-27 Thread gmoore777
Just for fun, I un-installed all the iSCSI software:
`sudo apt-get purge iscsitarget iscsitarget-dkms open-iscsi`

Rebooted.

Machine takes about 15 seconds to go from my entering my encryption 
key/passphrase, 
until I see the login dialog on the Lubuntu GUI screen.

So, my 120+ second boot with iSCSI software, is iSCSI-related.

I have uploaded the correcponding .PNG file from bootchart package for
this 15 second boot.

** Attachment added: bootchart corresponding to 15 second boot (no iSCSI s/w 
installed)
   
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1298093/+attachment/4047408/+files/bee005-trusty-20140327-3.png

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

Title:
  iscsi_trgt: module verification failed

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


Re: [Bug 1298280] Re: Update OpenSSH to 6.6

2014-03-27 Thread Colin Watson
I wouldn't be inclined to take feature releases of openssh.  We already
make sure to backport security-relevant changes; openssh upstream are
pretty good about flagging those.

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

Title:
  Update OpenSSH to 6.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1298280/+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 1298624] Re: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

2014-03-27 Thread Mike Spreitzer
This bug is in keystone-client, not keystone.  It is known there as bug
1242992 and there is a workaround in that bug's comment number 6
(https://bugs.launchpad.net/ubuntu/+source/python-
keystoneclient/+bug/1242992/comments/6).

Marking this copy as invalid, I do not see an option to mark it as
duplicate.

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

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

Title:
  dbus.exceptions.DBusException:
  org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-
  daemon without a $DISPLAY for X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1298624/+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 1298739] [NEW] /etc/logrotate.d/apache2 ignores changes to $APACHE_LOG_DIR

2014-03-27 Thread Serhiy Zahoriya
Public bug reported:

I've edited $APACHE_LOG_DIR in the envvars file and in order to make
logrotate work I have to edit /etc/logrotate.d/apache2 also.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apache2 2.4.7-1ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
Apache2ConfdDirListing: False
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Mar 28 04:16:19 2014
SourcePackage: apache2
UpgradeStatus: No upgrade log present (probably fresh install)
error.log: Error: [Errno 2] No such file or directory: 
'/var/log/apache2/error.log'
modified.conffile..etc.apache2.envvars: [modified]
mtime.conffile..etc.apache2.envvars: 2014-03-28T03:54:01.458056

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


** Tags: amd64 apport-bug trusty

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

Title:
  /etc/logrotate.d/apache2 ignores changes to $APACHE_LOG_DIR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1298739/+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 1298559] Re: Internal Server Error after installing MAAS from Trusty daily ISO

2014-03-27 Thread Andres Rodriguez
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

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

Title:
  Internal Server Error after installing MAAS from Trusty daily ISO

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1298559/+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 1298192] Re: hv: Unable to take backups of Generation 2 VMs

2014-03-27 Thread Abhishek Gupta
Please ensure that both server and azure images include the patch.

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

Title:
  hyper-v: Unable to take backups of Generation 2 VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hv-kvp-daemon-init/+bug/1298192/+subscriptions

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


[Bug 1298192] Re: hv: Unable to take backups of Generation 2 VMs

2014-03-27 Thread Abhishek Gupta
No logs required as defect is verified by Microsoft Hyper-V team.

** Summary changed:

- hv: Unable to take backups of Generation 2 VMs
+ hyper-v: Unable to take backups of Generation 2 VMs

** Changed in: hv-kvp-daemon-init (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/1298192

Title:
  hyper-v: Unable to take backups of Generation 2 VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hv-kvp-daemon-init/+bug/1298192/+subscriptions

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


[Bug 1298192] [NEW] hyper-v: Unable to take backups of Generation 2 VMs

2014-03-27 Thread Abhishek Gupta
Public bug reported:

We are unable to take backups of Generation 2 VMs because they include a
FAT 32 EFI partition. This patch ignores such partitions while freezing
the file-system to take a snapshot during the initial stages of the
backup process. Since EFI partition is not expected to be modified
regularly, the ignore functionality should address the problem. Please
include the following upstream patch in the vss daemon:

Tools: hv: vssdaemon: Ignore VFAT mounts during the Freeze operation
If the guest has a FAT file system mounted, skip it during the FREEZE
operation. With this change we can support host initiated backup of
the guest even when the guest may have FAT file systems mounted.

https://git.kernel.org/cgit/linux/kernel/git/next/linux-
next.git/commit/tools/hv/hv_vss_daemon.c?id=f33b215549938f89aebf862b942366d2aa41c191

Thanks,
Abhishek

** Affects: hv-kvp-daemon-init (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Package changed: linux (Ubuntu) = hv-kvp-daemon-init (Ubuntu)

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

Title:
  hyper-v: Unable to take backups of Generation 2 VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hv-kvp-daemon-init/+bug/1298192/+subscriptions

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


[Bug 1298088] Re: battery indicator missing

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

** Changed in: indicator-power (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/1298088

Title:
  battery indicator missing

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

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


[Bug 1264977] Re: Search field disappear in full screen mode

2014-03-27 Thread Bug Watch Updater
** Changed in: evince
   Status: Unknown = Confirmed

** Changed in: evince
   Importance: Unknown = Medium

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

Title:
  Search field disappear in full screen mode

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

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


[Bug 1298195] [NEW] Tumblerd crashed with signal 7 in orc_program_compile_full()

2014-03-27 Thread Neptunia
Public bug reported:

*** Tumblerd crashed with signal 7 in orc_program_compile_full() ***

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: tumbler 0.1.27-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-35.50-generic 3.8.13.13
Uname: Linux 3.8.0-35-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: amd64
CrashCounter: 1
Date: Thu Mar 27 05:43:31 2014
ExecutablePath: /usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
InstallationDate: Installed on 2013-07-13 (256 days ago)
InstallationMedia: Ubuntu 13.04  - Release amd64 (20130428)
MarkForUpload: True
ProcCmdline: /usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd
Signal: 7
SourcePackage: tumbler
StacktraceTop:
 orc_program_compile_full () from /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoconvert.so
 ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoconvert.so
 ?? () from /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0
Title: tumblerd crashed with signal 7 in orc_program_compile_full()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout dip fax floppy fuse lpadmin plugdev 
sambashare tape video

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


** Tags: amd64 apport-crash need-amd64-retrace raring third-party-packages

** Information type changed from Private to Public

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

Title:
  Tumblerd crashed with signal 7 in orc_program_compile_full()

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

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


[Bug 1296405] Re: external monitor works fine until screen turns off

2014-03-27 Thread Jeff Maier
I got a new 27 ViewSonic monitor and the problem has gone away.  Might
be specific to that monitor type.  It was probably 8 years old, so you
can close this if you like.

Keep up the good work!

Jeff

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

Title:
  external monitor works fine until screen turns off

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

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


[Bug 1298195] StacktraceTop.txt

2014-03-27 Thread Apport retracing service
** Attachment added: StacktraceTop.txt
   
https://bugs.launchpad.net/bugs/1298195/+attachment/4046037/+files/StacktraceTop.txt

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

Title:
  Tumblerd crashed with signal 7 in orc_program_compile_full()

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

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


[Bug 1298195] StacktraceSource.txt

2014-03-27 Thread Apport retracing service
** Attachment added: StacktraceSource.txt
   
https://bugs.launchpad.net/bugs/1298195/+attachment/4046036/+files/StacktraceSource.txt

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

Title:
  Tumblerd crashed with signal 7 in orc_program_compile_full()

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

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


[Bug 1298195]

2014-03-27 Thread Apport retracing service
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298195

Title:
  Tumblerd crashed with signal 7 in orc_program_compile_full()

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

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


[Bug 1298195] Stacktrace.txt

2014-03-27 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1298195/+attachment/4046035/+files/Stacktrace.txt

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

Title:
  Tumblerd crashed with signal 7 in orc_program_compile_full()

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

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


[Bug 1298195] ThreadStacktrace.txt

2014-03-27 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1298195/+attachment/4046038/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1298195/+attachment/4046026/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  Tumblerd crashed with signal 7 in orc_program_compile_full()

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

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


[Bug 512220] Re: cupsd crash Closing on unknown HTTP state 0

2014-03-27 Thread Johannes Martin
@Daniel:
Things I would be interested in:
1. Do your VMs have multiple virtual CPUs or just one? If multiple, could you 
reconfigure one of them to only one CPU and check if the problem persists?
2. Could you post the last couple lines (maybe about 100) before a crash from 
your error log ?
3. How do your clients print to the cups servers? Just using lp or lpr or some 
cups aware GUI? I guess since they are Macs, it really is a cups aware GUI, 
which also means they use http requests to figure out the list of printers.

Note:
On ubuntu, we don't need your workaround to restart cups, because upstart is 
configured to restart cups automatically when it crashes (which also made it 
quite hard for me to figure out what was wrong because I didn't notice the 
crashes till I investigated the log files more thoroughly).

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

Title:
  cupsd crash Closing on unknown HTTP state 0

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

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


[Bug 656519] Re: Window management - Alt+Space window accessibility menu should not be accessible by right clicking on a window title bar

2014-03-27 Thread asmoore82
I just stumbled on this bug. Bug #1292168 from me is related but not
duplicate. I felt that I needed to pull over my related comments from
there:

[lower functionality] always *should* have been a part of the standard
window menu so let's go ahead and have it in there. Secondly, if right
click [the title bar] does not expose this menu because of LIM/Indicator
consistency, then let's just go ahead and bring back the window menu as
a standard part of every window decoration. I'm thinking it will
replace/obsolete the always visible minimize/maximize buttons and will
integrate seamlessly with LIM such that opening the window menu and then
mousing right will move right on to File, Edit, View, etc.

This would add a further layer of consistency for windows that do not
support resizing or maximizing. As is, the dedicated maximize button on
them can be taken away leading to slight inconsistency in window
decoration, but with a window menu instead it will always be there and
will simply have the options inside greyed if the window does not
support them.

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

Title:
  Window management - Alt+Space window accessibility menu should not be
  accessible by right clicking on a window title bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/656519/+subscriptions

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


[Bug 1298193] Re: Xorg crashed with SIGABRT in DamageRegister()

2014-03-27 Thread Apport retracing service
*** This bug is a duplicate of bug 1194114 ***
https://bugs.launchpad.net/bugs/1194114

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1194114, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1298193/+attachment/4045997/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1298193/+attachment/4046000/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1298193/+attachment/4046011/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1298193/+attachment/4046013/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1298193/+attachment/4046014/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1298193/+attachment/4046015/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1298193/+attachment/4046016/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1194114
   [hybrid] Xorg crashed with SIGABRT in DamageRegister()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in DamageRegister()

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

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


[Bug 1266179] Re: When `Shift+Alt L` is for switching keyboard layouts, Shift has to be pressed first

2014-03-27 Thread Doctor Rover
Just in case, I confirm that now it works fine in trusty.

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

Title:
  When `Shift+Alt L` is for switching keyboard layouts, Shift has to be
  pressed first

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