Bug#529754: Specific to kolab

2010-01-05 Thread Mathieu Parent
reassign 529754  kolab-webclient
thanks

Currently Net_LDAP2 is used for Kolab parts, I'm reassigning this bug
to kolab-webclient.

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#406265: Creates improper slappasswd encoding : More info needed

2008-11-12 Thread Mathieu Parent
tag 406265 + moreinfo unreproducible
thanks

Hi,
Take a look at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406265,
I need some feedback.

Regards

Mathieu Parent



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#499094: on my TODO list...

2008-11-12 Thread Mathieu Parent
#this comes from templates, so assigning to kolabd
reassign 499094 kolabd
thanks

Amavis filtering has not been tested. I will take a look at this

Mathieu Parent



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#505800: RM: kolab-resource-handlers -- ROM; Replaced by php-kolab,kolab-freebusy and kolab-filter

2008-11-15 Thread Mathieu Parent
Package: ftp.debian.org
Severity: normal
X-Debbugs-CC: [EMAIL PROTECTED]

Now that all kolab 2.2 packages are in unstable,
kolab-resource-handlers should be removed.


Mathieu Parent



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503209: [Pkg-samba-maint] Bug#503209: Please ship pkg-config file

2008-11-15 Thread Mathieu Parent
Hi,

2008/10/23 Jelmer Vernooij [EMAIL PROTECTED]:
 Package: ctdb
 Version: 1.0.47+git20080748-1
 Severity: wishlist

 Please ship a pkg-config file (ctdb.pc) to make it easier to find ctdb
 in configure scripts.


This is probably a good idea. I'm not confident enough to propose a patch.

I thought it was not needed, as ctdb is not a library. But as it
contains headers in /usr/include, it can be.

I have never done a .pc file, here is my first try. How can it be
filled by the configure script ?

Mathieu Parent

prefix=/usr
mandir=${prefix}/share/man
includedir=${prefix}/include
sysconfdir=/etc
localstatedir=/var/lib
logdir=/var/log

Name: CTDB
Description: clustered database to store temporary data
Version: 1.0.65
URL: http://ctdb.samba.org
Requires: libpopt0 = 1.14
Cflags: -g -Wall -O2



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#514007: Please add horde PEAR channel in horde3 package

2009-02-03 Thread Mathieu Parent
Package: horde3
Version: 3.2.2+debian0-2
Severity: normal
Tags: patch

Hi,

We, the Kolab maintainers, have packaged some php-kolab-* packages. The
upstream sourcecode is from pear.horde.org. In fact those are horde
packages.

We are using dh_make_php which call pear install... which requires
that the Horde PEAR channel is discovered.

I have made a simple package pear-horde-channel that only does this
(registering horde channel). Unfortunately, it has been rejected [1]
because it is too small. The ftp-master ask to find a proper place for
this. It probably is horde3. Comments are welcome.

How to?

Add this to postinst:

case $1 in
configure)
pear channel-discover pear.horde.org || true
;;

abort-upgrade|abort-remove|abort-deconfigure)
;;

