Bug#1014995: kea-shell does use original includes

2022-07-15 Thread Kilian Krause
Package: kea-ctrl-agent After installation the kea-shell does not work because: # kea-shell Traceback (most recent call last): File "/usr/sbin/kea-shell", line 27, in from kea_conn import CARequest # CAResponse ModuleNotFoundError: No module named 'kea_conn' # Quite obviously with the

Bug#933658: [Pkg-nagios-devel] Bug#933658: monitoring-plugins-standard: check_dns unable to cope with punycode/UTF-8 domains

2021-12-21 Thread Kilian Krause
Hi Jan, * Jan Wagner [2021-12-20 06:20:31 +0100]: thanks for bringing this to our attention. Am 01.08.19 um 15:26 schrieb Kilian Krause: The current version of check_dns seems to be broken w.r.t. punycode/UTF-8 domains: # /usr/lib/nagios/plugins/check_dns -H xn--brckenkurs-mathematik

Bug#988061: please add nghttp2 to b-d and permit to enable enable DoT/DoH

2021-05-04 Thread Kilian Krause
Package: bind9 Version: 1:9.16.15-1 Severity: normal Hi, as per https://gitlab.isc.org/isc-projects/bind9/-/wikis/DoH/DOH-and-DoT-Design the 9.16 BIND9 release has support for DoT/DoH if built with nghttp2 support. This is not enabled in Debian and it would be great, if it could be added. TIA!

Bug#985912: eapol_test does not work with IPv6 because CONFIG_IPV6 is not enabled

2021-03-25 Thread Kilian Krause
Package: eapoltest Severity: normal Hi, When running eapol_test against IPv6 addresses, the tool reports: Invalid IP address '2001:db8::123' eapol_test: eapol_test.c:1033: wpa_init_conf: Assertion `0' failed. because in debian/config/wpasupplicant/linux the CONFIG_IPV6=y is missing. Once

Bug#946050: Please add systemd socket activation support

2019-12-03 Thread Kilian Krause
Package: prometheus-blackbox-exporter Severity: wishlist Tags: patch Hi, Please consider adding the systemd socket activation patch from https://github.com/prometheus/blackbox_exporter/pull/523/commits. The verified working version for both 0.13 and 0.14 is attached. TIA! Best regards, Kilian

Bug#933658: monitoring-plugins-standard: check_dns unable to cope with punycode/UTF-8 domains

2019-08-01 Thread Kilian Krause
Package: monitoring-plugins-standard Version: 2.2-6 Severity: normal Dear Maintainer, The current version of check_dns seems to be broken w.r.t. punycode/UTF-8 domains: # /usr/lib/nagios/plugins/check_dns -H xn--brckenkurs-mathematik-9hc.de. -s 129.69.252.34 DNS CRITICAL - '/usr/bin/nslookup

Bug#886406: PID file directory not created by init script

2018-01-05 Thread Kilian Krause
Package: burp Version: 2.0.54-1 Severity: normal Hi, When trying to start burp automatically upon boot the PID file directory isn't automatically created, resulting in: root@backup:~# service burp status * burp.service - LSB: backup and restore program Loaded: loaded (/etc/init.d/burp;

Bug#865745: java-package: Parameter --changes creates unusable .changes file

2017-12-18 Thread Kilian Krause
Hi Haegar, The patch required is actually pretty straightforward: --- /usr/share/java-package/javase.sh 2016-09-11 02:39:56.0 +0200 +++ /tmp/jpkg/javase.sh 2017-12-18 14:51:57.412419588 +0100 @@ -259,11 +259,17 @@ local deb_filename="$( echo "${j2se_package}_"*.deb )"

Bug#881584: logrotate probably not needed - or at least using wrong permissions

2017-11-13 Thread Kilian Krause
Package: puppetdb logroate.d config seems to be unneeded. Error message is: /etc/cron.daily/logrotate: error:

Bug#878193: fails to start with minimal dependencies from testing

2017-10-10 Thread Kilian Krause
Package: puppetdb Version: 4.4.1-1 Severity: normal Hi, While trying to start puppetdb with as much a testing install as possible, I get: --(snip)-- Oct 10 23:14:49 puppet-db systemd[1]: Started Puppet data warehouse server. Oct 10 23:14:57 puppet-db java[32440]: Exception in thread "main"

Bug#610837: xen-tools: Should support providing enabling and/or providing manually IPv6 settings

2017-09-13 Thread Kilian Krause
Hi, Fully supporting that forcing DHCPv4 or static IPv4 is no longer the optimal config. IMHO we should have options: - no address give => just use inet6 auto (maybe even default to DHCPv4 in parallel too - OPTIONALLY!) That will be using full autoconfig with privacy extensions by default and

Bug#875665: fix wording for debootstrap using cdebootstrap

2017-09-13 Thread Kilian Krause
Package: xen-tools Version: 4.7-1 Severity: wishlist Hi, When using cdebootstrap the message still reads: Installation method: debootstrap Using cdebootstrap as debootstrap command This is at best confusing. IMHO the check for the toolchain should be moved up and the informational message

Bug#875663: update installation to systemd (and disable unused ttys)

2017-09-13 Thread Kilian Krause
Package: xen-tools Version: 4.7-1 Severity: normal Hi, Looking at /usr/share/xen-tools/stretch.d/30-disable-gettys it seems the script isn't yet updated to systemd but still considers only upstart. This yields to: getty-static.service loaded active exitedgetty

Bug#875662: password encryption should match login.defs (SHA512)

2017-09-13 Thread Kilian Krause
Package: xen-tools Version: 4.7-1 Severity: normal Hi, to match the current default of login.defs the default password encryption should be raised to SHA512. Using MD5 or SHA256 should only be allowed as a manual override. Thanks! Kilian

Bug#875661: SSH config should allow to only use secure defaults

2017-09-13 Thread Kilian Krause
Package: xen-tools Version: 4.7-1 Severity: normal Hi, In addition to https://github.com/xen-tools/xen-tools/issues/18 it should be possible to also update the sshd defaults using debconf openssh-server/permit-root-login to also allow creating non-root-login by default. Even more so, I'd love

Bug#838291: wpasupplicant: networking.service fails to bring up wlan interface, when VERBOSE set to yes

2017-08-10 Thread Kilian Krause
Hi Dmitriy, since your bug actually breaks non-VERBOSE mode, I'd suggest using as patch: --(snip)-- # diff -u /etc/wpa_supplicant/functions.sh /tmp/functions.sh --- /etc/wpa_supplicant/functions.sh2017-02-20 11:55:11.0 +0100 +++ /tmp/functions.sh 2017-08-10 13:58:58.532248148 +0200

Bug#819048: systemd service should be run while network is still online

2016-03-23 Thread Kilian Krause
Package: unattended-upgrades Version: 0.83.3.2+deb8u1 Severity: wishlist Tags: patch Dear maintainer, since the shutdown part in systemd does not list network-online.target in /lib/systemd/system/unattended-upgrades.service the shutdown is quite likely to be run at a rather late stage in the

Bug#812611: u-boot should have update-u-boot automatic in postinst like update-grub

2016-01-31 Thread Kilian Krause
Hi Rick, On Mon, Jan 25, 2016 at 08:13:04PM -0800, Rick Thomas wrote: ... > If something goes wrong with installing grub, you can boot from a CD or > via ethernet and recover or re-install. > If something goes wrong with installing u-boot, you have bricked your > device. The only recourse is

Bug#812611: u-boot should have update-u-boot automatic in postinst like update-grub

2016-01-25 Thread Kilian Krause
Package: u-boot Severity: wishlist Tags: d-i Hi Vagrant, as just discussed the d-i mimic of installing u-boot should also be available when updating u-boot packages in an installed system. There may be cases, where automatic updates may not be desired or where defaults are just simply not

Bug#812540: Add ARCH_HISI for Lemaker HiKey support

2016-01-24 Thread Kilian Krause
Package: linux Version: 4.3.3-7 Severity: wishlist Tags: d-i Dear kernel maintainers, while trying to get a d-i booted on a Lemaker HiKey, tbm pointed out that ARCH_HISI is not (yet) activated on linux. Please enable it so we can add HiKey support to Debian. TIA! Best, Kilian

Bug#811028: IPv6-only hosts not working

2016-01-14 Thread Kilian Krause
Package: letsencrypt Version: 0.1.1-3 Severity: normal Tags: ipv6 upstream Dear maintainer, while trying to obtain a letsencrypt certificate on an IPv6-only the only result is: Failed authorization procedure. ipv6only.my.domain (http-01): urn:acme:error:unknownHost :: The server could not

Bug#805038: IPv6 NDP proxy not working correctly

2015-11-13 Thread Kilian Krause
Package: strongswan Version: 5.3.3-2 Severity: normal Tags: ipv6 upstream patch Hi Yves, similar to what's stated on https://wiki.strongswan.org/issues/1008 I've had to add this: -(snip)- # cat /etc/strongswan.d/proxyndp.updown case $PLUTO_VERB in OUTDEV=$(ip -6 r get

Bug#803772: New strongswan upstream version 5.3.3

2015-11-02 Thread Kilian Krause
Package: strongswan Version: 5.3.2-1 Severity: normal Dear maintainer, a new upstream version is available: 5.3.3. Please consider packaging it, as it bringd Framed-IPv6-Address for RADIUS accounting. Thanks! Best regards, Kilian signature.asc Description: Digital signature

Bug#774854: race condition between fur and fex_cleanup

2015-01-26 Thread Kilian Krause
Hi Moritz, On Mon, Jan 26, 2015 at 12:28:00PM +0100, Moritz Mühlenhoff wrote: On Mon, Dec 22, 2014 at 10:33:50PM +0100, Kilian Krause wrote: Package: fex Version: 20140917-1 Severity: serious Tags: security patch upstream pending confirmed jessie As upstream has released a new

Bug#775281: raddb_dir is /etc/freeradius, not /etc/raddb

2015-01-13 Thread Kilian Krause
Package: freeradius Version: 2.1.12+dfsg-1.2 Severity: normal Dear maintainer, Unlike the manpage indicates, the default config files is searched in /etc/freeradius: # /usr/sbin/freeradius --help ... -d raddb_dirConfiguration files are in raddbdir/*. -n name Read raddb/name.conf

Bug#738494: Acknowledgement (hash-slinger: sshfp doesn't support ECDSA host keys or SHA-2 fingerprints (RFC6594))

2015-01-06 Thread Kilian Krause
Hi Gerald, Thanks for the patch and your time to actually piece it together. I think it should just have one litte RFC-compliance check added - SHA1 is no longer defined in RFC for type 4 SSHFPs. ;-) Thus, the only valid combination is SSHFP 4 2 ... as per RFC. Apart from that, I'd really love

Bug#738489: hash-slinger: tlsa and openpgpkey scripts break on non-existent files (root.key, dlv.isc.org.key, ca-bundle.crt)

2015-01-06 Thread Kilian Krause
Hi Ondřej, since #752745 now resolved and dns-root-data in Debian... What's actually keeping us from fixing #738489 with either the patch already provided or any other solution you may have considered more appropriate (when filing 752745 as blocking bug to 738489)? Best, Kilian signature.asc

Bug#774722: tlsa doesn't find /etc/resolv.conf due to wrong (empty) default value

2015-01-06 Thread Kilian Krause
Package: hash-slinger Version: 2.5-1 Severity: important Tags: patch Dear maintainer, the tlsa utility seems to have a bad default on resolv.conf and should be fixed as follows: --- /usr/bin/tlsa 2015-01-06 20:40:10.788730437 +0100 +++ /tmp/tlsa 2015-01-06 20:36:31.453218044 +0100 @@

Bug#773751: race condition between fur and fex_cleanup

2014-12-22 Thread Kilian Krause
Package: fex Version: 20140917-1 Severity: serious Tags: security patch upstream pending confirmed jessie As upstream has released a new version of the fex package which closes a security issue and there is no CVE assigned, we'll use this bug to track the issue. Problem is: a race condition

Bug#676932: stun output failing

2014-12-21 Thread Kilian Krause
severity 676932 wishlist tags 676932 + wontfix upstream confirmed thanks Dear ubuntu6226, On Sun, Jun 10, 2012 at 05:56:09PM +0200, ubuntu6226 wrote: For bash scripting it would be nice that you correct this : stun -v stun.XX.org~/test.log All you have to do is add 21 since upstream

Bug#684117: unblock: fex/20120718-4

2012-10-12 Thread Kilian Krause
Hi, On Sun, Oct 07, 2012 at 08:54:07PM +0200, Philipp Kern wrote: On Sun, Oct 07, 2012 at 07:35:09PM +0200, Kilian Krause wrote: since F*EX is now re-added as non-free with Perl Artistic license I herewith renew my request to allow the fex package to proceed to testing and thus allowing

Bug#684117: unblock: fex/20120718-4

2012-10-07 Thread Kilian Krause
Hi Philipp, since F*EX is now re-added as non-free with Perl Artistic license I herewith renew my request to allow the fex package to proceed to testing and thus allowing users of squeeze an upgrade path. Cheers, Kilian signature.asc Description: Digital signature

Bug#684117: unblock: fex/20120718-4

2012-08-25 Thread Kilian Krause
Hi Philipp, On Wed, Aug 22, 2012 at 02:24:41AM +0200, Philipp Kern wrote: On Sat, Aug 18, 2012 at 09:13:42PM +0100, Adam D. Barratt wrote: + YOU ARE NOT ALLOWED TO USE THIS SOFTWARE FOR MILITARY PURPOSES OR WITHIN + MILITARY ORGANIZATIONS! THIS INCLUDES ALSO MILITARY RESEARCH AND +

Bug#684117: unblock: fex/20120718-4

2012-08-23 Thread Kilian Krause
Hi Adam, On Sat, Aug 18, 2012 at 09:13:42PM +0100, Adam D. Barratt wrote: On Tue, 2012-08-07 at 09:10 +0200, Kilian Krause wrote: Please unblock package fex It addresses all currently known issues. It would be great if this could make it into wheezy still to spare us unneccessary work

Bug#684117: unblock: fex/20120718-4

2012-08-07 Thread Kilian Krause
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package fex It addresses all currently known issues. It would be great if this could make it into wheezy still to spare us unneccessary work with supporting the 20120215-3

Bug#656631: F*IX upstream issue documented

2012-02-25 Thread Kilian Krause
Dear Morten, I've added a note to README.Debian (see 1e65c0c in colab-maint/fex.git, http://anonscm.debian.org/gitweb/?p=collab-maint/fex.git;a=commit;h=1e65c0c019a5bc4ff0528d9f1b0a9500ffc99a53) which should shed a bit more light onto the issue. If you feel that there's a better wording for what

Bug#484575: icinga core-nrpe for Debian?

2011-12-26 Thread Kilian Krause
Hi guys, Is there any chance we'll see an icinga core-nrpe package in Debian soon (fixing #484575)? What's required/missing for having full IPv6 support with NRPE in your eyes? Anything besides just doing it, i.e. preparing the package from a Git snapshot and stuffing that into NEW? -- Best

Bug#619734: RFS: taxbird (updated package)

2011-08-09 Thread Kilian Krause
Hi Olaf, On Mon, Aug 08, 2011 at 10:49:36PM +0200, Olaf Dietsche wrote: Kilian Krause kil...@debian.org writes: On Mon, Aug 08, 2011 at 12:26:32PM +0200, Olaf Dietsche wrote: I've seen build problems on https://buildd.debian.org/status/package.php?p=taxbirdsuite=sid The build

Bug#560721: RFS: spice

2011-07-23 Thread Kilian Krause
Hi Liang, On Sat, Jul 23, 2011 at 04:18:11PM +0800, Liang Guo wrote: I am looking for a sponsor for my package spice. I override configure-generated-file-in-source lintian warnings, for spice_0.8.2.orig-celt.tar.gz come with config.log and config.status and debian/rules will delete them.

Bug#633132: ekiga-dbg: uninstallable (libpt2.6.7-dbg disappeared)

2011-07-09 Thread Kilian Krause
Hi Eugen, On Sat, Jul 09, 2011 at 01:39:17PM +0200, Eugen Dedu wrote: On 09/07/11 07:30, Mark Purcell wrote: On Fri, 2011-07-08 at 20:13 +0100, Adam D. Barratt wrote: On Fri, 2011-07-08 at 20:49 +0200, Julien Cristau wrote: apparently the latest ptlib upload decided to drop its -dbg package,

Bug#532182: [uscan] --force-download should also be able to not execute user's action scripts

2011-06-30 Thread Kilian Krause
Hi, just to round up this bug I'd like to throw in another aspect of quite the same basic idea. When I want to download the orig.tar.* for reference checking I further do not want the action from debian/watch to be executed. All I'm interested in is the tarball itself. Yet there is no way to turn

Bug#613246: open-vm-tools moans about unable to load modules with default Squeeze install

2011-02-13 Thread Kilian Krause
Package: open-vm-tools Version: 1:8.4.2-261024-1 Severity: normal Tags: squeeze With a standard Squeeze install the following gets dumped onto the booting console: -(snip)- Loading open-vm-tools modules: vmhgfsFATAL: Module vmhgfs not found. vmmemctlFATAL: Module vmmemctl not found.

Bug#612498: Please support kFreeBSD port

2011-02-08 Thread Kilian Krause
Package: open-vm-source Severity: normal Hi, as kFreeBSD is now official arch as per Squeeze release, please also include that arch into open-vm-* tools. According to the website the support should be all there. Best regards, Kilian -- To UNSUBSCRIBE, email to

Bug#611109: New upstream version 20110112

2011-01-25 Thread Kilian Krause
Package: fex Version: Severity: wishlist Tags: patch According to http://fex.rus.uni-stuttgart.de/fex.html the current version is 20110112 -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (990, 'stable'), (800, 'testing') Architecture: i386 (x86_64) Kernel: Linux

Bug#528497: asterisk: false EX-CANARY message on startup

2009-05-15 Thread Kilian Krause
Tzafrir, On Wed, May 13, 2009 at 01:02:12PM +0300, Tzafrir Cohen wrote: When Asterisk runs in real-time scheduling priority (-p, the default in Debian), it may not be so nice if it gets into a 100% CPU loop. Thus as of Asterisk 1.6.0 there is a separate Asterisk Canary child process that runs

Bug#513017: relabel #513017

2009-05-09 Thread Kilian Krause
relabel 513017 ITP: avantfax -- Web application for managing faxes on HylaFAX fax servers thanks Hi, there is actually some code in pkg-voip's SVN on alioth checked in by Bjoern Boschman bjo...@boschman.de that may eventually get ready for uploading to Debian. Thus changing the bug title to

Bug#459712: build-conflicts with its own runtime

2008-04-03 Thread Kilian Krause
Faidon, On Thu, Apr 03, 2008 at 07:29:59PM +0300, Faidon Liambotis wrote: [the following is a more useful description of the bug than the irc log] pwlib and pwlib-titan build-conflict with their runtime parts besides the -dev parts. I think this is being done because a sample program is

Bug#459712: build-conflicts with its own runtime

2008-04-03 Thread Kilian Krause
Faidon, On Thu, Apr 03, 2008 at 10:10:32PM +0300, Faidon Liambotis wrote: Kilian Krause wrote: In the case that it is, how would you feel about making the sample build/run conditional on the presence of libpt in the build system? Well, it was very much needed as a precaution in the past

Bug#438792: srtp 1.4.4?

2007-12-07 Thread Kilian Krause
Mikael, On Thu, Dec 06, 2007 at 04:35:53PM +0100, Mikael Magnusson wrote: What do you think about using latest stable srtp version (1.4.4) instead of current CVS which is buggy? The test suite in srtp 1.4.4 succeeds, but crashes in CVS HEAD, when run on x86. if 1.4.4 is the proper fix

Bug#454438: proposed-updates links broken

2007-12-05 Thread Kilian Krause
Package: www.debian.org Severity: normal On http://www.debian.org/releases/proposed-updates.en.html there's links to http://ftp-master.debian.org/proposed-updates.html and http://ftp-master.debian.org/oldstable-proposed-updates.html. Both of which don't exist. Please update to the correct

Bug#453752: RM: kiax -- RoM; dead upstream

2007-11-30 Thread Kilian Krause
Package: ftp.debian.org Severity: normal Among other things problems like #431227 will never get fixed as upstream is dead for long. Therefore it's only a matter of time until more problems appear and we've reached the conclusion among the Debian pkg-voip team that the proper action is to have it

Bug#453644: [debchange] Please add a config file option to turn off -t with changelog heuristics

2007-11-30 Thread Kilian Krause
Package: devscripts Version: 2.10.11 Severity: normal File: /usr/bin/dch Follow-Up-for: #448795 While it's perfectly understandable that the diff is reduced and merge is eased, there is no way to spot when that last commit was done. Therefore having the --nomainttrailer as a config option in

Bug#449144: tsclient: Please add RDPv5 disk mapping support (patch available)

2007-11-07 Thread Kilian Krause
Clement, On Wed, Nov 07, 2007 at 08:56:52PM +0100, Clement 'nodens' Hermann wrote: Kilian Krause a écrit : ok, let's start with the obvious. The Debian packaging of tsclient is supposed to be the debian/ dir only. I.e. if you have a new upstream source, there is no need to patch the full

Bug#449144: tsclient: Please add RDPv5 disk mapping support (patch available)

2007-11-07 Thread Kilian Krause
Clement, On Wed, Nov 07, 2007 at 08:56:52PM +0100, Clement 'nodens' Hermann wrote: It is OK to me, except that I just saw a little UI problem in the patch. The remote drive mapping should be disabled in the UI when the selected protocol is not RDP. Attached is a svn diff that correct it.

Bug#449144: tsclient: Please add RDPv5 disk mapping support (patch available)

2007-11-05 Thread Kilian Krause
Clement, On Mon, Nov 05, 2007 at 07:12:40PM +0100, Clement 'nodens' Hermann wrote: Oops... wrong patch... the good one is attached. Thanks. Let's get started reviewing. Clement 'nodens' Hermann a écrit : Hi all, Here is the patch against 0.148 source. The source package is

Bug#449144: tsclient: Please add RDPv5 disk mapping support (patch available)

2007-11-04 Thread Kilian Krause
Salut Clement, On Mon, Nov 05, 2007 at 12:44:06AM +0100, Clement Hermann (nodens) wrote: If you want to contribute to the packaging to keep tsclient in good shape in Debian, you are most welcome. I don't have much free time, but I'd be glad to help. I don't have much experience in debian

Bug#447452: notrace variant gives no debug output at all

2007-10-21 Thread Kilian Krause
Package: opal Version: 2.2.11~dfsg1-1 Severity: important As known already the notrace variant needs to die and opt/debug will remain with an interchangeable ABI. Upstream reckons this is the clean solution, so this is just a reminder. Matter of factly the notrace variant break SIP debugging in

Bug#401302: ekiga: Ekiga cannot find webcam

2007-10-20 Thread Kilian Krause
Richard, On Sat, Oct 20, 2007 at 01:09:05AM +0200, Richard Atterer wrote: On Fri, Oct 19, 2007 at 11:10:33PM +0200, Richard Atterer wrote: However, ekiga 2.0.11-2 in unstable only offers V4L, not V4L2. Ah, investigating a little more revealed that the reason was simply that I did not have

Bug#446915: Allow user to build opal with iLBC codec from upstream source

2007-10-17 Thread Kilian Krause
Alain, On Wed, Oct 17, 2007 at 01:36:41AM +0200, Alain Kalker wrote: Kilian, On Tue, 2007-10-16 at 23:58 +0200, Kilian Krause wrote: you already are able to achive this by plain using the Debian diff.gz file with the upstream source tarball and then remove the line remove_ilbc from

Bug#440015: binutils: [mipsen] Assertion failures

2007-10-17 Thread Kilian Krause
Hi, On Sat, Sep 01, 2007 at 01:18:20PM +0200, Matthias Klose wrote: please could somebody prepare a test case (all needed object files, and the ld command), and add URL for this tarball to the upstream report at http://sourceware.org/bugzilla/show_bug.cgi?id=4988 the full build chroot

Bug#446913: opal includes the file include/codec/ilbccodec.h, making it not DFSG-free

2007-10-16 Thread Kilian Krause
severity 446913 important tags 446913 moreinfo thanks Alain, On Tue, Oct 16, 2007 at 05:32:56PM +0200, Alain Kalker wrote: Package: opal Version: 2.2.11~dfsg1-1 Severity: grave The source tarball for opal ships the file include/codec/ilbccodec.h, Although it is not used in the build, one

Bug#446689: ekiga: configuration druids alwasys starts

2007-10-15 Thread Kilian Krause
Luca, On Sun, Oct 14, 2007 at 11:43:45PM +0200, Luca Capello wrote: Package: ekiga Version: 2.0.11-2 this happens since the last upstream upload, but as I'm not 100% sure I kept the installed version as the Version: header. Every time I start ekiga, the configuration druids pops up, even

Bug#446689: ekiga: configuration druids alwasys starts

2007-10-14 Thread Kilian Krause
Ciao Luca, On Sun, Oct 14, 2007 at 11:43:45PM +0200, Luca Capello wrote: Package: ekiga Version: 2.0.11-2 this happens since the last upstream upload, but as I'm not 100% sure I kept the installed version as the Version: header. Every time I start ekiga, the configuration druids pops up,

Bug#430836: patch for NMU of pygresql to proposed-updates

2007-10-09 Thread Kilian Krause
/debian/changelog @@ -1,3 +1,10 @@ +pygresql (1:3.8.1-1etch1) proposed-updates; urgency=low + + * Non maintainer upload. + * Fix package dependency on libpq. Closes: #430836. + + -- Kilian Krause [EMAIL PROTECTED] Mon, 8 Oct 2007 19:09:57 + + pygresql (1:3.8.1-1) unstable; urgency=low * New

Bug#445886: closed by Kilian Krause [EMAIL PROTECTED] (PWLib 1.10.10 accepted from NEW)

2007-10-09 Thread Kilian Krause
Hi Ari, I am not shure what PWlib is, my problem is with ekiga referring to a wrong package name of libpt: libpt-1.10.10, while current name is libpt-1.10.0. Here is my dpkg/apt-get output: -(snip)- it's perfectly fixed. The mirror sync should be through by now holding libpt-1.10.10 available

Bug#445462: /usr/lib/liblinphone.so.1: undefined symbol: payload_type_x_snow

2007-10-06 Thread Kilian Krause
tags 445462 confirmed severity 445462 grave thanks Hi Peter, On Sat, Oct 06, 2007 at 10:32:27AM +1000, Peter Chubb wrote: Package: liblinphone1 Version: 1.99.0-2 I did apt-get install linphone: ... Setting up libosip2-2 (3.0.3-2-1) ... Setting up libexosip2-4 (3.0.3-3-1) ... Setting

Bug#399326: GNOME-free is only for win32 crosscompile

2007-09-22 Thread Kilian Krause
Just for the record, the GNOME-free variant has been only introduced for win32 crosscompilation. Most of all to keep the porting requirement small (at least lower than a full GNOME base set of libs). It's breaking way too many features on a platform that does have all the required libs at no

Bug#440928: libopal-2.2: cannot build package

2007-09-05 Thread Kilian Krause
Didrik, On Wed, Sep 05, 2007 at 03:55:06PM +0200, Didrik Pinte wrote: shared debug simpleopal incorrectly compiled static make: *** [build-arch-stamp] Error 1 Any idea on the problem ? yes, it's you have libopal installed on the system. Therefore the tests fail to verify the new build

Bug#440727: [DRE-maint] Bug#440727: FTBFS on sparc in clean target

2007-09-04 Thread Kilian Krause
Lucs, On Tue, Sep 04, 2007 at 07:26:02AM +0200, Lucas Nussbaum wrote: On 03/09/07 at 23:59 +0200, Kilian Krause wrote: Package: libgsl-ruby Version: 1.9.2-2 Severity: serious While autobuilding your package the following error occured: fakeroot debian/rules clean test -x debian

Bug#440727: [DRE-maint] Bug#440727: FTBFS on sparc in clean target

2007-09-04 Thread Kilian Krause
Lucas, Might this be caused by #393817 (ruby dies with Illegal instruction on sparc/Niagara) ? In other words, is your buildd a sparc/Niagara ? yes, it's the T2000 refered to in the bug. -- Best regards, Kilian signature.asc Description: Digital signature

Bug#393817: 393817 blocks 440727

2007-09-04 Thread Kilian Krause
severity 393817 grave thanks This one breaks the build of other packages. Thus grave due to causing FTBFS. -- Best regards, Kilian signature.asc Description: Digital signature

Bug#439976: FTBFS even worse with 1.4.2.dfsg-5

2007-09-03 Thread Kilian Krause
found 438792 1.4.2.dfsg-5 found 439976 1.4.2.dfsg-5 thanks Hi Jonas, since the 1.4.2.dfsg-5 upload the situation by far worsened. Almost all arches now FTBFS. Only alpha and amd64 still build ok now: See http://buildd.debian.org/build.php?pkg=srtp or

Bug#440721: FTBFS on sparc while linking usr/klibc/libc.so

2007-09-03 Thread Kilian Krause
Package: klibc Version: 1.5.6-2 Severity: serious While building your package on sparc the following error occurs: KLIBCLD usr/klibc/libc.so ld: sparc architecture of input file `/usr/lib/gcc/sparc-linux-gnu/4.2.1/libgcc.a(_clzdi2.o)' is incompatible with sparc:v9 output ld: sparc

Bug#440727: FTBFS on sparc in clean target

2007-09-03 Thread Kilian Krause
Package: libgsl-ruby Version: 1.9.2-2 Severity: serious While autobuilding your package the following error occured: fakeroot debian/rules clean test -x debian/rules test `id -u` = 0 dh_clean /usr/bin/ruby setup.rb config --siteruby=/ruby --siterubyver=/ruby/1.8 --siterubyverarch= make: ***

Bug#362422: fixed in 1.99.0-1 upload

2007-09-01 Thread Kilian Krause
package linphone tags 362422 pending thanks The 1.99.0-1 compiles just fine with gcc-4.2. It's being held in NEW for the moment. Bug can be closed once it's ACCEPTED. -- Best regards, Kilian signature.asc Description: Digital signature

Bug#440015: still broken with binutils 2.18

2007-08-31 Thread Kilian Krause
tags 440015 - moreinfo thanks control Retrying with binutils 2.18 instead of 2.18~cvs20070812-1 still shows the same for opal: make[1]: Leaving directory `/build/opal-2.2.8~dfsg1/samples/simple' samples/simple/obj_*_n/simpleopal --help /dev/null samples/simple/obj_linux_mips_n/simpleopal: symbol

Bug#439976: FTBFS on mips in test/srtp_driver.c:315

2007-08-28 Thread Kilian Krause
Package: srtp Version: 1.4.2.dfsg-4 Severity: serious While building the package, it fails in test/srtp_driver.c:315 with: cc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -g -Wall -O2 -D_REENTRANT -L. test/srtp_driver.c -o test/srtp_driver -lsrtp test/srtp_driver.c: In

Bug#439310: fxotune tool is in the wrong path

2007-08-24 Thread Kilian Krause
tags 439310 pending thanks Hi GNUbie, On Fri, Aug 24, 2007 at 02:56:47PM +0800, GNUbie wrote: Package: zaptel Version: 1.4.5~dfsg-1 /etc/rc6.d/K30zaptel:FXOTUNE=/usr/sbin/fxotune # which fxotune /sbin/fxotune Thanks. Fixed in SVN. -- Best regards, Kilian signature.asc Description:

Bug#439062: Broken Build-Depends in asterisk_1.4.11~dfsg-1

2007-08-24 Thread Kilian Krause
severity 439062 grave tags 439062 confirmed pending merge 439197 439062 thanks, control Hi Sheldon, On Thu, Aug 23, 2007 at 03:10:18PM +0200, Sheldon Hearn wrote: The new asterisk_1.4.11~dfsg-1 source package fails to backport in an Etch chroot because of a broken Build-Depends. The

Bug#379086: now it is time to package latest version

2007-08-24 Thread Kilian Krause
On Fri, Aug 24, 2007 at 04:11:32PM +0200, José JORGE wrote: as stable 4 is out... Yes, OpenMCU 2.2.1 is out OpenMCU-OPAL is not yet released. Problem with OpenMCU 2.2.1 is that right now it won't build (even with CVS HEAD) due to: g++ -D_REENTRANT -Wall -I/usr/share/pwlib/include -DPTRACING

Bug#438792: FTBFS on sparc with bus error

2007-08-19 Thread Kilian Krause
Package: srtp Version: 1.4.2.dfsg-4 Severity: serious While building the package, it fails during the checks with: cc -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -g -Wall -O2 -D_REENTRANT -L. tables/aes_tables.c -o tables/aes_tables libcryptomath.a Build done. Please run

Bug#435521: closed by Mark Purcell [EMAIL PROTECTED] (Re: Asterisk SIP DOS Vulnerability)

2007-08-18 Thread Kilian Krause
Hi Moritz, On Fri, Aug 17, 2007 at 10:53:48PM +0200, Moritz Muehlenhoff wrote: Mark Purcell wrote: On Wed, 8 Aug 2007, Lionel Elie Mamane wrote: Yes, but we should still fix that in stable, not only unstable. Yes I wasn't suggesting that we don't fix it in stable, but rather that a

Bug#435146: confirmed with asterisk 1:1.4.10~dfsg-1, libopenh323 1.18.0.dfsg-3

2007-08-12 Thread Kilian Krause
Hi Mark, On Sun, Aug 12, 2007 at 10:03:58AM +0100, Mark Purcell wrote: Package: asterisk-h323 Version: 1:1.4.10~dfsg-1 Followup-For: Bug #435146 Installing the -develop versions provides some additional information. can you also install the asterisk-dbg? Thanks! -- Best regards, Kilian

Bug#420641: asterisk-oh323 fixed with asterisk 1.4.4

2007-08-11 Thread Kilian Krause
Hi Michael, I've taken a CVS HEAD snapshot from the sourceforge CVS as you proposed. To clean up the compilation output I've added some fixes. Please have a look at these patches[1] and check whether you can import them back upstream. They do address the -O2 requirement of Debian and remove the

Bug#435146: asterisk-h323: Asterisk crashes on startup with H323 package installed.

2007-08-11 Thread Kilian Krause
Hi Konstantin, On Sun, Jul 29, 2007 at 07:26:20PM +0400, Konstantin Starodubtsev wrote: Package: asterisk-h323 Version: 1:1.4.9~dfsg-1 Asterisk crashes with core dump if asterisk-h323 packages installed. can you try if this still exists with installed libopenh323-1.18.0 (=1.18.0.dfsg-3)?

Bug#354072: Foreign language asterisk sounds

2007-06-13 Thread Kilian Krause
Lionel, On Wed, Jun 13, 2007 at 08:32:55AM +0200, Lionel Elie Mamane wrote: Hi, Is there a reason (beyond nobody did it yet) we do not ship the Digium asterisk French/Spanish sounds? there's just nobody pushing it. In particular: - Can we presume the same license as Asterisk (or the

Bug#412427: ITP: resiprocate -- Session Initiation Protocol (SIP) stack

2007-03-01 Thread Kilian Krause
Neil, Package name: resiprocate This package will build a couple of binary packages, one library, and one utility (for now). I intend to work with the pkg-voip team in producing this, if they want :) (cc-ed) Yes, please. We've had some attempts already back in the past, yet none of

Bug#406714: asterisk-sounds-main: FHS violation: asterisk privacy mode writes in /usr/share/asterisk/sounds/priv-callerintros

2007-01-19 Thread Kilian Krause
Steve, On Thu, Jan 18, 2007 at 05:31:14PM -0800, Steve Langasek wrote: On Sat, Jan 13, 2007 at 11:13:09AM +0100, Lionel Elie Mamane wrote: Package: asterisk-sounds-main Version: 1.2.13~dfsg-2 Severity: serious Justification: Policy 9.1.1 The asterisk privacy mode (Dial with option P)

Bug#406961: closed by Kilian Krause [EMAIL PROTECTED] (Bug#406961: fixed in asterisk 1:1.2.14~dfsg-4)

2007-01-15 Thread Kilian Krause
Jeroen, On Mon, Jan 15, 2007 at 02:28:00PM +, Jeroen Massar wrote: Debian Bug Tracking System wrote: It has been closed by Kilian Krause [EMAIL PROTECTED]. Thanks Kilian for the very quick fixup! No problems. Speaking of 1.4 packs, they are prepared in pkg-voip SVN and we'll have

Bug#406064: asterisk-classic: asterisk crashed on dialing in or out with chan-capi,

2007-01-08 Thread Kilian Krause
Benoit, Hello when using asterisk on etch, i got crash with segmentation fault each time a make a call ore receive a call. The software used are this one. asterisk-classic-1.2.13-dfsg-2 and not packaged yet 1.2.14 from pkg-voip svn chan-capi 0.7.1 latest melware driver for my

Bug#405707: duplicate entry prevents entire logrotate operation

2007-01-06 Thread Kilian Krause
Louis-David, On Sat, Jan 06, 2007 at 11:01:02PM +0100, Louis-David Mitterrand wrote: On Sat, Jan 06, 2007 at 10:50:33PM +0100, Kilian Krause wrote: Louis-David, On Fri, Jan 05, 2007 at 06:54:50PM +0100, Louis-David Mitterrand wrote: Package: asterisk Version: 1:1.2.14~dfsg-1

Bug#405707: duplicate entry prevents entire logrotate operation

2007-01-06 Thread Kilian Krause
Louis-David, On Sat, Jan 06, 2007 at 11:16:02PM +0100, Louis-David Mitterrand wrote: On Sat, Jan 06, 2007 at 11:01:02PM +0100, Louis-David Mitterrand wrote: On Sat, Jan 06, 2007 at 10:50:33PM +0100, Kilian Krause wrote: Louis-David, On Fri, Jan 05, 2007 at 06:54:50PM +0100, Louis

Bug#381092: Authentication does not work in certain circumstances

2006-12-28 Thread Kilian Krause
Hi Aleksey, according to upstream (Jan Willamowius) this bug is resolved in the 2.2.5 release, yet only with code from the latest development release of OpenH323. The patch you provided - according to him - does not fully solve the issue and was therefore not included into the new Debian packs of

Bug#395249: System close button and Call-Close do not close ekiga

2006-10-29 Thread Kilian Krause
Eugen, Am Mittwoch, den 25.10.2006, 22:28 +0200 schrieb Eugen Dedu: I start ekiga. Call-Quit closes ekiga, but Call-Close and the System close button do not (the window disappears, but the application is still running: the shell prompt does not return and ps ux show ekiga running). do you

Bug#395831: ekiga: spelling errors

2006-10-29 Thread Kilian Krause
Matt, Am Freitag, den 27.10.2006, 18:07 -0700 schrieb Matt Taggart: I spotted some spelling errors in manpages, /usr/share/man/man1/ekiga.1.gz traditionnal - traditional fomerly - formerly neccessary - necessary thanks. This has been fixed upstream and will be included in the next

Bug#375279: Ekiga: no audio plugins are detected

2006-10-29 Thread Kilian Krause
Carles, Am Samstag, den 24.06.2006, 23:55 +0200 schrieb Carles Pina i Estany: The error was Cannot find any audio plugin (aprox.) Fixed with solution from here: http://mail.gnome.org/archives/gnomemeeting-list/2006-June/msg00093.html apt-get install libpt-plugins-alsa point is and was

Bug#347827: mips building fine, but excluded in Architecture

2006-10-29 Thread Kilian Krause
Maks, can you please test against latest klibc 1.3.16, has seen lots of changes since and also some mips fixes. so i'd be curious to hear how it works out? just came round to try with klibc=1.4.29-1 and it still looks the same: (sid)[EMAIL PROTECTED]:~# strace /usr/lib/klibc/bin/uname -a

Bug#379086: Please package OpenMCU 2.2.0

2006-10-22 Thread Kilian Krause
Lucas, On Fri, Jul 21, 2006 at 08:51:10AM +0200, Lucas Nussbaum wrote: Package: openmcu Severity: wishlist OpenMCU 2.2.0 is available according to http://www.voxgratia.org/modules/news/article.php?storyid=150 Do you plan to package it so that it is included in etch ? right now there is

Bug#386052: works for me

2006-09-05 Thread Kilian Krause
Hi guys, well, for me it works just nicely with NT mode and 2.6.17-2-vserver-k7 ... I'll forward this to upstream, eventually he'll have an idea how to look more into this. -- Best regards, Kilian signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Bug#375056: ekiga lacks ipv6 support

2006-07-15 Thread Kilian Krause
Hi Bruno, Am Freitag, den 23.06.2006, 02:08 +0200 schrieb Bruno Kleinert: Package: ekiga Version: 2.0.2-1 Severity: wishlist ekiga doesn't listen on ipv6 ip addresses for incoming connections. i checked ekiga's configuration dialogs if there's a switch which enables ipv6 support and also

  1   2   3   >