[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Thierry Carrez
Analysis: both nagios2 and nagios2-common try to stop nagios2 in prerm.
The prerm in nagios2 tries to fail gracefully using a "|| true" stanza:

---
#!/bin/sh -e

# we attempt to stop nagios2 twice, once in nagios2-common's prerm
# and once here.  otherwise, if nagios2+nagios2-common are being purged,
# the /usr/sbin/nagios2 binary could disappear before nagios2-common's
# prerm script runs, which would prevent it from being able to stop
# the binary.
if [ -x "/etc/init.d/nagios2" ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d nagios2 stop || true
else
/etc/init.d/nagios2 stop || true
fi
fi
---

However, usage of "-e" option renders the "|| true" inefficient, prerm
returns 3 in invoke-rc.d fails, therefore breaking the update.

-- 
package nagios2-common 2.9-1 failed to upgrade: 
https://bugs.launchpad.net/bugs/220208
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 239894] Re: CVE-2008-2364 Apache2 mod_proxy_http.c DOS

2008-06-19 Thread Emanuele Gentili
more info avaiable here:
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-2364

-- 
CVE-2008-2364 Apache2 mod_proxy_http.c DOS
https://bugs.launchpad.net/bugs/239894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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


[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-19 Thread Thierry Carrez
** Changed in: nagios2 (Ubuntu)
 Assignee: Lionel Porcheron (lionel.porcheron) => Thierry Carrez (tcarrez)

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Thierry Carrez
I am wrong, "-e" should work OK... but for some reason this prerm still
returns 3 on invoke-rc.d failure.

-- 
package nagios2-common 2.9-1 failed to upgrade: 
https://bugs.launchpad.net/bugs/220208
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 226495] Re: bind9 boot priority needs to be changed

2008-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package bind9 - 1:9.5.0.dfsg-3

---
bind9 (1:9.5.0.dfsg-3) unstable; urgency=low

  [LaMont Jones]

  * bind9utils Depends: libbind9-40.  Closes: #486194
  * bind9 should not deliver manpages for nonexistant binaries. 
Closes: #486196

  [localization folks]

  * l10n: Vietnamese debconf templates translation update.  Closes: #486185
(Clytie Siddall)
  * l10n: Russian debconf templates translation.  Closes: #486191 (Yuri Kozlov)
  * l10n: Galician debconf template.  Closes: #486215 (Jacobo Tarrio)
  * l10n: French debconf templates.  Closes: #486325 (CALARESU Luc)
  * l10n: Czech debconf translation.  Closes: #486337 (Miroslav Kure)
  * l10n: Updated Portuguese translation.  Closes: #486267 (Traduz -
Portuguese Translation Team)

bind9 (1:9.5.0.dfsg-2) unstable; urgency=low

  [Tim Spriggs]

  * init.d: Nexenta has different ifconfig arguments

  [LaMont Jones]

  * templates rework from debian-l10n-english
  * reload named when an interface goes up or down.  LP: #226495
  * build: need to create the directories for interface restart triggering
  * Build-Depends: libcap2-dev.  Closes: #485747
  * Leave named running during update.  Closes: #453765
  * Fix path to uname, cleaning up the nexenta checks.
  * l10n: avoid double-question in templates.

  [localization folks]

  * l10n: Vietnamese debconf translations.  Closes: #483911 (Clytie Siddall)
  * l10n: Portuguese debconf translations.  Closes: #483872 (Traduz -
Portuguese Translation Team)

bind9 (1:9.5.0.dfsg-1) unstable; urgency=low

  [LaMont Jones]

  * manpages: fix references that should say /etc/bind
  * meta: build-depend libxml2-dev for statistics support

bind9 (1:9.5.0.dfsg-0) experimental; urgency=low

  [Internet Software Consortium, Inc]

  * 9.5.0 release

  [LaMont Jones]

  * Only use capabilities if they are present: reprise.  Closes: #360339, 
#212226
  * control: fix dnsutils description to avoid list reformatting.  Closes: 
#480317
  * build: use the correct directories in dh_shlibdeps invocation
  * build: turn on dlz.  No pgsql or mysql support yet.  LP: #227344

 -- LaMont Jones <[EMAIL PROTECTED]>   Thu,  19 Jun 2008 13:11:51
+0100

