Bug#1069349: live-build: Regression in d14306a7 leading to build failures

2024-05-02 Thread Daniel Reichelt
On 02.05.24 17:30, Roland Clobus wrote: I'll prepare a proper fix that detects whether the directory is present. Perfect, thanks!

Bug#1069349: live-build: Regression in d14306a7 leading to build failures

2024-05-02 Thread Daniel Reichelt
Hi Roland, > On 20/04/2024 13:32, Daniel Reichelt wrote: > What are you doing that makes the directory 'config/includes.binary' > disappear? > If I use 'lb config --distribution sid', the directory is created (but > empty) and there will be no error message. I'm keeping my (

Bug#1069349: live-build: Regression in d14306a7 leading to build failures

2024-04-20 Thread Daniel Reichelt
Package: live-build Version: git-master Severity: normal Hi all, I recently built a .deb of the current master and noticed build failures like this: ---8<-- P: Begin copying binary includes... /usr/lib/live/build/binary_includes: 36: cd: can't cd to config/includes.binary E: An

Bug#1028088: hostapd.*service: please depend on presence on config file

2023-01-06 Thread Daniel Reichelt
Package: hostapd Version: 2:2.9.0-21 Severity: normal Hi *, the init scripts used to depend on the presence of /etc/hostapd/hostapd.conf. systemd however tries to continuously start the units unconditionally. This additional line in the units would be a simple fix: [Unit]

Bug#844321: unison: Please update to latest upstream version

2022-10-16 Thread Daniel Reichelt
*bump* On Mon, 20 May 2019 16:31:05 +0200 =?UTF-8?Q?St=c3=a9phane_Glondu?= wrote: > Le 20/05/2019 à 16:06, Christoph Groth a écrit : > > Unison 2.51.2 that has been released in January 2018 has a new feature > > that is very useful for synchronizing, for example, '.git' directories: > > >

Bug#1016067: rpcbind installation fails due to missing user _rpc

2022-07-26 Thread Daniel Reichelt
Package: rpcbind Version: 1.2.6-4 Severity: grave Justification: renders package unusable Hi, since the d/postinst file has been removed, on a fresh VM rpcbind can no longer be installed: --8<-- root@kvmsid:~# apt install rpcbind Reading package lists... Done Building

Bug#912717: msg.sock issue still upstream

2021-05-15 Thread Daniel Reichelt
confirmed on buster 2:4.9.5+dfsg-5+deb10u1 and bullseye/sid 2:4.13.5+dfsg-2 cheers Daniel signature.asc Description: OpenPGP digital signature

Bug#986278: live-build now fails for buster when including firmware

2021-04-02 Thread Daniel Reichelt
Package: live-build Version: 1:20210330 Severity: normal Hi, since 21eff20ea3caec205568e7305732928fedd10b0a I can no longer build buster images including firmware: ---8<-- P: Begin scheduling firmware installation... --2021-04-02 11:19:29--

Bug#974684: python3-lxml: Cannot install python3-lxml/buster-backports on bpo-enabled machine

2020-11-13 Thread Daniel Reichelt
Package: python3-lxml Version: 4.6.1-1~bpo10+1 Severity: important Hi, just tried to apt-get install python3-lxml/buster-backports but it failed as follows: --8< # apt-get install python3-lxml/buster-backports Reading package lists... Done Building

Bug#971003: live-config: Console auto-login doesn't work with sysvinit

2020-09-26 Thread Daniel Reichelt
Versions of packages live-config suggests: ii pciutils 1:3.5.2-1 ii wget 1.20.1-1.1 -- no debconf information >From 6786f9bf1848993fff68787c9734f6f6b9277c4d Mon Sep 17 00:00:00 2001 From: Daniel Reichelt Date: Sat, 26 Sep 2020 07:56:45 +0200 Subject: [PATCH] Fix console auto-login in conjunct

Bug#962995: fixed in testssl.sh 3.0.2+dfsg1-2

2020-07-24 Thread Daniel Reichelt
On 24.07.20 13:04, Daniel Reichelt wrote: > Thus, I suggest to just remove the dependency on bsdextrautils > for buster-backports again. *hng* …make that: Thus, I suggest to replace the dependency on bsdextrautils by bsdmainutils for buster-backports. signature.asc Description: O

Bug#962995: fixed in testssl.sh 3.0.2+dfsg1-2

2020-07-24 Thread Daniel Reichelt
Hi all, the added dependency on bsdextrautils doesn't work for buster-backports since bsdextrautils is not available there. The required binary hexdump is still available via bsdmainutils in buster. Thus, I suggest to just remove the dependency on bsdextrautils for buster-backports again.

Bug#964956: apt-cache search trips over regex special characters in package names

2020-07-13 Thread Daniel Reichelt
Nevermind, I should have read the man page more carefully, which clearly states that it expects a regex as argument for the search sub-command. Please close, sorry for the noise. Daniel signature.asc Description: OpenPGP digital signature

Bug#964956: apt-cache search trips over regex special characters in package names

