[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-05 Thread Launchpad Bug Tracker
This bug was fixed in the package xchat-gnome - 1:0.18-2ubuntu5

---
xchat-gnome (1:0.18-2ubuntu5) intrepid; urgency=low

  * Rebuild using the new perl version (lp: #230016)

 -- Sebastien Bacher [EMAIL PROTECTED]   Thu, 05 Jun 2008 09:20:54
+0200

** Changed in: xchat-gnome (Ubuntu)
   Status: New = Fix Released

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 237557] [NEW] chroot fails if compiled with SELinux support

2008-06-05 Thread peterh
Public bug reported:

i am using openssh with libpam_chroot to have a chrooted login but
following error message denies access for chrooted uses

sshd[14644]: fatal: ssh_selinux_getctxbyname: ssh_selinux_getctxbyname:
security_getenforce() failed


Please include this fix: 
http://marc.info/?l=openssh-unix-devm=12061519541w=2

Index: session.c
===
RCS file: /usr/local/src/security/openssh/cvs/openssh/session.c,v
retrieving revision 1.364
diff -u -p -r1.364 session.c
--- session.c   15 Mar 2008 06:27:58 -  1.364
+++ session.c   22 Mar 2008 01:23:48 -
@@ -1350,6 +1350,10 @@ do_setusercontext(struct passwd *pw)
 #endif /* HAVE_CYGWIN */
{
 
+#ifdef WITH_SELINUX
+   /* Cache selinux status for later use */
+   (void)ssh_selinux_enabled();
+#endif
 #ifdef HAVE_SETPCRED
if (setpcred(pw-pw_name, (char **)NULL) == -1)
fatal(Failed to set process credentials);
Index: openbsd-compat/port-linux.c
===
RCS file: 
/usr/local/src/security/openssh/cvs/openssh/openbsd-compat/port-linux.c,v
retrieving revision 1.4
diff -u -p -r1.4 port-linux.c
--- openbsd-compat/port-linux.c 27 Jun 2007 22:48:03 -  1.4
+++ openbsd-compat/port-linux.c 22 Mar 2008 01:24:06 -
@@ -36,7 +36,7 @@
 #include selinux/get_context_list.h
 
 /* Wrapper around is_selinux_enabled() to log its return value once only */
-static int
+int
 ssh_selinux_enabled(void)
 {
static int enabled = -1;
Index: openbsd-compat/port-linux.h
===
RCS file: 
/usr/local/src/security/openssh/cvs/openssh/openbsd-compat/port-linux.h,v
retrieving revision 1.1
diff -u -p -r1.1 port-linux.h
--- openbsd-compat/port-linux.h 22 Apr 2006 11:26:08 -  1.1
+++ openbsd-compat/port-linux.h 22 Mar 2008 01:28:06 -
@@ -20,6 +20,7 @@
 #define _PORT_LINUX_H
 
 #ifdef WITH_SELINUX
+int ssh_selinux_enabled(void);
 void ssh_selinux_setup_pty(char *, const char *);
 void ssh_selinux_setup_exec_context(char *);
 #endif

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

-- 
chroot fails if compiled with SELinux support
https://bugs.launchpad.net/bugs/237557
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 227464] Re: Please Backport PHP 5.2.6 -- fixes important security bugs

2008-06-05 Thread Tormod Volden
Sounds good. I think my point is really that people mix up backports and
SRU, and justifying a request for a package backport by needing security
fixes is wrong, unless it turns out that it is too difficult to backport
those fixes. I don't see anyone requesting any of the new features here.
So I disagree with Mathias's comment, and we should follow
https://wiki.ubuntu.com/StableReleaseUpdates instead. I do acknowledge
that it is faster to get a backport out than a SRU though, which is a
little unfortunate. It would be ideal to have the SRU out first, so that
people are not tricked into installing a backport that could cause
incompatibility problems.

BTW, the last, huge patch contains a lot of cosmetic fixes and changes
in comments which should be taken out for the SRU patch (you might
wonder why they squeezed all that into a security fix). I can take a
look at it if that can speed up things.

(Dustin, please don't quote people's email addresses in your bug posts)

-- 
Please Backport PHP 5.2.6 -- fixes important security bugs
https://bugs.launchpad.net/bugs/227464
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 235294] Re: [SRU] apache2 mpm-worker segmentation fault.

2008-06-05 Thread Bug Watch Updater
** Changed in: apache2
   Status: Unknown = Fix Released

-- 
[SRU] apache2 mpm-worker segmentation fault.
https://bugs.launchpad.net/bugs/235294
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 235294] Re: [SRU] apache2 mpm-worker segmentation fault.

