[Bug 1257186] Re: memory leakage messages (no talloc stackframe)

2014-09-02 Thread goofrider
I checked Samba changelog, the patch was included in Samba 4.1.10. It's
scheduled for release with Trusty 14.04.2 can manually pull the Samba
package from Utopic (currently @ 4.1.11) now. You can also use this PPA,
which tracks the latest Samba upstream releases.

https://launchpad.net/~martinx/+archive/ubuntu/ig


From http://www.samba.org/samba/history/samba-4.1.10.html


BUG 8449: Simple use case results in no talloc stackframe around, leaking
  memory error.)

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

Title:
  memory leakage messages (no talloc stackframe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1291374] Re: package libapache2-mod-php5 (not installed) failed to install/upgrade: под процеса инсталиран е скрипта post-installation върна грешка за състояние за излизане от 1

2014-09-02 Thread goofrider
I'm being affected by the same bug. Defining ServerName doesn't help.

Same issue reported in another bug report:

https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1241498

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

Title:
  package libapache2-mod-php5 (not installed) failed to install/upgrade:
  под процеса инсталиран е скрипта post-installation върна грешка за
  състояние за излизане от 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1291374/+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 1241498] Re: package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-09-02 Thread goofrider
I have the same problem here. Install and postinst went fine but dpkg
still thinks postinst failed.

---

php5_invoke pdo: already enabled for apache2 SAPI
php5_invoke opcache: already enabled for apache2 SAPI
php5_invoke pdo_pgsql: already enabled for apache2 SAPI
php5_invoke mysql: already enabled for apache2 SAPI
php5_invoke readline: already enabled for apache2 SAPI
php5_invoke pgsql: already enabled for apache2 SAPI
php5_invoke json: already enabled for apache2 SAPI
php5_invoke mysqli: already enabled for apache2 SAPI
php5_invoke pdo_mysql: already enabled for apache2 SAPI
dpkg: error processing package libapache2-mod-php5 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 libapache2-mod-php5
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

2014-09-02 Thread goofrider
Judging from the output from libapache2-mod-php5filter...



  php5_invoke: Enable module mysqli for apache2filter SAPI
  php5_invoke: Enable module pdo_mysql for apache2filter SAPI
  apache2_invoke: Enable module php5filter
   * Restarting web server apache2


In /var/lib/dpkg/info/libapache2-mod-php5.postinst...


# Automatically added by dh_apache2
if php5_enable; then
if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
. /usr/share/apache2/apache2-maintscript-helper
for conf in php5  ; do
apache2_invoke enmod $conf  || exit $?
done
fi
fi
# End automatically added section


Since php5_enable() always produce an error msg before it exit with
status 1, and apache2_invoke was never called, it looks like the only
culprit would be for conf in php5 returned nothing.

It looks like I previously have apache2 and mod-php5 installed and I
moved the entire /etc/apache2 elsewhere to solve a previous apache2
upgrade problem, so that might have contributed to it. Looks to me
/etc/apache2/mods-available/php5.{conf,load} weren't there and normal
remove/reinstall doesn't check for it to put them back. purge/reinstall
fixed it.

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

Title:
  package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1241498/+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 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2009-02-20 Thread goofrider
Oh I forgot to mention, the problem is if a package requires libapache2
-mod-php5, it forces the mpmpork version of Apache. As long as a php
package use the php5 metapackage instead of requiring libapache2-mod-
php5 directly, mpmworker can be installed.

-- 
PHP5 or PHP4 for apache2-mpm-worker
https://bugs.launchpad.net/bugs/12296
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-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 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2009-02-20 Thread goofrider
 My opinion is that novices should use mpm_prefork.

No offense but that's a very Debian-esque answer.

Sure most of us can get PHP5 + FCGI to work, but the problem is a lot of
ubuntu/debian php webapp pacakges (e.g. phpmyadmin, etc.) use the
mod_php5 package in their dependencies rather than the php5 metapackage,
and put php directives in their httdp.conf/.htaccess with no IfModule
lines.

You may be right that another package is not needed. As the php5-cgi +
ibapache2-mod-fcgid packages are sufficient. What we need is a clear
policy that php webapp packages should depends on the php5 metapackage
rather than lipapache2-mod-php5.

-- 
PHP5 or PHP4 for apache2-mpm-worker
https://bugs.launchpad.net/bugs/12296
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-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 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2008-10-22 Thread goofrider
@ Guillermo Pérez

I totally agree with you that a libapache-mod-php5-fastcgi package
should be released to take care of this issue.

-- 
PHP5 or PHP4 for apache2-mpm-worker
https://bugs.launchpad.net/bugs/12296
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

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