[Bug 1298611] Re: [FFe] apparmor signal and ptrace mediation

2014-04-04 Thread Steve Langasek
The debdiff attached for apparmor looks good, aside from missing some
Breaks: on the old versions of the packages that need to go in at the
same time (because their policies will cease to be sufficient once
ptrace/signal mediation support lands).  Jamie has pushed the added
Breaks; once they're available, I'm ok with this going in.

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

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1302349] [NEW] pam_env applies user_envfile twice

2014-04-04 Thread Marko Kohtala
Public bug reported:

I originally noticed this on Ubuntu 12.04 with 1:5.9p1-5ubuntu1.2, but
judging from the sources it seems to be in 1:6.6p1-2 as well.

I added to ~/.pam_environment

PATH DEFAULT=/home/user/bin:${PATH}

When I ssh into the machine it gives the prepended path twice:

$ ssh localhost echo '$PATH'
/home/user/bin:/home/user/bin:...

I'd expect it prepend the path only once.

The latest sources ( ~ubuntu-branches/ubuntu/trusty/openssh/trusty :
/debian/openssh-server.sshd.pam (revision 3264)) contains this:

# Read environment variables from /etc/environment and
# /etc/security/pam_env.conf.
auth   required pam_env.so # [1]
# In Debian 4.0 (etch), locale-related environment variables were moved to
# /etc/default/locale, so read that as well.
auth   required pam_env.so envfile=/etc/default/locale

pam_env loads always first conffile (default
/etc/security/pam_env.conf), and then by default envfile
(/etc/environment) which is in different syntax than the two other and
third the user_envfile (~/.pam_environment). Both of these pam_env lines
then load the same conffile an user_envfile.

If you need to load a fourth configuration file, you can do it without
loading the conffile and user_envfile twice by having these two lines:

auth   required pam_env.so
auth   required pam_env.so conffile=/dev/null 
envfile=/etc/default/locale user_readenv=0

The first line reads the three default files and the second line reads
only the envfile that is changed from the default.

I verified this fix works on Ubuntu 12.04.

This bug seems to be in most other packages as well.

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

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

Title:
  pam_env applies user_envfile twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1302349/+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 1272857] Re: apache2 crashed with SIGSEGV in signal handler called()

2014-04-04 Thread Christian Bachmaier
Calling a python cgi script delivers in error.log (with all regular
ubuntu updates/patches installed):

*** Error in `/usr/sbin/apache2': free(): invalid pointer: 0x7ff1a80004b8 
***
*** Error in `/usr/sbin/apache2': free(): invalid pointer: 0x7ff1a80004b8 
***
*** Error in `/usr/sbin/apache2': free(): invalid pointer: 0x7ff1a8017840 
***
*** Error in `/usr/sbin/apache2': free(): invalid pointer: 0x7ff1a8017840 
***
*** Error in `/usr/sbin/apache2': free(): invalid pointer: 0x7ff1a8015a20 
***
*** Error in `/usr/sbin/apache2': double free or corruption (!prev): 
0x7ff1a80019a0 ***
[Fri Apr 04 08:43:44.969263 2014] [core:notice] [pid 1764:tid 140676438046592] 
AH00051: child pid 1769 exit signal Segmentation fault (11), possible coredump 
in /etc/apache2

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

Title:
  apache2 crashed with SIGSEGV in signal handler called()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1272857/+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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2014-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/apparmor-easyprof-ubuntu

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lightdm - 1.9.14-0ubuntu2

---
lightdm (1.9.14-0ubuntu2) trusty; urgency=medium

  * debian/patches/06_guest_signal_and_ptrace_aa_rules.patch: Grant
permission for guest session processes to signal and ptrace each
other (LP: #1298611)
  * debian/patches/07_guest_proc_pid_stat_aa_rule.patch: Grant permission for
guest session processes to read /proc/PID/stat. This prevents AppArmor
denial messages caused by bamfdaemon and common utilities such as ps and
killall. (LP: #1301625)
 -- Tyler Hicks tyhi...@canonical.com   Thu, 03 Apr 2014 02:48:51 -0500

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

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1272011] Re: MAAS installer doesn't prompt for superuser password and email

2014-04-04 Thread Dave Walker
This was a specific design decision from a workflow direction:
 - Get MAAS up and running and out of DI ASAP, asking minimal (or no) 
questions. Withthe webui guiding next steps.
 - Force side auth via ssh/local rather than allow initial setting via webui, 
to avoid initial install being hijacked
 - Begin to expose users to MAAS command line interface.

I am really not convinced this is a bug, has there been any user
feedback to suggest the current workflow is undesirable?

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

Title:
  MAAS installer doesn't prompt for superuser password and email

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1272011/+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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu9

---
libvirt (1.2.2-0ubuntu9) trusty; urgency=medium

  [ Jamie Strandboge ]
  * updates for AppArmor signals and ptrace mediation (LP: #1298611)
- debian/apparmor/libvirt-qemu: allow guests to receive signals from and
  be tracedby libvirtd (additional signal and ptrace rules come from the
  AppArmor base abstraction)
- debian/apparmor/usr.sbin.libvirtd:
  + grant bare signal and ptrace rule
  + grant dbus on the system bus (should have been added in 13.10)
 -- Tyler Hicks tyhi...@canonical.com   Thu, 03 Apr 2014 02:09:53 -0500

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

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1301809] Re: Report boot images no directory traceback

2014-04-04 Thread Raphaël Badin
** Changed in: maas/1.5
Milestone: 14.04 = None

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

Title:
  Report boot images no directory traceback

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1301809/+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 1301809] Re: Report boot images no directory traceback

2014-04-04 Thread Raphaël Badin
** Changed in: maas/1.5
Milestone: None = 14.04

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

Title:
  Report boot images no directory traceback

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1301809/+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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor - 2.8.95~2430-0ubuntu5

---
apparmor (2.8.95~2430-0ubuntu5) trusty; urgency=medium

  * debian/control: add versioned Breaks to apparmor for lxc, libvirt-bin,
lightdm and apparmor-easyprof-ubuntu

apparmor (2.8.95~2430-0ubuntu4) trusty; urgency=medium

  [ John Johansen, Steve Beattie ]
  * Add userspace support for AppArmor signals and ptrace mediation