*)
echo postinst called with unknown argument \`$1' 2
exit 1
;;
esac

Add this to prerm:
--
case $1 in
remove|upgrade|deconfigure)
pear channel-delete pear.horde.org || true
;;

failed-upgrade)
;;

*)
echo prerm called with unknown argument \`$1' 2
exit 1
;;
esac


NB: This is linked to bug #510660.
[1]: 
http://lists.alioth.debian.org/pipermail/pkg-kolab-devel/2009-February/002142.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514050: Enable clustering by default (CTDB)

2009-02-03 Thread Mathieu Parent
Package: samba
Severity: wishlist
Tags: patch

CTDB can be compiled in by default without risk. Here is the place to
discuss this.

As said by Ronnie Sahlberg [1]:

 (Me:)
 Does enabling ctdb at compilation time changes samba behavior when
 clustering = yes is not set in smb.conf?

No it does not.
When clustering=yes is NOT set in smb.conf  you will have the exact
same behaviour as if samba was compiled without ctdb.
(end of quote)



[1]:
http://lists.samba.org/archive/samba-technical/2008-July/060104.html

Patch:
Index: debian/control
===
--- debian/control  (révision 2533)
+++ debian/control  (copie de travail)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Samba Maintainers
pkg-samba-ma...@lists.alioth.debian.org
 Uploaders: Eloy A. Paris pe...@debian.org, Steve Langasek
vor...@debian.org, Christian Perrier bubu...@debian.org, Noèl Köthe
n...@debian.org, Adam Conrad adcon...@0c3.net
-Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev
| libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386
ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4
sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt,
uuid-dev, libtalloc-dev (= 1.2.0~git20080616), libkeyutils-dev [alpha
amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc
ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc]
+Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev
| libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386
ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4
sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt,
uuid-dev, libtalloc-dev (= 1.2.0~git20080616), libkeyutils-dev [alpha
amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc
ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], ctdb
 Build-Conflicts: libfam-dev
 Standards-Version: 3.8.0
 Homepage: http://www.samba.org
Index: debian/rules
===
--- debian/rules(révision 2533)
+++ debian/rules(copie de travail)
@@ -56,6 +56,7 @@
--with-dnsupdate \
--without-libtdb \
--without-libnetapi \
+   --with-ctdb --with-cluster-support \
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   conf_args += \


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543395: include example README.source for common patch systems

2009-08-24 Thread Mathieu Parent
Package: dh-make
Version: 0.48
Severity: wishlist

As policy 4.14 says about README.source: It should not assume
familiarity with any specific Debian packaging system or patch
management tools..

When using quilt or dpatch, an example README.source should be provided.

Example (taken from 495233):

| This package uses quilt to manage all modifications to the upstream
| source.  Changes are stored in the source package as diffs in
| debian/patches and applied during the build.  Please see:
| 
| /usr/share/doc/quilt/README.source
| 
| for more information on how to apply the patches, modify patches, or
| remove a patch.

Regards

Mathieu Parent

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dh-make depends on:
ii  debhelper 7.3.12 helper programs for debian/rules
ii  dpkg-dev  1.15.3.1   Debian package development tools
ii  make  3.81-6 An utility for Directing compilati
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential   11.4   Informational list of build-essent

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542188: [pkg-kolab] Bug#542188: Permissions wrong on /var/log/kolab-webclient/horde.log

2009-08-24 Thread Mathieu Parent
tag 542188 + moreinfo unreproducible
thanks

On Tue, Aug 18, 2009 at 12:37 PM, Mark
Pavlichukpav5...@internode.on.net wrote:
(snip)

Thanks for your report.

 /var/log/kolab-webclient/horde.log is owned by root, but should be
 owned by www-data.

This file is not in the package, it is created when running horde
scipts or when surfing horde.

Surfing horde will create it as www-data. The scipts that I know also
run as www-data:
- 
http://git.debian.org/?p=pkg-horde/horde3.git;a=blob;f=debian/cron.d;hb=debian-sid
- 
http://git.debian.org/?p=pkg-horde/kronolith2.git;a=blob;f=debian/cron.d;hb=debian-sid

Can you check those files in /etc/cron.d if they match (#514528 was
fixed in kronolith 2.3.1-1)?
Have you any horde script which run as root?

 The permissions are 644 which is probably not
 desirable(?).

As the parent directory /var/log/kolab-webclient is owned by
www-data:www-data with mode 0750, this is not a security problem: Only
www-data has access.*

Regards

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514511: USB storage doesn't work with Xen

2009-02-08 Thread Mathieu Parent
Package: linux-image-2.6.26-1-xen-686
Version: 2.6.26-13
Severity: important

When inserting usb storage with the Xen kernel, USB hang and the device
is not mounted. It seems to hang while running modprobe.

The problem doesn't ocur with non-Xen kernel.

lsusb is also hanging.

Here is some relevant info:
$ ps auxf | grep usb
root   572  0.0  0.0  0 0 ?S   10:24   0:00  \_
 [ksuspend_usbd]
root  4915  0.0  0.0   3116   492 ?S10:34   0:00
 ptal-mlcd mlc:usb:psc_1300_series -devidmatch MDL:psc 1300 series;
 -devidmatch SN:MY45QD82T39F; -device /dev/usb/lp[0-9]* /dev/usblp[0-9]*
root  4919  0.0  0.0   1812   368 ?S10:34   0:00
 ptal-printd mlc:usb:psc_1300_series -morepipes 9 -like
 /etc/ptal/ptal-printd-like
root  4937  0.0  0.0   1816   384 ?S10:34   0:00
 ptal-photod mlc:usb:psc_1300_series -maxaltports 26
mathieu   7211  0.0  0.0   2336  1068 pts/2D+   10:57   0:00  |   \_
 lsusb
root  6293  0.0  0.0   1888   736 ?S   10:35   0:00
 /sbin/modprobe --use-blacklist
 usb:v0951p1603d0200dc00dsc00dp00ic08isc06ip50


$ tail /var/log/syslog
Feb  8 10:35:59 servthieu kernel: [  695.393865] usb 5-5: new high speed
USB device using ehci_hcd and address 3
Feb  8 10:35:59 servthieu kernel: [  695.527803] usb 5-5: configuration
#1 chosen from 1 choice
Feb  8 10:35:59 servthieu kernel: [  695.536759] usb 5-5: New USB device
found, idVendor=0951, idProduct=1603
Feb  8 10:35:59 servthieu kernel: [  695.536773] usb 5-5: New USB device
strings: Mfr=1, Product=2, SerialNumber=3
Feb  8 10:35:59 servthieu kernel: [  695.536778] usb 5-5: Product:
DataTraveler 2.024
Feb  8 10:35:59 servthieu kernel: [  695.536781] usb 5-5: Manufacturer:
Kingston
Feb  8 10:35:59 servthieu kernel: [  695.536783] usb 5-5: SerialNumber:
24
Feb  8 10:35:59 servthieu NetworkManager: debug [1234085759.549580]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/usb_device_951_1603_24').
Feb  8 10:35:59 servthieu kernel: [  695.671030] Initializing USB Mass
Storage driver...
Feb  8 10:38:59 servthieu NetworkManager: debug [1234085939.585596]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/usb_device_951_1603_24_usbraw').

$ cat \
/sys/class/usb_device/usbdev5.3/device/{manufacturer,product,serial}
Kingston
DataTraveler 2.024
24

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.26-1-xen-686 depends on:
ii  initramfs-tools   0.92o  tools for generating an initramfs
ii  linux-modules-2.6.26-1-xen-68 2.6.26-13  Linux 2.6.26 modules on i686

Versions of packages linux-image-2.6.26-1-xen-686 recommends:
ii  libc6-xen 2.7-18 GNU C Library: Shared libraries [X

Versions of packages linux-image-2.6.26-1-xen-686 suggests:
ii  grub   0.97-47lenny2 GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26   none(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514528: Kronolith reminders cronjob should run as www-data user

2009-02-08 Thread Mathieu Parent
Package: kronolith2
Version: 2.2-1
Severity: normal
Tags: patch

The cronjob currently run as root. Appart from security considerations,
temp files created while executing the sript are only readable/writable
by root.

This breaks Kolab cache handling.

Patch:
--- /etc/cron.d/kronolith2.old  2009-02-08 12:36:21.0 +
+++ /etc/cron.d/kronolith2  2009-02-08 12:36:44.0 +
@@ -1,4 +1,4 @@
 #
 # Regular cron jobs for the kronolith2 package
 #
-* * * * * root test -x /usr/bin/php  /usr/bin/php -q
/usr/share/horde3/kronolith/scripts/reminders.php  /dev/null 21
+* * * * * www-data test -x /usr/bin/php  /usr/bin/php -q
/usr/share/horde3/kronolith/scripts/reminders.php  /dev/null 21


Upstream doc: http://wiki.horde.org/KronolithReminders

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514511: Wuth regular kernel

2009-02-08 Thread Mathieu Parent
Package: linux-image-2.6.26-1-xen-686
Version: 2.6.26-13
Followup-For: Bug #514511

Here is the syslog with a regular kernel:
Feb  8 15:46:15 servthieu kernel: [  192.220011] usb 1-5: new high speed
USB device using ehci_hcd and address 3
Feb  8 15:46:15 servthieu kernel: [  192.354952] usb 1-5: configuration
#1 chosen from 1 choice
Feb  8 15:46:15 servthieu kernel: [  192.360044] usb 1-5: New USB device
found, idVendor=0951, idProduct=1603
Feb  8 15:46:15 servthieu kernel: [  192.360053] usb 1-5: New USB device
strings: Mfr=1, Product=2, SerialNumber=3
Feb  8 15:46:15 servthieu kernel: [  192.360056] usb 1-5: Product:
DataTraveler 2.024
Feb  8 15:46:15 servthieu kernel: [  192.360058] usb 1-5: Manufacturer:
Kingston
Feb  8 15:46:15 servthieu kernel: [  192.360060] usb 1-5: SerialNumber:
24
Feb  8 15:46:15 servthieu NetworkManager: debug [1234104375.625058]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/usb_device_951_1603_24').
Feb  8 15:46:15 servthieu kernel: [  192.462117] Initializing USB Mass
Storage driver...
Feb  8 15:46:15 servthieu kernel: [  192.463891] scsi5 : SCSI emulation
for USB Mass Storage devices
Feb  8 15:46:15 servthieu kernel: [  192.464377] usbcore: registered new
interface driver usb-storage
Feb  8 15:46:15 servthieu kernel: [  192.464384] USB Mass Storage
support registered.
Feb  8 15:46:15 servthieu NetworkManager: debug [1234104375.744280]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/usb_device_951_1603_24_if0').
Feb  8 15:46:15 servthieu kernel: [  192.494161] usb-storage: device
found at 3
Feb  8 15:46:15 servthieu kernel: [  192.494168] usb-storage: waiting
for device to settle before scanning
Feb  8 15:46:15 servthieu NetworkManager: debug [1234104375.781576]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/usb_device_951_1603_24_usbraw').
Feb  8 15:46:20 servthieu kernel: [  197.492200] usb-storage: device
scan complete
Feb  8 15:46:20 servthieu kernel: [  197.492808] scsi 5:0:0:0:
Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
Feb  8 15:46:20 servthieu kernel: [  197.495416] sd 5:0:0:0: [sde]
1952256 512-byte hardware sectors (1000 MB)
Feb  8 15:46:20 servthieu kernel: [  197.496022] sd 5:0:0:0: [sde] Write
Protect is off
Feb  8 15:46:20 servthieu kernel: [  197.496022] sd 5:0:0:0: [sde] Mode
Sense: 03 00 00 00
Feb  8 15:46:20 servthieu kernel: [  197.496022] sd 5:0:0:0: [sde]
Assuming drive cache: write through
Feb  8 15:46:20 servthieu kernel: [  197.509289] sd 5:0:0:0: [sde]
1952256 512-byte hardware sectors (1000 MB)
Feb  8 15:46:20 servthieu kernel: [  197.509912] sd 5:0:0:0: [sde] Write
Protect is off
Feb  8 15:46:20 servthieu kernel: [  197.509918] sd 5:0:0:0: [sde] Mode
Sense: 03 00 00 00
Feb  8 15:46:20 servthieu kernel: [  197.509922] sd 5:0:0:0: [sde]
Assuming drive cache: write through
Feb  8 15:46:20 servthieu kernel: [  197.509925]  sde: sde1
Feb  8 15:46:20 servthieu kernel: [  197.510792] sd 5:0:0:0: [sde]
Attached SCSI removable disk
Feb  8 15:46:20 servthieu NetworkManager: debug [1234104380.804537]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/usb_device_951_1603_24_if0_scsi_host').
Feb  8 15:46:20 servthieu NetworkManager: debug [1234104380.813215]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/usb_device_951_1603_24_if0_scsi_host_scsi_device_lun0').
Feb  8 15:46:20 servthieu NetworkManager: debug [1234104380.910683]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/storage_serial_Kingston_DataTraveler_2_0_24_0_0').
Feb  8 15:46:20 servthieu NetworkManager: debug [1234104380.962425]
nm_hal_device_added(): New device added (hal udi is
'/org/freedesktop/Hal/devices/volume_uuid_D0EC_8481').


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.26-1-xen-686 depends on:
ii  initramfs-tools   0.92o  tools for generating an initramfs
ii  linux-modules-2.6.26-1-xen-68 2.6.26-13  Linux 2.6.26 modules on i686

Versions of packages linux-image-2.6.26-1-xen-686 recommends:
ii  libc6-xen 2.7-18 GNU C Library: Shared libraries [X

Versions of packages linux-image-2.6.26-1-xen-686 suggests:
ii  grub   0.97-47lenny2 GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26   none(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510210: [pkg-kolab] Bug#510210: [libkolab-perl] bootstrap fails due to missing directory /var/lib/kolab/backups/

2008-12-30 Thread Mathieu Parent
reassign 510210 kolabd 2.2.1-20081212-1
notfound 510210 2.2.0-20080709.dfsg-2
found 510210 2.2.1-20081212-1
tags 510210 + pending
thank you


2008/12/30 Lars Kruse de...@sumpfralle.de:
 Package: libkolab-perl
 Version: 2.2.1-20081212-1
This version is not yet uploaded, but submiting to BTS is a good idea.

 Severity: important
 Tags: patch

 --- Please enter the report below this line. ---

 when running kolab_bootstrap -b for the first time in a fresh lenny system,
 it breaks with the following error:
  cannot mkdir : Datei oder Verzeichnis nicht gefunden
  at /usr/sbin/kolab_bootstrap line 214, STDIN line 1.
Missed this one. Thanks.

 It looks like the parent directory (/var/lib/kolab/backups/) should be created
 first.

 This problem can be fixed with the attached patch.
Thanks. I prefer to create the directory during installation. This
limit the patch of kolab_bootstrap.
(http://svn.debian.org/wsvn/pkg-kolab?op=compcompare[]=...@1100compare[]=...@1101)

This is corrected in SVN, I will upload snapshot soon.

 Thanks for your work,
 Lars

Thank for your test. I seems that you are the first to test 2.2.1beta !

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510211: console-setup breaks display of splashy

2008-12-30 Thread Mathieu Parent
Package: console-setup
Version: 1.28
Severity: minor

While using splashy, during boot, the display flickers then become
entirely black except the splashy progress bar.

If I skip the console-setup init script, the problem doesn't happen.

I have tested different console-setup/fontface without success.

This is eye-candy, and so, minor.

Regards

Mathieu

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages console-setup depends on:
ii  console-terminus  4.26-2.1   Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  xkb-data  1.3-2  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

Versions of packages console-setup suggests:
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: France - (Legacy) Alternative
* console-setup/fontsize-text: 16
* console-setup/compose: No compose key
  console-setup/modelcode:
  console-setup/switch: No temporary switch
  console-setup/fontsize: 16
* console-setup/charmap: UTF-8
  console-setup/layoutcode: fr
  console-setup/optionscode: lv3:ralt_switch
  debian-installer/console-setup/title:
* console-setup/layout: France
  console-setup/variantcode: latin9
  console-setup/codesetcode: Lat15
  console-setup/dont_ask_layout:
* console-setup/altgr: Right Alt
* console-setup/ttys: /dev/tty[1-6]
* console-setup/model: Generic 105-key (Intl) PC
  console-setup/fontsize-fb: 16
* console-setup/codeset: # Latin1 and Latin5 - western Europe and Turkic 
languages
  console-setup/toggle: No toggling
* console-setup/fontface: VGA



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510760: Included PEAR packages should install in /usr/share/php

2009-01-04 Thread Mathieu Parent
Package: horde3
Severity: minor

Hello,

PEAR packages are usually installed in /usr/share/php.

This is needed for other packages to include Horde PEAR packages without
patch as the default include_path is .:/usr/share/php:/usr/share/pear.

Another solution would be to split horde framework into packages using
dh-make-php.

Thanks

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#504451: More info needed

2009-01-06 Thread Mathieu Parent
tag 504451 + unreproducible moreinfo
thanks

Can you please test this bug against current unstable/sid packages
(version 2.2) ?

Regards

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510760: [pkg-horde] Bug#510760: Included PEAR packages should install in /usr/share/php

2009-01-11 Thread Mathieu Parent
Hi Ola,


On Fri, Jan 9, 2009 at 9:48 PM, Ola Lundqvist o...@debian.org wrote:
 Hi Mathieu

 Yes you have described how it is. What is the problem you are reporting?

While packaging some php-kolab-* packages
(http://svn.debian.org/wsvn/pkg-kolab), I needed to patch them. See :
- php-kolab-filter:
http://svn.debian.org/wsvn/pkg-kolab/php-kolab-filter/trunk/debian/patches/30-horde-path.diff?op=filerev=0sc=0
- php-kolab-freebusy:
http://svn.debian.org/wsvn/pkg-kolab/php-kolab-freebusy/trunk/debian/patches/30-horde-path.diff?op=filerev=0sc=0

Those patches are okay for now (so this bug is minor), but the real
fix should be in horde3. This is the reason of this bug.

See this bug as a suggestion (I am perfectionnist). If this requires a
lot of work, we can wait (horde4 ?).

Regards


 Best regards,

 // Ola


Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#472802: what is missing for a limesurvey upload?

2009-01-11 Thread Mathieu Parent
Hi,


On Sun, Jan 11, 2009 at 2:22 PM, Stefano Zacchiroli z...@debian.org wrote:
 On Wed, Oct 08, 2008 at 08:42:04PM +0200, Mathieu Parent wrote:
 I have also packaged limesurvey (unfortunately I've seen this ITP too
 late). We can join our forces.

 Mine is in collab-maint, I can make the merge.

 What do you think?

 Hi all, thanks for your work on the limesurvey package.
 I'm gonna need this software and I'm saddened to not seeing it in the
 Debian archive yet.

 Can I ask what is mussing for uploading the package? Is it just a
 matter of sponsoring or what? If you need sponsoring please let me
 know, as I'd be happy to help out (as I'm going to use your package
 anyhow :-)).

I don't have much time for this now.
limesurvey still requires a lot of work to be included in main. if you
are ready to help, here are some areas of interest:
- copyright should be checked more closely (maybe some non-DFSG
included libs should be removed)
- external libs should be used if already packaged
- test, test, test

If you want, you can use the svn repository and correct all these.

 Cheers.

 --
 Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
 Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
 sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


Regards


Mathieu Parent


Bug#536176: Workaround

2009-07-14 Thread Mathieu Parent
Package: xen-3
Severity: normal

Using the previous init script solves the problem for me:
http://svn.debian.org/wsvn/pkg-xen/trunk/xen-common/debian/xen-utils-common.xend.init?rev=527sc=1

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535864: [Pkg-samba-maint] Bug#535864: ctdb: bashism in /bin/sh script

2009-07-09 Thread Mathieu Parent
Hi,

On Sun, Jul 5, 2009 at 8:00 PM, Raphael Geissertatom...@gmail.com wrote:
 Package: ctdb
 Severity: important
 Version: 1.0.85-1
 User: debian-rele...@lists.debian.org
 Usertags: goal-dash

 Hello maintainer,

 While performing an archive wide checkbashisms (from the 'devscripts' package)
 check I've found your package containing a /bin/sh script making use
 of a bashism.

 checkbashisms' output:
 possible bashism in ./etc/ctdb/events.d/00.ctdb line 31 (time):
         ( time ctdb vacuum 20 -T 30; time ctdb repack -T 30 ) 
 $CTDB_BASE/state/vacuum.log 21 


 (...)

Thanks for reporting this bug. This one follows the previous
bashisms bug: #530064. I have corrected the various errors (see
[diff])

For the time command, as this is not a mandatory command, I have put
it in a if. So, the checkbashism script still complains.

What should I do about this bug report ?
Also, what is the recommended action about the time command?

Regards

Mathieu Parent

[diff]: 
http://svn.debian.org/wsvn/pkg-samba/trunk/ctdb/debian/patches/50-fix-bashism.diff



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#421942: FTBFS now!

2009-07-13 Thread Mathieu Parent
Package: cyrus-imapd-2.2
Version: 2.2.13-14
Severity: critical

Hi,

The version currently FTBFS in sid. I think it is related.

See attached build log.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
dpkg-checkbuilddeps: Unmet build dependencies: tcl8.3-dev libwrap0-dev libdb4.2-dev (= 4.2.52) libzephyr-dev libsasl2-dev (= 2.1.9) libsnmp9-dev | libsnmp5-dev xutils transfig groff heimdal-dev
W: Unmet build-dependency in source
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package cyrus-imapd-2.2
dpkg-buildpackage: source version 2.2.13-14
dpkg-buildpackage: source changed by Sven Mueller s...@debian.org
dpkg-checkbuilddeps: Unmet build dependencies: tcl8.3-dev libwrap0-dev libdb4.2-dev (= 4.2.52) libzephyr-dev libsasl2-dev (= 2.1.9) libsnmp9-dev | libsnmp5-dev xutils transfig groff heimdal-dev
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
dpkg-buildpackage: warning: This is currently a non-fatal warning with -S, but
dpkg-buildpackage: warning: will probably become fatal in the future.
 fakeroot debian/rules clean
dh_testdir
# -rm -f config.sub config.guess
# cp /usr/share/misc/config.sub config.sub
# cp /usr/share/misc/config.guess config.guess
touch configure.in  touch aclocal.m4  touch configure
# IF YOU CHANGE BERKELEY DB VERSION, MAKE SURE TO UPDATE
# DBENGINE AT THE TOP OF THIS MAKEFILE!
./configure CFLAGS=-fno-strict-aliasing -fPIC -Wall -pipe -g -O2  --build i486-linux-gnu \
	 --with-extraident=Debian-2.2.13-14 \
	 --prefix=/usr/share --exec-prefix=/usr --libexecdir=/usr/sbin \
	 --bindir=/usr/sbin --sbindir=/usr/sbin \
	 --includedir=/usr/include/cyrus \
	 --datadir=/usr/share/cyrus --sysconfdir=/etc \
	 --with-statedir=/var/state \
	 --sharedstatedir=/usr/share/cyrus \
	 --localstatedir=/var/lib/cyrus \
	 --mandir=/usr/share/man \
	 --with-cyrus-prefix=/usr/lib/cyrus --with-lock=fcntl \
	 --with-perl=/usr/bin/perl \
	 --with-openssl=/usr --with-auth=unix \
	 --enable-murder --enable-nntp \
	 --disable-listext --enable-annotatemore --with-sasl=/usr \
	 --with-drac=/usr \
	 --with-cyrus-user=cyrus --with-cyrus-group=mail \
	 --with-tclsh=/usr/bin/tclsh --with-com_err=/usr \
	 --with-pidfile=/var/run/cyrmaster.pid \
	 --with-syslogfacility=MAIL \
	 --with-seen-db=skiplist --with-mboxlist-db=skiplist \
	 --enable-gssapi --with-gss_impl=heimdal \
	 --with-ucdsnmp=/usr
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking for makedepend... /home/mathieu/apps/cyrus-imapd-2.2/cyrus-imapd-2.2-2.2.13/tools/not-mkdep
configure: WARNING: Makedepend is not installed on this system.  You should compile and install the version from the makedepend subdirectory.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for gawk... gawk
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long long int... yes
checking size of long long int... 8
checking for unsigned long long int... yes
checking size of unsigned long long int... 8
checking whether byte ordering is bigendian... no
checking for __attribute__... no
checking if compiler supports -fPIC... no
checking for long... yes
checking size of long... 4
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... 

Bug#421942: Previous comment unrelated and errorneous

2009-07-13 Thread Mathieu Parent
Package: cyrus-imapd-2.2
Severity: normal

The problem reported above was raised because the build-dep was not
installed on my machine and libdb4.2-dev is required for the clean
target.

As the policy states, you can thus ignore the previous comment.

Sorry for the inconvenience.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#582092: libttspico0: pico2wave should be in a separate package

2010-05-21 Thread Mathieu Parent
On Tue, May 18, 2010 at 11:50 AM, Samuel Thibault sthiba...@debian.org wrote:
 Package: libttspico0
 Version: 1.0+git20100205-1
 Severity: normal

 Hello,

 The pico2wave command should probably not be packaged along the library,
 but as a separate libttspico-utils package (or maybe just pico2wave)

Thanks for your bug report.

I was wondering if having a so tiny package is relevant (Uncompressed
libttspico0 is currently 388 ko pico2wave being 9.9 ko of it). Asked
on IRC, I now understand the deep reason for this (see below).

I will fix this in an uncoming version.

As you are maintainer of various accessibility and TTS software in
Debian, would you join me to maintain SVOX Pico?

Mathieu


Reference:
(14:08:42) sathieu1: hello, is there a rule to split binaries out of
lib packages? (Especialy when the lib package is tiny...)
(14:09:51) Mithrandir: sathieu1: yes, how else can you bump soname and
not conflict with the previous version?
micah michi mick_laptop midget mikap Mithrandir
(14:12:22) sathieu1: Mithrandir:  if I have a Provide: pkg-bin in
libpkg0 isn't is sufficient?
(14:12:35) azeem_: sathieu1: pgk-bin?
(14:12:46) ol: sathieu1: no, because libfoo0 and libfoo1 will both
have the same file in
(14:13:28) sathieu1: (okay, pkg is not a good example: real example is
libttspico0)
(14:14:06) sathieu1: ol: okay I understand now. Thanks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#479708: [Pkg-javascript-devel] Bug#479708: ITP: xinha -- powerfulWYSIWYG HTML editor

2010-03-04 Thread Mathieu Parent
Hello all,

I currently don't have much time to move from svn to git. As this is
not on top of my TODO, feel free to do it instead (the package is
almost ready).

Regards

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509135: [Pkg-samba-maint] Bug#509135: Enable PIE during configure?

2010-05-07 Thread Mathieu Parent
2010/5/7 Steve Langasek vor...@debian.org:
 On Thu, May 06, 2010 at 03:57:13PM +0200, Christian PERRIER wrote:
 Are there any objections to /me applying Kees patch to the trunk so
 that samba is now compiled with PIE?

 Aside from gdb, the only other issue I remember ever having with PIE in the
 past was that it would break the build completely on some architectures.
 We'll find out soon enough if that's currently a problem by throwing it at
 the buildds. :)

For the GDB part, version 7.1 should work on PIE binaries. Version 7.1
is in unstable now.

Ref: http://lwn.net/Articles/379511/


Regards

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574817: libata transition breaks mdadm arrays

2010-03-21 Thread Mathieu Parent
Package: linux-2.6
Version: 2.6.32-10
Severity: important

Subject: libata transition breaks mdadm arrays
Package: linux-2.6
Version: 2.6.32-10
Severity: normal

Following an upgrade to the Big bang release (2.6.32-10), my mdadm arrays 
stopped to work.

They were on /dev/sd{a,b,c,d} and went /dev/sd{b,c,d,e} as /dev/hda went 
/dev/sda.

I have to do the following at EACH boot to solve temporaly the problem:
 mdadm --stop /dev/md0
 mdadm --assemble /dev/md0 /dev/sd{b,c,d,e}
 vgchange -ay
 mount -a

Attached are the results of:
 mdadm -D /dev/md0
 cat /proc/mdstat

- on broken state
- after the above commands



-- Package-specific info:
** Version:
Linux version 2.6.32-4-686 (Debian 2.6.32-10) (m...@debian.org) (gcc version 
4.3.4 (Debian 4.3.4-8) ) #1 SMP Wed Mar 17 17:16:41 UTC 2010

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-4-686 root=UUID=8c592384-7266-4159-9b43-2c21c5577430 
ro quiet

** Not tainted

** Kernel log:
[8.793959] Adding 2441808k swap on /dev/sda8.  Priority:-1 extents:1 
across:2441808k 
[9.365562] EXT3 FS on sda5, internal journal
[   72.050967] md: md0 stopped.
[   72.050981] md: unbindsdc
[   72.050991] md: export_rdev(sdc)
[   72.051015] md: unbindsdb
[   72.051020] md: export_rdev(sdb)
[   75.718384] md: md0 stopped.
[   75.733161] md: bindsdd
[   75.733362] md: bindsdc
[   75.734921] md: bindsdb
[   75.735103] md: bindsde
[   75.752727] raid5: device sde operational as raid disk 0
[   75.752732] raid5: device sdb operational as raid disk 3
[   75.752735] raid5: device sdc operational as raid disk 2
[   75.752738] raid5: device sdd operational as raid disk 1
[   75.753126] raid5: allocated 4222kB for md0
[   75.758093] 0: w=1 pa=0 pr=4 m=1 a=2 r=4 op1=0 op2=0
[   75.758098] 3: w=2 pa=0 pr=4 m=1 a=2 r=4 op1=0 op2=0
[   75.758102] 2: w=3 pa=0 pr=4 m=1 a=2 r=4 op1=0 op2=0
[   75.758106] 1: w=4 pa=0 pr=4 m=1 a=2 r=4 op1=0 op2=0
[   75.758110] raid5: raid level 5 set md0 active with 4 out of 4 devices, 
algorithm 2
[   75.758113] RAID5 conf printout:
[   75.758115]  --- rd:4 wd:4
[   75.758119]  disk 0, o:1, dev:sde
[   75.758121]  disk 1, o:1, dev:sdd
[   75.758124]  disk 2, o:1, dev:sdc
[   75.758127]  disk 3, o:1, dev:sdb
[   75.758169] md0: detected capacity change from 0 to 960218529792
[   75.763026]  md0: unknown partition table
[   81.430931] device-mapper: table: 254:0: adding target device (start sect 
8388608 len 12582912) caused an alignment inconsistency
[   81.585263] device-mapper: table: 254:6: adding target device (start sect 
12582912 len 16777216) caused an alignment inconsistency
[   83.195825] kjournald starting.  Commit interval 5 seconds
[   83.195992] EXT3 FS on sda2, internal journal
[   83.195998] EXT3-fs: mounted filesystem with ordered data mode.
[   83.267130] kjournald starting.  Commit interval 5 seconds
[   83.267297] EXT3 FS on sda12, internal journal
[   83.267303] EXT3-fs: mounted filesystem with ordered data mode.
[   83.337320] kjournald starting.  Commit interval 5 seconds
[   83.337525] EXT3 FS on sda6, internal journal
[   83.337531] EXT3-fs: mounted filesystem with ordered data mode.
[   83.384938] kjournald starting.  Commit interval 5 seconds
[   83.385106] EXT3 FS on sda7, internal journal
[   83.385112] EXT3-fs: mounted filesystem with ordered data mode.
[   83.460982] kjournald starting.  Commit interval 5 seconds
[   83.506327] EXT3 FS on dm-8, internal journal
[   83.506334] EXT3-fs: mounted filesystem with ordered data mode.
[   83.617985] kjournald starting.  Commit interval 5 seconds
[   83.628301] EXT3 FS on dm-3, internal journal
[   83.628308] EXT3-fs: mounted filesystem with ordered data mode.
[   83.735128] kjournald starting.  Commit interval 5 seconds
[   83.736478] EXT3 FS on dm-2, internal journal
[   83.736485] EXT3-fs: mounted filesystem with ordered data mode.
[   83.820885] kjournald starting.  Commit interval 5 seconds
[   83.836058] EXT3 FS on dm-7, internal journal
[   83.836066] EXT3-fs: mounted filesystem with ordered data mode.
[   84.995074] loop: module loaded
[   85.228506] Bridge firewalling registered
[   85.233803] device eth0 entered promiscuous mode
[   85.236294] skge eth0: enabling interface
[   85.239568] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   86.904840] skge eth0: Link is up at 100 Mbps, full duplex, flow control both
[   86.904989] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   86.905023] br0: port 1(eth0) entering forwarding state
[   87.662541] RPC: Registered udp transport module.
[   87.662545] RPC: Registered tcp transport module.
[   87.662548] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   87.694456] Slow work thread pool: Starting up
[   87.694513] Slow work thread pool: Ready
[   87.694589] FS-Cache: Loaded
[   87.743789] FS-Cache: Netfs 'nfs' registered for caching
[   87.773217] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[   88.528960] fuse init (API version 7.13)
[   97.828005] eth0: no IPv6 routers present
[  101.993528] Bluetooth: Core 

Bug#574817: Files

2010-03-21 Thread Mathieu Parent



mdadm-D-broken
Description: Binary data


mdstat-broken
Description: Binary data


mdadm-D-repaired
Description: Binary data


mdstat-repaired
Description: Binary data


Bug#575900: Include autogroup contrib slapd module

2010-03-30 Thread Mathieu Parent
Package: slapd
Version: 2.4.17-2.1
Severity: wishlist
Tags: patch

The attached patches add support for autogroup contrib module
(which contrary to dynlist, behave correctly when searching by
attributes).


The attached patches solves this:
- autogroup.diff: upgrade to latest CVS version (should be added to
  debian/patches)
- autogroup-debian-makefile.diff: fix the build (should be added to
  debian/patches)
- debian-rules.diff: actually build during package building

I can rework the patch or send them differently (debdiff?).

I can also make the third patch more generic, accepting a list of
contrib modules to build.

Regards

Mathieu Parent

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-4-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Seulement dans openldap-2.4.17-old/contrib//ldapc++: config.guess
Seulement dans openldap-2.4.17-old/contrib//ldapc++: config.sub
diff -ur openldap-2.4.17-old/contrib//slapd-modules/autogroup/autogroup.c openldap-2.4.17/contrib//slapd-modules/autogroup/autogroup.c
--- openldap-2.4.17-old/contrib//slapd-modules/autogroup/autogroup.c	2008-11-10 20:57:30.0 +0100
+++ openldap-2.4.17/contrib//slapd-modules/autogroup/autogroup.c	2010-03-30 12:04:00.0 +0200
@@ -1,7 +1,10 @@
 /* autogroup.c - automatic group overlay */
-/* $OpenLDAP: pkg/ldap/contrib/slapd-modules/autogroup/autogroup.c,v 1.2.2.2 2008/11/10 19:57:30 quanah Exp $ */
-/*
- * Copyright 2007 Michał Szulczyński.
+/* $OpenLDAP: /contrib/slapd-modules/autogroup/autogroup.c,v 1.8 2009/09/08 06:15:08 ando Exp $ */
+/* This work is part of OpenLDAP Software http://www.openldap.org/.
+ *
+ * Copyright 2007-2009 The OpenLDAP Foundation.
+ * Portions Copyright 2007 Michał Szulczyński.
+ * Portions Copyright 2009 Howard Chu.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -12,6 +15,11 @@
  * top-level directory of the distribution or, alternatively, at
  * http://www.OpenLDAP.org/license.html.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Michał Szulczyński for inclusion in
+ * OpenLDAP Software.  Additional significant contributors include:
+ *   Howard Chu
+ */
 
 #include portable.h
 
@@ -196,8 +204,6 @@
 static int
 autogroup_member_search_cb( Operation *op, SlapReply *rs )
 {
-	slap_overinst		*on = (slap_overinst *)op-o_bd-bd_info;
-
 	assert( op-o_tag == LDAP_REQ_SEARCH );
 
 	if ( rs-sr_type == REP_SEARCH ) {
@@ -238,20 +244,13 @@
 static int
 autogroup_member_search_modify_cb( Operation *op, SlapReply *rs )
 {
-	slap_overinst		*on = (slap_overinst *)op-o_bd-bd_info;
-
 	assert( op-o_tag == LDAP_REQ_SEARCH );
 
 	if ( rs-sr_type == REP_SEARCH ) {
 		autogroup_ga_t		*agg = (autogroup_ga_t *)op-o_callback-sc_private;
 		autogroup_entry_t	*age = agg-agg_group;
-		Operation		o = *op;
 		Modifications		*modlist;
-		SlapReply		sreply = {REP_RESULT};
-		const char		*text = NULL;
-		char			textbuf[1024];
 		struct berval		vals[ 2 ], nvals[ 2 ];
-		slap_callback		cb = { NULL, slap_null_cb, NULL, NULL };
 
 		Debug(LDAP_DEBUG_TRACE, == autogroup_member_search_modify_cb %s\n,
 			rs-sr_entry ? rs-sr_entry-e_name.bv_val : UNKNOWN_DN, 0, 0);
@@ -508,11 +507,8 @@
 static int
 autogroup_group_add_cb( Operation *op, SlapReply *rs )
 {
-	slap_overinst		*on = (slap_overinst *)op-o_bd-bd_info;
-
 	assert( op-o_tag == LDAP_REQ_SEARCH );
 
-
 	if ( rs-sr_type == REP_SEARCH ) {
 		autogroup_sc_t		*ags = (autogroup_sc_t *)op-o_callback-sc_private;
 
@@ -538,7 +534,6 @@
 	autogroup_def_t		*agd = agi-agi_def;
 	autogroup_entry_t	*age = agi-agi_entry;
 	autogroup_filter_t	*agf;
-	Attribute		*a;
 	int			rc = 0;
 
 	Debug( LDAP_DEBUG_TRACE, == autogroup_add_entry %s\n, 
@@ -652,7 +647,6 @@
 {
 	slap_overinst		*on = (slap_overinst *)op-o_bd-bd_info;
 	autogroup_info_t		*agi = (autogroup_info_t *)on-on_bi.bi_private;
-	autogroup_def_t		*agd = agi-agi_def;
 	autogroup_entry_t	*age = agi-agi_entry,
 *age_prev, *age_next;
 	autogroup_filter_t	*agf;
@@ -683,9 +677,6 @@
 			dnMatch( match, 0, NULL, NULL, e-e_nname, age-age_ndn );
 
 			if ( match == 0 ) {
-autogroup_filter_t	*agf = age-age_filter,
-			*agf_next;
-
 autogroup_delete_group( agi, age );
 break;
 			}
@@ -1266,7 +1257,6 @@
 			autogroup_entry_t	*age_next, *age_prev;
 			autogroup_filter_t	*agf,
 		*agf_next;
-			struct berval		*bv;
 
 			ldap_pvt_thread_mutex_lock( agi-agi_mutex );
 
@@ -1446,8 +1436,7 @@
 	BackendDB	*be,
 	ConfigReply	*cr )
 {
-	slap_overinst			*on = (slap_overinst *) be-bd_info,
-*on_bd;
+	slap_overinst			*on = (slap_overinst *) be-bd_info;
 	autogroup_info_t		*agi = on-on_bi.bi_private;
 	autogroup_def_t		*agd;
 	autogroup_sc_t		ags;
@@ -1458,12 +1447,13 @@
 	void*thrctx = ldap_pvt_thread_pool_context();
 	Connection			conn = { 0 };
 	OperationBuffer

Bug#563694: [pkg-kolab] Bug#563694: location of kolab-webadmin smarty templates is misleading

2010-03-31 Thread Mathieu Parent
severity 563694 minor
tag 563694 +confirmed
thanks

Hello,

On Mon, Jan 4, 2010 at 6:29 PM, Gavin McCullagh gavin.mccull...@gcd.ie wrote:
 Package: kolab-webadmin
 Version: 2.2.2-20090514-2
 Severity: normal


 I just thought I'd note in passing that the smarty templates seem to be
 stored in:
        /use/share/php/admin/

 which, to me, seems a very confusing choice of path.  It's mainly down to
 the generic nature of admin.  There's almost no reason to think of Kolab

Agree

 when you see that path. If it were one of:
        /use/share/php/kolab-admin/
        /use/share/php/kolab/admin/

 that would be much easier to understand.  I would have thought (without
 checking at all) that the debian packaging rules would suggest:
        /use/share/php/kolab-webadmin/

 ie. named after the package which those files are part of.

Perhaps /usr/share/kolab-webadmin is better as those files are not all
php files (there are also smarty templates and locales).

I'm tagging this bug as minor (this can also be wishlist). Having a
patch would help (patching dist_conf/debian and some debian/* files ;
then testing).

Can you provide a patch?

Cheers

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575900: [Pkg-openldap-devel] Bug#575900: Include autogroup contrib slapd module

2010-04-17 Thread Mathieu Parent
On Wed, Apr 14, 2010 at 11:24 PM, Matthijs Möhlmann
matth...@cacholong.nl wrote:

 Hi,
Hello


 I'm willing to include the autogroup contrib module but with
 openldap-2.4.21 it gives some errors.

 Are you able to check what's going on here ? And maybe rework the
 patches a bit ?
Great!

Attached is the svn diff of a better patch (debian/changelog not included)

thanks

Mathieu Parent
Index: debian/patches/autogroup-debian-makefile.diff
===
--- debian/patches/autogroup-debian-makefile.diff	(révision 0)
+++ debian/patches/autogroup-debian-makefile.diff	(révision 0)
@@ -0,0 +1,31 @@
+Index: b/contrib/slapd-modules/autogroup/Makefile
+===
+--- a/contrib/slapd-modules/autogroup/Makefile	(révision 1257)
 b/contrib/slapd-modules/autogroup/Makefile	(copie de travail)
+@@ -1,5 +1,6 @@
+-LIBTOOL=../../../libtool
++LIBTOOL=libtool
+ 
++CPPFLAGS+=-I../../../debian/build/include
+ CPPFLAGS+=-I../../../include -I../../../servers/slapd
+ 
+ all: autogroup.la
+@@ -10,11 +11,16 @@
+ autogroup.la:	autogroup.lo
+ 	$(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
+ 	-rpath $(PREFIX)/lib -module -o $@ $? 
++	#Why libtool doesn't call ld, ar and ranlib?
++	ld -Bshareable -o .libs/autogroup.so.0.0.0 .libs/autogroup.o
++	ar cru .libs/autogroup.a autogroup.o
++	ranlib .libs/autogroup.a
+ 
+ clean:
+ 	rm -f autogroup.lo autogroup.la
+ 
+ install: autogroup.la
+-	mkdir -p $(PREFIX)/lib/openldap
+-	$(LIBTOOL) --mode=install cp autogroup.la $(PREFIX)/lib/openldap
++	mkdir -p $(PREFIX)/lib/ldap
++	$(LIBTOOL) --mode=install install -c autogroup.la $(PREFIX)/lib/ldap
+ 	$(LIBTOOL) --finish $(PREFIX)/lib
++
Index: debian/patches/series
===
--- debian/patches/series	(révision 1257)
+++ debian/patches/series	(copie de travail)
@@ -10,3 +10,4 @@
 getaddrinfo-is-threadsafe
 do-not-second-guess-sonames
 shutdown-issue-6322
+autogroup-debian-makefile.diff
Index: debian/rules
===
--- debian/rules	(révision 1257)
+++ debian/rules	(copie de travail)
@@ -36,6 +36,7 @@
 slapddir	:= $(CURDIR)/debian/slapd/usr/sbin
 
 MAKEVARS	:= DESTDIR=$(installdir) STRIP=
+MAKEVARS_autogroup := PREFIX=$(installdir)/usr
 
 # Include the quilt patch system.
 include /usr/share/quilt/quilt.make
@@ -105,6 +106,7 @@
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	RESOLV_MULTI=off $(MAKE) -C $(builddir) test
 endif
+	$(MAKE) -C $(CURDIR)/contrib/slapd-modules/autogroup $(MAKEVARS_autogroup)
 	touch $@
 
 # Check all built libraries for unresolved symbols except for the libslapi
@@ -114,6 +116,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	$(MAKE) -C $(builddir) $(MAKEVARS) install
+	$(MAKE) -C $(CURDIR)/contrib/slapd-modules/autogroup $(MAKEVARS_autogroup) install
 	for F in $(installdir)/usr/lib/*.so.*.*.*; do \
 	if echo $$F | grep -q libslapi ; then \
 	continue; \
@@ -184,6 +187,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f install-stamp build-stamp configure-stamp
+	$(MAKE) -C $(CURDIR)/contrib/slapd-modules/autogroup $(MAKEVARS_autogroup) clean
 	# Update translation templates for debconf
 	debconf-updatepo
 	# Remove our stripped schema from the upstream source area.


Bug#562138: [pkg-horde] Bug#562138: Acknowledgement (imp4: Javascript problems after upgrade)

2009-12-24 Thread Mathieu Parent
Hi,

Thanks for reporting this bug. This is probably caused by my recent uploads.

 The problem seems to be fixed if I downgrade both horde3 and imp4 to
 horde3_3.3.5+debian0-1_all.deb
 imp4_4.3.5+debian0-1_all.deb
 I had previously tried only downgrading imp.

Is the problem fixed if you test with?:
-horde3_3.3.5+debian0-1_all.deb
-imp4_4.3.6+debian0-1_all.deb
(downgrading horde and using latest imp).

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562138: [pkg-horde] Bug#562138: Acknowledgement (imp4: Javascript problems after upgrade)

2009-12-25 Thread Mathieu Parent
reassign 562138 horde3
thanks

Actually, the bug is in horde3

Mathieu Parent



On Thu, Dec 24, 2009 at 9:01 AM, Mathieu Parent math.par...@gmail.com wrote:
 Hi,

 Thanks for reporting this bug. This is probably caused by my recent uploads.

 The problem seems to be fixed if I downgrade both horde3 and imp4 to
 horde3_3.3.5+debian0-1_all.deb
 imp4_4.3.5+debian0-1_all.deb
 I had previously tried only downgrading imp.

 Is the problem fixed if you test with?:
 -horde3_3.3.5+debian0-1_all.deb
 -imp4_4.3.6+debian0-1_all.deb
 (downgrading horde and using latest imp).

 Mathieu Parent




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543245: More news

2010-11-26 Thread Mathieu Parent
See also https://issues.kolab.org/issue4466

-- 
Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595539: [pkg-kolab] Bug#595539: kolabd: kolab_bootstrap no longer works with slapd (version 2.4.23)

2010-09-09 Thread Mathieu Parent
On Sun, Sep 5, 2010 at 12:34 AM, Soren Stoutner
so...@sbtechsolutions.biz wrote:
...

 This morning slapd 2.4.23 was accepted into testing.  This package no longer 
 uses the /etc/ldap/slapd.conf file.  Instead, it used the /etc/ldap/slapd.d 
 directory for configuration.
 This renders kolab_bootstrab unusable.
Oh sad! I didn't have time to test this. But the failure was
predictable. Thanks for reporting.

Also, this bug is already reported upstream and currently dormant
(https://issues.kolab.org/issue3000)

 There is a separate issue where the config file conversion that ships with 
 slapd doesn't correctly convert from slapd.conf to slapd.d, leaving Kolab 
 completely locked out of LDAP.
 I am filing a bug against slapd to cover that issue.

For reference, this is http://bugs.debian.org/595540.

So what's next? I will try to convert the slapd.conf template to
slapd.d snippets and upload a fixed version. I still don't know if
this is doable in a reasonable time (before squeeze!). In the long
term this move will ease maintenance of kolabd.

Cheers

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595539: [pkg-kolab] Bug#595539: kolabd: kolab_bootstrap no longer works with slapd (version 2.4.23)

2010-09-09 Thread Mathieu Parent
I have commited a change in SVN
(http://svn.debian.org/wsvn/pkg-kolab/?op=compcompare[]=...@1510compare[]=...@1511),
will upload to unstable and ask for a freeze exception.

I have tested different scenarios with the patch. Can you test yourself?

Cheers

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596280: unblock: kolabd/2.2.4-20100624-2

2010-09-09 Thread Mathieu Parent
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package kolabd

The main and only reason for this new version is to fix a bug
introduced by the move of slapd to runtime configuration (aka
cn=config, aka slapd.d). The fix includes a hack which is
against policy to revert a similar against policy change from
slapd postinst. Without this fix, kolab requires manual
intervention to work.

The diff can be seen at 
http://svn.debian.org/wsvn/pkg-kolab/?op=compcompare[]=...@1510compare[]=...@1511

The move back to static slapd config is done only if kolab
manages slapd.conf.

unblock kolabd/2.2.4-20100624-2

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#594541: [pkg-kolab] Bug#594541: php-kolab-filter: shared folder mail stopped working with php5.3.2 and

2010-09-09 Thread Mathieu Parent
Salut,

On Fri, Aug 27, 2010 at 1:11 AM, Benoit Mortier
benoit.mort...@opensides.be wrote:
...

 in a kolab server in production on squeeze the kolabmailboxfilter stopped
 working with PHP_deprecated errors

...

I have asked about this problem on upstream IRC. Gunnar (main dev for
Horde Kolab stuff) is surprised that those deprecated errors stops the
filter. The dev version fixes the depreciation problems but it is not
released yet and will not go in squeeze as is.

So, I need more info to find the problem and provide a minimal patch.

As a first step can you add the following to the top of the
/usr/bin/kolabmailboxfilter script:

ini_set(display_errors, 0);

(of course, after the ?php, but you know that). The default value in
Debian is Off so postfix should not see those warnings.

Cheers

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#594541: [pkg-kolab] Bug#594541: php-kolab-filter: shared folder mail stopped working with php5.3.2 and

2010-09-10 Thread Mathieu Parent
severity 594541 grave
thanks

Raising severity, as kolabmailboxfilter is half of php-kolab-filter package.

On Fri, Sep 10, 2010 at 12:44 AM, Mathieu Parent math.par...@gmail.com wrote:
...
 As a first step can you add the following to the top of the
 /usr/bin/kolabmailboxfilter script:

 ini_set(display_errors, 0);

 (of course, after the ?php, but you know that). The default value in
 Debian is Off so postfix should not see those warnings.


My previous fix is false because the printed message comes from an
error handler.

Attached patch is a better one that:
* remove all mentioned Assigning the return value of new by
reference is deprecated
* Ignore any E_DEPRECATED error within Kolab_Freebusy

Can you please test?

In the meantime, as I have teted myself, I will upload the fix and ask
freeze-exception.

Mathieu Parent
diff -ur usr/share/php/Horde//Kolab/Filter/Incoming.php /usr/share/php/Horde//Kolab/Filter/Incoming.php
--- usr/share/php/Horde//Kolab/Filter/Incoming.php	2010-07-05 22:35:21.0 +
+++ /usr/share/php/Horde//Kolab/Filter/Incoming.php	2010-09-10 06:38:52.0 +
@@ -143,7 +143,7 @@
   $this-_fqhostname, $this-_sender,
   $resource, $this-_tmpfile), __FILE__, __LINE__,
   PEAR_LOG_DEBUG);
-$r = new Kolab_Resource();
+$r = new Kolab_Resource();
 $rc = $r-handleMessage($this-_fqhostname, $this-_sender,
 $resource, $this-_tmpfile);
 $r-cleanup();
diff -ur usr/share/php/Horde//Kolab/Filter/Response.php /usr/share/php/Horde//Kolab/Filter/Response.php
--- usr/share/php/Horde//Kolab/Filter/Response.php	2010-07-05 22:35:21.0 +
+++ /usr/share/php/Horde//Kolab/Filter/Response.php	2010-09-10 07:08:55.0 +
@@ -103,10 +103,10 @@
  */
 function _fatal($errno, $errmsg, $filename, $linenum, $vars)
 {
-/* Ignore strict errors for now since even PEAR will raise
- * strict notices 
+/* Ignore strict and deprecated errors for now since even
+ * PEAR will raise strict and deprecated notices 
  */
-if ($errno == E_STRICT) {
+if (($errno == E_STRICT) || ($errno == E_DEPRECATED)) {
 return false;
 }
 
@@ -124,7 +124,7 @@
 $msg = 'PHP Error: ' . $errmsg;
 }
 
-$error = new PEAR_Error($msg, $code);
+$error = new PEAR_Error($msg, $code);
 $this-handle($error);
 
 return false;
diff -ur usr/share/php/Horde//Kolab/Filter/Transport.php /usr/share/php/Horde//Kolab/Filter/Transport.php
--- usr/share/php/Horde//Kolab/Filter/Transport.php	2010-07-05 22:35:21.0 +
+++ /usr/share/php/Horde//Kolab/Filter/Transport.php	2010-09-10 06:39:32.0 +
@@ -75,7 +75,7 @@
 include dirname(__FILE__) . '/Transport/' . $driver . '.php';
 }
 if (class_exists($class)) {
-$transport = new $class($params);
+$transport = new $class($params);
 return $transport;
 }
 return PEAR::raiseError(sprintf('No such class \%s\', $class),
--- usr/bin/kolabmailboxfilter	2010-09-10 06:27:49.0 +
+++ /usr/bin/kolabmailboxfilter	2010-09-10 06:38:40.0 +
@@ -19,8 +19,8 @@
 require_once 'Horde/Kolab/Filter/Response.php';
 
 /* Parse the mail */
-$parser = new Horde_Kolab_Filter_Incoming();
-$response = new Horde_Kolab_Filter_Response();
+$parser = new Horde_Kolab_Filter_Incoming();
+$response = new Horde_Kolab_Filter_Response();
 
 $result = $parser-parse();
 if (is_a($result, 'PEAR_Error')) {


Bug#596303: unblock: php-kolab-filter/0.1.9-2

2010-09-10 Thread Mathieu Parent
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package php-kolab-filter

The upload fixes PHP deprecated warnings that causes kolabmailboxfilter script 
to fail because of too strict error handling. The upload also ignore any 
not-already-known E_DEPRECATED warning (Closes: #594541).

The upload also include a tiny fix to Use DEB_COMPRESS_EXCLUDE_ALL instead of 
deprecated DEB_COMPRESS_EXCLUDE during the build of this pear package.

unblock php-kolab-filter/0.1.9-2

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#594541: [pkg-kolab] Bug#594541: php-kolab-filter: shared folder mail stopped working with php5.3.2 and

2010-09-10 Thread Mathieu Parent
On Fri, Sep 10, 2010 at 9:13 AM, Mathieu Parent math.par...@gmail.com wrote:
...
 In the meantime, as I have tested myself, I will upload the fix and ask
 freeze-exception.

Freeze exception in #596303

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595539: [pkg-kolab] Bug#595539: kolabd: kolab_bootstrap no longer works with slapd (version 2.4.23)

2010-09-10 Thread Mathieu Parent
On Fri, Sep 10, 2010 at 12:06 AM, Mathieu Parent math.par...@gmail.com wrote:
 ... and ask for a freeze exception.

Freeze exception is #596280

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595539: [pkg-kolab] Bug#595539: kolabd: kolab_bootstrap no longer works with slapd (version 2.4.23)

2010-09-13 Thread Mathieu Parent
clone 595539 -1
reassign -1 libkolab-perl
reopen -1
affects -1 kolabd
forwarded -1 https://issues.kolab.org/issue3000
thanks

As per discussion on pkg-openldap mailing list [0] this bug will be
fixed in libkolab-perl.

[0] 
http://lists.alioth.debian.org/pipermail/pkg-openldap-devel/2010-September/004115.html

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595539: [pkg-kolab] Bug#595539: kolabd: kolab_bootstrap no longer works with slapd (version 2.4.23)

2010-09-13 Thread Mathieu Parent
Hello,


On Mon, Sep 13, 2010 at 6:54 PM, Soren Stoutner
so...@sbtechsolutions.biz wrote:
 Mathieu,

 Thanks for all your work on this.

And thanks for your feedback. Wider testing is needed to fix kolab for squeeze.

 at setting up a new Kolab server.  I am using slapd 2.4.23-5 which is also in
 unstable.

Since 2.4.23-5, $SLAPD_CONF= means use slapd.d as noted in the changlog:


  * debian/slapd.init, debian/slapd.scripts-common: when $SLAPD_CONF is not
set in /etc/default/slapd, we should always set a default value, giving
precedence to slapd.d and falling back to slapd.conf.  Users who don't
want to use an existing slapd.d should point at slapd.conf explicitly.
Closes: #594714, #596343.



 After installing kolabd, slapd, kolab-webadmin, and postfix from unstable on
 an otherwise fully updated testing box that doesn't have a current kolab
 installation, I followed the Debian installation instructions on the kolab.org
 wiki [1].

 The testsaslauthd -u manager -p PASSWORD command fails when replaced with
 the actual password with the error:

 0: NO authentication failed

 Accessing the Kolab Webadmin site displays the text Errors: Could not bind to
 LDAP server: Invalid credentials above the login boxes.

Those both means that you are using the pristine slapd db. Aka the one
maintained by slapd package.


 I don't know a lot about ldap configuration, but I'm wondering if the problem
 is in /etc/ldap/slapd.d/cn=config/olcDatabase\=\{1\}hdb.ldif.

 The output of this file is below.  It seems odd to me that it wants to connect
 as cn=admin when everything I have seen in Kolab usually uses
 cn=manager,cn=internal.

Yes. As said above.

The next fix should be ok (still to be written ;).

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596710: Fix

2010-09-13 Thread Mathieu Parent
Hi,

Can you please apply the patch [0] and test? Apply it to
/usr/share/perl5/Kolab/Conf.pm

[0] 
http://svn.debian.org/wsvn/pkg-kolab/libkolab-perl/trunk/debian/patches/90-slapd-runtime-config.diff?sc=1

This should work with slapd 2.4.23-5, kolabd 2.2.4-20100624-3 (and
many previous version also).

If this is okay, I will upload and request for a freeze exception.

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596710: Fix

2010-09-14 Thread Mathieu Parent
Hello,

Thanks for your quick test and reply. Actually, you are amazingly fast! ;)


On Tue, Sep 14, 2010 at 5:03 AM, Soren Stoutner
so...@sbtechsolutions.biz wrote:
 Mathieu,

 On Monday, September 13, 2010 01:46:43 pm Mathieu Parent wrote:
 Hi,

 Can you please apply the patch [0] and test? Apply it to
 /usr/share/perl5/Kolab/Conf.pm

 [0]
 http://svn.debian.org/wsvn/pkg-kolab/libkolab-perl/trunk/debian/patches/90
 -slapd-runtime-config.diff?sc=1

 I patched Conf.pm and reran kolab_bootstrap -b.  After doing so, I had the
 same problem.  Testsaslauthd failed and the webadmin could not bind to the
 LDAP server.

I forgot to test kolab_bootstrap.

 I switched SLAPD_CONF= to SLAPD_CONF=/etc/ldap/slapd.conf in
 /etc/default/slapd.  Testsaslauthd then succeeded

The steps done by the patch are not run under kolab_bootstrap. I will fix this.

 but the webadmin still could
 not bind to the LDAP server.  I discovered this was causes because 'php_pw'
 was not being copied correctly to /etc/kolab/session_vars.php.  For some
 reason the four commands found on the wiki [1] didn't work for me (although
 they have in the past).  Manually copying 'php_pw' from /etc/kolab/kolab.conf
 resolved this problem and the web admin could bind to ldap.

Yes, this command can only be run once because is replaces some
hardcoded config example.

 Perhaps we should suggest that everyone change /etc/default/slapd to use the
 old configuration files until upstream supports /etc/ldap/slapd.d.

No. The slapd maintainers don't want this [1]. I agree with them: this
is not maintainable.

[1]: 
http://lists.alioth.debian.org/pipermail/pkg-openldap-devel/2010-September/004115.html

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596710: [pkg-kolab] Bug#596710: Fix

2010-09-14 Thread Mathieu Parent
I have updated the patch. Can you test again?

http://svn.debian.org/wsvn/pkg-kolab/libkolab-perl/trunk/debian/patches/90-slapd-runtime-config.diff?sc=1


Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596710: [pkg-kolab] Bug#596710: Fix

2010-09-14 Thread Mathieu Parent
On Tue, Sep 14, 2010 at 10:20 AM, Soren Stoutner
so...@sbtechsolutions.biz wrote:
 Mathieu,

 You're pretty fast yourself.  ;)

 On Tuesday, September 14, 2010 12:03:40 am Mathieu Parent wrote:
 I have updated the patch. Can you test again?

 http://svn.debian.org/wsvn/pkg-kolab/libkolab-perl/trunk/debian/patches/90-
 slapd-runtime-config.diff?sc=1

 The patch worked perfectly for me.  There were a few scary looking warnings
 that printed while kolab_bootstrap ran, but they didn't seem to affect
 anything adversely.  I'm including them below in case they are helpful.

Good.

 prepare LDAP database...
 Deleting old slapd config...
 Converting slapd config...
 /etc/ldap/slapd.conf: line 74: replica keyword is obsolete (ignored)
 bdb_db_open: warning - no DB_CONFIG file found in directory /var/lib/ldap:
 (2).
 Expect poor performance for suffix dc=stoutner,dc=net.
 bdb_db_open: database dc=stoutner,dc=net:
 db_open(/var/lib/ldap/id2entry.bdb) failed: No such file or directory (2).
 backend_startup_one (type=bdb, suffix=dc=stoutner,dc=net): bi_db_open
 failed! (2)
 slap_startup failed (test would succeed using the -u switch)
 temporarily starting slapd
 Waiting for OpenLDAP to start
 no dc=stoutner,dc=net object found, creating one
 mynetworkinterfaces: 127.0.0.0/8
 LDAP setup finished

I will add -u to slaptest call to remove those warnings.

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596607: [pkg-kolab] Bug#596607: php-kolab-filter: For any mail received, a non-delivery notification have been sent.

2010-09-14 Thread Mathieu Parent
Hi,


On Sun, Sep 12, 2010 at 10:02 PM, Martial Paupe mart...@paupe.name wrote:
 Package: php-kolab-filter
 Version: 0.1.9-2
 Severity: important

 Despite upgrading this package, It seems that I'm still running into trouble 
 with this component.

Thanks for this report.

As I won't have time before this weekend, can you go deeper in this
problem and suggest a fix? Was it working before? (and what caused it
to stop working)...

Regards

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597816: Command to extract bzip2 files is incorrect

2010-09-23 Thread Mathieu Parent
Package: debian-reference-common
Version: 2.44
Severity: normal

In table 1.16 List of basic Unix commands (section 1.4.10.
Basic Unix commands), command to extract bz2 files doesn't work:

-`tar -xvf -j foo.tar.bz2`  extract files from `foo.tar.bz2` archive
+`tar -xvjf foo.tar.bz2`extract files from `foo.tar.bz2` archive

Translation should also be updated.

Regards

Mathieu

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

debian-reference-common depends on no packages.

debian-reference-common recommends no packages.

Versions of packages debian-reference-common suggests:
ii  chromium-bro 5.0.375.127~r55887-1Chromium browser
ii  epiphany-bro 2.30.2-3Intuitive GNOME web browser
ii  iceweasel [w 3.5.12-2Web browser based on Firefox
pn  mc   none  (no description available)
ii  vim  2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - enhanced vi editor
ii  w3m [www-bro 0.5.2-9 WWW browsable pager with excellent

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597822: Some cyrus commands are not found by cyrus master

2010-09-23 Thread Mathieu Parent
Package: kolabd
Version: 2.2.4-20100624-3
Severity: grave

I have the following in the syslog:

Sep 13 20:23:02 netthieu cyrus/master[1264]: about to exec 
/usr/lib/cyrus/bin/ctl_cyrusdb
Sep 13 20:23:02 netthieu cyrus/master[1264]: can't exec 
/usr/lib/cyrus/bin/ctl_cyrusdb on schedule: No such file or directory
Sep 13 20:23:02 netthieu cyrus/master[348]: process 1264 exited, status 71


This comes from cyrus.conf which contains basename of binaries instead of full 
path.
Cyrus master is not using the $PATH env (I don't know why) and the file is not 
found.

To fix this, use the absolute path as done in cyrus.conf from the 
cyrus-common-2.2 package

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596607: Could not reproduce

2010-09-23 Thread Mathieu Parent
tags 596607 + moreinfo unreproducible
thanks

Martial has reinstalled the machine from scratch and everything works now.
He reinstalled current testing (aka future squeeze) +
kolabd_2.2.4-20100624-3_all.deb,
libkolab-perl_2.2.4-20100624-2_all.deb and
php-kolab-filter_0.1.9-4_all.deb.

So, as we don't have a test machine now, I'm tagging the bug and will
close it if there is no feedback within 6 months.

Cheers

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597843: unblock: kolabd/2.2.4-20100624-4

2010-09-23 Thread Mathieu Parent
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package kolabd

The current version in unstable fixes #597822 (Some cyrus commands are not 
found by cyrus master).

The diff is mainly in the cyrus.conf template to change the commands to 
absolute patch.
Std-version is also updated as this requires no changes.

unblock kolabd/2.2.4-20100624-4

Thanks

Mathieu

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598024: [pkg-kolab] Bug#598024: sieve port in /etc/services

2010-09-26 Thread Mathieu Parent
reassign  598024 kolab-webadmin
severity  598024 important
thanks

Hello Sylvain,

Thanks for your bug report.


2010/9/25 sylvain boquet sylvain.boq...@wanadoo.fr:
  in /etc/services

 sieve        4190/tcp            # ManageSieve Protocol

 and

 cisco-sccp    2000/tcp            # Cisco SCCP

Actually, this is the consequence of NOTICE: Debian is moving sieve
to its IANA allocated port (4190) [ref1]

[ref1]: 
http://lists.alioth.debian.org/pipermail/pkg-cyrus-imapd-debian-devel/2009-December/003103.html

The problem should then be fixed in kolab-webadmin. I'm raisng the
severity to try to fix this for squeeze.

Regards

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598024: [pkg-kolab] Bug#598024: sieve port in /etc/services

2010-09-29 Thread Mathieu Parent
(you forgot to CC th bug)

2010/9/26 sylvain boquet sylvain.boq...@wanadoo.fr:
 hello mathieu


 when i change the line ( from sieve to 2000) in /etc/cyrus.conf

 that solve two problems , one in kolab webadmin

 and one in kolab webclient ( with the scripts sieve error of connexion  )



 and you're right te problem must be  fixed in kolab-webadmin package

 y try to modify the line 150  in  /usr/share/php/admin/include.sieve.php

 original

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 2000, $logintype = '', $euser = '', $debug = false)

 new line

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 4190, $logintype = '', $euser = '', $debug = false)


 and the kolab webadmin work fine

Can you change this to $port = 'sieve' and test ?

 but  the  problem with  is  the kolab webclient with script ( error of
 connexion) is back

Can you change in /etc/kolab-webclient/horde3/conf.php:
$conf['kolab']['imap']['sieveport'] = 'sieve';
and test.

If it doesn't work, try with the port number (4190). Let me know.

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598024: [pkg-kolab] Bug#598010: bug is not for the this packet

2010-09-30 Thread Mathieu Parent
reassign 598010 kolab-webadmin
severity 598010 important
retitle 598010 could not connect to sieve port: not currently in
transaction state

reassign 598024 kolab-webclient
retitle 598024 could not connect to sieve port: connexion driver failed
thanks

Those two bugs are consequence of NOTICE: Debian is moving sieve to
its IANA allocated port (4190) [ref1]

[ref1]: 
http://lists.alioth.debian.org/pipermail/pkg-cyrus-imapd-debian-devel/2009-December/003103.html


- #598010 is for the kolab-webadmin fix
- #598024 is for the kolab-webclient fix

I will propose a fix for both.

Regards



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598010: Fwd: [pkg-kolab] Bug#598010: bug is not for the this packet

2010-09-30 Thread Mathieu Parent
Those two bugs are consequence of NOTICE: Debian is moving sieve to
its IANA allocated port (4190) [ref1]

[ref1]: 
http://lists.alioth.debian.org/pipermail/pkg-cyrus-imapd-debian-devel/2009-December/003103.html


- #598010 is for the kolab-webadmin fix
- #598024 is for the kolab-webclient fix

I will propose a fix for both.

Regards

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598665: Use template to configure session_vars.php

2010-09-30 Thread Mathieu Parent
Package: kolab-webadmin
Version: 2.2.3-20091217-2
Severity: wishlist

Currently, kolab-webadmin installs an example config in 
/etc/kolab/session_vars.php.
The administrator should change the values to make the admin interface work.

As often the webadmin is on the same server as kolabd, we can use templates to 
automaticaly
configure kolab-webadmin (as upstream does).

(i'm reporting this bug to not forget)

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598053: [pkg-kolab] Bug#598053: kolab-webadmin: webadmin translation is nonfunctional

2010-09-30 Thread Mathieu Parent
hi,

2010/9/25 sylvain boquet sylvain.boq...@wanadoo.fr:
 Package: kolab-webadmin
 Version: 2.2.3-20091217-2
 Severity: minor

 web admin is always in english
 changing language as no effect

You should have the locales package installed and run
dpkg-reconfigure locales (select needed locales).

 $_SESSION['php_dn'] = cn=nobody,cn=internal,dc=sboquet,dc=homeip,dc=net;
 $_SESSION['php_pw'] = TKT8AInFEpUrTzsVlcfE1SAI/obA37O0XpPSOaOw;

Oups, password leaked. Please change it.

-- 
Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596135: libttspico-utils: produces empty audio files

2010-10-02 Thread Mathieu Parent
2010/9/12 Samuel Thibault sthiba...@debian.org:
 From reading the source code, it is on purpose that you have to use the
 .wav extension, to tell which kind of output is expected.  I'd tend to
 think that we should just document it, e.g. in the manpage.

What wordings do you suggests? I propose:


NOTES

The file extension determines the sound format. Currently only .wav
is supported. Any other extension  will produce an error.


I currently have the error Cannot open output wave file. Perhaps
those wordings should also be changed?


-- 
Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598883: unblock: kolab-webadmin/2.2.3-20091217-3

2010-10-02 Thread Mathieu Parent
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package kolab-webadmin

   * Updated Standards-Version to 3.9.1: no changes
   * Switch to dpkg-source 3.0 (quilt) format
   * 70-sieve-port-i18n.diff, 71-sieve-port-number.diff: Change sieve port
 to 4190 (Closes: #598010)

Due to the sieve port number change, kolab-webadmin failed to connect to cyrus 
sieve.
I have added two patches 70-sieve-port-i18n.diff, 71-sieve-port-number.diff to 
solve this issue.

Additionnaly, I hav migrated to dpkg-source 3.0 (quilt) to ease maintenance if 
security fixes are needed. Standards-Version was also updated.

unblock kolab-webadmin/2.2.3-20091217-3

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599491: [pkg-kolab] Bug#599491: Possible Solution

2010-10-18 Thread Mathieu Parent
Hello,

2010/10/15 Soren Stoutner so...@sbtechsolutions.biz:
 After doing a little bit of googleing, I removed the following line from
 /etc/ldap/slapd.d/cn=config.ldif

 olcRootDSE: /etc/kolab/rootDSE.ldif

 After doing this, the slapd package upgrade succeeded.  It is interesting to
 note that after the upgrade, the olcRootDSE: /etc/kolab/rootDSE.ldif line was
 restored to /etc/ldap/slapd.d/cn=config.ldif

 Are there any negative effects to doing this?

No. This is the right thing to do.

I need to upload a fix for this. But I'm so busy those days. Any help
is appreciated:

Cheers

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599031: [pkg-kolab] Bug#599031: libkolab-perl: during bootstrap is controled port 2000 instead of 4190 for sieve

2010-10-21 Thread Mathieu Parent
severity 599031 serious
thanks

2010/10/3 sylvain boquet sylvain.boq...@wanadoo.fr:
 Package: libkolab-perl
 Version: 1:2.2.4-20100624-2
 Severity: minor

 sieve now listen on port 4190
 but during kolab_bootstrap sieve tested port is still 2000

Upgrading severity as this bug can prevent installation of kolab with
asterisk and can prevent cyrus to start if another sieve server is
already running.

I plan to request a freeze exception.

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533488: [pkg-kolab] Bug#533488: again error message when enabling vacation notification with new version

2010-10-21 Thread Mathieu Parent
severity 598010 serious
reopen 598010 =
thanks

2010/10/4 sylvain boquet sylvain.boq...@wanadoo.fr:
(from bug 533488)
  kolab-webadmin   version  2.2.3-20091217-3 returns this bug


 to enable successfully transfer or  vacation notification

 you must change in

  /usr/share/php/admin/include/sieve.php

  function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 'sieve', $logintype = '', $euser = '', $debug = false)

 to

  function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = '4190', $logintype = '', $euser = '', $debug = false)

Okay, so the fix was not enough. I have prepared an updated fix.

Raising severity as vacation message is a major feature of kolab-webadmin.


Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599491: Cloning

2010-10-25 Thread Mathieu Parent
retitle 599491 Problem upgrading Horde prefs from LDAP
clone 599491 -1
retitle -1 Problem during slapd upgrade (rootDSE)
block -1 by 599235
thanks

This bug report is about two problems, spitting:
* Migration of Horde prefs: will not be handled appart from a note in NEWS
* rootDSE syntax

Regards

Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599235: [Pkg-openldap-devel] Bug#599235: Progress

2010-10-25 Thread Mathieu Parent
2010/10/14 Soren Stoutner sorenstout...@gmail.com:
 Following advice given by the maintainer of the kolabd package, I have
 manually removed some information that Kolab used to store in the LDAP, but
 has now been switched to being stored in files.  It was this extra
 information that was causing the errors.  However, now I get a new error
 while attempting to upgrade.
 r...@mail:/etc/default# dpkg --configure -a
 Setting up slapd (2.4.23-6) ...
   Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.4.17-2.1... done.
   Moving old database directories to /var/backups:
   Loading from /var/backups/slapd-2.4.17-2.1:
   - directory dc=stoutner,dc=org... failed.
 Loading the database from the LDIF dump failed with the following
 error while running slapadd:
     /etc/ldap/slapd.conf: line 76: replica keyword is obsolete (ignored)
     = str2entry: str2ad(IMPPREFS): attribute type undefined
     slapadd: could not parse entry (line=198)
 dpkg: error processing slapd (--configure):
  subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
  slapd
 /etc/ldap/slapd.conf contained the following line:
 rootDSE                /etc/kolab/rootDSE.ldif
 The contents of /etc/kolab/rootDSE.ldif are:
 dn:
 objectClass: kolab
 Note that there is no line 3 in this file.
 Any ideas on what this means or what I need to do to get it working?
 Soren

Reading your report, it seems that you still had impprefs attributes
at this step. Maybe you pasted the wrong log?

Mathieu



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601410: [Pkg-openldap-devel] Bug#599235: Progress

2010-10-28 Thread Mathieu Parent
2010/10/27 Soren Stoutner so...@sbtechsolutions.biz:
...
 You are correct: I copied the wrong log file. The correct one is below.

 r...@mail:/etc/ldap# apt-get install slapd
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following packages will be upgraded:
   slapd
 1 upgraded, 0 newly installed, 0 to remove and 75 not upgraded.
 Need to get 0B/1,586kB of archives.
 After this operation, 45.1kB disk space will be freed.
 Preconfiguring packages ...
 (Reading database ... 162158 files and directories currently installed.)
 Preparing to replace slapd 2.4.17-2.1 (using .../slapd_2.4.23-6_amd64.deb)
 ...
 Stopping OpenLDAP: slapd.
   Dumping to /var/backups/slapd-2.4.17-2.1:
   - directory dc=stoutner,dc=org... slapcat: Symbol
 `ldap_int_global_options' has different size in shared object, consider
 re-linking