** Changed in: bind9 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
bind9 boot priority needs to be changed
https://bugs.launchpad.net/bugs/226495
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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


[Bug 240387] Re: php5-ldap TLS (start_tls) quirks

2008-06-19 Thread Martin Adler
This is _not_ solely related to php5-ldap start_tls. After having a
script on a htaccess protected webserver reload every five minutes,
authnz-ldap also brings the error...

Will check with hardy-proposed on the weekend.

-- 
php5-ldap TLS (start_tls) quirks
https://bugs.launchpad.net/bugs/240387
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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


[Bug 241144] Please sync bind9 1:9.5.0.dfsg-3 (main) from Debian unstable (main).

2008-06-19 Thread Colin Watson
Getting binaries for intrepid...
[Updating] bind9 (1:9.5.0~rc1-2~0ubuntu2 [Ubuntu] < 1:9.5.0.dfsg-3 [Debian])
 * Trying to add bind9...
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
I: bind9 [main] -> bind9_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> bind9utils_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> bind9-doc_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> bind9-host_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> libbind-dev_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> libbind9-40_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> libdns42_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> libisc41_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> liblwres40_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> libisccc40_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> libisccfg40_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> dnsutils_1:9.5.0~rc1-2~0ubuntu2 [main].
I: bind9 [main] -> lwresd_1:9.5.0~rc1-2~0ubuntu2 [universe].


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

-- 
Please sync bind9 1:9.5.0.dfsg-3 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/241144
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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


[Bug 236167] Re: "local disk flush failed with status -5" with drbd8 over LVM

2008-06-19 Thread Chuck Short
Which kernel version are you using?

Thanks
chuck

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

-- 
"local disk flush failed with status -5" with drbd8 over LVM
https://bugs.launchpad.net/bugs/236167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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


[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-06-19 Thread Thierry Carrez
I need to work more on this, especially since there is a security update
in the pipe that I should merge in. MOTU-sru, feel free to
unsubscribe...

** Changed in: nagios2 (Ubuntu)
   Status: Confirmed => In Progress

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 236167] Re: "local disk flush failed with status -5" with drbd8 over LVM

2008-06-19 Thread Paul Leonard
We're using the Ubuntu stock kernel from the Main repository, current as of the 
date that I filed the bug:
[EMAIL PROTECTED]:~$ uname -a
Linux tron 2.6.24-17-generic #1 SMP Thu May 1 13:57:17 UTC 2008 x86_64 GNU/Linux
[EMAIL PROTECTED]:~$ dpkg -l | grep linux-image
ii  linux-image-2.6.24-16-generic  2.6.24-16.30 
   Linux kernel image for version 2.6.24 on x86
ii  linux-image-2.6.24-17-generic  2.6.24-17.31 
   Linux kernel image for version 2.6.24 on x86
ii  linux-image-generic2.6.24.17.19 
   Generic Linux kernel image

The changelogs for the 2.6.24-series kernels in Main and Updates pools
(http://changelogs.ubuntu.com/changelogs/pool/main/l/linux/linux_2.6.24-19.34/changelog)
don't seem to indicate an appropriate backport that would fix this
problem, but for the sake of completeness I'll upgrade to the newest
available Updates-pool rev (2.6.24.19.21) and update this ticket.

-- 
"local disk flush failed with status -5" with drbd8 over LVM
https://bugs.launchpad.net/bugs/236167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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


[Bug 224024] Re: domain groups are not recognized by sudo

2008-06-19 Thread Luca Lorenzetto
maybe this can solve your problem, dear Mathias Gug

-- 
domain groups are not recognized by sudo
https://bugs.launchpad.net/bugs/224024
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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


[Bug 224024] Re: domain groups are not recognized by sudo

2008-06-19 Thread Luca Lorenzetto
maybe this can solve your problem, dear Mathias Gug

http://lists.likewisesoftware.com/pipermail/likewise-open-
discuss/2008-February/000116.html

** Changed in: likewise-open (Ubuntu)
 Assignee: (unassigned) => Luca Lorenzetto (lorenzetto-luca)
   Status: New => Invalid

-- 
domain groups are not recognized by sudo
https://bugs.launchpad.net/bugs/224024
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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


[Blueprint groupware-server] Groupware Server

2008-06-19 Thread Art Cancro
Blueprint changed by Art Cancro:

Whiteboard changed to:

2006-12+21 khaeru: might this be handled by the ubuntu-server-tasks spec?
é
21/12/2006 - I think we should pick an existing suite, i.e. hula and then 
create the ubiquitous middleware to achieve what we want

13/07/2007 (stephan-impilinux) - We have recently evaluated a load of
these solutions and have some professional experience in it.

2008-06-07 (pixelpapst) - Just a quick reminder that the hula project
ist effectively dead since late 2006, and the community created a fork
called "bongo project". However, by now they ripped out all of Hula's
LDAP connectivity, which makes this a very pretty but useless solution
for SmallBusinessServer.

2008-06-08  (Guy Van Sanden) Citadel seems a very good choice.  IT offers many 
features (including a Jabber server) and is completely GPL'ed.
The only caveat is that it does not have LDAP support (yet)

2008-06-19 (Art Cancro) -- yes, definitely go with Citadel.  Ubuntu
packages are already being maintained, and the project would be
delighted to cooperate with the Ubuntu team on integration issues.

-- 
  Groupware Server
  https://blueprints.launchpad.net/ubuntu/+spec/groupware-server

-- 
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 236167] Re: "local disk flush failed with status -5" with drbd8 over LVM