(LP: #1298611)
+ debian/patches/mediate-signals.patch,
  debian/patches/change-signal-syntax.patch: Parse signal rules with
  apparmor_parser. See the apparmor.d(5) man page for syntax details.
+ debian/patches/change-ptrace-syntax.patch,
  debian/patches/mediate-ptrace.patch: Parse ptrace rules with
  apparmor_parser. See the apparmor.d(5) man page for syntax details.
+ debian/patches/test-signal-rules.patch,
  debian/patches/test-ptrace-rules.patch,
  debian/patches/update-tests-for-new-semantics.patch: Update existing
  tests and add new tests for signal and ptrace mediation
+ debian/patches/fix-garbage-in-preprocessor-output.patch: Fix bug causing
  apparmor_parser preprocessor output to contain garbage after include
  statements
+ debian/patches/fix-double-comma-in-preprocessor-output.patch: Fix bug
  causing apparmor_parser preprocessor output to contain double commas
  after some rules
+ debian/patches/symtab-tests-and-seenlist-bug.patch,
  debian/patches/add-profile-name-variable.patch: Add ${profile_name}
  variable for use in profiles when rules need to specify the current
  profile's name. This is useful for signal and ptrace rules that specify
+ debian/patches/fix-names-treated-as-condlistid.patch: Fix
  apparmor_parser bug that caused mount and dbus rules to fail for sets of
  values

  [ Jamie Strandboge ]
  * debian/patches/update-base-abstraction-for-signals-and-ptrace.patch:
Adjust the base abstraction for signals and ptrace mediation. Profiles
that use the base abstraction can deny any of the granted permissions to
achieve tighter confinement.
  * debian/patches/manpage-signal-ptrace.patch: Update the apparmor.d man
page to document signal rules, ptrace rules, and variables for use in
AppArmor profiles
  * debian/patches/dnsmasq-libvirtd-signal-ptrace.patch: Update the dnsmasq
profile to allow libvirtd to send signals to and ptrace read the dnsmasq
process
  * debian/patches/update-chromium-browser.patch: Adjust the chromium-browser
profile for permissions needed in newer chromium-browser versions and add
the rules needed for AppArmor ptrace mediation

  [ Tyler Hicks ]
  * Add new rule type support to aa.py to fix tracebacks when using the Python
utilities in apparmor-utils on systems with AppArmor profiles containing
previously unsupported rule types
- debian/patches/python-utils-file-support.patch: Support path rules
  containing the file prefix (LP: #1295346)
- debian/patches/python-utils-signal-support.patch: Parse and write signal
  rules (LP: #1300316)
- debian/patches/python-utils-ptrace-support.patch: Parse and write ptrace
  rules (LP: #1300317)
- debian/patches/python-utils-pivot_root-support.patch: Parse and write
  pivot_root rules (LP: #1298678)
 -- Jamie Strandboge ja...@ubuntu.com   Fri, 04 Apr 2014 01:07:24 -0500

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.2-0ubuntu2

---
lxc (1.0.2-0ubuntu2) trusty; urgency=medium

  * updates for AppArmor signal and ptrace mediation (LP: #1298611)
- debian/patches/apparmor-signal-ptrace.patch: add signal and ptrace rules
  to abstractions/container-base and abstractions/start-container
- debian/rules: remove signal and ptrace rules for Ubuntu releases earlier
  than 14.04 LTS
 -- Jamie Strandboge ja...@ubuntu.com   Thu, 03 Apr 2014 07:06:56 -0500

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

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

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1298611] Re: [FFe] apparmor signal and ptrace mediation

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor-easyprof-ubuntu - 1.1.14

---
apparmor-easyprof-ubuntu (1.1.14) trusty; urgency=medium

  * 1.1/webview: update for ptrace and signal mediation (LP: #1298611)
  * debian/control: Depends on apparmor = 2.8.95~2430-0ubuntu4
 -- Jamie Strandboge ja...@ubuntu.com   Thu, 03 Apr 2014 15:19:23 -0500

** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFe] apparmor signal and ptrace mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1298611/+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 1302436] [NEW] cgmanager saturates one core

2014-04-04 Thread Rolf Leggewie
Public bug reported:

Over the past few days I've experienced the cgmanager binary saturating
all CPU cycles on a single core on several occasions until I rebooted
the machine. htop showed 100% of CPU cycles used.

Up-to-date trusty installation

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


** Tags: trusty

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

Title:
  cgmanager saturates one core

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1302436/+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 1231339] Re: keystone s3_token middleware not usable

2014-04-04 Thread James Page
** Changed in: swift (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  keystone s3_token middleware not usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1231339/+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-04-04 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 02/04/14 06:38, John A Meinel wrote:
 I *really* feel like there is a clearcut win to separating what is 
 juju the client CLI application that you would install on your
 desktop from jujud the server tools that get installed on the
 machines that are launched. I think jujud the binary should be in
 the juju-local package, and it would make lots of sense to keep
 juju-local in Universe (as it also allows juju-mongodb to stay in
 Universe, rsyslog- gnutls, cpu-checker, kvm and LXC support can all
 be brought in by the juju-local package, and *not* by the
 relatively small juju package.)

I'm not sure this is clear-cut at-all - juju-mongodb + other deps are
used in Juju deployed services outside of the local provider and we
want to be able to provide support and security updates in these
environments as well - not just for the local provider.

- -- 
James Page
Ubuntu and Debian Developer
james.p...@ubuntu.com
jamesp...@debian.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJTPodVAAoJEL/srsug59jDhYcP/RGY9JhW6lRVkfh3OLQAa4HV
ygCTDD6hi0S7xBYiRb5XEQ4n8pMPIjabtifBFesZdMo1QieYC4qeqs/s7yiJPro6
mACr6EE/kCNsCtbW+1mO+EXgz/vzXslHjVyIE/OKfPt96O1jwTnAdH1pT0ZAnd0N
Du8jMZ8bZ8b8fCdSmhtX4MlBT1axQxcmd0NLnuiosh7xagPK8ZVT+LBqoAC4+HQq
qazM6Cxn2yx+dOlWE2cauMQTpJzzp1uwC5qIFil8tgkJ5VmhqDthk+g7oIKIBqHD
i5zsIXxpeLz5iouYFYxh22rTY1unf+T1VYudA+TQfoRJIr9iEsBtNlm/RNX1hmzY
1olLVD5y7R6G5QrzDd9XtkObUXRf1PJW/zZ5Klu6V52yUricCp4tCoK3NEaXCD4P
8Ws1NXElpQSzKWS1EAjF18b5EQ1FWzBLE8znc1NG81uNzj0kKJjw/Rffq5lcNsVN
WmlAVNbGtzFvHZnnJ56B7MC+H5y7OsOCCqW1p5Bnn/3BuMwr4qGgjUyWTtSvh14s
iHGDLmSvlV+8jiN7wEjuZWRFQjBv1oUwIQ3+IDBb0KUROxp6AigCwJ7E2m38PxAe
SMYPRUOL2JeLcDeAL9CO23B8VKflygt7DqA+TBxHtBjp0gDAjfm7xyMaz4OiQwcb
xeUI/U+N3QP/0m6JurqA
=fvnt
-END PGP SIGNATURE-

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


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

2014-04-04 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 02/04/14 15:18, Matthias Klose wrote:
 - Stop bundling every source in juju-core.

I think the dh-golang helper, albeit with golang gc as the default, is
now sufficiently developed to support this for juju-core; however this
ties heavily into how jujud tools are distributed as we could end up
with a situation where the jujud built in the Ubuntu archive != jujud
built for distribution in simplestreams.

I've been thinking about this over the last few days and I can't see a
route to main for juju-core unless the jujud bits are always built
in-archive - these could still potentially be distributed via
simplestreams to support the versioned tools approach that juju takes
- - probably worth covering how this works for the benefit of others.

When a user bootstraps and environment, a tool version selection is
made based on the best compatible tools for the client version - so a
juju client at 1.17.7 would always pick from 1.17.x; the environment
sticks to this version for all new units even if there is a new 1.17.x
release - the administrator of the environment initiates an upgrade to
this new version using juju:

   juju upgrade-juju myenv

at which point the jujud daemons on the service units pickup the new
version, perform any upgrade steps and restart with the new version of
the binary.  This allows the juju-core development team to have direct
control over what happens during an upgrade and how its orchestrated
across a running environment.

I think this is a unique feature which is extremely hard to address in
the packaging space and is very useful for end-users.

However this does complicate updates of any kind; thinking in the
context of a security update in a world where all juju-core
dependencies are in separate packages and juju-core is still
statically linked, the security update in the dependency requires a
rebuild of juju-core - however this must bump the version of juju-core
otherwise its not possible to effectively distribute new tools via
simplestreams.

Right now addressing an update/bug/security fix has to be done
in-conjunction with juju-core upstream (as all dependencies are
currently bundled in the source tree) so that tools and distro
binaries stay in sync (hence the need for a MRE for juju-core which I
will be submitting soon).

Patching the distro package fixes issues for those using the local
provider or using --upload-tools, but not 'normal' users consuming
tool binaries from simplestreams.

I guess if juju understood how to interrogate package versions from
the archive, it might be possible to always build a version namespaced
binary package, e.g. juju-core-1.17.8, so that the archive would
retain a history of juju-core versions, allowing juju to pick a) the
current version it needs and b) upgrade to a new version if available.

- -- 
James Page
Ubuntu and Debian Developer
james.p...@ubuntu.com
jamesp...@debian.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJTPoyTAAoJEL/srsug59jDC1kQAM70KG8V8FHRcnhekOyjCtH6
MUBJIMLi6JIcUn6g8rQ6XSqaVehlfa4bEAZV2sj2RcVr0vhC3TPWAEnfkmdfZAew
LPvnPX3GaHuw217MFtYCB3e+bwGH3CFQ7YWizy3kut2JhhLvcEC7X1SbKyQ4Wtr4
EjwDE1BD/tuN3V/COy+sg0FOnmoUYS3JBuvS2s24wCy8oSPnZDcB+tmTuerwPLlH
ZYE6R4PJlYtbtq20n1SRK6u61ceyfip8OScBu4D7Nkajmz5sgT0qxPEDL4C8rvr6
HV/rtTCmnyJILxsy1Ic8ylFRdvUFwgSfv9rOHlKt3kJd5e7lxOx4r0/8lYq/mge1
NOVz4u/WMWktrqS4EVA1uXhVvYUXEigvSEJE1J3w/wZP7DpvOZMshcIwAsqF//r0
Un3t7NZQ/AzsV+Lrts0iiqpcK1HhJ+6C7GFbJAg20/T29eSV+5m90pZ5tUSaBvOP
zN6q5gCNR6agMNY6mbM4FJFjKxXVeX8nDCXGTl1V5f243OpmnpPufUSXMFsaiWMV
6+RlXj+8mCkQSabxTKBjtzyvSi3Q9CFMkxXc3sDBKSITlKSVEIhO39NK0xLz14y1
ye+pttaEf78DzE9BFo2a2Ot31J6tvOf2HF5jqA0K/yYwUCIks3/mPeJYc0g1WwID
q2XnBokObDb7OvpliHte
=t2vu
-END PGP SIGNATURE-

-- 
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 1115335] Re: hg displays errors in pre-commit.d/20warn-problem-files

2014-04-04 Thread Laurent Voisin
I've spent two hours this morning chasing this bug.

The cause that triggered the bug was that the /etc repository had been
cloned by a sysadmin to another directory in the same filesystem.
Therefore, to save space, Mercurial had made hardlinks on almost all the
files in the repository thus triggering a line

  abort: path contains illegal component

for each file in the Mercurial repository.

The last patch seems perfect to me.

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

Title:
  hg displays errors in pre-commit.d/20warn-problem-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1115335/+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 1302523] [NEW] check_apt: Please port to make use of libapt-pkg