2020-07-13 Thread Daniel Reichelt
Package: apt Version: 1.8.2.1 Severity: important Hi, running `apt-cache search libstdc++5` on a fresh minimal system yields an empty result. This behaviour is inconsistent with processing of command-line arguments of the sub-commands pkgnames and show. Environment: - minimal buster -

Bug#953615: fixed 953615 in 1.1.11-1

2020-05-03 Thread Daniel Reichelt
On 03.05.20 18:40, Andrej Shadura wrote: > On Sun, May 03, 2020 at 04:58:56PM +0200, Daniel Reichelt wrote: >> Hi Maintainers, >> >> is this going to be backported to stable? > > Yes, see #959661: > > https://bugs.debian.org/959661 > Great news, thanks!

Bug#953615: fixed 953615 in 1.1.11-1

2020-05-03 Thread Daniel Reichelt
Hi Maintainers, is this going to be backported to stable? Thanks Daniel signature.asc Description: OpenPGP digital signature

Bug#953237: nvidia-settings bpo missing since release of nvidia-driver=440.59-1~bpo10+1

2020-03-06 Thread Daniel Reichelt
Source: nvidia-settings Version: 430.64-1~bpo10+1 Severity: normal Hi, it seems like nvidia-settings has been forgotten to get backported to buster. The bullseye-version is not installable on buster due to a versioned dependency on libc6. A simple re-build of nvidia-settings/bullseye on a buster

Bug#905786: Fix for "libvncserver1: Use-after-free on shutdown[...]" incomplete

2020-01-08 Thread Daniel Reichelt
On 08.01.20 09:04, Mike Gabriel wrote: > I attached a .debdiff that reflects todays regression fix upload to > buster-pu (I also did one to stretch-pu). I cherry-pick 2 more patches > from upstream that relate to pthreading in libvncserver. I was able to > reproduce your x11vnc crash on buster and

Bug#905786: Fix for "libvncserver1: Use-after-free on shutdown[...]" incomplete

2020-01-03 Thread Daniel Reichelt
On 02.01.20 16:39, Daniel Reichelt wrote: > With 7e63df224aa45a8b541cd63a870594454aba7526 applied, this happens 9 > out of 10 times. Actually, that's crap. I noticed a ton of running x11vnc processes and re-tried ~debu10 with 7e63df224aa45a8b541cd63a870594454aba7526 applied. Result

Bug#905786: Fix for "libvncserver1: Use-after-free on shutdown[...]" incomplete

2020-01-02 Thread Daniel Reichelt
> Does this upstream commit being added to the patches in +deb10u2 fix > your issue? > https://github.com/LibVNC/libvncserver/commit/7e63df224aa45a8b541cd63a870594454aba7526.patch Not really. With just ~debu10, 1 out of 10 times, the client window would stay open, but I wasn't able to transmit

Bug#905786: Fix for "libvncserver1: Use-after-free on shutdown[...]" incomplete

2019-12-30 Thread Daniel Reichelt
Hi all, the new use-after-free patches introduced in 0.9.11+dfsg-1.3~deb10u2 hurt connections to servers provided by x11vnc. Previously, a server initiated by x11vnc -nopw -auth guess -display :0 -forever was perfectly fine to connect to using tightvncviewer. Now, with ~deb10u2, the remote

Bug#943527: [Pkg-mozext-maintainers] Bug#943527: umatrix unusable

2019-11-22 Thread Daniel Reichelt
On 21.11.19 19:34, Ximin Luo wrote: > Julien Aubin: >> Hi, >> >> Same symptoms and same fix observed on my box. >> > > Do you guys have the same problem with firefox (not esr) version 69 or 70? > Umatrix is working fine for me with those versions, after applying the > workaround from #919557. >

Bug#943527: webext-umatrix: umatrix is unusable with current firefox-esr

2019-10-25 Thread Daniel Reichelt
Package: webext-umatrix Version: 1.3.16+dfsg-2 Severity: grave Justification: renders package unusable Hi, since the latest update of firefox-esr from 60.9 to 68.2, umatrix is no longer usable. I tried v1.4 from addons.mozilla.org which seems to do fine. Please update to the latest version.

Bug#935328: libguestfs-tools: virt-sparsify doesn't work if libelogind0 is installed on the host (workaround found)

2019-08-21 Thread Daniel Reichelt
The attached patch works around the issue for sysvinit/elogind users. A proper solution however would auto-apply the appropriate version of the packages file (or supermin.d directory), depending on the state of the host system. Cheers Daniel ---

Bug#935328: libguestfs-tools: virt-sparsify doesn't work if libelogind0 is installed on the host

2019-08-21 Thread Daniel Reichelt
Package: libguestfs-tools Version: 1:1.40.2-2 Severity: important Hi, I'm running buster with sysvinit instead of systemd, so I also have libelogind0 installed instead of libsystemd0. Now, when I run virt-sparsify, it crashes. Running with export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 shows:

Bug#934000: calibre: ebook-viewer no longer opens markdown files

2019-08-05 Thread Daniel Reichelt
Package: calibre Version: 3.46.0+dfsg-1~bpo10+1 Severity: important Hi, calibre/buster ran fine, since 3.46 entered buster-bpo, it crashes on opening markdown files: -8<-- $ echo "# I'm a heading" > foo.md $ ebook-viewer foo.md -8<-- The main windows shown, blocked