2008-06-19 Thread Paul Leonard
Looks like whatever patches were backported into the Update-pool kernel
have fixed this problem, in lieu of the 8.0.12 release of drbd8.  As of
linux-image-2.6.24-19-generic=2.6.24-19.33, I'm not seeing those error
messages in /var/log/syslog any more.

Please hold this bug for 24 hours, just in case, and then close it with
my thanks.

On a related note, will the 8.0.12-1ubuntu1 build of drbd8 for Intrepid
be backported to Hardy?

-- 
"local disk flush failed with status -5" with drbd8 over LVM
https://bugs.launchpad.net/bugs/236167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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


[Bug 236167] Re: "local disk flush failed with status -5" with drbd8 over LVM

2008-06-19 Thread Chuck Short
Thanks for testing, with regards to 8.0.12 please ask for a backport.

https://help.ubuntu.com/community/UbuntuBackports


Regards
chuck

-- 
"local disk flush failed with status -5" with drbd8 over LVM
https://bugs.launchpad.net/bugs/236167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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


[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Thierry Carrez
In fact it's not the nagios2 prerm that fails, it's the nagios2-common one. It 
is run after the nagios2 one in upgrade situations.
This minimal patch fixes it.

Test :

Preparing to replace nagios2 2.9-1 (using .../nagios2_2.11-1ubuntu2_amd64.deb) 
...
 * Stopping nagios2 monitoring daemon nagios2[ OK ] 
Unpacking replacement nagios2 ...
Preparing to replace nagios2-common 2.9-1 (using 
.../nagios2-common_2.11-1ubuntu2_all.deb) ...
 * Stopping nagios2 monitoring daemon nagios2   
invoke-rc.d: initscript nagios2, action "stop" failed.
dpkg: warning - old pre-removal script returned error exit status 3
dpkg - trying script from the new package instead ...
 * Stopping nagios2 monitoring daemon nagios2   
invoke-rc.d: initscript nagios2, action "stop" failed.
dpkg: ... it looks like that went OK.
Unpacking replacement nagios2-common ...
Setting up nagios2-common (2.11-1ubuntu2) ...
Installing new version of config file /etc/nagios2/commands.cfg ...
Installing new version of config file /etc/nagios2/conf.d/localhost_nagios2.cfg 
...
Installing new version of config file /etc/nagios2/nagios.cfg ...
Installing new version of config file /etc/nagios2/cgi.cfg ...
Installing new version of config file /etc/init.d/nagios2 ...
Replacing config file /etc/nagios2/apache2.conf with new version
 * Reloading web server config apache2   [ OK ] 
 * Starting nagios2 monitoring daemon nagios2[ OK ] 

Setting up nagios2 (2.11-1ubuntu2) ...
[EMAIL PROTECTED]:~$ 

I'll post a cleaner (but heavier) patch soon, that will make use of
dh_installinit --error-handler option to show a "Nagios was probably
already stopped" message (and avoid the lintian warning about lack of
#DEBHELPER# in nagios2-common.prerm).

** Attachment added: "nagios2_upgrade.patch"
   http://launchpadlibrarian.net/15438709/nagios2_upgrade.patch

-- 
package nagios2-common 2.9-1 failed to upgrade: 
https://bugs.launchpad.net/bugs/220208
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 240521] Re: amavis-new floods harddisk