2014-04-04 Thread Jan Wagner
Public bug reported:

As stated in #1031680[1], to get check_apt a bit more reliable, it would
be totally great to make use of an API, for example libapt-pkg[2].
Please contribute via Pull Request[3] on the upstream project.

[1] 
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1031680/comments/13
[2] http://packages.debian.org/wheezy/libapt-pkg4.12
[3] https://github.com/monitoring-plugins/monitoring-plugins/pulls

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: nagios-plugins (Debian)
 Importance: Undecided
 Status: New

** Also affects: nagios-plugins (Debian)
   Importance: Undecided
   Status: New

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

Title:
  check_apt: Please port to make use of libapt-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1302523/+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 1302523] Re: check_apt: Please port to make use of libapt-pkg

2014-04-04 Thread Robie Basak
Volunteers welcome!

** Changed in: nagios-plugins (Ubuntu)
   Status: New = Triaged

** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  check_apt: Please port to make use of libapt-pkg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1302523/+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 1300548] Re: tgt targets do not persist after a reboot

2014-04-04 Thread Gavin Panella
** Changed in: maas
   Status: Triaged = Fix Committed

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

Title:
  tgt targets do not persist after a reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300548/+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 1302557] [NEW] bootstrapping local environment as none root doesn't work

2014-04-04 Thread Thibaut Brandscheid
Public bug reported:

OS: Ubuntu GNOME 14.04 64-Bit in VirtualBox

Guide: https://juju.ubuntu.com/docs/config-LXC.html

What I did:
sudo apt-get install juju-core juju-local
juju generate-config
juju switch local

sudo juju bootstrap → ERROR bootstrapping a local enviroment must not be done 
as root
juju bootstrap → panic: runtime error: invalid memory address or nil pointer 
dereference

I didn't use the PPA juju version, because I thought the version for the
next LTS should work too, but it doesn't.

What I would like to do:
Bootstraping a local juju environment to lern how to use juju.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: juju (not installed)
ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
Uname: Linux 3.13.0-22-generic x86_64
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Apr  4 14:08:09 2014
InstallationDate: Installed on 2014-03-28 (7 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Beta amd64 
(20140326.1)
SourcePackage: juju-core
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: juju-core (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 juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1302557

Title:
  bootstrapping local environment as none root doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1302557/+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 1302294] Re: Ubuntu 14.04.1 DVD images for MAAS

2014-04-04 Thread Robie Basak
Thanks Dustin. This sounds like a good idea. I suppose we'll want to
build a simplestreams mirror into the installation, perhaps by putting
one on the ISO and mirroring over into the installation or something.

Do we need a blueprint to track this? I imagine there are various pieces
that need to fit together for this to work.

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

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

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

Title:
  Ubuntu 14.04.1 DVD images for MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1302294/+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 1302349] Re: pam_env applies user_envfile twice

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

This sounds reasonable to me. I wondered about /etc/skel/.profile, which
also prepends ~/bin, but I think this is a red herring since in your
case you aren't getting a login shell, and I verified this on my machine
with ssh localhost echo '$PATH' not including ~/bin on my system,
where I haven't added a ~/.pam_environment as you have.

So as far as I can tell, this is a valid bug, and should be fixed as you
have proposed. I'm not confident enough in my own understanding to push
for this myself though; I'd like to hear a second opinion from Colin or
someone.

Setting Importance: Medium as a workaround is available.

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

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

Title:
  pam_env applies user_envfile twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1302349/+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 1302349] Re: pam_env applies user_envfile twice

2014-04-04 Thread Robie Basak
 This bug seems to be in most other packages as well.

Perhaps we need to figure out and validate which packages exactly, and
create tasks for each of them?

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

Title:
  pam_env applies user_envfile twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1302349/+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 1301909] Re: check_disk reports wrong inode usage

2014-04-04 Thread Robie Basak
** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  check_disk reports wrong inode usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1301909/+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] Re: /etc/logrotate.d/apache2 ignores changes to $APACHE_LOG_DIR

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

It would certainly be nice for logrotate to automatically pick up
changes to /etc/apache2/envvars in case of local changes, but I'm not
sure it's possible to configure logrotate to examine
/etc/apache2/envvars at all. I don't see any mechanism in the logrotate
configuration file format to do this.

I think it would be reasonable to say that a sysadmin who wants to
change the log directory must change all appropriate locations,
including /etc/logrotate.d/apache2, as part of the interface currently
provided by packaging.

So while it would be nice for this to be automatic somehow, I think this
a wishlist item as that is not the current interface. It's additionally
complex to arrange without an existing mechanism for logrotate to
dynamically peek into other packages' configuration files as part of its
own configuration.

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

-- 
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 1302557] Re: bootstrapping local environment as none root doesn't work

2014-04-04 Thread Thibaut Brandscheid
** Description changed:

  OS: Ubuntu GNOME 14.04 64-Bit in VirtualBox
+ juju-core: 1.16.6-0ubuntu1
  
  Guide: https://juju.ubuntu.com/docs/config-LXC.html
  
  What I did:
  sudo apt-get install juju-core juju-local
  juju generate-config
  juju switch local
  
  sudo juju bootstrap → ERROR bootstrapping a local enviroment must not be done 
as root
  juju bootstrap → panic: runtime error: invalid memory address or nil pointer 
dereference
  
  I didn't use the PPA juju version, because I thought the version for the
  next LTS should work too, but it doesn't.
  
  What I would like to do:
  Bootstraping a local juju environment to lern how to use juju.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: juju (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Apr  4 14:08:09 2014
  InstallationDate: Installed on 2014-03-28 (7 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Beta amd64 
(20140326.1)
  SourcePackage: juju-core
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  OS: Ubuntu GNOME 14.04 64-Bit in VirtualBox
  juju-core: 1.16.6-0ubuntu1
  
  Guide: https://juju.ubuntu.com/docs/config-LXC.html
  
  What I did:
  sudo apt-get install juju-core juju-local
  juju generate-config
  juju switch local
  
  sudo juju bootstrap → ERROR bootstrapping a local enviroment must not be done 
as root
  juju bootstrap → panic: runtime error: invalid memory address or nil pointer 
dereference
  
  I didn't use the PPA juju version, because I thought the version for the
  next LTS should work too, but it doesn't.
  
+ Edit:
+ The juju version in the trusty is currently the same as in the PPA.
+ 
  What I would like to do:
  Bootstraping a local juju environment to lern how to use juju.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: juju (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Apr  4 14:08:09 2014
  InstallationDate: Installed on 2014-03-28 (7 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Beta amd64 
(20140326.1)
  SourcePackage: juju-core
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  OS: Ubuntu GNOME 14.04 64-Bit in VirtualBox
  juju-core: 1.16.6-0ubuntu1
  
  Guide: https://juju.ubuntu.com/docs/config-LXC.html
  
  What I did:
  sudo apt-get install juju-core juju-local
  juju generate-config
  juju switch local
  
  sudo juju bootstrap → ERROR bootstrapping a local enviroment must not be done 
as root
  juju bootstrap → panic: runtime error: invalid memory address or nil pointer 
dereference
  
  I didn't use the PPA juju version, because I thought the version for the
  next LTS should work too, but it doesn't.
  
  Edit:
- The juju version in the trusty is currently the same as in the PPA.
+ The juju version in trusty is currently the same as in the PPA.
  
  What I would like to do:
  Bootstraping a local juju environment to lern how to use juju.
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: juju (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Apr  4 14:08:09 2014
  InstallationDate: Installed on 2014-03-28 (7 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Beta amd64 
(20140326.1)
  SourcePackage: juju-core
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  bootstrapping local environment as none root doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1302557/+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 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-04 Thread Thierry Carrez
** Changed in: oslo
   Status: In Progress = 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/1301036

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+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 1300548] Re: tgt targets do not persist after a reboot

2014-04-04 Thread Gavin Panella
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  tgt targets do not persist after a reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300548/+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 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-04-04 Thread Thierry Carrez
** Changed in: oslo
   Status: Fix Committed = Fix Released

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

Title:
  db migrate script to set charset=utf8 for all tables

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+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 1007658] Re: Screen crashed during do-release-upgrade, won't resume

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

** 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/1007658

Title:
  Screen crashed during do-release-upgrade, won't resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1007658/+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 1302575] [NEW] Meta bug for tracking Openstack 2013.2.3 Stable Update

2014-04-04 Thread Chuck Short
Public bug reported:

This is a meta-bug used for tracking progress of the 2013.1.1 Grizzly
stable update to Nova, Horizon, Keystone, Cinder, Neutron, Ceilometer,
and Heat in Ubuntu 13.10.

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

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

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

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

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

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

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

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

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

** Affects: ceilometer (Ubuntu Saucy)
 Importance: Undecided
 Status: New

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

** Affects: glance (Ubuntu Saucy)
 Importance: Undecided
 Status: New

** Affects: heat (Ubuntu Saucy)
 Importance: Undecided
 Status: New

** Affects: horizon (Ubuntu Saucy)
 Importance: Undecided
 Status: New

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Title:
  Meta bug for tracking Openstack 2013.2.3 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1302575/+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 1292548] Re: smb.conf contains valid users = %S in [global]

2014-04-04 Thread Raoul Bhatia
2:4.1.6+dfsg-1ubuntu1 works in my home environment.

Cheers,
Raoul

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

Title:
  smb.conf contains valid users = %S in [global]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1292548/+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 1302174] Re: Booting mako hangs randomly right after run-init

2014-04-04 Thread Oliver Grawert
for lxc-android-config i will apply http://paste.ubuntu.com/7203232/
now, and additionally open a task for cgmanager


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

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

** Changed in: cgmanager (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Summary changed:

- Booting mako hangs randomly right after run-init
+ Booting mako hangs randomly with cgmanager installed

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

Title:
  Booting mako hangs randomly with cgmanager installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1302174/+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 1286194] Re: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2: openvswitch kernel module failed to build

2014-04-04 Thread James Page
Please could you use the openvswitch-datapath-lts-raring-dkms package
instead as openvswitch-datapath-dkms is not compatible with the 3.8
kernel.

See javacruft.wordpress.com/2013/08/21/openvswitch-for-
ubuntu-12-04-3-lts/ for more details.

Thanks!

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

Title:
  openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2: openvswitch kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1286194/+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 1286194] Re: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2: openvswitch kernel module failed to build

2014-04-04 Thread James Page
** Changed in: openvswitch (Ubuntu)
   Status: Confirmed = 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/1286194

Title:
  openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.2: openvswitch kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1286194/+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 1302174] Re: Booting mako hangs randomly with cgmanager installed

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc-android-config - 0.158

