Bug#1034667: ITP: pg-failover-slots -- High-availability support for PostgreSQL logical replication

2023-04-21 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini 
X-Debbugs-Cc: debian-de...@lists.debian.org, team+postgre...@tracker.debian.org

* Package name: pg-failover-slots
  Version : 1.0.0
  Upstream Contact: EnterpriseDB 
* URL : https://github.com/EnterpriseDB/pg_failover_slots
* License : Postgres License
  Programming Lang: C
  Description : High-availability support for PostgreSQL logical replication

This extension is for anyone with Logical Replication Slots on
Postgres databases that are also part of a Physical Streaming
Replication architecture.

Since logical replication slots are only maintained on the primary
node, downstream subscribers don't receive any new changes from a
newly promoted primary until the slot is created, which is unsafe
because the information that includes which data a subscriber has
confirmed receiving and which log data still needs to be retained for
the subscriber will have been lost, resulting in an unknown gap in
data changes. PG Failover Slots makes logical replication slots usable
across a physical failover using the following features:

- Copies any missing replication slots from the primary to the standby
- Removes any slots from the standby that aren't found on the primary
- Periodically synchronizes the position of slots on the standby based
  on the primary
- Ensures that selected standbys receive data before any of the
  logical slot walsenders can send data to consumers

PostgreSQL 11 on higher is required.



Bug#881927: ITP: pspg -- PostgreSQL pager

2017-11-16 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini <mnen...@debian.org>

* Package name: pspg
  Version : 0.5
  Upstream Author : Pavel Stehule <pavel.steh...@gmail.com?
* URL : https://github.com/okbob/pspg/
* License : BSD
  Programming Lang: C
  Description : PostgreSQL pager

pspg is a pager specialized for viewing query results in PostgreSQL's
psql command line client. Headers and the first column(s) are held in
place while scrolling vertically and horizontally. Various color
schemes are available.

This package will be maintained by the
Debian PostgreSQL Maintainers Team 
<pkg-postgresql-pub...@lists.alioth.debian.org>



Bug#765180: python3-argcomplete: Add binary helpers

2017-01-17 Thread Marco Nenciarini
Il 17/01/17 05:55, Jeremy Bicha ha scritto:
> Control: tags -1 +patch
> 
> Ubuntu has been shipping the scripts in python3-argcomplete instead of
> in python-argcomplete for a while.
> 

Thanks for the patch. I'll test and merge it ASAP.

Regards,
Marco

-- 
Marco Nenciarini - mnen...@debian.org
7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038



Bug#843039: repmgr: depends on postgresql-9.5-repmgr which is no longer built

2016-11-03 Thread Marco Nenciarini
Il 03/11/16 12:25, Emilio Pozuelo Monfort ha scritto:
> Source: repmgr
> Version: 3.2.1-1
> Severity: serious
> 
> The new version of repmgr builds postgresql-9.6-repmgr for postgresql-9.6.
> However repmgr still depends on postgresql-9.5-repmgr (or older). Please
> make it depend on postgresql-9.6-repmgr now.
> 

Thanks for the report. I'll upload a new version ASAP.

Regards,
Marco

-- 
Marco Nenciarini - mnen...@kcore.it
7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038



signature.asc
Description: OpenPGP digital signature


Bug#839131: RM: pgespresso -- ROM; pgespresso is not neded anymore with Postgres 9.6

2016-09-29 Thread Marco Nenciarini
Package: ftp.debian.org
Severity: normal

PostgreSQL 9.6 has been released today. It includes a new backup API that 
supersedes the pgespresso one.
Barman 2.0 already knows it and will use the 9.6 backup API.



Bug#837794: ITP: barman-cli -- Client Utilities for Barman, Backup and Recovery Manager for PostgreSQL

2016-09-14 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini <mnen...@debian.org>

* Package name: barman-cli
  Version : 1.1
  Upstream Author : 2ndQuadrant Italy Srl <i...@2ndquadrant.it>
* URL : http://www.pgbarman.org/
* License : GPL3
  Programming Lang: Python
  Description : Client Utilities for Barman, Backup and Recovery Manager 
for PostgreSQL

Client utilities for the integration of Barman in
PostgreSQL clusters.

The barman-cli package contains a tool called barman-wal-restore that can be 
installed
on PostgreSQL servers to improve the reliability of the barman get-wal feature.

You can read about it at 
http://blog.2ndquadrant.com/speed-up-getting-wal-files-from-barman/

Source repository: https://github.com/2ndquadrant-it/barman-cli/

I'm part of pkg-postgresql project and the package will be maintained under the 
team.



Bug#812106: python3-argcomplete: There have been newer releases after 0.8.1

2016-01-21 Thread Marco Nenciarini
Thanks for remembering me about it. I'll upload it ASAP.

Il 20/Gen/2016 16:33, "Jürgen A. Erhard"  ha scritto:
>
> Package: python3-argcomplete 
> Version: 0.8.1-1 
> Severity: wishlist 
>
> Hi, 
>
> this feels orphaned, given that upstream is at 1.0.0 and has been for 
> almost half a year now.  Please prove me wrong.  ;-) 
>
> Grits, J 
>
> -- System Information: 
> Debian Release: stretch/sid 
>   APT prefers unstable 
>   APT policy: (500, 'unstable'), (1, 'experimental') 
> Architecture: i386 (i686) 
>
> Kernel: Linux 4.3.0-1-686-pae (SMP w/4 CPU cores) 
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) 
> Shell: /bin/sh linked to /bin/dash 
> Init: sysvinit (via /sbin/init) 
>
> Versions of packages python3-argcomplete depends on: 
> pn  python3:any   
>
> python3-argcomplete recommends no packages. 
>
> python3-argcomplete suggests no packages. 
>
> -- no debconf information 


Bug#805920: init script doesn't wait for supervisord termination on restart

2015-11-23 Thread Marco Nenciarini
Package: supervisor
Version: 3.1.3-1
Severity: normal

Step to reproduce:

simulate a process with long termination time by using the STOP signal
on pause. It will get terminated anyway by the timeout.

# cat > /etc/supervisor/conf.d/long-stop-time.conf << 'EOF'
[program:long-stop-time]
stopsignal=STOP
command = sleep 10
EOF

Now try to start supervisord and restart it before the sleep timeout occurs

root@redacted:~# systemctl start supervisor
root@redacted:~# systemctl status supervisor
● supervisor.service - LSB: Start/stop supervisor
   Loaded: loaded (/etc/init.d/supervisor)
   Active: active (running) since Tue 2015-11-24 01:00:05 CET; 2s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 20597 ExecStop=/etc/init.d/supervisor stop (code=exited, 
status=0/SUCCESS)
  Process: 20614 ExecStart=/etc/init.d/supervisor start (code=exited, 
status=0/SUCCESS)
   CGroup: /system.slice/supervisor.service
   ├─20619 /usr/bin/python /usr/bin/supervisord -c 
/etc/supervisor/supervisord.conf
   └─20622 sleep 10

Nov 24 01:00:04 redacted systemd[1]: Starting LSB: Start/stop supervisor...
Nov 24 01:00:05 redacted supervisor[20614]: Starting supervisor: supervisord.
Nov 24 01:00:05 redacted systemd[1]: Started LSB: Start/stop supervisor.
root@redacted:~# systemctl restart supervisor
Job for supervisor.service failed because the control process exited with error 
code. See "systemctl status supervisor.service" and "journalctl -xe" for 
details.
root@redacted:~# systemctl status supervisor
● supervisor.service - LSB: Start/stop supervisor
   Loaded: loaded (/etc/init.d/supervisor)
   Active: failed (Result: exit-code) since Tue 2015-11-24 01:00:11 CET; 2s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 20631 ExecStop=/etc/init.d/supervisor stop (code=exited, 
status=0/SUCCESS)
  Process: 20634 ExecStart=/etc/init.d/supervisor start (code=exited, 
status=1/FAILURE)
   CGroup: /system.slice/supervisor.service
   ├─20619 /usr/bin/python /usr/bin/supervisord -c 
/etc/supervisor/supervisord.conf
   └─20622 sleep 10

Nov 24 01:00:11 redacted systemd[1]: Starting LSB: Start/stop supervisor...
Nov 24 01:00:11 redacted supervisor[20634]: Starting supervisor:
Nov 24 01:00:11 redacted systemd[1]: supervisor.service: Control process 
exited, code=exited status=1
Nov 24 01:00:11 redacted systemd[1]: Failed to start LSB: Start/stop supervisor.
Nov 24 01:00:11 redacted systemd[1]: supervisor.service: Unit entered failed 
state.
Nov 24 01:00:11 redacted systemd[1]: supervisor.service: Failed with result 
'exit-code'.

I think that on restart, the init script should not try to start the
daemon until the old running instance has been really terminated.
Probably the stop command should be implemented using a strategy
similar to the one used in the force-stop command.

Ciao,
Marco

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages supervisor depends on:
ii  python-meld3  1.0.2-2
pn  python:any

supervisor recommends no packages.

Versions of packages supervisor suggests:
pn  supervisor-doc  

-- no debconf information



Bug#788994: denyhosts maintainer

2015-09-29 Thread Marco Nenciarini
On 29/09/15 03:36, Kyle Willmon wrote:
> It appears the denyhosts package has now been uploaded to the NEW
> queue and I am still listed as the maintainer. Since the package was
> removed from Debian, I have not been maintaining it and do not
> currently have time to maintain it moving forward.
> 
> I have no objection to the package re-entering Debian (And in fact, I
> hope to see the new open source denyhosts sync server follow as well).
> However, I do ask that you remove my name as maintainer.
> 

Ok, sorry, I should have asked before uploading.

> The person mainly responsible for the recent activity and packaging
> seems to be Jan-Pascal van Best <janpas...@vanbest.org>. He is already
> an approved Debian Maintainer and is listed as an uploader in the new
> package. It seems logical that he should now be listed as the
> maintainer as well.
> 

I'll do a -2 upload with the correct maintainer field.

Regards,
Marco

-- 
-----
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = 7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038



signature.asc
Description: OpenPGP digital signature


Bug#784984: Repmgr 3.0.1-4 lacks of pg_wrapper links for repmgr and repmgrd

2015-05-11 Thread Marco Nenciarini
Package: repmgr
Version: 3.0.1-4
Severity: grave

The repmgr and repmgrd pg_wrapper links are missing, so the executables are 
reachable only using the full path /usr/lib/postgresql/9.4/bin/repmgr{,d}

This bug affects the version currently in incoming.

Regards,
Marco

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#783835: jessie-pu: package repmgr/2.0-3

2015-04-30 Thread Marco Nenciarini
Package: release.debian.org
Followup-For: Bug #783835

Attached you can see the debdiff of the proposed package.