This error probably comes from a version mismatch between slapd and libldap.


 str2entry: invalid value for attributeType objectClass #0 (syntax
 1.3.6.1.4.1.1466.115.121.1.38)
 root_dse_read_file: could not parse entry (file=/etc/kolab/rootDSE.ldif
 line=3)

Probably the kolab objectClass was not known at this time. But it
should as the kolab.schema was included before the upgrade.

To pkg-openldap people: Do you have any idea?

 olcRootDSE: value #0: olcRootDSE could not read file
 /etc/kolab/rootDSE.ldif
 config error processing cn=config: olcRootDSE could not read file
 slapcat: bad configuration directory!
 failed.
 dpkg: error processing /var/cache/apt/archives/slapd_2.4.23-6_amd64.deb
 (--unpack):
  subprocess new pre-installation script returned error exit status 1
 configured to not write apport reports
 Backing up /etc/ldap/slapd.conf in
 /var/backups/slapd-2.4.23-6... done.
 Starting OpenLDAP: slapd.
 Errors were encountered while processing:
  /var/cache/apt/archives/slapd_2.4.23-6_amd64.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)


 I also realized as I was reading over the entries in this bug that I had
 referenced the incorrect kolabd bug report.  The correct kolabd bug is
 #601410

Regarding #601410, I don't know of any proper solution: If slapd is
upgraded before kolabd (which is probably the case), rootDSE will be
present. So this bug should probably be solved on the slapd side.

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603421: PHP error: Invalid type of category opsi in the System menu