2008-06-19 Thread Scott Kitterman
It looks to me like you are likely trying to shove too much mail into
amavisd-new given the available RAM/CPU/disk I/O on the box in question.

smtp inet n - n - 20 smtpd
  -o smtpd_proxy_filter=127.0.0.1:10024

means that you can be making up to 20 connections to amavisd-new at
once.  You should start by defining a service for the content filter in
your master.cf with a lower connection limit.  This is described in
http://www.postfix.org/FILTER_README.html#advanced_filter

I'd start by cutting it in half (10) and then adjust up or down as
needed.

-- 
amavis-new floods harddisk
https://bugs.launchpad.net/bugs/240521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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


[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Thierry Carrez
Cleaner and not heavier patch, thanks to mathiaz advice.
The test gives the same messages, since the code used is the same.

** Attachment added: "nagios2_upgrade.patch"
   http://launchpadlibrarian.net/15439234/nagios2_upgrade.patch

-- 
package nagios2-common 2.9-1 failed to upgrade: 
https://bugs.launchpad.net/bugs/220208
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
After extensive discussion on IRC, it's been decided to roll back the
samba client security changes at least until the predominant desktop
client can provide a better feedback mechanism for such problems.  SRU
upload should follow shortly.

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

** Changed in: samba (Ubuntu Hardy)
   Importance: Undecided => High
 Assignee: (unassigned) => Steve Langasek (vorlon)
   Status: New => In Progress

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Jamie Strandboge
Thanks Thierry for your patch!  I have incorporated this into the
-security update and it will hit the archives soon.

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

-- 
package nagios2-common 2.9-1 failed to upgrade: 
https://bugs.launchpad.net/bugs/220208
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
** Changed in: samba (Ubuntu Hardy)
   Target: None => ubuntu-8.04.1

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
marking as 'wontfix' for intrepid because we should probably just deal
with this on the gvfs side there.

** Changed in: samba (Ubuntu)
   Status: New => Won't Fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
** Changed in: nautilus (Ubuntu Hardy)
   Status: Confirmed => Invalid
   Target: ubuntu-8.04.1 => None

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

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 180493] Re: [SRU] nmbd shuts down when network disconnected

2008-06-19 Thread Steve Langasek
Chuck,

Sorry, this SRU upload has been pre-empted by an upload for bug #209520.
It would not have been accepted before 8.04.1 anyway, 8.04.1 is closed
for any not-already-identified targets.

I did notice a couple of problems with the upload, before bumping it
from the queue:

diff -u samba-3.0.28a/debian/patches/series samba-3.0.28a/debian/patches/series
--- samba-3.0.28a/debian/patches/series
+++ samba-3.0.28a/debian/patches/series
@@ -21 +21 @@
-security-CVE-2008-1105.patch
+fix-wireless-not-found.patch

You seem to have disabled the security patch from the previous upload,
here!  Please restore this patch in your next upload.

And your changelog references two bugs: this one, and bug #172541.  Do
you think these are the same bug?  If so, the bugs ought to be merged in
LP and listed once in the changelog.  If not, I wonder why both bugs are
fixed by a single patch?


** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2008-1105

-- 
[SRU] nmbd shuts down when network disconnected
https://bugs.launchpad.net/bugs/180493
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 240519] Re: sybase_* functions missing in php5-sybase for hardy

2008-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.2.6-1ubuntu2

---
php5 (5.2.6-1ubuntu2) intrepid; urgency=low

  * debian/patches/119-sybase-alias.patch:
- Fixes missing sybase support. (LP: #240519)

 -- Chuck Short <[EMAIL PROTECTED]>   Wed, 18 Jun 2008 19:53:32 +

** Changed in: php5 (Ubuntu)
   Status: Triaged => Fix Released

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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



[Bug 240353] Re: Can not add user/macine accounts to Samba PDC if the "ldap idmap alloc" backend is used

2008-06-19 Thread Heiko
I attached the smb.conf. It is the simplest smb.conf to reproduce the issue. 
With the same smb.conf samba 3.0.30 is running fine.

** Attachment added: "smb.conf"
   http://launchpadlibrarian.net/15442511/smb.conf

-- 
Can not add user/macine accounts to Samba PDC if the "ldap idmap alloc" backend 
is used
https://bugs.launchpad.net/bugs/240353
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 238516] Re: XSS issues in Nagios CGI (CVE-2007-5803)