For the records, the 3.0.1-4 version that is stuck in NEW queue,
contains some quite invasive changes both to the software and the
packaging, so it cannot be considered for stable updates.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
diff -Nru repmgr-2.0/debian/changelog repmgr-2.0/debian/changelog
--- repmgr-2.0/debian/changelog	2014-08-07 19:19:19.0 +0200
+++ repmgr-2.0/debian/changelog	2015-04-30 18:10:07.0 +0200
@@ -1,3 +1,10 @@
+repmgr (2.0-3+deb8u1) jessie; urgency=medium
+
+  * Copy pg_logical directory in PostgreSQL 9.4 when clone
+(Closes: #781753)
+
+ -- Marco Nenciarini mnen...@debian.org  Thu, 30 Apr 2015 16:00:49 +0200
+
 repmgr (2.0-3) unstable; urgency=medium
 
   [ Christoph Berg ]
diff -Nru repmgr-2.0/debian/patches/properly-specify-rsync-exclude-directories.patch repmgr-2.0/debian/patches/properly-specify-rsync-exclude-directories.patch
--- repmgr-2.0/debian/patches/properly-specify-rsync-exclude-directories.patch	1970-01-01 01:00:00.0 +0100
+++ repmgr-2.0/debian/patches/properly-specify-rsync-exclude-directories.patch	2015-04-30 18:10:07.0 +0200
@@ -0,0 +1,33 @@
+From: Ian Barwick i...@2ndquadrant.com
+Date: Mon, 7 Jul 2014 10:42:45 +0900
+Subject: properly specify rsync exclude directories
+
+Using '--exclude=dirname/*' to explicitly specify directories whose contents
+should not be copied. This will result in empty directories being created
+on the destination if they exist on the source, but that's not a problem as
+they are needed anyway.
+
+Previously the generated rsync command contained '--exclude=pg_log*', which
+will break replication on 9.5 as the wildcard expansion prevents the
+'pg_logical' directory from being copied.
+---
+ repmgr.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/repmgr.c b/repmgr.c
+index 53a35d8..8267910 100644
+--- a/repmgr.c
 b/repmgr.c
+@@ -1892,9 +1892,10 @@ copy_remote_files(char *host, char *remote_user, char *remote_path,
+ 
+ 	if (is_directory)
+ 	{
+-		strcat(rsync_flags,  --exclude=pg_xlog* --exclude=pg_log* --exclude=pg_control --exclude=*.pid);
++		strcat(rsync_flags,
++			--exclude=pg_xlog/* --exclude=pg_log/* --exclude=pg_control --exclude=*.pid);
+ 		maxlen_snprintf(script, rsync %s %s:%s/* %s,
+-		rsync_flags, host_string, remote_path, local_path);
++		rsync_flags, host_string, remote_path, local_path);
+ 	}
+ 	else
+ 	{
diff -Nru repmgr-2.0/debian/patches/series repmgr-2.0/debian/patches/series
--- repmgr-2.0/debian/patches/series	2014-08-07 19:19:19.0 +0200
+++ repmgr-2.0/debian/patches/series	2015-04-30 18:10:07.0 +0200
@@ -1,2 +1,3 @@
 regress.patch
 makefile-no-libs.patch
+properly-specify-rsync-exclude-directories.patch


Bug#783835: jessie-pu: package repmgr/2.0-3

2015-04-30 Thread Marco Nenciarini
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

The issue reported in #781753 is very easy to be fixed.

There is an one-line upstream patch to solve it.

https://github.com/2ndQuadrant/repmgr/commit/e40b9db0a6e2cbe56df40a6fda115858cf3c790f

Without the fix the pg_logical/snapshots directory must be manually created 
after the clone before starting postgres.

I recommend to include it in first jessie point release.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


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



Bug#778446: python-argh: Please provide Python 3 package

2015-02-20 Thread Marco Nenciarini
Il 20/02/15 02:06, Brian May ha scritto:
 On 18 February 2015 at 19:56, Marco Nenciarini mnen...@debian.org 
 mailto:mnen...@debian.org wrote:
 
 I've tagged the 0.26.1-1 version on git and uploaded the package
 yesterday. However it is still in NEW queue, but judging from
 the queue size it could take some time to be approved..
 
 
 Hello,
 
 Is there any chance you could put the package online somewhere for downloads 
 in the meantime?
 
 This would allow gustavo to continue work with python3-watchdog while we are 
 waiting.
 
 (in fact we don't need to wait for python3-argh to clear NEW before uploading 
 python3-watchdog, because it will get stuck in new too)
 

I think the fastest way to obtain that package is to rebuild it by yourself:

apt-get install git-buildpackage build-essential git
apt-get install python-all python-setuptools python-pytest python-mock
apt-get install python3-all python3-setuptools python3-pytest python3-mock

mkdir argh
cd argh
git clone git://anonscm.debian.org/collab-maint/python-argh.git
cd python-argh
git-buildpackage -uc -us
cd ..

Your pagkage will be in the current directory

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = 7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038



signature.asc
Description: OpenPGP digital signature


Bug#778446: python-argh: Please provide Python 3 package

2015-02-18 Thread Marco Nenciarini
I've tagged the 0.26.1-1 version on git and uploaded the package
yesterday. However it is still in NEW queue, but judging from
the queue size it could take some time to be approved..

Regards,
Marco
-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = 7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038



signature.asc
Description: OpenPGP digital signature


Bug#778446: python-argh: Please provide Python 3 package

2015-02-16 Thread Marco Nenciarini
Il 16/02/15 10:36, Marco Nenciarini ha scritto:
 Hi Brian,
 
 Il 15/02/15 23:26, Brian May ha scritto:
 Attached is a patch to fix this.

 I have not attempted to update the standards version.

 I also have not attempted to update the git repository, if you want I can 
 redo the change using git as a reference, and commit the changes to git also.

 I plan to upload this tomorrow as a NMU. It will get stuck in new for a 
 while, so you can raise any objections if I have done anything wrong.

 
 thanks for the patch.
 I will upload this today unless I found issues.
 

I've found two issues with unit tests included in version 0.26.1 which I was 
pushing at the same time.

Python 2.7 tests fail with

-

prompt = '\u043f\u0440\u0438\u0432\u0435\u0442? (y/n)'

def safe_input(prompt):

Prompts user for input. Correctly handles prompt message encoding.


if sys.version_info  (3,0):
if isinstance(prompt, compat.text_type):
# Python 2.x: unicode →  bytes
encoding = locale.getpreferredencoding() or 'utf-8'
   prompt = prompt.encode(encoding)
E   UnicodeEncodeError: 'ascii' codec can't encode characters in 
position 0-5: ordinal not in range(128)

-

and python 3.4 tests fail because they depends from py.test filename (which is 
py.test-3.4 in this case)

I'll try to fix them this evening, but if I fail doing that I'll upload a 
0.25.0-2 tomorrow.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = 7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038




signature.asc
Description: OpenPGP digital signature


Bug#778446: python-argh: Please provide Python 3 package

2015-02-16 Thread Marco Nenciarini
Hi Brian,

Il 15/02/15 23:26, Brian May ha scritto:
 Attached is a patch to fix this.
 
 I have not attempted to update the standards version.
 
 I also have not attempted to update the git repository, if you want I can 
 redo the change using git as a reference, and commit the changes to git also.
 
 I plan to upload this tomorrow as a NMU. It will get stuck in new for a 
 while, so you can raise any objections if I have done anything wrong.
 

thanks for the patch.
I will upload this today unless I found issues.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = 7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038



signature.asc
Description: OpenPGP digital signature


Bug#752803: ossp-uuid: hardcodes /usr/lib/perl5

2014-06-27 Thread Marco Nenciarini
Il 27/06/14 14:39, Niko Tyni ha scritto:
 tag 752803 patch
 thanks
 
 On Thu, Jun 26, 2014 at 08:23:21PM +0300, Niko Tyni wrote:
 Package: ossp-uuid
 Version: 1.6.2-1.3
 Severity: important
 User: debian-p...@lists.debian.org
 Usertags: perl-5.20-transition
 
 This package fails to build with perl_5.20.0-1 from experimental:
   chrpath debian/libossp-uuid-perl/usr/lib/perl5/auto/OSSP/uuid/uuid.so  \
   chrpath -d debian/libossp-uuid-perl/usr/lib/perl5/auto/OSSP/uuid/uuid.so
   open: No such file or directory
   elf_open: Invalid argument
 
 I'm attaching a proposed patch for this. I've tested that this doesn't
 cause any debdiff-visible changes on current sid, while fixing the build
 with perl_5.20.0-1.
 
 Given the large number of reverse dependencies, this bug is one of the
 more important ones for the Perl transition. Please let me know if you'd
 like me to NMU.
 

Thanks, I'll check and apply the patch ASAP.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = 7C23 B804 3E65 D298 0A21  B6E2 589F 03F0 1BA5 5038



signature.asc
Description: OpenPGP digital signature


Bug#744222: ITP: pgespresso -- Optional extension for Barman, Backup and Recovery Manager for PostgreSQL

2014-04-11 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: pgespresso
  Version : 1.0
  Upstream Author : 2ndQuadrant Ltd i...@2ndquadrant.com
* URL : https://github.com/2ndquadrant-it/pgespresso
* License : BSD
  Programming Lang: C
  Description : Optional extension for Barman, Backup and Recovery
Manager for PostgreSQL

pgespresso is an extension that enhances Barman, Backup and Recovery
Manager for PostgreSQL.

Starting from version 1.3.1 Barman added support for concurrent backup
of PostgreSQL 9.2 and 9.3 servers using the pgespresso
extension. Concurrent backup allows DBAs to perform full backup
operations from a streaming replicated standby.

Regading the maintenance, I'm the lead developer of the barman project
and I'll maintain it.

Ciao,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#724216: repmgr: FTBFS: repmgrd.c:654:25: error: request for member 'xlogid' in something not a structure or union

2013-10-02 Thread Marco Nenciarini
Il 22/09/13 19:10, David Suárez ha scritto:
 Source: repmgr
 Version: 2.0~beta1-2
 Severity: serious
 Tags: jessie sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20130922 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 


I verified that the current version of Repmgr is not compatible with
PostgreSQL 9.3 due to the changew of internal representation of XLog
information[1]. I'm working with the upstream to prepare a patch.

Ciao,
Marco

[1]
http://postgresql.1045698.n5.nabble.com/XLog-changes-for-9-3-td5711573.html

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


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



Bug#722816: pgmemcache link with -L/usr/lib

2013-09-15 Thread Marco Nenciarini
Il 14/09/13 05:32, YunQiang Su ha scritto:
 Package: pgmemcache
 Version: 2.0.6-1.1
 X-Debbugs-CC: wzss...@gmail.com
 
 This package has one or more -L/usr/lib in its build system,
 which will make it ftbfs if there is libraries under /usr/lib,
 while is not the default architecture, mips* for example.
 
 On mips* systems, /usr/lib is defined as place to hold O32
 libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.
 
 Beside the way, on the multiarch system like Debian, user may install
 libraries under /usr/lib by hand.
 
 Please use the default search path if you can, and please consider fix
 this.
 
 I will try to fix this bug, while if you can help to fix it, 
 It will be very appreciative.
 
 The attachement is the buildlog of this package on mips64el platform.
 

The makefile of pgmemcache is built using pgxs framework, so the problem
will probably show with every modern postgresql module.

Regards,
Marco



signature.asc
Description: OpenPGP digital signature


Bug#666814: progress report

2013-08-12 Thread Marco Nenciarini
Well. I finally managed testing the authentication.

It works for me with

Directory /var/www/private
AuthName My PostgresSQL Authenticator
AuthType Basic
AuthBasicProvider pgsql
Auth_PG_authoritative On
Auth_PG_host 127.0.0.1
Auth_PG_port 5432
Auth_PG_user apache
Auth_PG_pwd apache
Auth_PG_database apache
Auth_PG_pwd_table registered_user
Auth_PG_uid_field user_id
Auth_PG_pwd_field password
Auth_PG_encrypted Off
require valid-user
/Directory

even without loading it as first module.

Given that I'll upload the module ASAP.

I'll also open a bug report to remove the hack from #399562 an to update
the documentation accordingly.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


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



Bug#666814: Progress report on 666814 and help request

2013-08-10 Thread Marco Nenciarini
tags 666814 + help
thanks


I've pushed the new packaging on git at

git://anonscm.debian.org/collab-maint/libapache2-mod-auth-pgsql.git

The module compiles and load correctly in apache, but I'm unable to
obtain more than a

AH01796: AuthType Basic configured without corresponding module

My testing configuration is the following

Directory /var/www/private
AuthName PostgresSQL Authenticator
AuthType Basic
AuthUserFile /dev/null
AuthBasicAuthoritative Off
Auth_PG_authoritative On

Auth_PG_host 127.0.0.1
Auth_PG_port 5432
Auth_PG_user apache
Auth_PG_pwd apache
Auth_PG_database apache
Auth_PG_pwd_table registered_user
Auth_PG_uid_field user
Auth_PG_pwd_field password
Auth_PG_encrypted Off
require valid-user
/Directory

I need some help from an expert of Apache 2.4 authentication internals.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


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



Bug#718358: postgresql-9.2-postgis-2.0-scripts: postgis_restore.pl missing from package

2013-07-30 Thread Marco Nenciarini
Package: postgresql-9.2-postgis-2.0-scripts
Version: 2.0.3-3.pgdg+1
Severity: normal

This ticket was reported on PostGIS track as 
http://trac.osgeo.org/postgis/ticket/2394


postgis_restore.pl is missing from the postgresql-9.2-postgis-2.0-scripts 
package.

The contrib/ folder no longer exists - think as it's all moved to extensions?


I verified and the script is missing even on unstalbe version of the package.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

postgresql-9.2-postgis-2.0-scripts depends on no packages.

Versions of packages postgresql-9.2-postgis-2.0-scripts recommends:
ii  postgresql-9.2-postgis-2.0  2.0.3-3.pgdg+1

postgresql-9.2-postgis-2.0-scripts suggests no packages.

-- 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#718358: postgresql-9.2-postgis-2.0-scripts: postgis_restore.pl missing from package

2013-07-30 Thread Marco Nenciarini
reassign 718358 src:postgis 2.0.3-5
thanks

Il 30/07/13 20:25, Andrei POPESCU ha scritto:
 On Ma, 30 iul 13, 19:08:50, Marco Nenciarini wrote:
 Package: postgresql-9.2-postgis-2.0-scripts
 Version: 2.0.3-3.pgdg+1
 Severity: normal
 
 This package is not in Debian (yet?). I would rather close it unless you 
 know the package will be uploaded soon (it's not even in NEW).


You are right, sorry for the mistake It was downloaded by
apt.postgresql.org.
However it uses the same source (built from pkg-grass/postgis.git) as
the one in unstable (postgresql-9.1-postgis-2.0-scripts) which is
affected by the same problem.

Ciao,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


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



Bug#666814: libapache2-mod-auth-pgsql: sourceful transition towards Apache 2.4

2013-07-20 Thread Marco Nenciarini
package libapache2-mod-auth-pgsql
tags 666814 + pending
tags 512672 + pending
stop

Il 13/07/13 11:43, Colin Watson ha scritto:
 On Sun, Apr 01, 2012 at 09:15:51PM +, a...@debian.org wrote:
 your package libapache2-mod-auth-pgsql is provding an Apache2 web server 
 module.
 We're upgrading Apache to the new upstream version 2.4 [1] (tracked
 as transition bug #661958). This requires all modules to be rebuilt
 due to ABI changes.
 
 http://www.sky-air.net/wordpress/mod_auth_pgsql-at-apache2-4-2/ links to
 a patch
 (http://www.sky-air.net/dat/mod_auth_pgsql/mod_auth_pgsql-2.0.3-sk.patch)
 which seems helpful.  It has some formatting issues, but the actual code
 looks OK to me at a first read.
 
 Based on
 http://packages.qa.debian.org/liba/libapache2-mod-auth-pgsql.html, it
 doesn't look as though this package is maintained;
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512672 went unanswered.
 Should I just go ahead and apply this patch for now?  I guess
 mod_auth_pgsql is fairly popular so it would be worth it.

I'm taking care of these two bug just now.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


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



Bug#700350: dovecot-core: fails to upgrade from squeeze to bpo: Can't locate feature.pm in @INC

2013-02-12 Thread Marco Nenciarini

Il giorno 12/feb/2013, alle ore 17:16, Jaldhar H. Vyas ha scritto:
 
 
 Thanks for the patch but if the diagnosis is correct it seems it will not be 
 needed as -7 took out the perl code.  So backporting that should solve the 
 problem.  Unfortunately I am rather pressed for time right now and the other 
 dovecot maintainers even more so.  Micah can you take care of this?
 


I can take care of backporting if it's ok for you all.

Regards,
Marco

-- 
Marco Nenciarini
mnen...@kcore.it


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



Bug#697608: ITP: python-argcomplete -- Bash completion for python argparse

2013-01-07 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: python-argcomplete
  Version : 0.3.2
  Upstream Author : Andrey Kislyuk kisl...@gmail.com
* URL : https://github.com/kislyuk/argcomplete
* License : Apache Software License
  Programming Lang: Python
  Description : Bash completion for python argparse
Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.
.
It makes two assumptions:
.
 * You're using bash as your shell
 * You're using argparse to manage your command line arguments/options
.
Argcomplete is particularly useful if your program has lots of options
or subparsers, and if your program can dynamically suggest completions
for your argument/option values (for example, if the user is browsing
resources over the network).


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



Bug#690135: New version 1.1.4 available

2012-10-10 Thread Marco Nenciarini
Package: sks
Severity: wishlist

I'll package it for myself in the next days.

Once the new package will be working on my keyserver I'll update this ticket 
with a link to it.

I wonder if you could add a distributed VCS repository under collab-maintain to 
better collaborate. If you want I volunteer to prepare a git one.

Excerpt from release notes:

What's New in 1.1.4

  - Fix X-HKP-Results-Count so that limit=0 returns no results, but
include the header, to let a client poll for how many results
exist, without retrieving any. Submitted by Phil Pennock. See:
http://lists.nongnu.org/archive/html/sks-devel/2010-11/msg00015.html
  - Add UPGRADING document to explain upgrading Berkeley DB without
rebuilding. System bdb versions often change with new SKS releases
for .deb and .rpm distros.
  - Cleanup build errors for bdb/bdb_stubs.c. Patch from Mike Doty
  - Update cryptokit from version 1.0 to 1.5 without requiring OASIS
build system or other additional dependencies
  - build, fastbuild,  pbuild fixed to ignore signals USR1 and USR2
  - common.ml and reconSC.ml were using different values for minumimum
compatible version. This has been fixed.
  - Added new server mime-types, and trying another default document
(Issue 6)
In addition to the new MIME types added in 1.1.[23], the server now
looks over a list and and serves the first index file that it finds
Current list: index.html, index.htm, index.xhtml, index.xhtm,
index.xml.
  - options=mr now works on get as well as (v)index operations. This is
described in http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00
sections 3.2.1.1. and 5.1.
  - Updated copyright notices in source files
  - Added sksclient tool, similar to old pksclient
  - Add no-cache instructions to HTTP response (in order for reverse
proxies not to cache the output from SKS)
  - Use unique timestamps for keydb to reduce occurrances of Ptree
corruption.
  - Added Interface specifications (.mli files) for modules that were
missing them
  - Yaron pruned some no longer needed source files from the tree.
  - Improved the HTTP status and HTTP error codes returned for various
situations and added checks for more error conditions.
  - Add a suffix to version (+) indicating non-release or development
builds
  - Add an option to specify the contact details of the server
administrator
that shows in the status page of the server. The information is in
the form of an OpenPGP KeyID and set by server_contact: in sksconf
  - Add a `sks version` command to provide information on the setup.
  - Added configuration settings for the remaining database table
files. If no pagesize settings are in sksconf, SKS will use 2048
bytes for key and 512 for ptree. The remainining files' pagesize
will be set by BDB based on the filesystem settings, typically this
is 4096 bytes. See sampleConfig/sksconf.typical for settings
recommended by db_tuner.
  - Makefile: Added distclean target. Dropped autogenerated file from
VCS.
  - Allow tuning BDB environment before creation in [fast]build and
pbuild. If DB_CONFIG exists in basedir, copy it to DB dir before DB
creation. Preference is given to DB_CONFIG.KDB and DB_CONFIG.PTree
over DB_CONFIG.
  - Add support for Elliptic Curve Public keys (ECDSA, ECDH)
  - Add check if an upload is a revocation certificate, and if it is,
produce an error message tailored for this.



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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



Bug#689924: barman: fails to install

2012-10-07 Thread Marco Nenciarini
On 07/10/2012 23:12, Salvatore Bonaccorso wrote:
 # set severity to serious as package fails to install
 Control: severity -1 serious
 Control: tags -1 + patch
 
 Hi
 
 [I'm not the maintainer just saw this bugreport]
 
 The postinst seems checking for postgres user instead of barman, and
 was introduced in [1].
 
  [1]: 
 http://anonscm.debian.org/gitweb/?p=collab-maint/barman.git;a=commitdiff;h=d30b70de03753efec75af15d377b404a48da535f
 
 Regards,
 Salvatore

Thanks for having looked at the bug. I'll upload the fix ASAP.

Ciao,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


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



Bug#689019: ITP: python-argh -- A simple argparse wrapper

2012-09-28 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: python-argh
  Version : 0.15.1
  Upstream Author : Andrey Mikhaylenko a...@neithere.net
* URL : http://packages.python.org/argh/
* License : LGPL-3.0+
  Programming Lang: Python
  Description : A simple argparse wrapper

Argh provides a very simple wrapper for argparse.

Argparse is a very powerful tool; argh just makes it easy to use.

Here’s a list of features that argh adds to argparse:

 * mark a function as a CLI command and specify its arguments before the parser 
is instantiated;
 * nested commands made easy: no messing with subparsers (though they are of 
course used under the hood);
 * infer command name from function name;
 * infer agrument type from the default value;
 * infer argument action from the default value (for booleans);
 * infer arguments from function signature;
 * add an alias root command help for the --help argument;
 * enable passing unwrapped arguments to certain functions instead of a 
argparse.Namespace object.

Argh is fully compatible with argparse. You can mix argh-agnostic and
argh-aware code. Just keep in mind that dispatch() does some extra
work that a custom dispatcher may not do.



Note: I'm packaging this as a requirement for barman (http://www.pgbarman.org) 
package.

Regards,
Marco


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



Bug#688197: dovecot-managesieved: managesieve segfault in libc

2012-09-20 Thread Marco Nenciarini
tags 688197 + pending confirmed
thanks

It's a known bug and it's already fixed in the package git repository.
The next upload will contain the fix.

Regards,
Marco

-- 
Marco Nenciarini
mnen...@kcore.it


signature.asc
Description: This is a digitally signed message part


Bug#684875: Wrong exit status in init scripts when $VERBOSE is set to no (the default)

2012-08-14 Thread Marco Nenciarini
Source: zabbix
Severity: normal
Tags: patch

The definition of _ev_ function in zabbix's init scripts is wrong,
because it always return false when $VERBOSE is set to no.

To fix, the line containing

  [ $VERBOSE != no ]  eval $@

should be changed to

  [ $VERBOSE = no ] || eval $@

which returns true id $VERBOSE is no or the exit status of the eval part.

Patch attached.

Ciao,
Marco

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- zabbix-agent~	2012-08-07 14:19:33.0 +0200
+++ zabbix-agent	2012-08-14 11:20:50.763485078 +0200
@@ -26,7 +26,7 @@
 . /lib/lsb/init-functions
 
 _ev_ () {
-  [ $VERBOSE != no ]  eval $@
+  [ $VERBOSE = no ] || eval $@
 }
 
 [ -d $DIR ] || mkdir $DIR
--- zabbix-server~	2012-08-07 14:20:35.0 +0200
+++ zabbix-server	2012-08-14 11:22:05.890731188 +0200
@@ -32,7 +32,7 @@
 . /lib/lsb/init-functions
 
 _ev_ () {
-  [ $VERBOSE != no ]  eval $@
+  [ $VERBOSE = no ] || eval $@
 }
 
 [ -d $DIR ] || mkdir $DIR


Bug#683486: ITP: barman -- Backup and Recovery Manager for PostgreSQL

2012-08-01 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: barman
  Version : 1.0.0
  Upstream Author : 2ndQuadrant Italia (Devise.IT S.r.l.) i...@2ndquadrant.it
* URL : http://www.pgbarman.org/
* License : GPL
  Programming Lang: Python
  Description : Backup and Recovery Manager for PostgreSQL

Barman (backup and recovery manager) is an administration
tool for disaster recovery of PostgreSQL servers written in Python.
It allows to perform remote backups of multiple servers
in business critical environments and help DBAs during the recovery phase.
Barman's most wanted features include backup catalogs, retention policies,
remote recovery, archiving and compression of WAL files and backups.
Barman is written and maintained by PostgreSQL professionals 2ndQuadrant.


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



Bug#680317: [Pkg-ia32-libs-maintainers] Bug#680317: Uninstallable due dependency to unexisting package: i32-libs-gtk-i386

2012-07-09 Thread Marco Nenciarini
Il giorno ven, 06/07/2012 alle 11.36 +0200, Goswin von Brederlow ha
scritto:
 On Thu, Jul 05, 2012 at 12:45:55AM +0200, Marco Nenciarini wrote:
  Package: ia32-libs-gtk
  Version: 20120616
  Severity: serious
  
  The package ia32-libs-gtk is uninstallable due to dependency on i32-libs-
  gtk-i386
  (missing 'a' in ia32)
  
  However, even with the correct spelling, I can't find the ia32-libs-gtk-i386
  package anywhere.
 
 Fixed in 20120706:
 
 http://mentors.debian.net/package/ia32-libs-gtk
 http://mentors.debian.net/debian/pool/main/i/ia32-libs-gtk/ia32-libs-gtk_20120706.dsc
 
 Feel free to sponsor the upload.
 
 Note: I've put some packages into Recommends because they are still
 Multi-Arch buggy. This allows ia32-libs-gtk-i386 to be installed and tested
 without them but might break some applications. They should move back to
 depends as the bugs get fixed.
 

I would be happy to help sponsoring, but I see another problem: the
package is listed only amd64 in buildd's Packages-arch-specific file
[1].
So It will not be picked up for i386 and therefore it will not work.

[1]https://buildd.debian.org/quinn-diff/sid/Packages-arch-specific

As a workaround I've searched if there is a clean way to do a mixed-arch
upload (i386+amd64) but I found nothing, so you should ask Bastian Blank
(in cc) who did a mixed upload for ia32-libs version 20120616 [2]

[2] http://packages.qa.debian.org/i/ia32-libs/news/20120630T094734Z.html

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4






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



Bug#680317: [Pkg-ia32-libs-maintainers] Bug#680317: Bug#680317: Uninstallable due dependency to unexisting package: i32-libs-gtk-i386

2012-07-09 Thread Marco Nenciarini
Il giorno lun, 09/07/2012 alle 13.08 +0200, Thijs Kinkhorst ha scritto:
 On Mon, July 9, 2012 11:09, Marco Nenciarini wrote:
  I would be happy to help sponsoring, but I see another problem: the
  package is listed only amd64 in buildd's Packages-arch-specific file
  [1].
  So It will not be picked up for i386 and therefore it will not work.
 
  [1]https://buildd.debian.org/quinn-diff/sid/Packages-arch-specific
 
  As a workaround I've searched if there is a clean way to do a mixed-arch
  upload (i386+amd64) but I found nothing, so you should ask Bastian Blank
  (in cc) who did a mixed upload for ia32-libs version 20120616 [2]
 
 I would recommend against sponsoring it in current form since the
 following fix was already done in 20120702:
* Fix typo in ia32-libs-gtk-i386 dependency. (Closes: #680317)
 and the changelog entry for that version also misses (this is due to a
 race condition between Goswin and me; and me not having git commit
 access).

You are absolutely right.

However, I think it's important to find a way to solve the problem of
missing i386 packages, because at the moment both the ia32-libs and
ia32-libs-gtk packages are unusable for the majority of users.

Regards,
Marco


-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4






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



Bug#680317: Uninstallable due dependency to unexisting package: i32-libs-gtk-i386

2012-07-04 Thread Marco Nenciarini
Package: ia32-libs-gtk
Version: 20120616
Severity: serious

The package ia32-libs-gtk is uninstallable due to dependency on i32-libs-
gtk-i386
(missing 'a' in ia32)

However, even with the correct spelling, I can't find the ia32-libs-gtk-i386
package anywhere.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ia32-libs-gtk depends on:
ii  ia32-libs 20120102
ii  lib32asound2  1.0.25-3
ii  lib32gcc1 1:4.7.1-3
ii  lib32stdc++6  4.7.1-3
ii  lib32z1   1:1.2.7.dfsg-13
ii  libc6-i3862.13-34

ia32-libs-gtk recommends no packages.

ia32-libs-gtk suggests no packages.

-- no debconf information

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#677535: Unwanted soname change

2012-06-14 Thread Marco Nenciarini
Package: libept1.4.12
Version: 1.0.7
Severity: grave

mnencia@greygoo:~/prj/health-check/data-reporter (master *)$ aptitude
aptitude: error while loading shared libraries: libept.so.1.0.5.4.12: cannot 
open shared object file: No such file or directory
mnencia@greygoo:~/prj/health-check/data-reporter (master *)$ dpkg -L 
libept1.4.12 | grep usr/lib
/usr/lib
/usr/lib/libept.so.1.0.7.4.12

I think this come from a wrong string replace across the project (as the 
current version is 1.0.7)

Commit:

http://anonscm.debian.org/gitweb/?p=debtags/libept.git;a=blobdiff;f=CMakeLists.txt;h=7c0c72d90f1c73ad4a960e2892cdd1a5cdbc0d42;hp=1154891d1a335c11f16c3f959d5903c5597f7805;hb=7d4383bd070a53e6c679fe189c9f15fdb7b1dcef;hpb=d456f52d160a5eb97488dd4720cd5e646349845d

Regards
Marco

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libept1.4.12 depends on:
ii  libapt-pkg4.12  0.9.6
ii  libc6   2.13-33
ii  libgcc1 1:4.7.0-13
ii  libstdc++6  4.7.0-13
ii  libxapian22 1.2.10-2
ii  zlib1g  1:1.2.7.dfsg-11

libept1.4.12 recommends no packages.

libept1.4.12 suggests no packages.

-- 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#658405: Patch

2012-02-14 Thread Marco Nenciarini
Il giorno ven, 03/02/2012 alle 13.49 +0100, Michael Fladischer ha
scritto:
 This is a simple patch to fix the libmemcached-1.0 API issue.

I'm sorry, but my laptop is broken and I'm waiting for the replacement.

If meantime someone want to NMU it, I agree.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4






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



Bug#655952: dovecot-core: Please update to 2.0.17

2012-01-16 Thread Marco Nenciarini
Il giorno dom, 15/01/2012 alle 08.55 +, Matthias Urlichs ha scritto:
 Package: dovecot-core
 Version: 1:2.0.15-1
 Severity: normal
 
 Hi,
 please package dovecot 2.0.17. It's almost four months old.
 
 Reason for Urgency Normal instead of Wishlist:
 the current version fixes a couple of memory leaks.
 
 

I'll upload is ASAP.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4






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



Bug#649511: CVE-2011-4318

2011-11-22 Thread Marco Nenciarini
Is it urgent? I'm ultra-busy until Friday 25 for the Italian PostgreSQL
Conference (PGDay), but if needed I take some time from my sleep to
upload the 2.0.16 version.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#592959: Dovecot packages available for Backport squeeze

2011-10-10 Thread Marco Nenciarini
Il giorno lun, 10/10/2011 alle 10.58 -0430, Victor Oñate ha scritto:
 Hi, when are you going to provide Dovecot 2.0 in backports for squeeze
 
 Thanks.
 Victor O
 
 


I've uploaded it the same day it entered in testing, but it disappeared
(or more probably something gone wrong during the upload and I didn't
noticed it)

However, it is RC buggy (in some cases it delete the whole
configuration) so we need to fix it before pushing in backports.

You can download the squeeze-backported version of the current package
here

http://www.prato.linux.it/~mnencia/debian/dovecot-squeeze/

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4







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



Bug#592959: Dovecot packages available for Backport squeeze

2011-10-10 Thread Marco Nenciarini
Il giorno lun, 10/10/2011 alle 10.58 -0430, Victor Oñate ha scritto:
 Hi, when are you going to provide Dovecot 2.0 in backports for squeeze
 
 Thanks.
 Victor O
 
 


I've uploaded it the same day it entered in testing, but it disappeared
(or more probably something gone wrong during the upload and I didn't
noticed it)

However, it is RC buggy (in some cases it delete the whole
configuration) so we need to fix it before pushing in backports.

You can download the squeeze-backported version of the current package
here

http://www.prato.linux.it/~mnencia/debian/dovecot-squeeze/

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4






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



Bug#642045: dovecot: New version was released already

2011-09-19 Thread Marco Nenciarini
On 19/09/2011 00:38, Micah Anderson wrote:
 Package: dovecot
 Version: 1:2.0.14-3
 Severity: wishlist
 
 Just as you got 2.0.14 up, 2.0.15 was released:
 

I'm waiting for pigeonhole 0.2.4 release which is already tagged in hg
repository.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#592959: Backport packages available for testing

2011-09-19 Thread Marco Nenciarini
I've prepared squeeze-backports packages for version 1:2.0.15-1~bpo60+1

You can find them at
http://www.prato.linux.it/~mnencia/debian/dovecot-squeeze/

I'll upload them as soon as the version 1:2.0.15-1 will hit testing.

Please test them.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#592959: dovecot: Will Dovecot v2.0 be packages for Squeeze?

2011-08-17 Thread Marco Nenciarini

On 14/08/2011 12:04, martin f krafft wrote:

also sprach Jaldhar H. Vyasjald...@debian.org  [2010.08.14.1822 -0400]:

No but I changed the severity to wishlist to help us in bug management.


That was one year ago (to the day) and I wanted to ask about the
status of the dovecot backport. We are in particular looking forward
to using the lmtp service for local delivery.

Thanks,



It's easy to upload the current dovecot package to backports, but I'm 
afraid to do it, because it doesn't handle the configuration update at all.


I'm also not convinced about how the packages manage their mutual 
dependencies, but I haven't the resources to work on it just now.


However I'm open to any suggestion/patch which will help to solve this 
situation.


Regards,
Marco

--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#632913: IMHO Is better to remove it

2011-07-07 Thread Marco Nenciarini
retitle 632913 RM: xtradius -- ROM; FTBFS; RC-buggy; dead upstream; low
popcon
reassign 632913 ftp.debian.org
thanks

I think it doesn't worth the effort of fixing it.

If you need external authentication you should look at freeradius
rml_exec module.

http://wiki.freeradius.org/Rlm_exec

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#632913: O: xtradius

2011-07-06 Thread Marco Nenciarini
Package: wnpp
Severity: normal

The package is abandoned upstream and I don't use it anymore since 2005.

It also has a very low popcon, and AFAIK freeradius can cover all xtradius use 
cases.



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



Bug#627443: CVE-2011-1929

2011-05-20 Thread Marco Nenciarini
On 20/05/2011 18:44, Moritz Muehlenhoff wrote:
 Package: dovecot
 Severity: grave
 Tags: security
 
 Hi Dovecot maintainers,
 CVE-2011-1929 was assigned to the following issue fixed in
 1.2.17 and 2.0.13:
 
 | Fixed potential crashes and other problems when parsing
 | header names that contained NUL characters.

I plan the upload of 2.0.13 for tomorror.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#627443: CVE-2011-1929

2011-05-20 Thread Marco Nenciarini
On 20/05/2011 18:44, Moritz Muehlenhoff wrote:
 Package: dovecot
 Severity: grave
 Tags: security
 
 Hi Dovecot maintainers,
 CVE-2011-1929 was assigned to the following issue fixed in
 1.2.17 and 2.0.13:

 | Fixed potential crashes and other problems when parsing
 | header names that contained NUL characters.
 
 http://dovecot.org/pipermail/dovecot/2011-May/059085.html
 http://dovecot.org/pipermail/dovecot/2011-May/059086.html
 
 Patch:
 http://hg.dovecot.org/dovecot-1.1/rev/3698dfe0f21c
 

I've just realized that also the stable version is affected.
Tomorow I'll prepare the update on package's repository.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#621729: ITP: pgmemcache -- libmemcached interface for PostgreSQL

2011-04-08 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: pgmemcache
  Version : 2.0.4
  Upstream Author : Hannu Valtonen hannu.valto...@hut.fi
* URL : http://pgfoundry.org/projects/pgmemcache/
* License : MIT/X
  Programming Lang: C, PL/pgSQL, SQL
  Description : libmemcached interface for PostgreSQL

pgmemcache is a set of PostgreSQL user-defined functions that provide
an interface to memcached.



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



Bug#618660: dovecot-imapd: imapd starts too early at boot on host with IPv4 and IPv6.

2011-03-27 Thread Marco Nenciarini
On 17/03/2011 12:17, Marcel Koopmans wrote:
 Package: dovecot-imapd
 Version: 1:1.2.15-4
 Severity: important
 Tags: ipv6
 
 
 It seems that dovecot starts while IPv6 is not configured yet at boot time.
 
 Logging:
 Mar 17 11:47:00 styx dovecot: bind(2001:610:779::8, 143) failed: Cannot 
 assign requested address
 Mar 17 11:47:00 styx dovecot: Fatal: listen(2001:610:779::8, 143) failed: 
 Cannot assign requested address
 
 I can manually start dovecot-imapd without an issue a few seconds later.
 

Which kind of IPv6 connectivity do you have?

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#619137: /usr/sbin/dovecot: Suddenly stopped authentication

2011-03-21 Thread Marco Nenciarini
On 21/03/2011 15:56, Pekka Takala wrote:
 Package: dovecot-common
 Version: 1:1.2.15-4
 Severity: important
 File: /usr/sbin/dovecot
 
 
 Mar 21 16:54:38 pihtisoft kernel: pop3-login[1004]: segfault at 0 ip
 7f0f70863eaf sp 7fff25336f18 error 4 in
 libncom.so.4.0.1[7f0f70862000+3000]
 Mar 21 16:54:38 pihtisoft kernel: pop3-login[1005]: segfault at 0 ip
 7f351a411eaf sp 7fffce73c878 error 4 in
 libncom.so.4.0.1[7f351a41+3000]
 Mar 21 16:54:38 pihtisoft kernel: pop3-login[1006]: segfault at 0 ip
 7fbba52a6eaf sp 7fff0a9faad8 error 4 in
 libncom.so.4.0.1[7fbba52a5000+3000]
 Mar 21 16:54:38 pihtisoft kernel: imap-login[1008]: segfault at 0 ip
 7f2185d12eaf sp 7fff9c9855b8 error 4 in
 libncom.so.4.0.1[7f2185d11000+3000]
 Mar 21 16:54:38 pihtisoft kernel: imap-login[1007]: segfault at 0 ip
 7fb249328eaf sp 7fff8d1a4358 error 4 in
 libncom.so.4.0.1[7fb249327000+3000]
 Mar 21 16:54:38 pihtisoft kernel: imap-login[1009]: segfault at 0 ip
 7f8065747eaf sp 7fff40ad8d38 error 4 in
 libncom.so.4.0.1[7f8065746000+3000]
 Mar 21 16:55:38 pihtisoft kernel: pop3-login[1035]: segfault at 0 ip
 7ffeb1121eaf sp 7fffc33d7538 error 4 in
 libncom.so.4.0.1[7ffeb112+3000]
 Mar 21 16:55:38 pihtisoft kernel: pop3-login[1036]: segfault at 0 ip
 7f5daf93eeaf sp 7fffa10ee138 error 4 in
 libncom.so.4.0.1[7f5daf93d000+3000]
 Mar 21 16:55:38 pihtisoft kernel: pop3-login[1037]: segfault at 0 ip
 7f51d12d5eaf sp 7fffb7d53978 error 4 in
 libncom.so.4.0.1[7f51d12d4000+3000]
 Mar 21 16:55:38 pihtisoft kernel: imap-login[1039]: segfault at 0 ip
 7f48f0ccfeaf sp 7fff88d93458 error 4 in
 libncom.so.4.0.1[7f48f0cce000+3000]
 Mar 21 16:55:38 pihtisoft kernel: imap-login[1038]: segfault at 0 ip
 7fc20f5cbeaf sp 733ea758 error 4 in
 libncom.so.4.0.1[7fc20f5ca000+3000]
 Mar 21 16:55:38 pihtisoft kernel: imap-login[1040]: segfault at 0 ip
 7f4d4d6e8eaf sp 7fff7b822a78 error 4 in
 libncom.so.4.0.1[7f4d4d6e7000+3000]
 
 
 The system log gets filled with these. What can cause this?
 

You should inspect your system to figure out what is libncom.so.4.0.1
and why it's linked to dovecot.

Searching on google I haven't found any reference to such a library, so
you could have something wrong in your system. (do you have any IDS?)

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#603951: dovecot: by default enables insecure ciphers

2011-03-04 Thread Marco Nenciarini
On 26/02/2011 14:36, Thijs Kinkhorst wrote:
 On Thursday 18 November 2010 21:02:11 Timo Sirainen wrote:
 v2.0 uses by default:

 ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
 
 Yes, this looks good, so the bug can be closed when 2.0 is uploaded. Will 
 that 
 happen sometime soon?
 
 
 Thijs

I plan to upload it during this weekend.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#597476: dovecot: Exp, Sid packages for Dovecot 2

2011-03-04 Thread Marco Nenciarini
On 23/02/2011 17:18, Maximilian Engelhardt wrote:
 Any progress on this?
 
 Now that Squeeze is released I don't see any reason why Dovecot 2 can't be 
 uploaded to unstable (or at least experimental).
 
 I've seen there is a debian-2.0 branch in the dovecot git repository on 
 git.debian.org that seems to be quite well maintained. I compiled dovecot 2 
 from there and am running it on my server now for some time without any 
 problems.
 
 Also are there any plans to provide packages of Dovecot 2 for squeeze via 
 backports?
 
 Greetings,
 Maxi

My plans are for uploading it during this week-end.

Regular backports will be provided as soon it will enter in testing.

Regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#609719: ITP: repmgr -- PostgreSQL 9.0 replication manager

2011-01-11 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: repmgr
  Version : 1.0.0
  Upstream Author : 2ndQuadrant i...@2ndquadrant.com
* URL : http://projects.2ndquadrant.com/repmgr
* License : GPL-3
  Programming Lang: C
  Description : PostgreSQL replication manager

Since version 9.0, PostgreSQL allow you to have replicated hot standby
servers which you can query and/or use for high availability.  While
the main components of the feature are included with PostgreSQL, the
user is expected to manage the high availability parts.  

repmgr allows you to monitor and manage your replicated PostgreSQL
databases as a single cluster.



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



Bug#604711: skytools: Outdated package, 2.1.12 available upstream

2010-11-23 Thread Marco Nenciarini
Package: skytools
Severity: important

Skytools 2.1.12 was released on 10 November 2010 [1], and supports 
postgresql-9.0.

If you are busy I'm available to prepare the new release and send you the patch.

Regards,
Marco

[1] http://pgfoundry.org/frs/shownotes.php?release_id=1731

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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#604163: dpkg-maintscript-helper error reconfiguring the package

2010-11-20 Thread Marco Nenciarini
Package: cron
Version: 3.0pl1-115
Severity: important
Tags: squeeze

On a freshly installed squeeze system:

mnen...@poison:~$ sudo dpkg-reconfigure -p low cron  
Stopping periodic command scheduler: cron.
dpkg-maintscript-helper: error: couldn't identify the package
mnen...@poison:~$

This leave the cron daemon stopped and generally breaks a
dpkg-reconfigure -a invocation.

This could be a dpkg bug, because adding the package name to
dpkg-maintscript-helper invocation leads to a different error.

mnen...@poison:~$ sudo dpkg-reconfigure -p low cron
Stopping periodic command scheduler: cron.
dpkg-maintscript-helper: error: environment variable DPKG_MAINTSCRIPT_NAME is 
required
mnen...@poison:~$

Regards,
Marco

-- Package-specific info:
--- EDITOR:
not set

--- usr/bin/editor:
/usr/bin/emacs23-nox

--- /usr/bin/crontab:
-rwxr-sr-x 1 root crontab 30248 Oct 16 13:27 /usr/bin/crontab

--- /var/spool/cron
drwxr-xr-x 5 root root 48 Nov 20 20:20 /var/spool/cron

--- /var/spool/cron/crontabs
drwx-wx--T 2 root crontab 6 Oct 16 13:27 /var/spool/cron/crontabs


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages cron depends on:
ii  adduser   3.112  add and remove users and groups
ii  debianutils   3.4Miscellaneous utilities specific t
ii  dpkg  1.15.8.5   Debian package management system
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpam-runtime1.1.1-6.1  Runtime support for the PAM librar
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.72-2 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.72-2 lightweight Exim MTA (v4) daemon
pn  lockfile-progsnone (no description available)

Versions of packages cron suggests:
pn  anacron   none (no description available)
pn  checksecurity none (no description available)
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages cron is related to:
pn  libnss-ldap   none (no description available)
pn  libnss-ldapd  none (no description available)
pn  libpam-ldap   none (no description available)
pn  libpam-mount  none (no description available)
pn  nis   none (no description available)
pn  nscd  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#604164: dpkg-reconfigure error

2010-11-20 Thread Marco Nenciarini
Package: emacsen-common
Version: 1.4.19
Severity: serious

On a fresh squeeze install reconfiguring the package give you an error
and an exit status of 1

mnen...@poison:~$ sudo dpkg-reconfigure emacsen-common
emacsen-common: Handling removal of emacsen flavor emacs
emacsen-common: Handling removal of emacsen flavor emacs23
emacsen-common: purging byte-compiled files for emacs23
emacsen-common: Handling install of emacsen flavor emacs
emacsen-common: Handling install of emacsen flavor emacs23
emacsen-common: byte-compiling for emacs23
Wrote /etc/emacs23/site-start.d/00debian-vars.elc

In debian-run-directories:
debian-startup.el:131:25:Warning: `mapcar' called for effect; use `mapc' or
`dolist' instead
Wrote /usr/share/emacs23/site-lisp/debian-startup.elc
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
install-info: No dir file specified; try --help for more information.
mnen...@poison:~$ echo $?
1
mnen...@poison:~$ 

This also breaks a dpkg-reconfigure -a invocation

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacsen-common depends on:
ii  bsdmainutils  8.0.13 collection of more utilities from 

emacsen-common recommends no packages.

emacsen-common suggests no packages.

-- 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#570896: NMU to delayed/5 of resolvconf

2010-07-12 Thread Marco Nenciarini
On 12/07/2010 00:01, Mehdi Dogguy wrote:
 Hi maintainers,
 
 These bugs seem resolved in svn and tested. It's currently blocking
 osc-dhcp's transition and the pre-release of the debian-installer
 which is about to be uploaded soon.
 
 I've prepared an upload for resolvconf (version 1.46~4) and uploaded
 it to DELAYED/5. In fact, this upload is just a sponsoring upload of
 Thomas Hood's changes. Please tell if I could upload it without delay,
 or if I should delay it longer (and why).
 
 Regards,
 

I agree with all changes. If you all agree, I could tag and upload
version 1.46 now.

Kind regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#505517: Grub2 script for ubuntu and debian users

2010-07-01 Thread Marco Nenciarini

Hi,
after some time searching for a script usable to handle xen in grub2, I
have wrote some code (based on patches from debian bug #505517 [1] and
/etc/grub.d/10_linux) that can be used without modify grub2.

These file are to be installed as /etc/grub.d/09_xen and /etc/xen/grub.conf

I hope this helps.

Kind regards,
Marco

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505517

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4

#! /bin/sh -e

if [ -f /usr/lib/grub/grub-mkconfig_lib ]; then
  . /usr/lib/grub/grub-mkconfig_lib
else
  # no grub file, so we notify and exit gracefully
  echo Cannot find grub config file, exiting. 2
  exit 0
fi

XEN_HYPERVISOR_CMDLINE=
XEN_LINUX_CMDLINE=console=tty0
[ -r /etc/xen/grub.conf ]  . /etc/xen/grub.conf

CLASS=--class gnu-linux --class gnu --class os

if [ x${GRUB_DISTRIBUTOR} = x ] ; then
  OS=GNU/Linux
else
  OS=${GRUB_DISTRIBUTOR} GNU/Linux
  CLASS=--class $(echo ${GRUB_DISTRIBUTOR} | tr '[A-Z]' '[a-z]' | cut -d' ' 
-f1) ${CLASS}
fi

# loop-AES arranges things so that /dev/loop/X can be our root device, but
# the initrds that Linux uses don't like that.
case ${GRUB_DEVICE} in
  /dev/loop/*|/dev/loop[0-9])
GRUB_DEVICE=`losetup ${GRUB_DEVICE} | sed -e s/^[^(]*(\([^)]\+\)).*/\1/`
  ;;
esac

if [ x${GRUB_DEVICE_UUID} = x ] || [ x${GRUB_DISABLE_LINUX_UUID} = 
xtrue ] \
|| ! test -e /dev/disk/by-uuid/${GRUB_DEVICE_UUID} \
|| [ `grub-probe -t abstraction --device ${GRUB_DEVICE} | sed -e 
's,.*\(lvm\).*,\1,'` = lvm  ] ; then
  LINUX_ROOT_DEVICE=${GRUB_DEVICE}
else
  LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID}
fi

xen_entry ()
{
  os=$1
  xen_version=$2
  version=$3
  xen_args=$4
  args=$5
  printf menuentry 'Xen %s / %s, with Linux %s' --class xen ${CLASS} {\n 
${xen_version} ${os} ${version}
  save_default_entry | sed -e s/^/\t/

  if [ -z ${prepare_boot_cache} ]; then
prepare_boot_cache=$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | 
sed -e s/^/\t/)
  fi
  printf '%s\n' ${prepare_boot_cache}
  cat  EOF
echo'$(printf Loading Xen %s ... ${xen_version})'
multiboot   ${rel_dirname}/${xen_basename} 
${rel_dirname}/${xen_basename} ${xen_args}
echo$(printf $(gettext Loading Linux %s ...) ${version})
module  ${rel_dirname}/${basename} ${rel_dirname}/${basename} 
root=${linux_root_device_thisversion} ro ${args}
EOF
  if test -n ${initrd} ; then
cat  EOF
echoLoading initial ramdisk ...
module  ${rel_dirname}/${initrd}
EOF
  fi
  cat  EOF
}
EOF
}

xen_list=`for i in /boot/xen-*.gz /xen-*.gz ; do
if grub_file_is_not_garbage $i ; then echo -n $i ; fi
done`
prepare_boot_cache=

while [ x$xen_list != x ] ; do
  xen=`version_find_latest $xen_list`
  echo Found Xen hypervisor image: $xen 2
  xen_basename=`basename $xen`
  xen_dirname=`dirname $xen`
  rel_xen_dirname=`make_system_path_relative_to_its_root $xen_dirname`
  xen_version=`echo $xen_basename | sed -e s,^[^0-9]*-,,g | sed -e s,.gz,,g`
  alt_xen_version=`echo $xen_version | sed -e s,\.old$,,g`

  xen_configfiles=`grep -l 'CONFIG_XEN_PRIVILEGED_GUEST=y' /boot/config-*`

  for i in $xen_configfiles ; do
i=`echo $i | sed -e s,/boot/config-,/boot/vmlinuz-,g`;
if grub_file_is_not_garbage $i; then
  list=$list $i;
fi
  done

  while [ x$list != x ] ; do
linux=`version_find_latest $list`
echo \tFound linux image: $linux 2
basename=`basename $linux`
dirname=`dirname $linux`
rel_dirname=`make_system_path_relative_to_its_root $dirname`
version=`echo $basename | sed -e s,^[^0-9]*-,,g`
alt_version=`echo $version | sed -e s,\.old$,,g`
linux_root_device_thisversion=${LINUX_ROOT_DEVICE}

initrd=
for i in initrd.img-${version} initrd-${version}.img \
   initrd-${version} initrd.img-${alt_version} \
   initrd-${alt_version}.img initrd-${alt_version}; do
  if test -e ${dirname}/${i} ; then
initrd=$i
break
  fi
done
if test -n ${initrd} ; then
  echo \tFound initrd image: ${dirname}/${initrd} 2
else
  # UUID= magic is parsed by initrds.  Since there's no initrd, it can't 
work here.
  linux_root_device_thisversion=${GRUB_DEVICE}
fi

xen_entry ${OS} ${xen_version} ${version} \
${XEN_HYPERVISOR_CMDLINE} \
${XEN_LINUX_CMDLINE}

list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '`
  done

  xen_list=`echo $xen_list | tr ' ' '\n' | grep -vx $xen | tr '\n' ' '`
done

# This configuration file defines the command line of autogenerated
# xen's entries in grub2
#
# If you don't use grub or you only use grub1, you can safely ignore
# this file.
#
# If you change this file, run 'update-grub' afterwards

Bug#505517: [Xen-users] Grub2 script for ubuntu and debian users

2010-07-01 Thread Marco Nenciarini
On 01/07/2010 10:22, Marco Nenciarini wrote:
 
 Hi,
 after some time searching for a script usable to handle xen in grub2

Evidently I didn't search well enough. The Right Solution is in grub2
repository [1] and probably will be available in Debian unstable with
the next upload.

Kind Regards,
Marco

[1]
http://bzr.debian.org/scm/loggerhead/pkg-grub/trunk/grub/annotate/head:/util/grub.d/20_linux_xen.in

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#577103: icedove: Not found in current version

2010-06-02 Thread Marco Nenciarini
Package: icedove
Severity: normal

I've reinstalled icedove after some time and it doesn't crash anymore.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages icedove depends on:
ii  debianutils 3.2.3Miscellaneous utilities specific t
ii  fontconfig  2.8.0-2.1generic font configuration library
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.1-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-3GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-2 Network Security Service libraries
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libsqlite3-03.6.23.1-4   SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libstdc++6  4.4.4-3  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  psmisc  22.11-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  hunspell-en-us [hunspell-dict 20070829-4 English_american dictionary for hu
ii  myspell-it [myspell-dictionar 1:3.2.0-5  Italian dictionary for myspell

Versions of packages icedove suggests:
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libgconf2-42.28.1-3  GNOME configuration database syste
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomevfs2-0 1:2.24.3-1GNOME Virtual File System (runtime
ii  libgssapi-krb5-2   1.8.1+dfsg-5  MIT Kerberos runtime libraries - k
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  ttf-lyx1.6.6-2   TrueType versions of some TeX font

-- Configuration Files:
/etc/icedove/messenger/mailViews.dat [Errno 2] No such file or directory: 
u'/etc/icedove/messenger/mailViews.dat'

-- no debconf information

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#577103: icedove: Icedove segfaults randomly

2010-04-09 Thread Marco Nenciarini
Package: icedove
Version: 3.0.4-1
Severity: normal

On my system Icedove segfaults after some time it runs.

I have several accounts and hundreds of imap folders.

Here is the stacktrace:

Core was generated by `/usr/lib/icedove/icedove-bin'.
Program terminated with signal 11, Segmentation fault.
#0  0x7ff7055e185b in raise () from /lib/libpthread.so.0
(gdb) bt
#0  0x7ff7055e185b in raise () from /lib/libpthread.so.0
#1  0x004507aa in nsProfileLock::FatalSignalHandler (signo=11) at 
nsProfileLock.cpp:212
#2  signal handler called
#3  0x00ba2c39 in nsSSLThread::requestRecvMsgPeek (si=0x7ff6e009f600, 
buf=0x7fff5bdf570f, amount=1, flags=2, timeout=value optimized out)
at nsSSLThread.cpp:178
#4  0x00b9a35f in PSMRecv (fd=0x7ff6f5927610, buf=value optimized 
out, amount=value optimized out, flags=2, timeout=value optimized out)
at nsNSSIOLayer.cpp:2038
#5  0x004da342 in nsSocketTransport::IsAlive (this=0x7ff6e01edff0, 
result=0x7fff5bdf5848) at nsSocketTransport2.cpp:1808
#6  0x00cbfc16 in nsImapProtocol::CanHandleUrl (this=0x7ff6dff1a800, 
aImapUrl=0x7ff6e0419200, aCanRunUrl=0x7fff5bdf598c, hasToWait=0x7fff5bdf5988)
at nsImapProtocol.cpp:2081
#7  0x00c9f46d in nsImapIncomingServer::GetImapConnection 
(this=0x7ff6f597e8a0, aEventTarget=value optimized out, 
aImapUrl=0x7ff6e0419200, 
aImapConnection=0x7fff5bdf5a00) at nsImapIncomingServer.cpp:732
#8  0x00c9fcc2 in nsImapIncomingServer::GetImapConnectionAndLoadUrl 
(this=0x7ff6f597e8a0, aClientEventTarget=0x7ff6faffc740, 
aImapUrl=0x7ff6e0419200, aConsumer=0x0) at nsImapIncomingServer.cpp:433
#9  0x00cd657a in nsImapService::GetImapConnectionAndLoadUrl 
(this=value optimized out, aClientEventTarget=0x7ff6faffc740, 
aImapUrl=0x7ff6e0419200, aConsumer=0x0, aURL=0x7fff5bdf5c40) at 
nsImapService.cpp:2190
#10 0x00cd9c5b in nsImapService::FolderCommand (this=0x7ff6f1b23ce0, 
clientEventTarget=0x7ff6faffc740, imapMailFolder=0x7ff6efd53838, 
urlListener=value optimized out, aCommand=value optimized out, 
imapAction=value optimized out, msgWindow=0x0, url=0x7fff5bdf5c40)
at nsImapService.cpp:1474
#11 0x00cd9e68 in nsImapService::UpdateFolderStatus 
(this=0x7fff5bdf570f, aClientEventTarget=0x0, aImapMailFolder=0x7ff6e018cd40, 
aUrlListener=0x1, 
aURL=value optimized out) at nsImapService.cpp:1525
#12 0x00ca2d5a in nsImapMailFolder::UpdateStatus (this=0x7ff6efd53800, 
aListener=0x7ff6f597e988, aMsgWindow=0x0) at nsImapMailFolder.cpp:1431
#13 0x00c9c74d in nsImapIncomingServer::OnStopRunningUrl 
(this=0x7ff6f597e8a0, url=value optimized out, exitCode=value optimized out)
at nsImapIncomingServer.cpp:2369
#14 0x00d651bc in nsMsgMailNewsUrl::SetUrlState (this=0x7ff6e0419808, 
aRunningUrl=value optimized out, aExitCode=0) at nsMsgMailNewsUrl.cpp:135
#15 0x00ca4a3f in nsImapMailFolder::SetUrlState (this=0x7ff6efd52800, 
aProtocol=0x7ff6e8489800, aUrl=0x7ff6e0419808, isRunning=0, statusCode=0)
at nsImapMailFolder.cpp:6609
#16 0x7ff704ecc5ca in NS_InvokeByIndex_P (that=0x7fff5bdf570f, 
methodIndex=0, paramCount=3759721792, params=0x1) at 
xptcinvoke_x86_64_linux.cpp:208
#17 0x7ff704ec57eb in nsProxyObjectCallInfo::Run (this=0x7ff6d3b28040) at 
nsProxyEvent.cpp:181
#18 0x7ff704ec1a17 in nsThread::ProcessNextEvent (this=0x7ff6faffc740, 
mayWait=1, result=0x7fff5bdf5f6c) at nsThread.cpp:521
#19 0x7ff704e978f8 in NS_ProcessNextEvent_P (thread=0x7fff5bdf570f, 
mayWait=0) at nsThreadUtils.cpp:247
#20 0x0060ae63 in nsBaseAppShell::Run (this=0x7ff6f5551040) at 
nsBaseAppShell.cpp:170
#21 0x00b2ef4c in nsAppStartup::Run (this=0x7ff6f5588a40) at 
nsAppStartup.cpp:193
#22 0x00449896 in XRE_main (argc=value optimized out, argv=value 
optimized out, aAppData=value optimized out) at nsAppRunner.cpp:3321
#23 0x0044536b in main (argc=1, argv=0x7fff5bdf6748) at 
nsMailApp.cpp:103

Tell me if you need some more debug info.

Kind regards,
Marco

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages icedove depends on:
ii  debianutils 3.2.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-2  generic font configuration library
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-3+b1  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.84-1   simple 

Bug#575071: Upgrade fails if there is no /usr/share/foo2zjs/firmware/*.dl files on the system

2010-03-23 Thread Marco Nenciarini
Package: foo2zjs
Version: 20090908dfsg-2
Severity: important

In the postinst script, the line 

mv /usr/share/foo2zjs/firmware/*.dl /lib/firmware/hp/ 2/dev/null

should be changed to 

mv /usr/share/foo2zjs/firmware/*.dl /lib/firmware/hp/ 2/dev/null || true

or something similar, as if there is no file matching 
/usr/share/foo2zjs/firmware/*.dl the package fails to configure.

Kind regards,
Marco

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages foo2zjs depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib

Versions of packages foo2zjs recommends:
ii  foomatic-db-engine4.0-20090509-2 OpenPrinting printer support - pro
ii  tix   8.4.3-2The Tix library for Tk -- runtime 
ii  tk8.4 8.4.19-4   Tk toolkit for Tcl and X11, v8.4 -
ii  unzip 6.0-4  De-archiver for .zip files
ii  wget  1.12-1.1   retrieves files from the web

Versions of packages foo2zjs suggests:
ii  hannah-foo2zjs1:1Graphical firmware downloader for 
ii  psutils   1.17-27A collection of PostScript documen

-- debconf-show failed



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



Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-03 Thread Marco Nenciarini
Erich Schubert ha scritto:
 Package: dovecot-common
 Version: 1:1.2.10-1
 Severity: important
 
 On unstable with some bits (unrelated to dovecot) from Debian, dovecot-auth
 crashes during password authentication (using local evolution as client):
 
 Mar  2 09:35:48 hepcat dovecot: auth(default): 
 worker-server(erich,127.0.0.1): Aborted: Worker process died unexpectedly
 Mar  2 09:35:48 hepcat dovecot: dovecot: child 4865 (auth-worker) killed with 
 signal 11 (core not dumped)
 
 I tried setting it to allow core dumps, but did not succeed.
 I am aware that this can well be in some library (that's why I tried to get a
 coredump, to see where the segfault occurs)

To obtain a core dump you should enable them in /etc/defaults/dovecot
and then restart the daemon with /etc/init.d/dovecot restart

You'll find the resulting core file as  /var/run/dovecot/core

If you want to allow multiple core files try to execute something like

echo core.%p  /proc/sys/kernel/core_pattern

After that the core files will be named like core.pid until the next
reboot.

 
 My dovecot setup is quite simple - it's a workstation setup, so I only have
 myself as user, and I only allow access from localhost, so no need to do any
 bigger encryption or difficult mechanism. It should be using PAM.
 

To be sure, please attach the output of dovecot -n command to the next
email.

Kind regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-03 Thread Marco Nenciarini
Andrei Popescu ha scritto:
 On Wed,03.Mar.10, 13:26:19, Marco Nenciarini wrote:
  
 To obtain a core dump you should enable them in /etc/defaults/dovecot
 and then restart the daemon with /etc/init.d/dovecot restart
  
 $ grep CORE /etc/default/dovecot
 ALLOW_COREDUMPS=1
 
 You'll find the resulting core file as  /var/run/dovecot/core

 If you want to allow multiple core files try to execute something like

 echo core.%p  /proc/sys/kernel/core_pattern

 After that the core files will be named like core.pid until the next
 reboot.
  
 In syslog I still have (core not dumped).

This happen because login processes aren't allowed to dump their core
unless they were started with -D option (for security reasons, I think).

Could you try to obtain a core after you have amended your configuration
with the attached patch?

Kind regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4

--- dovecot.conf.orig	2010-02-05 12:00:29.0 +0100
+++ dovecot.conf.core	2010-03-03 22:50:38.995762762 +0100
@@ -550,7 +550,7 @@
 
 protocol imap {
   # Login executable location.
-  #login_executable = /usr/lib/dovecot/imap-login
+  login_executable = /usr/lib/dovecot/imap-login -D
 
   # IMAP executable location. Changing this allows you to execute other
   # binaries before the imap process is executed.
@@ -627,7 +627,7 @@
 
 protocol pop3 {
   # Login executable location.
-  #login_executable = /usr/lib/dovecot/pop3-login
+  login_executable = /usr/lib/dovecot/pop3-login -D
 
   # POP3 executable location. See IMAP's mail_executable above for examples
   # how this could be changed.
@@ -715,7 +715,7 @@
 
 protocol managesieve {
   # Login executable location.
-  #login_executable = /usr/lib/dovecot/managesieve-login
+  login_executable = /usr/lib/dovecot/managesieve-login -D
 
   # ManageSieve executable location. See IMAP's mail_executable above for
   # examples how this could be changed.


signature.asc
Description: OpenPGP digital signature


Bug#572208: xen-utils-common: duplicated xen-backend.rules file

2010-03-02 Thread Marco Nenciarini
Package: xen-utils-common
Version: 3.4.2-3
Severity: minor

Hi,
I've just noticed that the xen-utils-common package instals the file 
xen-backend.rules
both under /etc/udev/xen-backend.rules and /lib/udev/rules.d/xen-backend.rules

I think the flormer is useless and is installed there by mistake.

Kind Regards,
Marco

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages xen-utils-common depends on:
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip
ii  udev 151-2   /dev/ and hotplug management daemo
ii  xenstore-utils   3.4.3~rc3-1 Xenstore utilities for Xen

xen-utils-common recommends no packages.

xen-utils-common suggests no packages.

-- 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#554193: Merge and close

2010-02-08 Thread Marco Nenciarini
forcemerge 518337 554193
thanks

This bug is a duplicate of bug #518337 which was closed with 2.6-6.

Kind regards,
Marco

-- 
Marco Nenciarini
mnen...@gmail.com




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



Bug#564633: dovecot bug: Next message unexpectedly corrupted in mbox file

2010-02-05 Thread Marco Nenciarini
Justin Piszcz ha scritto:
 Package: dovecot-imapd
 Version: 1.2.9-1
 Distribution: Debian Testing x86_64
 
 Problem: See below.
 
 ..
 
 Looking further I found this (which is when the problem began to appear
 in the logs):
 
 First time:
 Jan  2 09:33:25 l1 dovecot: IMAP(user): Next message unexpectedly
 corrupted in mbox file /home/user/Mailbox at 10599
 
 Due to:
 
 2010-01-02 05:00:29 configure dovecot-common 1:1.2.9-1 1:1.2.9-1
 2010-01-02 05:00:29 status unpacked dovecot-common 1:1.2.9-1
 2010-01-02 05:00:29 status unpacked dovecot-common 1:1.2.9-1
 2010-01-02 05:00:29 status unpacked dovecot-common 1:1.2.9-1
 2010-01-02 05:00:29 status unpacked dovecot-common 1:1.2.9-1
 2010-01-02 05:00:29 status unpacked dovecot-common 1:1.2.9-1
 2010-01-02 05:00:29 status unpacked dovecot-common 1:1.2.9-1
 2010-01-02 05:00:29 status half-configured dovecot-common 1:1.2.9-1
 2010-01-02 05:00:31 status installed dovecot-common 1:1.2.9-1
 
 2010-01-02 05:00:38 configure dovecot-imapd 1:1.2.9-1 1:1.2.9-1
 2010-01-02 05:00:38 status unpacked dovecot-imapd 1:1.2.9-1
 2010-01-02 05:00:38 status half-configured dovecot-imapd 1:1.2.9-1
 2010-01-02 05:00:38 status installed dovecot-imapd 1:1.2.9-1
 
 During an apt-get dist-upgrade..
 
 Did dovecot 1.2.9 include this patch:
 http://www.dovecot.org/list/dovecot-cvs/2009-December/015177.html
 
 So now one sees the message, whereas before, no message was shown?
 Nothing to be concerned about?
 
 Justin.
 
 On Fri, 8 Jan 2010, Justin Piszcz wrote:
 
 Hi,

 t I am seeing this on one of my servers:
 Jan  8 10:08:58 l1 dovecot: IMuser(user): Next message unexpectedly
 corrupted in mbox file /home/user/Mailbox at 10558

 I have never seen this before, and google yields no results except
 when this warning was added to the source code here:
 http://www.dovecot.org/list/dovecot-cvs/2009-December/015177.html

 The user has deleted all of the mail in the Mailbox but the problem
 persists.

 Any ideas?

 Justin.

Hi Justin,
Does the problem persist?
Does it cause glitches for the user?
Does it cause some corruptions or it's just a line in your log?
Is it reproducible?

I think it is some kind of corruption of the mailbox, but I found weird
it persists after the deletion of all email. May be you should expunge
deleted messages from the mailbox.

Kind regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




signature.asc
Description: OpenPGP digital signature


Bug#567469: grub2: Latest grub makes my laptop unbotable (xfs)

2010-01-29 Thread Marco Nenciarini
Package: grub2
Version: 1.98~20100128-1
Severity: normal


After last grub2 upgrade my laptop was failing to boot. 
To be able to boot again I've had to boot with a rescue cd
and run 

grub-install --modules=xfs (hd0)

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda2 / xfs rw,relatime,attr2,noquota 0 0
/dev/sda6 /home xfs rw,relatime,attr2,noquota 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}
if terminal_input console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_input
  terminal console
fi
if terminal_output console ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal console
fi
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, with Linux 2.6.32-trunk-amd64 {
set gfxpayload=keep
set root=(hd0,2)
echoLoading Linux 2.6.32-trunk-amd64 ...
linux   /boot/vmlinuz-2.6.32-trunk-amd64 root=/dev/sda2 ro  quiet
echoLoading initial ramdisk ...
initrd  /boot/initrd.img-2.6.32-trunk-amd64
}
menuentry Debian GNU/Linux, with Linux 2.6.32-trunk-amd64 (recovery mode) {
set gfxpayload=keep
set root=(hd0,2)
echoLoading Linux 2.6.32-trunk-amd64 ...
linux   /boot/vmlinuz-2.6.32-trunk-amd64 root=/dev/sda2 ro single 
echoLoading initial ramdisk ...
initrd  /boot/initrd.img-2.6.32-trunk-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry Windows Vista (loader) (on /dev/sda1) {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set aa5a53285a52f115
chainloader +1
}
menuentry Windows Vista (loader) (on /dev/sda4) {
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages grub2 depends on:
ii  grub-pc  1.98~20100128-1 GRand Unified Bootloader, version 

grub2 recommends no packages.

grub2 suggests no packages.

-- 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#565157: ITP: fsgateway -- FUSE module to browse database's metadata, sugar datastores and xml files

2010-01-13 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org


* Package name: fsgateway
  Version : 0.1.0
  Upstream Author : Torello Querci tore...@torosoft.com
* URL : http://code.google.com/p/fsgateway/
* License : GPL
  Programming Lang: C#
  Description : FUSE module to browse database's metadata, sugar datastores 
and xml files

FsGateway allows you to use your preferred directory navigation tool
to inspect database's metadata, sugar datastores and xml files.
.
It allows you to compare two database structures in an easy way using
the diff tool, or to find where a field is defined using the grep
tool.
.
At the moment it supports the following mode of operation:
.
tagfs: Rewrites a directory tree using directory names as tags
.
xmlfs: Map the structure of an xml file as a directory tree. It
supports elements, attributes and texts. The resulting path of a node
is similar to its XPath path.
.
sugar datastore: Access a sugar datastore as a normal filesystem.
.
databses: Access a database's metadata as a directory tree.  Drivers
are available for PostgreSQL, MySql, Sqlite and SqlServer



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



Bug#563052: ITP: mono-fuse -- CLI binding for FUSE

2009-12-30 Thread Marco Nenciarini
Package: wnpp
Severity: wishlist
Owner: Marco Nenciarini mnen...@debian.org

* Package name: mono-fuse
  Version : 0.4.2
  Upstream Author : Jonathan Pryor jonpr...@vt.edu
* URL : http://www.jprl.com/Projects/mono-fuse.html
* License : MIT/X11
  Programming Lang: C#
  Description : CLI binding for FUSE
  
Mono.Fuse is a binding for the FUSE library, permitting user-space 
file systems to be written in C#.



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



Bug#559279: dovecot: crashes with file lib-signals.c: line 122 (signal_read): assertion failed: (ret = 1)

2009-12-03 Thread Marco Nenciarini
severity 559279 normal
fixed 559279 1:1.2.5-1
thanks

Timo Sirainen ha scritto:
 On Dec 3, 2009, at 4:16 AM, Sandro Tosi wrote:
 
 2009-12-03 09:25:29 dovecot: Panic: file lib-signals.c: line 122 
 (signal_read): assertion failed: (ret = 1)
 
 This was fixed by http://hg.dovecot.org/dovecot-1.2/rev/8fd1ee439437
 

It's fixed in dovecot 1.2.5.

I've just uploaded the 1:1.2.8-1~bpo50+1 version to lenny-backports.

Kind regards,
Marco

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#489760: dovecot-common: sieve reject sends rejection message to recipient, not sender

2009-11-29 Thread Marco Nenciarini


Hi,
I have built a test environment identical to yours, using dovecot 
1:1.0.15-2.3+lenny1 from latest stable+security and I'm unable to 
reproduce the bug.


Moreover your sieve script seem to have an extra dot at the end of :text 
part.


My logs are:

2009-11-29 12:33:55 1NEi2N-0004fh-FO = t...@lenny64.laptop U=test 
P=local S=363
2009-11-29 12:33:55 1NEi2N-0004fm-NH =  U=mnencia P=local S=1547 
id=dovecot-1259494435-62372...@lenny64
2009-11-29 12:33:55 1NEi2N-0004fh-FO = mnencia mnen...@lenny64.laptop 
R=local_user T=deliver_pipe

2009-11-29 12:33:55 1NEi2N-0004fh-FO Completed
2009-11-29 12:33:55 1NEi2N-0004fm-NH = test t...@lenny64.laptop 
R=local_user T=deliver_pipe

2009-11-29 12:33:55 1NEi2N-0004fm-NH Completed

My sieve script is:

mnen...@lenny64:~$ cat .dovecot.sieve
require [reject];

if address :contains From t...@lenny64.laptop
{
reject text:
It's a test.
.
;
}

Did you check if there was some .dovecot.sieve.err?

I'm about to close this bug, but I would like to hear if it is solved 
for you first.


Kind regards,
Marco

--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#558040: dovecot-common: Incorrect/missing dependencies in the init script

2009-11-26 Thread Marco Nenciarini

package dovecot-common
tags 558040 + pending
thanks

Pascal Volk ha scritto:

Package: dovecot-common
Version: 1:1.2.8-1
Severity: normal
Tags: patch
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency missing-dependency

Hi Debian Dovecot maintainers.

I believe the run-time dependencies in the LSB fields in the header 
of the init script are partly incorrect or missing. After reading

Dependency based boot sequence¹ I'd suggest to add $local_fs and
$remote_fs to the Required-{Start,Stop} headers. 


In addition Dovecot should wait for the availableness of postgresql
and/or mysql.
Many installation uses a SQL backend to store user/password information
for Dovecot. Thus, I suggest to add postgresql and mysql to the Should-
{Start,Stop} headers.

I've attached a patch with the above mentioned modifications.




Tnx for the report. This fix is scheduled for the next upload.

Kind regrads,
Marco

--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#543472: misspelled dovecot

2009-11-26 Thread Marco Nenciarini


The correct name of 2nd sals auth provider is dovecot (without the last 'e')

http://packages.qa.debian.org/d/dovecot.html

Kind regards,
Marco

--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#557645: [Pkg-xen-devel] Success with linux-image-2.6.31-1-xen-amd64_2.6.31-2_amd64.deb

2009-11-23 Thread Marco Nenciarini


The root cause of this issue on grub-devel mailing list.

http://lists.gnu.org/archive/html/grub-devel/2009-08/msg1.html

You can read more information on

http://lists.xensource.com/archives/html/xen-users/2009-11/msg00703.html

The last message i sent is in cc with xen-devel mailing list, so I hope 
someone of that list will take care of this issue.


Kind regards,
Marco


--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#496220: libapache2-mod-xsendfile_0.9-0.0anbe1.diff.gz

2009-11-10 Thread Marco Nenciarini

Andreas Beckmann ha scritto:

Hi Marco,

here is my mod_xsendfile .diff.gz to be used with
http://tn123.ath.cx/mod_xsendfile/mod_xsendfile-0.9.tar.gz



Tnx for the help, but the package is in the NEW queue since one week ago.

If you want I can setup a git or svn repository for collaborative 
maintenance.


You can find the uploaded package at
http://www.prato.linux.it/~mnencia/debian/x-sendfile/

Ciao,
Marco

--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#506011: ITP: python-iniparse

2009-11-08 Thread Marco Nenciarini

GPLHost (thomas) ha scritto:

Please DO take over the package and QUICKLY, the 7 days have passed
already since quite a long time.



The package is in the NEW queue.

Ciao,
Marco

--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#496220: changing to ITP

2009-11-03 Thread Marco Nenciarini
retitle 496220 ITP: libapache2-mod-xsendfile -- Serve large static files 
efficiently from web applications

owner 496220 !
thanks

It looks like a very useful piece of code, so i'll package it ASAP.

Andreas, are you still interested to help in maintaining it?

Ciao,
Marco

--
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| mnen...@prato.linux.it | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4




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



Bug#548319: libvte9: Terminal reset triggers assert crash

2009-09-25 Thread Marco Nenciarini
Package: libvte9
Version: 1:0.22.0-1
Severity: important

If in a terminal you try to run reset command or echo ^[c
the terminal die with an assert crash.

This is the output:
**
Vte:ERROR:/build/buildd-vte_0.22.0-1-i386-47LB8O/vte-0.22.0/./src/vtestream-file.h:30:_xread:
 assertion failed: (fd || !len)

This happens only after some output have been written (running
dmessage for example). If you try on fresh terminal no crash will be
triggered.

I've tried with gnome-terminal, xfce4-terminal and mssh.

Kind Regards,
Marco

P.S: Ubuntu have a very similar bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/435367

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvte9 depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.22.0-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.0-1   The GTK+ graphical user interface 
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libvte-common 1:0.22.0-1 Terminal emulator widget for GTK+ 

libvte9 recommends no packages.

libvte9 suggests no packages.

-- 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#548346: mssh: Please add the ability to vertical resize the main window

2009-09-25 Thread Marco Nenciarini
Package: mssh
Version: 1.1-1
Severity: wishlist

On my laptop, that have a widescreen lcd, the main window is bigger
than the whole screen.

Could you make that window resizable vertically or at least provide an
option to limit it's heigth?

Thanks in advance

Marco

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mssh depends on:
ii  gconf22.26.2-3   GNOME configuration database syste
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglib2.0-0  2.22.0-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.0-1   The GTK+ graphical user interface 
ii  libvte9   1:0.22.0-2 Terminal emulator widget for GTK+ 
ii  openssh-client1:5.1p1-7  secure shell client, an rlogin/rsh

mssh recommends no packages.

mssh suggests no packages.

-- 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#543658: Please avoid CTRL+w to close mssh

2009-08-26 Thread Marco Nenciarini
Package: mssh
Version: 0.2-1
Severity: wishlist

As CTRL+w is a common key combination (in emacs to cut selection or
even in shell to cut the previous word) it's binding with File-Exit
is very annoying.

Please disable it or at least ask before terminate all the sessions.

Best Regards

Marco

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mssh depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libvte9   1:0.20.5-1 Terminal emulator widget for GTK+ 
ii  openssh-client1:5.1p1-7  secure shell client, an rlogin/rsh

mssh recommends no packages.

mssh suggests no packages.

-- 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#471385: Wengophone crashes whenever initiating a call

2008-03-18 Thread Marco Nenciarini
On Mon, Mar 17, 2008 at 10:26:53PM +0100, Mazen NEIFER wrote:
 Package: wengophone
 Version: 2.1.2.dfsg0-2
 Severity: grave
 
 After starting Wengophone, just try to initiate a call (123 for
 example). Then you will not be able to hear the message and when you
 will hangup it will crash immediately.

 Here are last lines of strace
 
 [snip]
 
 select(10, [4 8 9], [], [], {0, 995943}Signal catched: SIGCHLD
 ) = ? ERESTARTNOHAND (To be restarted)
 +++ killed by SIGABRT +++
 Process 7421 detached
 

Could you produce a backtrace?

Thanks

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#442235: Solved upstream

2008-03-02 Thread Marco Nenciarini

ATM I'm using git tip of drm and mesa and the problem seem to be
solved.

Bye

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#459566: [Resolvconf-devel] Bug#459566: Bug#459566: Bug#459566: resolvconf: dnscache script uses == bash-ism

2008-01-08 Thread Marco Nenciarini
On Mon, Jan 07, 2008 at 06:46:17PM -0500, Daniel Kahn Gillmor wrote:
 tags 458566 +pending
 thanks
 
 On Mon 2008-01-07 16:21:12 -0500, Petter Reinholdtsen wrote:
 
  I would say you should commit it.  The fix is obvious, correct, and
  will solve a problem for the wast set of users using dash as /bin/sh.
  I am one of them. :)
 
 i've committed the fix to svn.  hopefully it'll make it into 1.38.
 
  --dkg

Sorry, I've missed it. It will be in 1.39.

Ciao

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#458076: Installing on fresh sid install ends up with empty xorg.conf

2007-12-28 Thread Marco Nenciarini
Package: xorg
Version: 1:7.3+8
Severity: important

On my new workstation (clean sid install made with debootstrap), after
xorg installation my /etc/X11/xorg.conf was empty.

I've tried both dpkg-reconfigure xserver-xorg and dexconf, but they
give up with error code 10 without creating a configuration.

The error seem to be a missing debconf value.

shattrath:/home/mnencia# DEBCONF_DEBUG=developer dexconf -o /tmp/xorg.conf ;
echo $?
debconf (developer): frontend started
debconf (developer): Trying to find a templates file..
debconf (developer): Trying /usr/bin/dexconf.templates
debconf (developer): Trying /usr/share/debconf/templates/dexconf.templates
debconf (developer): Couldn't find a templates file.
debconf (developer): frontend running, package name is 
debconf (developer): starting /usr/bin/dexconf -o /tmp/xorg.con
debconf (developer): -- GET xserver-xorg/config/inputdevice/keyboard/rules
debconf (developer): -- 0 xorg
debconf (developer): -- GET xserver-xorg/config/inputdevice/keyboard/model
debconf (developer): -- 0 pc105
debconf (developer): -- GET xserver-xorg/config/inputdevice/keyboard/layout
debconf (developer): -- 0 it
debconf (developer): -- GET xserver-xorg/config/inputdevice/keyboard/variant
debconf (developer): -- 0 
debconf (developer): -- GET xserver-xorg/config/inputdevice/keyboard/options
debconf (developer): -- 0 
debconf (developer): -- GET 
xserver-xorg/config/inputdevice/mouse/emulate3buttons
debconf (developer): -- 10 
xserver-xorg/config/inputdevice/mouse/emulate3buttons doesn't exist
debconf (developer): -- GET xserver-xorg/config/device/identifier
debconf (developer): -- 0 nVidia Corporation NVIDIA Default Card
debconf (developer): -- GET xserver-xorg/config/device/driver
debconf (developer): -- 0 nv
debconf (developer): -- GET xserver-xorg/config/device/bus_id
debconf (developer): -- 0 PCI:1:0:0
debconf (developer): -- GET xserver-xorg/config/device/use_fbdev
debconf (developer): -- 0 false
debconf (developer): -- GET xserver-xorg/config/display/modes
debconf (developer): -- 10 xserver-xorg/config/display/modes doesn't exist
10

Tnx for your work

Ciao

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23-1-686-bigmem

Debian Release: lenny/sid
  500 unstableftp.ch.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libgl1-mesa-glx| 7.0.2-3
 OR libgl1 | 
libglu1-mesa   | 7.0.2-3
x11-apps   | 7.3+1
x11-session-utils  | 7.3+1
x11-utils  | 7.3+1
x11-xfs-utils  | 7.3+1
x11-xkb-utils  | 7.3+1
x11-xserver-utils  | 7.3+2
xauth  | 1:1.0.2-2
xfonts-100dpi   (= 1:1.0.0-1) | 1:1.0.0-4
xfonts-75dpi(= 1:1.0.0-1) | 1:1.0.0-4
xfonts-base (= 1:1.0.0-1) | 1:1.0.0-5
xfonts-scalable (= 1:1.0.0-1) | 1:1.0.0-6
xfonts-utils   | 1:1.0.1-2
xinit  | 1.0.7-1
xkb-data   | 1.0~cvs.20070916-1
xserver-xorg   | 1:7.3+8
xterm  | 229-1
 OR x-terminal-emulator| 




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



Bug#442235: xserver-xorg-video-intel: After execution of mu-cade xorg server died and refuse to start until reboot

2007-11-19 Thread Marco Nenciarini

Version 2:2.2.0-1 havbe the same problem with mu-cade and additionally
crash in the same maneer when I run any wine emulated opengl games
using pixel shader (wine 0.9.47~winehq0~debian~4.0-1 from winehq.org)

Bye

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#442235: xserver-xorg-video-intel: After execution of mu-cade xorg server died and refuse to start until reboot

2007-10-10 Thread Marco Nenciarini
On Mon, Oct 08, 2007 at 08:39:05AM +0200, Brice Goglin wrote:
 Marco Nenciarini wrote:
  After executing mu-cade (entered today in sid) my X server died, then
  X server refuse to start (sometime locking the video hardware) until
  next reboot.

 
 Sorry for the delay, your report seems to have been caught by some
 filter on the list.
 
 Can you reproduce the problem easily?
 

Yes, I've tried with success just one minute ago.

 
 That's a GPU lockup and it's very hard to debug unfortunately. We have
 several reports like this, without any idea whether they are actually
 similar in the beginning. So if you have a reproducible way to make the
 lockup occur, that would help.
 

I can reproduce the lockup as many time you need. Please tell me how I
can help. I'll do it ASAP.

Tnx for the support.

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#430668: xserver-xorg-video-intel: Freeze video hardware when composite extensions are used

2007-09-15 Thread Marco Nenciarini
package xserver-xorg-video-intel
notfound 430668 2:2.1.1-1
thanks

With latest package in unstable I'm able to execute any composite
enabled window manager without problems.

I've tried compiz beryl and compiz-fusion.

Regards

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#434402: duplicate

2007-07-24 Thread Marco Nenciarini
On Mon, Jul 23, 2007 at 06:42:13PM +0200, erlk ozlr wrote:
 I'm awfully sorry for this duplicate, should have checked better, it
 wasn't there this morning when I wanted to submit it, but I did it
 later, too late.

No problem, but please, the next time leave to me the handling of
duplicate bugs...

Your bug has been merged by me with the first one, so your message to
-done address did close both ;-)

Ciao

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#418255: wengophone: please test new package from unstable

2007-07-23 Thread Marco Nenciarini

Please test wengophone from unstable (2.1.1.dfsg0-1). It contains many
changes and probably could fix your problem.

Best Regards

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#431020: Please try new version

2007-07-19 Thread Marco Nenciarini

Please try the following package

http://pkg-voip.buildserver.net/debian/pool/main/w/wengophone/wengophone_2.1.1.dfsg0-1.sid.3766_amd64.deb

It contains many fixes, so may be your problem was solved.

Regards

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#432022: wengophone: Please package version 2.1.1

2007-07-07 Thread Marco Nenciarini
On Fri, Jul 06, 2007 at 09:33:23PM +0200, Johannes Ranke wrote:
 Package: wengophone
 Version: 2.1.0.dfsg-3+b1
 Severity: wishlist
 
 
 Hi,
 
 today I had my first success with wengophone 2.1.0 - I was able to make
 an audio test call. Now can't reproduce anything any more, as I always
 get a segfault after starting up. Could you package 2.1.1, so we can
 test if it works any better?
 

I'm working on it, but I'm quite busy until tomorrow. 

I'll upload it after whis weekend.

Ciao

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#430668: xserver-xorg-video-intel: Freeze video hardware when composite extensions are used

2007-06-26 Thread Marco Nenciarini
Package: xserver-xorg-video-intel
Version: 2:2.0.0-5
Severity: normal

I'm using 2.6.22-rc5 from experimental (built by me of course) because
my video hardware is unsupported by 2.6.21's DRM modules.

All work well, glxgears run accellerated (1200fps), and the system is
stable.

The problem come out when i run compiz (or beryl). The system works
normally while I don't move nor minimize/maximize any windows, but
freeze after some seconds when I trigger anyone of compiz/beryls's
effects.

The freeze is only of video hardware (but mouse still working).

If I login remotely with ssh and kill gdm the X server refuse to die
and if i forcibely kill it the monitor sill showing the same freezed
image (but mouse stop moving arround)

The only way I've found to regain the control of my monitor is
rebooting the whole system.

I've tried xserver-xorg-video-intel from experimental (I'm currently
using it) but the problem still here.

Additionally I've tried both XAA and EXA accelleration but the problem
does not disappaire.

Best Regards

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-06-19 21:04 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736280 2007-06-01 15:28 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1893 2007-06-26 15:03 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout it
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ExplorerPS/2
Option  Emulate3Buttons   true
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
EndSection

Section Device
Identifier  Scheda video generica
Driver  intel
Option  PageFlip  true
Option  TripleBuffer  true
Option  AccelMethod   EXA
EndSection

Section Monitor
Identifier  Monitor Generico
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Scheda video generica
Monitor Monitor Generico
DefaultDepth24
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
EndSection

Section Extensions
Option  Composite Enable
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 43023 2007-06-26 15:50 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux manwe 2.6.22-rc5-686 #1 SMP Wed Jun 20 00:58:03 
UTC 2007 i686
Build Date: 01 June 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jun 26 15:22:38 2007
(==) Using 

Bug#427930: crashes of wengophone and its unusability

2007-06-17 Thread Marco Nenciarini
On Sat, Jun 16, 2007 at 10:58:39AM +0200, Torsten Wiebke wrote:
 Hallo,
 wengophone crashes all the time. After some seconds it is other. The
 console gives just the messagese I send You with. Wengophone is not
 useabel for me.

Can you provide me a coredump?

Tnx

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#428977: CIPE is abandoned upstream, icompatible with all unstable kernels, low popcon and obsoleted by openvpn

2007-06-15 Thread Marco Nenciarini
Package: cipe-source
Severity: grave

The cipe-source does works with any kernel supported by debian.

The latest upstream version (1.6.0) does not works too (last code
update was January 2002 because developer themself gave up the project
since cipe has no real reason to continue)

OpenVPN is more simple in config, uses existing kernel modules
(tun/tap modules), and the link is more reliable. On top of that
OpenVPN does not have by design weaknesses like the cipe protocol
has.

Due to very low popcon I think there is no reason to keep this
software in debian.

Regards

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#427930: Unreproducile on my machine

2007-06-10 Thread Marco Nenciarini
package wengophone
severity 427930 normal
tags 427930 + moreinfo unreproducible
thanks

On my box I cannot reproduce this bug. Please provide more information.

Tnx

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#425604: [Wengophone-devel] Wengophone does not build on many linux arch

2007-06-04 Thread Marco Nenciarini
package wengophone
reopen 425604
thanks

On Mon, Jun 04, 2007 at 03:45:25PM +0200, Gianluca Sforna wrote:
 On 6/4/07, Aurélien Gâteau [EMAIL PROTECTED] wrote:
 Aurélien Gâteau a écrit :
  Marco Nenciarini a écrit :
  http://dev.openwengo.org/trac/openwengo/trac.cgi/ticket/1673
 
  owutils/memorydump under linux make use of crashdumper
  unconditionally, but it compile only on i386 and amd64.
  Linux (and Debian) supports many other architectures, like alpha, arm,
  hppa, ia64, m68k, mips, mipsel, powerpc, s390 and sparc.
 
  Please make build system aware of this crashdumper's limitation.
 
  Hello Marco,
 
  Thanks for the report, you are right. As I said in the ticket, for now
  you can disable compilation of crashdumper using the
  ENABLE_CRASHDUMPER=OFF CMake option.
 
 Hum, it's ENABLE_CRASHREPORT, not ENABLE_CRASHDUMPER.
 
 
 BTW. is the crashreport useful/working in Linux?

I don't known if it is usevull, but the provided workarround does not
works[1] :-/

Ciao

[1] 
http://buildd.debian.org/fetch.cgi?pkg=wengophone;ver=2.1.0.dfsg-2;arch=alpha;stamp=1180965469

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#426740: All files under /var/lib/tomcat5.5/conf have wrong permissions

2007-05-30 Thread Marco Nenciarini
Package: tomcat5.5
Version: 5.5.20-5
Severity: minor

All files under tomcat config directory have execution bit set. I
think there is no reason to keep these files executables.

Ciao

P.S: Why not move all configuration files under /etc/tomcat5.5?

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-k7 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tomcat5.5 depends on:
ii  adduser  3.102   Add and remove users and groups
ii  ecj-bootstrap3.3~M7-2standalone version of the Eclipse 
ii  gij-4.1 [java2-runti 4.1.2-8 The GNU Java bytecode interpreter
ii  jsvc 1.0.2~svn20061127-6 wrapper to launch Java application
ii  libtomcat5.5-java5.5.20-5Java Servlet engine -- core librar
ii  sun-java6-jre [java2 6-00-2  Sun Java(TM) Runtime Environment (

tomcat5.5 recommends no packages.

-- no debconf information

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


  1   2   >