[Bug 1248283] Re: Juju deploy of Charm in MAAS fails because dbus fails

2014-01-24 Thread Nicola Larosa
I'm hitting this problem inside Precise KVM nodes. The bottom of cloud-
init-output.log has this:

+ start jujud-machine-3
jujud-machine-3 start/running, process 2244
Traceback (most recent call last):
  File /usr/lib/python2.7/logging/handlers.py, line 807, in emit
self._connect_unixsocket(self.address)
  File /usr/lib/python2.7/logging/handlers.py, line 745, in 
_connect_unixsocket
self.socket.connect(address)
  File /usr/lib/python2.7/socket.py, line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
Logged from file __init__.py, line 116

The MAAS KVM node is on Saucy.

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

Title:
  Juju deploy of Charm in MAAS fails because dbus fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1248283/+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 1058760] Re: unmatched entries for dovecot login

2013-05-05 Thread Nicola
patch #works for me

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

Title:
  unmatched entries for dovecot login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1058760/+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 1074777] [NEW] package libldap-2.4-2 2.4.31-1ubuntu2 failed to install/upgrade: trying to overwrite shared '/etc/ldap/ldap.conf', which is different from other instances of package libldap-2.4-2:

2012-11-03 Thread Nicola
Public bug reported:

!

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libldap-2.4-2 2.4.31-1ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Nov  3 00:07:15 2012
ErrorMessage: trying to overwrite shared '/etc/ldap/ldap.conf', which is 
different from other instances of package libldap-2.4-2:i386
InstallationDate: Installed on 2012-10-08 (26 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MarkForUpload: True
SourcePackage: openldap
Title: package libldap-2.4-2 2.4.31-1ubuntu2 failed to install/upgrade: trying 
to overwrite shared '/etc/ldap/ldap.conf', which is different from other 
instances of package libldap-2.4-2:i386
UpgradeStatus: Upgraded to quantal on 2012-11-02 (1 days ago)

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


** Tags: amd64 apport-package quantal

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

Title:
  package libldap-2.4-2 2.4.31-1ubuntu2 failed to install/upgrade:
  trying to overwrite shared '/etc/ldap/ldap.conf', which is different
  from other instances of package libldap-2.4-2:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1074777/+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 1041829] Re: package bacula-director-mysql 5.2.5-0ubuntu6.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-10-15 Thread Nicola Quargentan
I have the same problem.
Has anyone found a solution?

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

Title:
  package bacula-director-mysql 5.2.5-0ubuntu6.1 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/bacula/+bug/1041829/+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 1041829] Re: package bacula-director-mysql 5.2.5-0ubuntu6.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-10-15 Thread Nicola Quargentan
Ok, the answer is stupid. When asked whether to update or not the
database, say no :P

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

Title:
  package bacula-director-mysql 5.2.5-0ubuntu6.1 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/bacula/+bug/1041829/+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 1018171] [NEW] apache2 init script report start success too early

2012-06-26 Thread Nicola
Public bug reported:

apache2 init script after executing apache2ctl start should check if
apache2 is really running before reporting success,

this is problematic for example if you use apache2 init script as lsb
resource in a pacemaker cluster:

1) apache2 init script report success on start
2) pacemaker monitor the resource and find that apache2 is not yet running and 
the cluster service fail
3) pacemaker try to restart apache, after some time the original started apache 
come up

adding a sleep of 5 seconds after apache2ctl start solve the problem and
pacemaker does not fail. If you take a look to the apache RA script you
will see that it monitor apache after starting it to make sure the web
server is really started before returning success

I know ubuntu devs probably don't care about this since they want
migrate init script to upstart, this bug report is to save time for
people who want to use apache2 init script as lsb resource in a
pacemaker cluster,

please note that apache2 init script is one of the few ubuntu init
scripts lsb compliant so it could be used as lsb resource in a pacemaker
cluster without patching if ubuntu could ship this script with the
suggested check.