2008-06-19 Thread Jamie Strandboge
** Changed in: nagios2 (Ubuntu Hardy)
   Status: In Progress => Fix Committed

-- 
XSS issues in Nagios CGI (CVE-2007-5803)
https://bugs.launchpad.net/bugs/238516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Martin Pitt
Whoops, overzealous script. Setting back gvfs task.

** Changed in: gvfs (Ubuntu Hardy)
   Status: Fix Committed => Triaged

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gvfs (Ubuntu Hardy)
   Status: Triaged => Fix Committed

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress => Fix Committed
   Target: ubuntu-8.04.1 => None

** Tags added: verification-needed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Bug 105457] Re: mysqd_safe high cpu usage

2008-06-19 Thread Eskimo
Actually it worked for me, but I have to remove everything related to
MySql. So you can go to Synaptic Package Manager and search for mysql-,
then sort it out by installed flag to get the found installed packages
on top of list, then mark it for Complete Removal and finally apply the
changes.

After that install only specific mysql packages as mysql-server-5.0 and
mysql-client-5.0 (see attached screen-shot for detail).

Fill the difference:
1. No 100% CPU usage
2. mysqld is running instead of mysqld_safe



** Attachment added: "That's what I have after solving this problem"
   
http://launchpadlibrarian.net/15443658/Screenshot-Synaptic%20Package%20Manager%20.png

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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


[Bug 220208] Re: package nagios2-common 2.9-1 failed to upgrade:

2008-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios2 - 2.11-1ubuntu1.2

---
nagios2 (2.11-1ubuntu1.2) hardy-security; urgency=low

  * SECURITY UPDATE: fix XSS issues in CGI scripts thanks to Thierry Carrez
  * debian/rules: fix nagios2-common upgrade failure. Thanks to Thierry Carrez
  * References
CVE-2007-5803
LP: #238516
LP: #220208

 -- Jamie Strandboge <[EMAIL PROTECTED]>   Thu, 19 Jun 2008 12:30:11
-0400

** Changed in: nagios2 (Ubuntu)
   Status: Fix Committed => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2007-5803

-- 
package nagios2-common 2.9-1 failed to upgrade: 
https://bugs.launchpad.net/bugs/220208
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Bug 238516] Re: XSS issues in Nagios CGI (CVE-2007-5803)

2008-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package nagios2 - 2.11-1ubuntu1.2

---
nagios2 (2.11-1ubuntu1.2) hardy-security; urgency=low

  * SECURITY UPDATE: fix XSS issues in CGI scripts thanks to Thierry Carrez
  * debian/rules: fix nagios2-common upgrade failure. Thanks to Thierry Carrez
  * References
CVE-2007-5803
LP: #238516
LP: #220208

 -- Jamie Strandboge <[EMAIL PROTECTED]>   Thu, 19 Jun 2008 12:30:11
-0400

** Changed in: nagios2 (Ubuntu Hardy)
   Status: Fix Committed => Fix Released

-- 
XSS issues in Nagios CGI (CVE-2007-5803)
https://bugs.launchpad.net/bugs/238516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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


[Blueprint groupware-server] Groupware Server

2008-06-19 Thread Todd
Blueprint changed by Todd:

Whiteboard changed to:

2006-12+21 khaeru: might this be handled by the ubuntu-server-tasks spec?
é
21/12/2006 - I think we should pick an existing suite, i.e. hula and then 
create the ubiquitous middleware to achieve what we want

13/07/2007 (stephan-impilinux) - We have recently evaluated a load of
these solutions and have some professional experience in it.

2008-06-07 (pixelpapst) - Just a quick reminder that the hula project
ist effectively dead since late 2006, and the community created a fork
called "bongo project". However, by now they ripped out all of Hula's
LDAP connectivity, which makes this a very pretty but useless solution
for SmallBusinessServer.

