[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
PHP5 can be used without any web related stuff.
So there is no need to pull web stuff when PHP5 is installed.
On the other side, php5-cgi does need web stuff as CGI a web technology.
Your suggestion proved to be good, though.

** Changed in: php5 (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
I moved the status to confirmed for the considerations in the above
comment #4.

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Robie Basak
I don't see any issue with the current php5 dependency structure, so you
need to explain what you mean in detail. Please could you explain
exactly what the problem is, and how you think the dependency structure
should be changed?

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

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
I'm sorry I cannot say which dependencies I'd like to have: I have no idea.
All I can tell you is that among php5 dependencies I see:


libapache2-mod-php5 (= 5.4.6-1ubuntu1) | libapache2-mod-php5filter (= 
5.4.6-1ubuntu1) | php5-cgi (= 5.4.6-1ubuntu1) | php5-fpm (= 5.4.6-1ubuntu1),

If I'm not wrong, it says that I need ad least one of them in order to have 
PHP5.
All of these dependencies seem to imply a web server and two imply specifically 
Apache2.
Which seems to be wrong in my humble opinion: I am supposed I can use PHP5 with 
no webserver at all.

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Ondřej Surý
You seem to mix PHP 5 (as in the interpreter) and php5 meta-package.

It would be nice to at least read the description of the packages you
are reporting bugs to:

--cut here--
Description: server-side, HTML-embedded scripting language (metapackage)
 This package is a metapackage that, when installed, guarantees that you
 have at least one of the four server-side versions of the PHP5 interpreter
 installed. Removing this package won't remove PHP5 from your system, however
 it may remove other packages that depend on this one.
--cut here--

There is no bug here, if you want to use php5 without web server feel
free to remove php5 meta-package and install php5-cli package.

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
You are very likely right.
I tried to test a web application which needed a number of php5 stuff to be 
pulled.
Once I decided the tests were over, I tried to uninstall those packages.
The end situation was the one I described.

php5-cgi says:
Description-en: server-side, HTML-embedded scripting language (CGI binary)
 This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built
 for use in Apache 2 with mod_actions, or any other CGI httpd that
 supports a similar mechanism.  Note that MOST Apache users probably
 want the libapache2-mod-php5 package.
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml
 mbstring mhash openssl pcntl pcre Phar posix Reflection session shmop
 SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx
 xml xmlreader xmlwriter zip zlib.

apache2 says:
Description-en: Apache HTTP Server metapackage
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy
 scripting and database integration, request/response filtering, many
 flexible authentication schemes, and more.

I don't really understand from the descriptions how they are mutually 
exclusive, as seen in my 1st post.
Moreover, if one of them requires php5, that package should get expunged along 
with them, whichever I ask to uninstall.

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1077434] [NEW] Apache 2.2.14 Server Status no longer available

2012-11-10 Thread Richard de Rivaz
Public bug reported:

Having upgraded Apache today to 2.2.14 the server status request
(http://127.0.0.1/server-status) now produces the following error:

Bad Request

Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.

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

Title:
  Apache 2.2.14 Server Status no longer available

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

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


[Bug 1008385] Re: apache-mpm-itk writes wrong process name in /proc/$$/status

2012-11-10 Thread Vladimir Kulev
As well as apache2-mpm-prefork

** Also 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/1008385

Title:
  apache-mpm-itk writes wrong process name in /proc/$$/status

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

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


[Bug 1077483] [NEW] automount.8: Macro .RE without .RS; some spelling corrections to the manual

2012-11-10 Thread Bjarnig Ingi Gislason
Public bug reported:

Software: autofs5
Version: 5.0.4-3.1ubuntu5.1
File: automount.8
Patch: Yes

  Warnings from GROFF_ENCODING=utf8 groff -b -ww -mandoc -z ...

groff: automount.8: /usr/share/groff/1.20.1/tmac/an-old.tmac:592: backtrace: 
macro `RE'
groff: automount.8:102: warning: number register `an-saved-margin1' not 
defined
groff: automount.8: /usr/share/groff/1.20.1/tmac/an-old.tmac:593: backtrace: 
macro `RE'
groff: automount.8:102: warning: number register 
`an-saved-prevailing-indent1' not defined

  Some spelling corrections

  Hypen changed to minus (dash).

#
  Output from nroff should (usually) have only the left margin
adjusted (.ad l).  Otherwise the space between words can be too long.

  Output for a manual should (usually) have the right margin ragged
(.ad l), as it is not (usually) intended for a book or other
professional printing medium.

#
  Each sentence should begin in a new line.

a) The space between sentences is different between formatters.

b) Changes in one line do then not affect others, and do therefore not
appear as changed in the output of diff.

