Bug#307928: Alias /twiki/data /var/lib/twiki/data in apache.conf

2005-05-06 Thread Christopher Huhn
Package: twiki
Version: 20040902-3
Severity: normal
Defining an alias for data/ in apache.conf is pointless IMHO.
Additionally it reveals the raw contents of the topics to everyone, 
by-passing TWiki's access control. This may also be a security
issue.

-- System Information:
Debian Release: 3.1
 APT prefers testing
 APT policy: (900, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-gsi
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Versions of packages twiki depends on:
ii  apache2-common2.0.54-2   next generation, scalable, 
extenda
ii  debconf   1.4.30.13  Debian configuration 
management sy
ii  libalgorithm-diff-perl1.19.01-1  a perl library for finding 
Longest
ii  libdigest-sha1-perl   2.10-1 NIST SHA-1 message digest 
algorith
ii  libnet-perl   1:1.19-1   Implementation of Internet 
protoco
ii  libtext-diff-perl 0.35-2 Perform diffs on files and 
record
ii  perl [libmime-base64-perl]5.8.4-8Larry Wall's Practical 
Extraction
ii  perl-modules [libnet-perl]5.8.4-8Core Perl modules
ii  rcs   5.7-14 The GNU Revision Control System

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


Bug#300726: hotplug: don't fail on creating /usr/local/lib/firmware

2005-04-04 Thread Christopher Huhn
Package: hotplug
Version: 0.0.20040329-21
Severity: normal
Tags: patch
Followup-For: Bug #300726

Debian policy 9.1.2: "These scripts must not fail if either of these operations 
fail."

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-reiser4
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages hotplug depends on:
ii  bash 2.05b-24The GNU Bourne Again SHell
ii  debconf  1.4.30.11   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  module-init-tools3.2-pre1-2  tools for managing Linux kernel mo
ii  modutils 2.4.26-1.2  Linux module utilities
ii  procps   1:3.2.1-2   The /proc file system utilities
ii  sed  4.1.2-8 The GNU sed stream editor

-- debconf information excluded

*** /tmp/hotplug.postinst.diff
--- hotplug.postinst.orig   2005-04-04 12:51:39.180941066 +0200
+++ hotplug.postinst2005-04-04 12:52:29.213034302 +0200
@@ -88,7 +88,7 @@
 case "$1" in
 configure)
create_config_file
-[ -e /usr/local/lib/firmware/ ] || mkdir -p /usr/local/lib/firmware/
+[ -e /usr/local/lib/firmware/ ] || mkdir -p /usr/local/lib/firmware/ 
|| true
 ;;
 
 abort-upgrade|abort-remove|abort-deconfigure)


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



Bug#296461: UpgradeTwiki upgrade script not present/working : fix setlib.cfg

2005-02-24 Thread Christopher Huhn
Olivier Berger wrote:
era eriksson <[EMAIL PROTECTED]> writes:
 

In , you write:
> In order to upgrade from a previous twiki installation, the
> upstream script UpgradeTwiki is quite [useful].
If you are using a Debian package, you should not be updating things
in place. dpkg will be rightfully upset if you change an installed
package behind its back. 

It's about upgrading the data (i.e. the standard set of pages, the
preferences, the templates, all kind of stuff that twiki uses in order
to work well, beyond the scripts).
/var/lib/twiki/templates is correctly managed by dpkg and there 
shouldn't be an automatic merge of local changes for the standard set of 
files.
Instead of changes to these files one should have set up a custom skin.

For the debian package UpgradeTwiki should not handle anything but 
/var/lib/twiki/data/... and the conffiles (that's all it does I think).
That should be ok with dpkg as it does not manage /var/lib/twiki/data/...

But anyways, this will require a human intervention at all
cases... and a bit of understanding of a diff/merge tool.
 

What's wrong about running it from postinst on upgrade?
Regards,
   Christopher
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#297935: partimage-server: init script does nothing if run_on_boot=false

2005-03-03 Thread Christopher Huhn
Package: partimage-server
Version: 0.6.4-10.1
Severity: normal


Choosing not to run partimaged on boot seems to set launch=0 in 
/etc/default/partimage-server. 
This causes /etc/init.d/partimage-server to be completely useless even when 
starting the service manually.

Instead postinst should skip creating (or remove) runlevel links to 
/etc/init.d/partimage-server.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-reiser4
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages partimage-server depends on:
ii  debconf 1.4.30.11Debian configuration management sy
ii  libbz2-1.0  1.0.2-5  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-6GCC support library
ii  libnewt0.51 0.51.6-20Not Erik's Windowing Toolkit - tex
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
ii  openssl 0.9.7e-2 Secure Socket Layer (SSL) binary a
ii  slang1a-utf81.4.9dbs-8   The S-Lang programming library wit
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information:
* partimage-server/images: /var/lib/partimaged
  partimage-server/create_certs: true
* partimage-server/run_on_boot: false


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



Bug#297935: Further observations

2005-03-03 Thread Christopher Huhn
The init script should be called /etc/init.d/partimage-server, not 
/etc/init.d/partimaged (see Debian policy 9.3.2)

In contrast to /usr/share/doc/partimage-server/README.Debian.partimaged 
partimaged runs as root not partimag.
You shoud use start-stop-daemon --start --chuid partimag ...

In contrast to /usr/share/doc/partimage-server/README.partimaged 
partimaged listens on port 4025, not 13000

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


Bug#407448: torrus-common: Wrong dir reference in README.Debian

2007-01-18 Thread Christopher Huhn
Package: torrus-common
Version: 1.0.4-1
Severity: minor

The apache2 config dir is referred to as /etc/apache2/config.d in README.Debian 
but it is /etc/apache2/conf.d

Regards, 
   Christopher

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages torrus-common depends on:
ii  adduser   3.101  Add and remove users and groups
ii  libapache-session-perl1.81-1 Perl modules for keeping persisten
ii  libberkeleydb-perl0.31-1 use Berkeley DB 4 databases from P
ii  libnet-snmp-perl  5.2.0-1Script SNMP connections
ii  libproc-daemon-perl   0.03-2 Run Perl program as a daemon proce
ii  librrds-perl  1.2.15-0.3 Time-series data storage and displ
ii  libtemplate-perl  2.14-1 template processing system written
ii  libtimedate-perl  1.1600-5   Time and date functions for Perl
ii  libxml-libxml-perl1.59-2 Perl module for using the GNOME li
ii  netbase   4.27   Basic TCP/IP networking system
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  rrdtool   1.2.15-0.3 Time-series data storage and displ

torrus-common recommends no packages.

-- no debconf information


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



Bug#187092: man timeout

2007-02-06 Thread Christopher Huhn
timeout's manpage state that "timeout's  exit  status  is the exit
status of the specified command ... "

So if you won't fix the bug, please document it correctly  in the manpage.

Regards,
Christopher

-- 
Christopher Huhn, GSI Darmstadt

'We apologise for the inconvenience'



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



Bug#306829: autofs-ldap: auto.master in LDAP and autofs.schema

2005-04-28 Thread Christopher Huhn, GSI
Package: autofs-ldap
Version: 4.1.3+4.1.4beta2-7
Severity: important
Tags: patch

/etc/init.d/autofs fails to retrieve the auto.master map from LDAP. The 
attached patch fixes the problem for my setup. 

Additionally it exports LDAPBASE and LDAPURI (see bug #304340), which makes 
autofs-ldap rather independant from the content of 
/etc/ldap/ldap.conf.

One might encounter problems when both RFC 2307 and autofs.schema entries are 
inside the specified subtree.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages autofs-ldap depends on:
ii  autofs4.1.3+4.1.4beta2-7 kernel-based automounter for Linux
ii  ldap-utils2.2.23-1   OpenLDAP utilities
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libldap2  2.1.30-3   OpenLDAP libraries

-- no debconf information
--- /etc/init.d/autofs.orig 2005-04-28 19:56:39.719182481 +0200
+++ /etc/init.d/autofs.working  2005-04-28 19:57:36.924029843 +0200
@@ -156,7 +156,12 @@
 function getldapmounts()
 {
 if [ -x /usr/lib/autofs/autofs-ldap-auto-master ]; then
+   # see bug 304340:
+   export LDAPURI="$LDAPURI"
+   export LDAPBASE="$LDAPBASE"
 /usr/lib/autofs/autofs-ldap-auto-master 2> /dev/null
+   /usr/lib/autofs/autofs-ldap-auto-master -m automountMap \
+   -e automount -n ou -k cn -v automountInformation 2> /dev/null
 fi
 }
 


Bug#316064: lsb-core: Stale link in README.Debian

2005-06-28 Thread Christopher Huhn, GSI
Package: lsb-core
Version: 2.0-7
Severity: minor

http://people.debian.org/~joeyh/lsbtest/current/, referenced by README.Debian, 
is apparently obsolete.

Regards,
Christopher

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lsb-core depends on:
ii  alien   8.52 install non-native packages with d
ii  at  3.1.8-11 Delayed job execution and batch pr
ii  bc  1.06-15  The GNU bc arbitrary precision cal
ii  binutils2.15-6   The GNU assembler, linker and bina
ii  bsdmainutils6.0.17   collection of more utilities from 
ii  cpio2.5-1.2  GNU cpio -- a program to manage ar
ii  cron3.0pl1-86management of regular background p
ii  cupsys-bsd [lpr]1.1.23-10Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  file4.12-1   Determines file type using "magic"
ii  gawk1:3.1.4-2GNU awk, a pattern scanning and pr
ii  libc6-dev [libc-dev]2.3.2.ds1-22 GNU C Library: Development Librari
ii  locales 2.3.2.ds1-22 GNU C Library: National Language (
ii  lsb-base2.0-7Linux Standard Base 2.0 init scrip
ii  lsb-release 1.4-8LSB release command
ii  m4  1.4.2-1  a macro processing language
ii  make3.80-9   The GNU version of the "make" util
ii  man-db  2.4.2-21 The on-line manual pager
ii  ncurses-term5.4-4Additional terminal type definitio
ii  passwd  1:4.0.3-31sarge5 change and administer password and
ii  patch   2.5.9-2  Apply a diff file to an original
ii  pax 1:1.5-15 Portable Archive Interchange
ii  postfix [mail-transport 2.1.5-9  A high-performance mail transport 
ii  procps  1:3.2.1-2The /proc file system utilities
ii  psmisc  21.5-1   Utilities that use the proc filesy
ii  python  2.3.5-2  An interactive high-level object-o
ii  rsync   2.6.4-6  fast remote file copy program (lik
ii  zlib1g [libz1]  1:1.2.2-4compression library - runtime

-- debconf information excluded


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