[Bug 1220950] Re: [MIR] open-vm-tools

2013-10-23 Thread Seth Arnold
I reviewed open-vm-tools version 2013.04.16-1098359-0ubuntu2 as checked
into saucy. This should not be considered a full security review, but
rather a quick gauge of code maintainability.

There are a lot of moving pieces in this package; I certainly cannot claim
to have studied much of it, but I aimed primarily for finding rough edges
around the backdoor execution mechanisms. Scott Moser raises many good
points about the difficulty of reasoning about a system's sanity from
within the system when a 'backdoor' is so readily available, but I do not
believe this package significantly changes the problem. The hypervisor is
necessarily completely trusted and it is at the whim of the hypervisor
administrators to destroy, damage, or degrade service within a guest.

The backdoor communication channel exists without this package and can be
used by a variety of third-party tools regardless of the presence of this
package. The hypervisor already has the feature and (as I understand) it
cannot be disabled -- though portions of it can be administratively
controlled from the hypervisor itself.

I further understand that access can be limited within the guest by
restricting the CAP_SYS_RAWIO capability or denying iopl(2) and ioperm(2)
systemcalls via seccomp2 filters. (None of which is helped nor hindered by
this package.)

So I do not worry about this package providing a less visible
administrative interface: this issue already largely exists through
less convenient mechanisms with all hypervisors. (And, one could argue,
through the firmwares of physical hardware devices, absent hypervisors.)

- open-vm-tools provides a variety of guest services for use with the
  VMware family of hypervisors, including host-guest filesystems, shared
  copy-and-paste facilities, environment control, and ability to execute
  code within the guest.
- Build-deps autotools, doxygen, libcunit, libdumbnet, libfuse, libgtk2.0,
  libgtkmm-2.4, libicu, libnotify, libpam0g, libprocps0, libx11,
  libxinerama, libxss, libxtst, gcc-4.7
- Depends on ethtool, zerofree, xauth, xdg-utils
- SSL stubs exist to disable SSL, go figure...
- Provides variety of services, some via daemons, some via loadable kernel
  modules. vmtoolsd at least properly daemonizes.
- Initscripts looked fine
- No dbus
- One setuid executable, vmware-user-suid-wrapper, looked safe
- No sudo fragments
- No cronjobs
- Udev file looked safe
- Tests look built during build, but don't appear to be run during build
- Build looks clean; uses -Werror

Many lintian warnings and errors:
- hardening-no-fortify-functions
- latest-debian-changelog-entry-without-new-version
- manpage-has-errors-from-man
- binary-without-manpage
- malformed-override

The hardening-no-fortify-functions warning may be a spurious warning; I see
-D_FORTIFY_SOURCE=2 throughout the build logs.

- open-vm-tools does spawn programs. The interfaces look overly
  complicated to try to support multiple operating systems from one
  codebase, the environment handling routines are quite complicated, and
  there's some surprising double-encoding of filenames, arguments. I'm
  skeptical of some of the quoted argument handling though I couldn't
  find flaws in it.
- Most memory management looked safe; some environment handling code
  looked like it was overly complicated and could have been written with
  far fewer allocations and copies.
- Extensive file operations; the operations I inspected look safe, though
  hard-coded /tmp/VMwareDnD/ path is awkward.
- Extensive logging operations; the ones I inspected looked safe.
- The bulk of the cryptography code exists to disable SSL without
  drastically modifying other code elsewhere. Odd.
- Extensive networking, including within kernel modules. I did not inspect
  this code.
- There are extensive areas of privilege management; the ones I inspected
  looked safe.
- The little temporary file handling looked safe.
- Does not use WebKit
- Does not use PolicyKit

Here's some notes I took while reading the source code, in the hopes that
someone finds them useful:

- vmware-user-suid-wrapper/main.c StartVMwareUser() does not drop
  supplementary groups -- should it?
  It is safer to drop groups before dropping user.
- Presumes username, home directory, gecos, shell, all Unicode-strings
- Overly complicated VixToolsBuildUserEnvironmentTable() could just
  replace the first '=' with '\0' and drastically simplify the rest of the
  memory handling
- VixToolsEnvironmentTableEntryToEnvpEntry() exists only to undo the work
  done in VixToolsBuildUserEnvironmentTable()
- VixMsgEncodeBuffer() engages in baffling base64 + escaping, but none of
  the escaped characters occur in base64 output.
- HgfsBdChannelClose() isn't idempotent despite the comment

This is a large package with complicated code covering many potential
attack surfaces. While the code I inspected looked carefully programmed,
it was complicated to cover many Unix-ish and Windows platforms, in
addition to Linux. Large compatibility 

[Bug 1095757] Re: Please update krb5 to new upstream release =1.10.2

2013-10-23 Thread Jackson Doak
This is now just a case of syncing from debian, the current ubuntu delta
is fixed there. I will re-name the bug appropriately

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

Title:
  Please update krb5 to new upstream release =1.10.2

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

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


[Bug 1243548] [NEW] Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Jackson Doak
Public bug reported:

Please sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Update config.{guess,sub} for Aarch64.
Fixed in debian

Changelog entries since current trusty version 1.10.1+dfsg-6.1ubuntu1:

krb5 (1.11.3+dfsg-3) unstable; urgency=low

  [ Benjamin Kaduk ]
  * Update config.sub and config.guess, patch from upstream, Closes: #717840
  * Update Brazillian Portugese Translation, thanks Fernando Ike,
Closes: #719726
  * Bump the version of the gssrpc_clnt_create symbol.  The routine itself
was changed in a backwards-compatible way, but callers from the kadm5
libraries were changed to rely on the new behavior, Closes: #718275
  * Add symbols files for the kadm5 libraries.  The KADM5 API version number
was increased for the 1.11 release but the corresponding library sonames
were not, so we must indicate the behavior change ourself, Closes: #716772

  [ Sam Hartman ]
  * krb5-kdc depends on libverto-libev1, work around for #652699
  * Remove krb5-kdc conflict since it's more than one release cycle old
  * Add Benjamin Kaduk to uploaders

 -- Sam Hartman hartm...@debian.org  Sun, 25 Aug 2013 16:48:53 -0400

krb5 (1.11.3+dfsg-2) experimental; urgency=low

  * Run autoreconf to update configure based on aclocal patch

 -- Sam Hartman hartm...@debian.org  Sat, 08 Jun 2013 22:00:50 -0400

krb5 (1.11.3+dfsg-1) experimental; urgency=low

  *  New upstream version
  - Turns out 1.11.2+dfsg didn't include the pingpong fix, but this
does , Closes: #

 -- Sam Hartman hartm...@debian.org  Fri, 07 Jun 2013 21:31:03 -0400

krb5 (1.11.2+dfsg-2) experimental; urgency=low

  * Import upstream's patch to not warn or error on variadic macros,
Closes: #709824

 -- Benjamin Kaduk ka...@mit.edu  Sat, 25 May 2013 16:06:48 -0400

krb5 (1.11.2+dfsg-1) experimental; urgency=low

  * New upstream version, Closes: #697662
  - By not depending on texinfo, we avoid FTBFSing from its changes,
  Closes: #708711
  * Fix usage of keytabs gives Generic preauthentication failure while