---
lxc-android-config (0.158) trusty; urgency=medium

  * revert to using cgroup-lite, with cgmanager running we get random hard
hangs of the system during image testing (LP: #1302174)
  * ship .override files for cgmanager and cgproxy
  * switch the package dependency back from cgmanager to cgroup-lite
 -- Oliver Grawert o...@ubuntu.com   Fri, 04 Apr 2014 15:13:45 +0200

** Changed in: lxc-android-config (Ubuntu)
   Status: Confirmed = 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/1302174

Title:
  Booting mako hangs randomly with cgmanager installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1302174/+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 1262225] Re: openvswitch 1.4.6 is not compatible with the 3.11 saucy HWE kernel

2014-04-04 Thread James Page
ubuntu@juju-jamespage-machine-21:~/openvswitch-lts-saucy-1.10.2/debian/tests$ 
sudo ./openflow
 * Stopping ovs-controller ovs-controller
   ...done.
INFO:root:Creating controllers
INFO:root:Creating switches
INFO:root:Creating hosts (7 on each switch)
INFO:root:Creating links
INFO:root:Starting network
INFO:root:Running TCP performance test
*** Iperf: testing TCP bandwidth between h1 and h14
waiting for iperf to start up...*** Results: ['8.76 Gbits/sec', '8.77 
Gbits/sec']
INFO:root:Stopping network
.INFO:root:Creating controllers
INFO:root:Creating switches
INFO:root:Creating hosts (7 on each switch)
INFO:root:Creating links
INFO:root:Starting network
INFO:root:Running UDP performance test
*** Iperf: testing UDP bandwidth between h1 and h14
*** Results: ['10M', '10.0 Mbits/sec', '10.0 Mbits/sec']
INFO:root:Stopping network
.INFO:root:Creating controllers
INFO:root:Creating switches
INFO:root:Creating hosts (7 on each switch)
INFO:root:Creating links
INFO:root:Starting network
INFO:root:Testing network
*** Ping: testing ping reachability
h1 - h2 h3 h4 h5 h6 h7 h8 h9 h10 h11 h12 h13 h14 
h2 - h1 h3 h4 h5 h6 h7 h8 h9 h10 h11 h12 h13 h14 
h3 - h1 h2 h4 h5 h6 h7 h8 h9 h10 h11 h12 h13 h14 
h4 - h1 h2 h3 h5 h6 h7 h8 h9 h10 h11 h12 h13 h14 
h5 - h1 h2 h3 h4 h6 h7 h8 h9 h10 h11 h12 h13 h14 
h6 - h1 h2 h3 h4 h5 h7 h8 h9 h10 h11 h12 h13 h14 
h7 - h1 h2 h3 h4 h5 h6 h8 h9 h10 h11 h12 h13 h14 
h8 - h1 h2 h3 h4 h5 h6 h7 h9 h10 h11 h12 h13 h14 
h9 - h1 h2 h3 h4 h5 h6 h7 h8 h10 h11 h12 h13 h14 
h10 - h1 h2 h3 h4 h5 h6 h7 h8 h9 h11 h12 h13 h14 
h11 - h1 h2 h3 h4 h5 h6 h7 h8 h9 h10 h12 h13 h14 
h12 - h1 h2 h3 h4 h5 h6 h7 h8 h9 h10 h11 h13 h14 
h13 - h1 h2 h3 h4 h5 h6 h7 h8 h9 h10 h11 h12 h14 
h14 - h1 h2 h3 h4 h5 h6 h7 h8 h9 h10 h11 h12 h13 
*** Results: 0% dropped (0/182 lost)
INFO:root:Stopping network
.
--
Ran 3 tests in 16.093s

OK
ubuntu@juju-jamespage-machine-21:~/openvswitch-lts-saucy-1.10.2/debian/tests$ 
dmesg | grep datapath
[  219.855329] openvswitch: Open vSwitch switching datapath 1.10.2, built Apr  
4 2014 13:57:18
ubuntu@juju-jamespage-machine-21:~/openvswitch-lts-saucy-1.10.2/debian/tests$ 
uname -a
Linux juju-jamespage-machine-21 3.11.0-19-generic #33~precise1-Ubuntu SMP Wed 
Mar 12 21:16:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
ubuntu@juju-jamespage-machine-21:~/openvswitch-lts-saucy-1.10.2/debian/tests$ 
apt-cache policy openvswitch-datapath-lts-saucy-dkms 
openvswitch-datapath-lts-saucy-dkms:
  Installed: 1.10.2-0ubuntu2~ubuntu12.04.1
  Candidate: 1.10.2-0ubuntu2~ubuntu12.04.1
  Version table:
 *** 1.10.2-0ubuntu2~ubuntu12.04.1 0
500 http://archive.ubuntu.com/ubuntu/ precise-proposed/universe amd64 
Packages
100 /var/lib/dpkg/status


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

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

Title:
  openvswitch 1.4.6 is not compatible with the 3.11 saucy HWE kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1262225/+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 1292548] Re: smb.conf contains valid users = %S in [global]

2014-04-04 Thread Robie Basak
*** This bug is a duplicate of bug 1261873 ***
https://bugs.launchpad.net/bugs/1261873

Roaul,

Thank you very much! I really appreciate your help in with this bug.
Since this seems to have the same root cause as bug 1261873 then, and
was fixed with the same fix, I'll mark this as a duplicate now.

** This bug has been marked a duplicate of bug 1261873
   [trusty] usershare access denied error (leads to non working nautilus 
samba sharing)

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

Title:
  smb.conf contains valid users = %S in [global]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1292548/+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 1302633] [NEW] pacemaker: Discarding cib_apply_diff message (number) from server: not in our membership

2014-04-04 Thread Chris J Arges
Public bug reported:

[Impact]

 * Using 12.04 version of pacemaker in a VMWare enviornment will occasionally 
not sync on reboot.
 * The error message warning: cib_peer_callback: DDiscarding cib_apply_diff 
message (number) from server: not in our membership is present in log 
files.
 * It is expected the pacemaker syncs properly on reboot.

[Test Case]

 * Run 12.04 pacemaker in a VMWare environment and reboot multiple times.
 * This blog post has a decent write up on what happens: 
http://www.tomas.cat/blog/en/troubleshooting-pacemaker-discarding-cibapplydiff-message-xxx-server2-not-our-membership
 

[Regression Potential]

 * The patch
https://github.com/ClusterLabs/pacemaker/commit/03f6105592281901cc10550b8ad19af4beb5f72f
has been identified as solving the issue. This patch is present in
pacemake-1.1.7 and beyond. This this code is in the quantal version and
beyond.