2008-06-08  (Guy Van Sanden) Citadel seems a very good choice.  IT offers many 
features (including a Jabber server) and is completely GPL'ed.
The only caveat is that it does not have LDAP support (yet)

2008-06-19 (Art Cancro) -- yes, definitely go with Citadel.  Ubuntu
packages are already being maintained, and the project would be
delighted to cooperate with the Ubuntu team on integration issues.

2008-06-19 (Todd Hanna) I would also like to give a big +1 to Citadel.
They already have the .debs and there is even a connector to use it as
an "Exchange" replacement if you have clients using Outlook.  I have run
it without issue on Ubuntu server since version 6.06.  It's head and
shoulders above the rest at the moment.

-- 
  Groupware Server
  https://blueprints.launchpad.net/ubuntu/+spec/groupware-server

-- 
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 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
After extensive discussion on IRC, it's been decided to roll back the
samba client security changes at least until the predominant desktop
client can provide a better feedback mechanism for such problems.  SRU
upload should follow shortly.

** Changed in: samba (Ubuntu Hardy)
   Status: Fix Committed => In Progress
   Target: None => ubuntu-8.04.1

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress => Fix Committed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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


[Blueprint groupware-server] Groupware Server

2008-06-19 Thread Todd
Blueprint changed by Todd:

Whiteboard changed to:

2006-12+21 khaeru: might this be handled by the ubuntu-server-tasks spec?
é
21/12/2006 - I think we should pick an existing suite, i.e. hula and then 
create the ubiquitous middleware to achieve what we want

13/07/2007 (stephan-impilinux) - We have recently evaluated a load of
these solutions and have some professional experience in it.

2008-06-07 (pixelpapst) - Just a quick reminder that the hula project
ist effectively dead since late 2006, and the community created a fork
called "bongo project". However, by now they ripped out all of Hula's
LDAP connectivity, which makes this a very pretty but useless solution
for SmallBusinessServer.

2008-06-08  (Guy Van Sanden) Citadel seems a very good choice.  IT offers many 
features (including a Jabber server) and is completely GPL'ed.
The only caveat is that it does not have LDAP support (yet)

2008-06-19 (Art Cancro) -- yes, definitely go with Citadel.  Ubuntu
packages are already being maintained, and the project would be
delighted to cooperate with the Ubuntu team on integration issues.

2008-06-19 (Todd Hanna) I would also like to give a big +1 to Citadel.
They already have the .debs and there is even a connector to use it as
an "Exchange" replacement if you have clients using Outlook.  I have run
it without issue on Ubuntu server since version 6.06.  It's head and
shoulders above the rest at the moment..  and it is easy to setup,
update, and maintain.

-- 
  Groupware Server
  https://blueprints.launchpad.net/ubuntu/+spec/groupware-server

-- 
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 240519] Re: sybase_* functions missing in php5-sybase for hardy

2008-06-19 Thread Paul McLanahan
More results:

Chuck: I tried your version from you ppa, but unfortunately it looks
like that build failed.

Ondřej: I tried your patch, but the compile failed with what appeared to
be references to undefined functions in the alias declarations. So I
decided to give it a try myself. I simply coppied the function
declarations from the area that you originally patched, modified them to
become alias declarations, and added them after the function
declarations. It's the same thing you did, except some how some extra
functions got in there that were never declared. I then wrapped that in
the #if statement you used and compiled and installed. It's now working
wonderfully. Hopefully it will remain that way.

I've attached my version of the patch.

Thanks very much to both of you for your excellent help.

** Attachment added: "php_mssql.c.new.patch"
   http://launchpadlibrarian.net/1533/php_mssql.c.new.patch

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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


[Bug 241440] [NEW] bacula catalog fails due to missing script

2008-06-19 Thread Tim Richardson
Public bug reported:

Binary package hint: bacula

My bacula configuration gives this error:
19-Jun 23:17 antec-dir JobId 12: End auto prune.

19-Jun 23:17 antec-dir JobId 12: AfterJob: run command 
"/etc/bacula/scripts/delete_catalog_backup"
19-Jun 23:17 antec-dir JobId 12: Error: Runscript: AfterJob returned non-zero 
status=208. ERR=No such file or directory


That script (delete_catalog_backup) is not present.

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

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 241440] Re: bacula catalog fails due to missing script

