[Bug 1244343] Re: Regression in system fallback for date_default_timezone_get()

2013-12-01 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Unknown => New

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

Title:
  Regression in system fallback for date_default_timezone_get()

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

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


[Blueprint servercloud-1311-maas] MAAS activities for 14.04

2013-12-01 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard set to:
[GOAL]
Ensure that MAAS remains well support for Ubuntu 14.04.

[RATIONALE]
MAAS has been in Ubuntu since Precise now, and is established and stable 
default deployment system. MAAS continues its improvements, and the next 
release 1.5 will be made available in Ubuntu.

[USER STORIES]
James is sysadmin who wants to deploy OpenStack easily, and uses MAAS and juju 
to do it.

Jorge is a developer who wants to deploy workloads in real hardware., He
uses MAAS to deploy the machines and juju to deploy the workloads.

[ASSUMPTIONS]
MAAS QA lab will be used to make sure upstream maas and packaging is working as 
expected.

[RISKS]
None. Upgrades should occur flawlessly

[IN SCOPE]
* Packaging changes.
* MIR Requests for new dependencies.

[USER ACCEPTANCE]
Multinode MAAS testing is run daily.

-- 
MAAS activities for 14.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-maas

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


[Bug 1211110] Re: network manager openvpn dns push data not updating resolv.conf

2013-12-01 Thread Paul Edwards
I'm running 12.04LTS and this effects me. Massively painful that I
cannot get DNS servers added from our openvpn server.

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

Title:
  network manager openvpn dns push data not updating resolv.conf

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

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


[Bug 1256671] Re: [needs-packaging] lm-sensors 3.3.4

2013-12-01 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Changed in: lm-sensors (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  [needs-packaging] lm-sensors 3.3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1256671/+subscriptions

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


[Bug 1256721] [NEW] recompiling with nostrip fails due to a error in overwrite_dh_strip

2013-12-01 Thread Giancarlo Pellegrino
Public bug reported:

== PROBLEM ==

I recompiled apache2 with debug symbols and -linsturment-functions as
follows:

$ export DEB_BUILD_OPTIONS="debug nostrip"
$ export DEB_CFLAGS_APPEND="-finstrument-functions"
$ fakeroot apt-get source -b apache2

The creation of the deb files failed (this is part of the complete log):

[...]
make[1]: Entering directory `/src/apache2-2.2.22'
dh_strip --dbg-package=apache2-dbg -Napache2-dbg -Xusr/lib/apache2/mpm
set -e \
if [ "Ubuntu" != "Ubuntu" ] && [ -n "" ] ; then \
for i in worker prefork event itk; do \
MPM=usr/lib/apache2/mpm-$i/apache2 ;\
objcopy --only-keep-debug debian/build-tree/$i/apache2 \
debian/apache2-dbg/usr/lib/debug/$MPM-mpm-$i ;\
chmod 644 debian/apache2-dbg/usr/lib/debug/$MPM-mpm-$i 
;\
strip --remove-section=.comment --remove-section=.note 
--strip-unneeded \
debian/apache2.2-bin/$MPM ;\
objcopy 
--add-gnu-debuglink=debian/apache2-dbg/usr/lib/debug/$MPM-mpm-$i \
debian/apache2.2-bin/$MPM ;\
done ;\
fi
make[1]: *** [override_dh_strip] Error 1
make[1]: Leaving directory `/src/apache2-2.2.22'
make: *** [binary] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
Build command 'cd apache2-2.2.22 && dpkg-buildpackage -b -uc' failed.
NOTICE: 'apache2' packaging is maintained in the 'Bzr' version control system 
at:
http://code.launchpad.net/ubuntu/+source/apache2
Please use:
bzr branch http://code.launchpad.net/ubuntu/+source/apache2
to retrieve the latest (possibly unreleased) updates to the package.
Skipping already downloaded file 'apache2_2.2.22-1ubuntu1.4.dsc'
Skipping already downloaded file 'apache2_2.2.22.orig.tar.gz'
Skipping already downloaded file 'apache2_2.2.22-1ubuntu1.4.debian.tar.gz'
Need to get 0 B of source archives.
E: Child process failed


== FIX ==

By changing the debian/rules file line  277 from: 
277:   set -e \

to:
277:   set -e ;\

the problem is fixed.

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


** Tags: nostrip

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

Title:
  recompiling with nostrip fails due to a error in overwrite_dh_strip

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

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


[Bug 1256671] Re: [needs-packaging] lm-sensors 3.3.4

2013-12-01 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  [needs-packaging] lm-sensors 3.3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1256671/+subscriptions

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


[Bug 1256671] Re: [needs-packaging] lm-sensors 3.3.4

2013-12-01 Thread Sergio Benjamim
** Tags added: trusty

** Tags added: needs-packaging

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

Title:
  [needs-packaging] lm-sensors 3.3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1256671/+subscriptions

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


[Bug 1256671] [NEW] [needs-packaging] lm-sensors 3.3.4

2013-12-01 Thread Sergio Benjamim
Public bug reported:

Needs packaging for new version of lm-sensors, 3.3.4.

URL: http://www.lm-sensors.org/
License: LGPL

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [needs-packaging] lm-sensors 3.3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1256671/+subscriptions

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