[Bug 1032923] [NEW] package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified: usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be confi

2012-08-04 Thread Олег
Public bug reported:

Не знаю

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libldap-2.4-2 2.4.28-1.1ubuntu4 [modified: 
usr/share/doc/libldap-2.4-2/changelog.Debian.gz]
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Sat Aug  4 11:12:27 2012
ErrorMessage: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be configured 
because libldap-2.4-2
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
SourcePackage: openldap
Title: package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified: 
usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: 
libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be configured because libldap-2.4-2
UpgradeStatus: Upgraded to precise on 2012-04-28 (97 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified:
  usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to
  install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be
  configured because libldap-2.4-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1032923/+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 1032923] Re: package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified: usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be configu

2012-08-04 Thread Олег
-- 
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/1032923

Title:
  package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified:
  usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to
  install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be
  configured because libldap-2.4-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1032923/+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 1029415] Re: package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified: usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be configu

2012-08-04 Thread Clint Byrum
Hello Oleg, thanks for taking the time to file this bug report.

It looks like you have different versions of libldap-2.4-2 for i386
(32-bit) and amd64.

Its not clear how that happened, but there are two things you can try:

sudo apt-get -f install

This may fix the versions and get them in sync

Otherwise

sudo apt-get install libldap-2.4-2=2.4.28-1.1ubuntu4

That may also do it.

Either way, this is at worst a problem with dpkg or apt, not openldap,
and it looks like it is just a weird circumstance of package mixup on
your system that would likely be very hard to reproduce given the
information we have. I'm going to close this bug, but if you have more
information please feel free to open a new bug report or re-open this
bug by setting its status to New.

** Changed in: openldap (Ubuntu)
   Status: New = Invalid

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

Title:
  package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified:
  usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to
  install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be
  configured because libldap-2.4-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1029415/+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 1027823] Re: defining a service with parameters leads to errors is service is remote

2012-08-04 Thread Clint Byrum
Hi Thomas, thanks for the excellent bug report!

I verified that this works fine in Nagios 3.4 from quantal, but is
broken in the Nagios from precise.

Its conceivable that the fix can be backported. The problem is that the
command is being called with everything from the ! to the eol as one
argument, so

exec('check_nrpe','-c','check_load','-a','40.0 32.0 28.0 48.0 40.0
36.0')

In 3.4 it gets called as

exec('check_nrpe','-c','check_load','-a','40.0','32.0','28.0','48.0','40.0,'36.0')


** Changed in: nagios3 (Ubuntu)
   Status: New = Confirmed

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

** Changed in: nagios3 (Ubuntu)
   Importance: Undecided = Medium

** Also affects: nagios3 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nagios3 (Ubuntu Precise)
   Status: New = Triaged

** Changed in: nagios3 (Ubuntu Precise)
   Importance: Undecided = Medium

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

Title:
  defining a service with parameters leads to errors is service is
  remote

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1027823/+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 1029682] Re: python-greenlet-dbg does not contain required debug symbols

2012-08-04 Thread Clint Byrum
I see the same thing, marking as Confirmed/Medium

(precise-amd64)root@clint-MacBookPro:/home/clint# python2.7-dbg -c 'import 
greenlet'
Traceback (most recent call last):
  File string, line 1, in module
ImportError: /usr/lib/python2.7/dist-packages/greenlet.so: undefined symbol: 
Py_InitModule4_64
[18263 refs]
(precise-amd64)root@clint-MacBookPro:/home/clint# dpkg -L python-greenlet-dbg
/.
/usr
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/lib
/usr/lib/debug/usr/lib/python2.7
/usr/lib/debug/usr/lib/python2.7/dist-packages
/usr/lib/debug/usr/lib/python2.7/dist-packages/greenlet.so
/usr/share
/usr/share/doc
/usr/share/doc/python-greenlet-dbg


** Changed in: python-greenlet (Ubuntu)
   Status: New = Fix Released

** Changed in: python-greenlet (Ubuntu)
   Importance: Undecided = Medium

** Also affects: python-greenlet (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: python-greenlet (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: python-greenlet (Ubuntu Precise)
   Importance: Undecided = Medium

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

Title:
  python-greenlet-dbg does not contain required debug symbols

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-greenlet/+bug/1029682/+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 990751] Re: package slapd 2.4.28-1.1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-08-04 Thread Omar BOURAS
I got the same issue which I reported in
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/999153/comments/4

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

Title:
  package slapd 2.4.28-1.1ubuntu4 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/openldap/+bug/990751/+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 1029760] Re: missing dependancy python-support

2012-08-04 Thread Clint Byrum
Hi Sam, thanks for taking the time to file a bug report. The version you
are reporting is not an official Ubuntu version of glance. For precise
these are the supported versions:

glance | 2012.1-0ubuntu2 |   precise | source, all
glance | 2012.1+stable~20120608-5462295-0ubuntu2.2 | precise-updates | 
source, all

And for Diablo (2011.3) these are the supported versions (only on
oneiric):

glance | 2011.3-0ubuntu4 |   oneiric | source, all
glance | 2011.3-0ubuntu4.1 | oneiric-updates | source, all

I would suggest you approach whomever has provided you with these
packages for support.

** Changed in: glance (Ubuntu)
   Status: New = Invalid

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

Title:
  missing dependancy python-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1029760/+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 1029769] Re: package snmpd 5.4.3~dfsg-2ubuntu1.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 zurück