2010-11-13 Thread Mathieu Parent
Package: gosa
Version: 2.6.11-2
Severity: normal

(This is probably a minor bug).

When I go in the System menu, I have an error at the top of the page.

  Invalid type of category opsi

I have not installed any opsi package.

:)

Mathieu

=== List of gosa packages installed ===
math...@netthieu:~/apps/freeswitch/freeswitch-1.0.head~git.master.20101112.0$ 
aptitude search '~igosa'
i   gosa - Web Based LDAP Administration Program

i A gosa-plugin-connectivity - connectivity plugin for GOsa²

i   gosa-plugin-kolab- kolab plugin for GOsa²   

i   gosa-plugin-kolab-schema - LDAP schema for GOsa² kolab plugin   

i A gosa-plugin-mail - base mail plugin for GOsa²   

i   gosa-plugin-rsyslog  - rsyslog plugin for GOsa² 

i   gosa-plugin-squid- greffon squid pour GOsa² 

i   gosa-plugin-ssh  - ssh plugin for GOsa² 

i   gosa-plugin-ssh-schema   - LDAP schema for GOsa² ssh plugin 

i   gosa-plugin-sudo - sudo plugin for GOsa²

i   gosa-plugin-sudo-schema  - LDAP schema for GOsa² sudo plugin