** Affects: pacemaker (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: pacemaker (Ubuntu Precise)
 Importance: Medium
 Assignee: Chris J Arges (arges)
 Status: In Progress

** Also affects: pacemaker (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Changed in: pacemaker (Ubuntu Precise)
 Assignee: (unassigned) = Chris J Arges (arges)

** Changed in: pacemaker (Ubuntu Precise)
   Importance: Undecided = Medium

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

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

Title:
  pacemaker: Discarding cib_apply_diff message (number) from server:
  not in our membership

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1302633/+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 1296289] Re: smb.conf contains valid users = %S in [global]

2014-04-04 Thread Robie Basak
*** This bug is a duplicate of bug 1261873 ***
https://bugs.launchpad.net/bugs/1261873

** This bug is no longer a duplicate of bug 1292548
   smb.conf contains valid users = %S in [global]
** This bug has been marked a duplicate of bug 1261873
   [trusty] usershare access denied error (leads to non working nautilus 
samba sharing)

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

Title:
  smb.conf contains valid users = %S in [global]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1296289/+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 1302229] [NEW] cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

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

[SRU Justification]

[Explanation] SRU for 1292648 added the ability Cloud-init to format
ephemeral devices when a new ephemeral device was put into place. The
backport used util.* instead of futil.*.

[IMPACT] Cloud-init stack traces when attempting unmount a device that is not 
mounted
Cloud-init tries to unmount the default ephemeral disk and uses try/except 
method. Since the wrong util is used, it will stack trace, preventing users 
from provisioning on Windows Azure. 

[TEST-CASE]
1. Build new image from scratch
2. Boot, it should work with ephemeral mounted

 
Latest Cloud-init on Windows Azure fails to provision on Windows Azure due to 
incorrect import. 

2014-04-03 21:53:24,330 - __init__.py[WARNING]: get_data of DataSourceAzureNet 
raised 'module' object has no attribute 'ProcessExecutionError'
2014-04-03 21:53:24,374 - util.py[DEBUG]: Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/cloudinit/__init__.py, line 215, in 
get_data_source
if s.get_data():
  File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceAzure.py, line 
215, in get_data
cc_modules_override = support_new_ephemeral(self.sys_cfg)
  File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceAzure.py, line 
288, in support_new_ephemeral
except util.ProcessExecutionError as e:
AttributeError: 'module' object has no attribute 'ProcessExecutionError'

2014-04-03 21:53:24,374 - __init__.py[DEBUG]: Did not find data source. 
searched classes: ['DataSourceAzureNet']
(END)

** Affects: cloud-init (Ubuntu)
 Importance: High
 Assignee: Ben Howard (utlemming)
 Status: Confirmed


** Tags: bot-comment patch
-- 
cloud-init datasource uses util.ProcessExecutionError instead of 
futil.ProcessExecutionError
https://bugs.launchpad.net/bugs/1302229
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to cloud-init 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 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-04 Thread Ben Howard
** Package changed: ubuntu = cloud-init (Ubuntu)

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

Title:
  cloud-init datasource uses util.ProcessExecutionError instead of
  futil.ProcessExecutionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1302229/+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 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-04 Thread Jurjen Bokma
** Patch added: output of diff -u krb5.aug.old 
/usr/share/augeas/lenses/dist/krb5.aug
   
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1302638/+attachment/4065670/+files/krb5.aug.patch

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

Title:
  augeas-tools fails to parse krb5.conf (solution provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1302638/+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 1302638] [NEW] augeas-tools fails to parse krb5.conf (solution provided)

2014-04-04 Thread Jurjen Bokma
Public bug reported:

In Trusty, augtool doesn't parse the default /etc/krb5.conf
There are multiple issues. The lens cannot handle some keywords, it cannot 
handle heading digits in realm names, and it cannot handle lowercase realms in 
the [realms] section. After the following patch, it can, and does handle the 
default krb5.conf. It still doesn't handle all input that is valid to the 
library, but I don't mind if you ignore that.

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

** Patch added: Patch taken with diff -u krb5.aug.old 
/usr/share/augeas/lenses/dist/krb5.aug
   
https://bugs.launchpad.net/bugs/1302638/+attachment/4065661/+files/krb5.aug.patch.gz

** Patch removed: Patch taken with diff -u krb5.aug.old 
/usr/share/augeas/lenses/dist/krb5.aug
   
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1302638/+attachment/4065661/+files/krb5.aug.patch.gz

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

Title:
  augeas-tools fails to parse krb5.conf (solution provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1302638/+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 1284718] Re: interface-attach to external network a) works and b) results in undeletable instances

2014-04-04 Thread Thierry Carrez
** Changed in: nova
   Status: Confirmed = In Progress

** Changed in: nova
Milestone: None = icehouse-rc2

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

Title:
  interface-attach to external network a) works and b) results in
  undeletable instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1284718/+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 1284718] Re: interface-attach to external network a) works and b) results in undeletable instances

2014-04-04 Thread Mark McClain
** No longer affects: neutron

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

Title:
  interface-attach to external network a) works and b) results in
  undeletable instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1284718/+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 1300026] Re: Enlistment/commissioning boot no longer works

2014-04-04 Thread Roderick Smith
This bug seems to be back. I initially overlooked this report, so I
filed another one:

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

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

Title:
  Enlistment/commissioning boot no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300026/+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 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-04 Thread Ben Howard
Testing linked branch against a PPA build to confirm that this works.

** Branch linked: lp:~utlemming/ubuntu/precise/cloud-init/lp1302229

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

Title:
  cloud-init datasource uses util.ProcessExecutionError instead of
  futil.ProcessExecutionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1302229/+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 1299055] Re: Standing FFe for icehouse

2014-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/swift

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

Title:
  Standing FFe for icehouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1299055/+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 1302575] Re: Meta bug for tracking Openstack 2013.2.3 Stable Update

2014-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~corey.bryant/horizon/2013.2.3

** Branch linked: lp:~corey.bryant/keystone/2013.2.3

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

Title:
  Meta bug for tracking Openstack 2013.2.3 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1302575/+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 1300878] Re: panic while renaming file

2014-04-04 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

** Changed in: samba
   Importance: Unknown = Medium

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

Title:
  panic while renaming file

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1300878/+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 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-04 Thread Brian Murray
** Also affects: cloud-init (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  cloud-init datasource uses util.ProcessExecutionError instead of
  futil.ProcessExecutionError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1302229/+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 802117] Re: juju ssh/scp commands cause spurious key errors

2014-04-04 Thread Stuart Bishop
A less obvious problem is that an invalid host key causes SSH tunneling
to be disabled.

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

Title:
  juju ssh/scp commands cause spurious key errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/802117/+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 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-04 Thread Ben Howard
Confirmed test-cases using the linked branch.

** Description changed:

  [SRU Justification]
  
  [Explanation] SRU for 1292648 added the ability Cloud-init to format
  ephemeral devices when a new ephemeral device was put into place. The
  backport used util.* instead of futil.*.
  
  [IMPACT] Cloud-init stack traces when attempting unmount a device that is not 
mounted
- Cloud-init tries to unmount the default ephemeral disk and uses try/except 
method. Since the wrong util is used, it will stack trace, preventing users 
from provisioning on Windows Azure. 
+ Cloud-init tries to unmount the default ephemeral disk and uses try/except 
method. Since the wrong util is used, it will stack trace, preventing users 
from provisioning on Windows Azure.
  