Bug#933388: urlview: TAGs for handler invocation not working as advertised

2019-07-30 Thread Daniel Reichelt
Package: urlview Version: 0.9-21 Severity: normal Tags: patch Hi, the tags PW and XT are not working as advertised in the header of url_handler.sh. Instead of nohup'ing or suppressing STDERR, all handlers are executed as "$prg $url". The attached patch fixes the handling of these tags and some

Bug#933295: squid: Race-condition in start script when cache dir structure doesn't exist

2019-07-28 Thread Daniel Reichelt
Package: squid Version: 4.6-1 Severity: normal Tags: patch Hi, first of all: I'm running sysvinit-core instead of systemd. When squid starts and the cache directory structure below /var/spool/squid doesn't exist yet, /etc/init.d/squid calls `squid -z -f $CONFIG` to create the directories and

Bug#932775: [Pkg-net-snmp-devel] Bug#932775: snmpd: init script does not respect /etc/default/snmpd

2019-07-24 Thread Daniel Reichelt
Hi Craig, > It's a little more complicated than that. The defaults are loaded in> > by init-d-script but are then overwritten by the snmp init script. Whoops…I totally missed the usage of init-d-script. Shouldn't be writing bug reports that late… > Actually looking at the init script, it does

Bug#932775: snmpd: init script does not respect /etc/default/snmpd

2019-07-22 Thread Daniel Reichelt
Package: snmpd Version: 5.7.3+dfsg-5 Severity: important Hi, first of all, I'm running sysvinit, not systemd. The init script shipped with snmpd is broken as it does not respect /etc/default/snmpd. The code which handled this in the stretch version is missing from the buster version:

Bug#932724: lvm2: vg/lv not recognized after cryptsetup open

2019-07-22 Thread Daniel Reichelt
Package: lvm2 Version: 2.03.02-3 Severity: normal Hi, first of all: I'm running buster with sysvinit, not systemd. On sdb1, there's a LUKS volume containing a PV: # lsblk /dev/sdb NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sdb 8:16 1 1.8T 0 disk └─sdb1

Bug#932473: shorewall6 init script inoperational

2019-07-19 Thread Daniel Reichelt
Package: shorewall6 Version: 5.2.3.2-1 Severity: normal Tags: patch Hi, running sysvinit instead of systemd, I'm relying on the packages init script to work. However: 8<-- # /etc/init.d/shorewall6 start /etc/init.d/shorewall6: line 20: test: /sbin/shorewall: binary operator

Bug#928497: nvidia-persistenced: Error in nvidia-persistenced source (postinst)

2019-05-07 Thread Daniel Reichelt
Hi Andreas, > I can reproduce this (on a systemv system) with a (deliberately) > mismatching kernel module loaded: this also happens on systems w/o nvidia hardware, i.e. when the module isn't loaded at all. That situation produces similar syslog entries than yours, except the messages prefixed

Bug#927128: live-build: [PATCH] replaced tar with rsync as it is much more efficient in both space and time

2019-04-15 Thread Daniel Reichelt
I should have looked at Depends: prior to replying. 1) live-build doesn't depend on bash, but plain sh 2) all other tools are either in coreutils or get installed into the chroot during the build That said, I'm not sure if it's really worth it to add a new dependency. How about a pipe instead?

Bug#927128: live-build: [PATCH] replaced tar with rsync as it is much more efficient in both space and time

2019-04-15 Thread Daniel Reichelt
On 15.04.19 12:16, Ronny Standtke wrote: > I replaced this code block with a simple rsync > call which is much more efficient in both space and time (see attached > patch). I believe this violates the original intention of live-build only requiring bash (and all the other tools it uses...

Bug#910627: closed by Louis-Philippe Véronneau (Bug#910627: fixed in nostalgy 0.2.36-1.1)

2019-01-19 Thread Daniel Reichelt
On 19.01.19 22:06, Debian Bug Tracking System wrote: > It has been closed by Louis-Philippe Véronneau . Thanks, Louis-Philippe, one less package I have to take care about in a private repository. Great work. Thanks so much!!! Best, Daniel signature.asc Description: OpenPGP digital signature

Bug#916899: linux-image-4.18.0-0.bpo.3-amd64: NULL pointer dereference in i915

2018-12-19 Thread Daniel Reichelt
Package: src:linux Version: 4.18.20-2~bpo9+1 Severity: important Hi, since the upgrade to 4.18.0-0.bpo.3-amd64=4.18.20-2~bpo9+1, my Dell Latitude E6410 fails to boot (everything was fine with linux-image-4.18.0-0.bpo.1-amd64=4.18.6-1~bpo9+1). It hangs right the second the i915 module gets

Bug#916461: kicad: Keyboard shortcuts from main Place menu don't match actually working shortcuts

2018-12-16 Thread Daniel Reichelt
> I can reproduce this behavior in testing with Gnome3 and X11 in 5.0.1-1 too. > What Desktop Environment do you use? I'm running Stretch's XFCE, the xfwm4 package is 4.12.4-1. signature.asc Description: OpenPGP digital signature

Bug#916461: kicad: Keyboard shortcuts from main Place menu don't match actually working shortcuts

2018-12-14 Thread Daniel Reichelt
Package: kicad Version: 5.0.1+dfsg1-3~bpo9+1 Severity: normal Hi, on a clean installation (i.e. rm -rf ~/.config/kicad) all the keyboard shortcuts in the main menu "Place" are shown as [Shift]+[], i.e. [Shift]+[A] for "Place symbol". However, none of them work. What actually works is just

Bug#865795: radvd blocks when started over ssh

2018-11-30 Thread Daniel Reichelt
Eversince I opened this bug, I used my own patched package. Only now I just tried 1:2.17-1~bpo9+1 and can confirm that the bug is no longer present. Thanks Daniel signature.asc Description: OpenPGP digital signature

Bug#844321: unison: Please update to latest upstream version

2018-11-30 Thread Daniel Reichelt
Hi, can we please get the latest upstream version into Buster? I do realize, there's been a 2.48.4-1 release since I opened this bug. However, that release is over a year old and upstream has included some bugfixes since. The current upstream version is 2.48.15. Thanks, Daniel signature.asc

Bug#912718: network-manager: SIM PIN queried although it's stored in the system connection profile

2018-11-03 Thread Daniel Reichelt
Package: network-manager Version: 1.14.4-2~bpo9+1 Severity: normal Hi, when I want to connect via UMTS, I get queried for a SIM PIN, although it's stored in the system connection profile like so: -8<-- [gsm] apn=mygreatAPNname number=*99# pin=1234 pin-flags=0 ->8-- After I hit

Bug#912717: samba: Samba should clean up sockets in /var/lib/samba/private/msg.sock/

2018-11-03 Thread Daniel Reichelt
Package: samba Version: 2:4.5.12+dfsg-2+deb9u3 Severity: normal Hi, stopping/starting samba, it leaves a mess in /var/lib/samba/private/msg.sock/. I can reproduce this on every machine I run samba on by simply doing: # service samba stop ; rm -fv /var/lib/samba/private/msg.sock/* ; service

Bug#908924: possible fix

2018-10-20 Thread Daniel Reichelt
> I have not tried it, though. > > https://bugzilla.kernel.org/show_bug.cgi?id=200709#c6 > https://lkml.org/lkml/2018/10/14/62 > I've tried it and can confirm this fixes the issue for me. Cheers Daniel signature.asc Description: OpenPGP digital signature

Bug#908924: git-bisected

2018-10-14 Thread Daniel Reichelt
FYI: https://bugzilla.kernel.org/show_bug.cgi?id=200709#c5 signature.asc Description: OpenPGP digital signature

Bug#910627: xul-ext-nostalgy: Please update to upstream 0.2.36 to be compatible with TB 60+

2018-10-08 Thread Daniel Reichelt
Package: xul-ext-nostalgy Version: 0.2.34-1 Severity: important Hi, please update to the latest version available at [1] so it can be used again with the version of Thunderbird (60+) shipped in Stretch. Thanks! Daniel [1] https://addons.thunderbird.net/en-US/thunderbird/addon/nostalgy/

Bug#887668: linux-image-4.14.0-rc3-amd64: MosChip MCS9922 serial+parallel port PCI-e card no longer working

2018-01-21 Thread Daniel Reichelt
>>From [1], I tested all amd64 linux-image packages from 4.13.13-1 (last working > one) through 4.15~rc8-1~exp1 (still broken). Sorry I got my references wrong. This should have read: From [3], I tested all amd64 linux-image packages from 4.13.13-1 (last working one) through 4.15~rc8-1~exp1

Bug#887668: linux-image-4.14.0-rc3-amd64: MosChip MCS9922 serial+parallel port PCI-e card no longer working

2018-01-18 Thread Daniel Reichelt
Package: linux-image-4.14.0-rc3-amd64 Version: 4.14~rc3-1~exp1 Severity: normal Hi, since linux-image-4.14.0-rc3-amd64 my DeLock 4xSerial/1xParallel PCI-e card is no longer working. lspci recognizes it, but there is no kernel driver shown and the expected ttyS* device nodes aren't created. The

Bug#887522: borgbackup: borgfs doesn't work due to broken handling of include/exclude patterns

2018-01-17 Thread Daniel Reichelt
Package: borgbackup Version: 1.1.4-1~bpo9+1 Severity: important Hi, borgfs is completely unusable since 1.1.4-1~bpo9+1 since it throws an exception during invocation, no matter the parameters. For details, please refer to the upstream github issue I've created at [1]. Given the severity and

Bug#884827: phpmyadmin: dpkg-reconfigure fails when a custom DB name is specified for PMA

2017-12-19 Thread Daniel Reichelt
Package: phpmyadmin Version: 4:4.6.6-4 Severity: normal Hi, running dpkg-reconfigure phpmyadmin on a Stretch machine, telling it to reinstall the database while specifying a custom DB name other than phpmyadmin, fails like this: -8<--- Determining localhost credentials from

Bug#881941: Please consider to let live-build add file /.disk/mkisofs to the ISO

2017-12-06 Thread Daniel Reichelt
On 12/06/2017 09:04 PM, Thomas Schmitt wrote: > Raphaël, are you aware that the change in live-build > > https://anonscm.debian.org/cgit/debian-live/live-build.git/commit/?id=ff71712590a809d0f7ba680e787a9f091ed853b2 > did not work and caused >

Bug#882196: ssh: apt-get install ssh broken for i386

2017-11-19 Thread Daniel Reichelt
Package: ssh Version: 1:6.7p1-5+deb8u4 Severity: normal Hi, on a pure-jessie-vm `apt-get install ssh` currently fails with: --8< # apt-get install ssh Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be

Bug#881941: live-build: Creation of .disk/mkisofs is broken

2017-11-16 Thread Daniel Reichelt
Package: live-build Version: 1:20170920 Severity: normal Tags: patch Hi, currently .disk/mkisofs gets created by appending an echo statement to the temporary script binary.sh whicht gets executed to actually run xorriso. However this creates the following error in build.log:

Bug#881921: nvidia-legacy-340xx-driver: Compile error when building module for stretch-bpo kernel (currently 4.13.0-0-bpo.1-amd64)

2017-11-16 Thread Daniel Reichelt
> If you install the kernel from backports, then you also need to pick > the drivers from backports. Mix-and-match is never guaranteed to work > as updates to stable are much rarer and slower, so they can't possibly > keep up with new kernels coming out. > Thanks for your quick reply and the

Bug#881921: nvidia-legacy-340xx-driver: Compile error when building module for stretch-bpo kernel (currently 4.13.0-0-bpo.1-amd64)

2017-11-16 Thread Daniel Reichelt
Package: nvidia-legacy-340xx-driver Version: 340.102-1 Severity: important Hi, on a stretch system which has (only) the current bpo-kernel installed, nvidia-legacy-340xx-driver fails to compile the nvidia module. Please find attached the console log of `apt-get -y install

Bug#881189: dwww-index++: make sleep time after each file configurable

2017-11-08 Thread Daniel Reichelt
content. Cheers Daniel >From 3406a2866a209f2686bb123723c813e29fd3a3b9 Mon Sep 17 00:00:00 2001 From: Daniel Reichelt <deb...@nachtgeist.net> Date: Wed, 8 Nov 2017 18:25:20 +0100 Subject: [PATCH 2/2] Allow for config values which evaluate to boolean false Setting e.g. DWWW_INDEX_FULL_S

Bug#879771: init-system-helpers: update-rc.d falsly creates K-symlinks on installation which breaks switching init systems later

2017-10-25 Thread Daniel Reichelt
Package: init-system-helpers Version: 1.50 Severity: important Tags: patch Hi, Assume this environment: - debootstrap sid - chroot apt-get install openssh-server With init-system-helpers <1.50 you would now find S-symlinks in etc/rc?.d. However with init-system-helpers 1.50, you'll see

Bug#877439: lintian: script-needs-depends-on-sensible-utils triggers although depends on sensible-utils is present

2017-10-01 Thread Daniel Reichelt
ion unstable dpkg-buildpackage: info: source changed by Daniel Reichelt <deb...@nachtgeist.net> dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build lintian-sensible-utils-test-package-0.1 fakeroot debian/rules clean dh clean dh_auto_clean dh_clean dpkg-source -

Bug#877182: logcheck: command-line option -D advertised but not recognized

2017-09-29 Thread Daniel Reichelt
Package: logcheck Version: 1.3.18 Severity: normal Hi, 8< # sudo -u logcheck logcheck -to -D some_path /usr/sbin/logcheck: illegal option -- D usage: logcheck [-c CFG] [-d] [-h] [-H HOST] [-l LOG] [-L CFG] [-D DIR] [-m MAIL] [-o] [-r DIR]

Bug#876898: manpages: versioned dependency "<< 4.13-3" in Breaks field is too restrictive for stretch-backports

2017-09-26 Thread Daniel Reichelt
4.13-3~bpo9+2 works fine now. Thanks, Tobias! signature.asc Description: OpenPGP digital signature

Bug#876898: manpages: versioned dependency "<< 4.13-3" in Breaks field is too restrictive for stretch-backports

2017-09-26 Thread Daniel Reichelt
Package: manpages Version: 4.13-3~bpo9+1 Severity: normal Hi, upgrading manpages and manpages-dev to stretch-bpo doesn't work on my stretch machine: 8< # apt-get install manpages/stretch-backports manpages-dev/stretch-backports Reading package lists... Done

Bug#848982: wpasupplicant fails to connect to WPA Enterprise network with 2.6-2

2017-09-19 Thread Daniel Reichelt
I'm suffering the very same problem than the OP with my employer's WiFi network. > If I downgrade libssl1.0.2 to 1.0.2j-1 then I can connect to the > WPA-EAP network without problem. Good catch downgrading openssl! I can confirm the WiFi connection to work up to libssl1.0.2-4 [1], so I guess

Bug#851825: ethtool: ifdown/ifup sequence fails if offload_tx off is set in iface stanza

2017-08-30 Thread Daniel Reichelt
On 08/30/2017 12:18 AM, Ben Hutchings wrote: > I can't reproduce this. What driver is used for eth0 (ethtool -i shows > this)? Ben, you're on to something: # ethtool -i eth0 driver: vif version: firmware-version: expansion-rom-version: bus-info: vif-0 supports-statistics: yes supports-test:

Bug#871645: virtualbox: NatNetwork doesn't allow connections beyond the host due to VBoxNetNAT missing the suid bit

2017-08-10 Thread Daniel Reichelt
Package: virtualbox Version: 5.1.26-dfsg-2 Severity: normal Dear Maintainer, when creating VMs, each with a NatNetwork NIC, the VMs can happily talk to each other but network access beyond the virtualbox host is not possible. Conventional NAT mode is not affected and works perfeclty fine.

Bug#868559: live-boot: httpfs does not work due to util-linux's mount being used

2017-07-16 Thread Daniel Reichelt
of the mount command is both no longer necessary, and has become harmful. The attached patch against live-boot's current tag 1%20170623 removes it. Cheers Daniel >From 3891e35f1df321e44e51347df95938346c108ef4 Mon Sep 17 00:00:00 2001 From: Daniel Reichelt <deb...@nachtgeist.net> Date: Sun, 16

Bug#865795: radvd blocks when started over ssh

2017-07-04 Thread Daniel Reichelt
> But I will spent my time on packaging 2.17-rc1 or 2.17 All the better, thanks. Does that mean you're going to upload 2.17 to stretch as well? signature.asc Description: OpenPGP digital signature

Bug#865795: radvd blocks when started over ssh

2017-07-02 Thread Daniel Reichelt
/commit/5cfc48b9ed75eb5f5e127b0d24a18b728b20e9af From 47e162d9c75253abef86e25a41808ab5230a3168 Mon Sep 17 00:00:00 2001 From: Daniel Reichelt <deb...@nachtgeist.net> Date: Sun, 2 Jul 2017 12:21:18 +0200 Subject: [PATCH] add patch to always close STD* FDs on daemonizing fixes #

Bug#865795: radvd blocks when started over ssh

2017-06-24 Thread Daniel Reichelt
> ssh returns immediately as expected when I run one of these: Of course, when I tested the redirection to /dev/null happened on the router, I forgot to type the quotes: ssh router "radvd -u radvd -p /var/run/radvd/radvd.pid >/dev/null" ssh router "radvd -u radvd -p /var/run/radvd/radvd.pid -d3"

Bug#865795: radvd blocks when started over ssh

2017-06-24 Thread Daniel Reichelt
Package: radvd Version: 1:2.15-2 Severity: normal Hi Geert, radvd shows some strange behavior when it's started over ssh: even in daemon-mode, ssh would block indefinitely when you execute something that would be executed by the init script as well: ssh router "radvd -u radvd -p

Bug#864386: live-build: Keyboard shortcut for "Advanced options" missing in some syslinux-based menus

2017-06-07 Thread Daniel Reichelt
Package: live-build Version: 1:20170213 Severity: minor Tags: patch Hi, the attached patch streamlines the missing keyboard shortcut "A" for the "Advanced options" entry in the syslinux-based boot menu configs. Thanks Daniel diff --git a/share/bootloaders/extlinux/menu.cfg

Bug#864385: live-boot: fix file duplication in initramfs-tools hook

2017-06-07 Thread Daniel Reichelt
Package: live-boot Version: 1:20170112 Severity: minor Tags: patch Hi, live-boot's initramfs-hook contains these lines ([1], [2]), which put live-boot's /lib/live/boot/ twice into the initramfs image: the latter one at /lib/live/boot/ and the former one - wrongly - also at /bin/boot/). The

Bug#684691: pulseaudio creates .config/pulse in a root directory

2017-05-30 Thread Daniel Reichelt
> If you want your comments on a bug to be sent to the maintainer and > recorded in the bug's web-visible record, please send your message to the > bug address (in this case 684691@) and not just the special control@ > address. In particular, when reopening a bug please send the justification >

Bug#755202: network-manager: keeps creating and using new connection "eth0" that does not work

2017-05-04 Thread Daniel Reichelt
PS: a very crude workaround for this: # cat /etc/default/NetworkManager if [ -z "$(ip -4 addr list dev eth0)" ] && [ -n "$(ip -6 addr list dev eth0)" ] then ip link set down dev eth0 ip addr flush dev eth0 fi signature.asc Description: OpenPGP digital signature

Bug#755202: network-manager: keeps creating and using new connection "eth0" that does not work

2017-05-04 Thread Daniel Reichelt
Hi folks, here are some more insights into this mystery: My "victim" box: - kvm-guest: jessie, task-xfce-desktop, sysvinit instead of systemd - running with -net nic,model=rtl8139 -net tap - connected to br0 of the kvm host which also contains the host's eth0 - the guest's

Bug#860305: staticsite: Dependency on python3-tz missing

2017-04-14 Thread Daniel Reichelt
Package: staticsite Version: 0.4-1 Severity: normal Hi Enrico, on my system, ssite failed complaining it couldn't find pytz. apt-get install python3-tz fixed it. Cheers Daniel -- System Information: Debian Release: 8.7 APT prefers stable-updates APT policy: (990, 'stable-updates'), (990,

Bug#851825: ethtool: ifdown/ifup sequence fails if offload_tx off is set in iface stanza

2017-01-18 Thread Daniel Reichelt
> 8<- > pre-up ethtool --offload $IFACE tx off > >8- Copy/paste error. The workaround should have read: 8<- pre-up ethtool --offload $IFACE tx on >8-

Bug#851825: ethtool: ifdown/ifup sequence fails if offload_tx off is set in iface stanza

2017-01-18 Thread Daniel Reichelt
found 851825 ethtool/1:3.16-1 found 851825 ethtool/1:3.16-1 jessie is also affected signature.asc Description: OpenPGP digital signature

Bug#851825: ethtool: ifdown/ifup sequence fails if offload_tx off is set in iface stanza

2017-01-18 Thread Daniel Reichelt
Package: ethtool Version: 1:4.8-1 Severity: normal Hi, in network/interfaces I have set the option "offload_tx off" for eth0. This causes `ifdown eth0 ; ifup eth0` to fail when offloading already was set to off. The culprit is ethtool, which inconsistently exits 0 or 1 when offloading is

Bug#851524: Building armhf image fwith qemu fails at bootstrapping stage if firmware section enabled

2017-01-16 Thread Daniel Reichelt
> Incidentally, if anyone *has* a link to the old deb package > for 1:20151215 so I could verify this, that'd help. Jason, have a look at http://snapshot.debian.org/ Cheers Daniel signature.asc Description: OpenPGP digital signature

Bug#784621: cgit: file not shown if no lexer found

2016-11-17 Thread Daniel Reichelt
Package: cgit Version: 1.0+git2.8.3-3~bpo8+1 Followup-For: Bug #784621 Hi, I just stumbled over this issue as well. The attached patch fixes this. Cheers Daniel -- System Information: Debian Release: 8.6 APT prefers stable-updates APT policy: (990, 'stable-updates'), (990,

Bug#844321: unison: Please update to latest upstream version

2016-11-14 Thread Daniel Reichelt
Source: unison Version: 2.48.3-1 Severity: wishlist Please update the packaging to the latest upstream version at [1]. Changelog: [2] Thanks! Daniel [1] https://github.com/bcpierce00/unison [2] https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#news

Bug#844318: makeself: Please update packaging to current upstream git

2016-11-14 Thread Daniel Reichelt
Package: makeself Version: 2.2.0-1 Severity: wishlist Please update the package to the latest upstream git version. It contains several bug fixes and enhancements. [1], [2] Most notably: - fixed handling of spaces for startup_script and parameters [3], [4] - encrypting the archive with gpg or

Bug#842645: grub-common: GRUB_DISABLE_LINUX_UUID=true ignored in 10_linux and 20_linux_xen

2016-10-30 Thread Daniel Reichelt
Package: grub-common Version: 2.02~beta3-1 Severity: important Tags: patch Hi, in Stretch setting GRUB_DISABLE_LINUX_UUID=true in /etc/default/grub is no longer respected during creation of linux menu entries. The culprits are the checks in 10_linux:66-68 and 20_linux_xen:54:56 (identical in

Bug#842609: xen-create-image: Inconsistent handling of --nopygrub parameter

2016-10-30 Thread Daniel Reichelt
Package: xen-tools Version: 4.5-1 Severity: normal Tags: patch Hi Axel, when --nopygrub is passed to xen-create-image, the hooks called during installation act as if --pygrub were passed. This setting gets exported to the hooks' environments as pygrub=0|1. The hooks however do a check like `if

Bug#841360: libmotif-common stuck at 2.3.4-10 in sid (src:motif is 2.3.4-11)

2016-10-19 Thread Daniel Reichelt
Package: libmotif-common Version: 2.3.4-10 Severity: normal Hi, on a freshly installed sid (just now) I noticed the package ddd is not installable due to a dependency error: ddd --> libxm4 (which currently resolves to version 2.3.4-11 in sid) libxm4 --> libmotif-common (resolving to 2.3.4-*10*)

Bug#838110: live-tools: exclude initrd backup files

2016-09-17 Thread Daniel Reichelt
Hi Ronny, just a minor thing but I think you should anchor your grep to the end of the filename: grep -v "old-dkms$" Cheers Daniel On 09/17/2016 02:13 PM, Ronny Standtke wrote: > Package: live-tools > Version: 1:20151214+nmu1 > Severity: important > Tags: patch > > On my Debian Live

Bug#827370: closed by Ondřej Surý <ond...@debian.org> (Bug#827370: fixed in php5 5.6.22+dfsg-2)

2016-06-16 Thread Daniel Reichelt
Hi, I saw this got fixed (only?) in 5.6.22+dfsg-2. When will this fix hit jessie/security? Thanks Daniel signature.asc Description: OpenPGP digital signature

Bug#827370: [php-maint] Bug#827370: php5-common: mail clutter from sessionclean cronjob

2016-06-15 Thread Daniel Reichelt
(forwarding this to the bug list for referece) On 06/15/2016 04:23 PM, Ondřej Surý wrote: > Hi Daniel, > > could you please apply this patch: > > $ git diff > diff --git a/debian/sessionclean b/debian/sessionclean > index 237b033..816528a 100644 > --- a/debian/sessionclean > +++

Bug#827370: [php-maint] Bug#827370: php5-common: mail clutter from sessionclean cronjob

2016-06-15 Thread Daniel Reichelt
> could you please apply this patch: Thanks Ondrej. I'd already tried s.th. similar in the meantime, and, as you presumed as well, this already ran into another race, causing mail clutter. So, how about a different approach and simply filter those messages: I'd deem just appending

Bug#827370: php5-common: mail clutter from sessionclean cronjob

2016-06-15 Thread Daniel Reichelt
Package: php5-common Version: 5.6.22+dfsg-0+deb8u1 Severity: normal Hi, since the most recent security upgrade, I keep receiving cronjob mails saying 8<- find: `/proc/14918/fd': No such file or directory 8<- The count of these entries variies of course, and

Bug#824686: ifupdown: dad-attempts 0 should cause nodad confflag to be passed to ip -6 addr add

2016-05-18 Thread Daniel Reichelt
Package: ifupdown Version: 0.8.11 Severity: normal Tags: ipv6 Hi, I'm trying to configure a tap-device using a inet6 static stanza, but it ends up unusable: /etc/network/interfaces: ---8<- iface tap1 inet6 static dad-attempts0 privext

Bug#815564: borgbackup: activate unittests during build

2016-02-24 Thread Daniel Reichelt
On 02/23/2016 08:15 PM, Danny Edel wrote: > Can you reproduce the build failure in a freshly created pbuilder? > > > > I created mine with: > > DIST=jessie-backports git-pbuilder create > > and I checked my build with: > > git add -u && \ > gbp buildpackage --git-pbuilder

Bug#815564: borgbackup: activate unittests during build

2016-02-23 Thread Daniel Reichelt
Hi everyone, On 02/22/2016 03:45 PM, Danny Edel wrote: > I have prepared a patch, and verified it against a jessie-backports > cowbuilder, but I'm not merging it into master without checking in > with you this time : ) Interesting. On a current jessie (plain + git/master-testsuite-enabled's

Bug#814058: borgbackup: FTBFS on jessie: wrong build-deps and failing unittests

2016-02-19 Thread Daniel Reichelt
version: 1.0.0~rc1-2 thanks Hi Danny, On 02/19/2016 09:42 AM, Danny Edel wrote: > 1.0.0~rc1 is in Debian unstable now, with the testsuite deactivated for > now. BFS on jessie32/64 worked fine here, thx! > Regarding coordination, I'm happy enough with the debian bugtracking > service and

Bug#814058: borgbackup: FTBFS on jessie: wrong build-deps and failing unittests

2016-02-09 Thread Daniel Reichelt
Thanks, Danny. Hauler if you require manpower to test the packaging. Thomas Waldmann gave his ok to use the upstream ML for coordination "if they behave" ;-)) I think in the long run, borg-dev and borg-users lists on l.d.o would be helpful. Cheers Daniel

Bug#814058: borgbackup: FTBFS on jessie: wrong build-deps and failing unittests

2016-02-08 Thread Daniel Reichelt
I previously replied only to Gianfranco instead of to the bug address. Here's the missing message I sent only to Gianfranco instead of to the bug address, which lead up to message #15 above: ---8<- On 02/08/2016 07:47 PM, Gianfranco Costamagna wrote: > Actually the reason for

Bug#814058: borgbackup: FTBFS on jessie: wrong build-deps and failing unittests

2016-02-08 Thread Daniel Reichelt
On 02/08/2016 09:17 PM, Gianfranco Costamagna wrote: > Hi, because I do no-change backports, and I want the version in unstable to > be "backportable" easily. > > cheers, > > Gianfranco Shouldn't the focus in unstable lie on currentness instead of on backportability? AFAICS that's the whole

Bug#814058: borgbackup: FTBFS on jessie: wrong build-deps and failing unittests

2016-02-07 Thread Daniel Reichelt
Package: borgbackup Version: 0.30.0-1~bpo8+1 Hi *, trying to build git tag 0.30.0-2 on Jessie, I just ran into these issues: - Option -k is only present in pytest of dh-python/stretch, so the build failed. Either the build-dep on it needs to be versioned (and dh-python needs to be

Bug#812358: debian-live: Please add gparted

2016-01-22 Thread Daniel Reichelt
Hi Don, > However, when I go to https://github.com/debian-live/live-images.git I cannot > find a branch that contains the old rescue build configuration. said repository is quite correct, however the files got removed from the tree by [1]. > Is this configuration laying around somewhere I can

Bug#807001: [Pkg-xfce-devel] Bug#807001: lightdm fails to register user-sessions

2016-01-17 Thread Daniel Reichelt
Note to self and other affected users: this is a *nasty*, yet feasible workaround until this is fixed: 8< /etc/inittab --- rldm:a:once:/etc/init.d/lightdm restart 8< Run `init q` to have it re-examine the inittab and from now on

  1   2   >