Bug#397278: php5: Please add pspell support!

2006-11-06 Thread Jan Wagner
Package: php5
Severity: wishlist
Tags: patch

patch will follow!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#355976: [php-maint] php4/php5 status

2006-11-06 Thread Jan Wagner
On Monday 06 November 2006 07:34, sean finney wrote:
   i haven't uploaded php5 yet, but i believe it's in good shape to do
   so.  as an added benefit of our new configuration system i've
   collapsed the mysqli/mysqli extensions into the same package, and
   added the PDO extensions (pdo.so goes in php5-common, the rest go
   in their respective extension packages).

Hi Sean,

it would be great, if you could also add tidy and pspell support (which closes 
#355976 and #39727). A patch against 5.1.6-5 is included.

Thanks and with kind regards, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--
--- php5-5.1.6.orig/debian/control	2006-11-06 09:41:24.0 +0100
+++ php5-5.1.6/debian/control	2006-11-06 09:47:04.261706034 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PHP Maintainers [EMAIL PROTECTED]
 Uploaders: Adam Conrad [EMAIL PROTECTED], Steve Langasek [EMAIL PROTECTED], Jeroen van Wolffelaar [EMAIL PROTECTED], Ondإ™ej Surأ� [EMAIL PROTECTED], sean finney [EMAIL PROTECTED]
-Build-Depends: apache-dev (= 1.3.23), apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), flex (= 2.5.4), freetds-dev, libbz2-dev (= 1.0.0), libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev | libmysqlclient12-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 4.3-1), libpng12-dev, libpq-dev | postgresql-dev, librecode-dev, libsnmp9-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
+Build-Depends: apache-dev (= 1.3.23), apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), flex (= 2.5.4), freetds-dev, libbz2-dev (= 1.0.0), libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev | libmysqlclient12-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 4.3-1), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsnmp9-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtidy-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
 Build-Conflicts: bind-dev
 Standards-Version: 3.7.2
 
@@ -268,6 +268,17 @@
  in. The goal of the language is to allow web developers to write
  dynamically generated pages quickly.
 
+Package: php5-pspell
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
+Description: pspell module for php5
+ This package provides a module for pspell functions in PHP scripts.
+ .
+ PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
+ from C, Java and Perl with a couple of unique PHP-specific features thrown
+ in. The goal of the language is to allow web developers to write
+ dynamically generated pages quickly.
+
 Package: php5-sqlite
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
@@ -293,6 +304,18 @@
  in. The goal of the language is to allow web developers to write
  dynamically generated pages quickly.
 
+Package: php5-tidy
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
+Description: Tidy module for php5
+ This package provides a module for handling and validating (X)HTML
+ documents directly from PHP scripts.
+ .
+ PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
+ from C, Java and Perl with a couple of unique PHP-specific features thrown
+ in. The goal of the language is to allow web developers to write
+ dynamically generated pages quickly.
+
 Package: php5-xmlrpc
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
--- php5-5.1.6.orig/debian/modulelist	2006-11-06 09:41:24.0 +0100
+++ php5-5.1.6/debian/modulelist	2006-11-06 09:41:38.0 +0100
@@ -5,10 +5,17 @@
 mysql MySQL
 mysqli MySQLi
 odbc ODBC
+pdo PDO pdo
+pdo PDO pdo_mysql
+pdo PDO pdo_odbc
+pdo PDO pdo_pgsql
+pdo PDO pdo_sqlite
 pgsql PostgreSQL
+pspell pspell
 recode recode
 snmp SNMP
 sqlite SQLite
 sybase Sybase sybase_ct
+tidy Tidy
 xmlrpc XML-RPC
 xsl XSL
--- php5-5.1.6.orig/debian/rules	2006-11-06 09:41:24.0 +0100
+++ php5-5.1.6/debian/rules	2006-11-06 09:56:09.964200440 +0100
@@ -215,6 +215,8 @@
 		--with-mhash=shared,/usr \
 		

Bug#397278: [php-maint] php4/php5 status

2006-11-06 Thread Jan Wagner
On Monday 06 November 2006 07:34, sean finney wrote:
   i haven't uploaded php5 yet, but i believe it's in good shape to do
   so.  as an added benefit of our new configuration system i've
   collapsed the mysqli/mysqli extensions into the same package, and
   added the PDO extensions (pdo.so goes in php5-common, the rest go
   in their respective extension packages).

Hi Sean,