2008-06-05 Thread Daniel Hahler
** Bug watch added: Apache Software Foundation Bugzilla #44402
   http://issues.apache.org/bugzilla/show_bug.cgi?id=44402

** Also affects: apache2 via
   http://issues.apache.org/bugzilla/show_bug.cgi?id=44402
   Importance: Unknown
   Status: Unknown

-- 
[SRU] apache2 mpm-worker segmentation fault.
https://bugs.launchpad.net/bugs/235294
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 221932] Re: package apache2.2-common 2.2.8-1 failed to install/upgrade:

2008-06-05 Thread Martin Pitt
Any testers?

-- 
package apache2.2-common 2.2.8-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/221932
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 235294] Re: [SRU] apache2 mpm-worker segmentation fault.

2008-06-05 Thread Martin Pitt
Dustin, I didn't see anything relevant in the current Sid apache
changelog (we have the same version in intrepid). Can you please check
this, and if it is fixed, close the intrepid task?

I tested the hardy-proposed package, and it does not crash with the test
case given above. I also functions normally.

** Tags added: verification-done

** Tags removed: verification-needed

-- 
[SRU] apache2 mpm-worker segmentation fault.
https://bugs.launchpad.net/bugs/235294
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 237587] Re: crash application before upgrade

2008-06-05 Thread 8d9

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/15056391/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/15056392/DpkgTerminalLog.gz

-- 
crash application before upgrade
https://bugs.launchpad.net/bugs/237587
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 237587] [NEW] crash application before upgrade

2008-06-05 Thread 8d9
Public bug reported:

Binary package hint: samba

none

ProblemType: Package
Architecture: i386
Date: Wed Jun  4 13:20:39 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: problemi con le dipendenze - lasciato non configurato
NonfreeKernelModules: nvidia
Package: smbfs 3.0.28a-1ubuntu4.1
PackageArchitecture: i386
SourcePackage: samba
Title: package smbfs 3.0.28a-1ubuntu4.1 failed to install/upgrade: problemi con 
le dipendenze - lasciato non configurato
Uname: Linux 2.6.24-18-generic i686

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


** Tags: apport-package

-- 
crash application before upgrade
https://bugs.launchpad.net/bugs/237587
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 221932] Re: package apache2.2-common 2.2.8-1 failed to install/upgrade:

2008-06-05 Thread Nizar Kerkeni
Installed from proposed and no problems to report in my case.

-- 
package apache2.2-common 2.2.8-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/221932
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 227464] Re: Please Backport PHP 5.2.6 -- fixes important security bugs

2008-06-05 Thread Tormod Volden
I stripped out the documentation and comment changes in the Upgraded
PCRE to version 7.6 (Nuno) patch. The remaining changes in config.h and
pcre.h just bumps the version number. If this is not needed (by the
other patches) only the pcre_compile.c changes should be left for SRU.

diffstat nlopess-20080129202548.security.patch 
 config.h   |6 +++---
 pcre.h |4 ++--
 pcre_compile.c |   14 ++
 3 files changed, 19 insertions(+), 5 deletions(-)


** Attachment added: stripped version of the last upstream patch
   http://launchpadlibrarian.net/15057028/nlopess-20080129202548.security.patch

-- 
Please Backport PHP 5.2.6 -- fixes important security bugs
https://bugs.launchpad.net/bugs/227464
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 221932] Re: package apache2.2-common 2.2.8-1 failed to install/upgrade:

2008-06-05 Thread Martin Pitt
I actually meant a gutsy - hardy-proposed update of apache.

-- 
package apache2.2-common 2.2.8-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/221932
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


[Blueprint ubuntu-server-logs] Better default logs in Ubuntu Server

2008-06-05 Thread Dan Shearer
You are now subscribed to the blueprint ubuntu-server-logs - Better
default logs in Ubuntu Server.

--
  https://blueprints.edge.launchpad.net/ubuntu/+spec/ubuntu-server-logs

-- 
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 237630] [NEW] package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 - fails due to AppArmor

2008-06-05 Thread Russell
Public bug reported:

The package does not quite work. It installs, but AppArmor prevents it
from running.

ProblemType: Package
Architecture: i386
Date: Thu Jun  5 12:55:33 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: mysql-server-5.0 5.0.51a-3ubuntu5.1
PackageArchitecture: i386
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.24-18-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1 - fails due to 
AppArmor
https://bugs.launchpad.net/bugs/237630
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 217137] Re: [SRU] Hardy Heron: Nautilus fails to open directory with more than 140 subfolders

