Bug#1106121: isc-dhcp - EOL and not security supported

2025-06-10 Thread Thomas Lange
> On Sun, 8 Jun 2025 13:51:05 +0200, Moritz Mühlenhoff > said: > We marked it as unsupported a long time ago, but whether this means > that it not should not be part of trixie is an orthogonal question. Thanks for this info. So there's not strict rule to remove the package, esp

Bug#1106124: FAI users still use ISC dhcp

2025-06-10 Thread Thomas Lange
I've asked on the FAI mailing list about the usage of ISC dhcp and got a few answers: https://lists.uni-koeln.de/pipermail/linux-fai/2025-May/thread.html Only one started the very slow the migration to dnsmasq. Most are afraid of the complexity of KEA and still use ISC dhcp server. But they know

Bug#1106121: isc-dhcp - EOL and not security supported

2025-06-03 Thread Thomas Lange
Hi, the FAI packages would be affected by an isc-dhcp removal as follows: - for fai-quickstart the dependency can easily be removed - For almost all FAI environments we need to create the nfsroot which uses the network-legacy module of dracut, that needs dhclient. Without a nfsroot most thing

Bug#1106121: removal would affect other packages

2025-05-27 Thread Thomas Lange
Hi, this bug also affects more packages that are not in the reverse dependency. Several packages call dhclient and sometimes with options that are only available for the isc dhcp client, like -lf ,-pf, -sf Following packages may be affected by the removal of isc-dhcp from trixie, because I couldn

Bug#1106124: wrong bug

2025-05-27 Thread Thomas Lange
The last message https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106124#19 should go to #1106121. I will resent this. Please ignore this info for the package fai-quickstart. -- regards Thomas

Bug#1106124: removal would affect other packages

2025-05-27 Thread Thomas Lange
Hi, this bug also affects more packages that are not in the reverse dependency. Several packages call dhclient and sometimes with options that are only available for the isc dhcp client, like -lf ,-pf, -sf Following packages may be affected by the removal of isc-dhcp from trixie, because I couldn

Bug#1106121: keep the package

2025-05-23 Thread Thomas Lange
Hi, isc-dhcp is the reference implementation of a DHCP server and still used by nearly 8000 users (see popcon), but the main replacement called kea has only around 180 installations. It seems that our users did not yet migrated and therefore we should not remove this package SO LATE in the releas

Bug#1106121: Bug#1106124: fai-quickstart - Depends on unsupported isc-dhcp

2025-05-19 Thread Thomas Lange
I wonder why you filed a serious bug report so late in the release process. We all know the EOL of isc-dhcp, but what alternatives should be used, without the need of major changes? I guess we have other packages that are stalled upstream, but that does not mean, that we must remove them from test

Bug#1103457: still ongoing discussions about a good default

2025-05-01 Thread Thomas Lange
Package: dracut Severity: important Hi, there are still ongoing discussions which config should be the default. Therefore I lower the severity, so we can upload new versions of dracut, which may improve the situation. -- best regards Thomas

Bug#1053602: removed link to mannual

2025-04-25 Thread Thomas Lange
Hi, I've removed the link to this manual on https://www.debian.org/security/ and updated the status on www.d.o/doc. But I think we may should the manual also from /doc. -- regards Thomas

Bug#1099698: dracut: recommends nonexistent package

2025-04-11 Thread Thomas Lange
Yes, it looks that it's that simple. I will look into dracut at MinidebConf in Hamburg. But feel free if you wanna work on this bug. -- regards Thomas

Bug#1101011: Comparison run & diff, one of the Debian patches is the culprit

2025-03-22 Thread Daniel Lange
Hi Andreas, Am 22.03.25 um 07:33 schrieb Andreas Metzler: On 2025-03-22 Daniel Lange wrote: [...] @dkg: any idea which of the last patches breaks this code path? [...] freepg/0027-gpg-Fix-newlines-in-Cleartext-Signature-Framework-CS.patch Confirmed. Dropping just this patch makes gpgv

Bug#1101011: Comparison run & diff, one of the Debian patches is the culprit

2025-03-21 Thread Daniel Lange
Good version: $ gpgv --version gpgv (GnuPG) 2.2.40 libgcrypt 1.10.1 Copyright (C) 2022 g10 Code GmbH License GNU GPL-3.0-or-later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $ LC_ALL=

Bug#1098266: snapper-gui: Missing dependency to python3-pkg-resources

2025-02-18 Thread Norbert Lange
Package: snapper-gui Version: 0git.960a94834f-6 Severity: serious Justification: Policy 3.5 X-Debbugs-Cc: nolang...@gmail.com Dear Maintainer, The binary depends on the pkg_resources module, but does not list python3-pkg-resources as dependency. -- System Information: Debian Release: trixie/sid

Bug#1093661: Please fix the debian/mumble.install file

2025-02-11 Thread Daniel Lange
Your mumble.install has usr/lib/* which also catches usr/lib/systemd/system/mumble-server.service usr/lib/sysusers.d/mumble-server.conf usr/lib/tmpfiles.d/mumble-server.conf as you can see on https://packages.debian.org/sid/amd64/mumble/filelist (at the time of writing this bug report) Pleas

Bug#1089253: fai: FTBFS with make 4.4.1

2024-12-19 Thread Thomas Lange
Now, I have working fix. Verified with make 4.4.1-1. https://github.com/faiproject/fai/commit/630189d1f78d73cbf1c068bd5c16ffbf8907614f -- regards Thomas

Bug#1087834: dracut: new autopkgtests are all failing

2024-11-20 Thread Thomas Lange
I've asked on IRC #debian-ci to enable qemu for dracut. I think it's sufficient to ask there for disabling. > On Wed, 20 Nov 2024 13:04:34 +, Luca Boccassi said: > On Wed, 20 Nov 2024 at 13:03, Benjamin Drung wrote: >> Can we disable QEMU support for the dracut autopkgtest?

Bug#1086085: dracut/experimental FTBFS: Could not find a Linux kernel version to test with!

2024-10-26 Thread Thomas Lange
In dracut 103 (which built correctly on our buildd) the code for checking the kernel name was located in run-qemu. It was then moved to test-functions in the upstream commit a94ba79e49bcfec92c -- regards Thomas

Bug#1086085: dracut/experimental FTBFS: Could not find a Linux kernel version to test with!

2024-10-26 Thread Thomas Lange
Every test/TEST-*-* sources in its test.sh the file test/test-functions which checks in line 74-89 the name of the kernel file. It seem this does not work on the buildd. Maybe there's no kernel installed in the buildd environment. Can we force using qemu in a buildd environment? Should we add a

Bug#1086085: dracut/experimental FTBFS: Could not find a Linux kernel version to test with!

2024-10-26 Thread Thomas Lange
I think this is not a FTBFS, because only the autopkgtests are failing and only for arm64. -- regards Thomas

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-17 Thread Thomas Lange
The related systemd bug is #1071278 -- regards Thomas

Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-17 Thread Thomas Lange
I also filed a bug against systemd because this problem can be solved by both packages and there are plans to replace dracut by dracut-ng. But that will need more time. regards Thomas

Bug#1071278: systemd 256 breaks dracut

2024-05-17 Thread Thomas Lange
Package: systemd Version: 256~rc2-3 Severity: serious systemd changed it's behaviour and now makes /usr read-only in the initrd. This breaks dracut and vice versa. This bug is releated to #1071182 which says dracut breaks systemd. Please add a Breaks: dracut(<<..) Currently I do not know wh

Bug#1056059: dracut: systemd 255: dracut fails to boot due to lack of systemd-executor

2023-11-17 Thread Thomas Lange
I've already included the upstream patch to the git master branch of dracut on salsa. The next dracut release in Debian will include the fix. -- regards Thomas

Bug#548024: more info, still an issue?

2023-10-05 Thread Thomas Lange
I want to know if this still is an issue (bug was opened 10+ years ago), or did we missed to close the bug. I want to avoid that we still need to ignore it for all the next releases. -- regards Thomas

Bug#1031489: NVIDIA 340.108 driver gives Segmentation fault at launch all Qt software

2023-05-23 Thread Norbert Lange
Package: libnvidia-legacy-340xx-glcore Version: 340.108-18 Followup-For: Bug #1031489 X-Debbugs-Cc: nolang...@gmail.com I can confirm this is still an issue, but debian might be at fault here. I will use wireshark as an example: # wireshark This will segfault with this stacktrace: #0 0x000

Bug#1033484: mutter assert and kills the session on displaying popups (multiple apps liek nautilus)

2023-03-25 Thread Norbert Lange
Package: mutter Version: 43.3-5 Severity: grave X-Debbugs-Cc: nolang...@gmail.com Right clicking in Nautilus will bring down the Desktop Session immediatly (as well as in multiple other Application). This behaviour started with 43.2-? and is still appearing with 43.3-5, the only way I can use my

Bug#1031415: FAI fix

2023-02-21 Thread Thomas Lange
In FAI, we cannot easily determine which mke2fs or grub version will be used in the target system since we support deb and rpm based and other linux distributions. As I did with the older issues of mke2fs (metadata_csum) I will add a comment, so the user can decide if he needs to add the option

Bug#1028303: dracut-core: missing Breaks+Replaces: dracut-live (<< 059-2)

2023-01-09 Thread Thomas Lange
Hi Andreas, should I replace the old Breaks+Replaces with the new ones, or add them? These are the current for dracut-core: Breaks: dracut-network (<< 057+157-2) Replaces: dracut-network (<< 057+157-2) -- regards Thomas

Bug#1024435: dracut-core: missing Breaks+Replaces: dracut-network (<< 057+157-2)

2022-11-19 Thread Thomas Lange
> On Sat, 19 Nov 2022 13:29:52 +0100, Andreas Beckmann > said: >> From the attached log (scroll to the bottom...): > Preparing to unpack .../dracut-core_057+157-2_amd64.deb ... > Unpacking dracut-core (057+157-2) over (056-3) ... > dpkg: error processing archive /

Bug#1020064: tcsh: diff for NMU version 6.21.00-1.2

2022-10-15 Thread Thomas Lange
I've orphanded this package a few month ago. Feel free to do whatever you want. -- viele Grüße Thomas

Bug#1014880: sftp_readdir_async: Assertion `offset == 0' failed on OPENDIR when mounted through nfs

2022-07-13 Thread Frank de Lange
Package: sshfs Version: 3.7.1+repack-2 Severity: grave Justification: renders package unusable Given the following setup: - remote directory mounted to /mnt/incoming on server using the following options: sshfs -d --debug librarian@archive:/mnt/incoming /mnt/incoming -o rw,delay_connect,t

Bug#1010623: downgradinge severity

2022-05-24 Thread Thomas Lange
Package: dracut Severity: important I downgrade the severity, because this might be a corner case and a workaround is documented. -- viele Grüße Thomas

Bug#1010623: more debug info needed

2022-05-21 Thread Thomas Lange
Hi, I've just called dracut --debug /tmp/tempfile on my machine Debian bullseye, kernel 5.10.0-14-amd64, no crypto partition. I can see, that dracut adds the ccm module by itself and also installs the ccm.ko into the initrd. dracut-install: Adding module 'ccm' to hostonly module list . . dracut-i

Bug#1010623: more debug info needed

2022-05-20 Thread Thomas Lange
Can you please provide the output of # lsinitrd /boot/initrd.img-.. on the old and new system? PLease also create a new temp initrd on the new system to see the log of the creation process: # dracut -v /tmp/tempfile -- regards Thomas

Bug#1010623: which dracut version

2022-05-18 Thread Thomas Lange
Which dracut version are you using? -- viele Grüße Thomas

Bug#1008818: why is this rpm's fault?

2022-04-18 Thread Thomas Lange
> On Mon, 18 Apr 2022 16:16:18 +0300, Peter Pentchev > said: > If you run sudo without the "set_home" option, thus making it preserve > the HOME environment variable, rpm run as root with HOME set to > /home/something will indeed do the wrong thing. I have no set_home entry

Bug#1008818: why is this rpm's fault?

2022-04-18 Thread lange
> On one side, “rpm -qa” will create the directory in my home directory as > myself, but “sudo rpm -qa” will do the wrong thing. What do you mean by wrong? On my bullseye machine sudo rpm -qa creates the subdirectory in /root/.rpmdb as root. So IMO this works correct. rpm -qa without sudo crea

Bug#984479: is this a proper fix?

2021-03-07 Thread Thomas Lange
Do you think that this is a proper fix? diff --git a/debian/fai-nfsroot.preinst b/debian/fai-nfsroot.preinst index a2b5d45e..47402800 100755 --- a/debian/fai-nfsroot.preinst +++ b/debian/fai-nfsroot.preinst @@ -5,7 +5,11 @@ if [ ! -f /.THIS_IS_THE_FAI_NFSROOT ]; then exit 1 fi -dpkg-diver

Bug#765854: eCryptfs in Buster / Bullseye (bug #765854, #936465)

2020-04-27 Thread Daniel Lange
Hi folks, we have the issue that eCryptfs has not made it into Buster and has fallen out of testing due to bug #765854. To me it seems the most easy solution is from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765854#107 as non-interactive logins don't have any passphrase to unlock an e

Bug#956288: Problems identified in debian/copyright

2020-04-10 Thread Thomas Lange
Hi Michael, thanks for your proposal. I've patched the copyright file and uploaded a new version. I left this part unchanged, since it's a different license which is different to the license for Files: * Files: install/dracut-install.c Copyright: (C) 2012 Harald Hoyer (C) 2012 Red Hat, Inc. A

Bug#933185: fai-server: /etc/fai/apt/sources.list should not contain trusted=yes to skip GPG verification

2019-08-12 Thread Thomas Lange
I think we cannot fix it in this way. gpg --export 2BF8D9FE074BCDE4 may not work, if the key is not already downloaded and available for gpg. I also do not want to force to install the package debian-keyring on the fai server. And we should not create a file when calling fai-make-nfsroot under /e

Bug#908678: Split file repo v2

2019-06-17 Thread Daniel Lange
as requested in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908678#139 we have created a data/CVE/.list repo ("v2") during MiniDebConf HH It is mirrored at Salsa: https://salsa.debian.org/dlange/debian_security_security-tracker_split_files_v2

Bug#908678: Update on the security-tracker git discussion

2019-06-05 Thread Daniel Lange
Am 06.06.19 um 07:31 schrieb Salvatore Bonaccorso: Could you again point me to your splitted up variant mirror? https://git.faster-it.de/debian_security_security-tracker_split_files/

Bug#908678: Update on the security-tracker git discussion

2019-01-24 Thread Daniel Lange
Zobel brought up the security-tracker git discussion in the #debian-security irc channel again and I'd like to record a few of the items touched there for others that were not present: DLange has a running mirror of the git repo with split files since three months. This is based on anarcat's s

Bug#765854: Plans for Netatalk for Buster?

2019-01-22 Thread Daniel Lange
> Hi Jonas, > > I was wondering what your plans are for Netatalk in Buster? > 1) stay on 2.2.x > 2) adopt the newer packages for 3.1.x (still maintained at >https://github.com/adiknoth/netatalk-debian as per bug #690227) > 3) RM netatalk Please re-post these excellent questions to 690...@bugs

Bug#765854: Related systemd upstream issue

2018-12-02 Thread Daniel Lange
https://github.com/systemd/systemd/issues/8598 (Title: systemd-user doesn't properly close its PAM session)

Bug#908678: Testing the filter-branch scripts

2018-11-13 Thread Daniel Lange
Am 13.11.18 um 23:09 schrieb Moritz Muehlenhoff: > The current data structure works very well for us and splitting the files > has many downsides. Could you detail what those many downsides are besides the scripts that need to be amended?

Bug#908678: Testing the filter-branch scripts

2018-11-13 Thread Daniel Lange
> The Python job finished successfully here after 10 hours. 6h40 mins here as I ported your improved logic to the python2 version :). # git filter-branch --tree-filter '/usr/bin/python2 /split-by-year.pyc' HEAD Rewrite 1169d256b27eb7244273671582cc08ba88002819 (68356/68357) (24226 seconds passed,

Bug#908678: Testing the filter-branch scripts

2018-11-10 Thread Daniel Lange
Antoine, thank you very much for your filter-branch scripts. I tested each: 1) the golang version: It completes after 3h36min: # git filter-branch --tree-filter '/split-by-year' HEAD Rewrite a09118bf0a33f3721c0b8f6880c4cbb1e407a39d (68282/68286) (12994 seconds passed, remaining 0 predicted) Re

Bug#908678: Some more thoughts and some tests on the security-tracker git repo

2018-09-26 Thread Daniel Lange
The main issue is that we need to get clone and diff+render operations back into normal time frames. The salsa workers (e.g. to render a diff) time out after 60s. Similar time constraints are put onto other rendering frond-ends. Actually you can easily get Apache to segfault if you do not time-cons

Bug#907799: fai - Does not execute scripts

2018-09-03 Thread Thomas Lange
Here's a patch for this: https://github.com/faiproject/fai/commit/f5bfc186e796f68823a36ca04a97f17e01ca233d -- regards Thomas

Bug#907308: Bug depends on glibc version

2018-08-26 Thread Daniel Lange
as discussed with jwilk on irc: This bug depends on the (g)libc version: * stock Stretch is unaffected (libc6-2.24-11+deb9u3) * Stretch with glibc from unstable (libc6-2.27-5) is affected * stock Ubuntu 18.04.1 (libc6-2.27-3ubuntu1) is affected

Bug#901610: Bug is not in dracut

2018-07-19 Thread Thomas Lange
IMO the bug is not in dracut, but only in sicherboot. >From the control file: This package diverts the /etc/kernel/postinst.d/dracut file and replace it with its own file that calls the diverted one before running sicherboot, as dracut does not support any form of hooks. dpkg is not entirely ha

Bug#895083: python-wxgtk4.0: module wx is not usable

2018-04-06 Thread Norbert Lange
named wx I havent found a way to configure the installation Regards, Norbert Lange -- System Information: Debian Release: buster/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (200, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386

Bug#876087: xscreensaver: source-less and unlicensed code at hacks/images/m6502/dmsc.asm

2017-09-25 Thread Daniel Lange
Hi Daniel, thank you very much. All the best, Daniel

Bug#876087: Source code and license of dmsc.asm

2017-09-23 Thread Daniel Lange
Hi, your acme code dmsc.asm is used in xscreensaver by Jamie Zawinski. Apparently there have been issues filed before at very Freedom oriented distributions that the file is not clearly licensed and the source code is not shipped with it. E.g. at https://labs.parabola.nu/issues/131 . This has bo

Bug#854659: tcsh: fails to configure

2017-02-09 Thread Thomas Lange
> There was a problem when upgrading from 6.20.00-5 (sorry for the German): This is a problem in the postrm of 6.20.00-4 which is fixed in 6.20.00-5. Since I cannot fix 6.20.00-4, you should just ignore this. -- regards Thomas

Bug#828616: workaround for FTBFS

2017-01-05 Thread Robert Lange
It may be too late for this, but here goes: In the source package's control file, if you replace the Build-Depends on libssl-dev with: libssl1.0-dev | libssl-dev (<< 1.1.0~) the package builds and appears to work normally. This is what OpenSSH (and maybe others) used to get past this FTBFS

Bug#846648: another data point

2016-12-06 Thread Robert Lange
Debian stretch with chromium 55.0.2883.75-1 (and only chromium) pulled in from unstable. With a brand new profile (i.e., by deleting .cache/chromium and .config/chromium and starting Chromium) Chromium aw-snaps on gfycat.com with very high probability. I occasionally also see gmail aw-snap, but it'

Bug#828616: question about versions

2016-11-06 Thread Robert Lange
I'm a concerned package user looking at this. According to tracker, yubico-piv-tool is slated for auto-removal because it fails to build with OpenSSL 1.1. However, the report shows that the version that fails to build is 1.0.3-1, whereas the current version in Sid and Stretch is 1.4.2-1. What's up

Bug#842083: fai-client: fails to upgrade from 'jessie' - trying to overwrite /usr/lib/fai/mount2dir

2016-10-25 Thread Thomas Lange
I've only moved the mount2dir executable from the fai-nfsroot package to the fai-client package. The fai-client does not replace fai-nfsroot. To fix this bug is it only possible by defining a breaks or replaces? Which breaks do I have to define then? BTW, fai-nfsroot is never installed on a norma

Bug#840064: apticron: apt-get stops when an update for a held back package is found

2016-10-07 Thread Michael Lange
-unauthenticated --allow-downgrades --allow-remove-essential --allow-change-held-packages -s dist-upgrade... According to the apt-get manpage this should work with apt versions >= 1.1 . Best regards Michael Lange -- System Information: Debian Release: 8.6 APT prefers stable-updates APT pol

Bug#833965: Uploaded fix to FTBFS to delayed/3

2016-09-30 Thread Thomas Lange
> On Fri, 30 Sep 2016 14:19:49 +0100, Alastair McKinstry > said: > I have patched 2 RC bugs that are threatening to get tcsh (and hence my > packages) kicked out of testing. > Please review the patch: Sorry, I cannot review the patch, since I'm didn't program in C since arou

Bug#837026: {t,}csh FTBFS

2016-09-29 Thread Thomas Lange
> On Sun, 25 Sep 2016 01:24:59 +0200, Nicolas Braud-Santoni > said: > I was working on this today at the Salzburg BSP and should finish > tomorrow. Any progress so far? -- regards Thomas

Bug#827304: unable to reproduce the issue on three AMD64 systems

2016-09-20 Thread Daniel Lange
Control: tags -1 unreproducible I've tried to reproduce the issue for 48h on three AMD64 systems I've happened to have around here temporarily with fresh Debian testing installs. Got to use the opportunity. One of the systems was used for heavy editing, the two other for occasional editing with lo

Bug#834502: Suggest to remove this old version

2016-09-19 Thread Daniel Lange
tcpcopy 0.6.3 relies on ip_queue support that has been removed from the Linux kernel >= 3.5.0. tcpcopy 0.7.0+ knows about nfqueue for kernels >= 3.5.0. The current version of tcpcopy is 1.0.0 released 03.08.2015. I suggest removing this old version from testing / sid. (It will be auto-removed du

Bug#829752: please lower the severity

2016-09-14 Thread Thomas Lange
IMO the justification on the severity is strange. A package should not need to handle every case of corrupted parts on disk or otherwise strange broken things. In this case your whole system is broken, and you should fix this anyhow, but not blame netfilter-persistent for not handling this correct

Bug#833965: tcsh: uses deprecated BSD union wait type

2016-09-01 Thread Thomas Lange
> On Thu, 1 Sep 2016 12:51:30 +0200, Aurelien Jarno > said: > bug to serious. If you don't have time to fix this bug, I can do a > non-maintainer upload with the patch which is in the bug log. Salut Aurelien, feel free to do a NMU. -- regards Thomas

Bug#834502: Previous subject should have been: patch attached

2016-08-22 Thread Daniel Lange
sorry, see ^ The input word is guaranteed to be at most STRINGSIZE-1 in length. One of the mangle operations involves duplicating the input word, resulting in a string twice the length to be accommodated by both area variables. Howard Guo 2016-08-17 diff -rupN 3/lib/rules.c 3-patched/lib/rules.

Bug#834502: Proposed NMU, debdiff attached

2016-08-22 Thread Daniel Lange
Control: tags -1 + patch The buffer overflow results from strings that are too short for a strcpy to always succeed. Patch from attached. The input word is guaranteed to be at most ST

Bug#833655: Proposed NMU, debdiff attached

2016-08-22 Thread Daniel Lange
+0200 +++ metar-20061030.1/debian/changelog 2016-08-22 16:26:06.0 +0200 @@ -1,3 +1,10 @@ +metar (20061030.1-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Import patch for new METAR URL from Kees Leune. Closes: #833655 + + -- Daniel Lange Mon, 22 Aug 2016 16:25:57

Bug#823647: sshuttle package in stretch/sid builds only documentation, no executable

2016-05-06 Thread Robert Lange
build system, not this package. On 2016-05-06 21:08, Axel Beckert wrote: > Control: tag -1 + unreproducible moreinfo > > Hi Robert, > > Robert Lange wrote: >> Package: sshuttle >> Version: 0.78.0-1~bpo8+1 >> Severity: grave > […] >> I tried to make a backport

Bug#823647: sshuttle package in stretch/sid builds only documentation, no executable

2016-05-06 Thread Robert Lange
package sshuttle dpkg-buildpackage: source version 0.78.0-1~bpo8+1 dpkg-buildpackage: source distribution jessie-backports dpkg-buildpackage: source changed by Robert Lange dpkg-source --before-build sshuttle-0.78.0 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean

Bug#820331: cronic: uses very predictable temporary files

2016-04-10 Thread Daniel Lange
Am 10.04.2016 18:46, schrieb Salvatore Bonaccorso: CVE-2016-3992 has been assigned for this issue. Can you forward this to upstream and as well include the CVE id reference in debian/changelog when fixing this issue? Upstream has already fixed yesterday and I packaged the v3 for Debian this mo

Bug#817874: Bug#819881: radeon_fence_ref BUG: unable to handle kernel NULL pointer dereference

2016-04-06 Thread Michael Lange
On Sun, 03 Apr 2016 14:32:59 +0100 Ben Hutchings wrote: (...) > Sorry about this.  There was one earlier similar report which I meant > to investigate but didn't find time before the point release. > > All three call traces are very similar and, based on the functions > listed, I believe the att

Bug#815145: dropped patch

2016-02-19 Thread Thomas Lange
> On Fri, 19 Feb 2016 14:44:22 +0100, Matthias Klose said: > caused by the dropped patch: http://paste.debian.net/399173/ I remember this. The fix for gcc 5. I will upload a new version next week. Sorry for forgetting this. -- regards Thomas

Bug#815145: tcsh: FTBFS on all architectures due to testsuite failure

2016-02-19 Thread Thomas Lange
> On Fri, 19 Feb 2016 11:51:46 +0100, John Paul Adrian Glaubitz > said: > /bin/sh ./tests/testsuite > ## ## > ## tcsh 6.18.01 test suite. ## > ## ## > E: Makefile:759: recipe for target 'check' failed Do you have any i

Bug#788062: tagging 788062

2016-01-10 Thread Thomas Lange
>>>>> On Sun, 10 Jan 2016 18:52:04 +0100, Guido Günther said: > Hi Thomas, > On Mon, Sep 28, 2015 at 02:10:11PM +0200, Thomas Lange wrote: >> tags 788062 + pending I just realized that the pending tag was set by me because of an error in my workflow. I will

Bug#802823: (no subject)

2015-11-04 Thread Thomas Lange
A message from upstream: this should fix the problem. https://github.com/haraldh/dracut/commit/6c9484f61440b71301f43cfa912fb9f1113352b1 A new dracut upstream version will be available next week. I will try to package it as soon as possible. -- regards Thomas

Bug#802823: more info needed

2015-10-30 Thread Thomas Lange
Could you please give us the kernel cmdline you are using. -- regards Thomas

Bug#796669: tix compiled against tk-8.5 instead of tk-8.6

2015-08-23 Thread Michael Lange
Package: tix Version: 8.4.3-5 Severity: grave Justification: renders package unusable Dear Maintainer, it looks like tix in Jessie is compiled against tk-8.5 whereas the default version is tk-8.6 which will make it completely unusable for applications written in Perl, Python or Ruby and probably

Bug#778142: (no subject)

2015-06-25 Thread Thomas Lange
During this years Debconf I will work on this bug. There's a thread about this bug at http://mx.gw.com/pipermail/tcsh-bugs/2015-May/000930.html and also a new upstream version (6.19.00). -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "u

Bug#785804: fai-setup-storage: data loss when trying to preserve a partition

2015-05-20 Thread Thomas Lange
Package: fai-setup-storage Version: 4.3.1 Severity: grave When FAI uses a disk_config that tries to preserve a partition, data will be lost because of new parted command. This happens when FAI uses a jessie nfsroot. When using a wheezy nfsroot you are not affected by this bug. Here's the log: S

Bug#779118: rinse: depend on perl instead of perl-modules

2015-02-25 Thread Thomas Lange
> On Tue, 24 Feb 2015 17:06:03 +, Dominic Hargreaves > said: > As such, please could you replace > Depends: perl-modules > with > Depends: perl I just upload rinse 3.0.7 to unstable. Do you take care of doing an unblock request for it? -- regards Thomas -- To UN

Bug#779118: rinse: depend on perl instead of perl-modules

2015-02-25 Thread Thomas Lange
> On Tue, 24 Feb 2015 17:06:03 +, Dominic Hargreaves > said: > As such, please could you replace > Depends: perl-modules > with > Depends: perl > NMUs will be forthcoming; feel free to let me know whether you prefer > to handle this as a maintainer upload or

Bug#760133: fai-client: 'mount --make-runbindable' breaks underlying device for unrelated operations

2014-09-08 Thread Thomas Lange
Hi Mika, can you please test FAI 4.2.4~beta1 (or the jenkins build). It should fix this bug. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#760837: tcsh: FTBFS with $HOME != ~$(id -un)

2014-09-08 Thread Thomas Lange
I will be on vacation from thursday until sep 22nd. So, I could upload a new tcsh version until end of september or beginning of october. Feel free to NMU if you thinks this is too late. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "u

Bug#760133: fai-client: 'mount --make-runbindable' breaks underlying device for unrelated operations

2014-09-01 Thread Thomas Lange
Hi Mika, it would be nice if you could debug your pbuilder setup and give more detailed information what pbuilder is doing concerning mount points. Since I'm not using pbuilder, I will be able to debug this in more details on my own. Also can you give it a try using jessie? -- regards Thomas

Bug#760133: fai-client: 'mount --make-runbindable' breaks underlying device for unrelated operations

2014-09-01 Thread Thomas Lange
> On Mon, 01 Sep 2014 08:33:25 +0200, Michael Prokop said: > ... and then an unrelated cowbuilder run failed to execute: > | I: Mounting /var/cache/pbuilder/build > | mount: wrong fs type, bad option, bad superblock on /srv/pbuilder/build, > |missing codepage or helpe

Bug#719608: need debug output

2013-09-11 Thread Thomas Lange
Hi Ben, I guess we need the debug outut of dracut for further debugging. This command should do the job. dracut --debug --force /boot/initrd.img-3.2.0-4-amd64 3.2.0-4-amd64 >& dracut.log -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#719608: bug still present in new version?

2013-08-29 Thread Thomas Lange
dracut 031-2 dracut from arch all to any and added the Muilt-Arch to the control file. Version 032-1 also uses ldconfig -pN to determine the lib pathes. Does the new version fix your problems? -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject o

Bug#695869: Freeze only during blank screen

2012-12-13 Thread Robert Lange
On second throught, lately I got the crash only when I blanked my screen with the following command: xlock -nolock -mode blank Previously it also froze during operation, but it seems this issue has been solved since my last update. I will watch it further and submit an update in case it will f

Bug#684848: tcsh: FTBFS: | /«PKGBUILDDIR»/conftest.c:20: undefined reference to `crypt'

2012-08-14 Thread Thomas Lange
>> 122: Filename substitution FAILED (subst.at:57) >> | configure:4142: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 >> | /tmp/ccL

Bug#664915: cannot reproduce with testing

2012-06-21 Thread Thomas Lange
Additional info: could not reproduce with the testing distribution. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#664915: still cannot reproduce this bug

2012-06-21 Thread Thomas Lange
When building the next revision of this package, I still cannot reproduce this bug. I will close this bug next week, unless someone complains. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Bug#664915: cannot confirm this bug

2012-05-09 Thread Thomas Lange
I also cannot confirm this bug when building on my machine. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#657754: located real problem

2012-02-29 Thread Thomas Lange
Now I got it. The problem is using . || true (because of set -e) which always returns 0 and then testing $?. You are right, I must use if..then, which should fix it. I will check this later today. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with

Bug#657754: (no subject)

2012-02-13 Thread Thomas Lange
I wonder what the proper solutions is to detect if a kernel is already installled. Any suggestions? I think I have to add a test to the dracust.postinst script, to skip the call off /etc/kernel/postinst.d/dracut `uname -r` if no kernel is installed. Even if no kernel is installed (like in a chroot

Bug#657754: (no subject)

2012-02-13 Thread Thomas Lange
I think a proper fix would be to install a trigger like initramfs-tools is doing this. -- regards Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

  1   2   >