it would be great, if you could also add tidy and pspell support (which closes 
#355976 and #39727). A patch against 5.1.6-5 is included.

Thanks and with kind regards, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--
--- php5-5.1.6.orig/debian/control	2006-11-06 09:41:24.0 +0100
+++ php5-5.1.6/debian/control	2006-11-06 09:47:04.261706034 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PHP Maintainers [EMAIL PROTECTED]
 Uploaders: Adam Conrad [EMAIL PROTECTED], Steve Langasek [EMAIL PROTECTED], Jeroen van Wolffelaar [EMAIL PROTECTED], Ondإ™ej Surأ� [EMAIL PROTECTED], sean finney [EMAIL PROTECTED]
-Build-Depends: apache-dev (= 1.3.23), apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), flex (= 2.5.4), freetds-dev, libbz2-dev (= 1.0.0), libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev | libmysqlclient12-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 4.3-1), libpng12-dev, libpq-dev | postgresql-dev, librecode-dev, libsnmp9-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
+Build-Depends: apache-dev (= 1.3.23), apache2-prefork-dev (= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (= 3), flex (= 2.5.4), freetds-dev, libbz2-dev (= 1.0.0), libcurl3-openssl-dev | libcurl3-dev, libdb4.4-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libjpeg62-dev, libkrb5-dev, libldap2-dev, libmhash-dev (= 0.8.8), libmysqlclient15-dev | libmysqlclient12-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 4.3-1), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsnmp9-dev | libsnmp-dev, libsqlite0-dev, libssl-dev (= 0.9.6), libt1-dev, libtidy-dev, libtool (= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), libxslt1-dev (= 1.0.18), re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
 Build-Conflicts: bind-dev
 Standards-Version: 3.7.2
 
@@ -268,6 +268,17 @@
  in. The goal of the language is to allow web developers to write
  dynamically generated pages quickly.
 
+Package: php5-pspell
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
+Description: pspell module for php5
+ This package provides a module for pspell functions in PHP scripts.
+ .
+ PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
+ from C, Java and Perl with a couple of unique PHP-specific features thrown
+ in. The goal of the language is to allow web developers to write
+ dynamically generated pages quickly.
+
 Package: php5-sqlite
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
@@ -293,6 +304,18 @@
  in. The goal of the language is to allow web developers to write
  dynamically generated pages quickly.
 
+Package: php5-tidy
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
+Description: Tidy module for php5
+ This package provides a module for handling and validating (X)HTML
+ documents directly from PHP scripts.
+ .
+ PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
+ from C, Java and Perl with a couple of unique PHP-specific features thrown
+ in. The goal of the language is to allow web developers to write
+ dynamically generated pages quickly.
+
 Package: php5-xmlrpc
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version})
--- php5-5.1.6.orig/debian/modulelist	2006-11-06 09:41:24.0 +0100
+++ php5-5.1.6/debian/modulelist	2006-11-06 09:41:38.0 +0100
@@ -5,10 +5,17 @@
 mysql MySQL
 mysqli MySQLi
 odbc ODBC
+pdo PDO pdo
+pdo PDO pdo_mysql
+pdo PDO pdo_odbc
+pdo PDO pdo_pgsql
+pdo PDO pdo_sqlite
 pgsql PostgreSQL
+pspell pspell
 recode recode
 snmp SNMP
 sqlite SQLite
 sybase Sybase sybase_ct
+tidy Tidy
 xmlrpc XML-RPC
 xsl XSL
--- php5-5.1.6.orig/debian/rules	2006-11-06 09:41:24.0 +0100
+++ php5-5.1.6/debian/rules	2006-11-06 09:56:09.964200440 +0100
@@ -215,6 +215,8 @@
 		--with-mhash=shared,/usr \
 		

Bug#397285: can build quilt - Could not determine the envelope sender address

2006-11-06 Thread Jan Wagner
Package: quilt
Version: 0.45-5
Severity: important
Tags: patch
Justification: fails to build from source