- [TEST-CASE]
+ [TEST-CASE #1] Scratch Boot
  1. Build new image from scratch
- 2. Boot, it should work with ephemeral mounted
+ 2. Boot, it should work with ephemeral0 mounted
  
-  
- Latest Cloud-init on Windows Azure fails to provision on Windows Azure due to 
incorrect import. 
+ [TEST-CASE #2] Replace ephemeral0
+ 1. Using test-case #1 instance, remove /dev/sdb1 from /etc/fstab
+ 2. Run wipefs --all /dev/sdb1; reboot; device should not be mounted nor 
should it appear in /etc/fstab
+ 3. Run mkfs.ext4 /dev/sdb1; reboot; device should not be mounted nor should 
it appear in /etc/fstab
+ 4. Run mkfs.ntfs -L 'Temporary Storage'; mount /dev/sdb1 /mnt; touch 
/mnt/test; reboot; device should not be mounted nor should it appear in 
/etc/fstab
+ 5. Run mount /dev/sdb1 /mnt; rm /mnt/test; reboot; /dev/sdb1 should be 
mounted w/ ext4 fs and on /mnt
+ 
+ [TEST-CASE #3] Re-bundle Image
+ 1. Build new image from scratch
+ 2. Boot
+ 3. Capture VM
+ 4. Boot Captured VM, it should have ephemeral0 mounted
+ 
+ 
+ Latest Cloud-init on Windows Azure fails to provision on Windows Azure
+ due to incorrect import.
  
  2014-04-03 21:53:24,330 - __init__.py[WARNING]: get_data of 
DataSourceAzureNet raised 'module' object has no attribute 
'ProcessExecutionError'
  2014-04-03 21:53:24,374 - util.py[DEBUG]: Traceback (most recent call last):
    File /usr/lib/python2.7/dist-packages/cloudinit/__init__.py, line 215, in 
get_data_source
  if s.get_data():
    File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceAzure.py, line 
215, in get_data
  cc_modules_override = support_new_ephemeral(self.sys_cfg)
    File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceAzure.py, line 
288, in support_new_ephemeral
  except util.ProcessExecutionError as e:
  AttributeError: 'module' object has no attribute 'ProcessExecutionError'
  
  2014-04-03 21:53:24,374 - __init__.py[DEBUG]: Did not find data source. 
searched classes: ['DataSourceAzureNet']
  (END)

** Changed in: cloud-init (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

** Summary changed:

- cloud-init datasource uses util.ProcessExecutionError instead of 
futil.ProcessExecutionError
+ [SRU] cloud-init datasource uses util.ProcessExecutionError instead of 
futil.ProcessExecutionError

** Description changed:

  [SRU Justification]
  
  [Explanation] SRU for 1292648 added the ability Cloud-init to format
  ephemeral devices when a new ephemeral device was put into place. The
  backport used util.* instead of futil.*.
  
  [IMPACT] Cloud-init stack traces when attempting unmount a device that is not 
mounted
  Cloud-init tries to unmount the default ephemeral disk and uses try/except 
method. Since the wrong util is used, it will stack trace, preventing users 
from provisioning on Windows Azure.
  
  [TEST-CASE #1] Scratch Boot
  1. Build new image from scratch
  2. Boot, it should work with ephemeral0 mounted
  
  [TEST-CASE #2] Replace ephemeral0
  1. Using test-case #1 instance, remove /dev/sdb1 from /etc/fstab
  2. Run wipefs --all /dev/sdb1; reboot; device should not be mounted nor 
should it appear in /etc/fstab
  3. Run mkfs.ext4 /dev/sdb1; reboot; device should not be mounted nor should 
it appear in /etc/fstab
- 4. Run mkfs.ntfs -L 'Temporary Storage'; mount /dev/sdb1 /mnt; touch 
/mnt/test; reboot; device should not be mounted nor should it appear in 
/etc/fstab
- 5. Run mount /dev/sdb1 /mnt; rm /mnt/test; reboot; /dev/sdb1 should be 
mounted w/ ext4 fs and on /mnt
+ 4. Run mkfs.ntfs -L 'Temporary Storage' -f /dev/sdb1  mount /dev/sdb1 /mnt 
 touch /mnt/test; reboot; device should not be mounted nor should it appear 
in /etc/fstab
+ 5. Run mount /dev/sdb1 /mnt  rm /mnt/test; reboot; /dev/sdb1 should be 
mounted w/ ext4 fs and on /mnt
  
  [TEST-CASE #3] Re-bundle Image
  1. Build new image from scratch
  2. Boot
  3. Capture VM
  4. Boot Captured VM, it should have ephemeral0 mounted
- 
  
  Latest Cloud-init on Windows Azure fails to provision on Windows Azure
  due to incorrect import.
  
  2014-04-03 21:53:24,330 - __init__.py[WARNING]: get_data of 
DataSourceAzureNet raised 'module' object has no 

[Bug 1302229] Re: [SRU] cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-04 Thread Ben Howard
** Patch added: Debdiff of tested patch, proposed for SRU
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1302229/+attachment/4065862/+files/lp-1302229-debdiff.patch

** Summary changed:

- [SRU] cloud-init datasource uses util.ProcessExecutionError instead of 
futil.ProcessExecutionError
+ [SRU] cloud-init Windows Azure does not have correct futil support for disk 
format support

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

Title:
  [SRU] cloud-init Windows Azure does not have correct futil support for
  disk format support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1302229/+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 1302575] Re: Meta bug for tracking Openstack 2013.2.3 Stable Update

2014-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~corey.bryant/heat/2013.2.3

** Branch linked: lp:~corey.bryant/ceilometer/2013.2.3

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

Title:
  Meta bug for tracking Openstack 2013.2.3 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1302575/+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 1041070] Re: 802.3ad bond interface have show high RX dropped packets

2014-04-04 Thread Chris J Arges
This is related to the bonding mode and _not_ a bug. The bonding module
will drop duplicate frames received on inactive ports, which is normal
behavior. [0] Overall the packets should be getting into the machine
without problems since they are received on the active slave. To confirm
this do the following

1) Check dropped packets from all interfaces. So if eth0/eth1 are connected to 
bond0, we may see dropped packets for bond0 and eth0, but not for eth1. This 
depends on which interface is the active interface. This can be checked using 
the following:
cat /sys/class/net/bond0/bonding/active_slave

So if the active_slave isn't dropping packets, and the inactive slave is
dropping packets this is normal in 'active-backup' mode (or any mode
where there is an inactive slave).

2) If we want both interfaces to not drop packets we can use 
'all_slaves_active' bonding module parameter [0].
Check:
cat /sys/class/net/bond0/bonding/all_slaves_active, it should default to 0 
which means drop frames on the inactive slave.

If we set this to 1, we will no longer drop frames:
echo 1 | sudo tee /sys/class/net/bond0/bonding/all_slaves_active

** Changed in: linux (Ubuntu)
   Status: Expired = Invalid

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

Title:
  802.3ad bond interface have show high RX dropped packets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1041070/+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 1302700] Re: Use of NamedTemporaryFile creates rings with restricted permissions

2014-04-04 Thread James Page
Example:

root@armstrong:/etc/swift# ls -lrt
total 2088
-rw-r--r-- 1 root root2473 Apr  4 07:44 swift.conf
-rw-r--r-- 1 root root   16147 Apr  4 07:44 proxy-server.conf
-rw-r--r-- 1 root root 417 Apr  4 07:54 container.builder
-rw-r--r-- 1 root root 417 Apr  4 07:54 object.builder
drwxr-xr-x 2 root root4096 Apr  4 07:54 backups
-rw--- 1 root root1725 Apr  4 07:54 account.ring.gz
-rw-r--r-- 1 root root 2099746 Apr  4 07:54 account.builder


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

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

Title:
  Use of NamedTemporaryFile creates rings with restricted permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1302700/+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 1302700] Re: Use of NamedTemporaryFile creates rings with restricted permissions

2014-04-04 Thread James Page
I'm using the 1.13.1 rc1 for Icehouse:

swift:
  Installed: 1.13.1~rc1-0ubuntu1
  Candidate: 1.13.1~rc1-0ubuntu1
  Version table:
 *** 1.13.1~rc1-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty-proposed/universe amd64 
Packages
100 /var/lib/dpkg/status
 1.13.0-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages


** Description changed:

  
https://github.com/openstack/swift/commit/c6cebb6e621a245c9c2d5bff0df59689b0140373
  introduced the use of NamedTemporaryFile when writing rings; this
  creates files with 0600 permissions by default, so when the file is
- renamed to the actual ring filename, it have different permissions to
- those created by earlier versions.
+ renamed to the actual ring filename, it has different permissions to
+ those created by earlier versions of swift.
  
  We use the root account to create rings, but swift-proxy runs as the
  swift user and as a result can read the rings.

** Tags added: icehouse-rc-potential

** Description changed:

  
https://github.com/openstack/swift/commit/c6cebb6e621a245c9c2d5bff0df59689b0140373
  introduced the use of NamedTemporaryFile when writing rings; this
  creates files with 0600 permissions by default, so when the file is
  renamed to the actual ring filename, it has different permissions to
  those created by earlier versions of swift.
  
  We use the root account to create rings, but swift-proxy runs as the
- swift user and as a result can read the rings.
+ swift user and as a result can't read the rings.

** Also affects: swift (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  Use of NamedTemporaryFile creates rings with restricted permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1302700/+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 1302633] Re: pacemaker: Discarding cib_apply_diff message (number) from server: not in our membership

2014-04-04 Thread Chris J Arges
Uploaded fix: 1.1.6-2ubuntu2.3

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

Title:
  pacemaker: Discarding cib_apply_diff message (number) from server:
  not in our membership

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1302633/+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 1301919] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-user.desktop', which is also in package open-vm-toolbox 2011.

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

It seems clear to me that open-vm-tools in Trusty should Break/Replace
open-vm-toolbox ( 2:0~) [or similar] to resolve this. I've confirmed
that the packages in the archive do conflict as your error message
described. But I haven't yet managed to reproduce your failure. Doing so
would help me verify my understanding and test the solution.

I'll carry on looking at this.

** Changed in: open-vm-tools (Ubuntu)
   Importance: Undecided = High

** Changed in: open-vm-tools (Ubuntu)
 Assignee: (unassigned) = Robie Basak (racb)

** Changed in: open-vm-tools (Ubuntu)
Milestone: None = ubuntu-14.04

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to
  install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-
  user.desktop', which is also in package open-vm-toolbox
  2011.12.20-562307-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1301919/+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 1302638] Re: augeas-tools fails to parse krb5.conf (solution provided)