2008-06-19 Thread Tim Richardson
Hardy.
Bacula 2.2.8-5ubuntu7.1

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 206569] Lack of Client side OpenVPN User name.

2008-06-19 Thread Zombie Ryushu
OpenVPN deletes its own user account when upgrading from Gutsy causing
it not to launch.

-- 
hardy's OpenVPN 2.1_Rc7 not connecting
https://bugs.launchpad.net/bugs/206569
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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


[Bug 241461] [NEW] OpenVPN deletes its own user group in Hardy.

2008-06-19 Thread Zombie Ryushu
Public bug reported:

Binary package hint: openvpn

OpenVPN deletes its own user account when upgrading from Gutsy causing
it not to launch. I think this is a bug in the install scripts.

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

-- 
OpenVPN deletes its own user group in Hardy.
https://bugs.launchpad.net/bugs/241461
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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


[Bug 241480] [NEW] bacula-fd does not start when installed via bacula-client

2008-06-19 Thread Tim Richardson
Public bug reported:

Binary package hint: bacula-fd

Ubuntu hardy
I want to install bacula-client on a laptop, but I don't want to intstall the 
full bacula.

But after installing bacula-client, bacula-fd does not start at boot.
I can run /etc/init.d/bacula-fd start 
manually and it works without errors, but it doesn't start automatically.
The script is present in /etc/rc2.d

This may be debian bug 486256 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486256

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

-- 
bacula-fd does not start when installed via bacula-client
https://bugs.launchpad.net/bugs/241480
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 241480] Re: bacula-fd does not start when installed via bacula-client

2008-06-19 Thread Tim Richardson
the fix (file edit) mentioned in the Debian bug report works.

-- 
bacula-fd does not start when installed via bacula-client
https://bugs.launchpad.net/bugs/241480
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 241440] Re: bacula catalog fails due to missing script

2008-06-19 Thread Ante Karamatić
Which bacula director have you installed?

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 241480] Re: bacula-fd does not start when installed via bacula-client

2008-06-19 Thread Ante Karamatić
Errr... Ubuntu uses upstart so, INIT INFO shouldn't have any effect:

$ ps ax | grep bacula
  pts/0S+ 0:00 grep bacula
$ sudo /etc/init.d/bacula-fd start
 * Starting Bacula File daemon...[ OK ] 
$ ps ax | grep bacula
  ?Ssl0:00 /usr/sbin/bacula-fd -c /etc/bacula/bacula-fd.conf
  pts/0R+ 0:00 grep bacula
$

** Changed in: bacula (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Triaged

-- 
bacula-fd does not start when installed via bacula-client
https://bugs.launchpad.net/bugs/241480
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 241440] Re: bacula catalog fails due to missing script

2008-06-19 Thread Ante Karamatić
** Changed in: bacula (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Triaged

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


Re: [Bug 241440] Re: bacula catalog fails due to missing script

2008-06-19 Thread Tim Richardson
bacula-director-sqlite 2.2.8-5ubuntu7.1

later I installed the sqlite3 version, but same problem.

On Fri, 2008-06-20 at 04:37 +, Ante Karamatić wrote:
> Which bacula director have you installed?
> 


-- 
Tim Richardson, CPA
[EMAIL PROTECTED] +61 458 998 541  GMT+10 

all contact details: http:��www.tim-richardson.net�contact Using
Linux.

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 241440] Re: bacula catalog fails due to missing script

2008-06-19 Thread Ante Karamatić
Hm... I can't confirm this. All four versions of bacula-director do
contain /etc/bacula/scripts/delete_catalog_backup.

Check /var/lib/dpkg/info/bacula-director-sqlite.list and/or
/var/lib/dpkg/info/bacula-director-sqlite3.list.

Is there anything in /etc/bacula/scripts? If yes, what?

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


[Bug 231898] Re: evolution-exchange-storage SIGABRT

2008-06-19 Thread Bug Watch Updater
*** This bug is a duplicate of bug 215904 ***
https://bugs.launchpad.net/bugs/215904

** Changed in: evolution-exchange
   Status: Confirmed => Invalid

-- 
evolution-exchange-storage SIGABRT
https://bugs.launchpad.net/bugs/231898
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu (via bug
215904).

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