[mail.test]
[1] $ rm -rf d -- ok
[2] $ mkdir -p d/patches -- ok
[3] $ cd d -- ok
[5] $ cat  no-subject -- ok
[13] $ cat no-subject  patches/1.diff -- ok
[14] $ ls patches/  series -- ok
[15] $ quilt mail --sender [EMAIL PROTECTED] --mbox mbox --prefix test 
--subject This is a test -m Message -- ok
[18] $ cat - no-subject  patches/1.diff -- ok
[24] $ quilt mail --mbox mbox --prefix test -m Message -- failed
Could not determine the envelope sender address. Please use --sender. != 
Introduction has no subject header
[27] $ cat - no-subject  patches/2.diff -- ok
[38] $ cat - no-subject  patches/3.diff -- ok
[44] $ cat - no-subject  patches/4.diff -- ok
[53] $ cat - no-subject  patches/5.diff -- ok
[57] $ ls patches/  series -- ok
[58] $ quilt mail --mbox mbox --prefix test --subject This is a test -m 
Message -- failed
Could not determine the envelope sender address. Please use --sender. != 
Patches patches/1.diff, patches/5.diff have duplicate subject headers.
[61] $ cat - no-subject  patches/5.diff -- ok
[65] $ quilt mail --mbox mbox --prefix test --subject This is a test -m 
Message -- failed
Could not determine the envelope sender address. Please use --sender. != ~
[66] $ grep -e '^Subject:' -e '^To:' -e '^Cc:' -e '^--$' -e '^ ' mbox -- failed
grep: mbox: No such file or directory != Subject: [test 0/5] This is a test
~ != --
~ != Cc: Dummy [EMAIL PROTECTED]
~ != Subject: [test 1/5] Subject of 1.diff
~ != --
~ != Cc: Dummy [EMAIL PROTECTED]
~ != Subject: [test 2/5] Subject of 2.diff 
is: split into multiple lines
~ != --
~ != To: John X. Doe [EMAIL PROTECTED]
~ != Subject: [test 3/5] Subject of 3.diff
~ != To: John X. Doe [EMAIL PROTECTED]
~ != --
~ != Cc: Joe R. Hacker [EMAIL 
PROTECTED],
~ !=  John X. Doe [EMAIL PROTECTED],
[...]
~ != Subject: [test 5/5] Subject of 5.diff
~ != --
[89] $ cd .. -- ok
[90] $ rm -rf d -- ok
20 commands (16 passed, 4 failed)
make[1]: *** [test/.mail.ok] Error 4
make[1]: Leaving directory `/home/waja/quilt-0.45'
make: *** [common-post-build-impl] Error 2
debuild: fatal error at line 1224:
fakeroot debian/rules binary failed


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Index: quilt-0.45/test/file-not-found.test
===
--- /dev/null   1970-01-01 00:00:00.0 +
+++ quilt-0.45/test/file-not-found.test 2006-06-16 12:09:04.0 +0200
@@ -0,0 +1,42 @@
+# Try to push a patch touching a file which does not exist in this tree
+
+$ rm -rf d
+$ mkdir -p d/patches
+$ cd d
+
+$ mkdir subdir
+$ echo foo  subdir/file.txt
+$ echo bar  subdir/other.txt
+$ diff -u subdir/file.txt subdir/other.txt  patches/patch
+# simulate --no-timestamp
+$ sed 's|subdir/file.txt.*|subdir/file.txt|' patches/patch  patches/patch2
+$ sed 's|subdir/other.txt.*|subdir/other.txt|' patches/patch2  patches/patch
+$ rm subdir/other.txt patches/patch2
+$ echo patch  patches/series
+
+$ quilt push
+ Applying patch patches/patch
+ can't find file to patch at input line 3
+ Perhaps you used the wrong -p or --strip option?
+ The text leading up to this was:
+ --
+ |--- subdir/file.txt
+ |+++ subdir/other.txt
+ --
+ No file to patch.  Skipping patch.
+ 1 out of 1 hunk ignored
+ Patch patches/patch does not apply (enforce with -f)
+
+$ quilt push -qf
+ Applying patch patches/patch
+ The text leading up to this was:
+ --
+ |--- subdir/file.txt
+ |+++ subdir/other.txt
+ --
+ No file to patch.  Skipping patch.
+ 1 out of 1 hunk ignored
+ Patch patches/patch appears to be empty; applied
+
+$ cd ..
+$ rm -rf d


Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: php-tidy
  Version : 5.1.6
  Upstream Author : The PHP group at www.php.net
* URL : http://www.php.net/downloads.php
* License : PHP License, version 3.01
  Programming Lang: C
  Description : tidy module for php[45]

 PHP is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#397236: ITP: asused -- To run a check on the usage of your registry's allocations

2006-11-05 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: asused
  Version : 3.72
  Upstream Author : RIPE [EMAIL PROTECTED]
* URL : http://www.ripe.net/tools/
* License : BSD
  Programming Lang: Perl
  Description : To run a check on the usage of your registry's allocations

 This is a tool used for checking various aspects of our IP allocations and
 assignments as stored in the RIPE database.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#396953: ITP: ps-watcher -- monitoring a system via ps-like commands

2006-11-03 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: ps-watcher
  Version : 1.10
  Upstream Author : Rocky Bernstein [EMAIL PROTECTED]
* URL : http://ps-watcher.sourceforge.net
* License : GPL 2
  Programming Lang: Perl
  Description : monitoring a system via ps-like commands

 This program runs the ps command periodically and triggers commands on matches.
 The match patterns are Perl regular expressions which can refer to the process
 information via variables.
 .
 For example it can be used to ensure that a daemon is running, or is not
 running too many times. It can also be used to determine when a process has
 consumed too many resources, perhaps due to a memory leak. 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#391368: [php-maint] Bug#391368: Info received (more information)

2006-11-03 Thread Jan Wagner
On Thursday 02 November 2006 18:22, Jan Wagner wrote:
 Hi,

 php5-dev (5.1.6-5) doesn't fix the problem:

 /home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.
c:40:35: error: ext/mbstring/mbstring.h: No such file or directory
 /home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.
c: In function 'suhosin_rfc1867_post_handler':
 /home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.
c:1173: warning: assignment makes pointer from integer without a cast
 /home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.
c:1174: warning: assignment makes pointer from integer without a cast

Maybe you will have a look into 
http://forum.hardened-php.net/viewtopic.php?pid=527#p527. Seems the Problem 
is fixed in 5.2.0.

Thanks, Jan.


pgp2n64cUvToX.pgp
Description: PGP signature


Bug#391368: php5-dev: Header for mbstring missing

2006-11-03 Thread Jan Wagner
On Saturday 04 November 2006 00:00, Jan Wagner wrote:
 Maybe you will have a look into
 http://forum.hardened-php.net/viewtopic.php?pid=527#p527. Seems the Problem
 is fixed in 5.2.0.

Hi Sean,

please try the attached patch ... it was working for me.

Thanks, Jan.
--- php5.orig/ext/mbstring/config.m4	2006-04-17 22:13:56.0 +
+++ php5.new/ext/mbstring/config.m4	2006-11-04 00:08:22.536134463 +
@@ -293,7 +293,7 @@
   dnl libmbfl is required
   PHP_MBSTRING_SETUP_LIBMBFL
   PHP_MBSTRING_EXTENSION
-  PHP_INSTALL_HEADERS([ext/mbstring], [libmbfl/ libmbfl/mbfl])
+  PHP_INSTALL_HEADERS([ext/mbstring], [mbstring.h php_mbregex.h libmbfl/config.h libmbfl/mbfl/eaw_table.h libmbfl/mbfl/mbfilter.h libmbfl/mbfl/mbfilter_8bit.h libmbfl/mbfl/mbfilter_pass.h libmbfl/mbfl/mbfilter_wchar.h libmbfl/mbfl/mbfl_allocators.h libmbfl/mbfl/mbfl_consts.h libmbfl/mbfl/mbfl_convert.h libmbfl/mbfl/mbfl_defs.h libmbfl/mbfl/mbfl_encoding.h libmbfl/mbfl/mbfl_filter_output.h libmbfl/mbfl/mbfl_ident.h libmbfl/mbfl/mbfl_language.h libmbfl/mbfl/mbfl_memory_device.h libmbfl/mbfl/mbfl_string.h oniguruma/oniguruma.h oniguruma/php_onig_compat.h])
 fi
 
 # vim600: sts=2 sw=2 et


pgpP62ieb4oJm.pgp
Description: PGP signature


Bug#391368: [php-maint] Bug#391368: php5-dev: Header for mbstring missing

2006-11-03 Thread Jan Wagner
Hi Sean,

On Saturday 04 November 2006 07:59, sean finney wrote:
 hrm... that's really wierd because i built a patch on the same file
 which was a bit different but worked from local testing.  i guess
 your patch is more explicit about the headers, so i'll either use
 it or upgrade to php 5.2 this weekend.

I peasonly would prefer the last option, since it also fixes some security 
issues and 5.1 is discontinued.

With kind regards, Jan.


pgp6Ht8cpkWc4.pgp
Description: PGP signature


Bug#396618: ITP: dns-flood-detector -- DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting the use of one's nameserver t

2006-11-02 Thread Jan Wagner
Hi Andrea,

On Wednesday 01 November 2006 23:03, Andrea Bolognani wrote:
 Jan Wagner [EMAIL PROTECTED] wrote:
Description : DNS Flood Detector was developed to detect abusive
  usage levels on high traffic nameservers and to enable quick response in
  halting the use of one's nameserver to facilitate spam.

 Please use a shorter description for this package.

i will use DNS Flood Detector was developed to detect abusive usage levels on 
high traffic nameservers when building the package ... hope thats okay.

With kind regards, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgpTW0xypwyg2.pgp
Description: PGP signature


Bug#391368: Info received (more information)

2006-11-02 Thread Jan Wagner
Hi,

php5-dev (5.1.6-5) doesn't fix the problem:

/home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.c:40:35:
 
error: ext/mbstring/mbstring.h: No such file or directory
/home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.c: 
In function 'suhosin_rfc1867_post_handler':
/home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.c:1173:
 
warning: assignment makes pointer from integer without a cast
/home/waja/debian-builds/php-suhosin/build-area/php-suhosin-0.9.10/rfc1867.c:1174:
 
warning: assignment makes pointer from integer without a cast

Thanks, Jan.


pgpydEMMufKVr.pgp
Description: PGP signature


Bug#396618: ITP: dns-flood-detector -- DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting the use of one's nameserver t

2006-11-01 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: dns-flood-detector
  Version : 1.12
  Upstream Author : Dennis Opacki [EMAIL PROTECTED]
* URL : http://www.adotout.com/
* License : GPL 2
  Programming Lang: C
  Description : DNS Flood Detector was developed to detect abusive usage 
levels on high traffic nameservers and to enable quick response in halting the 
use of one's nameserver to facilitate spam.

DNS Flood Detector uses libpcap (in non-promiscuous mode) to monitor incoming 
dns queries to a nameserver. The tool may be run in one 
of two modes, either daemon mode or bindsnap mode. In daemon mode, the tool 
will alarm via syslog. In bindsnap mode, the user is 
able to get near-real-time stats on usage to aid in more detailed 
troubleshooting.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#391368: more information

2006-10-25 Thread Jan Wagner
On Thursday 19 October 2006 21:09, you wrote:
 hi jan,

 as someone who hasn't built modules needing these libraries/headers, can
 you tell me what it is you expect to find?  php is compiled with the
 --enable-mbstring flag, and i don't see anything else being produced by
 the build that immediately jumps out at me.

Have a look at:
http://mentors.debian.net/debian/pool/main/p/php-suhosin/php-suhosin_0.9.8-1.dsc

There are files in debian/include/ext/mbstring/ which are copied from the php5 
(5.1.6-1) source package. This files should be shipped with php5-dev, how it 
was some versions before (dunno exactly where is got lost)

With php4-dev the headers are shipped anyways.

With kind regards, Jan.


pgpKDTp8IWLEU.pgp
Description: PGP signature


Bug#392647: ITP: arpalert -- Used for monitoring arp changes in ethernet networks

2006-10-13 Thread Jan Wagner
On Friday 13 October 2006 03:57, Simon Richter wrote:
 Jan Wagner schrieb:
  * Package name: arpalert

 What is the difference to arpwatch?

Hi Simon,

the following features I cant find neither in the spare documentation of 
arpwatch nor in the changelog:

* Anti flood system for unauthorized detection by couple mac sender / ip 
requested. This system permit to watch all alerts.
* Anti flood system only by mac sender is also available.
* Use priveleges separation
* Use chroot
* start alert script on diffrent issues (Send mail script as example shipped)
  You can also insert rules into your firewall with this feature, by writing 
  script.

In my opinion the work and use of arpalert is more clearer than arpwatch.

With kind regards, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgp5AOCW2d8cz.pgp
Description: PGP signature


Bug#392647: ITP: arpalert -- Used for monitoring arp changes in ethernet networks

2006-10-12 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: arpalert
  Version : 1.1.1 
  Upstream Author : Thierry Fournier [EMAIL PROTECTED]
* URL : http://www.arpalert.org
* License : GPL 2 or later
  Description : Used for monitoring arp changes in ethernet networks

 It listens on a network interface (without using 'promiscuous' mode)
 and catches all conversations of MAC address to IP request.
 It then compares the mac addresses it detected with a pre-configured
 list of authorized MAC addresses. If the MAC is not in list, arpalert
 launches a pre-defined user script with the MAC address and IP address
 as parameters.
 This software can run in daemon mode; it's very fast (low CPU and memory
 consumption).

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.4.27-3-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#392333: ITP: irrtoolset -- IRRToolSet is a suite of policy analysis tools to operate with routing policies in RPSL [RFC 2622] format, registered in Internet Routing Registry(IRR).

2006-10-11 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: irrtoolset
  Version : 4.8.4
  Upstream Author : Joao Damas [EMAIL PROTECTED]
* URL : http://www.isc.org/index.pl?/sw/IRRToolSet/
* License : 3-clause BSD with non-commercial only restriction
  Programming Lang: 
  Description : IRRToolSet is a suite of policy analysis tools to operate 
with routing policies in RPSL [RFC 2622] format, registered in Internet Routing 
Registry(IRR).

 The Internet Routing Registry Toolset (IRRToolSet) project is a new
 activity proposed by the RIPE NCC. This project has been migrated from
 the USC Information Sciences Institute, where it was developed in
 1997-2001 as the Routing Arbiter ToolSet (RAToolSet)  project. As the
 RAToolSet is no longer developed by ISI but is used worldwide, the RIPE
 NCC proposed to migrate this project to the RIPE NCC in order to continue
 its development and support. The original name of the project was preserved
 during the transition process, but has been finally changed to IRRToolSet.
 Currently, the RIPE NCC has transfered mainteinance of this toolset to ISC,
 who will be accepting code from the community and providing code mainteinance.
 .
 IRRToolSet is a suite of policy analysis tools to operate with routing
 policies in RPSL [RFC 2622] format, registered in Internet Routing Registry
 (IRR). The main goal of the project is to make routing information more
 convenient and useful for network engineers, by providing tools for automated
 router configuration, routing policies analysis, and maintenance.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#338103: Any fixes or workarounds to this yet?

2006-10-11 Thread Jan Wagner

Apparently still not fixed? Or has anyone come up with a solution?

On current sarge 3.1 with all updates until 11. Oct 06, doing a

$ MAKEFLAGS= O=/home/jwagner/kernel/objdir  make-kpkg kernel_image

still results in

Please ignore the warning about overriding and ignoring targets above.
These are harmless. They are only invoked in a part of the process
that tries to snarf variable values for the conf.vars file.
/home/jwagner/kernel/linux-2.6.17.4/Makefile:441: .config: No such file or
directory
make[2]: *** No rule to make target `debian_conf_var'.  Stop.
make[1]: *** [debian_conf_var] Error 2
make: *** [conf.vars] Error 2


On the other hand even a

$ make O=/home/jwagner/kernel/objdir mrproper
$ rm .config
$ rm ../objdir/.config
$ make O=/home/jwagner/kernel/objdir menuconfig
  (then, load alternate config, exit with save)
$ make O=/home/jwagner/kernel/objdir
...
In file included from
/home/jwagner/kernel/linux-2.6.17.4/arch/i386/kernel/entry.S:45:
include2/asm/thread_info.h:51: asm/asm-offsets.h: No such file or
directory
make[2]: *** [arch/i386/kernel/entry.o] Error 1
make[1]: *** [arch/i386/kernel] Error 2
make: *** [_all] Error 2

which is not in ../objdir/include2/asm/ but in ../objdir/include/asm-i386/

so apparently not just make-kpkg is broken but kbuild also (?)

 - Jan


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



Bug#392122: ITP: php-suhosin -- Suhosin is an advanced protection system for PHP installations.

2006-10-10 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: php-suhosin
  Version : 0.9.6
  Upstream Author : Stefan Esser [EMAIL PROTECTED]
* URL : http://www.hardened-php.net/suhosin/
* License : PHP License, version 3.01
  Programming Lang: C
  Description : Suhosin is an advanced protection system for PHP 
installations.

(Include the long description here.)

 Suhosin is an advanced protection system for PHP installations. It was
 designed to protect servers and users from known and unknown flaws in PHP
 applications and the PHP core. Suhosin comes in two independent parts, that
 can be used separately or in combination. The first part is a small patch
 against the PHP core, that implements a few low-level protections against
 bufferoverflows or format string vulnerabilities and the second part is a
 powerful PHP extension that implements all the other protections.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#391368: php5-dev: Header for mbstring missing