i A gosa-plugin-systems  - systems plugin for GOsa² 

i   gosa-schema  - LDAP schema for GOsa 


=== Trace ===
Trace[0]:fonction gosaRaiseError
File : 
Line : 
Type : -
  1024, Invalid type of category opsi, 
/usr/share/gosa/include/class_userinfo.inc, 711, Array

Trace[1]:fonction trigger_error
File : /usr/share/gosa/include/class_userinfo.inc
Line : 711
Type : -
  Invalid type of category opsi

Trace[2]:classe userinfo / fonction has_complete_category_acls
File : /usr/share/gosa/include/class_userinfo.inc
Line : 299
Type : méthode
  dc=sathieu,dc=net, opsi

Trace[3]:classe userinfo / fonction is_pasteable
File : /usr/share/gosa/include/class_listing.inc
Line : 1371
Type : méthode
  dc=sathieu,dc=net, opsi

Trace[4]:classe listing / fonction renderCopyPasteMenu
File : /usr/share/gosa/include/class_listing.inc
Line : 1182
Type : méthode
   style='border-top:1px solid #AAA' , 1, 1

Trace[5]:classe listing / fonction recurseActions
File : /usr/share/gosa/include/class_listing.inc
Line : 1113
Type : méthode
  Array

Trace[6]:classe listing / fonction renderActionMenu
File : /usr/share/gosa/include/class_listing.inc
Line : 449
Type : méthode
  -