Please note that using pacemaker (main repo) in ubuntu is not so easy as
should, I need to path bind9,amavis and apache2 init script to use them
as lsb resource and pure-ftpd RA script (see 1017406). All the issues
are fixable in few minutes maybe these small patches should be shipped
in the default packages,

the bugs reported affect at least oneiric and precise

bye
Nicola

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

Title:
  apache2 init script report start success too early

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1018171/+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 1016905] [NEW] dovecot: imap-login segfault

2012-06-23 Thread Nicola
Public bug reported:

After upgradind a server from oneiric to precise I see this error in my
logs:

Jun 23 00:20:29 server1 dovecot: master: Error: service(imap-login):
child 6714 killed with signal 11 (core dumps disabled)

16 hours after the update I have this results:

cat /var/log/mail.log | grep killed with signal 11 | wc -l
592

please fix with an updated dovecot package

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


** Tags: dovecot

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

Title:
  dovecot: imap-login segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1016905/+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 1016905] Re: dovecot: imap-login segfault

2012-06-23 Thread Nicola
looking at the dovecot commit history

http://hg.dovecot.org/dovecot-2.0/shortlog

there are a lot of fixes related to imap login since version 2.0.19
shipped with ubuntu

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

Title:
  dovecot: imap-login segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1016905/+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 1016905] Re: dovecot: imap-login segfault

2012-06-23 Thread Nicola
Hi, can you please instruct on how to enable dovecot core dumps in
ubuntu?

I already tryed 2.0.21 and I have the same issue only when the client is
Microsoft Outlook, other clients such as thunderbird work fine. However
dovecor 2.0.13 works fine

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

Title:
  dovecot: imap-login segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1016905/+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 1016905] Re: dovecot: imap-login segfault

2012-06-23 Thread Nicola
here is the trace

