[Bug 1558991] Re: Wrong sbin/service path in snmpd monit file

2016-03-22 Thread Sergey B Kirpichev
fixed in 1:5.16-1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558991

Title:
  Wrong sbin/service path in snmpd monit file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1436619] Re: package monit 1:5.8.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-08 Thread Sergey B Kirpichev
You should fix you custom init scripts:

insserv: warning: script 'vncserver' missing LSB tags and overrides
insserv: There is a loop between service monit and vncserver if stopped
insserv:  loop involving service vncserver at depth 2
insserv:  loop involving service monit at depth 1
insserv: Stopping vncserver depends on monit and therefore on system facility 
`$all' which can not be true!


** Changed in: monit (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1436619

Title:
  package monit 1:5.8.1-2 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/monit/+bug/1436619/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1436782] Re: /etc/aliases overwritten

2015-12-08 Thread Sergey B Kirpichev
> Does Monit setup OVERWRITE /etc/aliases instead of adding it's
line...?

No, it shouldn't be the case.  Monit _add_ line "monit: root", that's all.  See 
postinst:
echo "monit: root" >> /etc/aliases
test -x /usr/bin/newaliases && newaliases || :


** Changed in: monit (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1436782

Title:
  /etc/aliases overwritten

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1375778] Re: REMOTE_ADDR is not updated, logs ok

2015-12-05 Thread Sergey B Kirpichev
@eljoest
could you try latest patches in the debian repo?

This should solve your issue:
http://anonscm.debian.org/cgit/collab-maint/libapache2-mod-rpaf.git/commit/?id=0f36730a5ab286980ff893c245f3765cfae4a14c

This to keep old LogFormat (otherwise %h will not print proxied IP, but you 
could use %a in LogFormat instead of this patch):
http://anonscm.debian.org/cgit/collab-maint/libapache2-mod-rpaf.git/commit/?id=9e8c30d4efd4e616a5886f151e421084202fc486

btw, why you don't use remoteip module?!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1375778

Title:
  REMOTE_ADDR is not updated, logs ok

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1375778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2014-04-14 Thread Sergey B Kirpichev
** Changed in: monit (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277655

Title:
  Monit fills logs when reading 0 byte pid file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2014-03-01 Thread Sergey B Kirpichev
On Sat, Mar 01, 2014 at 07:10:15AM -, agent 8131 wrote:
> Easy to reproduce. Here's syslog-ng on Ubuntu 12.04:
> 
> monit/conf.d/syslog-ng:
> check process syslog-ng with pidfile /var/run/syslog-ng.pid
>   start program = "/etc/init.d/syslog-ng start"
>   stop program = "/etc/init.d/syslog-ng stop"

I don't any restriction for number of restarts here.  Is
this is a full config?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277655

Title:
  Monit fills logs when reading 0 byte pid file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2014-02-21 Thread Sergey B Kirpichev
Same for 1:5.4-2.

Can you reproduce this:
-->8--
This is not the case, monit is not trying to restart the service, it is 
entering a tight loop trying to read the PID file
-->8--
for this monit's version?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277655

Title:
  Monit fills logs when reading 0 byte pid file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2014-02-21 Thread Sergey B Kirpichev
> This is the only message

Sorry.  Then I'm unable to reproduce this on the current Debian package.
Can you check this version?

> This is not the case, monit is not trying to restart the service, it
is entering a tight loop trying to read the PID file, as I stated.

Here is my steps to check this:
1) install Sid's version of the package
2) install openntpd + edit /etc/init.d/openntpd to exclude -p option
3) manually create (touch on start) and remove (on stop) empty pid file in 
/etc/init.d/openntpd
4) include /etc/monit/monitrc.d/openntpd in /etc/monit/monitrc
5) restart openntpd
6) restart monit

After the last step:
$ cat /var/log/monit.log

[MSK Feb 21 23:13:49] info : monit HTTP server started
[MSK Feb 21 23:13:49] info : 'sid.test' Monit started
[MSK Feb 21 23:13:49] error: monit: Error reading pid from file 
'/var/run/openntpd.pid'
[MSK Feb 21 23:13:49] error: 'ntpd' process is not running
[MSK Feb 21 23:13:49] info : 'ntpd' trying to restart
[MSK Feb 21 23:13:49] info : 'ntpd' stop: /etc/init.d/openntpd
[MSK Feb 21 23:13:49] error: monit: Error reading pid from file 
'/var/run/openntpd.pid'
[...]
[MSK Feb 21 23:13:49] info : 'ntpd' start: /etc/init.d/openntpd
[MSK Feb 21 23:13:49] error: monit: Error reading pid from file 
'/var/run/openntpd.pid'
[...]

[MSK Feb 21 23:14:19] error: 'ntpd' failed to start
[MSK Feb 21 23:16:19] error: monit: Error reading pid from file 
'/var/run/openntpd.pid'
[MSK Feb 21 23:16:19] error: 'ntpd' process is not running
[MSK Feb 21 23:16:19] info : 'ntpd' trying to restart
[MSK Feb 21 23:16:19] info : 'ntpd' stop: /etc/init.d/openntpd
[MSK Feb 21 23:16:19] error: monit: Error reading pid from file 
'/var/run/openntpd.pid'
[MSK Feb 21 23:16:19] info : 'ntpd' stopped
[MSK Feb 21 23:16:19] info : 'ntpd' start: /etc/init.d/openntpd
[MSK Feb 21 23:16:20] error: monit: Error reading pid from file 
'/var/run/openntpd.pid'
[...]
[MSK Feb 21 23:19:21] error: monit: Error reading pid from file 
'/var/run/openntpd.pid'
[MSK Feb 21 23:19:21] error: 'ntpd' failed to start
[MSK Feb 21 23:21:21] error: 'ntpd' service restarted 4 times within 4 
cycles(s) - unmonitor

Yes, I see a lot of spam, but it works well for me.

> Monit should fail gracefully, handling an empty PID file the same way
it would handle a non-existent PID file.

That's very different situations, imho.

** Changed in: monit (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277655

Title:
  Monit fills logs when reading 0 byte pid file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2014-02-21 Thread Sergey B Kirpichev
** Changed in: monit (Ubuntu)
   Status: New => Confirmed

** Changed in: monit (Ubuntu)
 Assignee: (unassigned) => Sergey B Kirpichev (skirpichev)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277655

Title:
  Monit fills logs when reading 0 byte pid file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2014-02-16 Thread Sergey B Kirpichev
** Changed in: monit (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277655

Title:
  Monit fills logs when reading 0 byte pid file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1017327] Re: Monit 5.3.2 not working on Ubuntu 12.04 x86_64

2014-02-11 Thread Sergey B Kirpichev
On Sat, Feb 08, 2014 at 11:55:16PM -, Thom Luxford wrote:
> I've determined that even with the HTTPD interface enabled it is not
> available immediately and one must wait a few minutes on 12.04 Ubuntu 
> installs.

In general, if you don't restart monit every few minites - you
want this to be enabled.

But by default this is turned off since commit 3fae71b:
http://anonscm.debian.org/gitweb/?p=collab-maint/monit.git;a=commitdiff;h=3fae71b

> This was confusing because:
> On version 10.04 Ubuntu installations of monit, the HTTPD interface comes
> online immediately and does not wait for:
> with start delay 
> On version 12.04 Ubuntu installations of monit, the HTTPD interface waits
> for
> with start delay 

There is no "with start delay" option enabled by
default since 1:5.2.4-4.  The only reason to wait may
be /etc/monit/monit_delay file (again, it doesn't exists by default).

> On Sat, Feb 8, 2014 at 8:10 AM, Sergey B Kirpichev <
> 1017...@bugs.launchpad.net> wrote:
> 
> > > Have tried reinstalling monit
> >
> > Please, try to read monit documentaion and configure monit accordingly:
> > http://mmonit.com/monit/documentation/monit.html
> >
> > In the default setup - monit's httpd interface is not enabled.  That's
> > why monit status doesn't work.
> >
> >
> > ** Changed in: monit (Ubuntu)
> >Status: Confirmed => Invalid
> >
> > ** Changed in: monit (Ubuntu)
> >  Assignee: (unassigned) => Sergey B Kirpichev (skirpichev)
> >
> > --
> > You received this bug notification because you are subscribed to the bug
> > report.
> > https://bugs.launchpad.net/bugs/1017327
> >
> > Title:
> >   Monit 5.3.2 not working on Ubuntu 12.04 x86_64
> >
> > Status in "monit" package in Ubuntu:
> >   Invalid
> >
> > Bug description:
> >   I have monit working on several servers but when I install it on
> >   Ubuntu 12.04 64-bit server I get the following error reported in the
> >   log file and monitoring doesn't work.
> >
> >   [EDT Jun 24 21:26:20] error: State file '/var/lib/monit/state':
> >   Unable to read magic
> >
> >   I installed monit with apt-get install monit and the version is 5.3.2
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/ubuntu/+source/monit/+bug/1017327/+subscriptions
> >
> 
> 
> -- 
> +
> @ThomLuxford
> 
> Do you want me to rush the rush job I am rushing now, or rush the rush job
> you wanted me to rush, before I rush the rush job I'm rushing now, or rush
> the rush job I was rushing before?
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1017327
> 
> Title:
>   Monit 5.3.2 not working on Ubuntu 12.04 x86_64
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/monit/+bug/1017327/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017327

Title:
  Monit 5.3.2 not working on Ubuntu 12.04 x86_64

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191076] Re: libapache2-mod-rpaf 0.6.9 doesn't work well in combination with deny/allow operators

2014-02-08 Thread Sergey B Kirpichev
See this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726529

Does this solve your problem?


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

** Changed in: libapache2-mod-rpaf (Ubuntu)
 Assignee: (unassigned) => Sergey B Kirpichev (skirpichev)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191076

Title:
  libapache2-mod-rpaf 0.6.9 doesn't work well in combination with
  deny/allow operators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1191076/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1268270] Re: package libapache2-mod-rpaf 0.6-2ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 2

2014-02-08 Thread Sergey B Kirpichev
*** This bug is a duplicate of bug 1160809 ***
https://bugs.launchpad.net/bugs/1160809

** This bug has been marked a duplicate of bug 1160809
   package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1268270

Title:
  package libapache2-mod-rpaf 0.6-2ubuntu1 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1268270/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1017327] Re: Monit 5.3.2 not working on Ubuntu 12.04 x86_64

2014-02-08 Thread Sergey B Kirpichev
> Have tried reinstalling monit

Please, try to read monit documentaion and configure monit accordingly:
http://mmonit.com/monit/documentation/monit.html

In the default setup - monit's httpd interface is not enabled.  That's
why monit status doesn't work.


** Changed in: monit (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: monit (Ubuntu)
 Assignee: (unassigned) => Sergey B Kirpichev (skirpichev)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017327

Title:
  Monit 5.3.2 not working on Ubuntu 12.04 x86_64

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277655] Re: Monit fills logs when reading 0 byte pid file

2014-02-08 Thread Sergey B Kirpichev
> spews this error to the syslog:
> monit: Error reading pid from file

Is this is the only error you have seen in the log file?  Or there are
others?

I think, there is - e.g. monit tries to restart this service.   If this is the 
case - this is expected.  You should limit the number of restarts for this 
service, like this:
-->8--
if 2 restarts within 3 cycles then unmonitor
-->8--
And you should fix this service - pid file shouldn't be empty!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277655

Title:
  Monit fills logs when reading 0 byte pid file

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1167394] Re: segfaults with php-fpm and current php5-memcached

2013-11-16 Thread Sergey B Kirpichev
In the attached file PHPInstalledModules.txt I don't see any reference
to memcached module!  Is it installed?  Used?  If so, how it's
configured, etc.

> without php-fpm doesn't crash.

Sorry, what that means?  It doesn't crash with enabled the PHP module
memcached AND NOT with php-fpm (e.g. you are using other SAPI,
libapache2-mod-php5 for instance)?  It doesn't crash WITHOUT the
memcached module AND with php-fpm?


** Package changed: php-memcached (Ubuntu) => php5 (Ubuntu)

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1167394

Title:
  segfaults with php-fpm and current php5-memcached

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 624086] Re: package php5-memcached 1.0.0-1build1 failed to install/upgrade: subprocesso instalado o programa post-installation retornou erro do status de saída 1

2013-11-16 Thread Sergey B Kirpichev
It's fixed since debian/2.0.1-4 at least

** Changed in: php-memcached (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/624086

Title:
  package php5-memcached 1.0.0-1build1 failed to install/upgrade:
  subprocesso instalado o programa post-installation retornou erro do
  status de saída 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1219962] Re: package php5-memcached 1.0.2-2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2013-11-16 Thread Sergey B Kirpichev
It's fixed since debian/2.0.1-4 at least

** Changed in: php-memcached (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1219962

Title:
  package php5-memcached 1.0.2-2 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179119] Re: libapache2-mod-rpaf error on remove

2013-11-07 Thread Sergey B Kirpichev
postinst/prerm scripts are removed since 0.6-10; now this package uses
dh_apache2 helper.  I thing, this problem is solved.

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179119

Title:
  libapache2-mod-rpaf error on remove

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1179119/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200963] Re: package libapache2-mod-parser3 3.4.2-2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2013-09-05 Thread Sergey B Kirpichev
*** This bug is a duplicate of bug 1160836 ***
https://bugs.launchpad.net/bugs/1160836

a duplicate of 1160836

** Changed in: parser (Ubuntu)
 Assignee: (unassigned) => Sergey B Kirpichev (skirpichev)

** This bug has been marked a duplicate of bug 1160836
   package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to install/upgrade: el 
subproceso instalado el script pre-removal devolvió el código de salida de 
error 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200963

Title:
  package libapache2-mod-parser3 3.4.2-2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1195401] Re: The package doesn't install the php library GeoIP.php, it only installs the .so library

2013-09-05 Thread Sergey B Kirpichev
Perhaps, you doesn't look to the package description at all.  There is no 
GeoIP.php at all, please see the documentation of the perl extension:
http://www.php.net/manual/en/ref.geoip.php

Probably, you confused with some pure-PHP library, may be this:
https://github.com/maxmind/geoip-api-php

** Changed in: php-geoip (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195401

Title:
  The package doesn't install the php library GeoIP.php, it only
  installs the .so library

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160809] Re: package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-04-19 Thread Sergey B Kirpichev
** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160809

Title:
  package libapache2-mod-rpaf 0.6-2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1160809/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160836] Re: package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to install/upgrade: el subproceso instalado el script pre-removal devolvió el código de salida de error 1

2013-04-01 Thread Sergey B Kirpichev
http://anonscm.debian.org/gitweb/?p=collab-
maint/parser.git;a=commit;h=363c0f87e3afa2f388f444a3f8c602f6dd1a7489

** Changed in: parser (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160836

Title:
  package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to
  install/upgrade: el subproceso instalado el script pre-removal
  devolvió el código de salida de error 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160815] Re: package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-04-01 Thread Sergey B Kirpichev
*** This bug is a duplicate of bug 1160836 ***
https://bugs.launchpad.net/bugs/1160836

** This bug has been marked a duplicate of bug 1160836
   package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to install/upgrade: el 
subproceso instalado el script pre-removal devolvió el código de salida de 
error 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160815

Title:
  package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160837] Re: package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to install/upgrade: el subproceso instalado el script pre-removal devolvió el código de salida de error 1

2013-04-01 Thread Sergey B Kirpichev
*** This bug is a duplicate of bug 1160836 ***
https://bugs.launchpad.net/bugs/1160836

** This bug has been marked a duplicate of bug 1160836
   package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to install/upgrade: el 
subproceso instalado el script pre-removal devolvió el código de salida de 
error 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160837

Title:
  package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to
  install/upgrade: el subproceso instalado el script pre-removal
  devolvió el código de salida de error 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1162385] Re: package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: el subproceso instalado el script pre-removal devolvió el código de salida de error 1

2013-04-01 Thread Sergey B Kirpichev
*** This bug is a duplicate of bug 1160809 ***
https://bugs.launchpad.net/bugs/1160809

** This bug has been marked a duplicate of bug 1160809
   package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162385

Title:
  package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: el
  subproceso instalado el script pre-removal devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1162385/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160809] Re: package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-04-01 Thread Sergey B Kirpichev
fixed in 0.6-8

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160809

Title:
  package libapache2-mod-rpaf 0.6-2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1160809/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1126233] Re: libapache2-mod-rpaf has wrong name in conf file

2013-02-28 Thread Sergey B Kirpichev
libapache2-mod-rpaf (0.6-3) unstable; urgency=low

   * Fixed module naming stuff in rpaf.conf (Thanks to Alexander
 Kuznetsov).  Closes: #653330.
[...]

This fix is in The Quantal Quetzal (current stable release).


** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1126233

Title:
  libapache2-mod-rpaf has wrong name in conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1126233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1106821] Re: RPAFproxy_ips are not properly filtered out

2013-02-06 Thread Sergey B Kirpichev
Please, test this patch:
http://anonscm.debian.org/gitweb/?p=collab-maint/libapache2-mod-rpaf.git;a=blob;f=debian/patches/010_multiple_proxies.patch


** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1106821

Title:
  RPAFproxy_ips are not properly filtered out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1106821/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1029003] Re: Apache access controls do not work with rpaf 0.6-2

2013-02-06 Thread Sergey B Kirpichev
This was fixed in Debian long time ago (0.6-3), fix released in backports...
http://bugs.debian.org/653330

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

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029003

Title:
  Apache access controls do not work with rpaf 0.6-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1029003/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1017327] Re: Monit 5.3.2 not working on Ubuntu 12.04 x86_64

2013-02-04 Thread Sergey B Kirpichev
> But this line in the log is confusing:
> [MSK Dec 9 20:15:52] error : State file '/var/lib/monit/state': Unable
> to read magic

Confusing != monitoring doesn't work.

> Can this message be safely ignored?

In your case, probably "yes".  See example:
https://bugs.launchpad.net/ubuntu/+source/monit/+bug/1017327/comments/2

I think it's ok to see this message once, at first startup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017327

Title:
  Monit 5.3.2 not working on Ubuntu 12.04 x86_64

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1039105] Re: SSL support

2012-12-14 Thread Sergey B Kirpichev
It's not necessary to patch somefing here.

You can easily set additional headers (on proxy) for the backend (with
RequestHeader for apache or with proxy_set_header for nginx) and then
check them on the backend with SetEnvIf.

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1039105

Title:
  SSL support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1039105/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 930540] Re: Mismatching module name in .conf for libapache2-mod-rpaf 0.6-2

2012-12-14 Thread Sergey B Kirpichev
** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930540

Title:
  Mismatching module name in .conf for libapache2-mod-rpaf 0.6-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/930540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676923] Re: php5-memcached module ignores session.gc_maxlifetime

2012-12-13 Thread Sergey B Kirpichev
** Changed in: php-memcached (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/676923

Title:
  php5-memcached module ignores session.gc_maxlifetime

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 922098] Re: getServerByKey doesn't returned a cloned structure

2012-12-13 Thread Sergey B Kirpichev
** Changed in: php-memcached (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/922098

Title:
  getServerByKey doesn't returned a cloned structure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1017327] Re: Monit 5.3.2 not working on Ubuntu 12.04 x86_64

2012-12-09 Thread Sergey B Kirpichev
Please, read first this:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

$ sudo apt-cache policy monit
monit:
  Installed: (none)
  Candidate: 1:5.3.2-1
  Version table:
 1:5.3.2-1 0
500 http://ru.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
$ sudo apt-get install monit
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  exim4 postfix mail-transport-agent
The following NEW packages will be installed:
  monit
0 upgraded, 1 newly installed, 0 to remove and 64 not upgraded.
Need to get 276 kB of archives.
After this operation, 732 kB of additional disk space will be used.
Get:1 http://ru.archive.ubuntu.com/ubuntu/ precise/universe monit amd64 
1:5.3.2-1 [276 kB]
Fetched 276 kB in 0s (1,319 kB/s)
Selecting previously unselected package monit.
(Reading database ... 48857 files and directories currently installed.)
Unpacking monit (from .../monit_1%3a5.3.2-1_amd64.deb) ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Setting up monit (1:5.3.2-1) ...
 * Starting daemon monitor monit
   ...done.
$ pidof monit
1547
$ ls -ld /var/lib/monit
drwxr-xr-x 3 root root 4096 Dec  9 20:15 /var/lib/monit
$ ls -ld /var/lib/monit/state
-rw--- 1 root root 296 Dec  9 20:15 /var/lib/monit/state
$ sudo invoke-rc.d monit restart
 * Stopping daemon monitor monit
   ...done.
 * Starting daemon monitor monit
   ...done.
$ pidof monit
1593
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.1 LTS
Release:12.04
Codename:   precise
$ tail /var/log/monit.log 
[MSK Dec  9 20:15:52] info : monit: generated unique Monit id 
5e4c7ec58230765258661fbb85ade1a5 and stored to '/var/lib/monit/id'
[MSK Dec  9 20:15:52] info : Starting monit daemon
[MSK Dec  9 20:15:52] error: State file '/var/lib/monit/state': Unable to 
read magic
[MSK Dec  9 20:15:52] info : 'system_ubuntu' Monit started
[MSK Dec  9 20:16:26] info : monit daemon with pid [1547] killed
[MSK Dec  9 20:16:26] info : 'system_ubuntu' Monit stopped
[MSK Dec  9 20:16:26] info : Starting monit daemon
[MSK Dec  9 20:16:26] info : 'system_ubuntu' Monit started

** Changed in: monit (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017327

Title:
  Monit 5.3.2 not working on Ubuntu 12.04 x86_64

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 585373] Re: as debian package, please include subconfig files from/etc/monit/conf.d/

2012-12-09 Thread Sergey B Kirpichev
since 1:5.0.3-3

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/585373

Title:
  as debian package, please include subconfig files
  from/etc/monit/conf.d/

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993381] Re: /etc/init.d/monit: 39: [: reload: unexpected operator

2012-12-09 Thread Sergey B Kirpichev
** Changed in: monit (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993381

Title:
  /etc/init.d/monit: 39: [: reload: unexpected operator

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676923] Re: php5-memcached module ignores session.gc_maxlifetime

2012-11-30 Thread Sergey B Kirpichev
fixed in 1.0.2-1+squeeze2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/676923

Title:
  php5-memcached module ignores session.gc_maxlifetime

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 922098] Re: getServerByKey doesn't returned a cloned structure

2012-11-30 Thread Sergey B Kirpichev
fix in 1.0.2-1+squeeze1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/922098

Title:
  getServerByKey doesn't returned a cloned structure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 930540] Re: Mismatching module name in .conf for libapache2-mod-rpaf 0.6-2

2012-11-08 Thread Sergey B Kirpichev
0.6-3

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930540

Title:
  Mismatching module name in .conf for libapache2-mod-rpaf 0.6-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/930540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993381] Re: /etc/init.d/monit: 39: [: reload: unexpected operator

2012-11-08 Thread Sergey B Kirpichev
fixed 1:5.3.2-2

** Changed in: monit (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993381

Title:
  /etc/init.d/monit: 39: [: reload: unexpected operator

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 901956] Re: monit fails to autostart on boot

2012-11-08 Thread Sergey B Kirpichev
If there is no sign of the monit startup (check startup messages or
boot.log) - fix first your init system...

** Changed in: monit (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/901956

Title:
  monit fails to autostart on boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 888046] Re: monit lacks dockumentation

2012-11-08 Thread Sergey B Kirpichev
?!

** Changed in: monit (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/888046

Title:
  monit lacks dockumentation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 383855] Re: libapache2-mod-rpaf is tooo old

2012-08-09 Thread Sergey B Kirpichev
** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/383855

Title:
  libapache2-mod-rpaf is tooo old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/383855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1013162] Re: package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-08-09 Thread Sergey B Kirpichev
apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax
error on line 1 of /etc/apache2/mods-enabled/proxy_html.load: Cannot
load /usr/lib/libxml2.so.2 into server: /usr/lib/libxml2.so.2: cannot
open shared object file: No such file or directory

fix this first

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013162

Title:
  package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1013162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1007669] Re: package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-09 Thread Sergey B Kirpichev
apache2: Syntax error on line 214 of /etc/apache2/apache2.conf: Syntax
error on line 1 of /etc/apache2/mods-enabled/mod-security.load: Cannot
load /usr/lib/libxml2.so.2 into server: /usr/lib/libxml2.so.2: cannot
open shared object file: No such file or directory

fix broken apache config first

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007669

Title:
  package libapache2-mod-rpaf 0.6-2 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/libapache2-mod-rpaf/+bug/1007669/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 995821] Re: package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2012-08-09 Thread Sergey B Kirpichev
fix your apache config

** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995821

Title:
  package libapache2-mod-rpaf 0.6-2 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/995821/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 995780] Re: package libapache2-mod-rpaf 0.6-2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-08-09 Thread Sergey B Kirpichev
> Sorry, but I don't know what's happened.

Fix your apache config, Luke:
-->8--
Enabling module rpaf.
Syntax error on line 30 of /etc/apache2/conf.d/dokuwiki.conf:
Invalid command 'Deny', perhaps misspelled or defined by a module not included 
in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
   ...fail!
-->8--


** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995780

Title:
  package libapache2-mod-rpaf 0.6-2 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/995780/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 995663] Re: package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2012-07-19 Thread Sergey B Kirpichev
need moreinfo

hint: "The Apache error log may have more information" (c)

** Changed in: parser (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995663

Title:
  package libapache2-mod-parser3 3.4.1-3ubuntu1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1006724] Re: coredump while apt installing packages

2012-07-19 Thread Sergey B Kirpichev
3.4.2

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006724

Title:
  coredump while apt installing packages

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs