Bug#558723: libapache2-svn: subversion webdav does not work behind https apache proxy anymore

2009-11-29 Thread Sven Koch
Package: libapache2-svn
Version: 1.6.6dfsg-2
Severity: normal

Since an upgrade a very short while ago my subversion setup does not work
anymore, after running for years without trouble.

The setup is a apache2+https+subversion from debian unstable, on an internal
host reachable from a debian lenny apache2+https forward proxy.

The internal (debian unstable) server uses a simple:


DAV svn
SVNPath /home/svn/src
SVNAutoversioning on
AuthType Basic
AuthName "Misc Source/Softwarethings"
AuthUserFile /home/svn/htpasswd
AuthzSVNAccessFile /home/svn/src-authz.conf
Satisfy Any
Require valid-user


as part of a SSL  block.


The external (debian lenny) machine uses:

ProxyPass /src https://svn.vpnhostname/src
ProxyPassReverse /src https://svn.vpnhostname/src

also as part of a SSL  block, additionally the virtual host
has a bunch of local svn repositories - these still work.


Since the update trying to access the repository using the external
svn.domain.de name just gives:

svn: Commit failed (details follow):
svn: Server sent unexpected return value (502 Proxy Error) in response 
to OPTIONS request for 'https://svn.domain.de/src/kernel'


The error log on the proxy host is just:

[Mon Nov 30 02:07:02 2009] [error] [client ...] (70014)End of file 
found: proxy: error reading status line from remote server svn.vpn.sdinet.de
[Mon Nov 30 02:07:02 2009] [error] [client ...] proxy: Error reading 
from remote server returned by /src/kernel


The error log on the real backend server shows:

[Mon Nov 30 03:07:02 2009] [error] [client 192.168.x.y] Re-negotiation 
handshake failed: Not accepted by client!?


Accessing the backend https server directly when on the same lan as the
server with
svn ls https://svn.vpnhostname/src/kernel
work, but
svn ls https://svn.domain.de/src/kernel
is also broken.



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

Kernel: Linux 2.6.27-sdinet47-tokamak (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-svn depends on:
ii  apache2.2-common 2.2.14-3Apache HTTP Server common files
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libsvn1  1.6.6dfsg-2 Shared libraries used by Subversio

libapache2-svn recommends no packages.

Versions of packages libapache2-svn suggests:
pn  db4.8-util (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#548439: coreutils: tail -F (or --follow=name --retry) does not follow file replaces anymore

2009-09-26 Thread Sven Koch
Package: coreutils
Version: 7.5-6
Severity: normal


hallo,

When running
  tail -F /var/log/syslog
over night, the display ends at the time of the log rotation with
  tail: `/var/log/syslog' has been replaced;  following end of new file

But it does not follow the new file when it becomes available, it just
stops displaying at this point.


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

Kernel: Linux 2.6.27-sdinet59-aurora (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages coreutils depends on:
ii  libacl1   2.2.48-1   Access control list shared library
ii  libattr1  1:2.4.44-1 Extended attribute shared library
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libselinux1   2.0.85-4   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- debconf-show failed



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



Bug#547249: nginx: Please enable --with-ipv6

2009-09-17 Thread Sven Koch
Package: nginx
Version: 0.7.61-3
Severity: wishlist

Please consider compiling nginx with IPv6 support (works without any
problems after adding the --with-ipv6 to debian/rules here).



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

Kernel: Linux 2.6.27-sdinet47-tokamak (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nginx depends on:
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libpcre3   7.8-2+b1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8k-5  SSL shared libraries
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

nginx recommends no packages.

nginx 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#505792: vzctl: ipv6 does not work in debian lenny VE

2008-11-15 Thread Sven Koch
Package: vzctl
Version: 3.0.22-13
Severity: normal

hallo,

I just moved my first VE from debian etch to debian lenny, and on this move
ipv6 stopped working for it.

This problem is already in the openvz bugzilla, but does not look fixed in
their git tree yet.

http://bugzilla.openvz.org/show_bug.cgi?id=824

The suggested fix in that bugreport (adding a "/0") to the host scripts
works for me with both debian etch and debian lenny VEs.
(Host is currently debian etch, but with backported vzctl from lenny)

I hope you would consider to include this fix or something like it to the
lenny version, it would be bad to have lenny released without ipv6
support for lenny VEs.

thanks for your time and work,
haegar


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

Kernel: Linux 2.6.24-sdinet75-tokamak (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages vzctl depends on:
ii  iproute   20080725-2 networking and traffic control too
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  vzquota   3.0.11-1   server virtualization solution - q

Versions of packages vzctl recommends:
ii  rsync 3.0.4-3fast remote file copy program (lik

Versions of packages vzctl suggests:
pn  linux-patch-openvz (no description available)

-- no debconf information



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



Bug#462468: nut: megatec_usb ups not detected since 2.2.1 update anymore

2008-01-24 Thread Sven Koch
Package: nut
Version: 2.2.1-1
Severity: normal

I am using a Mustec PowerMust 1000 USB, connected with a USB cable to
the PC.

With nut 2.2.0-2.1 everything works without problems - but since the
2.2.1-1 update the "upsdrvctl start" from the init script just fails,
executing the command manually outputs that it can't find a Megatec
Protocol UPS.

Straceing it there is a loop of:

...
[pid 23913] ioctl(4, USBDEVFS_REAPURBNDELAY, 0xbfac4d18) = -1 EAGAIN (Resource 
temporarily unavailable)
[pid 23913] select(5, NULL, [4], NULL, {0, 1000}) = 0 (Timeout)
[pid 23913] gettimeofday({1201220631, 708379}, NULL) = 0
[pid 23913] ioctl(4, USBDEVFS_REAPURBNDELAY, 0xbfac4d18) = -1 EAGAIN (Resource 
temporarily unavailable)
[pid 23913] select(5, NULL, [4], NULL, {0, 1000}) = 0 (Timeout)
[pid 23913] gettimeofday({1201220631, 712517}, NULL) = 0
[pid 23913] ioctl(4, USBDEVFS_REAPURBNDELAY, 0xbfac4d18) = -1 EAGAIN (Resource 
temporarily unavailable)
[pid 23913] ioctl(4, USBDEVFS_DISCARDURB, 0xbfac4cd4) = 0
[pid 23913] ioctl(4, USBDEVFS_REAPURB, 0xbfac4d18) = 0
[pid 23913] write(2, "Megatec protocol UPS not detecte"..., 35Megatec protocol 
UPS not detected.
) = 35


I'm back to 2.2.0-2.1 for now.

If you have further questions or something for me to test please mail,
I can play with it as it is only my home server.

Greetings,
Haegar



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

Kernel: Linux 2.6.20-sdinet41-tokamak (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nut depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf   1.5.18 Debian configuration management sy
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libusb-0.1-4  2:0.1.12-9 userspace USB programming library
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  udev  0.114-2/dev/ and hotplug management daemo

nut recommends no packages.

-- debconf-show failed



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



Bug#460287: encfs: New upstream version 1.4.0

2008-01-11 Thread Sven Koch
Package: encfs
Version: 1.3.2-1-1
Severity: wishlist


There is a new upstream version 1.4.0 available at
http://www.arg0.net/encfs, it would be nice to have this in debian.


Changes from 1.3.2 to 1.4.0:

Features / improvements: 

* add on-demand mount option.  Combined with external password
  prompting, this allows user to be prompted for a password when
  filesystem is accessed.
* reverse-encryption support by Keary Griffin, which produces an
  encrypted filesystem on-demand - useful in combination with rsync for
  creating a remote encrypted backup. 
* pass through -o options to FUSE, for mounting through fstab (Launchpad
  bug 108649)
* add -h option to encfssh, patch by Ryan Smith-Roberts
* run external password program via shell to allow passing arguments,
  patch by Liraz

Bug fixes:

* fix failure to undo a failed directory rename (Launchpad bug 160214)
* don't close stderr when running in foreground 

Other Changes:

* Update to libfuse 2.6 API, adding lock support through ulockmgr.
* Replaced internal reference counting implementation with Boost C++
  Library eliminating some complex (and potentially buggy) locking code.



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

Kernel: Linux 2.6.20-sdinet37-cut2 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages encfs depends on:
ii  fuse-utils  2.7.1-2  Filesystem in USErspace (utilities
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libfuse22.7.1-2  Filesystem in USErspace library
ii  libgcc1 1:4.3-20080104-1 GCC support library
ii  librlog1c2a 1.3.7-1  flexible message logging library
ii  libssl0.9.8 0.9.8g-3 SSL shared libraries
ii  libstdc++6  4.3-20080104-1   The GNU Standard C++ Library v3

encfs recommends no packages.

-- no debconf information



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



Bug#445000: nut: upgrade failure 2.2.0-2 -> 2.2.0-2+b1

2007-10-02 Thread Sven Koch
Package: nut
Version: 2.2.0-2
Severity: important

Trying to upgrade from the currently running 2.2.0-2 to the just released
2.2.0-2+b1:

tokamak:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  nut
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0B/1175kB of archives.
After unpacking 143kB disk space will be freed.
Do you want to continue [Y/n]? 
Preconfiguring packages ...
(Reading database ... 155767 files and directories currently installed.)
Preparing to replace nut 2.2.0-2 (using .../nut_2.2.0-2+b1_i386.deb) ...
Stopping Network UPS Tools: upsdrvctl upsd upsmon.
dpkg: error processing /var/cache/apt/archives/nut_2.2.0-2+b1_i386.deb
(--unpack):
 subprocess pre-installation script returned error exit status 10
Stopping Network UPS Tools: upsdrvctl upsd upsmon.
Starting Network UPS Tools: upsdrvctl upsd upsmon.
Errors were encountered while processing:
 /var/cache/apt/archives/nut_2.2.0-2+b1_i386.deb
localepurge: checking system for new locale ...
localepurge: processing locale files ...
localepurge: processing man pages ...
E: Sub-process /usr/bin/dpkg returned an error code (1)



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

Kernel: Linux 2.6.20-sdinet10-tokamak (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nut depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  udev  0.114-2/dev/ and hotplug management daemo

nut recommends no packages.

-- debconf-show failed



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



Bug#439253: clamav-base uses undefined variable in postinst script

2007-08-23 Thread Sven Koch
Package: clamav-base
Version: 0.91.2-1
Severity: normal

(severity normal as this bug just results in doing "nothing" on etch/sid
and only affects sarge backports critically)

Found while doing a backport of the latest clamav package to Debian Sarge:

In the post-install script of clamav-base (line 446, or line 350 of
debian/clamav-base.postinst.in) there is one usage of $dbowner, which
is defined nowhere:

if [ -d "$DatabaseDirectory"/"$db".inc ]; then
  chmod 0755 "$DatabaseDirectory"/"$db".inc
  chown "$dbowner" "$DatabaseDirectory"/"$db".inc
fi

On Debian Etch/Unstable this chown call is simply ignored, 
'chown "" something' just does nothing. But executing the same on Debian
Sarge results in an error 'chown: `': cannot omit both user and group',
aborting the postinst script.

Replacing this $dbowner with $user seems to be what is really wanted.


--- clamav-0.91.2/debian/clamav-base.postinst.in.orig   2007-08-23 
16:23:18.0 +
+++ clamav-0.91.2/debian/clamav-base.postinst.in2007-08-23 
16:10:49.0 +
@@ -347,7 +347,7 @@
 fi
 if [ -d "$DatabaseDirectory"/"$db".inc ]; then
   chmod 0755 "$DatabaseDirectory"/"$db".inc
-  chown "$dbowner" "$DatabaseDirectory"/"$db".inc
+  chown "$user" "$DatabaseDirectory"/"$db".inc
 fi
   done
 


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

Kernel: Linux 2.6.20-sdinet10-tokamak (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages clamav-base depends on:
ii  adduser   3.104  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  logrotate 3.7.1-3Log rotation utility
ii  ucf   3.001  Update Configuration File: preserv

Versions of packages clamav-base recommends:
ii  clamav0.91.2-1   antivirus scanner for Unix

-- debconf-show failed


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



Bug#425013: libcurl4-gnutls: build-warning/error-message while building gnutls version of libcurl4

2007-05-18 Thread Sven Koch
Package: libcurl4-gnutls
Version: 7.16.2-3
Severity: minor
Tags: patch


Chasing a different problem and recompiling the libcurl4-packages while
debugging I found the following (probably small/harmless) bug:

While running configure for building the libcurl4-gnutls package the
following error message is displayed in the build log:

...
checking libssh2.h presence... no
checking for libssh2.h... no
checking for gnutls_check_version in -lgnutls... yes
./configure: line 26646: GNUTLS_ENABLED: command not found
configure: detected GnuTLS version 1.6.2
configure: Added /usr/lib to LD_LIBRARY_PATH
configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS,
NTLM and more.
configure: WARNING: Use --with-ssl, --with-gnutls or --with-nss to address
this.
checking CA cert bundle install path... /etc/ssl/certs/ca-certificates.crt
checking if libraries can be versioned... yes
...

The "GNUTLS_ENABLED: command not found" bug is easily fixed with the
following patch to configure.ac (patch may be whitespace-damaged in the
bugreport!):

--- curl-7.16.2.orig/configure.ac
+++ curl-7.16.2/configure.ac
@@ -1337,7 +1337,7 @@
[
AC_DEFINE(USE_GNUTLS, 1, [if GnuTLS is enabled])
AC_SUBST(USE_GNUTLS, [1])
-   GNUTLS_ENABLED = 1
+   GNUTLS_ENABLED=1
USE_GNUTLS="yes"
curl_ssl_msg="enabled (GnuTLS)"
],


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

Kernel: Linux 2.6.20-sdinet14-aurora (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcurl4-gnutls depends on:
ii  libc6   2.5-7GNU C Library: Shared libraries
ii  libgnutls13 1.6.2-2  the GNU TLS library - runtime libr
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libkrb531.6.dfsg.1-4 MIT Kerberos runtime libraries
ii  zlib1g  1:1.2.3-14   compression library - runtime

Versions of packages libcurl4-gnutls recommends:
ii  ca-certificates   20070303   Common CA Certificates PEM files

-- debconf-show failed


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



Bug#411531: iceweasel -remote: Error: No running window found

2007-02-19 Thread Sven Koch
Package: iceweasel
Version: 2.0.0.1+dfsg-3
Severity: normal


Noticed it because my rss feedreader (akregator) does not open webpages
with firefox/iceweasel anymore:

  Since the last update (2.0.0.1+dfsg-2 was ok!) iceweasel -remote does
  not find the running iceweasel instance.

[EMAIL PROTECTED]:~$ /usr/bin/iceweasel -remote 
'openURL(http://www.sdinet.de/,new-window)'
Error: No running window found
[EMAIL PROTECTED]:~$ ps ax|grep -i icew
21462 ?Ssl0:20 /usr/lib/iceweasel/firefox-bin


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-sdinet1-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages iceweasel depends on:
ii  debianutils   2.17.5 Miscellaneous utilities specific t
ii  fontconfig2.4.2-1generic font configuration library
ii  libatk1.0-0   1.12.4-2   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-12   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libglib2.0-0  2.12.6-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user interface 
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libmyspell3c2 1:3.1-18   MySpell spellchecking library
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  psmisc22.3-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-13 compression library - runtime

iceweasel recommends no packages.

-- debconf-show failed


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



Bug#406272: avahi-daemon: please supply way to disable checking for .local unicast domains

2007-01-09 Thread Sven Koch
Package: avahi-daemon
Version: 0.6.16-2
Severity: wishlist


hallo,

please supply a way to disable the checks for .local unicast domains and
disabling avahi if one is found - more important a way to skip the tedious
multi second delays when interfaces are not connected to the network yet,
but they are "ifupped".
(perhaps with a setting in /etc/default/avahi-daemon if you don't want to
change the default behaviour)

I am using avahi-daemon on a laptop with mostly static ip setups, together
with ifscheme to switch to the location where I am currently. At hibernate
time, my wireless lan interface if brough down with ifdown (which stops
wpa_supplicant) and the ugly binary ipw3945-daemon is stopped, too. At
wakeup time, the daemon is started again (reinitializing my wireless card),
followed by a ifup - but it naturally has now an interface setting which
will 95% of the time not match the wireless settings of the new location,
resulting in the "host" dns-lookup taking multiple settings until timeout.

At the ifscheme time switching to the new ip setup I will have to wait
again, the host lookup needs to time out until the new wpa connection
has been established, delaying the startup of my vpn connections.

Second at boottime, my laptop starts with an ethernet setup of my home lan -
but when booting without being at home or without the ethernet cable
connected I have to wait, too, for the f*cking dns-lookup to timeout.

As I don't care about any .local unicast domains which may exist and am
happy if they are overridden by avahi all the time, please support a way to
get fast bootup and network-switching back.

Greetings,
Sven

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-sdinet44-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages avahi-daemon depends on:
ii  adduser 3.101Add and remove users and groups
ii  dbus1.0.2-1  simple interprocess messaging syst
ii  libavahi-common30.6.16-2 Avahi common library
ii  libavahi-core4  0.6.16-2 Avahi's embeddable mDNS/DNS-SD lib
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libcap1 1:1.10-14support for getting/setting POSIX.
ii  libdaemon0  0.10-1   lightweight C library for daemons
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li

Versions of packages avahi-daemon recommends:
ii  libnss-mdns   0.9-0.1NSS module for Multicast DNS name 

-- debconf-show failed


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



Bug#350963: wpasupplicant: wait-for-interface option -w does not work anymore

2006-02-01 Thread Sven Koch
Package: wpasupplicant
Version: 0.4.7-2
Severity: normal


Before the last update, wpasupplicant worked for me besides its "normal"
problems (like no logging, no way to adust ip-config based on found networks
etc), but since 0.4.7-2 the "wait" option -w seems to not work anymore:

When starting wpa_supplicant now without card in pcmcia slot, it only
outputs:
(starting by hand, the init-script does not output any errors but deamon is
just not running afterwards)

aurora:/etc/default# wpa_supplicant -w -i ath0 -D madwifi -c
/etc/wpa_supplicant.conf
ioctl[SIOCSIWPMKSA]: No such device
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIFFLAGS]: No such device
Could not set interface 'ath0' UP
ioctl[SIOCGIWRANGE]: No such device
ioctl[IEEE80211_IOCTL_SETPARAM]: No such device
ioctl[SIOCSIWAP]: No such device
ioctl[SIOCGIFFLAGS]: No such device
Failed to initialize driver interface
aurora:/etc/default# 

When the card is inserted it works, untill I remove it once.

-- 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.15.1-sdinet5-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages wpasupplicant depends on:
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libssl0.9.8   0.9.8a-6   SSL shared libraries

wpasupplicant recommends no packages.

-- debconf-show failed


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



Bug#350900: and /etc/init.d/wpasupplicant supplies third variant

2006-02-01 Thread Sven Koch
Package: wpasupplicant
Version: 0.4.7-2
Followup-For: Bug #350900


hello,

in addition to the two name-variants in /etc/default/wpasupplicant, there is
even a third in /etc/init.d/wpasupplicant:

...
CONFIG="/etc/wpa_supplicant.conf"
...
[ -f $CONFIG ] || ( echo "No configuration file found, not starting."; \
exit 1; )
...

please choose just one ;)


-- 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.15.1-sdinet5-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages wpasupplicant depends on:
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libssl0.9.8   0.9.8a-6   SSL shared libraries

wpasupplicant recommends no packages.

-- debconf-show failed


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



Bug#350227: apachetop: enable regular expression support for filters

2006-01-27 Thread Sven Koch
Package: apachetop
Version: 0.12.5-7
Severity: minor


This should be the last for today ;)

When the libpcre is available on the system, apachetop compiles against
it and uses it for its filters.

How about adding libpcre3-dev to the build depends?

-- 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.15.1-sdinet5-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages apachetop depends on:
ii  fam   2.7.0-9File Alteration Monitor
ii  libadns1  1.1-4  Asynchronous-capable DNS client li
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libfam0   2.7.0-9Client library to control the FAM 
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3

apachetop recommends no packages.

-- no debconf information


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



Bug#350225: apachetop: memory leaks and some more

2006-01-27 Thread Sven Koch
Package: apachetop
Version: 0.12.5-7
Severity: normal
Tags: patch


hallo,

hope I don't get too annoying.

I've used apachetop now for some weeks running in screen on a moderately
busy server - after some days (with 3-8 hits/s) it takes lots of ram, last
time I've killed it it used over 300mb - so I started debugging, keeping the
hits of the last 15min in memory should never take that much.

The result are two found memory leaks, and two small changes/fixes to use
even less ram.

Description of the Changes:

1.
src/timed_circle.cc src/hit_circle.cc
missing twice: if (hit->ip_pos) im->sub_ref(hit->ip_pos);
ip map entries are never freed, memory leak (notably if you
have many users and a long running apachetop)

needs small check in src/map.cc map::sub_ref(), for -1 in
hit->ip_pos

2.
src/timed_circle.cc src/hit_circle.cc
if (hit->host_pos) - checks for '!= 0', but 0 is a valid position
first entry in each map is never freed, memory leak (but small)

still unfixed in my patch

3.
src/map.cc
map::destroy()
calls tab_hash->destroy() twice, once direct and once through
"delete tab_hash"
(harmless because hashes are never freed/only at program exit)

4.
src/map.cc
map::sub_ref():
directly free/reinit tab positions to free no longer needed string
memory


And the patch:

diff -ur apachetop-0.12.5/src/hits_circle.cc 
apachetop-0.12.5.new/src/hits_circle.cc
--- apachetop-0.12.5/src/hits_circle.cc 2004-07-25 22:41:08.0 +0200
+++ apachetop-0.12.5.new/src/hits_circle.cc 2006-01-28 02:23:41.0 
+0100
@@ -8,7 +8,7 @@
 
 #include "apachetop.h"
 
-extern map *hm, *um, *rm;
+extern map *hm, *um, *rm, *im;
 
 int Hits_Circle::create(unsigned int passed_size)
 {
@@ -48,7 +48,7 @@
hm->sub_ref(posptr->host_pos);
um->sub_ref(posptr->url_pos);
rm->sub_ref(posptr->ref_pos);
-
+   im->sub_ref(posptr->ip_pos);
}

/* maintain some stats */
diff -ur apachetop-0.12.5/src/log.cc apachetop-0.12.5.new/src/log.cc
--- apachetop-0.12.5/src/log.cc 2004-07-25 22:41:08.0 +0200
+++ apachetop-0.12.5.new/src/log.cc 2006-01-28 03:41:16.0 +0100
@@ -365,7 +365,8 @@
lb->want_host = false;
lb->want_ip = false;
delete lb->dns_query;
-
+   lb->dns_query = NULL;
+   
if (answer->status == adns_s_ok)
{
/* we have a reply */
diff -ur apachetop-0.12.5/src/map.cc apachetop-0.12.5.new/src/map.cc
--- apachetop-0.12.5/src/map.cc 2004-05-08 01:46:16.0 +0200
+++ apachetop-0.12.5.new/src/map.cc 2006-01-28 03:42:24.0 +0100
@@ -41,7 +41,6 @@
 {
free(tab);
 
-   tab_hash->destroy();
delete tab_hash;
 
return 0;
@@ -99,7 +98,7 @@
 * particular entry is incremented */
tab[x].refcount++;
 
-// dprintf("%d Found %p %d for %s\n", time(NULL), this, x, string);
+// dprintf("%d Found %p %d %d for %s\n", time(NULL), this, x, 
tab[x].refcount, string);
return x;
}

@@ -188,10 +187,22 @@
 
 void map::sub_ref(int pos)
 {
-// dprintf("%d subref %p %d for %s\n",
-// time(NULL), this, pos, tab[pos].string);
+// dprintf("%d subref %p %d %d for %s\n",
+// time(NULL), this, pos, tab[pos].refcount, tab[pos].string);
+
+   /* -1 means no/invalid position, can happen with ip map */
+   if (pos < 0) return;

-   if (tab[pos].refcount > 0)
+   if (tab[pos].refcount > 0) {
tab[pos].refcount--;
-
+   if ((tab[pos].refcount == 0) && (tab[pos].string)) {
+   /* remove from hash */
+   tab_hash->remove(tab[pos].string);
+   
+   /* remove from table */
+   free(tab[pos].string);
+   tab[pos].string = NULL;
+   tab[pos].time = 0;
+   }
+   }
 }
diff -ur apachetop-0.12.5/src/timed_circle.cc 
apachetop-0.12.5.new/src/timed_circle.cc
--- apachetop-0.12.5/src/timed_circle.cc2004-05-13 17:43:31.0 
+0200
+++ apachetop-0.12.5.new/src/timed_circle.cc2006-01-28 03:41:09.0 
+0100
@@ -15,7 +15,7 @@
 extern time_t now; /* global ApacheTop-wide to save on time() calls */
 extern struct gstat gstats;
 
-extern map *hm, *um, *rm;
+extern map *hm, *um, *rm, *im;
 
 int Timed_Circle::create(unsigned int size)
 {
@@ -92,6 +92,7 @@
if (hit->host_pos) hm->sub_ref(hit->host_pos);
if (hit->url_pos) um->sub_ref(hit->url_pos);
if (hit->ref_pos) rm->sub_ref(hit->ref_pos);
+   if (hit->ip_pos) im->sub_ref(hit->ip_pos);
}
 
/* start at the beginning of the HIT array */
@@ -144,6 +145,7 @@
 

Bug#350223: apachetop: remove generated files (src/.deps/*, Makefiles) from debian .diff.gz - use make distclean

2006-01-27 Thread Sven Koch
Package: apachetop
Version: 0.12.5-7
Severity: minor
Tags: patch


hello again ;)

The Debian .diff.gz contains many generated files, like src/.deps and
Makefiles - remove them in clean-target

--- apachetop-0.12.5.orig/debian/rules  2006-01-28 03:11:36.0 +0100
+++ apachetop-0.12.5/debian/rules   2006-01-28 03:07:41.0 +0100
@@ -46,7 +46,7 @@
dh_testroot
 
# Add here commands to clean up after the build process.
-   -$(MAKE) clean
+   -$(MAKE) distclean
 
rm -f build-stamp configure-stamp
rm -f config.log config.status


-- 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.15.1-sdinet5-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages apachetop depends on:
ii  fam   2.7.0-9File Alteration Monitor
ii  libadns1  1.1-4  Asynchronous-capable DNS client li
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libfam0   2.7.0-9Client library to control the FAM 
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3

apachetop recommends no packages.

-- debconf-show failed


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



Bug#350046: security fix and apachetop 0.12.6 available

2006-01-26 Thread Sven Koch
Package: apachetop
Version: 0.12.5-7
Severity: normal


Apachetop 0.12.6 is available at
http://www.webta.org/projects/apachetop/wiki/Download

>From its changelog:
v0.12.6 (27th October, 2005)
 * fixed security issue which described at CVE-2005-2660 

http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2660

-- 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.15.1-sdinet5-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages apachetop depends on:
ii  fam   2.7.0-9File Alteration Monitor
ii  libadns1  1.1-4  Asynchronous-capable DNS client li
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libfam0   2.7.0-9Client library to control the FAM 
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3

apachetop recommends no packages.

-- debconf-show failed


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



Bug#347265: xserver-xorg: wrong version numbers in NEWS.Debian

2006-01-09 Thread Sven Koch
Package: xserver-xorg
Version: 6.9.0.dfsg.1-2
Severity: minor

nitpicking:

the version numbers in /usr/share/doc/xserver-xorg/NEWS.Debian.gz for the
last few entries say "6.9.1.dfsg.1-X", but I think it should be
"6.9.0.dfsg.1-X".

tnx,
haegar


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



Bug#346079: error updating isdnvboxserver

2006-01-05 Thread Sven Koch
Package: isdnvboxserver
Version: 1:3.8.2005-12-06-2
Severity: important

Setting up isdnvboxserver (3.8.2005-12-06-2) ...
/var/lib/dpkg/info/isdnvboxserver.config: line 105: unexpected EOF while
looking for matching ``'
/var/lib/dpkg/info/isdnvboxserver.config: line 245: syntax error: unexpected
end of file
dpkg: error processing isdnvboxserver (--configure):
 subprocess post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of isdnutils:
 isdnutils depends on isdnvboxserver; however:
  Package isdnvboxserver is not configured yet.
dpkg: error processing isdnutils (--configure):
 dependency problems - leaving unconfigured

I don't know what is wrong there, at first glance I couldn't find anything
wrong in that codeblock.

The whole isdn-things are currently installed here, but not yet configured
or used in any way - the box still waits for the isdn-card to be added back.
But this did not make a problem for the last year, just since the last update.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-sdinet20-tokamak
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages isdnvboxserver depends on:
ii  debconf [debconf-2.0] 1.4.67 Debian configuration management sy
ii  isdnutils-base1:3.8.2005-12-06-2 ISDN utilities, the basic (minimal
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  tcl8.38.3.5-4Tcl (the Tool Command Language) v8

isdnvboxserver recommends no packages.

-- debconf-show failed


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



Bug#343181: apachetop: failure building twice

2005-12-13 Thread Sven Koch
Package: apachetop
Version: 0.12.5-5
Severity: minor
Tags: patch

the build fails, if the package has already been built in the same
directory.

steps to reproduce:

# apt-get source apachetop
# cd apachetop-0.12.5
# debuild
works
# debuild
bombs, because 'make clean' did not work and there are still old .o files
in the src subdirectory from the last compile run.

bug-reason:
'make clean' needs config.status, without it, it won't run.

working solution:
in debian/rules, remove config.status after the 'make clean' run


simple patch:

diff -u apachetop-0.12.5/debian/rules apachetop-0.12.5/debian/rules
--- apachetop-0.12.5/debian/rules
+++ apachetop-0.12.5/debian/rules
@@ -44,12 +44,13 @@
 clean:
dh_testdir
dh_testroot
-   rm -f build-stamp configure-stamp
-   rm -f config.log config.status
 
# Add here commands to clean up after the build process.
-$(MAKE) clean
 
+   rm -f build-stamp configure-stamp
+   rm -f config.log config.status
+
dh_clean 
 
 install: build



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-sdinet20-tokamak
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages apachetop depends on:
ii  fam   2.7.0-8File Alteration Monitor
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libreadline5  5.1-1  GNU readline and history libraries
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

apachetop recommends no packages.

-- debconf-show failed


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



Bug#343180: apachetop: problems with logfiles greater than 2gb

2005-12-13 Thread Sven Koch
Package: apachetop
Version: 0.12.5-5
Severity: minor
Tags: patch

when an apache logfile becomes greater than 2gb, apachetop refuses to work
with it.

although the configure script detects:

checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no

they seem to be necessarry.

the following (quick&dirty) patch fixed it for me:

diff -u apachetop-0.12.5/src/apachetop.h apachetop-0.12.5/src/apachetop.h
--- apachetop-0.12.5/src/apachetop.h
+++ apachetop-0.12.5/src/apachetop.h
@@ -5,6 +5,11 @@
 # include "config.h"
 #endif
 
+#undef _FILE_OFFSET_BITS
+#undef _LARGE_FILES
+#define _FILE_OFFSET_BITS 64
+#define _LARGE_FILES 1
+
 #include 
 #include 
 #include 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-sdinet20-tokamak
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages apachetop depends on:
ii  fam   2.7.0-8File Alteration Monitor
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libreadline5  5.1-1  GNU readline and history libraries
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

apachetop recommends no packages.

-- debconf-show failed


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



Bug#343179: apachetop should link against libfam, needs libfam-dev as Build-Dependency

2005-12-13 Thread Sven Koch
Package: apachetop
Version: 0.12.5-5
Severity: minor

apachetop wants to use fam or gamin, but does not link against libfam, and
as such does not use this feature, unless libfam-dev has been installed.

fix should be to add libfam-dev to the build dependencies.


ps:
and while we are at it, it could add libadns1-dev to the build
dependencies, too

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-sdinet20-tokamak
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages apachetop depends on:
ii  fam   2.7.0-8File Alteration Monitor
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libreadline5  5.1-1  GNU readline and history libraries
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

apachetop recommends no packages.

-- no debconf information


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



Bug#342064: ssl error on svk import

2005-12-04 Thread Sven Koch
Package: svk
Version: 1.04-1
Severity: normal

I don't know if this really is a svk problem, or if its subversion or even
something below that - please reassign this bug if you think so.

The problem:

using a mirrored https svk repository, mirror config created through
  cd /usr/src
  svk co https://server/src/kernel/2.6.15

now I've unpacked the big ubuntu linux-source .tar.gz and want to import
this into a subdir of this repository:

  cd linux-source-2.6.15-2.6.15
  svk import . //kernel/2.6.15/ubuntu-2.6.15

but only get this error:

Merging back to mirror source https://server/src/kernel/2.6.15.
RA layer request failed: PUT of
'/src/!svn/wrk/cc2968e7-2207-0410-9997-dc5f4d9f17f7/kernel/2.6.15/ubuntu-2.6.15/Documentation/arm/SA1100/GraphicsMaster':
SSL negotiation failed: SSL error: decryption failed or bad record mac
(https://svn.sdinet.de)
Please sync mirrored path /kernel/2.6.15/ubuntu-2.6.15 first.
Commit message saved in svk-commitJNziC.tmp.


a normal commit after changing/adding/deleting some checked out files works
without problems on the same repository.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-sdinet20-tokamak
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages svk depends on:
ii  libalgorithm-annotate-perl  0.10-1   represent a series of changes in a
ii  libalgorithm-diff-perl  1.19.01-2a perl library for finding Longest
ii  libclass-autouse-perl   1.21-1   Defer loading ( 'use'ing ) of a cl
ii  libclone-perl   0.16-1   recursively copy Perl datatypes
ii  libcompress-zlib-perl   1.41-1   Perl module for creation and manip
ii  libdata-hierarchy-perl  0.21-1   Handle data in a hierarchical stru
ii  libfile-type-perl   0.22-1   determine file type using magic st
ii  libfreezethaw-perl  0.43-2   converting Perl structures to stri
ii  libio-digest-perl   0.10-1   Calculate digests while reading or
ii  libio-string-perl   1.05-1   Emulate IO::File interface for in-
ii  liblocale-maketext-lexicon- 0.49-1   Lexicon-handling backends for "Loc
ii  liblocale-maketext-simple-p 0.12-2   Simple interface to Locale::Makete
ii  libperlio-eol-perl  0.13-1   PerlIO layer for normalizing line 
ii  libperlio-via-dynamic-perl  0.11-1   dynamic PerlIO layers
ii  libperlio-via-symlink-perl  0.05-1   PerlIO layers for create symlinks
ii  libpod-simple-perl  3.02-2   Perl framework for parsing files i
ii  libregexp-shellish-perl 0.93-1   Shell-like regular expressions
ii  libsvn-core-perl1.2.3dfsg1-3 perl bindings for Subversion (aka.
ii  libsvn-mirror-perl  0.66-1   A subversion repository mirroring 
ii  libsvn-simple-perl  0.27-1   A simple interface for writing a d
ii  libtext-diff-perl   0.35-2   Perform diffs on files and record 
ii  libtimedate-perl1.1600-5 Time and date functions for Perl
ii  libyaml-perl0.39-1   YAML Ain't Markup Language (tm)
ii  perl5.8.7-8  Larry Wall's Practical Extraction 

svk recommends no packages.

-- no debconf information


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



Bug#304418: ifscheme: since ifupdown 0.6.5, /etc/network/ifstate moved to /etc/network/run/ifstate

2005-04-12 Thread Sven Koch
Package: ifscheme
Version: 1.3-1
Severity: important
Tags: patch


ifscheme needs the state-file from ifupdown - this file has moved with
version 0.6.5 from /etc/network/ifstate to /etc/network/run/ifstate

diff -u ifscheme-1.3/debian/control ifscheme-1.3/debian/control
--- ifscheme-1.3/debian/control
+++ ifscheme-1.3/debian/control
@@ -7,7 +7,7 @@
 
 Package: ifscheme
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ifupdown (>= 0.6.5), ${shlibs:Depends}, ${misc:Depends}
 Description: scheme control for network interfaces
  ifscheme allows you to change network configuraton schemes or query the
  current scheme. It integrates with the ifup(8) command and interfaces(5). For
--- ifscheme-1.3.orig/ifscheme
+++ ifscheme-1.3/ifscheme
@@ -2,7 +2,7 @@
 # ifscheme changes network configuration schemes using ifup and ifdown
 
 # File locations
-IFSTATE=/etc/network/ifstate
+IFSTATE=/etc/network/run/ifstate
 INTERFACES=/etc/network/interfaces
 SCHEME=/etc/network/scheme
 
--- ifscheme-1.3.orig/ifscheme.8
+++ ifscheme-1.3/ifscheme.8
@@ -88,7 +88,7 @@
 .I /etc/network/scheme
 the current scheme
 .TP
-.I /etc/network/ifstate
+.I /etc/network/run/ifstate
 a record of the current state of the interfaces, managed by ifup and ifdown
 .SH BUGS
 All schemed interfaces will have the same scheme.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac10-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

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

-- no debconf information


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



Bug#302286: tetex-bin: postinst fails with Error: `tex -ini -jobname=latex -progname=latex latex.ini' failed

2005-03-30 Thread Sven Koch
Package: tetex-bin
Version: 2.0.2-27
Severity: important


Setting up tetex-bin (2.0.2-27) ...
Merging information from /etc/texmf/texmf.d/ into /etc/texmf/texmf.cnf ...
done
Regenerating /var/lib/texmf/web2c/fmtutil.cnf ... done
Regenerating /var/lib/texmf/web2c/updmap.cfg ... done
Running initex. This may take some time. ...
Error: `tex -ini  -jobname=latex -progname=latex latex.ini' failed
Error: `etex -ini  -jobname=latex -progname=latex *latex.ini' failed
Error: `etex -ini  -jobname=elatex -progname=elatex *elatex.ini' failed
Error: `pdftex -ini  -jobname=pdflatex -progname=pdflatex pdflatex.ini' failed
Error: `pdfetex -ini  -jobname=pdflatex -progname=pdflatex *pdflatex.ini' failed
Error: `pdfetex -ini  -jobname=pdfelatex -progname=pdfelatex *pdfelatex.ini' 
failed
fmtutil: /var/lib/texmf/web2c/pdftex.fmt installed.
fmtutil: /var/lib/texmf/web2c/tex.fmt installed.
fmtutil: /var/lib/texmf/web2c/cont-en.efmt installed.
fmtutil: /var/lib/texmf/web2c/etex.efmt installed.
fmtutil: /var/lib/texmf/web2c/mptopdf.efmt installed.
fmtutil: /var/lib/texmf/web2c/pdfetex.efmt installed.
fmtutil: /var/lib/texmf/web2c/mf.base installed.

###
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
  /var/lib/texmf/web2c
for details.
###

This is a summary of all `failed' messages and warnings:
`tex -ini  -jobname=latex -progname=latex latex.ini' failed
`ttex -ini  -jobname=latex -progname=latex *latex.ini' failed
`etex -ini  -jobname=elatex -progname=elatex *elatex.ini' failed
`pdftex -ini  -jobname=pdflatex -progname=pdflatex pdflatex.ini' failed
`pdfetex -ini  -jobname=pdflatex -progname=pdflatex *pdflatex.ini' failed
`pdfetex -ini  -jobname=pdfelatex -progname=pdfelatex *pdfelatex.ini' failed
dpkg: error processing tetex-bin (--configure):
 subprocess post-installation script returned error exit status 30
Errors were encountered while processing:
 tetex-bin

As tetex-bin is only installed here because some other packages depend on
it, I can't say if it still works or not.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac10-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages tetex-bin depends on:
ii  debconf  1.4.47  Debian configuration management sy
ii  debianutils  2.13.2  Miscellaneous utilities specific t
ii  dpkg 1.10.27 Package maintenance system for Deb
ii  ed   0.2-20  The classic unix line editor
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libkpathsea3 2.0.2-27path search library for teTeX (run
ii  libpaper11.1.14-3Library for handling paper charact
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libt1-5  5.0.2-3 Type 1 font rasterizer library - r
ii  libwww0  5.4.0-9 The W3C WWW library
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-12.0.1 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-12.0.1 X Window System miscellaneous util
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  mime-support 3.31-1  MIME files 'mime.types' & 'mailcap
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 
ii  sed  4.1.4-2 The GNU sed stream editor
ii  tetex-base   2.0.2c-7Basic library files of teTeX
ii  ucf  1.17Update Configuration File: preserv
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information:
  tetex-bin/upd_map: true
  tetex-bin/cnf_name:
  tetex-bin/fmtutil: true
* tetex-bin/fmtutil-failed:
  tetex-bin/userperm: false
  tetex-bin/updmap-failed:
  tetex-bin/hyphen: french[=patois], ngerman[=naustrian-neue_Rechtschreibung]
  tetex-bin/oldcfg: true
  tetex-bin/use_debconf: false
  tetex-bin/groupname: users
  tetex-bin/groupperm: true
  tetex-bin/lsr-perms: true


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



Bug#294117: psi: openpgp support does not work anymore since update to gnupg 1.4

2005-02-07 Thread Sven Koch
Package: psi
Version: 0.9.3-1
Severity: normal


Since sid's gnupg update to 1.4 the openpgp support in psi does not work
anymore. The OpenPGP box under "Account Properties" is grey, and psi does
not ask for my openpgp passphrase at start anymore.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac10-aurora
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages psi depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libqca1  1.0-6   Qt Cryptographic Architecture - sh
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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