2006-10-06 Thread Jan Wagner
Package: php5-dev
Severity: normal



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

/usr/include/php5/ext/mbstring only include libmbfl/config.h

So no modules can be build which needs mbstring.

Thanks for your help, Jan.


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



Bug#389384: php5-imap: New Upstream available

2006-09-25 Thread Jan Wagner
Package: php5-imap
Version: 5.1.2-1
Severity: wishlist



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#386497: Workaround

2006-09-21 Thread Jan Wagner
# echo '8250_pnp'  /etc/hotplug/blacklist.d/8250_pnp did work around the 
problem.

With kind regards, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w---
O M-- V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++
G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgpzS0m1avwkU.pgp
Description: PGP signature


Bug#388217: gocr: New Upstream Verion (0.41) available

2006-09-19 Thread Jan Wagner
Package: gocr
Version: 0.39-5
Severity: important



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gocr depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libnetpbm10  2:10.0-10.1 Shared libraries for netpbm

Versions of packages gocr recommends:
ii  bzip21.0.3-6 high-quality block-sorting file co
ii  libjpeg-progs6b-13   Programs for manipulating JPEG fil
ii  netpbm   2:10.0-10.1 Graphics conversion tools
pn  transfig none  (no description available)

-- no debconf information

There is a new Upstream version available. See 
http://jocr.sourceforge.net/download.html. 
Please include the pgm patch!

Old version is known to be buggy.


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



Bug#384320: farpd: Missing init-script

2006-08-23 Thread Jan Wagner
Package: farpd
Version: 0.2-7
Severity: important

Hi,

with honeyd 1.0-5 you removed the possibility of calling farpd from within 
honeyd's init script.
You mentioned farp should provide its own. Since you are maintaining farpd 
and honeyd, you should
provide any init-script. 
Starting farpd with the honeyd init script has the advantage to use the 
settings from honeyd, which 
needs to be set there anyways. So we prevent to configure the same twice. This 
was very comfortable 
for me.
But there maybe scenarios where farpd is used without honeyd.

Thanks and with kind regards, Jan.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#383421: gallery2: Gallery 2.1.2 Security Fix Released

2006-08-17 Thread Jan Wagner
Package: gallery2
Severity: serious
Tags: security
Justification: unknow (RC)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

for more information see http://gallery.menalto.com/2.1.2_release


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



Bug#373926: [Pkg-nagios-devel] Bug#373926: (no subject)

2006-08-04 Thread Jan Wagner
On Friday 04 August 2006 00:41, sean finney wrote:
 hey jan,

 On Thu, Aug 03, 2006 at 12:33:34PM +0200, Jan Wagner wrote:
  Package: nagios-plugins-standard
  Version: 1.4.3-1
  Severity: serious
 
  the attached patch should fix the problem and be applied to debian/rules.

 i don't believe this bug affects any version of nagios-plugins
 currently in debian, does it?  both sid/etch have 1.4.3.0cvs.20060707-2,
 and sarge doesn't have the split up packages at all.

Hi Sean,