2008-06-05 Thread vorondil
I just thought I'd mention that this samba bug #5436 since that's where my 
google'ing first took me.
https://bugzilla.samba.org/show_bug.cgi?id=5436

-- 
[SRU] Hardy Heron: Nautilus fails to open directory with more than 140 
subfolders
https://bugs.launchpad.net/bugs/217137
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 217137] Re: [SRU] Hardy Heron: Nautilus fails to open directory with more than 140 subfolders

2008-06-05 Thread vorondil
** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=5436
   Importance: Unknown
   Status: Unknown

-- 
[SRU] Hardy Heron: Nautilus fails to open directory with more than 140 
subfolders
https://bugs.launchpad.net/bugs/217137
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 227178] Re: Slave slapd crashes when doing syncrepl

2008-06-05 Thread Adam Sommer
I just tested Chuck's openldap2.3 - 2.4.9-1ubuntu1~ppa1 on my production
test systems and didn't find any regressions.  I tested adding users,
deleting users, syncrepl, and RequestTracker configured to use OpenLDAP
for authentication.  Everything worked great.

At this time those are the main features I use OpenLDAP for, but if
there are other things that I can check please let me know.

Thanks for you work on this Chuck.

-- 
Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 205111] Re: likewise-open service does not start automatically

2008-06-05 Thread Andrew
Having the same problem, going to try the work around.

-- 
likewise-open service does not start automatically
https://bugs.launchpad.net/bugs/205111
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 227178] Re: Slave slapd crashes when doing syncrepl

2008-06-05 Thread Anderson
syncrepl is working for me, also.

Thanks!

-- 
Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 205111] Re: likewise-open service does not start automatically

2008-06-05 Thread Rick Clark
There were two problems that resulted in this happening, one was in the
packaging the other was in the source.

The packaging issue was fixed.  I am working on a patch to fix the other
issue.

-- 
likewise-open service does not start automatically
https://bugs.launchpad.net/bugs/205111
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 237688] [NEW] [SRU] openldap 2.4.9 from 8.04.1.

2008-06-05 Thread Chuck Short
Public bug reported:

Hello,

I would like to propose to udate openldap from 2.4.7 (current) to 2.4.9,
the reasons for this is the following:

- Already merged openldap for intrepid.
- Been testing it for the past couple of days haven't seen a regression.
- Ran the ubuntu-qa and openldap testsuite against it.
- Fixes a number of bugs after 2.4.7 released (113 Fixed upstream bugs between 
2.4.7 to 2.4.9) - 
- Launchpad bugs fixed #218734, #227187
- However, still needs patches backported from HEAD.
- syncrepl not usuable in 2.4.7
- Upstream recommended us not to use 2.4.7 at UDS.

I have attached the following for your review:

- the changelog between 2.4.7 and 2.4.9
- A breakdown of the changelog grouped by syncrepl issues, crashers/hangs, and 
other bugs. (With the links to the upstream bug tracker)
- The openldap 2.4.9 testsuite run.
- A debdiff between intrepid's version of openldap and hardy's version.

I made the version of 2.4.9 backported in my ppa archive for testing.
Users have tried it and it has fixed issues previously seen in bug
reports for hardy.

If you have any questions please let me know.

Thanks
chuck

** Affects: openldap2.3 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openldap2.3 (Ubuntu Hardy)
 Importance: Undecided
 Status: New

-- 
[SRU] openldap 2.4.9 from 8.04.1.
https://bugs.launchpad.net/bugs/237688
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 237688] Re: [SRU] openldap 2.4.9 from 8.04.1.

2008-06-05 Thread Chuck Short

** Attachment added: changelog
   http://launchpadlibrarian.net/15061279/changelog

-- 
[SRU] openldap 2.4.9 from 8.04.1.
https://bugs.launchpad.net/bugs/237688
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 237688] Re: [SRU] openldap 2.4.9 from 8.04.1.

2008-06-05 Thread Chuck Short

** Attachment added: debdiff
   http://launchpadlibrarian.net/15061311/openldap.debdiff

-- 
[SRU] openldap 2.4.9 from 8.04.1.
https://bugs.launchpad.net/bugs/237688
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 237688] Re: [SRU] openldap 2.4.9 from 8.04.1.

2008-06-05 Thread Chuck Short

** Attachment added: openldap testsuite run
   http://launchpadlibrarian.net/15061314/testsuite-run

-- 
[SRU] openldap 2.4.9 from 8.04.1.
https://bugs.launchpad.net/bugs/237688
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 217159] Re: slapd + gnutls fails

2008-06-05 Thread Chuck Short
Hi,

Can you try the version of openldap in my ppa archive?

http://launchpad.net/~zulcss/+archive