Core was generated by `dovecot/imap-login -D'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f4d01c1a031 in RC4 () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
(gdb) bt full
#0  0x7f4d01c1a031 in RC4 () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
No symbol table info available.
#1  0x0134 in ?? ()
No symbol table info available.
#2  0x00cd in ?? ()
No symbol table info available.
#3  0x7f4d03e97470 in ?? ()
No symbol table info available.
#4  0x7f4d01c80629 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
No symbol table info available.
#5  0x7f4d01f82bcf in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
No symbol table info available.
#6  0x7f4d01f79e04 in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
No symbol table info available.
#7  0x7f4d01f7a134 in ?? () from /lib/x86_64-linux-gnu/libssl.so.1.0.0
No symbol table info available.
#8  0x7f4d027fed6f in ssl_write (proxy=0x7f4d03e7c0a0)
at ssl-proxy-openssl.c:499
ret = optimized out
#9  0x7f4d027fee68 in plain_read (proxy=0x7f4d03e7c0a0)
at ssl-proxy-openssl.c:308
ret = optimized out
corked = true
---Type return to continue, or q return to quit---
#10 0x7f4d025b5c98 in io_loop_call_io (io=0x7f4d03e84b10) at ioloop.c:384
ioloop = 0x7f4d03e3e680
t_id = 2
#11 0x7f4d025b6d27 in io_loop_handler_run (ioloop=optimized out)
at ioloop-epoll.c:213
ctx = 0x7f4d03e505a0
events = 0x6579351d
event = 0x7f4d03e50610
list = 0x7f4d03e93690
io = optimized out
tv = {tv_sec = 59, tv_usec = 999832}
msecs = optimized out
ret = 1
i = optimized out
call = optimized out
#12 0x7f4d025b5c28 in io_loop_run (ioloop=0x7f4d03e3e680) at ioloop.c:405
No locals.
#13 0x7f4d025a3e33 in master_service_run (service=0x7f4d03e3e550, 
callback=optimized out) at master-service.c:481
No locals.
#14 0x7f4d027f7cc2 in main (argc=2, argv=0x7f4d03e3e370) at main.c:371
set_pool = 0x7f4d03e3e880
allow_core_dumps = optimized out
---Type return to continue, or q return to quit---
login_socket = 0x7f4d02800763 login
c = optimized out
#15 0x7f4d021d676d in __libc_start_main ()
   from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#16 0x7f4d02c2d5a9 in _start ()
No symbol table info available.

I'm sending to the dovecot list too

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

Title:
  dovecot: imap-login segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1016905/+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 1016905] Re: dovecot: imap-login segfault

2012-06-23 Thread Nicola
the bug is in openssl not dovecot, please take a look here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666405

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

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

Title:
  dovecot: imap-login segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1016905/+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 1016905] Re: dovecot: imap-login segfault

2012-06-23 Thread Nicola
I recompiled openssl applying this patch:

http://cvs.openssl.org/chngview?cn=22415

and now dovecot works fine,

please apply to precise,

Nicola

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

Title:
  dovecot: imap-login segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1016905/+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 683640] Re: status_of_proc is returning incorrect error code

2011-11-11 Thread Nicola
same in oneiric, corosync is in main and cannot use init script as lsb
resource, please fix!

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

Title:
  status_of_proc is returning incorrect error code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/683640/+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 247084] Re: bind9 init script status_of_proc() call should use pid

2011-11-06 Thread Nicola
bind9 in oneiric still has this problem:

you can reproduce as follow:
- bind not running:

/etc/init.d/bind9 status
echo $?
4

the correct lsb output is 3

same problem amavis and many other scripts, this way you cannot use
ubuntu lsb script in cluster products such as pacemaker

Nicola

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

Title:
  bind9 init script status_of_proc() call should use pid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/247084/+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 164473] Re: Oracle 11g client work only with version 2.2.12

2011-01-28 Thread Nicola Quargentan
Thanks Micah
I submitted my request:
https://bugs.launchpad.net/lucid-backports/+bug/709177

Nicola.

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

Title:
  Oracle 11g client work only with version 2.2.12

-- 
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 164473] Re: Oracle 11g client work only with version 2.2.12

2010-12-29 Thread Nicola Quargentan
Maverick has the version 2.2.14.
Is there any hope to have at least ver. 2.2.12 on lucid?

Thanks, Nicola.

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

Title:
  Oracle 11g client work only with version 2.2.12

-- 
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 608685] Re: bind9 fails to start in Lucid Lynx, can't read openssl.cnf

2010-12-03 Thread Nicola Ferralis
Actually there is another way. For some reason unknown reason, a
previous installation of bind installed a folder named in /var/lib
that somehow was creating problems. Uninstalling bind9, removing the
/usr/lib/named folder and reinstalling bind9 worked just fine. Therefore
please disregard my previous comment (#5).

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

Title:
  bind9 fails to start in Lucid Lynx, can't read openssl.cnf

-- 
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 608685] Re: bind9 fails to start in Lucid Lynx, can't read openssl.cnf

2010-12-02 Thread Nicola Ferralis
Still having this issue and the suggested workaround doesn't seem to
work. However it works if I add the line:

/var/lib/named/etc/bind/* r,

to the file /etc/apparmor.d/usr.sbin.named

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

Title:
  bind9 fails to start in Lucid Lynx, can't read openssl.cnf

-- 
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 574557] Re: package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. Reinstall goes

2010-05-07 Thread Nicola Ferralis
Reopening the bug. The entry in the dpkg.log is shown below:

2010-05-07 19:07:36 startup packages configure
2010-05-07 19:08:18 startup packages purge
2010-05-07 19:08:18 status half-configured mysql-server-5.1 5.1.41-3ubuntu12
2010-05-07 19:08:19 startup packages configure
2010-05-07 19:08:38 startup archives unpack
2010-05-07 19:08:38 upgrade mysql-server-5.1 5.1.41-3ubuntu12 5.1.41-3ubuntu12
2010-05-07 19:08:38 status half-configured mysql-server-5.1 5.1.41-3ubuntu12

Currently hanging while trying to reinstall.

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = New

-- 
package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package is 
in a very bad inconsistent state - you should  reinstall it before attempting a 
removal. Reinstall goes so far then freezes.
https://bugs.launchpad.net/bugs/574557
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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