2012-08-04 Thread Clint Byrum
Hello Harald, thanks for taking the time to file a bug report.

I am not able to reproduce your issue. The symbold reported as missing
is in libsnmp15,  specifically /usr/lib/libsnmpagent.so.15.1.2

You may want to try reinstalling libsnmp15 and snmpd, try

sudo apt-get --reinstall install snmpd libsnmp15

If that does not work, please come back here and paste the output of
'ldd /usr/sbin/snmpd'

Marking Incomplete/Low for now.

** Changed in: net-snmp (Ubuntu)
   Status: New = Incomplete

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package snmpd 5.4.3~dfsg-2ubuntu1.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  127 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1029769/+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 1029817] Re: Please enable bash completion

2012-08-04 Thread Clint Byrum
Thanks James, marking as Triaged/Wishlist. You should propose a merge
into the packaging branch next.

** Changed in: python-novaclient (Ubuntu)
   Status: New = Triaged

** Changed in: python-novaclient (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Please enable bash completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-novaclient/+bug/1029817/+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 1029766] Re: keystone logrotate has output when restarting keystone

2012-08-04 Thread Clint Byrum
For the Ubuntu packaging, you can

bzr branch lp:~ubuntu-server-dev/keystone/essex

edit the file (debian/keystone.logrotate)

Then propose merging.

I think.. not entirely sure if thats the workflow the team uses, but it
would be the usual Ubuntu packaging workflow.

Anyway, confirmed that this bug exists and needs fixing.

** Changed in: keystone (Ubuntu)
   Status: New = Triaged

** Changed in: keystone (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  keystone logrotate has output when restarting keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1029766/+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 1026991] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu3.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-08-04 Thread Clint Byrum
Hi zodacare, thanks for taking the time to file a bug report.

Starting amavisd:   The value of variable $myhostname is ubuntu, but should 
have been
  a fully qualified domain name; perhaps uname(3) did not provide such.
  You must explicitly assign a FQDN of this host to variable $myhostname
  in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a host's 
  network name!
(failed).

This looks to be an error in your system configuration. Your server
needs a FQDN to work properly with amavisd, and the error is
intentional, so this is not a bug. If you have further information to
indicate it might be, please feel free to open a new bug report or re-
open this one by setting the status back to New.

** Changed in: amavisd-new (Ubuntu)
   Status: New = Invalid

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

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu3.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/amavisd-new/+bug/1026991/+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 1029506] Re: package clamav-milter 0.97.3+dfsg-2.1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-04 Thread Clint Byrum
Hi David. Thanks for taking the time to file this bug report. Your error
message is this:

Setting up clamav-milter (0.97.3+dfsg-2.1ubuntu1) ...
 * /usr/sbin/clamav-milter already running
invoke-rc.d: initscript clamav-milter, action start failed.
dpkg: error processing clamav-milter (--configure):
 subprocess installed post-installation script returned error exit status 1

This is odd as the preinstall script for clamav-milter stops the
service to make sure this does not happen. If you stopped any upgrades
or configuration half-way and rebooted, that might cause this.

Anyway, I don't see a bug we can address here, so I'm closing the
report. If you have more information that might suggest otherwise,
please feel free to re-open this bug report by changing the status back
to New.

** Changed in: clamav (Ubuntu)
   Status: New = Invalid

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

Title:
  package clamav-milter 0.97.3+dfsg-2.1ubuntu1 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/clamav/+bug/1029506/+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 1030266] Re: package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-04 Thread Clint Byrum
Hello prathap, I believe you are missing the server configuration file:

 MySQLConf.etc.mysql.my.cnf: Error: [Errno 2] No such file or directory:
'/etc/mysql/my.cnf'

You can restore it by purging the package and re-installing, though that
may remove your data. You can also manually re-install the package with
this option:

sudo dpkg --force-confmiss -i /var/cache/apt/archives/mysql-
server-5.5_5.5.24-0ubuntu0.12.04.1_i386.deb

Anyway, I don't see a bug we can address here, as the system is working
as it is intended. Please feel free to re-open the bug report if you
have further information.

** Changed in: mysql-5.5 (Ubuntu)
   Status: New = Invalid

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

Title:
  package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 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/mysql-5.5/+bug/1030266/+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 1032923] Re: package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified: usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be configu

2012-08-04 Thread Clint Byrum
*** This bug is a duplicate of bug 1029415 ***
https://bugs.launchpad.net/bugs/1029415

** This bug has been marked a duplicate of bug 1029415
   package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified: 
usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to install/upgrade: 
libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be configured because libldap-2.4-2

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

Title:
  package libldap-2.4-2 2.4.28-1.1ubuntu4 [modified:
  usr/share/doc/libldap-2.4-2/changelog.Debian.gz] failed to
  install/upgrade: libldap-2.4-2:amd64 2.4.28-1.1ubuntu4 cannot be
  configured because libldap-2.4-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1032923/+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 1031395] Re: tomcat6 and tomcat7 are not installable side-by-side

2012-08-04 Thread Clint Byrum
Agreed, I believe alternatives should be used for the common files so
that users can select the default ones.

Here are the files that are common to both in quantal:

/usr/share/java/catalina-ant.jar
/usr/share/java/catalina-tribes.jar
/usr/share/java/tomcat-coyote.jar
/usr/share/java/tomcat-i18n-es.jar
/usr/share/java/tomcat-i18n-fr.jar
/usr/share/java/tomcat-i18n-ja.jar
/usr/share/java/tomcat-juli.jar

That said, its hard to recommend spending much time on tomcat6. One can
always use a chroot (see the 'schroot' package for a nice interface to
these) to serve them both from the same machine.

Setting to Confirmed/Wishlist

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

Title:
  tomcat6 and tomcat7 are not installable side-by-side

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1031395/+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 498022] Re: Need package for php5 without suhosin patch

2012-08-04 Thread Leo Plotkin
This really needs to get addressed.  Migrating to Ubuntu server just
cost me half a day of debugging to find Suhosin patch is baked into the
executable and is *NOT* being disabled through either .htaccess or
php.ini methods.  I understand it's a good idea to provide this
additional security, but unfortunately the patch causes coredumps when
processing large xml files in Zend and other happy fun errors that are
simply not present in other Linux distributions.

Having to compile and maintain my own Suhosin-free packages is a
solution, but not a good one.

It's a good idea, but is definitely *NOT* ready as a default.

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

Title:
  Need package for php5 without suhosin patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/498022/+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 1031395] Re: tomcat6 and tomcat7 are not installable side-by-side

2012-08-04 Thread Clint Byrum
** Changed in: tomcat7 (Ubuntu)
   Status: New = Confirmed