Thanks
chuck

-- 
slapd + gnutls fails 
https://bugs.launchpad.net/bugs/217159
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 236192] [NEW] Only ~2280 computers shown when there should be ~3759

2008-06-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: samba

In Ubuntu 8.04 amd_64  when I go to Places:Network and then click on
Windows Network and then click on our domain/workgroup only the first
2280 (on second try 2288) computers are shown when there should be 3759.
No servers starting with letters past the letter L are shown.

This truncation happens when Viewed as Icons or when View as List,
but nautilus takes up alot or memory (~2.2GB) and is really slow (~2-3
min) to display the results in View as List.

** Affects: samba (Ubuntu)
 Importance: Low
 Assignee: Ubuntu Desktop Bugs (desktop-bugs)
 Status: Incomplete

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

-- 
Only ~2280 computers shown when there should be ~3759
https://bugs.launchpad.net/bugs/236192
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 235294] Re: [SRU] apache2 mpm-worker segmentation fault.

2008-06-05 Thread Dustin Kirkland
Patch ported forward to the version in Intrepid.  Debdiff attached.

I still need to open a Debian bug for this and ensure that the same
patch is either applied to Debian unstable's Apache2, or that they sync
up with a later release from apache.org soon.

:-Dustin


** Attachment added: apache2.235294.debdiff
   http://launchpadlibrarian.net/15064817/apache2.235294.debdiff

-- 
[SRU] apache2 mpm-worker segmentation fault.
https://bugs.launchpad.net/bugs/235294
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 227464] Re: Please Backport PHP 5.2.6 -- fixes important security bugs

2008-06-05 Thread Tormod Volden
Here's a debdiff with the 5 stripped down security patches:

 php5 (5.2.4-2ubuntu5.2) hardy-proposed; urgency=low
 .
   * Backport security fixes from 5.2.6: (LP: #227464)
 - debian/patches/security526-fastcgi.patch:
   + Fixed possible stack buffer overflow in FastCGI SAPI
   + Fixed sending of uninitialized paddings which may contain some
 information
 - debian/patches/security526-exec.patch:
   + Properly address incomplete multibyte chars inside escapeshellcmd()
 - debian/patches/security526-cgi_main.patch:
   + Fixed security issue detailed in CVE-2008-0599
 - debian/patches/security526-interface.patch:
   + Fixed a safe_mode bypass in cURL identified by Maksymilian
 Arciemowicz
 - debian/patches/security526-pcre_compile.patch:
   + avoid stack overflow (fix from pcre 7.6)


** Attachment added: debdiff from 5.2.4-2ubuntu5.1
   http://launchpadlibrarian.net/15065228/php5_5.2.4-2ubuntu5.2.debdiff

** Summary changed:

- Please Backport PHP 5.2.6 -- fixes important security bugs
+ Please backport security fixes from PHP 5.2.6

** Changed in: hardy-backports
   Status: New = Invalid

-- 
Please backport security fixes from PHP 5.2.6
https://bugs.launchpad.net/bugs/227464
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


[Blueprint network-authentication] Make Ubuntu authenticate against Network Authentication services

2008-06-05 Thread Mathias Gug
Blueprint changed by Mathias Gug:

Definition Status: Discussion = Pending Approval

-- 
  Make Ubuntu authenticate against Network Authentication services
  https://blueprints.launchpad.net/ubuntu/+spec/network-authentication

-- 
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 215904] Re: [SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-06-05 Thread P. Dunbar
Will the fix find its way into libapache2-svn on hardy?  that is where I need 
it...
Thanks.

-- 
[SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2 
https://bugs.launchpad.net/bugs/215904
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 236192] Re: Only ~2280 computers shown when there should be ~3759

2008-06-05 Thread Brad Johnson
Tried samba-common, smbclient and smbfs from hardy-proposed. Still have
the same problem: stops at L.

-- 
Only ~2280 computers shown when there should be ~3759
https://bugs.launchpad.net/bugs/236192
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 208576] Re: krb5 ldap backend not built

2008-06-05 Thread Mathias Gug
This should be fixed in intrepid once krb5 has been synced from Debian
(see bug 237768).

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

-- 
krb5 ldap backend not built
https://bugs.launchpad.net/bugs/208576
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 237630] Re: package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 - fails due to AppArmor

2008-06-05 Thread Russell
Steps to reproduce:

1. Install Ubuntu Hardy *.04
2. Update all
3. Try to install MySQL via Synaptic
4. Watch it fail 
5. Disable AppArmor, and watch MySQL start OK.

-- 
package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1 - fails due to 
AppArmor
https://bugs.launchpad.net/bugs/237630
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 227464] Re: Please backport security fixes from PHP 5.2.6

