Bug#997293: pinfo: diff for NMU version 0.6.13-1.2

2022-05-12 Thread Bas Zoetekouw

That's excellent, thanks a lot!

Greeting,
Bas.

On 08-05-2022 14:40, gregor herrmann wrote:

Control: tags 997293 + patch
Control: tags 997293 + pending


Dear maintainer,

I've prepared an NMU for pinfo (versioned as 0.6.13-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.




Bug#957686: pinfo: diff for NMU version 0.6.13-1.1

2020-10-28 Thread Bas Zoetekouw
Thanks, very much appreciated!  nfortunately I don't have much  time to
spend on this package, so all help is welcome :)

Greetings,
bas.

On 28-10-2020 20:13, Sudip Mukherjee wrote:
> Control: tags 957686 + patch
> Control: tags 957686 + pending
> --
>
> Dear maintainer,
>
> I've prepared an NMU for pinfo (versioned as 0.6.13-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should cancel it.
>
> --
> Regards
> Sudip
>
> diff -Nru pinfo-0.6.13/debian/changelog pinfo-0.6.13/debian/changelog
> --- pinfo-0.6.13/debian/changelog 2019-02-16 20:28:19.0 +
> +++ pinfo-0.6.13/debian/changelog 2020-10-28 19:06:48.0 +
> @@ -1,3 +1,10 @@
> +pinfo (0.6.13-1.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Fix ftbfs with GCC-10. (Closes: #957686)
> +
> + -- Sudip Mukherjee   Wed, 28 Oct 2020 19:06:48 
> +
> +
>  pinfo (0.6.13-1) sid; urgency=medium
>  
>* New upstream release
> diff -Nru pinfo-0.6.13/debian/patches/fix_gcc-10.patch 
> pinfo-0.6.13/debian/patches/fix_gcc-10.patch
> --- pinfo-0.6.13/debian/patches/fix_gcc-10.patch  1970-01-01 
> 01:00:00.0 +0100
> +++ pinfo-0.6.13/debian/patches/fix_gcc-10.patch  2020-10-28 
> 19:06:46.0 +
> @@ -0,0 +1,30 @@
> +Description: Fix ftbfs with GCC-10.
> +
> +Author: Sudip Mukherjee 
> +Bug-Debian: https://bugs.debian.org/957686
> +Forwarded: no
> +
> +---
> +
> +--- pinfo-0.6.13.orig/src/parse_config.h
>  pinfo-0.6.13/src/parse_config.h
> +@@ -85,8 +85,6 @@ typedef struct colours
> + colours;
> + #endif /* HAVE_CURSES_COLOR */
> + 
> +-int use_manual;
> +-
> + int parse_config (void);
> + int parse_line (char *line);
> + char *str_toupper (char *s);
> +--- pinfo-0.6.13.orig/src/utils.c
>  pinfo-0.6.13/src/utils.c
> +@@ -866,7 +866,7 @@ make_tempfile()
> + /* allocate a new string and copy the filename there */
> + len = strlen(tmpfile_template)+1;
> + filename = xmalloc(len+1); /* guarenteerd to be set to \0's */
> +-strncpy(filename, tmpfile_template, len);
> ++strcpy(filename, tmpfile_template);
> + 
> + /* close the file */
> + close(fd);
> diff -Nru pinfo-0.6.13/debian/patches/series 
> pinfo-0.6.13/debian/patches/series
> --- pinfo-0.6.13/debian/patches/series2019-02-16 20:28:19.0 
> +
> +++ pinfo-0.6.13/debian/patches/series2020-10-28 18:56:45.0 
> +
> @@ -0,0 +1 @@
> +fix_gcc-10.patch
>



Bug#954321: in the Debian AWS-images cloud-init network fails if ipv6 is disabled

2020-03-20 Thread Bas Zoetekouw
package: cloud.debian.org

(I previously reported this bug again cloud-init, see
https://bugs.launchpad.net/cloud-init/+bug/1863773, but it seems it is
instead an issue with the Debian images themselves).

I'm using cloud-init on a Debian machien in AWS using the official
Debian buster images
(https://wiki.debian.org/Cloud/AmazonEC2Image/Buster
)

On these machines, ipv6 is disabled by setting
/proc/sys/net/ipv6/conf/all/disable_ipv6 to 1. This causes the network
to fail:

bas@machine:/etc/network$ sudo ifup ens5
Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/


Listening on LPF/ens5/02:45:ca:0d:93:76
Sending on LPF/ens5/02:45:ca:0d:93:76
Sending on Socket/fallback
DHCPREQUEST for 10.0.16.20 on ens5 to 255.255.255.255 port 67
DHCPACK of 10.0.16.20 from 10.0.16.1
RTNETLINK answers: File exists
bound to 10.0.16.20 -- renewal in 1796 seconds.

Could not get a link-local address
run-parts: /etc/network/if-pre-up.d/cloud_inet6 exited with return code 1
ifup: failed to bring up ens5

Even worse, on boot the machines do get a proper ipv4 address, but
(apparently because setting up the network fails), the dhcp (v4) daemon
is stopped, and the machines "mysteriously" drop off the net after the
lease ends.




Bug#928066: videogen FTCBFS: force the build architecture compiler

2019-04-29 Thread Bas Zoetekouw
Hi Helmut!
> videogen fails to cross build from source, because debian/rules forces
> the build architecture compiler upon make. The attached patch defers the
> compiler choice to dh_auto_build and makes videogen cross buildable.
> Please consider applying it.

Thanks for the patch!  I'll prepare a new version.

Gr,
Bas.



Bug#923870: ITP: zabbix-api -- implementation of the Zabbix API in Python

2019-03-06 Thread Bas Zoetekouw
Package: wnpp
Severity: wishlist
Owner: Bas Zoetekouw 

* Package name: zabbix-api
  Version : 0.5.3
  Upstream Author : Aleksandr Balezin 
* URL : https://pypi.org/project/zabbix-api/
* License : LGPL
  Programming Lang: Python
  Description : implementation of the Zabbix API in Python

Zabbix-api is a Python library for Zabbix administration tasks via the
zabbix-API.

It's available for both python2 and python3.

I'm mainly pakcaging this because ansible's zabbix_host module needs
this python lib in order to function.

I'd prefer to maintain this in the Debian Python Modules Team, but I'm
not currently a member there.



Bug#922266: kfreebsd-kernel-headers: ufs/ufs/quota.h uses uint32_t but doesn't include stdint.h

2019-02-13 Thread Bas Zoetekouw
Package: kfreebsd-kernel-headers
Severity: normal

It seems that some kfreebsd headers use exact-width integer types
(uint32_t and friends) but do not include stdint.h

This leads to build failures like this one 
https://buildd.debian.org/status/fetch.php?pkg=quotatool=kfreebsd-amd64=1%3A1.6.2-2=1549998565=0

I'll work around it in my package by patching in the include by hand,
but this should probably be fixed, anyway.


As discussed on irc:

21:28  anyone got an idea of why this build fails?  
https://buildd.debian.org/status/fetch.php?pkg=quotatool=kfreebsd-amd64=1%3A1.6.2-2=1549998565=0
21:29  uh I would guess that the mix of FreeBSD's ufs/ headers and 
glibc's sys/ is bad
21:29  most likely ufs/ufs/quota.h is including sys/types.h and 
expecting uint32_t
21:30  FreeBSD's sys/types.h gives intX_t and uintX_t, but glibc's only 
gives intX_t
21:30  workaround: include stdint.h before including ufs/quota.h
21:32  ah ok
21:32  so it's not a bug in kfreebsd per se?
21:32  it's a bug in the system headers
21:33  the lazy solution would be to fix it in glibc and diverge from 
linux
21:33  the better solution is probably to fix all the places that need 
uintX_t in FreeBSD's headers
21:33  ok, I'll send a bug report about that
21:34  feel free to just paste this discussion in the bug report, it'll 
be enough to remind me
21:34  ok



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

Kernel: Linux 4.19.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#670642: quotatool: Doesnt work (cant detect quota version) when quotas off

2018-08-10 Thread Bas Zoetekouw
Hi,

Quite a while ago you reported this bug:

> $ quotaoff -a
> $ quotatool -u -d /
> quotatool: Error while detecting kernel quota version: No such
> process
> edquota works fine when quotas off. 
> quotatool could do autodetection by the same method?

Unfortunately, equota and quotatool work in quite a different way:
edquota reads quotas directly from the aquota.user and aquota.group
file, while quotatool relies on the kernel interface to read the
quotas.  Therefore, this is not something that can be easily changed.

I will, however, update the error message to be a bit more descriptive.

Greetings,
Bas.



Bug#871621: ITP of skopeo

2018-08-08 Thread Bas Zoetekouw
Hi Free,

Could you give an update on you ITP of skopeo?  I need skopeo as a
dependency for virt-bootstrap, which is in turn required by virt-
manager to build LXC environments.

Looking at the package, it's probably a lot of work to get all
dependencies packaged and in the archive. Could you give a status
update on those?  I'd be happy to help, if needed.

Gr,
Bas.



Bug#903169: blktrace: diff for NMU version 1.2.0-1.1

2018-08-07 Thread Bas Zoetekouw
Hi Niels,
Thanks for the patch!  I've just uploaded a regular package to the
archive.
Bas.
On Tue, 2018-08-07 at 08:28 +, Niels Thykier wrote:
> Control: tags 903169 + pending
> 
> Dear maintainer,
> I've prepared an NMU for blktrace (versioned as 1.2.0-1.1)
> anduploaded it to DELAYED/2. Please feel free to tell me if Ishould
> delay it longer.
> Regards.
> diff -Nru blktrace-1.2.0/debian/blktrace.manpages blktrace-
> 1.2.0/debian/blktrace.manpages--- blktrace-
> 1.2.0/debian/blktrace.manpages2018-05-19 19:49:22.0
> ++++ blktrace-1.2.0/debian/blktrace.manpages  1970-01-01
> 00:00:00.0 +@@ -1 +0,0 @@-iowatcher/iowatcher.1diff -Nru
> blktrace-1.2.0/debian/changelog blktrace-1.2.0/debian/changelog---
> blktrace-1.2.0/debian/changelog   2018-05-19 19:49:22.0
> ++++ blktrace-1.2.0/debian/changelog  2018-08-07
> 08:27:17.0 +@@ -1,3 +1,14 @@+blktrace (1.2.0-1.1)
> unstable; urgency=medium++  * Non-maintainer upload.+  * Remove
> unnecessary debian/blktrace.manpages file.  The upstream+build
> system installs the manpage correctly by itself.+(Closes:
> #903169)+  * Set Rules-Requires-Root to no as blktrace does not
> need+(fake)root to create debs.++ -- Niels Thykier
>   Tue, 07 Aug 2018 08:27:17 ++ blktrace
> (1.2.0-1) unstable; urgency=medium* New upstream releasediff -Nru
> blktrace-1.2.0/debian/control blktrace-1.2.0/debian/control---
> blktrace-1.2.0/debian/control 2018-05-19 19:49:22.0 ++++
> blktrace-1.2.0/debian/control 2018-08-07 08:11:24.0 +@@
> -13,6 +13,7 @@ Homepage: http://brick.kernel.dk/snaps/ Vcs-Browser: 
> https://salsa.debian.org/debian/blktrace Vcs-Git: 
> https://salsa.debian.org/debian/blktrace.git+Rules-Requires-Root:
> no  Package: blktrace Architecture: linux-any
> 
-- 
Bas Zoetekouw


Bug#871621: ITP for virt-bootstrap.

2018-08-06 Thread Bas Zoetekouw
Hi Guido,

Are you still interested in packaging virt-bootstrap?  It seems virt-
manager requires this package to be able to create LXC environments.

Gr,
Bas.


Bug#904844: w-scan doesn't detect dutch DVB-T fta channels; fork w-scan2 does

2018-07-28 Thread Bas Zoetekouw
Package: w-scan
Version: 20170107-1
Severity: normal

The current version of w-scan doesn't detect the dutch DVB-T fta
channels, but only outputs the encrypted channels.  Not sure what's
going on, because of I manaully tune my receiver, I can receive the
channels perfectly.

Anwyay, there is a fork of w-scan on
https://github.com/stefantalpalaru/w_scan2 which seems to be more
actively maintained, and which does detect the fta channels fine.
Please consider switching to the fork instead of the old w_scan
package.




-- System Information:
Debian Release: 9.5
  APT prefers stable
  APT policy: (620, 'stable'), (500, 'stable-updates'), (20, 'unstable'), (10, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages w-scan depends on:
ii  libc6  2.24-11+deb9u3

w-scan recommends no packages.

w-scan suggests no packages.



Bug#899018: Bug#899014: jessie-pu: package blktrace/1.0.5-1

2018-06-11 Thread Bas Zoetekouw
Control: tags -1 + confirmed

Hi Adam!

> > > Please use 1.0.5-1+deb8u1 and as target distribution just 'jessie'.
> > 
> > Fixed.  New debdiffs follow:

> Please go ahead.

Assuming the second one was meant for #899018 instead of #899014 ...

Greetings,
Bas.



Bug#899014: jessie-pu: package blktrace/1.0.5-1

2018-06-11 Thread Bas Zoetekouw
On Fri, 2018-06-08 at 20:50 +0100, Adam D. Barratt wrote:
> Please go ahead.

Done. Upload is in incoming.

Bas.

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


Bug#899014: stretch-pu: package blktrace/1.1.0-2

2018-05-18 Thread Bas Zoetekouw
Hi!

> Please use 1.0.5-1+deb8u1 and as target distribution just 'jessie'.
> Use 1.1.0-2+deb9u1 and targeting 'stretch' instead (not
> stretch-security).
> 

Fixed.  New debdiffs follow:


Jessie:

diff -Nru blktrace-1.0.5/debian/changelog blktrace-
1.0.5/debian/changelog
--- blktrace-1.0.5/debian/changelog 2013-05-05
14:43:17.0 +0200
+++ blktrace-1.0.5/debian/changelog 2018-05-18
21:02:54.0 +0200
@@ -1,3 +1,9 @@
+blktrace (1.0.5-1+deb8u1) jessie; urgency=high
+
+  * Fix buffer overflow in btt (CVE-2018-10689) (Closes: #897695)
+
+ -- Bas Zoetekouw <b...@debian.org>  Fri, 18 May 2018 15:47:57 +0200
+
 blktrace (1.0.5-1) unstable; urgency=low
 
   * New upstream release [February 2012].
diff -Nru blktrace-1.0.5/debian/patches/cve-2018-10689.patch blktrace-
1.0.5/debian/patches/cve-2018-10689.patch
--- blktrace-1.0.5/debian/patches/cve-2018-10689.patch  1970-01-
01 01:00:00.0 +0100
+++ blktrace-1.0.5/debian/patches/cve-2018-10689.patch  2018-05-
18 16:05:36.0 +0200
@@ -0,0 +1,18 @@
+Last-Update: 2018-05-16
+Forwarded: yes
+Author: Jens Axboe <ax...@kernel.dk>
+Description: fix CVE-2018-10689: make device/devno use PATH_MAX to
avoid overflow.  Patch from https://git.kernel.org/pub/scm/linux/kernel
/git/axboe/blktrace.git/commit/?id=d61ff409cb4dda31386373d706ea0cfb1aaa
c5b7
+
+Index: blktrace-1.0.5/btt/devmap.c
+===
+--- blktrace-1.0.5.orig/btt/devmap.c
 blktrace-1.0.5/btt/devmap.c
+@@ -23,7 +23,7 @@
+ 
+ struct devmap {
+   struct list_head head;
+-  char device[32], devno[32];
++  char device[PATH_MAX], devno[PATH_MAX];
+ };
+ 
+ LIST_HEAD(all_devmaps);
diff -Nru blktrace-1.0.5/debian/patches/series blktrace-
1.0.5/debian/patches/series
--- blktrace-1.0.5/debian/patches/series2012-12-23
12:30:03.0 +0100
+++ blktrace-1.0.5/debian/patches/series2018-05-18
15:56:41.0 +0200
@@ -1,2 +1,3 @@
 10_btrace_paths.patch
 spelling.patch
+cve-2018-10689.patch



Stretch:


diff -Nru blktrace-1.1.0/debian/changelog blktrace-
1.1.0/debian/changelog
--- blktrace-1.1.0/debian/changelog 2015-05-17
14:35:07.0 +0200
+++ blktrace-1.1.0/debian/changelog 2018-05-16
16:19:54.0 +0200
@@ -1,3 +1,9 @@
+blktrace (1.1.0-2+deb9u1) stretch; urgency=high
+
+  * Fix buffer overflow in btt (CVE-2018-10689) (Closes: #897695)
+
+ -- Bas Zoetekouw <b...@debian.org>  Wed, 16 May 2018 16:19:54 +0200
+
 blktrace (1.1.0-2) unstable; urgency=low
 
   * Upload to unstable.
diff -Nru blktrace-1.1.0/debian/patches/cve-2018-10689.patch blktrace-
1.1.0/debian/patches/cve-2018-10689.patch
--- blktrace-1.1.0/debian/patches/cve-2018-10689.patch  1970-01-
01 01:00:00.0 +0100
+++ blktrace-1.1.0/debian/patches/cve-2018-10689.patch  2018-05-
16 16:19:54.0 +0200
@@ -0,0 +1,18 @@
+Last-Update: 2018-05-16
+Forwarded: yes
+Author: Jens Axboe <ax...@kernel.dk>
+Description: fix CVE-2018-10689: make device/devno use PATH_MAX to
avoid overflow.  Patch from https://git.kernel.org/pub/scm/linux/kernel
/git/axboe/blktrace.git/commit/?id=d61ff409cb4dda31386373d706ea0cfb1aaa
c5b7
+
+diff --git a/btt/devmap.c b/btt/devmap.c
+index 0553a9e..5fc1cb2 100644
+--- a/btt/devmap.c
 b/btt/devmap.c
+@@ -23,7 +23,7 @@
+
+ struct devmap {
+   struct list_head head;
+-  char device[32], devno[32];
++  char device[PATH_MAX], devno[PATH_MAX];
+ };
+
+ LIST_HEAD(all_devmaps);
diff -Nru blktrace-1.1.0/debian/patches/series blktrace-
1.1.0/debian/patches/series
--- blktrace-1.1.0/debian/patches/series2015-03-25
08:40:33.0 +0100
+++ blktrace-1.1.0/debian/patches/series2018-05-16
16:19:54.0 +0200
@@ -4,3 +4,4 @@
 pdf-date.patch
 procnum.patch
 spelling.patch
+cve-2018-10689.patch



Bug#899014: stretch-pu: package blktrace/1.1.0-2

2018-05-18 Thread Bas Zoetekouw
clone 899014 -1
tags  899014 = stretch
tags-1 = jessie
retitle -1 jessie-pu: blktrace/1.0.5-1


Let's split this for jessie en stretch



Bug#899014: stretch-pu: package blktrace/1.1.0-2

2018-05-18 Thread Bas Zoetekouw
Package: release.debian.org
Severity: normal
Tags: stretch,jessie
User: release.debian@packages.debian.org
Usertags: pu

I would like to update blktrace in Jessie (1.0.5-1) and Stretch
(1.1.0-2) to fix a buffer overflow (CVE-2018-10689, see
https://security-tracker.debian.org/tracker/CVE-2018-10689).

I've already discussed this with the security team, and they feel this
issue doesn't warrant a DSA, be should be fixed via proposed-updates
instead.

My proposed new packages can be found at https://zoetekouw.net/Zooi/blktrace/
The debdiff are as follows:

For jessie:

diff -Nru blktrace-1.0.5/debian/changelog blktrace-1.0.5/debian/changelog
--- blktrace-1.0.5/debian/changelog 2013-05-05 14:43:17.0 +0200
+++ blktrace-1.0.5/debian/changelog 2018-05-18 15:57:31.0 +0200
@@ -1,3 +1,9 @@
+blktrace (1.0.5-2) oldstable-proposed-updates; urgency=high
+
+  * Fix buffer overflow in btt (CVE-2018-10689) (Closes: #897695)
+
+ -- Bas Zoetekouw <b...@debian.org>  Fri, 18 May 2018 15:47:57 +0200
+
 blktrace (1.0.5-1) unstable; urgency=low
 
   * New upstream release [February 2012].
diff -Nru blktrace-1.0.5/debian/patches/cve-2018-10689.patch 
blktrace-1.0.5/debian/patches/cve-2018-10689.patch
--- blktrace-1.0.5/debian/patches/cve-2018-10689.patch  1970-01-01 
01:00:00.0 +0100
+++ blktrace-1.0.5/debian/patches/cve-2018-10689.patch  2018-05-18 
16:05:36.0 +0200
@@ -0,0 +1,18 @@
+Last-Update: 2018-05-16
+Forwarded: yes
+Author: Jens Axboe <ax...@kernel.dk>
+Description: fix CVE-2018-10689: make device/devno use PATH_MAX to avoid 
overflow.  Patch from 
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/commit/?id=d61ff409cb4dda31386373d706ea0cfb1aaac5b7
+
+Index: blktrace-1.0.5/btt/devmap.c
+===
+--- blktrace-1.0.5.orig/btt/devmap.c
 blktrace-1.0.5/btt/devmap.c
+@@ -23,7 +23,7 @@
+ 
+ struct devmap {
+   struct list_head head;
+-  char device[32], devno[32];
++  char device[PATH_MAX], devno[PATH_MAX];
+ };
+ 
+ LIST_HEAD(all_devmaps);
diff -Nru blktrace-1.0.5/debian/patches/series 
blktrace-1.0.5/debian/patches/series
--- blktrace-1.0.5/debian/patches/series2012-12-23 12:30:03.0 
+0100
+++ blktrace-1.0.5/debian/patches/series2018-05-18 15:56:41.0 
+0200
@@ -1,2 +1,3 @@
 10_btrace_paths.patch
 spelling.patch
+cve-2018-10689.patch



For Stretch:

diff -Nru blktrace-1.1.0/debian/changelog blktrace-1.1.0/debian/changelog
--- blktrace-1.1.0/debian/changelog 2015-05-17 14:35:07.0 +0200
+++ blktrace-1.1.0/debian/changelog 2018-05-16 16:19:54.0 +0200
@@ -1,3 +1,9 @@
+blktrace (1.1.0-3) stretch-security; urgency=high
+
+  * Fix buffer overflow in btt (CVE-2018-10689) (Closes: #897695)
+
+ -- Bas Zoetekouw <b...@debian.org>  Wed, 16 May 2018 16:19:54 +0200
+
 blktrace (1.1.0-2) unstable; urgency=low
 
   * Upload to unstable.
diff -Nru blktrace-1.1.0/debian/patches/cve-2018-10689.patch 
blktrace-1.1.0/debian/patches/cve-2018-10689.patch
--- blktrace-1.1.0/debian/patches/cve-2018-10689.patch  1970-01-01 
01:00:00.0 +0100
+++ blktrace-1.1.0/debian/patches/cve-2018-10689.patch  2018-05-16 
16:19:54.0 +0200
@@ -0,0 +1,18 @@
+Last-Update: 2018-05-16
+Forwarded: yes
+Author: Jens Axboe <ax...@kernel.dk>
+Description: fix CVE-2018-10689: make device/devno use PATH_MAX to avoid 
overflow.  Patch from 
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/commit/?id=d61ff409cb4dda31386373d706ea0cfb1aaac5b7
+
+diff --git a/btt/devmap.c b/btt/devmap.c
+index 0553a9e..5fc1cb2 100644
+--- a/btt/devmap.c
 b/btt/devmap.c
+@@ -23,7 +23,7 @@
+
+ struct devmap {
+   struct list_head head;
+-  char device[32], devno[32];
++  char device[PATH_MAX], devno[PATH_MAX];
+ };
+
+ LIST_HEAD(all_devmaps);
diff -Nru blktrace-1.1.0/debian/patches/series 
blktrace-1.1.0/debian/patches/series
--- blktrace-1.1.0/debian/patches/series2015-03-25 08:40:33.0 
+0100
+++ blktrace-1.1.0/debian/patches/series2018-05-16 16:19:54.0 
+0200
@@ -4,3 +4,4 @@
 pdf-date.patch
 procnum.patch
 spelling.patch
+cve-2018-10689.patch

-- System Information:
Debian Release: 9.4
  APT prefers stable
  APT policy: (620, 'stable'), (500, 'stable-updates'), (20, 'unstable'), (10, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#897565: sox: null file (-n) contains inexplicable noise

2018-05-02 Thread Bas Zoetekouw
Package: sox
Version: 14.4.1-5+b2
Severity: normal

According to the sox manual, the --null option

>  [...] is equivalent to using a normal audio file that contains  an
>  infinite amount  of  silence,  and  as  such is not generally
>  useful unless used with an effect that specifies a finite time
>  length (such as trim or synth).

So, one would expect that a null input file converted to a different
format would result in total silence.  More explicitly,, one would
expect

> sox --null  -r16 -c1 foo.s8 trim 0: 0:0:1

to output 16 0-bytes.

However, instead of 0-bytes, we get wat seems to be 1-bit noise:

> ╰─▶ sox -n -r16 -c1 foo.s8 trim 0: 0:0:1 ; xxd foo.s8
> :    00ff   0100   
> 
> ╰─▶ sox -n -r16 -c1 foo.s8 trim 0: 0:0:1 ; xxd foo.s8
> :  ff00 0001  ff01   ff00  
> 
> ╰─▶ sox -n -r16 -c1 foo.s8 trim 0: 0:0:1 ; xxd foo.s8
> : ff00 0100 0001       


Curiously enough, everything works as expected if we use _real_
silence as input:

> ╰─▶ sox -r16 -c1 -t s8 /dev/zero -r16 -c1 foo.s8 trim 0: 0:0:1 ; xxd foo.s8
> :          



-- System Information:
Debian Release: 9.4
  APT prefers stable
  APT policy: (620, 'stable'), (500, 'stable-updates'), (20, 'unstable'), (10, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sox depends on:
ii  libc62.24-11+deb9u3
ii  libgomp1 6.3.0-18+deb9u1
ii  libsox-fmt-alsa  14.4.1-5+b2
ii  libsox-fmt-base  14.4.1-5+b2
ii  libsox2  14.4.1-5+b2

sox recommends no packages.

Versions of packages sox suggests:
pn  libsox-fmt-all  

-- no debconf information


Bug#889803: NMU for cdio-paranoia

2018-04-04 Thread Bas Zoetekouw
Hi Pavel,

Did you NMU for cd-paranoia ever made it though DELAYED?  I was also
looking for the cd-paranoia binary, but it still doesn't seem to be in
the archive.

Gr,
Bas.



signature.asc
Description: OpenPGP digital signature


Bug#889902: RFP: lucaschess -- Lucas Chess is a GUI of chess to learn to play chess and to pay chess against engines

2018-02-08 Thread Bas Zoetekouw
Package: wnpp
Severity: wishlist

* Package name: lucaschess
  Version : 11.05
  Upstream Author : Lucas Monge 
* URL : https://lucaschess.pythonanywhere.com/
* License : GPL
  Programming Lang: Python, C
  Description : Lucas Chess is a GUI of chess to learn to play chess and to 
pay chess against engines

Play:

The program has 40 engines prepared to play from the start, and with
very different levels, from 0 to 3300 elo.

This list of engines is not closed and you can add other ones with the
only limitation that they use the UCI protocol.

The game can be set, limiting the depth of analysis of the motor or
the time used to think, or by modifying the way in which it decides.
You can also choose the opening, or start in a certain position, or
that the engine uses a book of openings or more or less aid.

Younger children will be able to begin their apprenticeship with
special engines that know little more than moving the pieces, and this
will enable them to win against the engines from the very beginning.


Train:

You have an extensive list of trainings with which to try to improve your chess:
 - Training positions
 - Play like a grandmaster
 - Training mates
 - Find best move
 - Resistance Test
 - Your daily test
 - Learn tactics by repetition
 - Learn openings by repetition
 - Training with a book
 - Long-term trainings
  - Training on a map
  - Transsiberian Railway
  - Expeditions to the Everest
  - Turn on the lights
  - The Washing Machine
 - Resources for zebras
  - Check your memory on a chessboard
  - Find all moves
  - Becoming a knight tamer
  - Moves between two positions
  - Determine your calculating power
  - Learn a game
  - The board at a glance


Compete:

In Lucas Chess there are several competitions, and in two of them you
can publish the results. 

The first is a one-to-one competition against all the engines,
starting with the weakest, initially in each engine many hints are
available, and as you change level, the hints will be reduced. 

And in the second, Lucas-elo, where you can deal with all the engines
in your range of score and add or subtract points according to the
results of the games.



Bug#298865: pinfo bug

2017-08-13 Thread Bas Zoetekouw
reopen 298865
thanks

Hah, it turn out I've already fixed this 3 years ago;  the fix will go
in the upcoming 0.6.11 release of pinfo.

Thanks!
Bas.


signature.asc
Description: OpenPGP digital signature


Bug#855173: ITP status?

2017-08-09 Thread Bas Zoetekouw
Hi Julian,

I was just about to file my own ITP for keepassxc when I stumpled upon
yours.

Could you give an update on the status?  I'd be happy to help out with
packaging and/or uploading, if you like.

Greetings,
Bas.


signature.asc
Description: OpenPGP digital signature


Bug#857848: python3-pysaml2: please packag version 4

2017-03-15 Thread Bas Zoetekouw
Package: python3-pysaml2
Version: 3.0.0-5
Severity: normal

Dear Maintainer,

Could you please package a newer version (>=4.2) of pysaml2? Products
like Satosa (https://github.com/SUNET/SATOSA) require recent versions
of pysaml.

Best reards,
Bas.


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (620, 'testing'), (20, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages python3-pysaml2 depends on:
ii  python3-crypto  2.6.1-7
ii  python3-dateutil2.5.3-2
ii  python3-decorator   4.0.11-1
ii  python3-defusedxml  0.4.1-2
ii  python3-mako1.0.6+ds1-2
ii  python3-memcache1.57-2
ii  python3-openssl 16.2.0-1
ii  python3-paste   2.0.3+dfsg-4
ii  python3-pyasn1  0.1.9-2
ii  python3-repoze.who  2.2-3
ii  python3-requests2.12.4-1
ii  python3-six 1.10.0-3
ii  python3-tz  2016.7-0.2
ii  python3-zope.interface  4.3.2-1
pn  python3:any 
ii  xmlsec1 1.2.23-0.1

python3-pysaml2 recommends no packages.

python3-pysaml2 suggests no packages.

-- no debconf information



Bug#855205: please package more recent version

2017-02-15 Thread Bas Zoetekouw
Package: python-xlib

Please package a more recent version.  Development has moved to Github
(https://github.com/python-xlib/python-xlib) and a much more recent
version (0.18 from november 2016) is available compared to the 0.14 from
2009 which is currently in the archive.

Gr,
Bas.



signature.asc
Description: OpenPGP digital signature


Bug#850311: please package new version 0.10.5

2017-01-05 Thread Bas Zoetekouw
package: python3-netifaces
version: 0.10.4

Could you please update to the lastest version 0.10.5?  This new version
has api changes, and I need the newer api to package i3pystatus.

Thanks!
Bas.
-- 
 And what shoulder and what art
 Could twist the sinews of thy heart?
 And when thy heart began to beat
 What dread hand and what dread feet?



Bug#848663: vim: sh syntax highlighting of command substitution $() is wrong

2016-12-19 Thread Bas Zoetekouw
Hi,

On 19/12/16 14:02, James McCoy wrote:
> On Mon, Dec 19, 2016 at 11:55:50AM +0100, Bas Zoetekouw wrote:
>> Vim's currenr behaviour for syntax highlighting of shell scripts (with
>> #!/bin/sh and /bin/sh pointing to dash) is to mark command
>> substititions using the $(foo) construction as an error.
> 
> Not that I can see.

I've just tried this with a clean strecht system (no ~/.vim* present):
screenshot is attached.  The $(foo) is clearly marked as an error there
(inverse colors in this color scheme), in the same way as real bashisms
like $'' and ${foo%bar}.


>> This is incorrect, as POSIX sh alllows this construction.
>>
>> Because vim's syntaxt hightlighting script correctly identifies
>> /bin/sh-->/bin/dash as a POSIX shell, and sets b:is_posix,
> 
> Which it then translates to b:is_kornshell:
> 
> if !exists("b:is_kornshell") && !exists("b:is_bash")
>   if exists("g:is_posix") && !exists("g:is_kornshell")
>let g:is_kornshell= g:is_posix
>   endif
>   if exists("g:is_kornshell")
> let b:is_kornshell= 1
> if exists("b:is_sh")
>   unlet b:is_sh
> endif
> 
> What b:is_ variable is set in that buffer?  Also, see ":help
> ft-sh-syntax", although /bin/sh should be handled as POSIX if it's a
> symlink to dash.

In my case, vim seems to automatically set:
>  filetype=sh
> syntax_on=#1
> b:current_syntax=sh
> b:is_posix=#1
> b:is_sh=#1

but no b_is_kornshell.

Not that in the piece you quoted, only g:is_posix is checked, whereas
sh.vim sets b:is_posix.

BTW, the syntax highlighting is correct if I change the hashbang to
/bin/ksh, /bin/bash or /bin/zsh, but not if I use /bin/sh (like in the
screenshot), /bin/dash, or /bin/ash

Gr,
Bas.


signature.asc
Description: OpenPGP digital signature


Bug#848663: vim: sh syntax highlighting of command substitution $() is wrong

2016-12-19 Thread Bas Zoetekouw
Package: vim
Version: 2:8.0.0095-1
Severity: normal
Tags: patch

Vim's currenr behaviour for syntax highlighting of shell scripts (with
#!/bin/sh and /bin/sh pointing to dash) is to mark command
substititions using the $(foo) construction as an error.
This is incorrect, as POSIX sh alllows this construction.

Because vim's syntaxt hightlighting script correctly identifies
/bin/sh-->/bin/dash as a POSIX shell, and sets b:is_posix, ths fix is
simple:

--- sh.vim  2016-11-22 19:23:07.0 +0100
+++ /tmp/1  2016-12-19 11:51:16.151529633 +0100
@@ -291,7 +291,7 @@
 " (ie. Posix compliant shell).  /bin/ksh should work for those
 " systems too, however, so the following syntax will flag $(..) as
 " an Error under /bin/sh.  By consensus of vimdev'ers!
-if exists("b:is_kornshell") || exists("b:is_bash")
+if exists("b:is_kornshell") || exists("b:is_bash") || exists("b:is_posix")
  syn region shCommandSub matchgroup=shCmdSubRegion start="\$("  
skip='\|\\.' end=")"  contains=@shCommandSubList
  syn region shArithmetic matchgroup=shArithRegion  start="\$((" 
skip='\|\\.' end="))" contains=@shArithList
  syn region shArithmetic matchgroup=shArithRegion  start="\$\[" 
skip='\|\\.' end="\]" contains=@shArithList




-- Package-specific info:

--- real paths of main Vim binaries ---
/usr/bin/vi is /usr/bin/vim.gtk
/usr/bin/vim is /usr/bin/vim.gtk
/usr/bin/gvim is /usr/bin/vim.gtk

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

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

Versions of packages vim depends on:
ii  libacl1  2.2.52-3
ii  libc62.24-8
ii  libgpm2  1.20.4-6.2
ii  libselinux1  2.6-3
ii  libtinfo56.0+20161126-1
ii  vim-common   2:8.0.0095-1
ii  vim-runtime  2:8.0.0095-1

vim recommends no packages.

Versions of packages vim suggests:
pn  ctags
pn  vim-doc  
pn  vim-scripts  

-- no debconf information



Bug#846060: patch

2016-11-28 Thread Bas Zoetekouw
Tags: patch

Hi,

Here's a patch to use sendmail directly, instead of relying on mailx.
sendmail -t should work with any decent MTA.

Greetings,
Bas.
diff --git a/debian/changelog b/debian/changelog
index 3a8cc38..71b18fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cron-apt (0.9.6.bas) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * test sendmail  
+
+ -- Bas Zoetekouw <b...@debian.org>  Mon, 28 Nov 2016 11:03:16 +0100
+
 cron-apt (0.9.6) unstable; urgency=medium
 
   * Correction to make it work with space in XHEADERS. Closes: #813609.
diff --git a/debian/control b/debian/control
index f12fb70..4438d01 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.9.6
 Package: cron-apt
 Architecture: all
 Depends: apt, ${misc:Depends}
-Recommends: liblockfile1, mailx, cron | cron-daemon
+Recommends: liblockfile1, cron | cron-daemon, mail-transport-agent
 Description: automatic update of packages using apt-get
  Contains a tool that is run by a cron job at regular intervals. By default it
  just updates the package list and downloads new packages without installing.
diff --git a/src/functions b/src/functions
index 8ff2d74..4e3dcf0 100644
--- a/src/functions
+++ b/src/functions
@@ -94,27 +94,29 @@ onexit() {
rm -f "$RUNMAIL"
 fi
 if [ -f "$MAIL" ] && [ "$MAILON" != "never" ] && [ -n "$MAILON" ] ; then
-   if command -v mail >/dev/null; then
+   if command -v sendmail >/dev/null; then
+   hdr="To: $MAILTO"
if [ -z "$HOSTNAME" ]; then
HOSTNAME="$(uname -n)"
fi
-   SUBJECT="CRON-APT completed on $HOSTNAME [$CONFIG]"
if [ -f "$ERROR" ] ; then
-   SUBJECT="CRON-APT error on $HOSTNAME [$CONFIG]"
+   hdr=$(printf "$hdr\nSubject: CRON-APT error on $HOSTNAME 
[$CONFIG]")
+   else
+   hdr=$(printf "$hdr\nSubject: CRON-APT completed on $HOSTNAME 
[$CONFIG]")
fi
# Support for XHEADERS
 i=1
eval "VAL=\${XHEADER$i}"
while [ ! -z "$VAL" ] ; do
-   XHEADERS="$XHEADERS -a \"$VAL\""
+   hdr=$(printf "$hdr\n$VAL")
i=$(( $i + 1 ))
eval "VAL=\${XHEADER$i}"
done
#
-eval mail $XHEADERS -s \"$SUBJECT\" \"$MAILTO\" < "$MAIL"
+( printf "$hdr\n"; echo; cat $MAIL ) | sendmail -t
else
-   echo >&2 "cron-apt was configured to send e-mail, but no mail 
binary found in path."
-   echo >&2 "Either set MAILON=never in configuration or install the 
mailx package."
+   echo >&2 "cron-apt was configured to send e-mail, but no sendmail 
binary was found in path."
+   echo >&2 "Either set MAILON=never in configuration or install an 
MTA package."
fi
rm -f "$MAIL"
 fi


signature.asc
Description: OpenPGP digital signature


Bug#846062: s-nail: not a proper mailx alternative

2016-11-28 Thread Bas Zoetekouw
Package: s-nail
Version: 14.8.14-1
Severity: serious

s-nail/heirloom-mailx is not a proper alternative for mailx/bsd-mailx,
as it uses different command line options (for example on a regulair
mailx, -a means "add header, whereas for s-nail it means "add
attachment").

This breaks other packages (for example cron-apt) that rely on a
mailx-dependency to send mails.  Therefore, I'm making this Serious
severity.


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

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

Versions of packages s-nail depends on:
ii  base-files9.6
ii  libc6 2.24-5
ii  libcomerr21.43.3-1
ii  libgssapi-krb5-2  1.15~beta1-1
ii  libidn11  1.33-1
ii  libk5crypto3  1.15~beta1-1
ii  libkrb5-3 1.15~beta1-1
ii  libssl1.0.2   1.0.2j-4
ii  libtinfo5 6.0+20160917-1

s-nail recommends no packages.

Versions of packages s-nail suggests:
ii  exim4  4.88~RC4-2
ii  exim4-daemon-light [mail-transport-agent]  4.88~RC4-2

-- no debconf information



Bug#846060: cron-apt: XHEADERS cause failure in mailx

2016-11-28 Thread Bas Zoetekouw
Package: cron-apt
Version: 0.9.6
Severity: normal

When setting XHEADERS in the cron-apt config, cron-apt (or rather,
mailx) fails to send any messages.

Specifically, I have 
| XHEADER1="X-Cron-Apt: foo"
in /etc/cron-apt/config.  This causes errors when cron-apt tries to
send the mail.  The type of error depends on the version of mailx the
is installed (s-nail, mailutils, heirloom-mailx, bsd-mailx), and say
different things like "Cannot parse address  -a ", "failed
with error 1" (very descriptive, that one), "X-Cron-Apt: contains
invalid character ':'" and "X-Cron-Apt: foo: No such file or
directory".

I'm pretty sure this had to do with different versions of the mailx
alternatives using different syntaxes (and therefore not being real
alternatives in the first place).  I'll be filing a separate bug about
that issue.

To avoid this mess, it might be better for cron-apt just to send the
mails using sendmail -t directly, instead of relying on these mailx
tools.



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

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

Versions of packages cron-apt depends on:
ii  apt  1.3.1

Versions of packages cron-apt recommends:
ii  bsd-mailx [mailx]   8.1.2-0.20160123cvs-3
ii  cron [cron-daemon]  3.0pl1-128
ii  liblockfile11.09-6
ii  mailutils [mailx]   1:2.99.99-1.1+b1
ii  s-nail [mailx]  14.8.14-1

cron-apt suggests no packages.

-- Configuration Files:
/etc/cron-apt/action.d/3-download changed [not included]
/etc/cron-apt/config changed [not included]
/etc/cron.d/cron-apt changed [not included]

-- no debconf information



Bug#650575: rescheduling

2016-04-08 Thread Bas Zoetekouw
Thanks for the fix and NMU!  Are you perhaps interested in taking over
this package?  I don't use it anymore, and wouldn't mind giving it away.

Gr,
BAs.

On 08-04-16 08:09, Gianfranco Costamagna wrote:
> rescheduling because of #819477.
> 

-- 
 And what shoulder and what art
 Could twist the sinews of thy heart?
 And when thy heart began to beat
 What dread hand and what dread feet?



signature.asc
Description: OpenPGP digital signature


Bug#819477: RFA: prima

2016-03-29 Thread Bas Zoetekouw
Package: wnpp
Severity: normal

Is anyone interested in taking over the prima package?  I've packages
this years ago as a dependency for libsubtitles-perl, which is
currently maintained by the perl team.  The package is quite out of
date (1.28 packaged, 1.46 upstream release), en needs some care
(incorporate old NMUs, update packaging to 21st century standards,
etc).

Package: libprima-perl
Source: prima (1.28-1.3)
Version: 1.28-1.3+b3
Installed-Size: 5201
Maintainer: Bas Zoetekouw <b...@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.11), libgif4 (>= 4.1.4), 
libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libjpeg62-turbo (>= 1:1.3.1), 
libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libxext6, libxft2 (>> 
2.1.1), libxpm4, perl (>= 5.20.1-1), perlapi-5.20.1
Homepage: http://search.cpan.org/dist/Prima/
Tag: devel::lang:perl, devel::library, implemented-in::c,
 implemented-in::perl, uitoolkit::gtk
Section: perl
Priority: extra
Filename: pool/main/p/prima/libprima-perl_1.28-1.3+b3_amd64.deb
Size: 1650152
MD5sum: 5d3025292e15cea24e5279c87d593466
SHA1: ac5d27f0b5b93bda9a2eaab5e8a3ed524888e0f4
SHA256: c541f0c0b0e4b0ef7824896aaa3896682077c31d2a9a42437dad9b889f8ec876
Description-md5: 41debdc2f246dfe82059b790b349b6a9
Description-en: multi-platform GUI development toolkit for Perl
 Prima is an extensible Perl toolkit for multi-platform GUI development.
 Platforms supported include Linux, Windows NT/9x/2K, OS/2 and UNIX/X11
 workstations (FreeBSD, IRIX, SunOS, Solaris and others).
 .
 The toolkit contains a rich set of standard widgets and has emphasis 
on 2D
 image processing tasks. A Perl program using PRIMA looks and behaves
 identically on X, Win32 and OS/2 PM.
 .
 The toolkit includes a visual builder.



Bug#819476: RFA: quotatool

2016-03-29 Thread Bas Zoetekouw
Package: wnpp
Severity: normal

I'd like to pass the quotatool package over to someone who still
actually uses disk quotas.  I haven't used quotas in quite a while, so
I'm not really interested in this package any longer.  The quotatool
tool is still quite useful, though.

Package: quotatool
Version: 1:1.4.12-2
Installed-Size: 69
Maintainer: Bas Zoetekouw <b...@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.7)
Recommends: quota
Description-md5: 4ad3b7834f1f2b995e5bbc604da7ae1b
Homepage: http://quotatool.ekenberg.se/
Tag: admin::configuring, admin::user-management, hardware::storage,
 interface::commandline, role::program, scope::utility, use::configuring
Section: admin
Priority: extra
Filename: pool/main/q/quotatool/quotatool_1.4.12-2_amd64.deb
Size: 17802
MD5sum: 40c6067651dc2fd292b14c31a095fc20
SHA1: 55ecc26f4ceacc267a9558733f78821dbc341c7d
SHA256: 558f0bd434561e102fb7de445e5eb213206ae9a3384935f28a27b86c316ca1f6
Description-en: tool to edit disk quotas from the command line
 Quotatool is a utility to set filesystem quotas from the commandline.
 Most quota-utilities are interactive, requiring manual intervention 
from the
 user.  Quotatool on the other hand is not, making it suitable for use 
in
 scripts and other non-interactive situations.  This is very useful to 
edit
 disk quotas from scripts.



Bug#808337: Request removal of Prima? (Unmaintained, Low-Popcon)

2015-12-18 Thread Bas Zoetekouw
Hi Tobias,

> Prima is de-facto unmaintained (last maintainer upload 2009) and is ages 
> behind upstream.
> Prima has no r-depends and has a low popcon.
> So: Should it be removed?

Yeah, removing it is probably best.  I don't use it anymore, and I tried
to see of any debian-perl people were interested, but it seems nobody
finds it useful.


Best regards,
Bas.



Bug#776064: pinfo mouse selection

2015-01-23 Thread Bas Zoetekouw
package: pinfo
version: 0.6.9

 Forwarded Message 
Subject: pinfo mouse selection
Date: Fri, 12 Dec 2014 20:32:05 +0100
From: Kai Lüke kailu...@riseup.net
To: b...@debian.org

Hello,

sorry for not submitting a bug report. I saw you as maintainer of pinfo,
but the debian package contains just a tar ball as source, so I did not
know how to write a proper debain patch.

For long time now I use alias man=pinfo in my .bashrc and ever
wondered why I can't select any text there. Now here comes a patch to
make this possible:

utils.c
293c293,294
 mousemask(BUTTON1_CLICKED | BUTTON1_DOUBLE_CLICKED, NULL);
---
 /* removed to allow mouse selection in terminal:
mousemask(BUTTON1_CLICKED | BUTTON1_DOUBLE_CLICKED, NULL); */

I hope you can upload it again. Thanks a lot!
Regards,
Kai






signature.asc
Description: OpenPGP digital signature


Bug#357446: pinfo: UTF8 problems

2014-12-27 Thread Bas Zoetekouw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Stephan,

 Pinfo still has problems displaying utf-8: - links are highlighted
 in the wrong place - з (CYRILLIC SMALL LETTER ZE) is replaced
 with o, usually with next character - it also results in
 misaligned right edge of text - searched strings are highlighted in
 wrong places

I was looking into this bug, but it seems the gpg package no longer
supplies the Russian info pages.  Could you maybe point me to a
location or a package where I can get them?

Best regards,
Bas.
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)

iQIcBAEBCAAGBQJUntMvAAoJENGDpRe/qY3m12sP/0iSsqOqVKI/OzxhPSbbL/J/
yvcvMw9qhcEdKga9yVsLt4s34KYV+V3JVV63njJheHN5oV/CLLyc0iFnVeXsxf3n
YE9zUmWjL57ULD4R7Ty26+RacyyC54p+Aebyic0FTyhZSjBDg81oqOXdg2NwEpp2
I+q2NR4GZAgRSNzsqg91IJwJcIk/30BpFMuWrCC8Txvw943z5rXClh0+zDVvTkwY
x2gsTrmO011xqbVcoE+qeiyLVh/vOQNEzII/1E9za6Toeu74KPb6atQp2sf4A8SM
4LWVPdYfkU59NE8aBW6sf3pNmehDfpgMIK2QalbIodha59QOHRDAgzMyo1rB9zkG
bL2/UcVwnrl5tXXp24wJ1r+jBN9SnweOdp77UvGCWd++HEE2sG9QmSRcD9Ci9vdn
9UGCtLQffnu+ZJ3Hn2xjIKNNiyECUnB8/4J821chE0MOqoxLPx3EuGiJEa5ugJZ4
bmZn6Cvz205tmmRrMY5Z9s6ik7cYfqJsqyxg0hL+iXsbCwCfVqBdoKyTHYGWRxhH
fJCXmK/bRZA+egvV7QDndQDzDp1bSzfkdF8oWTdF9iqpGI2dPIbw3RZIZ6dfL2tc
7F7dAOTc+2AnIC873F/6fZ1c/FFYyCB4jKHsCW4xNIykMWt1wSeTBllxFKANT0oJ
D5Z+s1tZlVOP+GUZx/rn
=FfwM
-END PGP SIGNATURE-


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



Bug#369120: table is corrupt while viewing cpp infopage

2014-12-27 Thread Bas Zoetekouw
Hi Justin,

I'm currently looking into some ancient pinfo bugs.  Among these is yours:

 Implementation-defined behavior (near the bottom)
 Scroll down one line at a time, using the down arrow; in an 25 row
   xterm, I go down 13 times.
 Notice the *Note fdollars-in-identifiers::.  reference.  It is in
 red, which means that it is a hyperlink to another part of the info
 manual.  Press enter to try to follow the reference.  
 Actual Result:
   Tag table is corrupt, trying to fix... (press a key to continue)
 Expected result:
 Some documentation for that option.

The good news is that I can reproduce the isseu with cpp-doc-4.9.

The bad new is that the problem seems to be that pinfo currently only
supports Node hyperlinks and not Anchors (see
https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Info-Format-Tag-Table.html
for the difference between those).  Specifically, pinfo assumes all
links are to Nodes, and so after seeking to the correct file position,
it looks for the first new Node below.  This explains why you are
getting section 13 instead of the reference to the specific option you
were looking for (which is in section 12).

This is not quite easy to solve, and I'm not sure that it is doable
without rewriting all of the tag table code...
I'll think some more about an easy fix...

Gr,
Bas.



signature.asc
Description: OpenPGP digital signature


Bug#773063: pre-approval unblock: quotatool/1.4.12-1.1

2014-12-21 Thread Bas Zoetekouw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Control: tag -1 -moreinfo

Hi Jonathan,

 Please remove the moreinfo tag and send a debdiff of this upload
 relative to the previous Jessie candidate (i.e. skip out the new
 upstream release in between) when it's ready.

I;ve just uploaded a new version 1:1.4.12-2 to sid.  It is based on
the version in current stable, only adding the patch to fix #711502
(from upstream
https://github.com/ekenberg/quotatool/commit/a83c6d0d1bf623234e860dd7bfd3840c812fc32c),
and bumping the standards-version.

Debdiff stat:

 changelog  |   10 + 
 control|2 
 patches/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch |  138
 + patches/series
 |1 4 files changed, 150 insertions(+), 1 deletion(-)

Full debdiff is attached.

I hope this suffcies to allow the package into testing.  Many thanks
again for allowing that innthe first place;  I'm very aware that it is
my own laziness that resulted in quotatool's removal in the first place.

Thanks!
Bas.
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)

iQIcBAEBCAAGBQJUlz/UAAoJENGDpRe/qY3mf8cP/3EiffXbp2NtlA507W5418aK
5S9Q6FtpSy7pTZ6A6nMQsW08BHCtm8tnI/h5LqGoFblW0xPJtUpIussxvYj6YhSz
xAkd1WqRQ5MEnz02X9Sit+pWwmmn9wvz6x4MjL5H42oirh1g5mtjwOKe/BFWe+3H
vCHP1mR/08T6By6JE+Jkulmr7HjylV8FhTMrHJCqN30og/2S7oCo6eCVKRvM7eSa
QPxd5YJnLae1jCnEMspc5c9HRRfPaedJKz5yUfH2QaUx6473xJXsbHbgispvIqwV
rJM5h+HW3Rs6mqsVj12ebUh9JHX2zd9S2hCF3r62VET/YixCFjpLIItcAoCCN/oE
MiWaXOIPGxJH7KoYgcxCzN1ZHnuNVl6qPd4O6Ri56Suaoa/5PtciImY6ymCjKRp0
IehXrnDvg8SndcpcOaPSxDXTNE88leDszgAYwI1ZVMzm0DEMvRwbimF7EqC1nNba
awbPzDax6Bp/+V9CEkkn/2K8eE8byqMQK5oD0b2JWEDHY+i1Ih259kGoPFhQf/Qv
LQ1JtQsem96lIfEyyhHkwFq5Nev5kJ2YwUX2wSMHr0iiqMEps2UgU+6KMLMycsn0
laS/FDm6C9UIS5AbbeD07FIcT9M/zArD4dwE7hNeNKBFIie4G8KpHZRtW6pqUwXT
Bdurpd4P9lk2ONTXeF2x
=jPiH
-END PGP SIGNATURE-
diff -Nru quotatool-1.4.12/debian/changelog quotatool-1.4.12/debian/changelog
--- quotatool-1.4.12/debian/changelog   2012-02-26 13:18:20.0 +0100
+++ quotatool-1.4.12/debian/changelog   2014-12-21 22:28:29.0 +0100
@@ -1,3 +1,13 @@
+quotatool (1:1.4.12-2) unstable; urgency=low
+
+  * Upload to remigrate to testing (see #773063)
+  * Epoch increased to override new upstream version in unstable
+  * Fix Error while detecting kernel quota version (closes: #711502)
+[patch a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch]
+  * Bumped standard-version to 3.9.6 (no changes needed)
+
+ -- Bas Zoetekouw b...@debian.org  Sun, 21 Dec 2014 21:54:03 +0100
+
 quotatool (1.4.12-1) unstable; urgency=low
 
   * New upstream release
diff -Nru quotatool-1.4.12/debian/control quotatool-1.4.12/debian/control
--- quotatool-1.4.12/debian/control 2012-02-26 13:16:08.0 +0100
+++ quotatool-1.4.12/debian/control 2014-12-21 22:24:18.0 +0100
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Bas Zoetekouw b...@debian.org
-Standards-Version: 3.9.3
+Standards-Version: 3.9.6
 Build-Depends: debhelper (5), autotools-dev
 Homepage: http://quotatool.ekenberg.se/
 
diff -Nru 
quotatool-1.4.12/debian/patches/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch 
quotatool-1.4.12/debian/patches/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch
--- 
quotatool-1.4.12/debian/patches/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch  
1970-01-01 01:00:00.0 +0100
+++ 
quotatool-1.4.12/debian/patches/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch  
2014-12-21 22:18:30.0 +0100
@@ -0,0 +1,138 @@
+From a83c6d0d1bf623234e860dd7bfd3840c812fc32c Mon Sep 17 00:00:00 2001
+From: Johan Ekenberg jo...@ekenberg.se
+Date: Sat, 22 Dec 2012 21:24:04 +0100
+Subject: [PATCH] Ignore linux initramfs mount entry for rootfs
+
+---
+ src/system.c | 34 --
+ 1 file changed, 20 insertions(+), 14 deletions(-)
+
+diff --git a/src/system.c b/src/system.c
+index e2e236f..38bf1df 100644
+--- a/src/system.c
 b/src/system.c
+@@ -48,7 +48,7 @@ struct mntent {
+ 
+ 
+ 
+-/* 
++/*
+  * system_getfs
+  * find and verify the device file for
+  * a given filesystem
+@@ -72,7 +72,7 @@ fs_t *system_getfs (char *fs_spec) {
+ 
+ 
+ #if HAVE_SYS_MNTCTL_H /* AIX, we are again in trouble. */
+-  /* first mntctl call is only for getting the size of 
++  /* first mntctl call is only for getting the size of
+* vmnt array. is there a better way? */
+   vmnt_retval = mntctl (MCTL_QUERY, sizeof(int), (char*)vmnt_size);
+   if (vmnt_retval != -1) {
+@@ -102,7 +102,7 @@ fs_t *system_getfs (char *fs_spec) {
+ 
+   /* loop through mtab until we get a match */
+   do {
+-
++
+ /* read the next entry */
+ #if HAVE_SYS_MNTTAB_H
+ int retval;
+@@ -112,9 +112,9 @@ fs_t *system_getfs (char *fs_spec) {
+ current_fs=getmntent(etc_mtab);
+ if ( ! current_fs ) {
+ #elif HAVE_SYS_MNTCTL_H /* AIX, we are again in trouble. */
+-   current_fs-mnt_special = 
++   current_fs-mnt_special

Bug#773392: shoreall won't start on systemd-enabled systems

2014-12-17 Thread Bas Zoetekouw
Package: shorewall
Version: 4.6.4.3-1
Severity: important

When first installing shorewall, the init script is not executed in
postinst.  This causes the systemd hooks nt to be run, and the shorewall
systemd config not to be loaded.
When you then enable shorewall in /etc/defualt/shorewall and try to
start it, you get erros like:

bas@debian:/etc/init.d$ sudo /etc/init.d/shorewall start
[] Starting shorewall (via systemctl): shorewall.serviceFailed to
start shorewall.service: Unit shorewall.service failed to load: No such
file or directory.
 failed!

and

bas@debian:/etc/init.d$ systemctl status shorewall.service
● shorewall.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)


Only after systemctl daemon reload, the init script will successfully run.


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

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
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 shorewall depends on:
ii  bc 1.06.95-9
ii  debconf [debconf-2.0]  1.5.55
ii  iproute1:3.16.0-2
ii  iproute2   3.16.0-2
ii  iptables   1.4.21-2+b1
ii  perl-modules   5.20.1-3
ii  shorewall-core 4.6.4.3-1

shorewall recommends no packages.

Versions of packages shorewall suggests:
ii  make   4.0-8
pn  shorewall-doc  none

-- Configuration Files:
/etc/shorewall/conntrack [Errno 13] Permission denied:
u'/etc/shorewall/conntrack'
/etc/shorewall/params [Errno 13] Permission denied: u'/etc/shorewall/params'
/etc/shorewall/shorewall.conf changed [not included]

-- debconf information:
  shorewall/invalid_config:
  shorewall/major_release:
  shorewall/dont_restart:


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



Bug#711502: Bug#773063: pre-approval unblock: quotatool/1.4.12-1.1

2014-12-16 Thread Bas Zoetekouw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Jan, Jonathan,

On 14-12-2014 12:54 , Jan Wagner wrote:
 Hi Bas,
 
 Am 14.12.2014 um 00:24 schrieb Jonathan Wiltshire:
 On Sat, Dec 13, 2014 at 10:26:59PM +0100, Jan Wagner wrote:
 Could you please state if you would approve to update the 
 quotatool package via testing-proposed-updates, as there is a 
 blocking release in unstable.
 
 This NMU is fixing #711502 and provides a working quota stack
 for jessie again as the package is actually not in testing.
 
 Normally this wouldn't even be up for discussion for a package
 that was removed in July and only fixed in November. But I think
 people might be surprised that we shipped without a working
 quotatool.
 
 However I'm not prepared to accept it through t-p-u. The version 
 in unstable should be reverted with an epoch, and get the full
 10 days ageing period.

Jonathan, thanks for allowing this.  I'm aware that I've left
quotatool to rot for way too long :(


 it would be nice if you could handle that.
 
 (The confusion behind 1.6.2-1.1, a non-maintainer upload
 signed by the maintainer, defeats me completely...)
 
 I think it would be more reasonable for RM when the actual
 maintainer can deal with this?

Sure, I will take this up.  Hopefully, I'll be able to upload a
reverted, epoched version by tomorrow.

Thanks Jan, for contacting the release tema on my behalf!

Bas.

- -- 
Bas Zoetekouw

 And what shoulder and what art
 Could twist the sinews of thy heart?
 And when thy heart began to beat
 What dread hand and what dread feet?
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)

iQIcBAEBCAAGBQJUkKI3AAoJENGDpRe/qY3mI6kP/0AV7jiZPobQy92y/gMUlNvd
Vu4eIKlhyVLJN6y+1CJJ4xpNWeBmkRB8xj3OvgaBxTeFVAJfqia/fter4P/PjCJD
KkriNmry4v1jGE4KT1WJBsmwpUxEZNWTvejOjGE26377N/FsKsHROfrySHC/mSeJ
CIlOYuZuij8u9WCscpvTE7eSTDS8cGRPyeMUUh+GG/lthF6/ZB7sp5l/p88CZfb6
v0IPN29PXPYfyYrbrb1vguU2ZjF9qAq9ZZO+igFAM+1cU6Z+BHgG1jpUSerDy+Ym
pyffCOk8Y4i2DpStvm3zTZR4HL0D2vC1icmsTKMIRjF3DAAc9HP1aWuidoJyn3F/
Qfz5tDWALFmElWAjbQCGZvUTHxa1wFcG5CiwGU9eOfpu2rwonGZDkMZa297wkcTm
BDzJ2DeawEgpbMrjme7zYJAnQtY8zgcIApV+6CN87HNXuqEzr9lyL+UnCZawjwSH
cL02WyyKkKtLIM1S9jfNjRF/0H2TBTLsDzS9NqFgDr75HSpxXgyLAAvedOtAAagI
QW/uLX+EKLBpy6Orn2wWUCGukx5WG+HqTMfAOMYg7YRGdPxRe4xbG/L0W/DwlKFS
uLgQY3bYBxP5VNJZo+o5Whcehgf/2/8APfRWJy1nRQ6TIdx77krxvQ6nIVWP+uFj
qXS56wfKsWKPNutTo5Ea
=8kHu
-END PGP SIGNATURE-


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



Bug#711502: Bug in quotatool, need to update package

2014-12-12 Thread Bas Zoetekouw
Hi Jan,

Thanks for the patch.  Unfortunately, quotatool is no longer included in
Jessie, and Unstable has a new upstream version, which also includes
this patch.

Gr,
bas.

On 12-12-2014 16:02 , Jan Wagner wrote:
 Hi there,
 
 Am 07.06.13 11:45, schrieb Dimitry Bansikov:
 Please fix this bug in debian 7, you need to update package:
 https://github.com/ekenberg/quotatool/issues/9
  
 Bug was already fixed in version 1.4.13 by quota team.
 - Ignore linux initramfs mount entry for rootfs
 
 I grabed
 https://github.com/ekenberg/quotatool/commit/a83c6d0d1bf623234e860dd7bfd3840c812fc32c.patch
 and added it to the wheezy package. This solved the problem for me on
 Debian Jessie.
 
 A debdiff is attached and the package can be found at:
 
 http://ftp.cyconet.org/debian/archive/unofficial/quotatool/1.4.12-1.1/
 
 It would very welcomed to get that into Debian Jessie. Without it maybe
 hard to get quota working proper.
 
 Many thanks, Jan.
 

-- 
Bas Zoetekouw

 And what shoulder and what art
 Could twist the sinews of thy heart?
 And when thy heart began to beat
 What dread hand and what dread feet?



signature.asc
Description: OpenPGP digital signature


Bug#711502: Bug in quotatool, need to update package

2014-12-12 Thread Bas Zoetekouw
Hi,

On 12-12-2014 17:44 , Jan Wagner wrote:
 The version in unstable will never hit jessie. Nobody asked for an
 unblock jet.
 Even, I asked short in #debian-release and this is very unlike that
 the version from unstable will ever get into jessie

Yeah, I know.  Unfortunately, even a new 1.4.12 package with only the RC
bugs fixed is still not eligible for inclusion in Jessie...

Do you perhaps have any interest in taking over the package?  I haven't
had any systems using quota for 10 years or so, so I kind of lost
interest in the package (which is a poor excuse for it getting as little
attention as it has in the past few years, I know).  It would really
benefit from a maintainer who actually uses it ;)

Gr,
Bas.


-- 
Bas Zoetekouw

 And what shoulder and what art
 Could twist the sinews of thy heart?
 And when thy heart began to beat
 What dread hand and what dread feet?



signature.asc
Description: OpenPGP digital signature


Bug#770686: RM: mp -- ROM; obsolete

2014-11-23 Thread Bas Zoetekouw
Package: ftp.debian.org
Severity: normal

Please remove the package mp from the archive.  It's been dead upstream
for at least 10 years, and its build process is severely outdated
(autotools 2.13, gtk1.2, etc).  There are plenty of decent replacements
with identical functionality in the archive (a2ps comes to mind).

Thanks,
Bas.

-- 
Bas Zoetekouw
SURFnet Collabotation Infra  Services
Tel: +31 30 2305362   Fax: +31 30 2305329
SURFnet -  POBox 19035 -  NL-3501 DA Utrecht - The Netherlands



signature.asc
Description: OpenPGP digital signature


Bug#728309: Should be more verbose

2013-10-30 Thread Bas Zoetekouw
package: tmpreaper
tags: patch

Hi,

It would be nice if tmpreaper would be a bit more verbose on why a
particular file is not removed (at least, when --verbose=2 is
specified).  The attached patch fixes this.

Best regards,
Bas.



--- tmpreaper.c.orig2008-10-06 14:20:25.0 +0200
+++ tmpreaper.c 2013-10-30 13:09:49.0 +0100
@@ -508,20 +508,32 @@
/* check for mtime on directory instead of atime if requested */
if ( FLAGS_MTIME_P(flags) ||
(FLAGS_MTIME_DIR_P(flags)  S_ISDIR(sb.st_mode))) {
-   if (sb.st_mtime = killTime)
+   if (sb.st_mtime = killTime) {
+   message (LOG_DEBUG,
+Entry (dir) mtime too recent (%li=%li). 
`%s/%s'.\n,
+sb.st_mtime, killTime, dirname, ent-d_name);
continue;
+   }
}
else {
-   if (sb.st_atime = killTime)
+   if (sb.st_atime = killTime) {
+   message (LOG_DEBUG,
+Entry atime too recent (%li=%li). 
`%s/%s'.\n,
+sb.st_ctime, killTime, dirname, ent-d_name);
continue;
+   }
 /* If ctime option is given, the ctime must also be so
*/
 /* long ago. This is e.g. for samba as DOS preserves  
*/
 /* mtime when copying, so such files get removed too soon 
*/
 /* Don't do it for directories though, as ctime may get   
*/
 /* reset below through utime()
*/
 if (!S_ISDIR(sb.st_mode) 
-FLAGS_CTIME_P(flags)  sb.st_ctime = killTime)
+FLAGS_CTIME_P(flags)  sb.st_ctime = killTime) {
+   message (LOG_DEBUG,
+Entry ctime too recent (%li=%li). 
`%s/%s'.\n,
+sb.st_ctime, killTime, dirname, 
ent-d_name);
 continue;
+   }
}
 
if (S_ISDIR (sb.st_mode)) {



signature.asc
Description: OpenPGP digital signature


Bug#579640: cron complains about missing lost+found dirs

2011-06-15 Thread Bas Zoetekouw
reopen 579640
thanks

I'm reopening this bug: cron is still complaining about missing
lost+found dirs.  Please remove this functionality.

What exactly is this supposed to achieve anyway?  Missing lost+found
dirs are quite unharmful as fsck will create them automatically if
required.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#623849: s2disk fails with EINVAL error

2011-04-23 Thread Bas Zoetekouw
Package: uswsusp
Version: 1.0-1
Severity: normal

Recently (after a kernel upgrade?) s2disk stopped working.  I get:

| [bas@helena]~ sudo s2disk
| s2disk: Could not use the resume device (try swapon -a). Reason: Invalid 
argument

Swap is active and on a normal partition (/dev/sda12):

| [bas@helena]~ swapon -s
| FilenameType Size   Used Priority
| /dev/sda12  partition204825242436-1

strace shows:

| [bas@helena]~ sudo strace s2disk
| execve(/usr/sbin/s2disk, [s2disk], [/* 23 vars */]) = 0
[...]
| getpid()= 6754
| mount(none, /proc/6754, tmpfs, 0, NULL) = 0
| stat64(/dev/sda12, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 12), ...}) = 0
| chdir(/proc/6754) = 0
| mknod(resume, S_IFBLK|0600, makedev(8, 12)) = 0
| open(resume, O_RDWR|O_LARGEFILE)  = 3
| stat64(/dev/snapshot, {st_mode=S_IFCHR|0600, st_rdev=makedev(10, 231), 
...}) = 0
| open(/dev/snapshot, O_RDONLY|O_LARGEFILE) = 4
| ioctl(4, SNAPSHOT_SET_SWAP_AREA, 0xff8b7394) = -1 EINVAL (Invalid argument)
| ioctl(4, 0x4004330a, 0x80c) = -1 EINVAL (Invalid argument)
| write(2, s2disk: Could not use the resume..., 82s2disk: Could not use the 
resume device (try swapon -a). Reason: Invalid argument
| ) = 82
| close(4)= 0
| close(3)= 0
| chdir(/)  = 0
| oldumount(/proc/6754) = 0
| munmap(0xf74ed000, 360448)  = 0
| exit_group(22)  = ?

That is, the ioctl SNAPSHOT_SET_SWAP_AREA in set_swap_file() in
suspend.c fails.  Looking at the kernel souces, this only return
EINVAL if the block device that is passed (maj 8, min 12) cannot be
converted to its kernel-space representation.

ANy idea what's hapeing here?

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

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

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcrypt11   1.4.6-5LGPL Crypto library - runtime libr
ii  liblzo2-2 2.04-1 data compression library
ii  libpci3   1:3.1.7-9  Linux PCI Utilities (shared librar
ii  libx86-1  1.1+ds1-6  x86 real-mode library

Versions of packages uswsusp recommends:
ii  initramfs-tools   0.98.8 tools for generating an initramfs
ii  mount 2.17.2-9.1 Tools for mounting and manipulatin

uswsusp suggests no packages.

-- debconf information:
* uswsusp/compute_checksum: false
  uswsusp/no_snapshot:
* uswsusp/suspend_loglevel:
  uswsusp/no_swap:
  uswsusp/resume_offset:
* uswsusp/early_writeout: true
* uswsusp/image_size: 18
* uswsusp/compress: true
  uswsusp/create_RSA_key: false
* uswsusp/snapshot_device:
  uswsusp/RSA_key_file: /etc/uswsusp.key
* uswsusp/max_loglevel:
* uswsusp/resume_device: /dev/sda12
* uswsusp/shutdown_method: platform
* uswsusp/encrypt: false
* uswsusp/splash: false
  uswsusp/RSA_key_bits: 1024
* uswsusp/continue_without_swap: false



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



Bug#577989: Please package the new upstream release 2.026

2011-03-17 Thread Bas Zoetekouw

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Gregor!

 There is a new upstream release of Compress::Raw::Bzip2
 available on CPAN (2.026). It would be good if you could upgrade
 your package to this new version, as this is currently blocking
 the upload of version 2.026 of libio-compress-perl, which
 requires at least version 2.026 of Compress::Raw::Bzip2.

 Ping! This is blocking us since 10 months; anything new? Bas, is
 it ok for you if we move the package under the hood of the
 pkg-perl team? You are of course invited to join us in the
 maintainance work there!

I'm very sorry about letting this slip.  I don't think I'll have time to
properly care for this package in the near future, so please feel free
to move its maintenance to to Perl team.  I think I am already a member
(even though I haven't formally contributed yet), so I should be able to
make changes, if necessary.

Thanks for keeping on top of this!

Bas.

- -- 
Bas Zoetekouw.

Sweet day, so cool, so calm, so bright,
The bridall of the earth and skie:
The dew shall weep thy fall tonight;
For thou must die.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2CEdwACgkQK67kHwZE+rdTtgCdFqyK2MBdep4K3cb2bZQT7P3e
7KgAmwVPbUr9aZlrB/is8IoxjHaq2row
=iFEX
-END PGP SIGNATURE-




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



Bug#595003: doesn't work with 32 bit userland and 64 bit kernel

2010-08-31 Thread Bas Zoetekouw
Package: xserver-xorg-input-synaptics
Version: 1.2.2-2
Severity: important

Currently I'm using a 32 bit kernel (linux-image-2.6.32-5-686), en the
synaptics touchpad works fine.  However, when I reboot to use kernel
linux-image-2.6.32-5-amd64, the touchpad stops working (i.e., it
functions as a normal mouse, without support for edge scolling, tap
clicking, etc).

synclient reports no touchpad is detected, and Xorg.0.log reports
no line (II) Synaptics touchpad driver version 1.2.2.  According to
the trouble-shooting guide, this indicated that there is probably a
binary compatibility problem between the synaptics driver and the X
server.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Oct 23  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1725304 Aug 24 17:04 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 555 Aug 31 12:21 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section ServerFlags
Option  DontZap   false
EndSection

Section InputClass
Identifier  ir reciever
MatchVendor HOLTEK
Option Ignore true
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option XkbOptions terminate:ctrl_alt_bksp 
EndSection

Section Module
Load synaptics
EndSection

Section Device
Identifier  gfx card
Driver  nvidia
#Driver  nv
EndSection



Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-21) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Wed Aug 25 14:28:12 UTC 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 18878 Jul 11 13:29 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 17626 Aug 31 12:27 /var/log/Xorg.0.log

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

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-amd64 i686 Debian
Current Operating System: Linux helena 2.6.32-5-686 #1 SMP Wed Aug 25 14:28:12 
UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=/dev/sda1 ro 
usbcore.autosuspend=1
Build Date: 24 August 2010  02:59:40PM
xorg-server 2:1.7.7-4 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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 Aug 31 12:27:30 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No device specified for screen Default Screen Section.
Using the first device section listed.
(**) |   |--Device gfx card
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(**) Option DontZap false
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(==) |--Input Device Generic Keyboard
(==) No Layout section. Using the first core keyboard device.
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Generic Keyboard
(II) Loader magic: 0x81eaca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:0:0) 10de:06e9:17aa:2107 nVidia Corporation G98 [GeForce 9300M 
GS] rev 161, Mem @ 0xfc00/16777216, 0xd000/268435456, 
0xfa00/33554432, I/O @ 

Bug#579017: autodetection fails when booting with 64-bit kernel on 32-bit userland

2010-08-31 Thread Bas Zoetekouw
 + len, max(buf_size - len, 0), \n);
@@ -1150,7 +1205,8 @@ static ssize_t input_dev_show_cap_##bm(struct device 
*dev,\
 {  \
struct input_dev *input_dev = to_input_dev(dev);\
int len = input_print_bitmap(buf, PAGE_SIZE,\
-input_dev-bm##bit, ev##_MAX, 1);  \
+input_dev-bm##bit, ev##_MAX,  \
+true); \
return min_t(int, len, PAGE_SIZE);  \
 }  \
 static DEVICE_ATTR(bm, S_IRUGO, input_dev_show_cap_##bm, NULL)
@@ -1214,7 +1270,7 @@ static int input_add_uevent_bm_var(struct kobj_uevent_env 
*env,
 
len = input_print_bitmap(env-buf[env-buflen - 1],
 sizeof(env-buf) - env-buflen,
-bitmap, max, 0);
+bitmap, max, false);
if (len = (sizeof(env-buf) - env-buflen))
return -ENOMEM;
 



-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#594909: should conflict with newer chromium-browser

2010-08-30 Thread Bas Zoetekouw
Package: chromium-browser-inspector
Version: 6.0.472.36~r55963-1
Severity: normal

Currently, it is possible to have the chromium-browser package from
experimental installed together with chromium-browser-inspector from
unstable.  The combination obviously fails to work.
The dependencies should be tightened such that
chromium-browser-inspector is automatically updated wheneven a newer
chromium-browser is installed.

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

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

chromium-browser-inspector depends on no packages.

Versions of packages chromium-browser-inspector recommends:
ii  chromium-browser 6.0.472.36~r55963-1 Chromium browser

chromium-browser-inspector 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#592076: zz-update-grub not available during upgrade

2010-08-07 Thread Bas Zoetekouw
Package: grub-pc
Version: 1.98+20100804-1
Severity: serious

During upgrade of the kernel, the kernel postrm runs stuff in
/etc/kernel/postrm.d.  This directory contains a symlink
zz-update-grub to ../postinst.d/zz-update-grub

However, if grub is also being updated during the same apt run, this
file ../postinst.d/zz-update-grub is renamed to
zz-update-grub.dpkg-new, so the run-parts in the kernel's postrm
fails:

Preparing to replace linux-image-2.6.32-5-amd64 2.6.32-18 (using 
.../linux-image-2.6.32-5-amd64_2.6.32-19_amd64.deb) ...
Examining /etc/kernel/preinst.d/
Unpacking replacement linux-image-2.6.32-5-amd64 ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.32-5-amd64 
/boot/vmlinuz-2.6.32-5-amd64
run-parts: failed to stat component /etc/kernel/postrm.d/zz-update-grub: No 
such file or directory
Failed to process /etc/kernel/postrm.d at 
/var/lib/dpkg/info/linux-image-2.6.32-5-amd64.postrm line 234.
dpkg: warning: subprocess old post-removal script returned error exit status 1


So either grub-pc needs to make sure that the symlink is updated during
upgrades, or run-parts needs to ignore symlinks with a non-existing target.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/baaec030-c0e7-45db-a0cf-61e3f340cae2 / ext3 
rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/sda9 /boot ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-usr /usr ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-local /usr/local ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-home /home ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-var /var ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-aptcache /var/cache/apt ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-pbuilder /var/cache/pbuilder ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-ccache /var/cache/ccache ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-usercache /var/cache/users ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-scratch /scratch ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/eleanor-aptcache /var/cache/pbuilder/aptcache ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/sr0 /media/DragonAge_ iso9660 
ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500 
0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-ST3160023AS_3JS3Q4W2
(hd1)   /dev/disk/by-id/ata-ST3250820A_5QE5FBB8
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

terminal_input console
terminal_output console
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.30-rc3' --class debian --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos9)'
search --no-floppy --fs-uuid --set f7e3eb59-64b2-4c2c-b124-a9914a5a48be
echo'Loading Linux 2.6.30-rc3 ...'
linux   /vmlinuz-2.6.30-rc3 root=/dev/sda5 ro resume=swap:/dev/sda8 
quiet
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30-rc3 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos9)'
search --no-floppy --fs-uuid --set f7e3eb59-64b2-4c2c-b124-a9914a5a48be
echo'Loading Linux 2.6.30-rc3 ...'
linux   /vmlinuz-2.6.30-rc3 root=/dev/sda5 ro single 
resume=swap:/dev/sda8
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
insmod part_msdos
insmod ext2
set root='(hd0,msdos9)'
search --no-floppy --fs-uuid --set f7e3eb59-64b2-4c2c-b124-a9914a5a48be
linux16 /memtest86+.bin
}
menuentry Memory test (memtest86+, serial console 115200) {
insmod part_msdos
insmod ext2
set 

Bug#588024: [Pkg-octave-devel] Bug#588024: segfault during trigger processing

2010-07-12 Thread Bas Zoetekouw
Hi Thomas!

You wrote:

 I'm downgrading the severity of this bug. I can't reproduce it and have
 not heard back after one week from the submitter.

Unfortunately I also can't reproduce it anymore...
Feeel free to close it altogether.

Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#588024: segfault during trigger processing

2010-07-04 Thread Bas Zoetekouw
Package: octave3.2
Version: 3.2.4-6
Severity: serious

When upgrading octave, the octave segfaults during trigger processing:

Get: 278 http://ftp.de.debian.org sid/main octave-control 1.0.11-2 [447kB]
Get: 279 http://ftp.de.debian.org sid/main octave-signal 1.0.11-2 [209kB]
[...]
Selecting previously deselected package octave-control.
Unpacking octave-control (from .../octave-control_1.0.11-2_all.deb) ...
Preparing to replace octave-signal 1.0.11-1 (using 
.../octave-signal_1.0.11-2_i386.deb) ...
Unpacking replacement octave-signal ...
[...]
Processing triggers for octave3.2 ...
Segmentation fault
dpkg: error processing octave3.2 (--unpack):
 subprocess installed post-installation script returned error exit status 139


Unfortunately, I wasn't able to reproduce this by uninstalling and reinstalling 
octave-signal and octavbe-control.  Possibly it only occurs when upgrading?

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

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

Versions of packages octave3.2 depends on:
ii  libamd2.2.0 1:3.4.0-2approximate minimum degree orderin
ii  libarpack2  2.1+parpack96.dfsg-3 Fortran77 subroutines to solve lar
ii  libatlas3gf-base [l 3.8.3-22 Automatically Tuned Linear Algebra
ii  libblas3gf [libblas 1.2-7Basic Linear Algebra Reference imp
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcamd2.2.01:3.4.0-2symmetric approximate minimum degr
ii  libccolamd2.7.1 1:3.4.0-2constrained column approximate lib
ii  libcholmod1.7.1 1:3.4.0-2sparse Cholesky factorization libr
ii  libcolamd2.7.1  1:3.4.0-2column approximate minimum degree 
ii  libcurl3-gnutls 7.21.0-1 Multi-protocol file transfer libra
ii  libcxsparse2.2.31:3.4.0-2concise sparse matrix library (com
ii  libfftw3-3  3.2.2-1  library for computing Fast Fourier
ii  libfltk1.1  1.1.10-2 Fast Light Toolkit - shared librar
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libftgl22.1.3~rc5-3  library to render text in OpenGL u
ii  libgcc1 1:4.4.4-6GCC support library
pn  libgfortran3none   (no description available)
ii  libgl1-mesa-glx [li 7.7.1-3  A free implementation of the OpenG
ii  libglpk04.43-1   linear programming kit with intege
ii  libglu1-mesa [libgl 7.7.1-3  The OpenGL utility library (GLU)
pn  libgomp1none   (no description available)
ii  libgraphicsmagick++ 1.3.12-1 format-independent image processin
ii  libgraphicsmagick3  1.3.12-1 format-independent image processin
ii  libhdf5-serial-1.8. 1.8.4-patch1-2   Hierarchical Data Format 5 (HDF5) 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjasper1  1.900.1-7The JasPer JPEG-2000 runtime libra
pn  libjpeg62   none   (no description available)
ii  liblapack3gf [libla 3.2.1-8  library of linear algebra routines
ii  liblcms11.18.dfsg-1.2+b2 Color management library
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libpcre38.02-1   Perl 5 Compatible Regular Expressi
pn  libpng12-0  none   (no description available)
ii  libqhull5   2009.1-1 calculate convex hulls and related
ii  libqrupdate11.0.1-1  Fast updates of QR and Cholesky de
ii  libreadline66.1-3GNU readline and history libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.4.4-6  The GNU Standard C++ Library v3
pn  libtiff4none   (no description available)
ii  libumfpack5.4.0 1:3.4.0-2sparse LU factorization library
ii  libwmf0.2-7 0.2.8.4-6.1  Windows metafile conversion librar
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.1-3X11 miscellaneous extension librar
pn  libxml2 none   (no description available)
ii  octave3.2-common3.2.4-6  architecture-independent files for
ii  texinfo 4.13a.dfsg.1-5   Documentation system for on-line i
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages 

Bug#579640: cron complains about missing lost+found dirs

2010-04-29 Thread Bas Zoetekouw
Package: cron
Version: 3.0pl1-105
Severity: normal

Recently, cron has started complaining about missing lost+found
directories on my ext3 filesystems:

| Some local filesystems do not have lost+found directories. This
| means that these filesystems will not be able to recover
| lost files when the filesystem is checked after a crash.
| Consider creating a lost+found directory with mklost+found(8).

Please remove this feature.  I have deleted the lost+found
directories myself, and I don't need a daily (!) reminder of that.

Furthermore, if the lost+found directories are needed, they are
created automatically by pass 3 of fsck.  Therefore, there is no need
at all, on a normal system, to keep these directories, let alone to
send a daily warning about them.

Thanks,
Bas.

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

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

Versions of packages cron depends on:
ii  adduser   3.110  add and remove users and groups
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  libc6 2.7-18lenny2   GNU C Library: Shared libraries
ii  libpam0g  1.0.1-5+lenny1 Pluggable Authentication Modules l
ii  libselinux1   2.0.65-5   SELinux shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.69-9 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-9 lightweight Exim MTA (v4) daemon

Versions of packages cron suggests:
pn  anacron   none (no description available)
pn  checksecurity none (no description available)
ii  lockfile-progs0.1.11-0.1 Programs for locking and unlocking
ii  logrotate 3.7.1-5Log rotation utility

-- 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#576268: please enable SCI engine

2010-04-02 Thread Bas Zoetekouw
Package: scummvm
Version: 1.0.0-4
Severity: normal

Please enable the SCI engine of scummvm.  As freesci had now been
merged into scummvm, I would like to remove freesci from the archive
(or perhaps replace it by a dummy package depending on scummvm) once
SCI games work out of the box in scummvm.

Thanks,
Bas.

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

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

Versions of packages scummvm depends on:
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libflac81.2.1-2+b1   Free Lossless Audio Codec - runtim
ii  libfluidsynth1  1.1.1-3  Real-time MIDI software synthesize
ii  libgcc1 1:4.4.3-4GCC support library
ii  libmad0 0.15.1b-5MPEG audio decoder library
ii  libogg0 1.1.4~dfsg-2 Ogg bitstream library
ii  libsdl1.2debian 1.2.14-4 Simple DirectMedia Layer
ii  libstdc++6  4.4.3-4  The GNU Standard C++ Library v3
ii  libvorbis0a 1.2.3-3  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.2.3-3  The Vorbis General Audio Compressi
ii  scummvm-data1.0.0-4  free implementation of LucasArts' 
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

scummvm recommends no packages.

Versions of packages scummvm suggests:
pn  beneath-a-steel-sky   none (no description available)
pn  flight-of-the-amazon-queennone (no description available)
pn  fluidsynth | timidity none (no description available)

-- 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#553968: FTBFS with binutils-gold

2010-04-02 Thread Bas Zoetekouw
Hi Peter!

You wrote:

 Tried to build your package and it fails to build with GNU binutils-gold. The
 important difference is that --no-add-needed is the default behavior of of GNU
 binutils-gold. Please provide all needed libraries to the linker when building
 your executables.

Thanks for tracking down all these issues!  I'll fix it with my next
upload (rsn) and also send a fix to upstream.

Thanks,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#545921: videogen: Multiple issues with the some_modes script.

2010-04-02 Thread Bas Zoetekouw
Hi Ross!

 This script doesn't seem to be updated very frequently.  There are a few
 issues which are fixed in the attached patch:
 * a reference to XF86Config(-4)
 * it fails silently when dialog, whiptail, and gdialog aren't installed
 * the DEF_MINSYNC variable is ignored
 * the logic to check for MINSYNC out of range is wrong and incomplete
 * spelling mistake (choosen)
 * inconsistent command indentation
 Not fixed here: Most recent LCD monitors support reduced blank modes
 which can be generated with the cvt(1) command.  They may be needed
 instead of the modes produced by videogen to obtain good refresh rates
 with high resolution modes on low end video cards.  It would be nice
 if it were also packaged and this script could call it too.

Thanks a lot for your work here.  I don't actually use videogen much
anymore, because of the new fully automatic Xorg detection stuff.  I'll
upload your fixes soon..

Best regards,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#541867: blktrace: Incorrect runlevels in init.d script

2010-04-02 Thread Bas Zoetekouw
Hi Petter!

Sorry for taking so long to react to this bug.

You wrote:

 Hi.  Is the proposed patch ok?  Do blktrace really need to start
 before single user mode is entered?  If not, it would be better to not
 start from rcS.d/ and instead start in runlevels 2-5.  To improve
 single user mode in Debian, as many scripts as possible should be
 moved from rcS.d/ to runlevels 2-5.  Why is the script running in
 runlevel 1, which is intended to be similar to single user mode?

I'm not sure about starting it in runlevel S.  The reason I put it there
in the first place was for consistency with mounting of proc and sys
etc, but I'm not sure it is actually needed suring startup or in
runlevel 1.  I could imagine a scenario where one would like to check
i/o behaviour during boot, but in that case debugfs should probably be
mounted in the initrd anyway.

 Are there some other scripts that need to start after the debug file
 system is mounted?  If this the case, it would be required to make
 sure these scripts depend on mountdebugfs.

Afaik, blktrace is the onlt utiliy that depends on debugfs.  That is
actually the reason that mounting of debugfs was not included in
mountkernfs.  If the situation changes and packages start to depend on
it, it should probabyl still be moved there.

 If this is the case, this patch would be better.  In addition to
 fixing the header for new installations, it make sure to fix existing
 installation to run the script in runlevels 2-5.

Thanks a lot for the patch!  I'll apply it on the next upload (hopefully
rsn).

Best regards,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#575004: nm-applet fails after upgrade

2010-03-22 Thread Bas Zoetekouw
Package: network-manager-gnome
Version: 0.8-1
Severity: important

Lately, after upgrading network-manager/nm-applet/dbus (or a
combination, I'm not sure), the nm-applet disappears from the taskbar.
It is still running tough, even though my wlan is still down.
After killing it, and restarting nm-applet, I get:


** (nm-applet:9881): WARNING **: WARN  request_name(): Could not acquire the 
NetworkManagerUserSettings service.
  Error: (9) Connection :1.22 is not allowed to own the service 
org.freedesktop.NetworkManagerUserSettings due to security policies in the 
configuration file


After a reboot, everything works fine.  Still, pretty annoying.


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

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

Versions of packages network-manager-gnome depends on:
ii  dbus-x111.2.22-1 simple interprocess messaging syst
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gnome-icon-theme2.28.0-1 GNOME Desktop icon theme
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-3 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.22-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.84-1   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgnome-bluetooth7 2.28.6-2 GNOME Bluetooth tools - support li
ii  libgnome-keyring0   2.28.2-1 GNOME keyring services library
ii  libgtk2.0-0 2.18.9-1 The GTK+ graphical user interface 
ii  libnm-glib-vpn1 0.8-1network management framework (GLib
ii  libnm-glib2 0.8-1network management framework (GLib
ii  libnm-util1 0.8-1network management framework (shar
ii  libnotify1 [libnotify1- 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.26.2-2 Layout and rendering of internatio
ii  libxml2 2.7.7.dfsg-1 GNOME XML library
ii  network-manager 0.8-1network management framework daemo
ii  policykit-1-gnome   0.96-2   GNOME authentication agent for Pol
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages network-manager-gnome recommends:
ii  gnome-bluetooth   2.28.6-2   GNOME Bluetooth tools
ii  libpam-gnome-keyring [libpam- 2.28.2-1   PAM module to unlock the GNOME key
ii  mobile-broadband-provider-inf 20100316-1 database of mobile broadband servi
ii  notification-daemon   0.4.0-2a daemon that displays passive pop

Versions of packages network-manager-gnome suggests:
pn  network-manager-openvpn-gnome none (no description available)
pn  network-manager-pptp-gnomenone (no description available)
pn  network-manager-vpnc-gnomenone (no description available)

-- 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#569829: package not in unstable according to pts

2010-02-14 Thread Bas Zoetekouw
Package: qa.debian.org
Severity: normal


It seems there is a small bug in the pts somewhere.  For some
packages, the pts reports they are not in unstable, even though
rmadison (and the pool) says they are.

For example:
http://packages.qa.debian.org/libc/libcompress-raw-bzip2-perl.html
http://packages.qa.debian.org/f/frama-c.html



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

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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
Archive: 
http://lists.debian.org/20100214155254.1703.42826.report...@helena.baz.lan



Bug#569291: ITP: libalgorithm-fuzzycmeans-perl -- perl implementation of Fuzzy c-means clustering

2010-02-11 Thread Bas Zoetekouw
Package: wnpp
Severity: wishlist
Owner: Bas Zoetekouw b...@debian.org

* Package name: libalgorithm-fuzzycmeans-perl
  Version : 0.02
  Upstream Author : Mizuki Fujisawa fujis...@bayon.cc
* URL : http://search.cpan.org/~fujisawa/Algorithm-FuzzyCmeans-0.02
* License : same as Perl
  Programming Lang: perl
  Description : perl implementation of Fuzzy c-means clustering

Algorithm::FuzzyCmeans is a perl implementation of Fuzzy c-means
clustering.

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



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



Bug#568846: missing radeon firmware

2010-02-08 Thread Bas Zoetekouw
Package: firmware-linux-nonfree
Version: 0.22
Severity: normal

Since the upgrade from 0.21 to 0.22, DRI in Xorg fails to
initialize due to missing radeon firmware:

[   98.559671] [drm] Loading RV730 CP Microcode
[   98.559734] platform r600_cp.0: firmware: requesting radeon/RV730_cp.bin
[   98.585848] r600_cp: Failed to load firmware radeon/RV730_cp.bin
[   98.585850] [drm:r600_do_init_cp] *ERROR* Failed to load firmware!

Please include this firmware again.

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#567962: [Pkg-octave-devel] Bug#567962: Bug#567962: needs to be rebuilt against libhdf5-1.8.4

2010-02-08 Thread Bas Zoetekouw
Hi John!

You wrote:

 No, it hasn't changed.  All .oct files depend on liboctinterp, which
 depends on liboctave and a number of other libraries, and liboctave
 depends on libcruft and a number of other libraries.  So ultimately, a
 .oct file is linked with everything taht Octave is linked with.  I
 don't see that it matters whether this is done directly or
 indirectly, and it seems to be that some systems cannot do the linking
 indirectly, so the dependencies are all listed when the .oct file is
 linked.

Which platforms in Debian don't support indirect linking?

AFAIK, indirect linking is superiour to direct linking if the module in
question doesn't use any of the symbols of the library.  The current
situation exactly shows why: if all modules are explicitly linked to all
libraries that octave is linked against, then all of these modules need
to be rebuild if the API or ABI of any of octave's dependencies changes
(like is the case now with libhdf).  This is not only a waste of your
own time, but it also complicates library transitions and makes life for
the release team more difficult.
So, if possible, it would be a good idea not to link against these
libraries unless it's really necessary.

 If you have a better solution that is platform neutral and fits
 within the automake+libtool framework, then please start a thread on
 the maintain...@octave.org list.

It's simply a matter of only linking against any library you actually
use symbols from.

Thanks,
Bas.



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



Bug#525467: gsynaptics: tapping not working after suspend/resume

2010-02-04 Thread Bas Zoetekouw
Hi Mattia!

You wrote:

  can you still reproduce this behaviour with recent updates? Also, I'm
  going to upload version 1.2.0 of the driver, please report if this fixes
  the issue.
 
 I can still reproduce this in xserver-xorg-input-synaptics version 1.2.0-2

It seems to be fixed in 1.2.1-1.

Thanks,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#567437: Grub Fails to upgrade properly to the latest version it comes up with Unknown Filesystem

2010-02-01 Thread Bas Zoetekouw
found 1.98~20100128-1
thanks

Hi,

I can confirm this bug in grub-common 1.98~20100128-1.

[...@basbak2]~ sudo grub-probe --device /dev/sda2 --target=fs
grub-probe: error: unknown filesystem.

[...@basbak2]~ mount|grep sda2
/dev/sda2 on /boot type ext3 (rw)


-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#567962: needs to be rebuilt against libhdf5-1.8.4

2010-02-01 Thread Bas Zoetekouw
Package: octave-specfun
Version: 1.0.8-3
Severity: serious

octave-specfun is currently uninstallable in sid, as it depends on
libhdf5-1.8.3, while octave3.2 depends on libhdf5-1.8.4.

Please rebuild octave-specfun against libhdf5-1.8.4.

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#567962: needs to be rebuilt against libhdf5-1.8.4

2010-02-01 Thread Bas Zoetekouw
Hi!

 octave-specfun is currently uninstallable in sid, as it depends on
 libhdf5-1.8.3, while octave3.2 depends on libhdf5-1.8.4.
 Please rebuild octave-specfun against libhdf5-1.8.4.

Actually, on further inspection, it seems that there is no need at all
to link against libhdf (and zlib, and libfftw3, and libcurses5, etc).
The package itself doesn't use these symbols, so it shouldn't be linked
against them.
This seems to be an issue for all octave packages, BTW.

Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#567975: FP error when filtering an empty vector

2010-02-01 Thread Bas Zoetekouw
Package: octave3.2
Version: 3.2.4-1
Severity: important

Octave crashes when trying to filter() an empty vector:

| octave:1 a=1; b=ones(10,1)/10; foo=filter(b,a,[]);
| panic: Floating point exception -- stopping myself...
| attempting to save variables to `octave-core'...
| save to `octave-core' complete
| zsh: floating point exception  octave

and I'm dropped back into the shell...

Of course, filtering an empty vector doesnt make much sense, but it certainly
shouldn't cause a crash.
FWIT, Matlab simple returns an empty vector.

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#565437: firmware-linux-nonfree: please include R600_rlc.bin and R700_rlc.bin

2010-01-15 Thread Bas Zoetekouw
Package: firmware-linux-nonfree
Version: 0.22
Severity: wishlist

Please include R600_rlc.bin and R700_rlc.bin from 
http://people.freedesktop.org/~agd5f/radeon_ucode/
These are required by 2.6.33's radeon's kernel mode setting.


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

Kernel: Linux 2.6.30-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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#525467: gsynaptics: tapping not working after suspend/resume

2010-01-09 Thread Bas Zoetekouw
Hi Mattia!

You wrote:

 can you still reproduce this behaviour with recent updates? Also, I'm
 going to upload version 1.2.0 of the driver, please report if this fixes
 the issue.

I can still reproduce this in xserver-xorg-input-synaptics version 1.2.0-2

Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#562222: ifupdown init script should depend on local filesystems being mounted

2009-12-23 Thread Bas Zoetekouw
Package: ifupdown
Version: 0.6.9
Severity: normal
Tags: patch

Currently, the /etc/init.d/ifupdown script doesn't depend on any local
filesystems being mounted.  However, it does mess with the local
filesystem (/etc/network/run in particular).  On my system,
/etc/network/run is a link to /var/run, which is a tmpfs filesystem
mounted by mountall.sh.  However, because of the missing dependency,
both of the scripts are ordered as S10 in rcS.d, so that ifupdown is
actaully called before mounting /var/run.

The following patch should do the trick:

--- /tmp/ifupdown   2009-12-24 06:05:06.074492795 +
+++ ifupdown2009-12-24 05:55:37.0 +
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 ### BEGIN INIT INFO
 # Provides:  ifupdown
-# Required-Start:ifupdown-clean
+# Required-Start:ifupdown-clean mountkernfs $local_fs
 # Required-Stop: $local_fs
 # Default-Start: S
 # Default-Stop:  0 6


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

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

Versions of packages ifupdown depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  net-tools 1.60-23The NET-3 networking toolkit

ifupdown recommends no packages.

Versions of packages ifupdown suggests:
ii  dhcp3-client   3.1.3-1   DHCP client
ii  iproute20090324-1networking and traffic control too
ii  ppp2.4.4rel-10.1 Point-to-Point Protocol (PPP) - da

-- 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#561151: pdvipdfm fails to convert eps images

2009-12-14 Thread Bas Zoetekouw
Package: texlive-binaries
Version: 2009-3
File: /usr/bin/dvipdfmx

When trying to run a relatively simple dvi file throgh dvipdfm (simple
text with an external eps image), I get the following:

| [...@helena]blktrace/btt/doc dvipdfm btt.dvi 
| btt.dvi - btt.pdf
| 
| ** WARNING ** Failed to load AGL file pdfglyphlist.txt...
| ** WARNING ** Failed to load AGL file glyphlist.txt...
| [1][2][3][4][5][6][7][8][9][10][11][12][13][14sh: rungs: not found
| 
| ** WARNING ** Filtering file via command --rungs -q -dNOPAUSE -dBATCH 
-sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 
-dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode 
-sOutputFile=/tmp//dvipdfmx.XZxFjbi ./activity.eps -c quit-- failed.
| ** WARNING ** Image format conversion for ./activity.eps failed...
| ** ERROR ** pdf_ref_obj(): passed invalid object.
| 
| Output file removed.

Looking at the strace output, it seems dvipdfmx really seems to try
and run the command rungs rather than simply gs.  

| [...@helena]blktrace/btt/doc strace -ff dvipdfm btt.dvi|grep execve
| execve(/usr/bin/dvipdfm, [dvipdfm, btt.dvi], [/* 68 vars */]) = 0
| [pid 16410] execve(/bin/sh, [sh, -c, rungs -q -dNOPAUSE -dBATCH 
-sPAP...], [/* 74 vars */]) = 0

The command above with s/rungs/gs/ run flawlessly from the command line.


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

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

Versions of packages texlive-binaries depends on:
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-3 GCC support library
ii  libkpathsea5   2009-3TeX Live: path search library for 
ii  libncurses55.7+20090803-2shared libraries for terminal hand
ii  libpng12-0 1.2.41-1  PNG library - runtime
ii  libpoppler50.12.2-2  PDF rendering library
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxaw72:1.0.7-1 X11 Athena Widget library
ii  libxmu62:1.0.5-1 X11 miscellaneous utility library
ii  libxpm41:3.5.8-1 X11 pixmap library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  tex-common 2.03  common infrastructure for building
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

texlive-binaries recommends no packages.

texlive-binaries 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#561151: pdvipdfm fails to convert eps images

2009-12-14 Thread Bas Zoetekouw
Hi!

 Looking at the strace output, it seems dvipdfmx really seems to try
 and run the command rungs rather than simply gs.  
 
 | [...@helena]blktrace/btt/doc strace -ff dvipdfm btt.dvi|grep execve
 | execve(/usr/bin/dvipdfm, [dvipdfm, btt.dvi], [/* 68 vars */]) = 0
 | [pid 16410] execve(/bin/sh, [sh, -c, rungs -q -dNOPAUSE -dBATCH 
 -sPAP...], [/* 74 vars */]) = 0
 
 The command above with s/rungs/gs/ run flawlessly from the command line.

Upon further inspection, it seems the command rungs used to be some
kund of safe wrapper around gs, but that it doesn't exist anymore in
Debian.  
However, in the config file (dvipdfmx.cfg) it explicitly says:

| %% We use the rungs wrapper instead of ps2pdf, becuse we cannot use the
| %% -dSAFER which ps2pdf does: when used with pstricks,
| %% /usr/local/texlive/2009/texmf-dist/dvips/pstricks/pstricks.pro (for
| %% example) needs to be accessed.
| D  rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite 
-dCompatibilityLevel=%v -dAutoFilterGrayImages=false 
-dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false 
-dColorImageFilter=/FlateEncode -sOutputFile=%o %i -c quit

so i'm not sure how to solve this, as runnign a plain gs would probably
open up all kind of weird attacks around insecure posscript code.

Any ideas?

Thanks,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#557476: setting not restored on suspend/resume and login/logout

2009-12-11 Thread Bas Zoetekouw
clone 557476 -1
reassign -1 xserver-xorg-input-synaptics
thanks

The enable tapping settings of gsynaptics are not restored upon
suspend/resume or restart.  I have to run gsynatiptics-init every
time by hand to restore tapping functionality.
   
   It should be run automatically on startup of gnome session, it does not
   start?
  
  Apararently not.  Is there a way for me to check?
 
 Do you have gnome-settings-daemon running?

Yep.

 If so, can you check if it loaded the pointing-device plugin  (eg. by
 looking to /proc/PID/maps whether the plugin is mapped)?

It doesn;t seem to be.  In fact, it doesn't seem to be on my system in
the first place (at least I don't have any files matching
*pointing-device*).  Which package is supposed to provide this plugin?

  Although gnome-session magic could probably solve the issue when loging
  in, I do not log into gnome after suspend/resume, so that would not
  solve the issue after a suspend/resume cycle.
 
 I think the X11 or kernel driver should take care of keeping settings
 over suspend. Try reporting it there.

Cloned and reassigned.


Thanks,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#556652: octave can't load files created by libmatio

2009-12-02 Thread Bas Zoetekouw
Hi Sylvestre!

You wrote:

  It is not an octave bug. I just tried with Scilab and it causes a
  problem with Scilab too.
 
 Ah! Here's a bit more concise test case, which write only 1 integer:
[snip]
 Attached are the output file from this program (foo.mat) and the fiel as
 matlab itself saves it, generated by:
load('foo.mat');
save('foo_matlab.mat','test') 
 in Matlab 2009b.
 Note that the file are 1 byte different in length.

I've analysed these files bij hand (well, using a bit of perl), and as
far as I can determine, both of them comply the the file structure as
described in [1].

I'll proceed to check why libmathio and octave can't read it.

Greetings,
Bas.


[1] 
http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#558742: please provide static library

2009-11-30 Thread Bas Zoetekouw
Package: libbluetooth-dev
Version: 4.57-1
Severity: wishlist

Could you please provide a static version of the libbluetooth library?

Thanks,
Bas.

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#557476: setting not restored on suspend/resume and login/logout

2009-11-24 Thread Bas Zoetekouw
Hi Michal!

You wrote:

  The enable tapping settings of gsynaptics are not restored upon
  suspend/resume or restart.  I have to run gsynatiptics-init every
  time by hand to restore tapping functionality.
 
 It should be run automatically on startup of gnome session, it does not
 start?

Apararently not.  Is there a way for me to check?

Although gnome-session magic could probably solve the issue when loging
in, I do not log into gnome after suspend/resume, so that would not
solve the issue after a suspend/resume cycle.

Bas.





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



Bug#557476: setting not restored on suspend/resume and login/logout

2009-11-22 Thread Bas Zoetekouw
Package: gsynaptics
Version: 0.9.16-3
Severity: normal

The enable tapping settings of gsynaptics are not restored upon
suspend/resume or restart.  I have to run gsynatiptics-init every
time by hand to restore tapping functionality.


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

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

Versions of packages gsynaptics depends on:
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.1-3  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  xserver-xorg-input-syn 1.1.2-1   Synaptics TouchPad driver for X.Or
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

gsynaptics recommends no packages.

gsynaptics 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#556627: qemu bug #556627: still conflicting files

2009-11-19 Thread Bas Zoetekouw
found 0.11.0-5
thanks

Something still isn't right with the conflicts:

Selecting previously deselected package qemu-system.
Unpacking qemu-system (from .../qemu-system_0.11.0-5_amd64.deb) ...
Replacing files in old package qemu ...
Selecting previously deselected package qemu-user.
Unpacking qemu-user (from .../qemu-user_0.11.0-5_amd64.deb) ...
Replacing files in old package qemu ...
Selecting previously deselected package qemu-utils.
Unpacking qemu-utils (from .../qemu-utils_0.11.0-5_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/qemu-utils_0.11.0-5_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/man/man1/qemu-img.1.gz', which is also in 
package qemu 0:0.10.6-1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Preparing to replace qemu 0.10.6-1 (using .../qemu_0.11.0-5_amd64.deb) ...
Unpacking replacement qemu ...


-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#556652: octave can't load files created by libmatio

2009-11-17 Thread Bas Zoetekouw
Package: libmatio0
Version: 1.3.3-5
Severity: normal

octave can't read compressed files written by libmatio.  I'm not sure
if this is a problem in libmatio or in octave, so feel free to
reassign as necessary.

The following program uses libmatio to write a simple data structure
to a compressed mat file:

#include stdio.h
#include string.h
#include errno.h

#include matio.h

#define NRSIGNALS 2
#define NRSAMPLES 100

int write_matfile( const char *fname )
{
mat_t *mat = NULL;
matvar_t **matchannels = NULL;

mat = Mat_Open( fname, 0 );
if ( mat==NULL )
{
fprintf( stderr, Can't open file `%s' for output\n, fname );
return 0;
}

/* allocate memory for the channels */
matchannels = malloc( NRSIGNALS * sizeof(*matchannels) );

/* create a structure for each channel */
for ( int i = 0; i  NRSIGNALS; i++ )
{
int dims[2] = {1,1};
matvar_t ** matdata = malloc( 2 * sizeof(*matdata) );

matdata[0] = Mat_VarCreate( channel,MAT_C_INT16,  
MAT_T_INT16,  2, dims, i, 0 );
matdata[1] = NULL;

matchannels[i] = Mat_VarCreate( , MAT_C_STRUCT, MAT_T_STRUCT, 
2, dims, matdata, 0 );

}

/* the structures for the channels are combined into a single cell 
array */
int dims[2] = {1,NRSIGNALS};
matvar_t * matvar_cell = 
Mat_VarCreate(data,MAT_C_CELL,MAT_T_CELL,2,dims,matchannels,0);

/* write the file to disk */
Mat_VarWrite( mat, matvar_cell, COMPRESSION_ZLIB );
//Mat_VarWrite( mat, matvar_cell, 0 );

Mat_Close( mat );

return 1;

}

int main()
{
write_matfile( /tmp/foo.mat );
return(0);
} 



Observe:

[...@basbak2]/tmp gcc edf2mat.c -std=c99 -lmatio  ./a.out
[...@basbak2]/tmp ls -la foo.mat
-rw-r--r-- 1 bas bas 215 nov 17 13:47 foo.mat
[...@basbak2]/tmp file foo.mat
foo.mat: Matlab v5 mat-file (little endian) version 0x0100
[...@basbak2]/tmp octave3.2 -q
octave3.2:1 load('foo.mat')
error: load: error uncompressing data element


The file loads fine in matlab.  If the file is written without
compression, it also loads fine in octave.



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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#556652: octave can't load files created by libmatio

2009-11-17 Thread Bas Zoetekouw
Hi Sylvestre!

You wrote:

 It is not an octave bug. I just tried with Scilab and it causes a
 problem with Scilab too.

Ah! Here's a bit more concise test case, which write only 1 integer:

#include matio.h

int main()
{
mat_t * mat = Mat_Open( foo.mat, 0 );
if ( mat==NULL ) abort();

int dims[2] = {1,1};
int i = 42;

matvar_t * matvar = Mat_VarCreate( test, MAT_C_INT16, MAT_T_INT16,
2, dims, i, 0 );

#if 1
/* writes broken file */
Mat_VarWrite( mat, matvar, COMPRESSION_ZLIB );
#else
/* writes working file */
Mat_VarWrite( mat, matvar, 0 );
#endif

Mat_Close( mat );

return 0;
}

Attached are the output file from this program (foo.mat) and the fiel as
matlab itself saves it, generated by:
   load('foo.mat');
   save('foo_matlab.mat','test') 
in Matlab 2009b.
Note that the file are 1 byte different in length.

Hope this helps!

Kind regards,
Bas.


foo.mat
Description: Binary data


foo_matlab.mat
Description: Binary data


Bug#551198: lib32asound2-plugins: does not include pulse module

2009-10-16 Thread Bas Zoetekouw
Package: lib32asound2-plugins
Version: 1.0.21-1
Severity: normal

The lib32asound2-plugins package does not include the 32-bit
pulseaudio plugin, even though the long description says it does.


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

Kernel: Linux 2.6.30-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lib32asound2-plugins depends on:
ii  lib32asound2  1.0.21a-1  shared library for ALSA applicatio
ii  libc6-i3862.9-27 GNU C Library: 32-bit shared libra

lib32asound2-plugins recommends no packages.

lib32asound2-plugins 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#551045: ITP: edfbrowser -- a viewer for medical timeseries storage files

2009-10-15 Thread Bas Zoetekouw
Package: wnpp
Severity: wishlist
Owner: Bas Zoetekouw b...@debian.org

* Package name: edfbrowser
  Version : 115
  Upstream Author : Teunis van Beelen teu...@gmail.com
* URL : http://www.teuniz.net/edfbrowser/
* License : GPLv2
  Programming Lang: C++
  Description : a viewer for medical timeseries storage files

EDFbrowser is a viewer for medical timeseries storage files containing
data such as EEG, EMG, and ECG signals.  It supports EDF(+) and BDF(+)
file formats.  
Apart from viewing the files, it can also convert the biomedical files
to other formats.

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



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



Bug#551045: ITP: edfbrowser -- a viewer for medical timeseries storage files

2009-10-15 Thread Bas Zoetekouw
Hi Andreas!

You wrote:

 Do you intend to maintain the package under Debian Med group maintenance
 following Debian Med group policy[1]?  BTW, the policy is not fully up
 to date because it does not mention the newly created git repository.

Sure, that's fine with me.  If you can add me to the debian-med group,
I'll put the packaging stuff there.

 To the Debian Med team: Independently from Bas's answer: to which task
 do we want to add this (prospective) package?  I wonder whether it is
 just tools or if it better fits into practice as well as perhaps
 psychology (mentioning in more than one task is fine as well).

I'd say tools.  The edfbrowser really is just a program to view
biosignal recordings, so practice doesn't really fit, and although of
course cognitive psychologists might use the package, it's not limited
to pure pyschology.

Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#548005: man page refers to non-existing manual

2009-09-23 Thread Bas Zoetekouw
Package: gnuchess
Version: 5.07-5
Severity: normal

Gnuchesses man page refers to /usr/share/doc/gnuchess/MANUAL.gz, which
is not currently included in the package.

Additionally, would it be possible to add a small synopsis of the
various command line options in the man page?

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

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

Versions of packages gnuchess depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand
ii  libreadline5  5.2-3.1GNU readline and history libraries

Versions of packages gnuchess recommends:
pn  gnuchess-book none (no description available)

Versions of packages gnuchess suggests:
pn  xboard | eboard   none (no description available)



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



Bug#545946: please incude documentation

2009-09-10 Thread Bas Zoetekouw
Package: libmatio-dev
Version: 1.3.3-4
Severity: wishlist

Please include the API documentation of the library in the package.
The pdf can be downloaded at the sourceforge page.
Thanks!

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#542777: CVE-2009-1884: Off-by-one error in the bzinflate function in Bzip2.xs

2009-08-27 Thread Bas Zoetekouw
Hi Niko!

You wrote:

 FYI I'm preparing stable updates of perl and libcompress-raw-zlib-perl
 because of the identical issue in Compress-Raw-Zlib (CVE-2009-1391). The
 security team recommended this because they are too busy to prepare DSAs
 for such minor issues.
 
 Please consider updating libcompress-raw-bzip2-perl too. The window for
 the next stable update is closing this weekend.

Unfortunately I don't have access to my Debian machines at the moment
(I'm in the middle of moving house).  Gregor volunteered to NMU the
package though.
Gregor, do you think you'll have time to NMU on such short notice?

Thanks,
Bas.



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



Bug#404674: amarok doesn't detect disappearing database server

2009-07-27 Thread Bas Zoetekouw
Hi Modestas!

You wrote:

 PostgreSQL is not supported in Amarok 2 as of 2.1.1. But when it is supported 
 again, it will use entirely different architecture (Qt4 PostgreSQL plugin). 
 Since your bug is against old PostgreSQL code, I'm closing it.

Does that mean you will be replacing amarok by amarok2 in unstable?
Please don't:  I tries amarok2 a few weeks ago, and it is missing a lot
of functionality that I use in amarok1 (in particular regarding
scobbling and iPod support).

Thanks,
Bas.


-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#536427: fancyvbr.sty depends on ragged2e.sty from texlive-latex-extra

2009-07-09 Thread Bas Zoetekouw
Package: texlive-latex-recommended
Version: 2007.dfsg.2-4
Severity: normal

fancyvrb.sty depends on ragged2e.sty, which is in texlive-latex-extra.
I guess you don't want to depend on the -extra package, so please move
fancyvrb,sty to -extra.


 | 
 | ! LaTeX Error: File `ragged2e.sty' not found.
 | 
 | Type X to quit or RETURN to proceed,
 | or enter new name. (Default extension: sty)
 | 
 | Enter file name: 
 | ! Emergency stop.
 | read * 
 |  
 | l.70 \usepackage
 | {fancyvrb}^^M
 | !  == Fatal error occurred, no output PDF file produced!
 | 


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

Kernel: Linux 2.6.23.1 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages texlive-latex-recommended depends on:
ii  dpkg   1.15.2Debian package management system
ii  tex-common 1.20  common infrastructure for building
ii  texlive-common 2007.dfsg.2-4 TeX Live: Base component
ii  texlive-latex-base 2007.dfsg.2-4 TeX Live: Basic LaTeX packages

Versions of packages texlive-latex-recommended recommends:
pn  latex-beamer   none(no description available)
pn  latex-xcolor   none(no description available)
pn  prospernone(no description available)
ii  texlive-latex-recommended- 2007.dfsg.2-4 TeX Live: Documentation files for 

texlive-latex-recommended suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  dpkg  1.15.2 Debian package management system
ii  ucf   3.0018 Update Configuration File: preserv

Versions of packages texlive-latex-recommended is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)
ii  tex-common1.20   common infrastructure for building

-- debconf information excluded



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



Bug#511360: freesci: does not support Dvorak keyboard layouts

2009-07-09 Thread Bas Zoetekouw
Hi Phil!

You wrote:

 In a game which requires typing, it is assumed that your keyboard is
 QWERTY. 
 I am quite used to a Dvorak keyboard layout now, so when playing, for
 instance, Leisure Suit Larry 2, I find I am typing nonsense.

I've just uploaded a new upstream version of freesci to the archive.
Could you please test if this bug still applies to the new version?

In any case, upstream development on freesci has stopped, because the
Freesci codebase has been merged into ScummVM.  Maybe you could also
check of this bug is also present there, and if so, also file it.

Thanks!
Bas.

-- 
Kind regards,
Bas Zoetekouw.



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



Bug#536218: please include static library

2009-07-08 Thread Bas Zoetekouw
Package: libqwt5-qt4-dev
Version: 5.2.0-1
Severity: normal

Please include a static version of the libqwt library in the -dev
packages.  It is pretty convenient to be able to statically compile in
libqwt in one's programs when deploying it to other people.

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

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#535566: lintian: check for shipping of /usr/share/info/dir(.gz)?

2009-07-03 Thread Bas Zoetekouw
Package: lintian
Version: 2.2.12
Severity: wishlist

Please add a test for lintian to check for the existence of
/usr/share/info/dir(.gz)? in debs.  

Upstream build systems usually install these files when they install
info pages using install-info, but in Debian, the dir file is
generated in an install-info trigger on install time and should not be
shipped in the deb.

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535322 for
en example of such a bug.


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

Kernel: Linux 2.6.30-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.19.1-1  The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.3Debian package development tools
ii  file   5.03-1Determines file type using magic
ii  gettext0.17-6GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.23Perl interface to libapt-pkg
ii  libipc-run-perl0.82-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  man-db 2.5.5-2   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.0-23 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.5-2on-line manual pager

-- no debconf information



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



Bug#535577: debian-policy: what to do with user-generated data (databases) on purge

2009-07-03 Thread Bas Zoetekouw
Package: debian-policy
Version: 3.8.2.0
Severity: wishlist

Currently, policy is rather unclear on what to do with user-generated
content, such as the content of databases, on purge.  Afaics, the only
cases that are mentioned are those of conffiles and log files (both of
which are to be removed at purge).

I would argue that databses and such should NOT be removed on purge
without asking the user explicitly

The immediate cause of me filing this bug, was the apt-get upgrade I
just did, which upgraded postgres-8.3 to postgres-8.4 on my system.
However, postgres apparently doesn't automatically migrate the user
data to the next version, but still postgress-8.3 was marked as
candidate for autoremoval.  When I autoremoved the packages (with
--purge), I did't notice postgres-8.3 in the list, an I certainly
didn't expect it to eat my databases without asking me first.
Sure, I should have paid more attention, but I still think that we
shoudl try to protect users like me from themselves liek this, and at
least _ask_ before removing databases (and other data).

Please let me know what you think,
Bas.


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

Kernel: Linux 2.6.30-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.3  utilities to manage online documen

-- 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#524672: libimdb-film-perl: release_dates failure

2009-06-30 Thread Bas Zoetekouw
Hi Vincent!

You wrote:

  $VAR1 = [
{
  'country' = 'Austria',
  'date' = 'USA, 16 October'
},
 [...]
  which looks correct.  Could you please send me an example program that
  shows what exactly goed wrong?
 
 I don't understand your answer. USA, 16 October is not correct
 as a date. It should have been October, 1968. Also, the date
 for USA is missing.

ARG, you're totally right, I must have been asleep yesterday

Thanks for your report, I'll forward it to the upstream maintainer.

Thanks,
bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#524672: libimdb-film-perl: release_dates failure

2009-06-30 Thread Bas Zoetekouw
forwarded 524672 https://rt.cpan.org/Ticket/Display.html?id=47457
thanks

Hi Vincent!

I've entered the bug in upstream's bug tracker: 
https://rt.cpan.org/Ticket/Display.html?id=47457

Thanks,
Bas.

You wrote:

 Hi,
 
 On 2009-06-29 16:11:54 +0200, Bas Zoetekouw wrote:
  You wrote:
   release_dates doesn't work correctly. For instance, on 62755, I get:
 country: Austria
 date: USA, 16 October
  
  I'm not sure what you mean.  For 0062755, I get this for
  release_dates():
  
  $VAR1 = [
{
  'country' = 'Austria',
  'date' = 'USA, 16 October'
},
 [...]
  which looks correct.  Could you please send me an example program that
  shows what exactly goed wrong?
 
 I don't understand your answer. USA, 16 October is not correct
 as a date. It should have been October, 1968. Also, the date
 for USA is missing.
 
   And more generally, the attributes are missing.
  
  Which attributes do you mean?
 
 What sometimes follows the date, e.g. (re-release). See for instance:
 
   http://www.imdb.com/title/tt0062755/releaseinfo
 
 -- 
 Vincent Lefèvre vinc...@vinc17.org - Web: http://www.vinc17.org/
 100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
 Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
 

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#524672: libimdb-film-perl: release_dates failure

2009-06-29 Thread Bas Zoetekouw
tag 524672 + moreinfo
thanks

Hi Vincent!

You wrote:

 release_dates doesn't work correctly. For instance, on 62755, I get:
   country: Austria
   date: USA, 16 October

I'm not sure what you mean.  For 0062755, I get this for
release_dates():

$VAR1 = [
  {
'country' = 'Austria',
'date' = 'USA, 16 October'
  },
  {
'country' = 'France',
'date' = '30 October, 1968'
  },
  {
'country' = 'West Germany',
'date' = '8 November, 1968'
  },
  {
'country' = 'Sweden',
'date' = '11 November, 1968'
  },
  {
'country' = 'Finland',
'date' = '29 November, 1968'
  },
  {
'country' = 'Japan',
'date' = '7 December, 1968'
  },
  {
'country' = 'Denmark',
'date' = '18 December, 1968'
  },
  {
'country' = 'France',
'date' = '30 August, 2000'
  },
  {
'country' = 'France',
'date' = '2 February, 2005'
  },
  {
'country' = 'Greece',
'date' = '23 October, 2006'
  },
  {
'country' = 'France',
'date' = '25 March, 2009'
  }
];

which looks correct.  Could you please send me an example program that
shows what exactly goed wrong?

 And more generally, the attributes are missing.

Which attributes do you mean?

Thanks,
Bas.

-- 
Kind regards,
Bas Zoetekouw.



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



Bug#523323: closed by Jon Dowland jon+...@alcopop.org (orig.tar.gz identical to upstream)

2009-06-28 Thread Bas Zoetekouw
reopen 523323
thanks

You wrote:

 Hello, I have just downloaded the upstream source from
 http://openarena.ws/svn/source/081/ and compared the
 unpacked tar.bz2 to the Debian orig.tar.gz.  The only
 difference is a .svnignore file is present in the Debian
 archive.
 Therefore there is no missing source code.

but as I reported before:

 Some parts of the openarena source code seems to be missing from the
 debian packages, in particular the files that are supposed to be in
 code/cgame/.  These files contain the actual game logic, so I think
 the compiled versions of these files end up in the openarena-data
 package somewhere.

So the code that is missing is 
http://openarena.ws/svn/source/code/cgame/

Ít's too bad that upstream isn't included these sources in their release
tarballs, but that's no excuse for Debian not to distribute the complete
source to the game, including the game logic.

Thanks,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#532591: pinfo: please add dependency on install-info

2009-06-22 Thread Bas Zoetekouw
Hi Norbert!

You wrote:

  Please add install-info to your dependencies of pinfo *if* you use
  the dir file in /usr/share/info (if not you can ignore/close this bug
  report).
 
 I have prepared an NMU that does this, please find the debdiff attached. 
 I am planning to upload it in approximate 10 days unless you instruct me
 otherwise.

Please go ahead with the NMU;  I haven't had much time lately to fix
this.

Greetings,
Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#521272: doesn't work at all anymore

2009-04-23 Thread Bas Zoetekouw
Hi Josselin!

You wrote:

  I have the same problem, i.e. evince freezes just after starting and
  opening its window. Curiously, it resumes normal operation when I kill
  gnome-settings-daemon and keeps alive even though gnome-settings-daemon
   automatically gets restarted.
 
 I’m afraid I still can’t reproduce that on an up-to-date unstable
 system. If this still happens for you, could you please obtain a
 backtrace at the moment the process is blocking?

Attached are two backtraces: one while starting the application, and one
after it has started but when it is non-responsive.

Hope this helps.

Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+
(gdb) bt full
#0  0x7f62072df90f in poll () from /lib/libc.so.6
No symbol table info available.
#1  0x7f62095b4ca9 in _dbus_poll (fds=0x7fff13d05610, n_fds=1, 
timeout_milliseconds=25000) at dbus-sysdeps-unix.c:1938
No locals.
#2  0x7f62095aa118 in socket_do_iteration (transport=0x24a9ef0, flags=6, 
timeout_milliseconds=25000)
at dbus-transport-socket.c:1046
socket_transport = (DBusTransportSocket *) 0x24a9ef0
poll_fd = {fd = 7, events = 1, revents = 0}
poll_res = 0
poll_timeout = 25000
#3  0x7f62095a89d3 in _dbus_transport_do_iteration (transport=0x24a9ef0, 
flags=6, timeout_milliseconds=25000)
at dbus-transport.c:956
No locals.
#4  0x7f620958c64d in _dbus_connection_do_iteration_unlocked 
(connection=0x24aa3b0, flags=6, timeout_milliseconds=25000)
at dbus-connection.c:1150
No locals.
#5  0x7f620958dd43 in _dbus_connection_block_pending_call 
(pending=0x2493050) at dbus-connection.c:2381
start_tv_sec = 1240494900
start_tv_usec = 605503
end_tv_sec = 1240494925
end_tv_usec = 605503
tv_sec = 1240494900
tv_usec = 605539
status = DBUS_DISPATCH_DATA_REMAINS
connection = (DBusConnection *) 0x24aa3b0
client_serial = 5
timeout_milliseconds = 25000
#6  0x7f62095a2344 in dbus_pending_call_block (pending=0x2493050) at 
dbus-pending-call.c:707
__FUNCTION__ = dbus_pending_call_block
#7  0x7f62097d9925 in dbus_g_proxy_end_call_internal (proxy=0x2493dd0, 
call_id=value optimized out, error=0x0, 
first_arg_type=0, args=0x7fff13d05940) at dbus-gproxy.c:2264
reply = value optimized out
msgiter = {dummy1 = 0x1, dummy2 = 0x24aa3b0, dummy3 = 
332421088, dummy4 = 32767, dummy5 = 11259375, 
  dummy6 = 0, dummy7 = 332421088, dummy8 = 32767, dummy9 = 156820398, dummy10 = 
32610, dummy11 = 0, pad1 = 0, 
  pad2 = 38446000, pad3 = 0x7f6207c52dc8}
derror = {
  name = 0x7f620959b040 UH\211�H\203� 
h\211}�h\211u�h\213e�h\211e�h\213e�h\211e�h\213e�h\...@ph\211�h��h\213}���u, 
  message = 0x Address 0x out of bounds, dummy1 = 0, dummy2 = 
0, dummy3 = 0, dummy4 = 0, dummy5 = 0, 
  padding1 = 0x220d20}
args_unwind = {{gp_offset = 48, fp_offset = 48, overflow_arg_area = 
0x7fff13d05a68, reg_save_area = 0x7fff13d05960}}
over = value optimized out
n_retvals_processed = value optimized out
ret = value optimized out
valtype = value optimized out
priv = (DBusGProxyPrivate *) 0x2493df0
__PRETTY_FUNCTION__ = dbus_g_proxy_end_call_internal
#8  0x7f62097da620 in dbus_g_proxy_call (proxy=0x2493dd0, method=0x45f16f 
GrabMediaPlayerKeys, error=0x0, 
first_arg_type=38350376) at dbus-gproxy.c:2593
ret = value optimized out
call_id = 1
args = {{gp_offset = 48, fp_offset = 48, overflow_arg_area = 
0x7fff13d05a68, reg_save_area = 0x7fff13d05960}}
in_args = (GValueArray *) 0x24646c0
__PRETTY_FUNCTION__ = dbus_g_proxy_call
#9  0x00423d06 in ev_media_player_keys_init (keys=0x2464680) at 
ev-media-player-keys.c:96
connection = (DBusGConnection *) 0x24aa3b8
err = (GError *) 0x0
#10 0x7f6207c7cb65 in g_type_create_instance () from 
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0x7f6207c6145b in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0x7f6207c61aa3 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#13 0x7f6207c625e7 in g_object_new_valist () from 
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#14 0x7f6207c6272c in g_object_new () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#15 0x0041f96d in ev_application_init (ev_application=0x2494580) at 
ev-application.c:796
i = 6
home_dir = value optimized out
#16 0x7f6207c7cb65 in g_type_create_instance () from 
/usr/lib

Bug#521272: doesn't work at all anymore

2009-04-23 Thread Bas Zoetekouw
Hi Josselin!

   I have the same problem, i.e. evince freezes just after starting and
   opening its window. Curiously, it resumes normal operation when I kill
   gnome-settings-daemon and keeps alive even though gnome-settings-daemon
automatically gets restarted.
  
  I’m afraid I still can’t reproduce that on an up-to-date unstable
  system. If this still happens for you, could you please obtain a
  backtrace at the moment the process is blocking?
 
 Attached are two backtraces: one while starting the application, and one
 after it has started but when it is non-responsive.

Hmm, after a reboot the problem has mysteriously disappeared.  Maybe
still some gnome 2.22 stuff was in the way?

Bas.

-- 
+--+
| Bas Zoetekouw  | Sweet day, so cool, so calm, so bright, |
|| The bridall of the earth and skie:  |
| b...@zoetekouw.net  | The dew shall weep thy fall tonight;|
+|For thou must die.   |
 +-+



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



Bug#524462: gnomebaker: fails to detect cdrw driver

2009-04-17 Thread Bas Zoetekouw
Package: gnomebaker
Version: 0.6.4-1
Severity: important

Gnome-baker doesn't detect my cdrw drive (in the burn dialog, there is
no drive to select).  When starting up, it already complains:

** (gnomebaker:14231): WARNING **: devices_get_ide_device - Failed to open 
/proc/ide/hde/model
** (gnomebaker:14231): CRITICAL **: devices_add_device: assertion `device_name 
!= NULL' failed
** (gnomebaker:14231): WARNING **: gbcommon_close_temp_file - Temporary file 
descriptor [/tmp/GnomeBaker-root/gnomebaker-FY4ISU] could not be closed
** (gnomebaker:14231): WARNING **: devices_is_disk_inserted - ioctl failed
** (gnomebaker:14231): WARNING **: devices_eject_disk - Error opening device 
(null)

It doesn't matter if I run it as root or not.
I indeed do not have /proc/ide, as it is depricated in favour os
/sys/bus/ide.

Other burn toold (nautilus, brasero correctly detect the drive and are
able to burn disks.  Wodim reports: 

[...@eleanor]/tmp wodim -scanbus
scsibus1000:
1000,0,0 10) *
1000,1,0 11) *
1000,2,0 12) *
1000,3,0 13) *
1000,4,0 14) 'PIONEER ' 'DVD-RW  DVR-110D' '1.11' Removable CD-ROM
1000,5,0 15) *
1000,6,0 16) *
1000,7,0 17) *




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

Kernel: Linux 2.6.27.8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnomebaker depends on:
ii  cdrdao 1:1.2.2-17records CDs in Disk-At-Once (DAO) 
ii  dvd+rw-tools   7.1-4 DVD+-RW/R tools
ii  genisoimage9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem
pn  gstreamer0.10-ffmpeg   none(no description available)
pn  gstreamer0.10-plugins-base none(no description available)
ii  gstreamer0.10-plugins-good 0.10.14-2 GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly 0.10.11-1 GStreamer plugins from the ugly 
ii  icedax 9:1.1.9-1 Creates WAV files from audio CDs
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-7 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.12-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.80-3simple interprocess messaging syst
pn  libgconf2-4none(no description available)
pn  libglade2-0none(no description available)
pn  libglib2.0-0   none(no description available)
ii  libgnome2-02.24.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User Interf
pn  libgnomevfs2-0 none(no description available)
pn  libgstreamer0.10-0 none(no description available)
pn  libgtk2.0-0none(no description available)
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk 0.4.5-1   sends desktop notifications to a n
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
pn  libpango1.0-0  none(no description available)
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  wodim  9:1.1.9-1 command line CD/DVD writing tool

gnomebaker recommends no packages.

gnomebaker 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



  1   2   3   4   5   6   >