Bug#507185: Customised third-party code in Moodle

2008-11-28 Thread Francois Marier
severity 507185 normal
thanks

Hi Steffen,

Thanks for taking the time to find and list all of these third-party
libraries.

We do want to eliminate these as much as possible (the last upload removed
smarty and yui for example [0]) and reduce our time spent fixing security
bugs in third-party software.

Unfortunately, many of these libraries had to be customised in Moodle. For
instance, these ones have documented customisations:

 - libphp-snoopy [1]
 - libphp-adodb [2]
 - libphp-phpmailer [3]
 - pclzip [4] (which was missing from your list)

I believe that this one has also been customised but it's not currently
documented:

 - tinymce

I hadn't yet seen this one (thanks for the heads up!), but it's not
available in Lenny:

 - libmarkdown-php

Finally, I couldn't find Debian packages for these ones, are they in Debian
already?

 - domxml-php4-to-php5.php
 - kses

Cheers,
Francois

[0] 
http://git.debian.org/?p=pkg-moodle/moodle.git;a=blob;f=debian/changelog;hb=lenny
[1] 
http://git.catalyst.net.nz/gitweb?p=moodle-r2.git;a=blob;f=lib/snoopy/moodle_readme.txt;hb=cvshead
[2] 
http://git.catalyst.net.nz/gitweb?p=moodle-r2.git;a=blob;f=lib/adodb/readme_moodle.txt;hb=cvshead
[3] 
http://git.catalyst.net.nz/gitweb?p=moodle-r2.git;a=blob;f=lib/phpmailer/README_MOODLE.txt;hb=cvshead
[4] 
http://git.catalyst.net.nz/gitweb?p=moodle-r2.git;a=blob;f=lib/pclzip/readme_moodle.txt;hb=cvshead



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



Bug#507185: Customised third-party code in Moodle

2008-11-28 Thread Francois Marier
On 2008-11-29 at 13:01:23, Francois Marier wrote:
 I hadn't yet seen this one (thanks for the heads up!), but it's not
 available in Lenny:
 
  - libmarkdown-php

Actually Moodle is using PHP Markdown Extra, which is a different upstream
source package:

  http://michelf.com/projects/php-markdown/

Cheers,
Francois



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



Bug#441013: Moodle has a customised version of adodb

2008-11-28 Thread Francois Marier
Hi Daniel,

At this time we cannot directly depend on the libadodb-php package in Debian
because Moodle uses a customised version of it:

  
http://git.catalyst.net.nz/gitweb?p=moodle-r2.git;a=blob;f=lib/adodb/readme_moodle.txt;hb=cvshead

Let's keep this bug open however to make sure we don't lose track of this.

Cheers,
Francois



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



Bug#375290: Moodle has a customised version of MagpieRSS

2008-11-28 Thread Francois Marier
Hi Marcelo,

The copy of MagpieRSS in Moodle has a few customisations which have not been
pushed upstream yet:

  
http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=blob;f=lib/magpie/README_MOODLE.txt;hb=cvshead

So we cannot depend on magpierss at this time, but let's keep this bug open
until the situation is resolved.

Cheers,
Francois



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



Bug#443949: Moodle has a sligthly customised version of snoopy

2008-11-28 Thread Francois Marier
Hi Marcelo,

The copy of snoopy in Moodle has these small customisations:

  
http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=blob;f=lib/snoopy/moodle_readme.txt;hb=cvshead

If we can get them upstream (or in the Debian package) then we could look at
simply depending on the package in Debian.

Cheers,
Francois



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



Bug#566944: coreutils: progress bar patch for cp

2010-01-25 Thread Francois Marier
Package: coreutils
Version: 8.4-1
Severity: wishlist

Someone wrote a patch which adds a nice little progress bar for cp:

  http://freshmeat.net/projects/advanced-copy

I'd rather see this upstream (and disabled by default I guess) but I
like the idea.

Cheers,
Francois



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



Bug#566080: The dependency has been removed entirely in safe-rm 0.8

2010-01-31 Thread Francois Marier
Hi Penny,

I removed that dependency entirely from safe-rm 0.8 so this shouldn't be a
problem in future perl upgrades.

That said, you're right, it doesn't actually solve the problem because
unless you upgrade your version of safe-rm before upgrading perl, then
you'll run into this problem.

On the other hand, I'm not sure what I can do from the safe-rm side (other
than what I've done -- removing the dependency). I'm guessing that something
would need to be done on the perl side but I hesitate to reassign the
bug. Given the difference in the popcon score between perl and safe-rm, I
doubt they will want to add checks in their package to make sure that
safe-rm is at least 0.8.

Cheers,

Francois



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



Bug#567857: /usr/bin/join: file 2 is not in sorted order

2010-01-31 Thread Francois Marier
Package: tiger
Version: 1:3.2.3-1
Severity: normal

These errors/warnings get printed in the cron output:

  Date: Mon,  1 Feb 2010 03:00:01 +1300 (NZDT)
  From: Cron Daemon
  To: root
  Subject: Cron roottest -x /usr/sbin/tigercron  { [ -r $DEFAULT ]  
.
  $DEFAULT ; nice -n$NICETIGER /usr/sbin/tigercron -q ; }

  /usr/bin/join: file 2 is not in sorted order
  /usr/bin/join: file 2 is not in sorted order

Francois

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

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

Versions of packages tiger depends on:
ii  binutils  2.20-5 The GNU assembler, linker and bina
ii  bsdmainutils  8.0.6  collection of more utilities from 
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages tiger recommends:
ii  chkrootkit0.49-3 rootkit detector
pn  john  none (no description available)
ii  postfix [mail-transport-agent 2.6.5-3High-performance mail transport ag

Versions of packages tiger suggests:
ii  lsof   4.81.dfsg.1-1 List open files

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:

-- debsums errors found:
debsums: changed file /usr/lib/tiger/systems/Linux/2/gen_mounts (from tiger 
package)



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



Bug#558188: bc: Changes made in 1.06.94-3.1 NMU have been lost

2009-11-26 Thread Francois Marier
Package: bc
Version: 1.06.95-2
Severity: normal

Hi,

It looks like the changes I made in my 1.06.94-3.1 NMU have been lost.

  http://packages.qa.debian.org/b/bc/news/20090417T061711Z.html

Specifically, I am thinking of:

   * Apply patch to restore the .dcrc config file (closes: #472250)
   * Merge patch from Ubuntu to notice read and write errors on
 input and output (closes: #488735)
   * Include the bc manual (HTML) in the bc binary package
   * debian/control: Add homepage field
   * Fix hyphens in the bc and dc manpages
   * Add a watch file
   * debian/dc.doc-base: Remove leading whitespace
   * debian/dc.doc-base: Move to section Science/Mathematics

I have reopened the two bugs that were closed in my NMU.

Cheers,
Francois



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



Bug#558997: sudo is unusable and closes my terminal as soon as I type a single letter

2009-11-30 Thread Francois Marier
Package: sudo
Version: 1.7.2p1-1
Severity: grave
Justification: renders package unusable

sudo is no longer working on my box.

If I do something like sudo -v or sudo ls, sudo closes as soon as I type 
the first
letter of my password. Furthermore, it closes the terminal in which it was 
started.

Whether it's a gnome-terminal or vt1, the underlying terminal logs out.

No segfaults are detected and I don't see any error messages in the logs.

I'm not sure how to debug this further...

Cheers,
Francois

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

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

Versions of packages sudo depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libpam-modules1.1.0-4Pluggable Authentication Modules f
ii  libpam0g  1.1.0-4Pluggable Authentication Modules l

sudo recommends no packages.

sudo 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#559257: ninja: Ninja doesn't log errors anywhere?

2009-12-02 Thread Francois Marier
Package: ninja
Version: 0.1.2-5
Severity: normal

Ninja should either log the processes that it kills in its own logfile or 
(ideally) in
syslog.

Otherwise, it can be really confusing to the admin when random processes start 
to die.

Cheers,
Francois

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

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

Versions of packages ninja depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries

ninja recommends no packages.

ninja 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#559258: ninja: The initscript doesn't capture the pid properly

2009-12-02 Thread Francois Marier
Package: ninja
Version: 0.1.2-5
Severity: normal

Because the pid is not captured properly after starting the daemon, the 'stop' 
and 'status'
actions do not work. Also, an error is returned when 'start' is invoked.

Cheers,
Francois

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

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

Versions of packages ninja depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries

ninja recommends no packages.

ninja 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#559259: ninja: Default config file should not have automatic kills enabled

2009-12-02 Thread Francois Marier
Package: ninja
Version: 0.1.2-5
Severity: critical
Justification: breaks unrelated software

This is a really easy fix, but I feel like it's quite critical because I forgot 
that I had
ninja installed and all of a sudden random things on my system (sudo, hal, 
dbus) started
breaking without noting anything in the logs.

To minimise surprises like these, I would recommend defaulting to:

  no_kill = yes
  no_kill_ppid = yes

Cheers,
Francois

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

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

Versions of packages ninja depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries

ninja recommends no packages.

ninja 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#558997: sudo is unusable and closes my terminal as soon as I type a single letter

2009-12-02 Thread Francois Marier
To avoid people being surprised by ninja breaking things they depend on, I
suggest the whitelist should contain at least these:

  /usr/bin/passwd:users:
  /bin/su:users:
  /usr/bin/sudo:users:

('tom' should not be in there and 'admins' is not one of the default Debian
groups as far as I know)

Cheers,
Francois



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



Bug#558997: List of binaries to whitelist

2009-12-02 Thread Francois Marier
This guy has a bigger list of things that should be whitelisted:

  http://blog.bodhizazen.net/linux/how-to-ninja/comment-page-1/

/bin/fusermount:users:
/usr/bin/passwd:users:
/usr/bin/pulseaudio:users:
/usr/sbin/hald:haldaemon:
/usr/lib/hal/hald-runner:haldaemon:

Cheers,
Francois



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



Bug#559257: Segfault when specifying a logfile

2009-12-02 Thread Francois Marier
I put this in /etc/ninja/ninja.conf:

  logfile = /var/log/ninja.log

That file has 640 permissions with an ownership of root:adm.

Ninja won't start with this logfile configured in. The initscript crashes
with:

  # /etc/init.d/ninja start
  Starting privilege escalation detection system for GNU/Linux: log: reading 
configuration file: /etc/ninja/ninja.conf
  log: ninja version 0.1.2 initializing
  log: magic group: gid=0 (root)
  die: got signal SIGSEGV -- segmentation fault

And I get this in dmesg:

  grsec: Segmentation fault occurred at 0003 in 
/usr/sbin/ninja[ninja:18323] uid/euid:0/0 gid/egid:0/0, parent 
/etc/init.d/ninja[ninja:18322] uid/euid:0/0 gid/egid:0/0

I hope this helps.

Cheers,
Francois



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



Bug#502905: Not fixed

2008-10-22 Thread Francois Marier
On 2008-10-22 at 17:43:59, Patrick Wiseman wrote:
 If the latest docvert, which installed with testing updates this morning,
 was supposed to have fixed the problem, it didn't.  I had exactly the same
 problem this morning, with the boot process hanging interminably.  I had to
 reboot into single-user mode and move the S20docvert-* processes to
 K80docvert-*, and booting then proceeded normally.

Can you check the exact version of the package you have on your system?

  dpkg -l docvert*

Also, can you attach these files to your response:
   /etc/init.d/docvert-*

Cheers,

Francois



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



Bug#502905: Not fixed

2008-10-22 Thread Francois Marier
On 2008-10-22 at 18:47:47, Patrick Wiseman wrote:
 rc  docvert-openoffice 3.4-3  Converts word processor
 files to HTML using OpenOffice

This is the old package, try apt-get remove --purge docvert-openoffice

I noticed that you have a /etc/init.d/docvert-openoffice initscript on your
system. Does it go away after you purge the docvert-openoffice package?

That's an old broken initscript so if you remove it from your system, you
should be able to boot without problems.

Let me know how that goes though, I want to make sure that it's fixed in
Lenny.

Cheers,
Francois



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



Bug#412289: Fixing the /var/run on tmpfs issue

2008-10-22 Thread Francois Marier
Well, I think that adding the mkdir -p call to the initscript is a really
easy way to solve the main problem (linuxlogo not working at all if /var/run
is on tmpfs).

Francois



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



Bug#564269: argyll: deprecated udev function in /lib/udev/rules.d/45-Argyll.rules

2010-01-08 Thread Francois Marier
Package: argyll
Version: 1.1.0~rc4-1
Severity: normal

After installing argyll, I get the following in my logs:

Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:14
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:17
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:20
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:23
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:26
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:29
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:32
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:35
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:38
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:41
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:44
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/45-Argyll.rules:47
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:14
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:17
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:20
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:23
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:26
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:29
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:32
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:35
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:38
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event device, or
ATTRS{}= to match a parent device, in /lib/udev/rules.d/55-Argyll.rules:41
Jan  8 23:01:35 isafjordur udevd[1253]: SYSFS{}= will be removed in a future 
udev version, please use ATTR{}= to match the event 

Bug#568560: fuzzyocr: FuzzyOcr incompatible with current version of perl?

2010-02-05 Thread Francois Marier
Package: fuzzyocr
Version: 3.5.1+svn135-1.2
Severity: important

It appears that FuzzyOcr no longer runs on my sid box. I get a lot of these in 
my logs:

  spamd[23016]: FuzzyOcr: Error running preprocessor(ppmtopgm): 
/usr/bin/ppmtopgm
  spamd[23016]: FuzzyOcr: Errors in Scanset ocrad-decolorize-invert
  spamd[23016]: FuzzyOcr: Return code: 2048, Error: save_execute: Insecure 
dependency in exec while running setuid at /usr/share/perl5/FuzzyOcr/Misc.pm 
line 188.
  spamd[23016]: FuzzyOcr: Skipping scanset because of errors, trying next...
  spamd[23016]: FuzzyOcr: Error running preprocessor(ppmtopgm): 
/usr/bin/ppmtopgm
  spamd[23016]: FuzzyOcr: Errors in Scanset ocrad-decolorize
  spamd[23016]: FuzzyOcr: Return code: 2048, Error: save_execute: Insecure 
dependency in exec while running setuid at /usr/share/perl5/FuzzyOcr/Misc.pm 
line 188.
  spamd[23016]: FuzzyOcr: Skipping scanset because of errors, trying next...
  spamd[23016]: FuzzyOcr: Unable to read output from 
/tmp/.spamassassin23016gw80E3tmp/scanset.tesseract.out.txt for scanset 
tesseract
  spamd[23016]: FuzzyOcr: Errors in Scanset tesseract
  spamd[23016]: FuzzyOcr: Return code: 2048, Error: save_execute: Insecure 
dependency in exec while running setuid at /usr/share/perl5/FuzzyOcr/Misc.pm 
line 188.
  spamd[23016]: FuzzyOcr: Skipping scanset because of errors, trying next...

Could it be that FuzzyOcr doesn't work with Perl 5.10?

Francois

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

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

Versions of packages fuzzyocr depends on:
ii  giflib-tools  4.1.6-9library for GIF images (utilities)
ii  gifsicle  1.58-1 Tool for manipulating GIF images
ii  gocr  0.46-2.1   A command line OCR
pi  libdbd-mysql-perl 4.012-1+b1 A Perl5 database interface to the 
ii  libmldbm-sync-perl0.30-3 Perl module for safe concurrent ac
ii  libstring-approx-perl 3.26-1 Perl extension for approximate mat
ii  libtie-cache-perl 0.17-4 perl Tie::Cache - LRU Cache in Mem
ii  netpbm2:10.0-12  Graphics conversion tools
ii  ocrad 0.17-4 Optical Character Recognition prog
ii  perl [libdigest-md5-perl] 5.10.1-9   Larry Wall's Practical Extraction 
ii  spamassassin  3.3.0-1Perl-based spam filter using text 
ii  tesseract-ocr-eng 2.00-1 tesseract-ocr language files for E

fuzzyocr recommends no packages.

fuzzyocr 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#563328: ninja: logrotate file has a typo preventing it from working

2010-01-01 Thread Francois Marier
Package: ninja
Version: 0.1.3-1
Severity: normal
Tags: patch

The path in the logrotate file shipped by ninja is wrong and it prevents
the log rotation from happening.

Here's a patch that fixes the typo.

Cheers,
Francois
commit fbd4b493b1a26017e316cb46caefc7b1d28056f5
Author: Francois Marier franc...@debian.org
Date:   Fri Jan 1 22:38:41 2010 +1300

Fix path to the logfile in logrotate config file

diff --git a/debian/logrotate b/debian/logrotate
index dddaeee..eb30b6f 100644
--- a/debian/logrotate
+++ b/debian/logrotate
@@ -1,4 +1,4 @@
-/var/log/foo/ninja.log {
+/var/log/ninja.log {
 rotate 12
 weekly
 compress


Bug#563329: ninja: Please provide a default logcheck ignore file

2010-01-01 Thread Francois Marier
Package: ninja
Version: 0.1.3-1
Severity: wishlist

For users of the logcheck package, it's quite useful to add /var/log/ninja.log 
to
the list of log files which are monitored by logcheck 
(/etc/logcheck/logcheck.logfiles).

Attached is a logcheck file (to be installed in /etc/logcheck/ignore.server.d) 
which
filters out the startup/shutdown messages for ninja.

Cheers,
Francois
^\[\w{3} \w{3} [ :0-9]{16}\] ninja version [0-9.]+ initializing$
^\[\w{3} \w{3} [ :0-9]{16}\] magic group: gid=0 \(root\)$
^\[\w{3} \w{3} [ :0-9]{16}\] logfile: /var/log/ninja.log$
^\[\w{3} \w{3} [ :0-9]{16}\] whitelist mapped in memory at 0x[0-9a-f]+$
^\[\w{3} \w{3} [ :0-9]{16}\] entering daemon mode$
^\[\w{3} \w{3} [ :0-9]{16}\] entering main loop$
^\[\w{3} \w{3} [ :0-9]{16}\] generating initial pid array..$
^\[\w{3} \w{3} [ :0-9]{16}\] now monitoring process activity$
^\[\w{3} \w{3} [ :0-9]{16}\] ignored signal: (15|18)$


Bug#563989: ninja: The stop command in the initscript is broken

2010-01-06 Thread Francois Marier
Package: ninja
Version: 0.1.3-1
Severity: important

The stop command in the initscript doesn't do anything and a kill -9 is 
necessary
to stop the running ninja process.

This makes it impossible to remove the package because the postrm script tries 
to
stop ninja and fails.

Francois



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



Bug#563990: Suggestion: graphical vrms output using xcowsay

2010-01-06 Thread Francois Marier
Package: vrms
Version: 1.15
Severity: wishlist

This guy has written a script to take vrms to the next level:

  http://www.doof.me.uk/2009/10/31/an-alternative-application-of-xcowsay/

Through the help of the xcowsay package, the output of vrms is placed in
a bubble next to a picture of Richard Stallman.

Would be fun to have this script included as part of the vrms package and
have vrms Recommend or Suggest xcowsay.

Cheers,
Francois



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



Bug#566893: tiger: ext4 is not recognised as a valid filesystem

2010-01-25 Thread Francois Marier
Package: tiger
Version: 1:3.2.3-1
Severity: normal

I can see this in the output of one of the tiger cron jobs:

  --CONFIG-- [con010c] Filesystem 'ext4' used by '/dev/hda1' is not recognised 
as a valid filesystem

for all of my ext4 mounts.

There is a simple patch on Launchpad:

  https://bugs.launchpad.net/ubuntu/+source/tiger/+bug/318933

Cheers,
Francois

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

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

Versions of packages tiger depends on:
ii  binutils  2.20-5 The GNU assembler, linker and bina
ii  bsdmainutils  8.0.6  collection of more utilities from 
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages tiger recommends:
ii  chkrootkit0.49-3 rootkit detector
pn  john  none (no description available)
ii  postfix [mail-transport-agent 2.6.5-3High-performance mail transport ag

Versions of packages tiger suggests:
ii  lsof   4.81.dfsg.1-1 List open files

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:



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



Bug#504360: RFP: fotoxx -- easy-to-use digital photo editor

2008-11-02 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: fotoxx
  Version : 5.5
  Upstream Author : [EMAIL PROTECTED]
* URL : http://kornelix.squarespace.com/fotox/
* License : GPL
  Programming Lang: C++
  Description : easy-to-use digital photo editor

Fotoxx is a program for improving digital photos. It allows you to navigate
through large image directories using a window of thumbnail images, create HDR
(high dynamic range) images by combining bright and dark images to improve
details visible in both bright and dark areas, create panoramas by joining
overlapped images, adjust brightness and color intensity independently for
different underlying brightness levels, reduce fog or haze by removing
whiteness and intensifying colors, rotate an image (level a tilted image or
turn 90 degrees), remove red-eyes from electronic flash photos, sharpen,
resize, or crop images, reduce noise in low-light photos, change color depth,
and stretch an image by dragging the mouse. 

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



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



Bug#496071: Talking to upstream about the licence

2008-11-04 Thread Francois Marier
FYI, I am currently following this up with the upstream developer.

Francois



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



Bug#504673: RFP: tuxwordsmith -- multi-language crossword game

2008-11-05 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: tuxwordsmith
  Version : 0.6.6
  Upstream Author : Charles B. Cosse [EMAIL PROTECTED]
* URL : 
http://www.asymptopia.org/staticpages/index.php?page=TuxWordSmith
* License : GPL
  Programming Lang: Python
  Description : multi-language Scrabble clone

TuxWordSmith is similar to the classic word game Scrabble, but with Unicode 
support
for multiple languages and character sets. The game is currently distributed 
with 42
dictionary resources for playing Language[i]-Language[j] Scrabble. For 
example, if
configured to use the French-German dictionary, then the distribution of 
available
tiles will be computed based on frequency of occurrence of each character of
Language[i] (French), and, for each submission, the corresponding definition 
will be
given in Language[j] (German). 

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



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



Bug#496071: Talking to upstream about the licence

2008-11-07 Thread Francois Marier
Hi Olivier,

On 2008-11-07 at 09:23:04, Olivier Berger wrote:
 It seems that the discussions have been succesfull, as the lib seems to be
 licensed under LGPL now.
 

You're right, the upstream author has relicensed under the LGPL, so this
problem is now resolved. So for the Moodle package, I've upgraded the
version of the library and reuploaded to close the equivalent bug (496069).

 Do you have more details ?

Not really, the upstream author always intended to have this file available
to other projects, he just wanted to pick the best license for his
jurisdiction (France).

Cheers,
Francois



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



Bug#503684: Cannot reproduce this workrave bug on my machine

2008-11-11 Thread Francois Marier
Hi Frederico,

I was finally able to test workrave with a two-monitor setup, but
unfortunately, I wasn't able to reproduce your problem.

Can you try again with the version that's in Debian testing (1.8.5-7)?

Also, can you attach your X configuration (/etc/X11/xorg.conf) to this bug
so that we can see whether that might be a X-related problem.

Francois



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



Bug#505616: rkhunter: Warning about no kernel modules should be configurable

2008-11-13 Thread Francois Marier
Package: rkhunter
Version: 1.3.2-6
Severity: normal

I built a custom kernel for one of my machines and under normal circumstances, 
it
doesn't load any modules.

Therefore I think that there should be an option to suppress this warning in 
rkhunter
as it is a perfectly normal condition for machines like mine:

  Warning: No output found from the lsmod command or the /proc/modules file:
   /proc/modules output:
   lsmod output:

Cheers,
Francois

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

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

Versions of packages rkhunter depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  debconf [debconf-2. 1.5.24   Debian configuration management sy
ii  exim4   4.69-9   metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light  4.69-9   lightweight Exim MTA (v4) daemon
ii  file4.26-1   Determines file type using magic
ii  net-tools   1.60-21  The NET-3 networking toolkit
ii  perl5.10.0-17Larry Wall's Practical Extraction 

Versions of packages rkhunter recommends:
ii  curl  7.18.2-7   Get a file from an HTTP, HTTPS or 
ii  iproute   20080725-2 networking and traffic control too
ii  libmd5-perl   2.03-1 backwards-compatible wrapper for D
ii  unhide20080519-2 Forensic tool to find hidden proce
ii  wget  1.11.4-2   retrieves files from the web

Versions of packages rkhunter suggests:
pn  bsd-mailx none (no description available)

-- debconf information:
* rkhunter/apt_autogen: true
* rkhunter/cron_daily_run: true
* rkhunter/cron_db_update: true



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



Bug#505646: ability to run the ikiwiki CGI despite grsecurity's Trusted Path Execution restrictions

2008-11-13 Thread Francois Marier
Package: ikiwiki
Version: 2.70
Severity: wishlist

I'm running a grsecurity-enhanced kernel and I have enabled the Trusted Path 
Execution
restrictions [0].

What these restrictions do is prevent a user from executing files unless the 
file (and
the directory in which it is) is owned by itself (or root) and is not group- or
world-writable.

Unfortunately, I ran into a file which doesn't fit in that description:

  $ ls -l /var/www/francoiswiki/
  -rwsr-sr-x  1 francois francois  15K oct  7 18:19 ikiwiki.cgi*

  $ ls -ld /var/www/francoiswiki/
  drwxr-xr-x 91 francois francois 4,0K nov  6 18:51 /var/www/francoiswiki/

I can't really see an easy way to work around this, so I am filing this 
wishlist bug
in the hope that someone will have an idea on how to meet these conditions or 
will
have a better solution.

At the moment, I created a tpeexempt group and I put the apache user in it. 
This
works but also means that none of the TPE restrictions apply to Apache :(

Cheers,
Francois

[0] I enabled this feature using the following config variables:

  CONFIG_GRKERNSEC_TPE=y
  CONFIG_GRKERNSEC_TPE_ALL=y
  CONFIG_GRKERNSEC_TPE_INVERT=y
  CONFIG_GRKERNSEC_TPE_GID=1001

Note that 1001 is the tpeexempt group I created for the www-data user.

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

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

Versions of packages ikiwiki depends on:
ii  libhtml-parser-perl3.56-1+b1 A collection of modules that parse
ii  libhtml-scrubber-perl  0.08-4Perl extension for scrubbing/sanit
ii  libhtml-template-perl  2.9-1 HTML::Template : A module for usin
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  markdown   1.0.1-7   Text-to-HTML conversion tool
ii  perl   5.10.0-17 Larry Wall's Practical Extraction 

Versions of packages ikiwiki recommends:
ii  bzr 1.5-1.1  easy to use distributed version co
ii  gcc [c-compiler]4:4.3.2-2The GNU C compiler
ii  gcc-4.1 [c-compiler]4.1.2-23 The GNU C compiler
ii  gcc-4.3 [c-compiler]4.3.2-1  The GNU C compiler
ii  git-core1:1.5.6.5-1  fast, scalable, distributed revisi
ii  libauthen-passphrase-perl   0.005-3  Perl module encapsulating hashed p
ii  libc6-dev [libc-dev]2.7-16   GNU C Library: Development Librari
ii  libcgi-formbuilder-perl 3.05.01-6Easily generate and process statef
ii  libcgi-session-perl 4.38-1   persistent session data in CGI app
ii  liblwpx-paranoidagent-perl  1.03-1.1 a paranoid subclass of LWP::User
ii  libmail-sendmail-perl   0.79.16-1Send email from a perl script
ii  libnet-openid-consumer-perl 0.14-4   library for consumers of OpenID id
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  libxml-simple-perl  2.18-1   Perl module for reading and writin
ii  subversion  1.5.1dfsg1-1 Advanced version control system

Versions of packages ikiwiki suggests:
pn  dvipng none(no description available)
ii  graphviz   2.20.2-3  rich set of graph drawing tools
ii  libcrypt-ssleay-perl   0.57-1+b1 Support for https protocol in LWP
ii  libdigest-sha1-perl2.11-2+b1 NIST SHA-1 message digest algorith
ii  libfile-mimeinfo-perl  0.15-1Perl module to determine file type
ii  liblocale-gettext-perl 1.05-4Using libc functions for internati
ii  libmailtools-perl  2.04-1Manipulate email in perl programs
pn  libnet-amazon-s3-perl  none(no description available)
pn  librpc-xml-perlnone(no description available)
ii  libsearch-xapian-perl  1.0.7.0-1 Perl bindings for the Xapian C++ s
ii  libtext-csv-perl   1.10-1comma-separated values manipulator
pn  libtext-typography-perlnone(no description available)
ii  libtext-wikiformat-perl0.78-1translates Wiki formatted text int
pn  libxml-feed-perl   none(no description available)
pn  perlmagick none(no description available)
pn  polygennone(no description available)
ii  python 2.5.2-3   An interactive high-level object-o
pn  python-docutilsnone(no description available)
pn  sparkline-php  none(no description available)
ii  texlive2007.dfsg.1-4 TeX Live: A decent selection of th
ii  tidy   20080116cvs-2 HTML syntax checker and reformatte
pn  viewvc | gitweb | viewcvs  none(no description available)
ii  xapian-omega   1.0.7-3   CGI search 

Bug#505616: rkhunter: Warning about no kernel modules should be configurable

2008-11-14 Thread Francois Marier
On 2008-11-14 at 17:24:45, Julien Valroff wrote:
 Is your kernel built with modules support?

It is, but I build very few modules. Under normal circumstances, udev should
not have to load any (hence lsmod gives no output).

 I have however discovered that I have used /proc/config.gz for this
 check, which might not be appropriate if this is not supported (it used
 to be on by default on Debian kernels, but it seems the support was
 dropped recently)

I do have that file available in my /proc and it has a list of the few
modules I build:

  $ zgrep =m /proc/config.gz | wc -l

Francois



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



Bug#494928: sflphone status?

2009-01-25 Thread Francois Marier
Hi Junichi,

We (the upstream developers and myself) were waiting on the new upstream
version before packaging SFLphone for Debian.

Now that this is out of the way, we should be able to get a package in the
next few weeks.

Cheers,
Francois



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



Bug#514305: smarty: Please sync the install path with Ubuntu

2009-02-05 Thread Francois Marier
Package: smarty
Version: 2.6.22-1
Severity: important

Currently, the Debian package for smarty installs it in:

  /usr/share/php/smarty/libs/

whereas the Ubuntu package install its files here:

  /usr/share/php/smarty/

This causes smarty-enabled applications in Debian to fail on Ubuntu because the
include path is different. Two such packages are Moodle and Mahara. They 
require Ubuntu
customisations to work around the different paths.

I'm not sure what the right path is, but there was a discussion in the Ubuntu 
tracker
which referred to the upstream install guide:

 https://bugs.launchpad.net/ubuntu/+source/smarty/+bug/118793

Francois

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

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

Versions of packages smarty depends on:
ii  php5-cli  5.2.6.dfsg.1-3 command-line interpreter for the p

smarty recommends no packages.

smarty 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#542139: rkhunter: Spurious warnings when access to /proc/kallsyms is disabled for security reasons

2009-08-17 Thread Francois Marier
Package: rkhunter
Version: 1.3.4-6
Severity: normal
Tags: patch

Certain security frameworks (e.g. grsecurity) prevent programs from reading 
/proc/kallsyms.

The file exists but it returns error when you try to read from it. I end up 
receiving
these emails every day:

  From: Anacron r...@localhost
  To: r...@localhost
  Subject: Anacron job 'cron.daily' on localhost
  
  /etc/cron.daily/rkhunter:
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error
  grep: /proc/kallsyms: Input/output error

I have attached a patch which disables this check (as if /proc/kallsyms was 
missing) if
the file is not readable.

Cheers,
Francois

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

Kernel: Linux 2.6.30.5-grsec (SMP w/2 CPU cores; PREEMPT)
Shell: /bin/sh linked to /bin/dash

Versions of packages rkhunter depends on:
ii  binutils  2.19.51.20090805-1 The GNU assembler, linker and bina
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  exim4 4.69-11metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [m 4.69-11lightweight Exim MTA (v4) daemon
ii  file  5.03-1 Determines file type using magic
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  perl  5.10.0-24  Larry Wall's Practical Extraction 

Versions of packages rkhunter recommends:
ii  curl   7.19.5-1  Get a file from an HTTP, HTTPS or 
ii  iproute20090324-1networking and traffic control too
ii  lsof   4.81.dfsg.1-1 List open files
pn  unhide none(no description available)
ii  wget   1.11.4-4  retrieves files from the web

Versions of packages rkhunter suggests:
pn  bsd-mailx none (no description available)
pn  tripwire  none (no description available)

-- debconf information:
* rkhunter/apt_autogen: true
* rkhunter/cron_daily_run: true
* rkhunter/cron_db_update: true
--- /usr/bin/rkhunter   2009-07-29 05:01:56.0 +1200
+++ rkhunter2009-08-18 14:31:47.0 +1200
@@ -12316,6 +12316,15 @@
elif [ -f ${RKHROOTDIR}/proc/kallsyms ]; then
KSYMS_FILE=${RKHROOTDIR}/proc/kallsyms
fi
+
+   #
+   # Check to make sure that the symbols are readable
+   # as certain security frameworks hide this.
+   #
+
+   if ! head -1 /proc/kallsyms  /dev/null 21 ; then
+   KSYMS_FILE=
+   fi
 fi
 
 


Bug#542139: rkhunter: Spurious warnings when access to /proc/kallsyms is disabled for security reasons

2009-08-18 Thread Francois Marier
On 2009-08-18 at 08:25:23, Julien Valroff wrote:
 What about simply changing the test call as follows:
 
 -elif [ -f ${RKHROOTDIR}/proc/kallsyms ]; then
 +elif [ -r ${RKHROOTDIR}/proc/kallsyms ]; then
 
 Given your explanations, I would say it should work, would you please
 test?

I just tried it and it didn't work. It still prints out these errors
messages.

Permission-wise, it looks like the file is readable, but when you start
reading it, you get only errors out of it.

Cheers,
Francois



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



Bug#529706: ITP: pdfresurrect -- extract or scrub versioning information from PDF files

2009-05-20 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: pdfresurrect
  Version : 0.5
  Upstream Author : Matt Davis mattdav...@gmail.com
* URL : http://www.757labs.com/projects/pdfresurrect/
* License : GPLv3+
  Programming Lang: C
  Description : extract or scrub versioning information from PDF files

 PDFResurrect is a tool aimed at analyzing PDF documents. The PDF format
 allows for previous document changes to be retained in a more recent
 version of the document, thereby creating a running history of changes
 for the document. This tool attempts to extract all previous versions while
 also producing a summary of changes between versions. This tool can also
 scrub or write data over the original instances of PDF objects that have
 been modified or deleted, in an effort to disguise information from previous
 versions that might not be intended for anyone else to read. 
 .
 More information can be found in this paper:
   http://www.757labs.com/projects/pdfresurrect/pdfresurrect_paper.pdf



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



Bug#529708: /etc/apache2/conf.d/javascript-common.conf has Indexes turned on by default

2009-05-20 Thread Francois Marier
Package: javascript-common
Version: 5
Severity: normal

I noticed, by running automated Apache security checks [0], that the apache 
config
file shipped by javascript-common (/etc/apache2/conf.d/javascript-common.conf) 
has
Indexes enabled by default:

  Directory /usr/share/javascript/
Options Indexes FollowSymLinks MultiViews
  /Directory

Is this a good reason for this? Otherwise, it might be safer to turn that off...

Cheers,
Francois

[0] apache_check.sh: http://pipes.sdf1.org/scripts/



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



Bug#529921: Please consider including apache_check.sh as part of tiger

2009-05-22 Thread Francois Marier
Package: tiger
Version: 1:3.2.2-11
Severity: wishlist

A friend of mine, Mark Piper, has written a great little shell script we use at 
work to
perform some quick checks on Apache configuration files:

  http://sdf.lonestar.org/~pipes/scripts/apache_check.sh

It would be great to have tiger perform these checks as part of its checks.

Cheers,
Francois



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



Bug#530228: Error in the logs when /etc/rsyslog.d/ is empty

2009-05-23 Thread Francois Marier
Package: rsyslog
Version: 3.22.0-1
Severity: normal

Here's what I'm seeing my my logs when rsyslog starts up:

  May 23 19:57:59 hostname rsyslogd-2040: error accessing config file or 
directory '/etc/rsyslog.d/*.conf': Success [try http://www.rsyslog.com/e/2040 ]
  May 23 19:57:59 hostname rsyslogd: the last error occured in 
/etc/rsyslog.conf, line 44 rsyslogd:  [origin software=rsyslogd 
swVersion=3.22.0 x-pid=3611 x-info=http://www.rsyslog.com;] exiting on 
signal 15.

Line 44 of /etc/rsyslog.conf:

  $IncludeConfig /etc/rsyslog.d/*.conf

And my /etc/rsyslog.d/ directory is empty.

Cheers,
Francois

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

Versions of packages rsyslog depends on:
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  lsb-base   3.2-22Linux Standard Base 3.2 init scrip
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages rsyslog recommends:
ii  logrotate 3.7.7-3Log rotation utility

Versions of packages rsyslog suggests:
pn  rsyslog-doc   none (no description available)
pn  rsyslog-gnutlsnone (no description available)
pn  rsyslog-gssapinone (no description available)
pn  rsyslog-mysql | rsyslog-pgsql none (no description available)
pn  rsyslog-relp  none (no description available)

-- no debconf information



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



Bug#530320: lastfmsubmitd: Please add debconf question to select the server to use

2009-05-23 Thread Francois Marier
Package: lastfmsubmitd
Version: 1.0.5-1
Severity: wishlist

This is related to bug #522795, in the sense that now that it is possible to 
specify
the server to use when submitting track listings, it would be great to have a 
debconf
question (defaulting to last.fm of course) for selecting to send data to 
last.fm or
libre.fm

The debconf question would then write one of these to the config file:

  [server]
  url = http://post.audioscrobbler.com/

or

  [server]
  url = http://turtle.libre.fm/ 

Cheers,
Francois

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

Versions of packages lastfmsubmitd depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  python2.5.4-2An interactive high-level object-o
ii  python-support1.0.3  automated rebuilding support for P

lastfmsubmitd recommends no packages.

Versions of packages lastfmsubmitd suggests:
pn  ears  none (no description available)

-- 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#530434: lastfmsubmitd: Purging the package doesn't remove the lastfm user account

2009-05-24 Thread Francois Marier
Package: lastfmsubmitd
Version: 1.0.5-1
Severity: normal

I noticed that even after purging the lastfmsubmitd package, the user account it
creates (lastfm with a group of lastfm) it still around.

Perhaps a deluser call needs to be added to the postrm script when it's called
with purge as the action?

Cheers,
Francois


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

Shell: /bin/sh linked to /bin/dash

Versions of packages lastfmsubmitd depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  python2.5.4-2An interactive high-level object-o
ii  python-support1.0.3  automated rebuilding support for P

lastfmsubmitd recommends no packages.

Versions of packages lastfmsubmitd suggests:
pn  ears  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#490746: debian : atitvout : please upload

2009-05-28 Thread Francois Marier
On 2009-05-29 at 01:29:32, Philippe Coval wrote:
 There is a pending upload which close this bug...
 http://mentors.debian.net/debian/pool/main/a/atitvout/
 
 Any available DD can do this ? if it's not done in a couple of weeks ?

Done.

Cheers,
Francois



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



Bug#514141: Patch ready, but needs a mips machine to test on

2009-02-07 Thread Francois Marier
tags 514141 + help
thanks

Hi Peter,

The compilation problem seems to be due to a broken macro:

#define endian_swap16(x) \
({ \
uint16_t __x = (x); \
((uint16_t)( \
(uint16_t)(((uint16_t)(__x)  (uint16_t)0x00ff)  24) | \
(uint16_t)(((uint16_t)(__x)  (uint16_t)0xff00)  8) | \
})

I have attached a patch to this email, but I don't have a mips machine to
test it on (casals seems to be down). Could you please confirm that this
patch resolves the compilation error?

Thanks,
Francois



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



Bug#514141: Missing attachment

2009-02-07 Thread Francois Marier
... and here is the missing attachment :)

Francois
diff --git a/wispy_hw_dbx.c b/wispy_hw_dbx.c
index c51e6f7..964b89b 100644
--- a/wispy_hw_dbx.c
+++ b/wispy_hw_dbx.c
@@ -107,7 +107,7 @@
 uint16_t __x = (x); \
 ((uint16_t)( \
 (uint16_t)(((uint16_t)(__x)  (uint16_t)0x00ff)  24) | \
-(uint16_t)(((uint16_t)(__x)  (uint16_t)0xff00)  8) | \
+(uint16_t)(((uint16_t)(__x)  (uint16_t)0xff00)  8) )); \
 })
 
 /* Aux tracking struct for wispy1 characteristics */


Bug#451866: Work-around for bashisms in build scripts

2009-01-02 Thread Francois Marier
Running module-assistant using switchsh should work-around these problems.

Perhaps it could be suggested by module-assistant when compilation fails.

Francois



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



Bug#448405: Blocking reboots using molly-guard

2009-01-02 Thread Francois Marier
Now that molly-guard has hooks, this feature could be implemented by
having apt drop in a small script in /etc/molly-guard/run.d/

Francois



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



Bug#510890: RFP: playitslowly -- plays back audio files at a different speed or pitch

2009-01-05 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: playitslowly
  Version : 1.0
  Upstream Author : Jonas Wagner veers.nosp...@gmx.ch
* URL : http://29a.ch/playitslowly/
* License : GPL
  Programming Lang: Python
  Description : plays back audio files at a different speed or pitch

Play it slowly is a software to play back audio files at a different speed
or pitch. It does also allow you to loop over a certain part of a file.
It's intended to help you learn or transcribe songs. It can also play
videos thanks to gstreamer.

(This is a GTK+ application, see a screenshot on homepage.)

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
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#531104: whatsnewfm: new releases are no longer shown in emails

2009-05-29 Thread Francois Marier
Package: whatsnewfm
Version: 0.7.0-2
Severity: grave
Justification: renders package unusable

(I was a little bit hesitant to mark this bug as grave, so feel free to bump 
the severity
down if I'm the only one affected by this...)

For about a week now, the Freshmeat Newsletter has been empty after running 
through
whatsnewfm.pl. For example, today:

This newsletter has been filtered by:
whatsnewfm.pl  v0.7.0  2009-03-26

It contained 47 releases.
47 releases have been skipped as 'already seen'.
0 releases have been skipped as 'low score'.
0 releases are shown in this mail,
while 0 releases have been sent separately as 'hot'.

Your 'hot' database has 43 entries.

0 entries from your 'old' database have expired,
while 0 items were added.
Your 'old' database now has 4656 entries.

If I grab the original newsletter and take the project IDs and then:

grep projectid ~/.whatsnewfm.db

I can see that a few of the project releases should have been shown.

So it looks like whatsnewfm.pl currently eats all of the releases but thankfully
doesn't add them to the 'old' database.

Could this have been caused by a Perl upgrade of some sort in unstable?

Cheers,
Francois

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

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

Versions of packages whatsnewfm depends on:
ii  exim4 4.69-11metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-11lightweight Exim MTA (v4) daemon
ii  libberkeleydb-perl0.38-1 use Berkeley DB 4 databases from P
ii  perl  5.10.0-22  Larry Wall's Practical Extraction 

Versions of packages whatsnewfm recommends:
ii  procmail  3.22-16Versatile e-mail processor

whatsnewfm 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#531364: RFA: unhide -- Forensic tool to find hidden processes and ports

2009-05-31 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the unhide package.

The package description is:
 Unhide is a forensic tool to find processes and TCP/UDP ports hidden by
 rootkits, Linux kernel modules or by other techniques.  It includes two
 utilities: unhide and unhide-tcp.
 .
 unhide detects hidden processes using three techniques:
  - comparing the output of /proc and /bin/ps
  - comparing the information gathered from /bin/ps with the one gathered
from system calls (syscall scanning)
  - full scan of the process ID space (PIDs bruteforcing)
 .
 unhide-tcp identifies TCP/UDP ports that are listening but are not listed in
 /bin/netstat through brute forcing of all TCP/UDP ports available.
 .
 This package can be used by rkhunter in its daily scans.


The package is in good shape and upstream is very nice and responsive.

One thing you may want to consider if you adopt this package is how to integrate
this version of unhide re-written in ruby which is said to be faster:

  https://launchpad.net/unhide.rb

Cheers,
Francois



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



Bug#531364: RFA: unhide -- Forensic tool to find hidden processes and ports

2009-06-01 Thread Francois Marier
On 2009-06-01 at 18:54:00, Daniel Baumann wrote:
 Francois Marier wrote:
  I request an adopter for the unhide package.
 
 i could do that on behalf of debian-forensics
 (forensics-de...@lists.alioth.debian.org).

Go right ahead, it's all yours.

Cheers,
Francois



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



Bug#531515: debsums: dpkg-deb: Unexpected number of arguments to --control

2009-06-03 Thread Francois Marier
I've tried to find where this is coming from and the only line which uses
--control is /usr/bin/debsums:491

It is triggered whenever I do something like:

  apt-get install --reinstall gawk

However, this is what gets run:

  dpkg --control /var/cache/apt/archives/gawk_1%3a3.1.6.dfsg-3_amd64.deb 
/tmp/vQkt8g7Oc8/DEBIAN

So I'm not sure how to reproduce your problem using dpkg 1.15.2

Cheers,
Francois



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



Bug#531515: ia32-apt-get: breaks dpkg --control (= 1.15.1) and debsums

2009-06-04 Thread Francois Marier
On 2009-06-03 at 18:15:17, Goswin von Brederlow wrote:
 Francois, if you want to sponsor the upload:

Done.

I also took the liberty to bump the Standards-Version to 3.8.1 to fix a
lintian warning.

Cheers,
Francois



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



Bug#531958: ITP: mozilla-pwdhash -- Per-site password generator for Iceweasel and Iceape

2009-06-05 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: mozilla-pwdhash
  Version : 1.6
  Upstream Author : Collin Jackson coll...@cs.stanford.edu
* URL : http://crypto.stanford.edu/PwdHash/
* License : BSD
  Programming Lang: Javascript
  Description : Per-site password generator for Iceweasel and Iceape

PwdHash is an browser extension that transparently converts a user's password
into a domain-specific password. The user can activate this hashing by choosing
passwords that start with a special prefix (@@) or by pressing a special 
password
key (F2). PwdHash automatically replaces the contents of these password fields
with a one-way hash of the pair (password, domain-name). As a result, the site
only sees a domain-specific hash of the password, as opposed to the password
itself. A break-in at a low security site exposes password hashes rather than an
actual password. We emphasize that the hash function we use is public and can be
computed on any machine which enables users to login to their web accounts from
any machine in the world. Hashing is done using a Pseudo Random Function (PRF).

A major benefit of PwdHash is that it provides a defense against password
phishing scams. In a phishing scam, users are directed to a spoof web site where
they are asked to enter their username and password.  SpoofGuard is a browser
extension that alerts the user when a phishing page is encountered. PwdHash
complements SpoofGuard in defending users from phishng scams: using PwdHash the
phisher only sees a hash of the password specific to the domain hosting the
spoof page. This hash is useless at the site that the phisher intended to spoof.



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



Bug#525390: Works for me now

2009-06-06 Thread Francois Marier
The OTR plugin seems to work for me now.

Maybe this bug should be closed?

Cheers,
Francois



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



Bug#537971: RFP: shush -- runs a command and optionally reports its output by mail

2009-07-21 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: shush
  Version : 1.2.3
  Upstream Author : Christophe Kalt sh...@taranis.org
* URL : http://web.taranis.org/shush/
* License : BSD
  Programming Lang: C
  Description : runs a command and optionally reports its output by mail

shush was written to be a generic wrapper around cron jobs so that it can be
applied to any command without having to modify it or create a custom wrapper
for it. In a sense, it solves a fairly simple problem, but it also brings some
powerful features making it a useful tool beyond cron jobs.
.
- Multiple reports (for the output) may be defined
- Decision to send a report (or not) is configurable based on:
  - Output content analysis (using regular expressions)
  - Command exit code
  - Size of output
  - Command execution duration 
- Support for plain text, enriched text and HTML report formatting. (The latter 
two allow rendering part of the output in bold.)
- Various timeout actions such as notification and command termination
- Locking support
- Progress report logging via syslog
- Automatic crontab file updating based on shush's configuration 



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



Bug#535364: syntax error in /etc/apt/apt.conf.d/90debsums

2009-07-02 Thread Francois Marier
tags 535364 + pending
thanks

On 2009-07-02 at 10:14:39, Filippo Giunchedi wrote:
 That's right, but it is referring to either trailing :: or {} (which gives
 implicit ::)

Thanks for reopening the bug and clarifying this. The documentation wasn't
overly clear on that.

I've fixed it in git and I assume that the new maintainer will include as
part of his first upload.

Cheers,
Francois



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



Bug#535903: tiger: Updating for (arch)... in cron emails

2009-07-05 Thread Francois Marier
Package: tiger
Version: 1:3.2.2-11
Severity: normal

I've been getting the following in cron emails for the past two days:

  Date: Mon, 06 Jul 2009 01:30:21 +1200
  From: Cron Daemon
  To: root
  Subject: Cron roottest -x /usr/sbin/tigercron  { [ -r $DEFAULT ]  
.
  $DEFAULT ; nice -n$NICETIGER /usr/sbin/tigercron -q ; }
  
  Updating for amd64...
  Updating for i386...

Would it be useful if I posted my tigerrc file?

Cheers,
Francois

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

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

Versions of packages tiger depends on:
ii  binutils  2.19.1-1   The GNU assembler, linker and bina
ii  bsdmainutils  6.1.10 collection of more utilities from 
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  diff  2.8.1-13   File comparison utilities
ii  libc6 2.9-18 GNU C Library: Shared libraries
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  ucf   3.0018 Update Configuration File: preserv

Versions of packages tiger recommends:
ii  chkrootkit0.48-10rootkit detector
ii  exim4-daemon-light [mail-tran 4.69-11lightweight Exim MTA (v4) daemon
pn  john  none (no description available)

Versions of packages tiger suggests:
ii  lsof   4.81.dfsg.1-1 List open files

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:



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



Bug#581877: warn: logger: failed to add syslog method: logger: syslog initialization failed

2010-05-16 Thread Francois Marier
Package: spamassassin
Version: 3.3.1-1
Severity: normal

I've got a cronjob which does this every night:

  0 5 * * *   root/etc/init.d/spamassassin restart  /dev/null

For a few days now (possibly related to a new cron or syslog), It has started
outputting this error message:

  From: Cron Daemon r...@hostname
  To: r...@hostname
  Subject: Cron r...@hostname /etc/init.d/spamassassin restart  /dev/null

  May 17 05:00:04.459 [26971] warn: logger: failed to add syslog method: 
logger: syslog initialization failed

The same thing happens when I restart spamassassin manually on the command
line. I'm guessing something isn't quite right in the init script...

Cheers,
Francois

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

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

Versions of packages spamassassin depends on:
pn  libarchive-tar-perl none   (no description available)
ii  libdigest-sha1-perl 2.12-1   NIST SHA-1 message digest algorith
ii  libhtml-parser-perl 3.65-1   collection of modules that parse H
ii  libnet-dns-perl 0.66-2   Perform DNS queries from a Perl sc
ii  libnetaddr-ip-perl  4.024+dfsg-1 IP address manipulation module
ii  libsocket6-perl 0.23-1   Perl extensions for IPv6
ii  libsys-hostname-long-perl   1.4-2Figure out the long (fully-qualifi
ii  libwww-perl 5.835-1  Perl HTTP/WWW client/server librar
ii  perl5.10.1-12Larry Wall's Practical Extraction 
ii  perl-modules [libio-zlib-pe 5.10.1-12Core Perl modules

Versions of packages spamassassin recommends:
ii  gcc   4:4.4.3-1  The GNU C compiler
ii  gnupg 1.4.10-3   GNU privacy guard - a free PGP rep
ii  libc6-dev 2.10.2-8   Embedded GNU C Library: Developmen
pn  libio-socket-inet6-perl   none (no description available)
ii  libmail-spf-perl  2.007-1Perl implementation of Sender Poli
ii  libsys-syslog-perl0.27-1 Perl interface to the UNIX syslog(
ii  make  3.81-8 An utility for Directing compilati
ii  perl [libsys-syslog-perl] 5.10.1-12  Larry Wall's Practical Extraction 
ii  re2c  0.13.5-1   tool for generating fast C-based r
ii  spamc 3.3.1-1Client for SpamAssassin spam filte

Versions of packages spamassassin suggests:
ii  libcompress-zlib-perl 2.024-1Transitional dummy package for Com
ii  libdbi-perl   1.611-1Perl Database Interface (DBI)
ii  libio-compress-perl [libcompr 2.024-1bundle of IO::Compress modules
ii  libio-socket-ssl-perl 1.33-1 Perl module implementing object or
ii  libmail-dkim-perl 0.37-1 cryptographically identify the sen
ii  libnet-ident-perl 1.20-5 lookup the username on the remote 
ii  perl [libcompress-zlib-perl]  5.10.1-12  Larry Wall's Practical Extraction 
ii  pyzor 1:0.5.0-2  spam-catcher using a collaborative
ii  razor 1:2.85-3   spam-catcher using a collaborative

-- Configuration Files:
/etc/default/spamassassin changed [not included]
/etc/spamassassin/local.cf changed [not included]
/etc/spamassassin/v310.pre changed [not included]
/etc/spamassassin/v320.pre changed [not included]

-- 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#581877: warn: logger: failed to add syslog method: logger: syslog initialization failed

2010-05-17 Thread Francois Marier
On 2010-05-17 at 02:12:02, Noah Meyerhans wrote:
 Hi Francois.  I'm not able to reproduce this with the current
 spamassassin packages on an up-to-date sid system:

 lamneth:~$ sudo /etc/init.d/spamassassin restart
 Restarting SpamAssassin Mail Filter Daemon: spamd.
 lamneth:~$

Hmm, I wonder what's different on my system...

 If the message in question is coming from logger(1) from the bsdutils
 package, which it looks like it is, then I don't think it's spamassassin
 that's doing it, since spamassassin doesn't use logger.

Could it have something to do with the fact that I'm using rsyslog instead
of syslog?

 Do your /etc/init.d/spamassassin and /etc/default/spamassassin files
 differ from those included with the package?  (Find them at [1] and [2])

The only difference is that I've got ENABLED=1 in /etc/default/spamassassin.

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier



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



Bug#582204: php5: expose_php should be off by default to remove X-Powered-By headers

2010-05-18 Thread Francois Marier
Package: php5
Version: 5.3.2-1
Severity: normal
Tags: patch

I'm sure this has been mentioned before, but it would be nice if expose_php was
disabled by default in php.ini.

While these headers can be useful in development, they are also revealing the
exact PHP version that the server is running. We don't need to make attackers'
lives easier.

This won't prevent a determined attacker from getting in, but it lowers the
effectiveness of attacks based on mass scanning for vulnerable targets.

Francois
Description: Prevent the addition X-Powered-By headers by web server
 While these headers are useful in development, they are also revealing
 the exact PHP version that the server is running. We don't need to make
 attackers' lives easier.
 .
 This won't prevent a determined attacker from getting in, but it lowers
 the effectiveness of attacks based on simple reconnaissance techniques
 to scan for exploitable hosts.
 .
 Of course one of the downsides of turning this off is that you lose
 the PHP easter eggs: http://shiflett.org/blog/2006/feb/php-easter-eggs
Forwarded: not-needed
Origin: vendor
Author: Francois Marier franc...@debian.org
Last-Update: 2010-05-19

--- php.ini-production.orig 2010-05-19 16:36:29.153744508 +1200
+++ php.ini-production  2010-05-19 16:36:04.654738390 +1200
@@ -428,7 +428,7 @@
 ; threat in any way, but it makes it possible to determine whether you use PHP
 ; on your server or not.
 ; http://php.net/expose-php
-expose_php = On
+expose_php = Off
 
 ;;;
 ; Resource Limits ;


Bug#582204: [php-maint] Bug#582204: php5: expose_php should be off by default to remove X-Powered-By headers

2010-05-19 Thread Francois Marier
On 2010-05-19 at 08:25:31, Ondřej Surý wrote:
 I don't agree with you (however not much strongly). Security by
 obscurity never worked and I am oposed of applying this patch. Hiding
 version makes life harder for everybody else but attacker.

Hi Ondřej, 

I certainly agree with you that this is not a real security mechanism,
however, why make it easy on the dump automated scanners?

What do people use these numbers for? I mean sure developers are the ones
who are (occasionally) interested in exact version numbers, but on balance,
I get the feeling that in a production environment, the numbers are more
likely to be used for nefarious purposes.

In any case, we're talking about the default value, interested developers
can probably change them. Personally, as a Debian user, I have the
expectation that Debian will choose (slightly) more secure values by
default.

Anyways, even though I disagree with this specific default value, I will
respect your decision and this bug will be a record that: the option exists
and that it has already been reported (I couldn't find one before I filed
this one).

Cheers,
Francois



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



Bug#580174: rlwrap: FTBFS on armel: R_ARM_CALL relocation against SEC_MERGE section

2010-05-03 Thread Francois Marier
Package: rlwrap
Version: 0.36-2
Severity: serious
Tags: help
Justification: Policy 5.6.8

rlwrap (since version 0.35-1) no longer builds on armel. Here is the link error:

  gcc -DDATADIR=\/usr/share\  -g -O2   -o kaboom kaboom.o  -lutil  -lreadline 
-lcurses
  /usr/bin/ld: kaboom.o(.text+0x64): R_ARM_CALL relocation against SEC_MERGE 
section
  /usr/bin/ld: final link failed: Nonrepresentable section on output
  collect2: ld returned 1 exit status

see 
https://buildd.debian.org/fetch.cgi?pkg=rlwraparch=armelver=0.36-2stamp=1272696548file=logas=raw

I have no idea what that means or how to fix it, so I am requesting the help of
someone who knows more than me about that architecture and that error message.

Cheers,
Francois



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



Bug#494928: how is this coming about?

2010-03-23 Thread Francois Marier
Hi Andres,

I have working packages here:

  http://git.debian.org/?p=collab-maint/sflphone.git

but it's not yet up to date with the latest upstream version.

I was waiting on some changes to be done upstream (sflphone), but I haven't
had time to follow it up recently. So I'm not sure it's going to make it in
time for squeeze.

At this stage, it's likely that pjsip would be bundled with sflphone in
Debian until another package needs it or someone else packages pjsip.

Cheers,
Francois



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



Bug#575043: workrave: keeps crashing with 'BadWindow (invalid Window parameter)'

2010-03-23 Thread Francois Marier
I get the same error messages on the console, but workrave doesn't crash for
me. Do you get a segfault from it or does it keep going fine?

Francois



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



Bug#572161: RFP: gphotoframe -- photo frame gadget for the GNOME Desktop

2010-03-01 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: gphotoframe
  Version : 0.6
  Upstream Author : Yoshizumi Endo y-e...@ceres.dti.ne.jp
* URL : http://code.google.com/p/gphotoframe/
* License : GPLv3
  Programming Lang: Python
  Description : photo frame gadget for the GNOME Desktop

GNOME Photo Frame is a photo frame gadget for the GNOME desktop. It shows
pictures on the desktop from multiple sources: local folders, F-Spot databases,
Flickr API, Picasa Web Album API, Tumblr API, and RSS.



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



Bug#575317: Pony

2010-04-27 Thread Francois Marier
tags 575317 + help
thanks

I agree :)

If someone can draw one and attach it here, I'll include it!

Cheers,
Francois



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



Bug#579367: Upcoming package

2010-04-27 Thread Francois Marier
Upcoming package up on:

  http://git.debian.org/?p=collab-maint/cowsay.git

Cheers,
Francois



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



Bug#579821: grep: [\-.] is no longer allowed but [.\-] still is

2010-05-01 Thread Francois Marier
Package: grep
Version: 2.6.3-3
Severity: normal

This used to work in grep 2.5.4-4 :

  echo hello | grep [\-.]

but now it returns this:

  grep: Invalid range end

whereas the following has always worked fine (and continues to do so):

  echo hello | grep [.\-]

I'm not quite sure if one of them is valid and the other one isn't
(couldn't find this in the grep manual). But one thing to note is that
it used to work and so I had logcheck rules using it and then the
upgrade to grep 2.6 broke this for me.

Cheers,
Francois

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

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

Versions of packages grep depends on:
ii  dpkg  1.15.7.1   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.10.2-7   Embedded GNU C Library: Shared lib

grep recommends no packages.

Versions of packages grep suggests:
ii  libpcre3  7.8-3  Perl 5 Compatible Regular Expressi

-- 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#576265: RFP: histwi -- desktop program for Twitter account management

2010-04-02 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: histwi
  Version : 0.5.3
  Upstream Author : Nikolay Blohin niko...@blohin.org
* URL : http://originalcoding.com/histwi/
* License : GPL
  Programming Lang: Python
  Description : desktop program for Twitter account management

Histwi features:

* Download and save all your Tweets to Database.
* View and export all saved tweets to html or txt file.
* Compare your Following to Followers.
* Follow/Unfollow any your friends.
* Tracking new followers and unfollowers.
* Advanced Twitter Search.
* Managing multiple Twitter accounts.



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



Bug#575043: keeps crashing with 'BadWindow (invalid Window parameter)'

2010-04-03 Thread Francois Marier
severity 575043 important
thanks

Hi Raphael,

I have forwarded your bug upstream and hopefully Rob will be able to suggest
a few more things you could do to help trace the problem.

In the meantime, I think I'll drop the severity of the bug report unless I
hear from more users who are affected by the problem. This is not to reduce
the importance that this bug has on your system, but rather to prevent the
package from being removed from squeeze.

I'll change it back if others have the same problem.

Cheers,
Francois



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



Bug#576578: Typos in package descriptions

2010-04-05 Thread Francois Marier
Hi Martin,

Thanks for taking the time to report these mistakes!

I have fixed both in git. It will be in the next package upload.

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier



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



Bug#576630: RFP: brain-party -- free puzzle game for all the family that's made up of 36 minigames

2010-04-05 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: brain-party
  Version : 0.5
  Upstream Author : Paul Hudson paul.hud...@gmail.com
* URL : http://www.tuxradar.com/brainparty
* License : GPLv3
  Programming Lang: C++
  Description : free puzzle game for all the family that's made up of 36 
minigames

Brain Party is a fun, free puzzle game for all the family that's made up of 36 
minigames
designed to push your brain to its limits by testing memory, logic, 
mathematics, reaction
time and more! Brain Party is split into two modes: test mode gives you five 
minigames in
a row and adds up your brain weight to see how smart you are, and practise mode 
lets you
play your favourite minigames as often as you want. If you do well enough, 
there are six
extra minigames that can be unlocked as well as a new game mode designed to 
keep you
playing and enjoying your favourite games even longer.



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



Bug#559455: openoffice: Upgrade restarts OO.o, which prevents further upgrade

2009-12-22 Thread Francois Marier
On 2009-12-04 at 09:19:27, Patrick Wiseman wrote:
 Turns out the upgrade of docvert REstarted soffice.bin, so I had to kill
 it again.  The first error could thoroughly confuse many users, the second
 befuddle them completely.

I've had a quick look and I can't find where that restart is coming from,
other than the main docvert-converter initscript.

That initscript does need to start soffice in order for docvert to
function. But the postinst start doesn't do any gratuitous restarts of it as
far as I can tell.

Any ideas on how to fix this? I don't see anything the docvert package can
do, should I reassign this bug to openoffice.org-writer2latex?

Cheers,
Francois



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



Bug#503684: workrave bug

2010-11-27 Thread Francois Marier
Hi Frederico,

You filed this bug against workrave two years ago:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503684

Are you still experiencing this problem?

Cheers,
Francois



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



Bug#598222: Maintaining workrave in Debian Med team?

2010-11-27 Thread Francois Marier
Hi Andreas,

I was waiting for Squeeze to be released before upgrading to the latest
upstream version in case I need to push a last minute update to squeeze.

That said, if you're keen on taking the package over and have a team a
people behind it, I'm certainly not opposed to it.

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier


signature.asc
Description: Digital signature


Bug#591200: [instal...@ftp-master.debian.org: mahara_1.2.6-2_amd64.changes is NEW]

2010-09-08 Thread Francois Marier
Once mahara 1.2.6-2 makes it out of the NEW queue, I will request a freeze
unblock to fix this RC bug.

Cheers,
Francois
---BeginMessage---
mahara-apache2_1.2.6-2_all.deb
  to main/m/mahara/mahara-apache2_1.2.6-2_all.deb
(new) mahara-mediaplayer_1.2.6-2_all.deb optional contrib/web
Electronic portfolio, weblog, and resume builder - internal media player
 Mahara is a fully featured electronic portfolio, weblog, resume builder and
 social networking system, connecting users and  creating online communities.
 .
 Mahara is designed to provide users with the tools to create a personal and
 professional learning and development environment.
 .
 This package includes a flash-based internal media player block.
mahara_1.2.6-2.debian.tar.gz
  to main/m/mahara/mahara_1.2.6-2.debian.tar.gz
mahara_1.2.6-2.dsc
  to main/m/mahara/mahara_1.2.6-2.dsc
mahara_1.2.6-2_all.deb
  to main/m/mahara/mahara_1.2.6-2_all.deb
Changes: mahara (1.2.6-2) unstable; urgency=medium
 .
  * Move flowplayer.audio to the contrib package as well
  * Add an allow rule in apache.conf for flowplayer.audio


Override entries for your package:
mahara-apache2_1.2.6-2_all.deb - optional web
mahara_1.2.6-2.dsc - source web
mahara_1.2.6-2_all.deb - optional web

Announcing to debian-devel-chan...@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

---End Message---


Bug#596487: ntp: initscript should depend on $named

2010-09-11 Thread Francois Marier
Package: ntp
Version: 1:4.2.6.p2+dfsg-1
Severity: normal
Tags: patch

The initscript for ntp should add a dependency on $named because it fails
to start when resolv.conf is set to 127.0.0.1 and the local dns server is
not yet running.

Cheers,
Francois

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

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

Versions of packages ntp depends on:
ii  adduser  3.112   add and remove users and groups
ii  dpkg 1.15.8.4Debian package management system
ii  libc62.11.2-3Embedded GNU C Library: Shared lib
ii  libcap2  1:2.19-3support for getting/setting POSIX.
ii  libedit2 2.11-20080614-1 BSD editline and history libraries
ii  libopts251:5.10-1.1  automated option processing librar
ii  libssl0.9.8  0.9.8o-2SSL shared libraries
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  netbase  4.42Basic TCP/IP networking system

Versions of packages ntp recommends:
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 

Versions of packages ntp suggests:
pn  ntp-doc   none (no description available)

-- Configuration Files:
/etc/ntp.conf changed [not included]

-- no debconf information
--- a/init.d/ntp
+++ b/init.d/ntp
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:ntp
-# Required-Start:  $network $remote_fs $syslog
-# Required-Stop:   $network $remote_fs $syslog
+# Required-Start:  $network $remote_fs $syslog $named
+# Required-Stop:   $network $remote_fs $syslog $named
 # Default-Start:   2 3 4 5
 # Default-Stop:1
 # Short-Description: Start NTP daemon


Bug#596488: insserv: unbound should be added to $named

2010-09-11 Thread Francois Marier
Package: insserv
Version: 1.14.0-2
Severity: normal
Tags: patch

The unbound dns server is missing from the $named virtual facility.

Feel free to reassign to the unbound package if you think it should
be done in that package instead.

Cheers,
Francois

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

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

Versions of packages insserv depends on:
ii  libc6 2.11.2-3   Embedded GNU C Library: Shared lib

insserv recommends no packages.

Versions of packages insserv suggests:
pn  bootchart none (no description available)

-- Configuration Files:
/etc/insserv.conf changed [not included]

-- debconf information:
* insserv/enable: true
diff --git a/insserv.conf b/insserv.conf
index e8d1a7b..7489dd8 100644
--- a/insserv.conf
+++ b/insserv.conf
@@ -11,7 +11,7 @@ $network	+networking +ifupdown
 #
 # Named is operational
 #
-$named		+named +dnsmasq +lwresd +bind9 $network
+$named		+named +dnsmasq +lwresd +bind9 +unbound $network
 
 #
 # All remote filesystems are mounted (note in some cases /usr may


Bug#596487: [pkg-ntp-maintainers] Bug#596487: ntp: initscript should depend on $named

2010-09-12 Thread Francois Marier
On 2010-09-12 at 22:14:37, Kurt Roeckx wrote:
 There are a few cases that might cause you problems.  The most
 likely is a config error.  Please check that you have the
 following 2 lines in your config file:
 restrict 127.0.0.1
 restrict ::1
 
 You most likely have a restrict 127.0.0.1 nomodify

This is what I've got in my /etc/ntp.conf:

  $ grep restrict /etc/ntp.conf 
  # Note that restrict applies to both servers and clients, so a configuration
  restrict -4 default kod notrap nomodify nopeer noquery
  restrict -6 default kod notrap nomodify nopeer noquery
  restrict 127.0.0.1
  restrict ::1
  #restrict 192.168.123.0 mask 255.255.255.0 notrust

This is the error message I see in my logs:

  ntpdate[1547]: name server cannot be used, reason: Temporary failure in name 
resolution
  ntpd[1595]: signal_no_reset: signal 17 had flags 400

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier



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



Bug#596487: [pkg-ntp-maintainers] Bug#596487: ntp: initscript should depend on $named

2010-09-12 Thread Francois Marier
On 2010-09-12 at 23:40:08, Kurt Roeckx wrote:
 The other 2 common problem are:
 - Having libnss-mdns installed (#561622)

Ah, it might be that one. I'll try removing it. Thanks for the pointer.

In any case, do you think that ntp should depend on named though? I would
assume that most people are using hostnames for their ntp servers and not IP
addresses, but I do see that it's possible to run ntp and not rely on
DNS. In which case the downside of that extra dependency would be that ntp
gets started a bit later than necessary.

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier



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



Bug#596753: RFP: 2ping -- bi-directional ping utility to determine direction of packet loss

2010-09-13 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: 2ping
  Version : 0.0.2
  Upstream Author : Ryan Finnie r...@finnie.org
* URL : http://www.finnie.org/software/2ping/
* License : GPLv2+
  Programming Lang: Perl
  Description : bi-directional ping utility to determine direction of 
packet loss

2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP SYN, 
SYN/ACK,
ACK) and after-the-fact state comparison between a 2ping listener and a 2ping 
client
to determine which direction packet loss occurs.



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



Bug#591200: Fix coming

2010-08-30 Thread Francois Marier
A fix for this bug will be coming soon.

The next upstream point release will:

- remove the tinymce swf file
- use a flash video player with source

Once that's available, I'll prepare a new Debian package that will:

- use the system's copy of tinymce instead of the bundle one
- split the video player into a contrib package

Cheers,
Francois



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



Bug#596753: RFP - ITP: 2ping -- bi-directional ping utility to determine direction of packet

2010-09-15 Thread Francois Marier
 I intend to package 2ping as it seems to fit quite nicely into the set
 of tools I usually have on nearly all of my boxes.
 
 Co-maintainers welcome, nevertheless.

Just FYI, you may want to get in touch with the upstream developer (who is a
Debian Maintainer). When I asked him about this, he said that he was wanting
to finalize the protocol before packaging it for Debian.

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier



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



Bug#596753: RFP - ITP: 2ping -- bi-directional ping utility to determine direction of packet

2010-09-16 Thread Francois Marier
On 2010-09-15 at 20:36:50, Ryan Finnie wrote:
 You and Francois can draw straws to determine who packages it, and
 either of you have my blessing with keeping it in experimental for now

Axel, feel free to take it over. I don't have much time to take care of it
at the moment (which is why I only filed an RFP).

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier



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



Bug#570161: Still a bug?

2010-10-31 Thread Francois Marier
Hi Boris,

You reported a cil bug on the Debian tracker at:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570161

but never got back to the upstream author who said he
can't reproduce the problem.

Is this still a problem for you or can we mark this bug
as resolved?

Cheers,
Francois

-- 
Francois Marier identi.ca/fmarier
http://feeding.cloud.geek.nz  twitter.com/fmarier



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



Bug#601588: email-reminder: Yearly event date format confusing

2010-10-31 Thread Francois Marier
On 2010-10-27 at 17:41:30, George B. wrote:
 The yearly event date format is confusing - if I enter 05-04 then there is
 no way to tell if this is 04-May or 05-Apr (in fact the program stores the
 date in US format MM-DD).

You're right, these dates with a missing year are a bit of a hack.

I could probably do a quick partial fix that would display the date as
DD-MMM (since they are stored as two fields: month and day).

However, I'm not sure what to do about the user input format. Right now, if
I detect 4 digits with a dash in the middle, I just treat it as MM-DD and
otherwise pass the whole string to the full date parser (which adds the
current year automatically).

Cheers,
Francois



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



Bug#601677: email-reminder: Please add separate tab for specific date events

2010-10-31 Thread Francois Marier
On 2010-10-28 at 12:49:34, George B. wrote:
 Could you please add a separate tab for specific date events (i.e. events
 that run once on a specified date).
 
 At present it is possible to define these in the Yearly Events tab by
 setting the date to -MM-DD but these events really need a home of
 their own.

Non-recurring events sound like a good idea.

I can't see myself using it since I use my emacs calendar for these
(org-mode), but I'm sure other people would use it.

Unfortunately, due to a lack of free time at the moment, I really can't
promise I'll get around to it in the near future. Of course, if someone has
a patch for it, I'll certainly have a look at it.

Cheers,
Francois



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



Bug#599377: unblock: mahara/1.2.6-2

2010-10-06 Thread Francois Marier
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mahara

Mahara 1.2.6 was released upstream to fix two RC bugs:

- removal of a non-free swf video player (#591200)
- upgrades from 1.0.x (the version in lenny) didn't work (not in the BTS)

I did most of these fixes in mahara-1.2.6-1, but I forgot about one swf so I
had to upload mahara-1.2.6-2 shortly after.

Relevant changelog entries:

mahara (1.2.6-2) unstable; urgency=medium

  * Move flowplayer.audio to the contrib package as well
  * Add an allow rule in apache.conf for flowplayer.audio

 -- Francois Marier franc...@debian.org  Mon, 06 Sep 2010 20:59:44 +1200

mahara (1.2.6-1) unstable; urgency=medium

  * New upstream release (to address #591200):
- removal of the tinymce media plugin
- replaced the non-free media player with flowplayer

  * Move mediaplayer into a separate contrib package (closes: #591200)
  * Relax the deny rule on serving lib to make flowplayer work
  * Add a dependency on tinymce and use that instead of bundled version

  * Bump Standards-Version up to 3.9.1
  * Urgency set to medium because of RC bug

 -- Francois Marier franc...@debian.org  Mon, 06 Sep 2010 20:51:17 +1200


unblock mahara/1.2.6-2

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

Kernel: Linux 2.6.34.7-grsec (SMP w/2 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.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#600903: ITP: letterize -- phone digits to letter-mnemonics

2010-10-21 Thread Francois Marier
Package: wnpp
Severity: wishlist
Owner: Francois Marier franc...@debian.org

* Package name: letterize
  Version : 1.3
  Upstream Author : Eric S. Raymond e...@thyrsus.com
* URL : http://www.catb.org/~esr/letterize/
* License : BSD
  Programming Lang: C
  Description : phone digits to letter-mnemonics

letterize generates alphabetic mnemonics for a phone number,
then filters them for phonetic plausibility in English. 



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



Bug#601601: Also happens in cron.daily

2010-10-28 Thread Francois Marier
severity 601601 normal
thanks

Actually the same thing happens every day in spamassassin's cronjob:

  From: Anacron r...@hostname
  To: r...@hostname
  Subject: Anacron job 'cron.daily' on hostname

  /etc/cron.daily/spamassassin:
  netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included
  netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

Cheers,
Francois



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



Bug#601601: spamassassin: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

2010-10-28 Thread Francois Marier
On 2010-10-29 at 02:36:28, Jakub Wilk wrote:
 Thanks for a tip, but I don't have any *_networks in my config. In
 fact, I can reproduce this bug in a clean chroot, with pristine
 configuration.

Same for me, I've grepped for _networks in /etc/spamassassin and
~/.spamassassin and didn't get a single match.

Cheers,
Francois



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



Bug#591206: License updated (flvplayer)

2010-11-11 Thread Francois Marier
On 2010-11-11 at 16:35:53, Alexander Reichle-Schmehl wrote:
 If I understand it correctly, it's just a plugin of tinymce in need of
 that flash player?  Then couldn't that plugin be moved to non-free (in a
 sepperate source package) so that a tinymce cleaned from this plugin
 could stay in main as well as the other packages?

What we've done upstream for Mahara is that we've removed the media player
from the tinymce source we bundle with Mahara. I suspect that a number of
the other rdeps might be fine with that if they don't use that part of
tinymce.

Moving tinymce to nonfree would likely cause the mahara package to start
using its own flvplayer-free bundled copy again which would be sub-optimal
from a security standpoint.

Has anybody tried to get tinymce to remove flvplayer upstream?

Cheers,
Francois



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



Bug#603339: RFP: ansifilter -- handles text files containing ANSI terminal escape codes

2010-11-13 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: ansifilter
  Version : 1.5
  Upstream Author : Andre Simon andre.sim...@gmx.de
* URL : http://www.andre-simon.de/doku/ansifilter/ansifilter.html
* License : GPLv3
  Programming Lang: C++
  Description : handles text files containing ANSI terminal escape codes

 Ansifilter handles text files containing ANSI terminal escape codes.
 .
 - Command sequences may be stripped or interpreted
 - Coloured output in HTML and RTF format
 - Enables tail -f functionality on Windows
 - Platform independent (CLI, GUI)



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



Bug#494928: sflphone status?

2009-05-07 Thread Francois Marier
On 2009-05-03 at 12:26:41, Junichi Uekawa wrote:
 Is there any updates?

I have put the work I've done so far on git.debian.org:

  http://git.debian.org/?p=collab-maint/sflphone.git

The main blocker at this stage is the packaging of a dependent package
(http://www.pjsip.org).

Cheers,
Francois



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



Bug#524784: lastlog: Failed to get the entry for UID 65534

2009-05-07 Thread Francois Marier
On 2009-05-08 at 00:01:39, Javier Fernández-Sanguino Peña wrote:
 This seems to be a local issue on your side. Do you have some kind of
 external user database? (LDAP, NIS...)

No, I only have regular user accounts.

 In any case could you please send me the output of executing this:
 
 lastlog /dev/null

Here it is:

  $ lastlog  /dev/null
  lastlog: Failed to get the entry for UID 65534

 It actually complains that it cannot retrieve the username for uid 65534.

Which is weird because that user account does exist:

  $ grep x:65534 /etc/passwd
  nobody:x:65534:65534:nobody:/nonexistent:/bin/false

Cheers,
Francois



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



Bug#528728: fuzzyocr: diff for NMU version 3.5.1+svn135-1.1

2009-05-14 Thread Francois Marier
Package: fuzzyocr
Version: 3.5.1+svn135-1
Severity: normal
Tags: patch

Dear maintainer,

I've prepared an NMU for fuzzyocr (versioned as 3.5.1+svn135-1.1) and since
I haven't heard back from you in over a week, I have assumed that you did
not have any objections to this upload to unstable.

Cheers,
Francois
reverted:
--- fuzzyocr-3.5.1+svn135/debian/fuzzyocr.postinst
+++ fuzzyocr-3.5.1+svn135.orig/debian/fuzzyocr.postinst
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ -x /etc/init.d/spamassassin ]; then
-if [ -x `which invoke-rc.d 2/dev/null` ]; then
-invoke-rc.d spamassassin restart || exit $?
-else
-/etc/init.d/spamassassin restart || exit $?
-fi
-fi
-
-#DEBHELPER#
diff -u fuzzyocr-3.5.1+svn135/debian/copyright fuzzyocr-3.5.1+svn135/debian/copyright
--- fuzzyocr-3.5.1+svn135/debian/copyright
+++ fuzzyocr-3.5.1+svn135/debian/copyright
@@ -10,12 +10,22 @@
-Copyright: Christian Holler and Jorge Valdes
+Copyright: 2006-2008 Christian Holler and Jorge Valdes
 
-The Debian packaging is (C) 2006-2008, A Mennucc mennu...@debian.org and
-is licensed under the GPL, see `/usr/share/common-licenlses/GPL'.
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the License); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at:
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an AS IS BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 
+On Debian systems, the complete text of the Apache License Version 2.0
+can be found in /usr/share/common-licenses/Apache-2.0 .
 
-The fuzzyocr license is the
- Apache License
-   Version 2.0, January 2004
-http://www.apache.org/licenses/
-See /usr/share/common-licenses/Apache-2.0 for the full text.
-
+The Debian packaging is copyright 2006-2008, A Mennucc mennu...@debian.org
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff -u fuzzyocr-3.5.1+svn135/debian/control fuzzyocr-3.5.1+svn135/debian/control
--- fuzzyocr-3.5.1+svn135/debian/control
+++ fuzzyocr-3.5.1+svn135/debian/control
@@ -3,7 +3,8 @@
 Priority: extra
 Maintainer: A Mennucc1 mennu...@debian.org
 Build-Depends: debhelper (= 5), quilt
-Standards-Version: 3.8.0.0
+Standards-Version: 3.8.1
+Homepage: http://fuzzyocr.own-hero.net/
 
 Package: fuzzyocr
 Architecture: all
reverted:
--- fuzzyocr-3.5.1+svn135/debian/fuzzyocr.postrm
+++ fuzzyocr-3.5.1+svn135.orig/debian/fuzzyocr.postrm
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ -x /etc/init.d/spamassassin ]; then
-if [ -x `which invoke-rc.d 2/dev/null` ]; then
-invoke-rc.d spamassassin restart || exit $?
-else
-/etc/init.d/spamassassin restart || exit $?
-fi
-fi
-
-#DEBHELPER#
diff -u fuzzyocr-3.5.1+svn135/debian/watch fuzzyocr-3.5.1+svn135/debian/watch
--- fuzzyocr-3.5.1+svn135/debian/watch
+++ fuzzyocr-3.5.1+svn135/debian/watch
@@ -11 +11,2 @@
-http://fuzzyocr.own-hero.net/wiki/Downloads  http://users.own-hero.net/~decoder/fuzzyocr/fuzzyocr-(.*)\.tar\.gz
+opts=uversionmangle=s/([0-9.]+)(-devel)?/$1/,dversionmangle=s/\+svn[0-9]+$// \
+http://fuzzyocr.own-hero.net/wiki/Downloads  http://users.own-hero.net/~decoder/fuzzyocr/fuzzyocr-(.*)\.tar\.gz
diff -u fuzzyocr-3.5.1+svn135/debian/changelog fuzzyocr-3.5.1+svn135/debian/changelog
--- fuzzyocr-3.5.1+svn135/debian/changelog
+++ fuzzyocr-3.5.1+svn135/debian/changelog
@@ -1,3 +1,18 @@
+fuzzyocr (3.5.1+svn135-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix perl warning causing problems in FuzzyOcr preprocessor
+(closes: #522285, #525413)
+  * Redo maintainer scripts from debhelper templates and split the
+postinst into a preinst and a postinst (closes: #500950)
+
+  * Add homepage field in debian/control
+  * Bump Standards-Version up to 3.8.1
+  * Cleanup debian/copyright to fix lintian warnings
+  * Fix watch file to demangle upstream and debian versions
+
+ -- Francois Marier franc...@debian.org  Fri, 08 May 2009 12:46:29 +1200
+
 fuzzyocr (3.5.1+svn135-1) unstable; urgency=low
 
   * This version works with spamassassin 3.2 (Closes: #500426)
diff -u fuzzyocr-3.5.1+svn135/debian/patches/fix_tesseract_ fuzzyocr-3.5.1+svn135/debian/patches/fix_tesseract_
--- fuzzyocr-3.5.1+svn135/debian/patches/fix_tesseract_
+++ fuzzyocr-3.5.1+svn135/debian/patches/fix_tesseract_
@@ -2,16 +2,13

Bug#520254: /usr/sbin/unhide-linux26: unhide crashes with a segfault

2009-03-18 Thread Francois Marier
Hi,

Thanks for reporting that crash. Before I forward it to the unhide developer
however, would it be possible for you to submit some more debugging
information?

As it is now, it's very hard to figure out what exact part of unhide is
failing. If you could recompile unhide with debugging information, run it in
gdb and provide a backtrace, that would be much appreciated.

Here are some instructions if you're not sure what I'm asking for:

  Building a package with debugging information:
  https://wiki.ubuntu.com/DebuggingProgramCrash#Prior%20Ubuntu%20versions

  Getting a backtrace:
  https://wiki.ubuntu.com/Backtrace

Let me know if you need any help

Cheers,
Francois




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



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