Trace[7]:classe listing / fonction render
File : /usr/share/gosa/plugins/admin/systems/class_systemManagement.inc
Line : 1236
Type : méthode
  -

Trace[8]:classe systemManagement / fonction renderList
File : /usr/share/gosa/include/class_management.inc
Line : 185
Type : méthode
  -

Trace[9]:classe management / fonction execute
File : /usr/share/gosa/plugins/admin/systems/main.inc
Line : 44
Type : méthode
  -

Trace[10]:fonction require
File : /usr/share/gosa/html/main.php
Line : 370
Type : -
  /usr/share/gosa/plugins/admin/systems/main.inc

=== /Trace === 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gosa depends on:
ii  apache2-mpm-prefork [httpd]  2.2.16-3Apache HTTP Server - traditional n
ii  gettext  0.18.1.1-3  GNU Internationalization utilities
ii  libapache2-mod-php5  5.3.3-2 server-side, HTML-embedded scripti
ii  libcrypt-smbhash-perl0.12-3  generate LM/NT hash of a password 
ii  php5 5.3.3-2 server-side, HTML-embedded scripti
ii  php5-cli 5.3.3-2 command-line interpreter for the p
ii  php5-gd  5.3.3-2 GD module for php5
ii  php5-imagick 3.0.0~rc1-1 ImageMagick module for php5
ii  php5-imap5.3.3-2 IMAP module for php5
ii  php5-ldap5.3.3-2 LDAP module for php5
ii  php5-mcrypt  5.3.3-2 MCrypt module for php5
ii  

Bug#599491: [pkg-kolab] Bug#599491: Problem Upgrading Older Kolab Server to Newest Slapd

2010-10-09 Thread Mathieu Parent
Hi,

2010/10/8 Soren Stoutner sorenstout...@gmail.com:
 Subject: kolabd: Problem Upgrading Older Kolab Server to Newest Slapd
 Package: kolabd
 Version: 2.2.4-20100624-4
OK, latest one.

 Severity: important

..
 When I attempt to upgrade a Kolab server that has been in production for
 several years,

Upgrading from which version? (kolab was not in lenny).

 I receive this error.

 r...@mail:/etc/default# dpkg --configure -a
 Setting up slapd (2.4.23-6) ...
   Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.4.17-2.1... done.
   Moving old database directories to /var/backups:
   Loading from /var/backups/slapd-2.4.17-2.1:
   - directory dc=stoutner,dc=org... failed.

 Loading the database from the LDIF dump failed with the following
 error while running slapadd:
     /etc/ldap/slapd.conf: line 76: replica keyword is obsolete (ignored)
     = str2entry: str2ad(IMPPREFS): attribute type undefined
     slapadd: could not parse entry (line=198)

The problem comes from IMPPREFS. Storing Horde prefs in LDAP is
deprecated by the Kolab project since 2.2.1 (see
https://issues.kolab.org/issue3567).
You should remove all those *Prefs attributes before the update. You
can also re-add the Horde schema in the slapd.conf (and template).
The recommended way is to remove all prefs from LDAP. Users will need
to set those again.
There is a script for this in §6 of
http://hg.kolab.org/server/file/5f73a1437a1d/1st.README (you should
adapt it to native packages).

 I understand that this is a bug in slapd.  I have filed a bug report at
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599235
 but I have not yet had any response.

Probably not. The bug comes from the kolabd package which removed the
horde schema some time ago without providing a migration path. This
was done in kolabd 2.2.1-20090304-1: don't install horde schema
anymore as horde now use flat files for preferences.

 I am guessing that there is something
 in my
 /etc/ldap/slapd.conf file that it doesn't like, probably something that is
 not commonly used outside of Kolab installations.

Yes, and also not common in recent Kolab installations.

 I tried looking at line 198 but couldn't find anything suspicious.  I was
 wondering if you know what is causing it to fail
 and if there is a config change I can make that will allow it to succeed.

This is line 198 of the slap dump, not the config file.


 My /etc/ldap/slapd.conf file is below:
...

I won't provide a migration script for your case, but I will add a
NEWS entry for other administrators.

Regards

-- 
Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599033: [pkg-kolab] Bug#599033: kolabd: log error No CA file specified

2010-10-09 Thread Mathieu Parent
Hello,

2010/10/4 sylvain boquet sylvain.boq...@wanadoo.fr:
 Package: kolabd
 Version: 2.2.4-20100624-4
 Severity: normal

 in /var/log/mail.err
 there are some error lines

 TLs server engine: No CA file spécified . Client side certs may not work

 in

 /etc/imapd.conf

 the line
 #tls_ca_file: /etc/kolab/server.pem
 must change to
 tls_ca_file: /etc/kolab/ca/cacert.pem

 so template /etc/kolab/templateimapd.conf.template
 must be corrected to avoid this error in boostrap

Thanks for this report.

Unfortunately, I won't upload a new version for this because the CA
may not be available at this path. This is the case when the admin of
the server has not used the helper provided in kolab_bootstrap.

I will correct the path upstream for the next release.
-- 
Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527286: ITP: ansel1 -- Horde photo management application

2009-05-06 Thread Mathieu Parent
Package: wnpp
Severity: wishlist
Owner: Mathieu Parent math.par...@gmail.com

* Package name: ansel1
  Version : 1.0
  Upstream Authors: Chuck Hagenbuch ch...@horde.org
Michael J. Rubinsky mrubi...@horde.org
* URL : http://horde.org/ansel/
* License : GPL2
  Programming Lang: PHP
  Description : Horde photo management application

Ansel is a full featured photo management application. With it, you can create 
any number of galleries and subgalleries, share galleries among other Horde 
users or even make them public. You can upload images either one at a time, as 
a zip archive, or even upload them via Windows XP's Publish to Web 
functionality. You can browse your images, download originals, view galleries 
as a slideshow, add comments to images, send an 'ecard' to a friend, and more. 
You can crop, resize and perform other image manipulation functions.

Ansel supports photo and gallery tagging, face detection, EXIF auto rotate, 
gallery themes, thumbnails, RSS, and more.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527286: Current state

2009-05-09 Thread Mathieu Parent
Package: wnpp
Severity: wishlist
Owner: Mathieu Parent math.par...@gmail.com

To keep history:

ansel1 is currently on git.debian.org [1] and reviewed by reg [2]. It
will be maintained by me and others in the pkg-horde team.

Regards

Mathieu Parent

[1] http://git.debian.org/?p=pkg-horde/ansel1.git
[2] 
http://lists.alioth.debian.org/pipermail/pkg-horde-hackers/2009-May/003332.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#528716: Thanks

2009-05-17 Thread Mathieu Parent
tag 528711 +pending
tag 528716 +pending
thanks

Thanks for your report.

Those two bugs are pending (Fixed in SVN).

Mathieu Parent


Bug#529079: RM: kolab-filter -- ROM; Superseeded by php-kolab-filter

2009-05-17 Thread Mathieu Parent
Package: ftp.debian.org
Severity: normal

due to upstream package rework.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529084: RM: php-kolab -- ROM; splitted into several php-kolab-* packages

2009-05-17 Thread Mathieu Parent
Package: ftp.debian.org
Severity: normal

Upstream reorganisation has put the code into horde3, php-kolab-filter
and php-kolab-freebusy.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529083: RM: kolabconf -- ROM; included in libkolab-perl

2009-05-17 Thread Mathieu Parent
Package: ftp.debian.org
Severity: normal

Due to upstream reorganisation.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529080: RM: kolab-freebusy -- ROM; Superseeded by php-kolab-freebusy

2009-05-17 Thread Mathieu Parent
Package: ftp.debian.org
Severity: normal

Due to upstream reorganisation



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#460115: Simple chgrp typo in kolab_bootstrap: unreproducible

2008-12-16 Thread Mathieu Parent
tags 460115 + unreproducible
thanks

Can you confirm this with current versions from sid ? If not, I'm
going to close this bug

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#508955: ITP: php-kolab-filter -- Postfix filters for the Kolab server

2008-12-16 Thread Mathieu Parent
Package: wnpp
Severity: wishlist
Owner: Mathieu Parent math.par...@gmail.com

* Package name: php-kolab-filter
  Version : 0.1.3
  Upstream Authors :
* Gunnar Wrobel (Lead)
* jarosch (Lead)
* chuck (Lead)
* Jan Schneider (Lead)
* URL : http://pear.horde.org/index.php?package=Kolab_FreeBusy
* License : LGPL
  Programming Lang: PHP
  Description : Postfix filters for the Kolab server

I will clone this bug for all php-kolab-* packages

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#508955: Cloning bug

2008-12-16 Thread Mathieu Parent
clone 508955 -1 -2 -3 -4
retitle -1 ITP: php-kolab-format -- A package for reading/writing
Kolab data formats
retitle -2 ITP: php-kolab-freebusy -- A package for providing
free/busy information.
retitle -3 ITP: php-kolab-server -- A package for manipulating the
Kolab user database.
retitle -4 ITP: php-kolab-storage -- A package for handling Kolab data
stored on an IMAP server.
thanks

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509286: dh-make-php can be in build-depends (build-depends-without-arch-dep dh-make-php)

2008-12-20 Thread Mathieu Parent
Package: lintian
Version: 2.1.2
Severity: wishlist

Hi,