2014-04-04 Thread Ubuntu Foundations Team Bug Bot
The attachment output of diff -u krb5.aug.old
/usr/share/augeas/lenses/dist/krb5.aug seems to be a patch.  If it
isn't, please remove the patch flag from the attachment, remove the
patch tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  augeas-tools fails to parse krb5.conf (solution provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1302638/+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 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

2014-04-04 Thread Jamie Strandboge
** Changed in: juju-core (Ubuntu)
 Assignee: Seth Arnold (seth-arnold) = (unassigned)

-- 
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 1301919] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-user.desktop', which is also in package open-vm-toolbox 2011.

2014-04-04 Thread Robie Basak
I couldn't reproduce directly with apt-get in a precise-trusty upgrade,
but did reproduce by hitting dpkg and managing ordering directly.

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to
  install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-
  user.desktop', which is also in package open-vm-toolbox
  2011.12.20-562307-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1301919/+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 1301919] Re: package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-user.desktop', which is also in package open-vm-toolbox 2011.

2014-04-04 Thread Robie Basak
rmadison looks like this:

 open-vm-toolbox | 2010.02.23-236320-1+ubuntu1 | lucid/multiverse   | amd64, 
i386
 open-vm-tools   | 2010.02.23-236320-1+ubuntu1 | lucid/multiverse   | source, 
amd64, i386
 open-vm-toolbox | 2011.12.20-562307-0ubuntu1  | precise/multiverse | amd64, 
i386
 open-vm-tools   | 2011.12.20-562307-0ubuntu1  | precise/multiverse | source, 
amd64, i386
 open-vm-toolbox | 2012.05.21-724730-0ubuntu2  | quantal/multiverse | amd64, 
i386
 open-vm-tools   | 2012.05.21-724730-0ubuntu2  | quantal/multiverse | source, 
amd64, i386
 open-vm-toolbox | 2013.09.16-1328054-0ubuntu1 | saucy/universe | all
 open-vm-tools   | 2013.09.16-1328054-0ubuntu1 | saucy/universe | source, 
amd64, i386
 open-vm-tools   | 2:9.4.0-1280544-5ubuntu5| trusty | source, 
amd64, i386
 open-vm-toolbox | 2:9.4.0-1280544-5ubuntu5| trusty/universe| all

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

Title:
  package open-vm-tools 2:9.4.0-1280544-5ubuntu5 failed to
  install/upgrade: trying to overwrite '/etc/xdg/autostart/vmware-
  user.desktop', which is also in package open-vm-toolbox
  2011.12.20-562307-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1301919/+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 1302724] [NEW] libvirt 1.1.1 wasn't compiled with LXC support

2014-04-04 Thread Omri Bahumi
Public bug reported:

Apparently, libvirt 1.1.1 wasn't compiled with libvirt-lxc support.
I'm installing libvirt-bin and libvirt-dev from precise-updates/havana, and 
libvirt-python 1.2.3 from PIP.

The build fails because it can't link against the virt-lxc library, as you 
can see here:
https://travis-ci.org/omribahumi/libvirt_metadata_api/builds/22286825#L321

Inspecting libvirt-python-1.2.3 pip package reveals that it assumes
libvirt-lxc support was compiled in if libvirt version is = 1.0.2:

MIN_LIBVIRT_LXC = 1.0.2
# ...
def have_libvirt_lxc():
try:
spawn([get_pkgcfg(),
   --atleast-version=%s % MIN_LIBVIRT_LXC,
 libvirt])
return True
except DistutilsExecError:
return False

The question is, is this a libvirt-python bug or a nova-compute libvirt-
dev package bug?

Thank you,
Omri.

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

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

Title:
  libvirt 1.1.1 wasn't compiled with LXC support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1302724/+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 1081489] Re: autofs package is missing the lookup_sss.so module(!); negating autofs-enabled sssd functionality (automount fails)

2014-04-04 Thread Dan Bishop
I've upgraded autofs to 5.0.7-3ubuntu2 on Trusty... but still get:

automount[3824]: open_lookup:93: cannot open lookup module sss
(/usr/lib/x86_64-linux-gnu/autofs/lookup_sss.so: cannot open shared
object file: No such file or directory)

When trying to use automount with sssd...

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

Title:
  autofs package is missing the lookup_sss.so module(!); negating
  autofs-enabled sssd functionality (automount fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1081489/+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 1300026] Re: Enlistment/commissioning boot no longer works

2014-04-04 Thread Mark Brown
ignore last comment.
A fresh import works.until you reboot. Even if you changed nothing else in 
the configuration of the server or maas, enlistment will no longer work until 
you do another maas-import-pxe-files   at which time things will work again.

** Tags added: blocks-hwcert-server

** Changed in: maas
   Status: Invalid = Confirmed

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

Title:
  Enlistment/commissioning boot no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300026/+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 1246236] Re: pxe boot from maas fails due to time out

2014-04-04 Thread Mark Shuttleworth
I'm seeing this error in the Garage MAAS today. As it happens, also have
two interfaces on the network on that machine. Will try reducing to one
and reboot.

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1300026] Re: Enlistment/commissioning boot no longer works

2014-04-04 Thread Mark Brown
A fresh import works.until you reboot. Even if you changed nothing
else in the configuration of the server or maas, enlistment will no
longer work until you reboot.

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

Title:
  Enlistment/commissioning boot no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300026/+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 1266066] Re: [MIR] strongSwan

2014-04-04 Thread Jonathan Davies
Server team subscribed to ldns, strongswan and unbound.

** Changed in: ldns (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: strongswan (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: unbound (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  [MIR] strongSwan

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

2014-04-04 Thread Michael Terry
Still want to see unbound tests run or an explanation of why they can't
be.

** Changed in: ldns (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: strongswan (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: unbound (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  [MIR] strongSwan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldns/+bug/1266066/+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 1246236] Re: pxe boot from maas fails due to time out

2014-04-04 Thread Mark Shuttleworth
Was not able to reproduce after a reboot.

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1302812] [NEW] Explicit identity files are being used after implicit files are attempted

2014-04-04 Thread Michael Hall
Public bug reported:

When explicitly setting an identity, either via the -i commandline
parameter or IdentityFile in the ssh config, these files are used only
after any other identity files found in ~/.ssh/ have failed pubkey
authentication.

When the remote host limits the number of pubkey authentication failures
before disconnecting, this can lead to a situation where the explicit
identity file is not even used when connecting to that host.

** Affects: openssh
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: OpenSSH Portable Bugzilla #2221
   https://bugzilla.mindrot.org/show_bug.cgi?id=2221

** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=2221
   Importance: Unknown
   Status: Unknown

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

Title:
  Explicit identity files are being used after implicit files are
  attempted

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1302812/+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 1302819] [NEW] MAAS cannot enlist machines from SM15k

2014-04-04 Thread Andres Rodriguez
Public bug reported:

MAAS fails to establish a connected with the SM15k to enlist machines
due to been unable to talk to v2.0 API

** Affects: maas
 Importance: Undecided
 Assignee: Blake Rouse (blake-rouse)
 Status: In Progress

** Affects: maas (Ubuntu)
 Importance: Undecided
 Assignee: Blake Rouse (blake-rouse)
 Status: In Progress


** Tags: server-hwe

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

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

Title:
  MAAS cannot enlist machines from SM15k

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1302819/+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 1302818] Re: SM15K Invalid power control

2014-04-04 Thread Andres Rodriguez
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: 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/1302818

Title:
  SM15K Invalid power control

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1302818/+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 1302819] Re: MAAS cannot enlist machines from SM15k

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

** Changed in: maas
   Status: New = In Progress

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

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

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

** Tags added: server-hwe

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

Title:
  MAAS cannot enlist machines from SM15k

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1302819/+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 1302818] Re: SM15K Invalid power control

2014-04-04 Thread Blake Rouse
** Changed in: maas (Ubuntu)
   Status: New = Confirmed

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

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

Title:
  SM15K Invalid power control

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1302818/+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 1299588] Re: LXC permission denied issue with 1.17.7

2014-04-04 Thread Adam Stokes
** Tags added: cloud-installer

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

Title:
  LXC permission denied issue with 1.17.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1299588/+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 1302819] Re: MAAS cannot enlist machines from SM15k

2014-04-04 Thread Blake Rouse
** Branch linked: lp:~blake-rouse/maas/fix-sm15k-v2

** Changed in: maas
   Importance: Undecided = High

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

Title:
  MAAS cannot enlist machines from SM15k

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1302819/+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 1302819] Re: MAAS cannot enlist machines from SM15k

2014-04-04 Thread Blake Rouse
** Branch linked: lp:~blake-rouse/maas/fix-sm15k-v2-1.5

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

Title:
  MAAS cannot enlist machines from SM15k

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1302819/+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 1081489] Re: autofs package is missing the lookup_sss.so module(!); negating autofs-enabled sssd functionality (automount fails)

2014-04-04 Thread Timo Aaltonen
thanks for testing, reopening

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

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

Title:
  autofs package is missing the lookup_sss.so module(!); negating
  autofs-enabled sssd functionality (automount fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1081489/+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 1302812] Re: Explicit identity files are being used after implicit files are attempted