getting initial credentials via upstream change to prefer keys in
the keytab
(Closes: #698534)
  * Fixed upstream kerberos password policy attributes missing from
kerberos.schema  (Closes:
#655381)
  * Remove arch-dep and arch-indep dependency in rules  (Closes: #708973)

 -- Sam Hartman hartm...@debian.org  Thu, 23 May 2013 21:56:23 -0400

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

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

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

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


[Bug 1243548] Re: Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

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


[Bug 1095757] Re: Please update krb5 to new upstream release =1.10.2

2013-10-23 Thread Jackson Doak
*** This bug is a duplicate of bug 1243548 ***
https://bugs.launchpad.net/bugs/1243548

** This bug has been marked a duplicate of bug 1243548
   Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

Title:
  Please update krb5 to new upstream release =1.10.2

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

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


[Bug 1243548] Re: Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Steve Langasek
This bug was fixed in the package krb5 - 1.11.3+dfsg-3
Sponsored for Jackson Doak (noskcaj)

---
krb5 (1.11.3+dfsg-3) unstable; urgency=low

  [ Benjamin Kaduk ]
  * Update config.sub and config.guess, patch from upstream, Closes: #717840
  * Update Brazillian Portugese Translation, thanks Fernando Ike,
Closes: #719726
  * Bump the version of the gssrpc_clnt_create symbol.  The routine itself
was changed in a backwards-compatible way, but callers from the kadm5
libraries were changed to rely on the new behavior, Closes: #718275
  * Add symbols files for the kadm5 libraries.  The KADM5 API version number
was increased for the 1.11 release but the corresponding library sonames
were not, so we must indicate the behavior change ourself, Closes: #716772

  [ Sam Hartman ]
  * krb5-kdc depends on libverto-libev1, work around for #652699
  * Remove krb5-kdc conflict since it's more than one release cycle old
  * Add Benjamin Kaduk to uploaders

 -- Sam Hartman hartm...@debian.org  Sun, 25 Aug 2013 16:48:53 -0400

krb5 (1.11.3+dfsg-2) experimental; urgency=low

  * Run autoreconf to update configure based on aclocal patch

 -- Sam Hartman hartm...@debian.org  Sat, 08 Jun 2013 22:00:50 -0400

krb5 (1.11.3+dfsg-1) experimental; urgency=low

  *  New upstream version
  - Turns out 1.11.2+dfsg didn't include the pingpong fix, but this
does , Closes: #

 -- Sam Hartman hartm...@debian.org  Fri, 07 Jun 2013 21:31:03 -0400

krb5 (1.11.2+dfsg-2) experimental; urgency=low

  * Import upstream's patch to not warn or error on variadic macros,
Closes: #709824

 -- Benjamin Kaduk ka...@mit.edu  Sat, 25 May 2013 16:06:48 -0400

krb5 (1.11.2+dfsg-1) experimental; urgency=low

  * New upstream version, Closes: #697662
  - By not depending on texinfo, we avoid FTBFSing from its changes,
  Closes: #708711
  * Fix usage of keytabs gives Generic preauthentication failure while
getting initial credentials via upstream change to prefer keys in
the keytab
(Closes: #698534)
  * Fixed upstream kerberos password policy attributes missing from
kerberos.schema  (Closes:
#655381)
  * Remove arch-dep and arch-indep dependency in rules  (Closes: #708973)

 -- Sam Hartman hartm...@debian.org  Thu, 23 May 2013 21:56:23 -0400

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

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

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

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


[Bug 392097] Re: vmbuilder ignores mac option when using bridge network

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/vm-builder

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

Title:
  vmbuilder ignores mac option when using bridge network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/392097/+subscriptions

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


[Bug 1243607] Re: Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
I change the USB MODE in the BIOS of the notebook.
Now it is in LEGACY MODE.

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

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

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


[Bug 1243607] Re: Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
I don't know the right PACKAGE AREA, asorry about it,
Its a USB-SERIAL pl2303 area.
(usb serial and pl2302 are modules)

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

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

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


[Bug 1243607] [NEW] Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
Public bug reported:

I installed a fresh Ubuntu 13.10 64 bits in a new Asus I7 A55A. Standard 
install . All run perfect.
I connect a USB-Serial adapter model HL340, it has pl2303 chip but NEVER appear 
the /dev/ttysUSB0 device.

In other machines I found inmediatelly a new 
/dev/ttyUSB0
and all work perfectly.

I see in dmesg, signal that a device is connected
usb 3-1: new full speed USB device using uhci_and address 3

But in the Asus i7 the device never appear.

I run

#  lsusb 
Bus 008 Device 002: ID 0a5c:217f Broadcom Corp. 
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 036: ID 2773:0104 
..
Bus 002 Device 036: ID 2773:0104 

and see others devices (v 1.1, v2 and v3) BUT I don't see the device.

I read near 100 internet pages and Found this

# modprobe pl2303 vendor=0x4348 product=0x5523 --force

And I found it in
# lsusb
Bus 003 Device 003: ID 4348:5523 WinChipHead USB-RS 232 adapter with Prolifec 
PL 2303 chipset

But again, i never found the
/dev/ttysUSB0


I have some dudes:
* the hardware is HL340, but the module should be usbserial? pl2303? both?
* i used the --force to load the module, but Iḿ not sure is the right module.
* In a 32 bits environment it works as /dev/ttysUSB0, may be the 64 bits is the 
problem?
* Its a very know hardware, but it doesn't work with 13.10 and 10-2013 ?

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

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

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

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


[Bug 1243607] Re: Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
In another notebook with   i686 3.11.0-12-generic it works.-


** Description changed:

  I installed a fresh Ubuntu 13.10 64 bits in a new Asus I7 A55A. Standard 
install . All run perfect.
  I connect a USB-Serial adapter model HL340, it has pl2303 chip but NEVER 
appear the /dev/ttysUSB0 device.
  
- In other machines I found inmediatelly a new 
- /dev/ttyUSB0
+ In other machines I found inmediatelly a new
+ /dev/ttyUSB0
  and all work perfectly.
  
  I see in dmesg, signal that a device is connected
- usb 3-1: new full speed USB device using uhci_and address 3
+ usb 3-1: new full speed USB device using uhci_and address 3
  
  But in the Asus i7 the device never appear.
  
  I run
  
- #  lsusb 
- Bus 008 Device 002: ID 0a5c:217f Broadcom Corp. 
+ #  lsusb
+ Bus 008 Device 002: ID 0a5c:217f Broadcom Corp.
  Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 002 Device 036: ID 2773:0104 
+ Bus 002 Device 036: ID 2773:0104
  ..
- Bus 002 Device 036: ID 2773:0104 
+ Bus 002 Device 036: ID 2773:0104
  
  and see others devices (v 1.1, v2 and v3) BUT I don't see the device.
  
  I read near 100 internet pages and Found this
  
  # modprobe pl2303 vendor=0x4348 product=0x5523 --force
  
  And I found it in
  # lsusb
  Bus 003 Device 003: ID 4348:5523 WinChipHead USB-RS 232 adapter with 
Prolifec PL 2303 chipset
  
  But again, i never found the
- /dev/ttysUSB0
- 
+ /dev/ttysUSB0
  
  I have some dudes:
  * the hardware is HL340, but the module should be usbserial? pl2303? both?
  * i used the --force to load the module, but Iḿ not sure is the right module.
  * In a 32 bits environment it works as /dev/ttysUSB0, may be the 64 bits is 
the problem?
  * Its a very know hardware, but it doesn't work with 13.10 and 10-2013 ?

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

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

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


[Bug 1242780] Re: neutron-openvswitch-agent: mistake on upstart script

2013-10-23 Thread Roslyakov Andrey
** Changed in: neutron (Ubuntu)
   Status: New = Invalid

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

Title:
  neutron-openvswitch-agent: mistake on upstart script

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

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


[Bug 1242743] Re: space before ; breaks php.ini parsing

2013-10-23 Thread brainstorm
Yeah, good point regarding the interactive prompt, maybe it is not worth
the hassle, one could wait for upstream to converge.

Thanks for your attention!

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

Title:
  space before ; breaks php.ini parsing

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

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


[Bug 1241803] Re: During Distribution Upgrade could not install 'nova-common'

2013-10-23 Thread Brian Murray
It seems to be an issue with the upgrade of the nova-common package.
Details are available in VarLogDistupgradeAptterlog.txt.  Some of the
error follows:

2013-10-18 14:30:04.825 30731 TRACE nova   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/util/compat.py, line 195, in 
raise_from_cause^M
2013-10-18 14:30:04.825 30731 TRACE nova reraise(type(exception), 
exception, tb=exc_tb)^M
2013-10-18 14:30:04.825 30731 TRACE nova   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 867, in 
_execute_context^M
2013-10-18 14:30:04.825 30731 TRACE nova context)^M
2013-10-18 14:30:04.825 30731 TRACE nova   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py, line 324, in 
do_execute^M
2013-10-18 14:30:04.825 30731 TRACE nova cursor.execute(statement, 
parameters)^M
2013-10-18 14:30:04.825 30731 TRACE nova OperationalError: (OperationalError) 
table block_device_mapping has no column named virtual_name u'CREATE INDEX 
block_device_mapping_instance_uuid_virtual_name_device_name_idx ON 
block_device_mapping (instance_uuid, virtual_name, device_name)' ()^M
2013-10-18 14:30:04.825 30731 TRACE nova ^M
dpkg: error processing nova-common (--configure):^M
 subprocess installed post-installation script returned error exit status 1^M


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

** Changed in: nova (Ubuntu)
   Status: Incomplete = 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/1241803

Title:
  During Distribution Upgrade could not install 'nova-common'

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

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


[Bug 1241803] [NEW] During Distribution Upgrade could not install 'nova-common'

2013-10-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

subprocess installed post-installation script returned error exit status
1

Report bug errors out due to inability to run chromium as root.
--- 
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CrashDB: ubuntu
DistroRelease: Ubuntu 13.10
MarkForUpload: True
NonfreeKernelModules: nvidia
Package: ubuntu-release-upgrader (not installed)
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Tags:  saucy dist-upgrade
Uname: Linux 3.11.0-12-generic x86_64
UpgradeStatus: Upgraded to saucy on 2013-10-18 (4 days ago)
UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev sambashare 
vboxusers

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


** Tags: apport-collected dist-upgrade saucy
-- 
During Distribution Upgrade could not install 'nova-common'
https://bugs.launchpad.net/bugs/1241803
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova 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 1243741] [NEW] apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Public bug reported:

service apache2 restart works...

[Wed Oct 23 09:58:47.171246 2013] [core:warn] [pid 30408] AH00098: pid file 
/var/run/apache2/apache2.pid overwritten -- Unclean shutdown of previous Apache 
run?
[Wed Oct 23 09:58:47.175859 2013] [mpm_prefork:notice] [pid 30408] AH00163: 
Apache/2.4.6 (Ubuntu) PHP/5.5.3-1ubuntu2 configured -- resuming normal 
operations
[Wed Oct 23 09:58:47.175938 2013] [core:notice] [pid 30408] AH00094: Command 
line: '/usr/sbin/apache2'

service apache2 reload fails...

[Wed Oct 23 10:02:15.429601 2013] [mpm_prefork:notice] [pid 30591]
AH00171: Graceful restart requested, doing restart

(process:30591): GLib-GObject-CRITICAL **: g_boxed_type_register_static: 
assertion 'g_type_from_name (name) == 0' failed
**
ERROR:gda-init.c:166:gda_init: assertion failed: (type)
[Wed Oct 23 10:02:15.495609 2013] [core:notice] [pid 30591] AH00060: seg fault 
or similar nasty error detected in the parent process

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

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

Title:
  apache2 asserts on reload - GLib-GObject-CRITICAL +
  g_boxed_type_register_static

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

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


[Bug 1243748] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-10-23 Thread vijayanand Dubey
Public bug reported:

open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
failed to install

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-42.65~precise1-generic 3.5.7.21
Uname: Linux 3.5.0-42-generic i686
ApportVersion: 2.0.1-0ubuntu17.5
Architecture: i386
DKMSKernelVersion: 3.5.0-41-generic
Date: Wed Oct 23 10:46:02 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

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

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


[Bug 1243748] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-10-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

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

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


[Bug 1243762] [NEW] [MIR] juju-core, golang

2013-10-23 Thread James Page
Public bug reported:

MIR for juju-core and toolchain for Trusty

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

** Affects: juju-core (Ubuntu)
 Importance: High
 Status: New

** Affects: golang (Ubuntu Trusty)
 Importance: High
 Status: New

** Affects: juju-core (Ubuntu Trusty)
 Importance: High
 Status: New

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

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

** Also affects: juju-core (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: golang (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: juju-core (Ubuntu Trusty)
   Importance: Undecided = High

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

Title:
  [MIR] juju-core, golang

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

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


[Bug 1243790] [NEW] lxc-ubuntu-cloud should use $HOME/.cache if not root

2013-10-23 Thread Serge Hallyn
Public bug reported:

If creating a container as non-root, lxc-ubuntu-cloud should

   1. use the /var/cache/lxc/ image if it exists, otherwise download into 
$HOME/.cache
   2. if not root, skip /dev/* at untar.

** Affects: lxc (Ubuntu)
 Importance: High
 Assignee: Scott Moser (smoser)
 Status: Triaged

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

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  lxc-ubuntu-cloud should use $HOME/.cache if not root

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

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


[Bug 1195816] Re: OOPS priv_sock_get_cmd, when writing file

2013-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  OOPS priv_sock_get_cmd, when writing file

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

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


[Bug 1195816] Re: OOPS priv_sock_get_cmd, when writing file

2013-10-23 Thread Dirk Schuster
Same in Saucy.

 I add following option: seccomp_sandbox=NO

this worked in saucy, also

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

Title:
  OOPS priv_sock_get_cmd, when writing file

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

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


[Bug 1159715] Re: winbind_krb5_locator plugin is missing from winbind 3.6.3

2013-10-23 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: New = Fix Released

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

Title:
  winbind_krb5_locator plugin is missing from winbind 3.6.3

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

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


[Bug 1243850] [NEW] php5 broken after Saucy 13.10 upgrade

2013-10-23 Thread David Favor
Public bug reported:

Unsure if package should be apache2 or php5. Setting to apache2 for now.

At first this appeared to be some sort of apache-2.4.6 configuration problem
and the deeper down the Rabbit Hole I go... the more I think this may be some
sort of bug.

---

After upgrading from 13.04 to 13.10 + adding Require all granted where 
appropriate,
all php files are returned as text rather than executing.

No info in error.log (with LogLevel debug) only access.log shows the
file returned.

It appears the relationship between .php files + x-httpd-php handler is
somehow broken.

I've tried debugging via strace + apache2 -X with no joy.

Questions are...

1) What's the best way to debug this situation?

2) If this is a known problem, what's the fix?

-

server-status shows...

Server Version: Apache/2.4.6 (Ubuntu) PHP/5.5.3-1ubuntu2
Server MPM: prefork
Server Built: Aug 9 2013 14:28:56

server-info shows...

In file: /etc/apache2/mods-enabled/php5.conf
   1: FilesMatch .+\.ph(p[345]?|t|tml)$
   2:   SetHandler application/x-httpd-php
: /FilesMatch
   5: FilesMatch .+\.phps$
   6:   SetHandler application/x-httpd-php-source
: /FilesMatch

net1# apt-get install libapache2-mod-php5
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libapache2-mod-php5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Config for directory in question...

Directory /.../phptest
AllowOverride All 
Options +ExecCGI
AddHandler cgi-script .php .cgi .pl .sh 
Require all granted
/Directory

In the directory is a file phpinfo.php with following characteristics...

net1# find phptest -ls
98355754 drwxr-xr-x   2 www-data www-data 4096 Oct 23 11:41 phptest
98355734 -rwxr-xr-x   1 www-data www-data   17 Oct 23 10:36 
phptest/phpinfo.php

The file contains...

net1# cat phptest/phpinfo.php 
? phpinfo() ?;

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

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

Title:
  php5 broken after Saucy 13.10 upgrade

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

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


[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Only occurs if php5-snmp is installed + snmp has not been configured.

Fix is to either deinstall php5-snmp or configure snmp.

Close + marked as fixed.

Thanks.

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

Title:
  apache2 asserts on reload - GLib-GObject-CRITICAL +
  g_boxed_type_register_static

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

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


[Bug 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Oops... updated wrong bug...

This bug should stay open.

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

Title:
  apache2 asserts on reload - GLib-GObject-CRITICAL +
  g_boxed_type_register_static

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

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


[Bug 1243850] Re: php5 broken after Saucy 13.10 upgrade

2013-10-23 Thread David Favor
Mark as fixed.

The fix is to replace deprecated ? ... ? with ?php ... ? as in this
script...

?php print_r (phpinfo()); ?

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

Title:
  php5 broken after Saucy 13.10 upgrade

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

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


[Bug 1243861] [NEW] juju should add the cloud-archive repository differently

2013-10-23 Thread Andres Rodriguez
Public bug reported:

Juju doing the following cloud-config doesn't ensure that the key can be
obtained from the keyserver in order to access the cloud-archive. This
means that juju's cloud config tells cloud-init to access the keyserver
directly. In environments behind a proxy, they key server might not be
reachable.

- source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
main
  keyid: EC4926EA

cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com

A better approach could be using add-apt-repository instead of trying to
import the key.  Another option could be to install ubuntu-cloud-keyring
package.

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
  obtained from the keyserver in order to access the cloud-archive.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
- main
-   keyid: EC4926EA
+ main
+   keyid: EC4926EA
  
- A better approach could be using add-apt-repository or instead of trying
- to import the key, would be to install ubuntu-cloud-keyring package.
+ cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
+ om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
+ cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
+ /ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
+ 
+ 
+ A better approach could be using add-apt-repository or instead of trying to 
import the key, would be to install ubuntu-cloud-keyring package.

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
  obtained from the keyserver in order to access the cloud-archive.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
  main
    keyid: EC4926EA
  
  cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
  om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
  /ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  
- 
- A better approach could be using add-apt-repository or instead of trying to 
import the key, would be to install ubuntu-cloud-keyring package.
+ A better approach could be using add-apt-repository instead of trying to
+ import the key.  Another option could be to install ubuntu-cloud-keyring
+ package.

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
- obtained from the keyserver in order to access the cloud-archive.
+ obtained from the keyserver in order to access the cloud-archive. This
+ means that juju's cloud config tells cloud-init to access the keyserver
+ directly. In environments behind a proxy, they key server might not be
+ reachable.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
  main
    keyid: EC4926EA
  
  cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
  om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
  /ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  
  A better approach could be using add-apt-repository instead of trying to
  import the key.  Another option could be to install ubuntu-cloud-keyring
  package.

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

Title:
  juju should add the cloud-archive repository differently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1243861/+subscriptions

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

Re: [Bug 1243403] [NEW] Upgrade from qemu 1.0+noroms-0ubuntu14.11 fails

2013-10-23 Thread Serge Hallyn
Thanks for reporting this bug.

In raring, qemu-utils had Replaces: qemu-kvm.  In saucy it doesn't any more.
If you upgrade using do-release-upgrade a step at a time, you don't see
this error.  However, this will break LTS-to-LTS upgrades to trusty when
it is released.

qemu-utils must continue to have

Breaks: qemu-user ( 0.11.1-2), qemu-kvm ( 1.2.0.dfsg-1)
Replaces: qemu-user ( 0.11.1-2), qemu-kvm ( 1.2.0.dfsg-1)

 status: confirmed
 priority: high

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

Title:
  Upgrade from qemu  1.0+noroms-0ubuntu14.11 fails

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

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


[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy

2013-10-23 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [serge-hallyn] (Dwight is pushing this, but has no lp id) Push fix for XFS 
and user namespaces: DONE
  [serge-hallyn] Fix lxc-net to be nestable with no user interaction: DONE
  [serge-hallyn] Write sysctl to disable unprivileged CLONE_NEWUSER: DONE
  [serge-hallyn] Exploit stacked apparmor profiles for container nesting: 
BLOCKED
  [serge-hallyn] Ask jjohansen about any apparmor kernel/userspace packages we 
can put in ubuntu-lxc ppa for testing stacked (0.5): DONE
  [serge-hallyn] Bisect kernel signal delivery bug affecting lxc: DONE
  [serge-hallyn] Improve cgroup support in nested case: DONE
  [serge-hallyn] write POC of nestable cgroup manager: POSTPONED
  [serge-hallyn] Pursue subuid patchset for shadow: DONE
  [serge-hallyn] Enable unprivileged container creation: DONE
  [serge-hallyn] Write a privileged helper to facilitate unprivileged networked 
container: DONE
  [serge-hallyn] Enable unprivileged container starting (network): POSTPONED
  [serge-hallyn] Enable unprivileged container starting (cgroups): DONE
  [serge-hallyn] Enable unprivileged container starting (complete): POSTPONED
  [serge-hallyn] Add console support to API (Dwight): DONE
  [serge-hallyn] Add attach support to API (Christian): DONE
  [serge-hallyn] Convert create to API: DONE
  [serge-hallyn] Convert stop to API: DONE
  [serge-hallyn] Convert destroy to API: DONE
  [serge-hallyn] List lxc programs to be converted to API 
(https://wiki.ubuntu.com/LxcAPIConversion): DONE
  [serge-hallyn] Update locking in API to handle killed programs: DONE
  [serge-hallyn] Update container creation to handle SIGKILL (using 'partial' 
file): DONE
  [serge-hallyn] Improve thread safety in API: DONE
  [serge-hallyn] Discuss upstream stable branches with upstream (sent email to 
list): DONE
  [serge-hallyn] Get CONFIG_USER_NS=y into kernel (as soon as saucy+1 opens): 
POSTPONED
  [serge-hallyn] Merge qemu 1.5.0: DONE
  [serge-hallyn] Write loopback backingstore driver: DONE
  [serge-hallyn] Write qemu-nbd backingstore driver: POSTPONED
  [serge-hallyn] Investigate openvswitch bridges by default in libvirt (1): DONE
  [serge-hallyn] Merge cgroup-lite into libcgroup (depends on libcgroup 
sysvinit scripts): POSTPONED
  [serge-hallyn] Default-off support for per-user cgroup configuration at 
boot/login: POSTPONED
  [smoser] Ensure that lxc-ubuntu-cloud can be used with cloudinit for 
openstack: DONE
  [serge-hallyn] start live block migration testing using juju of libvirt+kvm 
with local storage (1): DONE
  [smoser] use simplestreams to provide secure ubuntu-cloud deliver to lxc: 
POSTPONED
  [zulcss] Merge libvirt 1.0.6: DONE
  [serge-hallyn] no-change libvirt push to pick up new xen libraries (0): 
BLOCKED
  [smb] Pick up upstream Xen-4.3 release: DONE
  [smb] Refresh Debian/Ubuntu patches against Xen: DONE
  [smb] Decide how to include qemu-upstream: DONE
  [smb] Update packaging to allow libvirt to build the libxl driver: DONE
  [smb] Unit testing with xm and xl stack (native and libvirt): DONE
  [smb] Enable Xen compile for armhf: DONE
  [smb] Merge xen 4.3: DONE
  [zulcss] Write a nova using the lxc API: INPROGRESS
  
  Work items for ubuntu-13.09:
  [serge-hallyn] Work distro lxc tests upstream (2 @ sep 25): DONE
  [serge-hallyn] Address monitor versioning in lxc (1): DONE
  [zulcss] Push nova-lxc driver upstream: TODO
  [serge-hallyn] Add snapshot support to API (3): DONE
  [serge-hallyn] Discuss API versioning of library and (python, lua, etc) hooks 
at plumbers (3 @ sep 17): DONE
  [serge-hallyn] complete live block migration testing (using juju?) of 
libvirt+kvm with local storage (1 @ sep 23): DONE
  [zulcss] Follow up with Citrix's plans for xcp: TODO
  [smb] PUsh xen 4.3 to archive: DONE
  
  Work items for ubuntu-13.10:
  [serge-hallyn] Pursue patch for ovmf to provide save/restore of nvvars to 
support boot variables (3 @ oct 7): POSTPONED
- [serge-hallyn] live block migration testing using juju of libvirt+kvm with 
ceph (2 @ oct 2): INPROGRESS
+ [serge-hallyn] live block migration testing using juju of libvirt+kvm with 
ceph (2 @ oct 2): POSTPONED
  [zulcss] Fix apparmor bug preventing libvirt-lxc from mounting blockdevs: TODO

-- 
Virtualization Stack Work for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack

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


[Bug 727514] Re: at now fails during autumn daylight saving change

2013-10-23 Thread linuxwrangler
Ubuntu 13.04, at version 3.1.14. Still broken.

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

Title:
  at now fails during autumn daylight saving change

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

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


[Bug 1243403] Re: Upgrade from qemu 1.0+noroms-0ubuntu14.11 fails

2013-10-23 Thread Serge Hallyn
** Changed in: qemu (Ubuntu)
   Importance: Undecided = High

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

** Changed in: qemu (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

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

Title:
  Upgrade from qemu  1.0+noroms-0ubuntu14.11 fails

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

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


[Bug 1243917] [NEW] 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Patricia Gaughen
Public bug reported:

Was getting MAAS setup on my system, just to play with it, and didn't
enter an email address.  The tool didn't complain about leaving the
email address blank, but when the the tool exited the superuser wasn't
created and an error message was displayed.

Here is the output (and yes, I tried to leave the password blank too..
but note the command complained about leaving it blank)

gaughen@glitter:~$ sudo maas createsuperuser
Username (leave blank to use 'root'): maas_admin
Email address: 
Password: 
Password (again): 
Error: Blank passwords aren't allowed.
Password: 
Password (again): 
IntegrityError: duplicate key value violates unique constraint 
auth_user_email_key
DETAIL:  Key (email)=() already exists.

I think the correct behavior, if the email address is truly required, is
to produce an error message similar to when you try to leave the
password blank.

** Affects: maas
 Importance: Undecided
 Status: New

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

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

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

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

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


[Bug 1204616] Re: AppArmor profile libvirt is incomplete

2013-10-23 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.1.1-0ubuntu9

---
libvirt (1.1.1-0ubuntu9) trusty; urgency=low

  * debian/apparmor/usr.sbin.libvirtd: add audit_write capability
(LP: #1204616)
 -- Serge Hallyn serge.hal...@ubuntu.com   Wed, 23 Oct 2013 14:09:04 -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 libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/1204616

Title:
  AppArmor profile libvirt is incomplete

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

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


[Bug 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Jeroen T. Vermeulen
** Changed in: maas
Milestone: None = 14.04

** Changed in: maas
 Assignee: (unassigned) = Jeroen T. Vermeulen (jtv)

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

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

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


[Bug 1037723] Re: [SRU] move walinuxagent init functionality to cloud-init

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

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

** Changed in: cloud-init (Ubuntu Quantal)
   Status: New = Won't Fix

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

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

Title:
  [SRU] move walinuxagent init functionality to cloud-init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1037723/+subscriptions

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


[Bug 1231490] Re: [SRU] cloud-init should handle formating the azure disks

2013-10-23 Thread Ben Howard
Verified both upgrade and new image paths. Marking as verification-done.

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

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

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

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

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

** Changed in: walinuxagent (Ubuntu Quantal)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Quantal)
   Importance: Medium = Low

** Tags removed: verification-needed
** Tags added: cloud-images verification-done windows-azure

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

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

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

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

Title:
  [SRU] cloud-init should handle formating the azure disks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1231490/+subscriptions

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


[Bug 1195524] Re: race condition / transient failure to provision

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Status: New = Fix Committed

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

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  race condition / transient failure to provision

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

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


[Bug 1188820] Re: shadow file permissions broken

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  shadow file permissions broken

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

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


[Bug 1233315] Re: [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

2013-10-23 Thread Ben Howard
Verified both upgrade and new image paths. Marking as verification-done.

** Changed in: cloud-init (Ubuntu Quantal)
   Status: In Progress = Won't Fix

** 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 cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1233315

Title:
  [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1233315/+subscriptions

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


[Bug 1193380] Re: resource disk mounted at /mnt/resource should be /mnt

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = Critical

** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Critical = Medium

** Changed in: walinuxagent (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

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

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


[Bug 1193404] Re: -verbose flag causes stack trace

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Status: New = Fix Released

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

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  -verbose flag causes stack trace

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

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


[Bug 882825] Re: Does not save the configuration file under ~/.config/

2013-10-23 Thread Robie Basak
 the right location for configuration file storage which is under
~/.config/ and ~/.cache/

I understand that this is what the XDG spec says, but has there actually
been consensus in Debian or Ubuntu that all packages should migrate to
this?

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

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

Title:
  Does not save the configuration file under ~/.config/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/882825/+subscriptions

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


[Bug 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Jeroen T. Vermeulen
For the historical record:

 * createsuperuser is a Django built-in command, not our code.
 * We have our own MAAS-tailored version, createadmin.
 * The email field must be unique and non-null, but can be empty.
 * MAAS already creates a system user with empty email address.
 * A null email address would be the right way to do this, but Django's 
supports null values more or less as an afterthought.

The simple fix is to update the documentation, so it always points users
to createadmin, not createsuperuser.

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

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

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


[Bug 1243850] Re: php5 broken after Saucy 13.10 upgrade

2013-10-23 Thread Robie Basak
Thanks.

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

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

Title:
  php5 broken after Saucy 13.10 upgrade

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

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


[Bug 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2013-10-23 Thread Robie Basak
** Changed in: php-json (Ubuntu)
   Importance: Undecided = High

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

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+subscriptions

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


[Bug 1243476] Re: ubuntu 13.04 to 13.10 upgrade breaks web interface

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

This was fixed in Debian 3.3.0-1 and needs a merge.

** Bug watch added: Debian Bug tracker #718550
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718550

** Also affects: backuppc (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718550
   Importance: Unknown
   Status: Unknown

** Summary changed:

- ubuntu 13.04 to 13.10 upgrade breaks web interface
+ Apache 2.4 transition broke the web interface

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

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

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

Title:
  Apache 2.4 transition broke the web interface

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

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


[Bug 1243476] Re: Apache 2.4 transition broke the web interface

2013-10-23 Thread Robie Basak
A workaround is available but on second thoughts this seems like
essential package functionality to me.

** Changed in: backuppc (Ubuntu)
   Importance: Medium = High

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

Title:
  Apache 2.4 transition broke the web interface

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

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


[Bug 882825] Re: Does not save the configuration file under ~/.config/

2013-10-23 Thread marmuta
** Changed in: onboard (Ubuntu)
   Status: New = Fix Released

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

Title:
  Does not save the configuration file under ~/.config/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/882825/+subscriptions

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


[Bug 1243476] Re: Apache 2.4 transition broke the web interface

2013-10-23 Thread Bug Watch Updater
** Changed in: backuppc (Debian)
   Status: Unknown = Fix Released

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

Title:
  Apache 2.4 transition broke the web interface

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

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


[Bug 1241202] Re: Meta bug for tracking Openstack 2013.1.4 Stable Update

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/quantum

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

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+subscriptions

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


[Bug 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Gavin Panella
Can we create our own wrapper around django-admin (here spelled maas)
that only exposes the commands directly relevant to MAAS. We could have
a maas-django-admin too, for people who want to shoot at their feet.

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

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

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


[Bug 1244026] Re: curtin block-meta selects first entry in unordered list

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:curtin

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

Title:
  curtin block-meta selects first entry in unordered list

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

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


[Bug 1244026] Re: curtin block-meta selects first entry in unordered list

2013-10-23 Thread Scott Moser
** Also affects: curtin (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  curtin block-meta selects first entry in unordered list

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

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


[Bug 1073410] Re: Package referenced by apt-get that does not exist / kernel module not loaded

2013-10-23 Thread PranavS
Any resolutions on this Need it badly...

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

Title:
  Package referenced by apt-get that does not exist / kernel module not
  loaded

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

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


[Bug 1244026] Re: curtin block-meta selects first entry in unordered list

2013-10-23 Thread Scott Moser
** 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 curtin in Ubuntu.
https://bugs.launchpad.net/bugs/1244026

Title:
  curtin block-meta selects first entry in unordered list

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1244026/+subscriptions

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