** Changed in: tomcat7 (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  tomcat6 and tomcat7 are not installable side-by-side

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1031395/+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 1032721] Re: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-04 Thread Clint Byrum
Hi Jacques, thanks for filing the bug report.

Here is the relevant error:

Setting up slapd (2.4.28-1.1ubuntu4.1) ...
  Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.28-1.1ubuntu4... done.
 * Starting OpenLDAP slapd    
[fail]
invoke-rc.d: initscript slapd, action start failed.


looks like slapd failed to start. Can you perhaps try looking in 
/var/log/syslog for any evidence as to why?

Marking Incomplete pending response.

** Changed in: openldap (Ubuntu)
   Status: New = Incomplete

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

Title:
  package slapd 2.4.28-1.1ubuntu4.1 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/openldap/+bug/1032721/+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 1031795] Re: package postfix 2.9.3-2~12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-04 Thread Clint Byrum
Setting up postfix (2.9.3-2~12.04.1) ...

Postfix configuration was not changed.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
 * Stopping Postfix Mail Transport Agent postfix    
[ OK ]
 * Starting Postfix Mail Transport Agent postfix    
postfix/postfix-script: fatal: the Postfix mail system is already running

Does that mean though that the restart action of the init script does
not actually make sure postfix is stopped? That seems like a bug. I
notice the command does:

if ! ${CMD} quiet-stop; then
RET=1
fi

and a RET of 1 would make it not print [OK], so it seems to me that the
quiet-stop command is not actually waiting for postfix to die.

** Changed in: postfix (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package postfix 2.9.3-2~12.04.1 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/postfix/+bug/1031795/+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 1032133] Re: smbclient fails if server does not support Echo request (eg. Time Capsule)

2012-08-04 Thread Clint Byrum
looks like this was fixed in samba 3.6.4, and so is fixed in Quantal
(3.6.6) but not in precise (3.6.3)

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

** Changed in: samba (Ubuntu)
   Importance: Undecided = High

** Also affects: samba (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: samba (Ubuntu Precise)
   Status: New = Triaged

** Changed in: samba (Ubuntu Precise)
   Importance: Undecided = High

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

Title:
   smbclient fails if server does not support Echo request (eg. Time
  Capsule)

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1032133/+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 1028718] Re: nova volumes are inappropriately clingy for ceph

2012-08-04 Thread Clint Byrum
Hi Paul. You might be interested to hear about Cinder, which is meant to
be a better volume  management tool. Ceph's developers feel that the
approach being taken in Cinder will work better for ceph backed volumes.

This sounds like a legitmate issue with nova-volume, and since the bug
has effectively been forwarded upstream, I'm going to mark this bug in
Ubuntu as Triaged with a Medium importance. I'm also adding a task for
cinder so the developers can assess whether this is solved or even a
duplicate of something they're already working on.

** Changed in: nova (Ubuntu)
   Status: New = Triaged

** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

** Also affects: cinder
   Importance: Undecided
   Status: New

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

Title:
  nova volumes are inappropriately clingy for ceph

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1028718/+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 1028981] Re: ceph should Recommend xfsprogs

2012-08-04 Thread Clint Byrum
Given that we have ceph 0.48 in Quantal, which uses leveldb for the
xattrs, perhaps ext4 is in fact going to be the preferred FS going
forward. Either way, this seems like a Medium priority.

** Changed in: ceph (Ubuntu)
   Status: New = Confirmed

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

Title:
  ceph should Recommend xfsprogs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1028981/+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 1028585] Re: Memory allocation problem with ipvsadm

2012-08-04 Thread Clint Byrum
Cannot reproduce on Quantal.

$ sudo ipvsadm -A -t 10.248.8.73:80 -s rr
$

ipvsadm:
  Installed: 1:1.26-1ubuntu1
  Candidate: 1:1.26-1ubuntu1
  Version table:
 *** 1:1.26-1ubuntu1 0
500 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ quantal/main amd64 
Packages
100 /var/lib/dpkg/status

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

Title:
  Memory allocation problem with ipvsadm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1028585/+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 1028585] Re: Memory allocation problem with ipvsadm