2014-04-04 Thread Andreas Olsson
** Also affects: gnome-keyring (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Explicit identity files are being used after implicit files are
  attempted

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1302812/+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 1302812] Re: Explicit identity files are being used after implicit files are attempted

2014-04-04 Thread Andreas Olsson
It's an explicit behavior of the openssh client to try keys provided by
the ssh agent. If you don't want this behavior you can set the
IdentitiesOnly ssh config option.

I would assume that what is happening here is that you are using the
gnome-keyring as your ssh agent? From what I can see it automatically
adds any key it can find under ~/.ssh/.

(Not that I have much of an opinion either way in regards to whatever
there is a bug anywhere or not.)

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

Title:
  Explicit identity files are being used after implicit files are
  attempted

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1302812/+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 1302860] Re: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory upgrading from precise maas to trusty

2014-04-04 Thread Diogo Matsubara
For the record this doesn't seem to have caused any problems with the
installed MAAS

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

Title:
  cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
  upgrading from precise maas to trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1302860/+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 1302860] [NEW] cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory upgrading from precise maas to trusty

2014-04-04 Thread Diogo Matsubara
Public bug reported:

Today I performed an upgrade from 1.4+bzr1693+dfsg-0ubuntu2.3~ctools0 to
1.5+bzr2204-0ubuntu1 and got this error from rabbit:

Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module expires already enabled
Module wsgi already enabled
 * Restarting message broker rabbitmq-server
   ...done. 
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
Error: {'EXIT',
   {terminated,
   [{io,nl,[0.30.0],[]},
{lists,foreach,2,[{file,lists.erl},{line,1323}]},
{rabbit_control_main,display_info_list,2,
[{file,src/rabbit_control_main.erl},{line,651}]},
{rabbit_control_main,start,0,
[{file,src/rabbit_control_main.erl},{line,156}]},
{init,start_it,1,[]},
{init,start_em,1,[]}]}}
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
Changing password for user maas_longpoll ...
...done.
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
ls: cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
Changing password for user maas_workers ...
...done.
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

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


** Tags: upgrade

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

Title:
  cannot access /etc/rabbitmq/rabbitmq.conf.d: No such file or directory
  upgrading from precise maas to trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1302860/+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 1302886] [NEW] w3m -- ssl security check reveals flaws

2014-04-04 Thread J G Miller
*** This bug is a security vulnerability ***

Public security bug reported:


PRETTY_NAME=Ubuntu 13.10
VERSION=13.10, Saucy Salamander

Package: w3m
Origin: Ubuntu
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: i386
Multi-Arch: foreign
Version: 0.5.3-11


Using w3m to browse the SSL checking site  

 https://www.howsmyssl.com/

reveals the following two security issues --


Version
Improvable

Your client is using TLS 1.1. It would be better to be TLS 1.2, but at
least it isn't susceptible to the BEAST attack. But, it also doesn't
have the AES-GCM cipher suite available.


Insecure Cipher Suites
Bad

Your client supports cipher suites that are known to be insecure:

  • TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  • TLS_DHE_DSS_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 
128 bits in its encryption.
  • TLS_DHE_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_RSA_EXPORT_WITH_DES40_CBC_SHA: This cipher uses keys smaller than 128 
bits in its encryption.
  • TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5: This cipher uses keys smaller than 128 
bits in its encryption.
  • TLS_RSA_EXPORT_WITH_RC4_40_MD5: This cipher uses keys smaller than 128 bits 
in its encryption.
  • TLS_RSA_WITH_DES_CBC_SHA: This cipher uses keys smaller than 128 bits in 
its encryption.

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

** Information type changed from Private Security to Public Security

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

Title:
  w3m -- ssl security check reveals flaws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1302886/+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 1302886] Re: w3m -- ssl security check reveals flaws

2014-04-04 Thread Seth Arnold
Hello, thanks for reporting this to Ubuntu; however, we do not have any
plans to update OpenSSL on released distributions. We will only provide
specific security updates as described at
https://wiki.ubuntu.com/SecurityTeam/FAQ#Versions

If you need TLS 1.2 support in the client programs, Ubuntu 14.04 LTS is
going to be the best path forward.

Thanks

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

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

Title:
  w3m -- ssl security check reveals flaws

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1302886/+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 1302812] Re: Explicit identity files are being used after implicit files are attempted

2014-04-04 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugzilla.mindrot.org/show_bug.cgi?id=2221.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-04-04T20:14:18+00:00 Michael Hall wrote:

When explicitly setting an identity, either via the -i commandline
parameter or IdentityFile in the ssh config, these files are used only
after any other identity files found in ~/.ssh/ have failed pubkey
authentication.

When the remote host limits the number of pubkey authentication failures
before disconnecting, this can lead to a situation where the explicit
identity file is not even used when connecting to that host.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1302812/comments/1


On 2014-04-04T22:10:46+00:00 Damien Miller wrote:

You need IdentitiesOnly=yes; from ssh_config(1):

  IdentitiesOnly
 Specifies that ssh(1) should only use the authentication identity
 files configured in the ssh_config files, even if ssh-agent(1) or
 a PKCS11Provider offers more identities.  The argument to this
 keyword must be “yes” or “no”.  This option is intended for situ‐
 ations where ssh-agent offers many different identities.  The
 default is “no”.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1302812/comments/3


** Changed in: openssh
   Status: Unknown = Invalid

** Changed in: openssh
   Importance: Unknown = Low

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

Title:
  Explicit identity files are being used after implicit files are
  attempted

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1302812/+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 1294823] Re: FFE: create a trusty machine type

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu10

---
libvirt (1.2.2-0ubuntu10) trusty; urgency=medium

  * d/p/recognize-trusty-machine-type.patch: handle trusty qemu machine type
(LP: #1294823)
 -- Serge Hallyn serge.hal...@ubuntu.com   Fri, 04 Apr 2014 09:29:22 -0500

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

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

Title:
  FFE: create a trusty machine type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1294823/+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 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/qemu

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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1295072/+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 1294823] Re: FFE: create a trusty machine type

2014-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/qemu

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

Title:
  FFE: create a trusty machine type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1294823/+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 1300026] Re: Enlistment/commissioning boot no longer works

2014-04-04 Thread Jeroen T. Vermeulen
That sounds as if it's probably just bug 1300548, which is already
fixed.  Definitely not the same thing that this bug is about.

** Changed in: maas
   Status: Confirmed = Invalid

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

Title:
  Enlistment/commissioning boot no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300026/+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 1302925] Re: sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error, could not parse the RR

2014-04-04 Thread Jonathan Davies
** Attachment added: unbound-test-failure.log
   
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1302925/+attachment/4066890/+files/unbound-test-failure.log

** Bug watch added: www.nlnetlabs.nl/bugs-script/ #572
   http://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=572

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

Title:
   sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error,
  could not parse the RR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1302925/+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 1302925] Re: sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error, could not parse the RR

2014-04-04 Thread Jonathan Davies
Upstream bug: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=572

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

Title:
   sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error,
  could not parse the RR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1302925/+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 1302925] [NEW] sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error, could not parse the RR

2014-04-04 Thread Jonathan Davies
Public bug reported:

unbound unittests fail with: sldns_str2wire_rr_buf unittest fails with:
pos 69: Syntax error, could not parse the RR with test files 3 and 5.

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

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

Title:
   sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error,
  could not parse the RR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1302925/+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 1302925] Re: sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error, could not parse the RR

2014-04-04 Thread Jonathan Davies
** Changed in: unbound (Ubuntu)
   Status: New = Triaged

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

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

Title:
   sldns_str2wire_rr_buf unittest fails with: pos 69: Syntax error,
  could not parse the RR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1302925/+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 1266066] Re: [MIR] strongSwan

2014-04-04 Thread Jonathan Davies
OK, unittests on unbound have been enabled as of the 1.4.22-1ubuntu2
upload.

I've identified two problems with the test case data files and reported
them upstream and at bug #1302925.

** Changed in: unbound (Ubuntu)
   Status: Incomplete = Fix Committed

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

Title:
  [MIR] strongSwan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldns/+bug/1266066/+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 1302174] Re: cgmanager and cgproxy startup is racy

2014-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.24-0ubuntu3

---
cgmanager (0.24-0ubuntu3) trusty; urgency=medium

  * Use SIGSTOP as a way to tell upstart that we are ready to accept
queries, this fixes a race condition. (LP: #1302174)
  * Emit cgmanager-ready once all the required daemons have been spawned
and are ready for requests. (LP: #1302174)
  * Always kill cgproxy when spawning cgmanager, this is required to
allow proper restart/respawning on systems using both daemons.
(LP: #1302174)
 -- Stephane Graber stgra...@ubuntu.com   Fri, 04 Apr 2014 21:04:43 -0400

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

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

Title:
  cgmanager and cgproxy startup is racy

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


  1   2   3   4   5   6   7   8   9   10   >