Bug#924640:

2019-09-27 Thread StalkR
I was surprised to encounter this bug on Debian stable (10/buster). Trek's patch fixes it for me, thanks!

Bug#934454: Exception: 'NoneType' object has no attribute 'dependencies' if a package is disabled by pinning

2019-09-08 Thread StalkR
Hi, +1 to Birger's question. I just upgraded to buster (unattended-upgrades 1.11.2) and this bug surprised me as well. In the meantime, I patched locally with this: grep -q 'if not pkg.candidate' /usr/bin/unattended-upgrade || sed -i 's/for dep in pkg.candidate.dependencies:/if not

Bug#907615:

2019-09-06 Thread StalkR
Hello, I just encountered the same issue. Thanks Alex for debugging and finding the reason: lxc-console attaches by default to tty 1 vs. but the template listens by default on tty 0. Host is an up-to-date Debian buster, with packages lxc (1:3.1.0+really3.0.3-8) and lxc-templates (3.0.3-1). I

Bug#939435: cgroupfs-mount: mount a name=systemd cgroup hierarchy for lxc

2019-09-04 Thread StalkR
Package: cgroupfs-mount Version: 1.4 Severity: normal Tags: patch Dear Maintainer, I run my host without systemd (sysvinit). I installed lxc. lxc-checkconfig complains about cgroups. Debian wiki (https://wiki.debian.org/LXC#Preparing_host_system_WITHOUT_Systemd_for_running_LXC) says to install

Bug#918661:

2019-01-29 Thread StalkR
I also just discovered dnsflagday.net, ran edsncomp against my zone on stretch pdns-server 4.0.3-1+deb9u2 and it complained about "edns1=noerror,badversion,soa" (https://ednscomp.isc.org/ednscomp/1fa3f65433). Not fatal for dnsflagday apparently, but still failures. So I pinned

Bug#912342: linux-latest: enable CONFIG_RTL8XXXU_UNTESTED to support TL-WN725N usb wifi dongle

2018-10-30 Thread StalkR
Source: linux-latest Version: 4.9+80+deb9u5 Severity: normal Dear Maintainer, I have a TP-Link TL-WN725N USB 802.11n WiFi dongle. Default driver rtl8192cu is buggy (power management issue causing deauth). While https://github.com/pvaret/rtl8192cu-fixes works, it's deprecated and users are asked

Bug#652298:

2013-04-25 Thread StalkR
Thanks Teemu for the patch, I agree with the proposed patch and confirms it fixes the issue for me too. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#699165: rsync: debian/rules using ` instead of $(shell

2013-01-28 Thread StalkR
CPPFLAGS) The following patch for debian/rules solved the issue: -CFLAGS += `dpkg-buildflags --get CFLAGS` -LDFLAGS = `dpkg-buildflags --get LDFLAGS` +CFLAGS += $(shell dpkg-buildflags --get CFLAGS) +LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) Cheers, StalkR -- System Information: Debian

Bug#699165: rsync: debian/rules using ` instead of $(shell

2013-01-28 Thread StalkR
/buildtree/config.log Thanks for your help, StalkR On Mon, Jan 28, 2013 at 1:19 PM, Paul Slootman p...@debian.org wrote: On Mon 28 Jan 2013, StalkR wrote: On squeeze, I failed to compile rsync/unstable from source: dpkg-source -x rsync_3.0.9-4.dsc cd rsync-3.0.9 dpkg-buildpackage -rfakeroot

Bug#699165: rsync: debian/rules using ` instead of $(shell

2013-01-28 Thread StalkR
or directory x86_64-linux-gnu-gcc: CFLAGS`: No such file or directory cc1: error: unrecognized command line option -fget On Mon, Jan 28, 2013 at 1:26 PM, StalkR sta...@stalkr.net wrote: Hi Paul, Thanks for the quick reply. Strange then something must be wrong with my config. $ ls -l /bin/sh

Bug#699165: rsync: debian/rules using ` instead of $(shell

2013-01-28 Thread StalkR
Ok, thanks Adam, noted. Paul, yes sorry for the confusion, after that I was trying upstream's patches/detect-renamed.diff. I confirm I have the same sources and same output as you without this patch. On Mon, Jan 28, 2013 at 1:47 PM, Paul Slootman p...@debian.org wrote: Wierd, your build log

Bug#699165: rsync: debian/rules using ` instead of $(shell

2013-01-28 Thread StalkR
replacing backticks `` with $()? In addition to fixing build on squeeze, it will make these 2 lines consistent with the rest of the file (CPPFLAGS, DEB_BUILD_ARCH, DEB_BUILD_GNU_TYPE, DEB_HOST_GNU_TYPE). Thanks, StalkR On Mon, Jan 28, 2013 at 2:11 PM, Paul Slootman p...@debian.org wrote: On Mon 28

Bug#699165: rsync: debian/rules using ` instead of $(shell

2013-01-28 Thread StalkR
On Mon, Jan 28, 2013 at 1:40 PM, Adam D. Barratt a...@adam-barratt.org.uk wrote: x86_64-linux-gnu-gcc: `dpkg-buildflags: No such file or directory This means you don't have a sufficiently new version of dpkg-dev installed which supports dpkg-buildflags. What do you mean exactly by supports

Bug#519700: /etc/pam.d/sudo: /etc/pam.d/sudo has hand-coded session modules, not common-session

2010-11-29 Thread StalkR
Package: sudo Version: 1.7.4p4-2 Severity: normal I agree with this bug report, sudo rule should include common-session. Thank you Daniel for reporting this bug, and thank you Bdale Garby for your work. Sincerely, StalkR -- System Information: Debian Release: squeeze/sid APT prefers testing

Bug#603608: sslh: init.d script check on /etc/inetd.conf fails

2010-11-15 Thread StalkR
] + if [ -f /etc/inetd.conf ] [ $(egrep -q ^https.*/usr/sbin/sslh /etc/inetd.conf|wc -l) -ne 0 ] then echo sslh is started from inetd. exit 1 Sincerely, StalkR -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (800

Bug#582448: iptables-apply DEFAULT_FILE set twice to ip6tables

2010-05-20 Thread StalkR
Package: iptables Version: 1.4.6-2 Severity: normal Tags: squeeze sid Hello, First, thank you for fixing #547734. However a small mistake: DEFAULT_FILE is set twice to /etc/network/ip6tables, the second one should be just /etc/network/iptables. Sincerely, StalkR ps: I tried to reply to bug

Bug#568838: lvm2: initramfs-tools/scripts/local-top/lvm2 does not wait to detect LVM on devices that need time to appear

2010-02-19 Thread StalkR
Package: lvm2 Version: 2.02.54-1 Severity: normal On my embedded system the root filesystem is on an LVM volume on an SD card. On a lucky day, the SD card gets recognized soon enough and scripts/local-top/lvm2 achieves to activate logical volume so that the root filesystem can be mounted.

Bug#547734: iptables-apply uses /etc/network/iptables as default rulefile and so ip6tables-apply does

2009-09-21 Thread StalkR
Package: iptables Version: 1.4.4-2 Severity: minor Tags: patch In sid, ip6tables-apply point to iptables-apply (which is good). Since iptables/ip6tables rulefiles are different, I suggest that the DEFAULT_FILE variable should depend on whether iptables-apply or ip6tables-apply is run. Anyway,