While executing lintian on a PHP PEAR package (php-kolab-*, see
http://svn.debian.org/wsvn/pkg-kolab/kolab-freebusy/trunk/?rev=0sc=0),
I got the following info:
I: php-kolab-filter source: build-depends-without-arch-dep dh-make-php

Currently, /usr/share/cdbs/1/class/pear.mk doesn't have a clean::
target. But it may happen, I think.

Two possible solutions here:
- if php-kolab-filter should really go in build-depends-indep, then
  /usr/share/dh-make-php/pear.template/control from dh-make-php should
be corrected (I've cc-ed dh-make-php maintainers)
- else, dh-make-php should be added in exceptions of lintian

Regards


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.23  Debian package development tools
ii  file4.26-1   Determines file type using magic
ii  gettext 0.17-4   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libipc-run-perl 0.80-2   Perl module for running processes
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-3  on-line manual pager
ii  perl [libdigest-sha 5.10.0-18Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.44-1.2   Text::Template perl module
ii  man-db2.5.2-3on-line manual pager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#472802: what is missing for a limesurvey upload?

2009-01-11 Thread Mathieu Parent
Hi,

On Sun, Jan 11, 2009 at 9:43 PM, Julian Gilbey j...@debian.org wrote:
 On Sun, Jan 11, 2009 at 02:22:00PM +0100, Stefano Zacchiroli wrote:
 On Wed, Oct 08, 2008 at 08:42:04PM +0200, Mathieu Parent wrote:
  I have also packaged limesurvey (unfortunately I've seen this ITP too
  late). We can join our forces.
 
  Mine is in collab-maint, I can make the merge.
 
  What do you think?

 Hi all, thanks for your work on the limesurvey package.
 I'm gonna need this software and I'm saddened to not seeing it in the
 Debian archive yet.

 Can I ask what is mussing for uploading the package? Is it just a
 matter of sponsoring or what? If you need sponsoring please let me
 know, as I'd be happy to help out (as I'm going to use your package
 anyhow :-)).

 I gave Nick a list of questions and issues, but didn't realise that
 there was a new version on his website; Nick and Mathieu - where do we
 stand on a collaboration?  Or does one of you want to do it alone?

I have put it on collab-maint's SVN for collaboration. So anyone is
welcomed to help. As I don't have time for limesurvey now, maybe any
one of you can take care of it.

Mathieu Parent



   Julian




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510760: [pkg-horde] Bug#510760: Included PEAR packages should install in /usr/share/php

2009-01-25 Thread Mathieu Parent
Hi,


On Sun, Jan 25, 2009 at 2:55 AM, Gregory Colpart r...@evolix.fr wrote:
 Hello Mathieu,

 On Sun, Jan 04, 2009 at 07:03:36PM +0100, Mathieu Parent wrote:

 PEAR packages are usually installed in /usr/share/php.

 This is needed for other packages to include Horde PEAR packages without
 patch as the default include_path is .:/usr/share/php:/usr/share/pear.

 Another solution would be to split horde framework into packages using
 dh-make-php.

 Can you list PEAR packages which you need?

Yes, those are available from pear.horde.org:
Kolab_Format (http://pear.horde.org/index.php?package=Kolab_Formatdownloads)
# Package: Horde_DOM 0.1.0 or newer
# Package: Horde_NLS
# Package: Util
# Package: Horde_Prefs
# Package: Horde_Date

Kolab_Server http://pear.horde.org/index.php?package=Kolab_Serverdownloads
# Package: Auth
# Package: Horde_LDAP
# Package: Horde_SessionObjects

Kolab_Filter http://pear.horde.org/index.php?package=Kolab_Filterdownloads
# Package: Horde 0.0.2 or newer
# Package: Horde_iCalendar 0.0.3 or newer
# Package: Argv
# Package: Horde_MIME 0.0.2 or newer
# Package: Horde_Util 0.0.2 or newer
(# Package: Kolab_Server 0.2.0 or newer )

Kolab_FreeBusy 
http://pear.horde.org/index.php?package=Kolab_FreeBusydownloads
(# Package: Kolab_Server 0.2.0 or newer)
(# Package: Kolab_Storage)
# Package: Horde_iCalendar
# Package: Horde_Date

Kolab_Storage http://pear.horde.org/index.php?package=Kolab_Storagedownloads
(# Package: Kolab_Format)
(# Package: Kolab_Server)
# Package: Auth 0.1.1 or newer
# Package: Horde_Cache
# Package: Group
# Package: Horde_History
# Package: Horde_LDAP
# Package: Perms 0.1.0 or newer
# Package: Horde_SessionObjects
# Package: Horde_MIME
# Package: Horde_NLS
# Package: Util

 Regards,
 --
 Gregory Colpart r...@evolix.fr  GnuPG:1024D/C1027A0E
 Evolix - Informatique et Logiciels Libres http://www.evolix.fr/


Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522715: [pkg-kolab] Bug#522715: kolab-cyrus-pop3d: Patch to limit POP3 mailbox size (e.g. for mobile clients) via username hack

2009-04-06 Thread Mathieu Parent
clone 522715 -1
reassign -1 cyrus-pop3d-2.2
block 522715 with -1
tag -1 +patch
stop

On Mon, Apr 6, 2009 at 6:42 AM, Tor Slettnes t...@slett.net wrote:
 Package: kolab-cyrus-pop3d
 Version: 2.2.13-5.1
 Severity: wishlist


 The following patch allows the client to append -NNN to the POP3 username
 in order to see only the last NNN messages in the mailbox.  This is useful
 for many mobile clients (in particular, those on Nokia S60 phones such as
 the N85, N96 etc), where retreiving all headers in very large mailboxes is
 a problem due to resource limitations.


Thanks for the patch.
As this is not kolab specific, I'm assigning to main cyrus-popd package.

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#518366: sympa: Cannot create MySQL database when host contains special characters

2009-03-05 Thread Mathieu Parent
Package: sympa
Version: 5.3.4-6.1
Severity: normal
Tags: patch

Hi,

While installing sympa, during debconf, I had errors. Those comes form the name 
of my MySQL host that contain an hyphen (-).

Patch attached

Regards

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-bpo.1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sympa depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debconf-2.0]   1.5.24   Debian configuration management sy
ii  libarchive-zip-perl 1.18-1   Module for manipulation of ZIP arc
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcgi-fast-perl5.10.0-19CGI::Fast Perl module
ii  libcrypt-ciphersaber-pe 0.61-4   Perl module implementing CipherSab
ii  libdbd-mysql-perl   4.007-1  A Perl5 database interface to the 
ii  libdbi-perl 1.605-1  Perl5 database interface by Tim Bu
ii  libintl-perl1.16-4   Uniforum message translations syst
ii  libio-stringy-perl  2.110-4  Perl modules for IO from scalars a
ii  libmailtools-perl   2.03-1   Manipulate email in perl programs
ii  libmd5-perl 2.03-1   backwards-compatible wrapper for D
ii  libmime-charset-perl1.006.2-2Charset Informations for MIME
ii  libmime-encwords-perl   1.010.101-1  deal with RFC-1522 encoded words
ii  libmime-perl5.427-1  transitional dummy package
ii  libmime-tools-perl [lib 5.427-1  Perl5 modules for MIME-compliant m
ii  libmsgcat-perl  1.03-4+b1Locale::Msgcat perl module
ii  libnet-ldap-perl1:0.39-1 client interface to LDAP servers
ii  libtemplate-perl2.19-1.1lenny1.1 template processing system written
ii  libxml-libxml-perl  1.66-1+b1Perl module for using the GNOME li
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  mhonarc 2.6.16-1 Mail to HTML converter
ii  perl [libmime-base64-pe 5.10.0-19Larry Wall's Practical Extraction 
ii  perl-suid   5.10.0-19Runs setuid Perl scripts
ii  postfix [mail-transport 2.5.5-1.1High-performance mail transport ag
ii  rsyslog [system-log-dae 3.18.6-4 enhanced multi-threaded syslogd

Versions of packages sympa recommends:
pn  doc-base  none (no description available)
ii  logrotate 3.7.1-5Log rotation utility

Versions of packages sympa suggests:
ii  apache2  2.2.9-10+lenny2 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [htt 2.2.9-10+lenny2 Apache HTTP Server - traditional n
pn  libapache2-mod-fcgid none  (no description available)
pn  libsoap-lite-perlnone  (no description available)
pn  mysql-server | postgresq none  (no description available)
ii  openssl  0.9.8g-15   Secure Socket Layer (SSL) binary a

-- debconf information excluded
--- install-mysql-db2009-03-05 17:22:03.0 +
+++ /usr/share/sympa/db/install-mysql-db2009-03-05 17:23:23.0 
+
@@ -69,7 +69,7 @@
   {'RaiseError' = 1});
 
 # Create database
-eval {$dbh-do(CREATE DATABASE $database)};
+eval {$dbh-do(CREATE DATABASE `$database`)};
 
 if ($@) {
die $0: failed to create database $database: $...@\n;
@@ -77,7 +77,7 @@
 }
 
 # Create database user
-my $command=GRANT ALL on $database.* TO $us...@$clienthost;
+my $command=GRANT ALL on `$database`.* TO '$user'\@'$clienthost';
 if ($userpass ne ) {
 $command .=  IDENTIFIED BY '$userpass';
 }


Bug#518372: sympa: static files are not available from the web server

2009-03-05 Thread Mathieu Parent
Package: sympa
Version: 5.3.4-6.1
Severity: normal
Tags: patch

While using the web interface, all static data  (/static-sympa) leaves to un 
'unauthorized' page.

Solution: add in postinst:
adduser www-data sympa

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-bpo.1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sympa depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debconf-2.0]   1.5.24   Debian configuration management sy
ii  libarchive-zip-perl 1.18-1   Module for manipulation of ZIP arc
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcgi-fast-perl5.10.0-19CGI::Fast Perl module
ii  libcrypt-ciphersaber-pe 0.61-4   Perl module implementing CipherSab
ii  libdbd-mysql-perl   4.007-1  A Perl5 database interface to the 
ii  libdbi-perl 1.605-1  Perl5 database interface by Tim Bu
ii  libintl-perl1.16-4   Uniforum message translations syst
ii  libio-stringy-perl  2.110-4  Perl modules for IO from scalars a
ii  libmailtools-perl   2.03-1   Manipulate email in perl programs
ii  libmd5-perl 2.03-1   backwards-compatible wrapper for D
ii  libmime-charset-perl1.006.2-2Charset Informations for MIME
ii  libmime-encwords-perl   1.010.101-1  deal with RFC-1522 encoded words
ii  libmime-perl5.427-1  transitional dummy package
ii  libmime-tools-perl [lib 5.427-1  Perl5 modules for MIME-compliant m
ii  libmsgcat-perl  1.03-4+b1Locale::Msgcat perl module
ii  libnet-ldap-perl1:0.39-1 client interface to LDAP servers
ii  libtemplate-perl2.19-1.1lenny1.1 template processing system written
ii  libxml-libxml-perl  1.66-1+b1Perl module for using the GNOME li
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  mhonarc 2.6.16-1 Mail to HTML converter
ii  perl [libmime-base64-pe 5.10.0-19Larry Wall's Practical Extraction 
ii  perl-suid   5.10.0-19Runs setuid Perl scripts
ii  postfix [mail-transport 2.5.5-1.1High-performance mail transport ag
ii  rsyslog [system-log-dae 3.18.6-4 enhanced multi-threaded syslogd

Versions of packages sympa recommends:
pn  doc-base  none (no description available)
ii  logrotate 3.7.1-5Log rotation utility

Versions of packages sympa suggests:
ii  apache2  2.2.9-10+lenny2 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [htt 2.2.9-10+lenny2 Apache HTTP Server - traditional n
pn  libapache2-mod-fcgid none  (no description available)
pn  libsoap-lite-perlnone  (no description available)
pn  mysql-server | postgresq none  (no description available)
ii  openssl  0.9.8g-15   Secure Socket Layer (SSL) binary a

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#518372: sympa: static files are not available from the web server

2009-03-05 Thread Mathieu Parent
Hi,

On Thu, Mar 5, 2009 at 7:28 PM, Olivier Berger
olivier.ber...@it-sudparis.eu wrote:
 merge 518372 444975
 thanks

 Hi.

 While using the web interface, all static data  (/static-sympa) leaves to un 
 'unauthorized' page.


 This very much looks like #444975 IMHO.
Yes.

 Please check existing bug reports before filing a new one.
Sorry. I have done this for previous bug #518366, and thought I had
done it for both.

 Maybe the patch you propose is different, though... Please complement
 #444975 in that case.

OK. That's what I'm doing now:

Another approach for this bug is to add in postinst:

adduser www-data sympa


Regards,

Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516122: Taking

2009-03-08 Thread Mathieu Parent
Hi,

I will take a look at this one.

NB: I'm not the maintainer of this package, (neither DD).

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516122: Attached new copyright file

2009-03-08 Thread Mathieu Parent
Package: qscintilla2
Followup-For: Bug #516122

Hi,

Attached is the new copyright file (I've done carefull review of
sources).

Additionnaly it uses the new debhelper template and correct the
erroreous '(c)'

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
This package was debianized by:

Torsten Marek shlo...@debian.org on Sun, 29 Jul 2007 12:17:49 +0200.

It was downloaded from:

http://www.riverbankcomputing.co.uk/software/qscintilla/download

Upstream Authors: 

QScintilla 2 (under Qt3/, Qt4/, Python/ designer-Qt*/ and doc/html-Qt*/):
Phil Thompson p...@river-bank.demon.co.uk

Scintilla (under src/ include/ and doc/Scintilla):
Neil Hodgson ne...@scintilla.org 

Copyright: 

QScintilla 2 (under Qt3/, Qt4/, Python/ designer-Qt*/ and doc/html-Qt*/):
Copyright (C) 2007 Phil Thompson

Scintilla (under src/ include/ and doc/Scintilla):
Copyright 1998-2007 by Neil Hodgson ne...@scintilla.org

src/LexAda.cpp: Copyright 2002 by Sergey Koshcheyev serge...@seznam.cz
src/LexAsn1.cpp: Copyright 2004 by Herr Pfarrer rpfarrer at yahoo dot de
src/LexBaan.cpp: Copyright 2001- by Vamsi Potluru va...@who.net  Praveen 
Ambekar ambekarprav...@yahoo.com
src/LexCaml.cpp: Copyright 2005 by Robert Roessler robe...@rftp.com
src/LexCLW.cpp: Copyright 2003-2004 by Ron Schofield 
r...@schofieldcomputer.com
src/LexCmake.cpp: Copyright 2007 by Cristian Adam cristian [dot] adam [at] 
gmx [dot] net
src/LexD.cpp: Copyright (c) 2006 by Waldemar Augustyn walde...@wdmsys.com
src/LexEScript.cpp: Copyright 2003 by Patrizio Bekerle 
(patri...@bekerle.com)
src/LexFlagship.cpp: Copyright 2005 by Randy Butler
src/LexGAP.cpp: Copyright 2007 by Istvan Szollosi ( szteven at gmail 
dot com )
src/LexKix.cpp: Copyright 2004 by Manfred Becker manf...@becker-trdf.de
src/LexLout.cpp: Copyright 2003 by Kein-Hong Man m...@pl.jaring.my
src/LexMPT.cpp: Copyright 2003 by Marius Gheorghe mgheor...@cabletest.com
src/LexNsis.cpp: Copyright 2003 - 2005 by Angelo Mandato angelo [at] 
spaceblue [dot] com
src/LexPLM.cpp: Copyright (c) 1990-2007, Scientific Toolworks, Inc.
src/LexPowerShell.cpp: Copyright 2008 by Tim Gerundt t...@gerundt.de
src/LexProgress.cpp: Copyright 2006-2007 by Yuval Papish yu...@yuvcom.com
src/LexRebol.cpp: Copyright 2005 by Pascal Hurni pascal_hu...@fastmail.fm
src/LexRuby.cpp: Copyright 2001- by Clemens Wyss w...@helbling.ch
src/LexSpice.cpp: Copyright 2006 by Fabien Proriol
src/LexTCL.cpp: Copyright 1998-2001 by Andre Arpin ar...@kingston.net
src/LexYAML.cpp: Copyright 2003- by Sean O'Dell s...@celsoft.com

Parts of Qt (under example-Qt3/ and example-Qt4/)
Copyright (C) 2004-2006 Trolltech ASA

License:

This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 or version 3
as published by the Free Software Foundation.

This package is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.

On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL-2' and
`/usr/share/common-licenses/GPL-3'.

a Riverbank GPL exception was added to allow linking against non-GPL libraries
and applications:

Riverbank GPL Exception version 1.1
===

Additional rights granted beyond the GPL (the Exception).

As a special exception to the terms and conditions of version 2.0 of the GPL,
Riverbank hereby grants you the rights described below, provided you agree to
the terms and conditions in this Exception, including its obligations and
restrictions on use.

Nothing in this Exception gives you or anyone else the right to change the
licensing terms of the QScintilla Open Source Edition.

Below, Licensed Software shall refer to the software licensed under the GPL
and this exception.

1) The right to use Open Source Licenses not compatible with the GNU
General Public License: Your software (hereafter referred to as Your
Software) may import the Licensed Software and/or distribute binaries of Your
Software that imports the Licensed Software, provided that:

A) Your Software is licensed under one of the following licenses:


License nameVersion(s)/Copyright Date
Academic Free License  

Bug#514007: New complete patch

2009-03-08 Thread Mathieu Parent
Package: horde3
Version: 3.2.2+debian0-2
Followup-For: Bug #514007

Attached is a new patch (talked about it on irc with reg).

Hope it will be rapidly integrated as it is needed for kolab 2.2.1.

Regards

Mathieu Parent

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur horde3-3.2.2+debian0-old/debian/changelog horde3-3.2.2+debian0/debian/changelog
--- horde3-3.2.2+debian0-old/debian/changelog	2009-03-08 15:22:08.0 +0100
+++ horde3-3.2.2+debian0/debian/changelog	2009-03-08 15:32:21.0 +0100
@@ -1,3 +1,10 @@
+horde3 (3.2.2+debian0-3) unstable; urgency=low
+
+  * Adding me as uploaders
+  * Add horde PEAR channel (Closes: #514007) within pear-horde-channel package
+
+ -- Mathieu Parent math.par...@gmail.com  Sun, 08 Mar 2009 15:30:51 +0100
+
 horde3 (3.2.2+debian0-2) unstable; urgency=high
 
   * Add informations in README.Debian about test.php files: these files should
diff -ur horde3-3.2.2+debian0-old/debian/control horde3-3.2.2+debian0/debian/control
--- horde3-3.2.2+debian0-old/debian/control	2009-03-08 15:22:08.0 +0100
+++ horde3-3.2.2+debian0/debian/control	2009-03-08 15:30:44.0 +0100
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
-Uploaders: Ola Lundqvist o...@debian.org, Lionel Elie Mamane lmam...@debian.org, Gregory Colpart r...@debian.org
+Uploaders: Ola Lundqvist o...@debian.org, Lionel Elie Mamane lmam...@debian.org, Gregory Colpart r...@debian.org, Mathieu Parent math.par...@gmail.com
 Build-Depends: debhelper (= 5)
 Vcs-Arch: http://arch.debian.org/arch/pkg-horde/2006/horde--sid--3
 Vcs-Browser: http://arch.debian.org/cgi-bin/archzoom.cgi/pkg-horde-hackers%40lists.alioth.debian.org--2006/horde?expand
@@ -27,3 +27,22 @@
  .
  There is a list of Horde applications and projects at
  http://www.horde.org/projects.php.
+
+Package: pear-horde-channel
+Architecture: all
+Description: pear.horde.org channel
+ This is the PEAR channel registry entry for Horde. Some Horde and Kolab PEAR 
+ packages are already packaged for Debian, and can be easily identified by
+ names beginning with php-horde- or php-kolab-.
+ .
+ The Horde Framework is written in PHP, and provides the common tools a Web
+ application requires: classes for dealing with preferences, compression,
+ browser detection, connection tracking, MIME, and more.
+ .
+ Kolab is a secure, scalable, and reliable groupware server. It consists of a
+ number of well-known and proven components for the standard tasks such as
+ e-mail, directory service, and web service. Kolab adds intelligent interaction
+ between the components, a web administration interface, management of
+ free/busy lists, etc. Various clients can access Kolab, among them Kontact
+ (KDE), Outlook (Windows), and Horde (web).
+
Seulement dans horde3-3.2.2+debian0/debian: pear-horde-channel.install
Seulement dans horde3-3.2.2+debian0/debian: pear.horde.org.reg
diff -ur horde3-3.2.2+debian0-old/debian/rules horde3-3.2.2+debian0/debian/rules
--- horde3-3.2.2+debian0-old/debian/rules	2009-03-08 15:22:08.0 +0100
+++ horde3-3.2.2+debian0/debian/rules	2009-03-08 15:44:30.0 +0100
@@ -144,6 +144,8 @@
 	 Remove javascript source files
 	rm -rf  debian/horde3/usr/share/horde3/js/src/
 
+	dh_install -i -ppear-horde-channel
+
 # Build architecture-dependent files here.
 binary-arch: build install
 # We have nothing to do by default.
@@ -158,7 +160,6 @@
 		debian/horde3/usr/share/doc/horde3/changelog
 	dh_installexamples
 	-find debian/horde3 -depth -name .arch-ids -exec rm -Rf {} \;
-#	dh_install
 #	dh_installmenu
 #	dh_installdebconf	
 	dh_installlogrotate


Bug#514007: Again

2009-03-08 Thread Mathieu Parent
Package: horde3
Version: 3.2.2+debian0-2
Followup-For: Bug #514007

The former patch was not complete

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -urN horde3-3.2.2+debian0-old/debian/changelog horde3-3.2.2+debian0/debian/changelog
--- horde3-3.2.2+debian0-old/debian/changelog	2009-03-08 15:22:08.0 +0100
+++ horde3-3.2.2+debian0/debian/changelog	2009-03-08 15:32:21.0 +0100
@@ -1,3 +1,10 @@
+horde3 (3.2.2+debian0-3) unstable; urgency=low
+
+  * Adding me as uploaders
+  * Add horde PEAR channel (Closes: #514007) within pear-horde-channel package
+
+ -- Mathieu Parent math.par...@gmail.com  Sun, 08 Mar 2009 15:30:51 +0100
+
 horde3 (3.2.2+debian0-2) unstable; urgency=high
 
   * Add informations in README.Debian about test.php files: these files should
diff -urN horde3-3.2.2+debian0-old/debian/control horde3-3.2.2+debian0/debian/control
--- horde3-3.2.2+debian0-old/debian/control	2009-03-08 15:22:08.0 +0100
+++ horde3-3.2.2+debian0/debian/control	2009-03-08 15:30:44.0 +0100
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
-Uploaders: Ola Lundqvist o...@debian.org, Lionel Elie Mamane lmam...@debian.org, Gregory Colpart r...@debian.org
+Uploaders: Ola Lundqvist o...@debian.org, Lionel Elie Mamane lmam...@debian.org, Gregory Colpart r...@debian.org, Mathieu Parent math.par...@gmail.com
 Build-Depends: debhelper (= 5)
 Vcs-Arch: http://arch.debian.org/arch/pkg-horde/2006/horde--sid--3
 Vcs-Browser: http://arch.debian.org/cgi-bin/archzoom.cgi/pkg-horde-hackers%40lists.alioth.debian.org--2006/horde?expand
@@ -27,3 +27,22 @@
  .
  There is a list of Horde applications and projects at
  http://www.horde.org/projects.php.
+
+Package: pear-horde-channel
+Architecture: all
+Description: pear.horde.org channel
+ This is the PEAR channel registry entry for Horde. Some Horde and Kolab PEAR 
+ packages are already packaged for Debian, and can be easily identified by
+ names beginning with php-horde- or php-kolab-.
+ .
+ The Horde Framework is written in PHP, and provides the common tools a Web
+ application requires: classes for dealing with preferences, compression,
+ browser detection, connection tracking, MIME, and more.
+ .
+ Kolab is a secure, scalable, and reliable groupware server. It consists of a
+ number of well-known and proven components for the standard tasks such as
+ e-mail, directory service, and web service. Kolab adds intelligent interaction
+ between the components, a web administration interface, management of
+ free/busy lists, etc. Various clients can access Kolab, among them Kontact
+ (KDE), Outlook (Windows), and Horde (web).
+
diff -urN horde3-3.2.2+debian0-old/debian/pear-horde-channel.install horde3-3.2.2+debian0/debian/pear-horde-channel.install
--- horde3-3.2.2+debian0-old/debian/pear-horde-channel.install	1970-01-01 01:00:00.0 +0100
+++ horde3-3.2.2+debian0/debian/pear-horde-channel.install	2009-03-08 15:45:58.0 +0100
@@ -0,0 +1,2 @@
+debian/pear.horde.org.reg usr/share/php/.channels/
+
diff -urN horde3-3.2.2+debian0-old/debian/pear.horde.org.reg horde3-3.2.2+debian0/debian/pear.horde.org.reg
--- horde3-3.2.2+debian0-old/debian/pear.horde.org.reg	1970-01-01 01:00:00.0 +0100
+++ horde3-3.2.2+debian0/debian/pear.horde.org.reg	2009-03-08 15:22:33.0 +0100
@@ -0,0 +1 @@
+a:6:{s:7:attribs;a:4:{s:7:version;s:3:1.0;s:5:xmlns;s:31:http://pear.php.net/channel-1.0;s:9:xmlns:xsi;s:41:http://www.w3.org/2001/XMLSchema-instance;s:18:xsi:schemaLocation;s:75:http://pear.php.net/dtd/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd;}s:4:name;s:14:pear.horde.org;s:7:summary;s:18:Horde PEAR Channel;s:14:suggestedalias;s:5:horde;s:7:servers;a:1:{s:7:primary;a:1:{s:4:rest;a:1:{s:7:baseurl;a:2:{i:0;a:2:{s:7:attribs;a:1:{s:4:type;s:7:REST1.0;}s:8:_content;s:46:http://pear.horde.org/Chiara_PEAR_Server_REST/;}i:1;a:2:{s:7:attribs;a:1:{s:4:type;s:7:REST1.1;}s:8:_content;s:46:http://pear.horde.org/Chiara_PEAR_Server_REST/;}s:13:_lastmodified;a:2:{s:4:ETag;s:21:8fcacc-26d-46679327;s:13:Last-Modified;s:29:Thu, 07 Jun 2007 05:09:59 GMT;}}
\ Pas de fin de ligne à la fin du fichier.
diff -urN horde3-3.2.2+debian0-old/debian/rules horde3-3.2.2+debian0/debian/rules
--- horde3-3.2.2+debian0-old/debian/rules	2009-03-08 15:22:08.0 +0100
+++ horde3-3.2.2+debian0/debian/rules	2009-03-08 15:44:30.0 +0100
@@ -144,6 +144,8 @@
 	 Remove javascript source files
 	rm -rf  debian/horde3/usr/share/horde3/js/src/
 
+	dh_install -i -ppear-horde-channel
+
 # Build architecture-dependent files here.
 binary-arch: build install
 # We have nothing to do by default.
@@ -158,7 +160,6 @@
 		debian/horde3/usr/share/doc/horde3/changelog

Bug#517703: Patch attached

2009-03-08 Thread Mathieu Parent
Package: openswan
Version: 1:2.6.20+dfsg-1
Followup-For: Bug #517703

Attached is another patch, which also clean html generated pages.

changelog snipset:
  * Add 'rm -rf OBJ.*' in clean target.
Closes: #517703: openswan_1:2.6.20+dfsg-1(mipsel/unstable): FTBFS with
 -rsudo
  * clean generated doc/manpage.d/*.html and doc/index.html


-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur openswan-2.6.20+dfsg-old/debian/rules openswan-2.6.20+dfsg/debian/rules
--- openswan-2.6.20+dfsg-old/debian/rules	2009-03-08 19:11:45.0 +0100
+++ openswan-2.6.20+dfsg/debian/rules	2009-03-08 21:42:41.0 +0100
@@ -69,6 +69,9 @@
 	# This is a hack: should be better implemented
 	rm -f lib/libopenswan/libopenswan.a || true
 	rm -f lib/libopenswan/liboswlog.a || true
+	rm -rf OBJ.* || true
+	rm -rf doc/manpage.d/*.html || true
+	rm -f doc/index.html || true
 
 	# just in case something went wrong
 	rm -f $(CURDIR)/debian/ipsec.secrets


Bug#515095: patch

2009-03-08 Thread Mathieu Parent
Package: openswan
Version: 1:2.6.20+dfsg-1
Followup-For: Bug #515095

tag 515095 +patch
thanks

patch is attached.

Changelog snipset:
  * debian/rules: /etc/ipsec.{conf,secrets} are no longer conffiles
Closes: #515095: programmatically modifies a conffile 

Regards

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur openswan-2.6.20+dfsg-old/debian/rules openswan-2.6.20+dfsg/debian/rules
--- openswan-2.6.20+dfsg-old/debian/rules	2009-03-08 19:11:45.0 +0100
+++ openswan-2.6.20+dfsg/debian/rules	2009-03-08 21:42:41.0 +0100
@@ -276,6 +279,11 @@
 
 #	dh_makeshlibs
 	dh_installdeb
+ifeq ($(DH_OPTIONS), -a)
+	# /etc/ipsec.{conf,secrets} are not conffiles (#515095)
+	egrep -v '^/etc/ipsec.(conf|secrets)' debian/openswan/DEBIAN/conffiles  debian/openswan/DEBIAN/conffiles.new
+	mv debian/openswan/DEBIAN/conffiles.new debian/openswan/DEBIAN/conffiles
+endif
 #	dh_perl
 	dh_shlibdeps
 	dh_gencontrol


Bug#515098: Patch

2009-03-08 Thread Mathieu Parent
Package: openswan
Version: 1:2.6.20+dfsg-1
Followup-For: Bug #515098

Patch attached.

Changelog snipset:
  * debian/openswan.config: guess current value of 'openswan/enable-oe', based
on the existence of the 'include /etc/ipsec.d/examples/no_oe.conf' line in
/etc/ipsec.conf.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur openswan-2.6.20+dfsg-old/debian/openswan.config openswan-2.6.20+dfsg/debian/openswan.config
--- openswan-2.6.20+dfsg-old/debian/openswan.config	2009-03-08 19:11:45.0 +0100
+++ openswan-2.6.20+dfsg/debian/openswan.config	2009-03-08 22:28:33.0 +0100
@@ -6,6 +6,14 @@
 
 db_input medium openswan/restart || true
 
+#guess current value:
+if [ -e /etc/ipsec.conf ]; then
+if egrep -q ^include /etc/ipsec.d/examples/no_oe.conf$ /etc/ipsec.conf; then
+db_set openswan/enable-oe false
+else
+db_set openswan/enable-oe true
+fi
+fi
 db_input high openswan/enable-oe || true
 
 db_input high openswan/create_rsa_key || true



Bug#514007: Again

2009-03-09 Thread Mathieu Parent
Hi,


On Mon, Mar 9, 2009 at 5:49 AM, Ola Lundqvist o...@debian.org wrote:
 Hi Mathieu

 Some questions before I apply. Comments are right below each diff section.

 diff -urN horde3-3.2.2+debian0-old/debian/pear.horde.org.reg 
 horde3-3.2.2+debian0/debian/pear.horde.org.reg
 --- horde3-3.2.2+debian0-old/debian/pear.horde.org.reg  1970-01-01 
 01:00:00.0 +0100
 +++ horde3-3.2.2+debian0/debian/pear.horde.org.reg      2009-03-08 
 15:22:33.0 +0100
 @@ -0,0 +1 @@
 +a:6:{s:7:attribs;a:4:{s:7:version;s:3:1.0;s:5:xmlns;s:31:http://pear.php.net/channel-1.0;s:9:xmln
 s:xsi;s:41:http://www.w3.org/2001/XMLSchema-instance;s:18:xsi:schemaLocation;s:75:http://pear.php.net/d
 td/channel-1.0 
 http://pear.php.net/dtd/channel-1.0.xsd;}s:4:name;s:14:pear.horde.org;s:7:summary;s:18:
 Horde PEAR 
 Channel;s:14:suggestedalias;s:5:horde;s:7:servers;a:1:{s:7:primary;a:1:{s:4:rest;a:1:{
 s:7:baseurl;a:2:{i:0;a:2:{s:7:attribs;a:1:{s:4:type;s:7:REST1.0;}s:8:_content;s:46:http://pear.hor
 de.org/Chiara_PEAR_Server_REST/;}i:1;a:2:{s:7:attribs;a:1:{s:4:type;s:7:REST1.1;}s:8:_content;s:46:
 http://pear.horde.org/Chiara_PEAR_Server_REST/;}s:13:_lastmodified;a:2:{s:4:ETag;s:21:8fcacc-26d-4
 6679327;s:13:Last-Modified;s:29:Thu, 07 Jun 2007 05:09:59 GMT;}}
 \ Pas de fin de ligne à la fin du fichier.

 This last text: Pas de fin de ligne à la fin du fichier.. Should it be 
 there?

No, and wouldn't be there if you use patch. It only says not end of
line. So the debian/pear.horde.org.reg should not contains a linefeed
(it is a one-line file)


 diff -urN horde3-3.2.2+debian0-old/debian/rules 
 horde3-3.2.2+debian0/debian/rules
 --- horde3-3.2.2+debian0-old/debian/rules       2009-03-08 15:22:08.0 
 +0100
 +++ horde3-3.2.2+debian0/debian/rules   2009-03-08 15:44:30.0 +0100
 @@ -144,6 +144,8 @@
         Remove javascript source files
        rm -rf  debian/horde3/usr/share/horde3/js/src/

 +       dh_install -i -ppear-horde-channel
 +
  # Build architecture-dependent files here.
  binary-arch: build install
  # We have nothing to do by default.

 Is the option -ppear-horde-channel needed? Isn't it installing it anyway based
 on the file existance?

Yes, It is not needed.

 @@ -158,7 +160,6 @@
                debian/horde3/usr/share/doc/horde3/changelog
        dh_installexamples
        -find debian/horde3 -depth -name .arch-ids -exec rm -Rf {} \;
 -#      dh_install
  #      dh_installmenu
  #      dh_installdebconf
        dh_installlogrotate


 Best regards,

 // Ola


Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581822: [pkg-kolab] Bug#581822: consider switching to php-net-ldap2

2010-06-15 Thread Mathieu Parent
On Sun, May 16, 2010 at 12:47 PM, Thijs Kinkhorst th...@debian.org wrote:
 Package: kolab-webadmin
 Version: 2.2.3-20091217-2
 Severity: wishlist

 Hi,

 Upstream of Net::LDAP / php-net-ldap has declared that project to be obsolete
 for some time now, and refer to Net::LDAP2 / php-net-ldap2 as a replacement.
 It would probably be beneficial in the long term if you would switch to that
 module as well. This may require some upstream work. The package php-net-ldap
 will remain in Debian for now, so it is not critical at this moment.


Upstream Kolab is aware of this. But this won't happen before Horde 4.
Some work has already been done on the Kolab part.

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543245: [pkg-kolab] Bug#543245: (no subject)

2010-06-08 Thread Mathieu Parent
On Mon, Jun 7, 2010 at 7:57 PM, Dennis Schridde devuran...@gmx.net wrote:
 ... and it seems to be fixed in horde-webmail-1.2.6.

Great! Have you more info on this? Which part has been fixed?

(NB: Debian use a different packaging than Gentoo. kolab-webclient is
a meta package depending on all necessary horde apps ; Gentoo package
is made from the horde-groupware-webmail tarball with patches.)

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543245: [pkg-kolab] Bug#543245: (no subject)

2010-06-09 Thread Mathieu Parent
On Wed, Jun 9, 2010 at 12:11 AM, Dennis Schridde devuran...@gmx.net wrote:
 Am Dienstag, 8. Juni 2010, 16:11:09 schrieb Mathieu Parent:
 On Mon, Jun 7, 2010 at 7:57 PM, Dennis Schridde devuran...@gmx.net wrote:
  ... and it seems to be fixed in horde-webmail-1.2.6.

 Great! Have you more info on this? Which part has been fixed?

 Hello Mathieu!

 The bug described was fixed: Invalid shutdown callback 'Array' passed.

I need to know how it has been fixed (i.e. where is the patch). Do you
have a reference of it ? kolab-webclient is made of a lot of packages
and I have no idea of where the fix was made: horde framework, horde
apps, horde deps, ...

 Also an issue with Kolab and the check for IMAP CAPABILITY (previously
 happened before login) was fixed, but that's unrelated to this bug.

Same for this one.


Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560385: [Pkg-samba-maint] Bug#560385: ctdb: auto init style detection fails with debians init script

2009-12-10 Thread Mathieu Parent
Hello,


On Thu, Dec 10, 2009 at 8:35 PM, Thomas Liske li...@ibh.de wrote:
 Package: ctdb
 Version: 1.0.99-1~bpo50+1
 Severity: minor
 Tags: patch

 Hi,

 allthough the bug is filed against ctdb from bpo, it also applys to the most 
 recent unstable package.
 Debian's init.d script expects that the detect_init_style function from 
 /etc/ctdb/functions returns 'ubuntu' in case of a start-stop-daemon aware 
 GNU/Linux environment. detect_init_style returns 'debian' on such 
 environments:

Wow, thanks for your report! I don't know how I have missed this one.

Actually, this bug was here since 1.0.91
http://git.samba.org/?p=sahlberg/ctdb.git;a=commitdiff;h=b060911683d8ac201806d35a505867fe3ba9519f

New upload is coming very very soon (in sid).

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#582689: libttspico-data: package description formating issues

2010-05-30 Thread Mathieu Parent
On Sun, May 30, 2010 at 10:37 PM, Gerfried Fuchs rho...@deb.at wrote:
...
  I don't see a package in the NEW queue, and the package description of
 the 1.0+git20100205-2 packages still have this strange spacing?

You're right. I have only fixed this in my local repor (and even not
commited). This will come in the next upload.

 Only i386 is available because I only tested on this platform. But
 svox pico should be multiplatform. Can you please test building on
 your platform, do a simple pico2wave test and listen to the wavefile.
 If it is correct, tell me, I will add your arch to supported ones (I
 will then fowwlow
 http://lists.debian.org/debian-devel-announce/2006/11/msg00012.html).

  Why then limit it to i386 only? The approach with respect to packaging
 is to leave architecture: any until one has a good reason to not enable
 some architectures. I think you have it backwards. :)

You misunderstood. Currently svox is Architecture: any ; but svox
doesn't use autobuilders now as I want at least the following before
enabling:
- succesfull build on a platform  i386
- succesfull test on a platform  i386

When you have done this, file a bug with the relevant info and I will
do the job (this take some time, I won't do this if there is no real
need) .


Mathieu Parent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#472802: What's happening?

2009-09-13 Thread Mathieu Parent
Hi,
On Sun, Sep 13, 2009 at 3:47 AM, Ryan Niebur ryanrya...@gmail.com wrote:

 ping :)

 so what's happening with this?

I don't have time to work on this. My current work is (as said before)
on collab-maint svn. Feel free to contribute !

Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



<    1   2   3   4   5   6   7   8   9   10   >