#
  Sometimes a small change in space between a roman and an italic
character is needed (use .RI or .IR macros).

#
  Remove spaces at end of lines.

#
  Protect the last full stop (period) in abbreviations or ellipses
(with \) if it is not at the end of a sentence.

#
  Protect the full stop (period) at the beginning of text (word) or
ellipsis.

#
  Protect a single quote (', apostrophe) (with \) at the start of the
quoted text.

##

ProblemType: Bug
Architecture: amd64
Date: Sat Nov 10 21:21:21 2012
Dependencies:
 coreutils 7.4-2ubuntu3
 debconf 1.5.28ubuntu4
 debconf-i18n 1.5.28ubuntu4
 dpkg 1.15.5.6ubuntu4.6
 findutils 4.4.2-1ubuntu1
 gcc-4.4-base 4.4.3-4ubuntu5.1
 libacl1 2.2.49-2
 libattr1 1:2.4.44-1
 libc-bin 2.11.1-0ubuntu7.11
 libc6 2.11.1-0ubuntu7.11
 libgcc1 1:4.4.3-4ubuntu5.1
 liblocale-gettext-perl 1.05-6
 libselinux1 2.0.89-4
 libstdc++6 4.4.3-4ubuntu5.1
 libtext-charwidth-perl 0.04-6
 libtext-iconv-perl 1.7-2
 libtext-wrapi18n-perl 0.06-7
 lzma 4.43-14ubuntu2
 perl-base 5.10.1-8ubuntu2.1
 tzdata 2012e-0ubuntu0.10.04
 ucf 3.0025
DistroRelease: Ubuntu 10.04
Package: autofs5 5.0.4-3.1ubuntu5.1
PackageArchitecture: amd64
ProcEnviron:
 PATH=(custom, no user)
 LOCPATH=/var/tmp/username/lib/locale
 LANG=is_IS.ISO-8859-1
 SHELL=/bin/csh
ProcVersionSignature: Ubuntu 2.6.35-25.44~lucid1-generic 2.6.35.10
SourcePackage: autofs5
Tags: lucid
Uname: Linux 2.6.35-25-generic x86_64
 
 
  Patch is in the attachment.

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


** Tags: manpage patch

** Patch added: automount.8.diff
   
https://bugs.launchpad.net/bugs/1077483/+attachment/3429892/+files/automount.8.diff

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

Title:
  automount.8: Macro .RE without .RS; some spelling corrections to
  the manual

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

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


[Bug 1077483]

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

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

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

Title:
  automount.8: Macro .RE without .RS; some spelling corrections to
  the manual

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

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


[Blueprint servercloud-r-openstack-packaging] Openstack packaging

2012-11-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items set to:
Work items:
Move packaging to the master branches: TODO
Automate cloud archive branches: TODO
Design process workflow for openstack packaging branches: TODO
Write up process workflow for openstack packaging branches: TODO

-- 
Openstack packaging
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-packaging

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


[Blueprint servercloud-r-openstack-packaging] Openstack packaging

2012-11-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Definition Status: Discussion = Review

-- 
Openstack packaging
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-packaging

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


[Blueprint servercloud-r-openstack-grizzly] Openstack next steps

2012-11-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Definition Status: Discussion = Review

-- 
Openstack next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-grizzly

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


[Bug 1076811] Re: Cloud-init modules do not reflect loaded config

2012-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  Cloud-init modules do not reflect loaded config

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

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


[Bug 1070322] [NEW] again creation of quantum db

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

If there is some corruption in db , and need to create the db again , so 
restarting only the quantum service does'nt work ,
as it does'nt reads the db information from plugins file , need to define the 
config file explictily

quantum-server --config-
file=/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini --config-
file=/etc/quantum/quantum.conf

then only quantum-server creates the db.

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

-- 
again creation of quantum db
https://bugs.launchpad.net/bugs/1070322
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to quantum 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