2008-06-05 Thread Tormod Volden
Test packages with the above debdiff applied are in my PPA.

-- 
Please backport security fixes from PHP 5.2.6
https://bugs.launchpad.net/bugs/227464
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 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libapache2-mod-perl2 - 2.0.4-1ubuntu1

---
libapache2-mod-perl2 (2.0.4-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable (LP: #230016), remaining changes:
- Change locales-all to locales. (LP: #184206)
  * debian/control:
- Update Maintainer and VCS-* fields.

libapache2-mod-perl2 (2.0.4-1) unstable; urgency=low

  [ Damyan Ivanov ]
  * New upstream release. Support to Perl 5.10 added. Closes: #479240
  * Apache2::Reload was split in its own CPAN module, add
libapache2-reload-perl to Recommends
  * Drop patches applied upstream
+ 005-regex-DoS-bug-433549.patch
+ 013-test-apache-status.patch
+ 015-nonvoid-return.patch
  * Drop Perl 5.10 related patches that are not needed now that upstream
supports 5.10
+ 010-svn-fix-bleadperl.patch
+ 011-svn-fix-perl5.10-build.patch
+ 012-svn-more-perl5.10-fixes.patch

  [ Niko Tyni ]
  * 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch:
dropped, no longer needed.

  [ gregor herrmann ]
  * debian/copyright: deduct years of copyright from Changes.
  * Add /me to Uploaders.

libapache2-mod-perl2 (2.0.3-5) unstable; urgency=low

  * debian/rules: Improve the test suite coverage by setting
APACHE_TEST_EXTRA_ARGS=-httpd_conf /etc/apache2/apache2.conf
so that Apache::Test parses the right apache2 configuration file.
  * debian/patches/030-apxs-no-prefix.patch: fix a resulting warning
from apxs2 looking for CFG_PREFIX, which is not set on Debian.
  * debian/patches/031-test-extra-args.patch: honour
APACHE_TEST_EXTRA_ARGS with the top level test suite too.

libapache2-mod-perl2 (2.0.3-4) unstable; urgency=low

  * debian/patches/015-nonvoid-return.patch: make modperl_thx_interp_get()
always return a value, fixing undefined behaviour that led to a SIGBUS
on sparc (Closes: #468327).
  * debian/patches/010-svn-fix-bleadperl.patch: add a null pointer reference
fix from upstream SVN r481237.

libapache2-mod-perl2 (2.0.3-3) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
  * debian/rules: delete /usr/share/perl5 only if it exists.

  [ Frank Lichtenheld ]
  * debian/rules: Fix some typos and some dependencies
  * debian/patches/009-allow-parallel-build.patch: Fix Makefile.PL
to allow parallel building. Fixes a misbuild with dpkg-buildpackage -j
found by Daniel Schepler.
  * Standards-Version: 3.7.3 (no changes)
  * debhelper compatibility level 6

  [ Damyan Ivanov ]
  * add 011-svn-fix-perl5.10-build.patch. Closes: #462994
  * debian/rules:
+ replace debian/stamp-patched with $(QUILT_STAMPFN)
+ make install-stamp depend on build-stamp, not build
+ remove commented-out cdbs make rules
  * Use http://perl.apache.org/ for Homepage
  * Reformat NEWS.Debian, following DevRef 6.3.4. Thanks, lintian.
  * Drop -1 revision from dependencies. Thanks, lintian.
  * Add copyright information to debian/copyright

  [ Niko Tyni ]
  * Don't ship an empty /usr/bin directory.
  * Fix the 'clean' target, broken when Makefile.PL got unpatched.
  * Add myself to Uploaders.
  * debian/patches:
+ remove those Debian patches included upstream from the source package,
  as they had not been applied since 2.0.3-1.
+ 010-svn-fix-bleadperl.patch: more Perl 5.10 fixes from upstream SVN.
+ 012-svn-more-perl5.10-fixes.patch: as above.
+ 013-test-apache-status.patch: make the apache_status.t test work with
  Perl 5.10 too. Upstream SVN r614146.

 -- Mathias Gug [EMAIL PROTECTED]   Thu, 05 Jun 2008 19:21:01 -0400

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

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 server-flavors] Develop a mechanism for scalably defining specifc sets of packages and package configurations for different server needs

2008-06-05 Thread Scott Kitterman
You are now subscribed to the blueprint server-flavors - Develop a
mechanism for scalably defining specifc sets of packages and package
configurations for different server needs.

--
  https://blueprints.launchpad.net/ubuntu/+spec/server-flavors

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