2012-08-04 Thread Clint Byrum
Also could not reproduce on precise. I notice though that both systems
have been amd64 so perhaps this is specific to i386.

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

Title:
  Memory allocation problem with ipvsadm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1028585/+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 1028280] Re: sftp remoteserver ls -l error

2012-08-04 Thread Clint Byrum
I was able to reproduce this with Precise's SSH, but not quantal's.

clint@clint-MacBookAir:~$ sftp 
ubu...@ec2-54-245-13-189.us-west-2.compute.amazonaws.com
Connected to ec2-54-245-13-189.us-west-2.compute.amazonaws.com.
sftp ls -l *txt
-rw-rw-r--0 1000 1000 3764 Aug  4 17:29 tc.a.txt
-rw-rw-r--0 1000 1000 5544 Aug  4 17:29 tc_a.txt
sftp ls -l tc.a.txt
-rw-rw-r--0 1000 1000 5544 Aug  4 17:29 tc.a.txt
sftp ls -l tc_a.txt
-rw-rw-r--0 1000 1000 3764 Aug  4 17:29 tc_a.txt
sftp 

on quantal:

sftp ls -l *txt
-rw-rw-r--0 1000 1000 3764 Aug  4 17:29 tc_a.txt
-rw-rw-r--0 1000 1000 5544 Aug  4 17:29 tc.a.txt
sftp ls -l tc_a.txt
-rw-rw-r--0 1000 1000 3764 Aug  4 17:29 tc_a.txt
sftp ls -l tc.a.txt
-rw-rw-r--0 1000 1000 5544 Aug  4 17:29 tc.a.txt
sftp

So, marking Fix Released but opening a task against precise to do an
SRU. I'm sure the patch can be found between ssh 5.9 and ssh 6.0

** Also affects: openssh (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Changed in: openssh (Ubuntu Precise)
   Status: New = Triaged

** Changed in: openssh (Ubuntu Precise)
   Importance: Undecided = High

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

Title:
  sftp remoteserver ls -l error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1028280/+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 1033096] [NEW] request to have sha2 module in contrib included in package

2012-08-04 Thread ben thielsen
Public bug reported:

there is an sha2 module in the openldap source contrib directory which
implements the following sha2 password hashing schemes:

{SSHA-512}
{SSHA-384}
{SSHA-256}
{SHA-512}
{SHA-384}
{SHA-256}

i'd like to have it included in the slapd package.

the module can be found in contrib/slapd-modules/passwd/sha2/

following the standard make depend when building openldap, the module
can be built by running make in its directory.  note that i had to add
-fPIC to CCFLAGS in order to get it to build - e.g:

CCFLAGS = -Wall -g -fPIC

this may or may not be the right way to do this.

regards
-ben

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

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

Title:
  request to have sha2 module in contrib included in package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1033096/+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 1032181] Re: sensord fail to create correct RRD file when loadavg requested

2012-08-04 Thread Panos Georgiadis
** Changed in: lm-sensors (Ubuntu)
   Status: New = Fix Committed

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

Title:
  sensord fail to create correct RRD file when loadavg requested

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1032181/+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 1017911] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1017911/+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 999785] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/999785/+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 999710] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/999710/+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 999397] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/999397/+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 998337] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/998337/+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 980054] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug is no longer a duplicate of bug 951493
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/980054/+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 951493] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-08-04 Thread Panos Georgiadis
*** This bug is a duplicate of bug 987714 ***
https://bugs.launchpad.net/bugs/987714

** This bug has been marked a duplicate of bug 987714
   package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package

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

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/951493/+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 967410] Re: Windows clients cannot connect to shared printers

2012-08-04 Thread David
jmsfnch (jamesfinch), if you still have problems with
WERR_ACCESS_DENIED added in the section [printers] in
/etc/samba/smb.conf as follows:  valid users = james

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

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/967410/+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 990396] Re: package samba 2:3.6.3-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-04 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package samba 2:3.6.3-2ubuntu2 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/samba/+bug/990396/+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