I recognised the problem first with 1.4.3. Dont know if earlier packages are 
effected. 1.4.3.0cvs.20060707-2 has the check_ldaps symlink in basic and 
standard, so sarge and etch are definetly effected.

With kind regards, Jan.


pgpBxzRBBogPQ.pgp
Description: PGP signature


Bug#373926: (no subject)

2006-08-03 Thread Jan Wagner
Package: nagios-plugins-standard
Version: 1.4.3-1
Severity: serious

Hi,

the attached patch should fix the problem and be applied to debian/rules.

With kind regards, Jan.
diff -Nur nagios-plugins-1.4.3.orig/debian/rules nagios-plugins-1.4.3/debian/rules
--- nagios-plugins-1.4.3.orig/debian/rules	2006-08-03 11:03:38.0 +0200
+++ nagios-plugins-1.4.3/debian/rules	2006-08-03 11:03:55.0 +0200
@@ -96,6 +96,7 @@
 		mv ${NP_BASIC_DIR}/${NP_ETC}/$${c}.cfg ${NP_STD_DIR}/${NP_ETC}; \
 	done
 	# XXX upstream breakage
+	rm ${NP_BASIC_DIR}/${NP_LIBEXEC}/check_ldaps
 	ln -s check_ldap ${NP_STD_DIR}/${NP_LIBEXEC}/check_ldaps
 
 


pgpPMDXdhfXGi.pgp
Description: PGP signature


Bug#368308: linux-image-2.6.16-1-686: kernel Oops when trying to use ov511

2006-05-21 Thread Jan Wagner
Package: linux-image-2.6.16-1-686
Version: 2.6.16-12
Severity: important



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages linux-image-2.6.16-1-686 depends on:
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-9   Yet Another mkInitRD

Versions of packages linux-image-2.6.16-1-686 recommends:
ii  libc6-i6862.3.6-9GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.16-1-686/preinst/initrd-2.6.16-1-686:
  linux-image-2.6.16-1-686/postinst/old-system-map-link-2.6.16-1-686: true
* linux-image-2.6.16-1-686/preinst/already-running-this-2.6.16-1-686:
  linux-image-2.6.16-1-686/preinst/overwriting-modules-2.6.16-1-686: true
  linux-image-2.6.16-1-686/postinst/old-initrd-link-2.6.16-1-686: true
  linux-image-2.6.16-1-686/preinst/abort-overwrite-2.6.16-1-686:
  linux-image-2.6.16-1-686/preinst/elilo-initrd-2.6.16-1-686: true
  linux-image-2.6.16-1-686/prerm/would-invalidate-boot-loader-2.6.16-1-686: true
  linux-image-2.6.16-1-686/postinst/bootloader-error-2.6.16-1-686:
  linux-image-2.6.16-1-686/postinst/create-kimage-link-2.6.16-1-686: true
  linux-image-2.6.16-1-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.16-1-686/prerm/removing-running-kernel-2.6.16-1-686: true
  linux-image-2.6.16-1-686/postinst/old-dir-initrd-link-2.6.16-1-686: true
  linux-image-2.6.16-1-686/postinst/depmod-error-initrd-2.6.16-1-686: false
  linux-image-2.6.16-1-686/preinst/lilo-initrd-2.6.16-1-686: true
  linux-image-2.6.16-1-686/postinst/kimage-is-a-directory:
  linux-image-2.6.16-1-686/preinst/bootloader-initrd-2.6.16-1-686: true
  linux-image-2.6.16-1-686/postinst/depmod-error-2.6.16-1-686: false
  linux-image-2.6.16-1-686/preinst/failed-to-move-modules-2.6.16-1-686:
  linux-image-2.6.16-1-686/preinst/abort-install-2.6.16-1-686:
  linux-image-2.6.16-1-686/postinst/bootloader-test-error-2.6.16-1-686:  


Connecting a device which uses ov511 and using it (with camserv) let
kernel oops and crash usb subsystem (uhci_hcd). I think is was working
well with previous versions of 2.6.16 (and newer).

syslog:

May 21 12:18:28 penguin kernel: usb 1-1.3: new full speed USB device
using uhci_hcd and address 5
May 21 12:18:28 penguin kernel: usb 1-1.3: configuration #1 chosen from
1 choice
May 21 12:18:28 penguin kernel: drivers/usb/media/ov511.c: USB OV511+
video device found
May 21 12:18:28 penguin kernel: drivers/usb/media/ov511.c: model:
Creative Labs WebCam 3
May 21 12:18:28 penguin kernel: drivers/usb/media/ov511.c: Sensor is an
OV7620
May 21 12:18:29 penguin kernel: drivers/usb/media/ov511.c: Device at
usb-:00:1f.2-1.3 registered to minor 0
May 21 12:18:29 penguin usbmgr[1805]: vendor:0x5a9 product:0xa511
May 21 12:18:29 penguin usbmgr[1805]: class:0xff subclass:0x0
protocol:0x0
May 21 12:18:29 penguin usbmgr[1805]: USB device is matched the
configuration
May 21 12:18:29 penguin usbmgr[1805]: ov511 was loaded
May 21 12:18:39 penguin kernel: Unable to handle kernel paging request
at virtual address 19c1b2b0
May 21 12:18:39 penguin kernel:  printing eip:
May 21 12:18:39 penguin kernel: d09e57e9
May 21 12:18:39 penguin kernel: *pde = 
May 21 12:18:39 penguin kernel: Oops: 0002 [#1]
May 21 12:18:39 penguin kernel: Modules linked in: snd_pcm_oss snd_pcm
snd_timer snd_page_alloc snd_mixer_oss snd sd_mod scsi_mod nfs lockd
nfs_acl sunrpc piix hw_random dm_mod ov511 compat_ioctl32 videodev
usbmouse uhci_hcd usbcore intel_agp i810fb agpgart vgastate i810_audio
ac97_codec soundcore 3c59x mii ipv6 eeprom i2c_i801 i2c_core rtc ide_cd
cdrom ext3 jbd mbcache ide_disk ide_generic ide_core evdev mousedev
May 21 12:18:39 penguin kernel: CPU:0
May 21 12:18:40 penguin kernel: EIP:0060:[pg0+543815657/1338737664]
Not tainted VLI
May 21 12:18:40 penguin kernel: EFLAGS: 00010286   (2.6.16-1-686 #2)
May 21 12:18:40 penguin kernel: EIP is at ov51x_v4l1_ioctl+0xb/0x4e
[ov511]
May 21 12:18:40 penguin kernel: eax: cf399800   ebx: 19c1b21c   ecx:
cab67520   edx: d09e57de
May 21 12:18:40 penguin kernel: esi: 40047612   edi: 0005   ebp:
40047612   esp: cbad9f54
May 21 12:18:40 penguin kernel: ds: 007b   es: 007b   ss: 0068
May 21 12:18:40 penguin kernel: Process camserv (pid: 2314,
threadinfo=cbad8000 task=cb77c050)
May 21 12:18:40 penguin kernel: Stack: 0cab67520 b01547f1 c9ff7af4
cab67520 40047612 afda05e8 afda05e8 cab67520
May 21 12:18:40 penguin kernel:b01549f2 40047612 40047612
cab67520  afda05e8 40047612 b0154a4a
May 21 12:18:40 penguin kernel:cab67520 0005 40047612
afda05e8  0005 0805bca8 afda05e8
May 21 12:18:40 penguin kernel: Call Trace:
May 21 12:18:40 penguin kernel:  [do_ioctl+61/78] do_ioctl+0x3d/0x4e
May 21 12:18:40 penguin kernel: 

Bug#358465: honeyd: New upstream available (1.5a)

2006-03-22 Thread Jan Wagner
Package: honeyd
Severity: wishlist


Maybe there could hopefully provided a new package ther? :)

Thanks, Jan.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.31-cyconet-0.5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#352428: (no subject)

2006-03-04 Thread Jan Wagner
Hi!

Maybe the Problem is rrdtool ... there is a change in syntax between sarge 
version and testing version. With actual cacti you can select the version of 
rrdtool in the settings. 

See also http://forums.cacti.net/about11077.html

Much luck, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a-- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w---
O M-- V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++
G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgpilQIk4L96C.pgp
Description: PGP signature


Bug#334585: Bug #334585 arent fixed correctly

2005-12-02 Thread Jan Wagner
On Friday 02 December 2005 14:48, you wrote:
 On Fri, Dec 02, 2005 at 02:33:58PM +0100, Jan Wagner wrote:
  it shouldn't be /etc/rcS.d/S20ifscheme, cause there arent mounted all
  filesystems yet. better will be /etc/rcS.d/S40ifscheme, where the fs
  allready mountet.

 S38ifscheme then, because it still needs to run before ifupdown, but
 otherwise you make a good point.

I tested S38ifscheme .. but here it wasnt working cause the sheme status files 
couldnt be read. (/etc/network/ifsheme and /etc/network/run/ifscheme)

Regards, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w---
O M-- V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++
G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgpIVWVGXCMJn.pgp
Description: PGP signature


Bug#334585: ifscheme: scheme is saved in tmpfs and lost on reboot

2005-10-18 Thread Jan Wagner
Package: ifscheme
Version: 1.5-1
Severity: important


scheme is saved in /etc/network/run/scheme, but /etc/network/run is a
symlink to /dev/shm/network and /dev/shm is tmpfs.
So the scheme settings is wiped with reboot and the nics arent
configured.

# ifup eth0
Ignoring unknown interface eth0=eth0.
# ifscheme
Scheme not set.

setting the scheme manual works until rebooting

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ifscheme depends on:
ii  ifupdown  0.6.7  high level tools to configure netw

ifscheme recommends no packages.

-- no debconf information


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



<    3   4   5   6   7   8