Bug#915216: xmlto: reproducible build (usrmerge): embeds path of cp,sed,grep found via PATH

2018-12-01 Thread Andreas Henriksson
. Simply specifying the correct path via the GCP, SED and GREP variables passed to configure (like you already do for several other tools) fixes this issue. Regards, Andreas Henriksson

Bug#915213: plymouth: reproducible build (usrmerge): embeds path of systemd-tty-ask-password-agent found via PATH

2018-12-01 Thread Andreas Henriksson
SYSTEMD_ASK_PASSWORD_AGENT=/bin/systemd-tty-ask-password-agent to configure. Regards, Andreas Henriksson

Bug#915212: monitoring-plugins-basic: reproducible build (usrmerge): embeds path of apt-get found via PATH

2018-12-01 Thread Andreas Henriksson
and pass that to configure. Please see debdiff attached for your convenience. Regards, Andreas Henriksson diff -Nru monitoring-plugins-2.2/debian/changelog monitoring-plugins-2.2/debian/changelog --- monitoring-plugins-2.2/debian/changelog 2018-05-13 14:04:35.0 +0200 +++ monitoring

Bug#915204: ss-dev: reproducible build (usrmerge): embeds path of sed found via PATH

2018-12-01 Thread Andreas Henriksson
Control: tags -1 + patch On Sat, Dec 01, 2018 at 06:50:28PM +0100, Andreas Henriksson wrote: > Package: ss-dev > Version: 2.0-1.44.4-2 > Severity: normal > User: m...@linux.it > Usertags: usrmerge [...] Debdiff adding SED=/bin/sed in debian/rules attached for your convenince. R

Bug#915204: ss-dev: reproducible build (usrmerge): embeds path of sed found via PATH

2018-12-01 Thread Andreas Henriksson
one seems to already be explicitly specified in debian/rules, so fixing this simply means doing the same for SED. The reproducability difference for e2fsprogs is available here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/e2fsprogs.html Regards, Andreas Henriksson

Bug#914914: debhelper: Consider setting common full-path variables to prevent reproducible build issues wrt usrmerge

2018-11-30 Thread Andreas Henriksson
means. Has it tested all packages in archive yet or not? If this is it, then I guess it's absolutely not worth bothering to do anything in debhelper to handle this Regards, Andreas Henriksson

Bug#914907: gzip: reproducible build (usrmerge): zgrep embeds path of grep found via PATH

2018-11-30 Thread Andreas Henriksson
On Wed, Nov 28, 2018 at 04:25:38PM +0100, Andreas Henriksson wrote: > On Wed, Nov 28, 2018 at 03:15:10PM +0100, Andreas Henriksson wrote: > > Package: gzip > > Version: 1.9-2 > > Severity: normal > > Tags: patch > [...] > > Got some feedback. Improved pat

Bug#914936: netcf: reproducible build (usrmerge): Embeds full path to ifup/ifdown found via PATH

2018-11-28 Thread Andreas Henriksson
the tools be found via the path that's desired here. This feels a bit like taking a chance to me though, so I still think explicitly passing the correct path is the better thing to do. Regards, Andreas Henriksson diff -Nru netcf-0.2.8/debian/changelog netcf-0.2.8/debian/changelog --- netcf-0.2.8/debian

Bug#914935: enca: reproducible build (usrmerge): Embeds full path to mktemp found via PATH

2018-11-28 Thread Andreas Henriksson
problems could happen for users building on their system with /usr/local/bin/... or ~/bin/) Regards, Andreas Henriksson diff -Nru enca-1.19/debian/changelog enca-1.19/debian/changelog --- enca-1.19/debian/changelog 2016-09-05 16:23:32.0 +0200 +++ enca-1.19/debian/changelog 2018-11-28 21

Bug#914933: usermode: reproducible build (usrmerge): Embeds full path to fdformat in usermount binary

2018-11-28 Thread Andreas Henriksson
time. The attached patch fixes the problem by explicitly specifying the default path via MOUNT, UMOUNT, MKFS, FDFORMAT variables passed to configure as documented in AC_PROG_PATH documentation. Regards, Andreas Henriksson diff -Nru usermode-1.109/debian/changelog usermode-1.109/debian/changelog

Bug#914897: debootstrap, buster: Please disabled merged /usr by default

2018-11-28 Thread Andreas Henriksson
ir local build environment setup containing alot crazier things than the above. Regards, Andreas Henriksson PS. As previously mentioned reproducible builds has already been set up to help catch issues so I don't understand the urgency, see: https://tests.reproducible-builds.org/debian/issues/unstable/

Bug#914914: debhelper: Consider setting common full-path variables to prevent reproducible build issues wrt usrmerge

2018-11-28 Thread Andreas Henriksson
bian/issues/unstable/paths_vary_due_to_usrmerge_issue.html [2]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914907 [3]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914911 [4]: https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Particular-Programs.html Regards, Andreas Henriksson

Bug#914907: gzip: reproducible build (usrmerge): zgrep embeds path of grep found via PATH

2018-11-28 Thread Andreas Henriksson
On Wed, Nov 28, 2018 at 03:15:10PM +0100, Andreas Henriksson wrote: > Package: gzip > Version: 1.9-2 > Severity: normal > Tags: patch [...] Got some feedback. Improved patch attached. Regards, Andreas Henriksson diff -Nru gzip-1.9/debian/changelog gzip-1.9/debian/changelog --- gzi

Bug#914911: x11-apps: reproducible build (usrmerge): Embeds full path to mktemp found via PATH

2018-11-28 Thread Andreas Henriksson
On Wed, Nov 28, 2018 at 03:44:01PM +0100, Andreas Henriksson wrote: > Package: x11-apps > Version: 7.7+7 > Severity: normal > Tags: patch [...] Got some feedback. Improved patch attached. Regards, Andreas Henriksson diff -Nru x11-apps-7.7+7/debian/changelog x11-apps-7.7+7+nmu1/debi

Bug#914911: x11-apps: reproducible build (usrmerge): Embeds full path to mktemp found via PATH

2018-11-28 Thread Andreas Henriksson
problems could happen for users building on their system with /usr/local/bin/... or ~/bin/) Regards, Andreas Henriksson -- System Information: Debian Release: buster/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (400, 'unstable'), (1

Bug#914907: gzip: reproducible build (usrmerge): zgrep embeds path of grep found via PATH

2018-11-28 Thread Andreas Henriksson
, including /usr/local/bin/... or ~/bin/... etc, so explicitly setting the path is likely desireable anyhow. The attached patch uses the GREP environment variable to explicitly set the path, as documented in the AC_PROG_GREP documentation. Regards, Andreas Henriksson -- System Information: Debian Release

Bug#914525: mosquitto: fails to build on non-linux

2018-11-24 Thread Andreas Henriksson
has only been (build-)tested on hurd, so you might want to give it a spin yourself (on linux) and verify the correct configure arguments are used. Regards, Andreas Henriksson diff -Nru mosquitto-1.5.4/debian/changelog mosquitto-1.5.4/debian/changelog --- mosquitto-1.5.4/debian/changelog2018-11

Bug#913859: [PATCH] build: only enable backtrace(3) in maintainer mode

2018-11-23 Thread Andreas Henriksson
From: Andreas Henriksson Using backtrace() is of no use when building with PIE (which most distro compilers do by default) and prevents catching the coredump for later retracing, which is needed since distros usually don't install debug symbols by default either. This patch thus only enables

Bug#914202: iwd: Stops working after each package upgrade

2018-11-20 Thread Andreas Henriksson
be sub-optimal for use-cases where iwd is used via dbus-activation I'm kind of stuck between a rock and a hard place here on which use-case is the important as it's not obvious how I support both flawlessly.) Regards, Andreas Henriksson

Bug#911437: gitlab-ci-multi-runner: FTBFS with golang-github-prometheus-client-golang/0.9.0-1

2018-11-19 Thread Andreas Henriksson
from testing. Original bug report quoted below for your convenience. Regards, Andreas Henriksson On Sat, Oct 20, 2018 at 03:19:38PM +0800, Shengjing Zhu wrote: > Source: gitlab-ci-multi-runner > Version: 11.2.0+dfsg-1 > Severity: serious > Tags: ftbfs > > Dear Maintainer, >

Bug#914119: ITP: mender-client -- Mender over-the-air software updater client.

2018-11-19 Thread Andreas Henriksson
On Mon, Nov 19, 2018 at 04:56:06PM +0100, Jonas Smedegaard wrote: > Quoting Andreas Henriksson (2018-11-19 16:22:19) > > Mender logo Getting started To start using Mender, we recommend that >^^^ > > Looks like the long description was automated

Bug#914119: ITP: mender-client -- Mender over-the-air software updater client.

2018-11-19 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: mender-client Version : 1.6.0b1+git20181015.3032b74-1 Upstream Author : Mender * URL : https://github.com/mendersoftware/mender * License : Apache 2.0 Programming Lang: Go

Bug#914118: ITP: golang-github-mendersoftware-mender-artifact -- Library for managing Mender artifact files

2018-11-19 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-mendersoftware-mender-artifact Version : 2.3.0b1+git20181022.1bedfca-1 Upstream Author : Mender * URL : https://github.com/mendersoftware/mender-artifact * License

Bug#914117: ITP: golang-github-mendersoftware-scopestack --

2018-11-19 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-mendersoftware-scopestack Version : 0.0~git20180403.c2f5599-1 Upstream Author : Mender * URL : https://github.com/mendersoftware/scopestack * License : Apache 2.0

Bug#914113: ITP: golang-github-ungerik-go-sysfs -- Go package for Linux sysfs

2018-11-19 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-ungerik-go-sysfs Version : 0.0~git20170424.9c991ee-1 Upstream Author : Erik Unger * URL : https://github.com/ungerik/go-sysfs * License : MIT Programming Lang: Go

Bug#914116: ITP: golang-github-mendersoftware-mendertesting --

2018-11-19 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-mendersoftware-mendertesting Version : 0.0~git20180410.9e728b5-1 Upstream Author : Mender * URL : https://github.com/mendersoftware/mendertesting * License : Apache 2.0

Bug#914115: ITP: golang-github-mendersoftware-log -- Logging package

2018-11-19 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-mendersoftware-log Version : 0.0~git20180403.f608c95-1 Upstream Author : Mender * URL : https://github.com/mendersoftware/log * License : Apache 2.0 Programming Lang: Go

Bug#914114: ITP: golang-github-bmatsuo-lmdb-go -- Bindings for the LMDB C library

2018-11-19 Thread Andreas Henriksson
Package: wnpp Severity: wishlist Owner: Andreas Henriksson * Package name: golang-github-bmatsuo-lmdb-go Version : 1.8.0+git20170215.a14b5a3-1 Upstream Author : Bryan Matsuo * URL : https://github.com/bmatsuo/lmdb-go * License : BSD-3-clause Programming Lang

Bug#790955: 790955 - localectl list-keymaps

2018-11-18 Thread Andreas Henriksson
On Sat, Nov 17, 2018 at 10:19:40PM +0100, Michael Biebl wrote: > Am 17.11.18 um 20:58 schrieb Andreas Henriksson: > > Hi Michael, > > > > I'll do my best to fill in details that is how I've understood them > > (both on fedora and debian side). No promises I've got it

Bug#790955: 790955 - localectl list-keymaps

2018-11-17 Thread Andreas Henriksson
y kbd and > console-data is, that kbd uses a map.gz file extension whereas > console-data uses kmap.gz. > > > > Alastair, Andreas: I'd like to know more about why Debian uses the > keymap files from console-data and not the one provided by kbd. As already mentioned, I don't

Bug#799329: sysvinit: does not work inside systemd-nspawn

2018-11-15 Thread Andreas Henriksson
Control: tags -1 + patch Hello again, Trivial patch attached for below suggestion for your convenience. (Making it convenient to test will have to be implemented in a higher level tool that enables the provided example.) On Thu, Nov 15, 2018 at 01:20:02PM +0100, Andreas Henriksson wrote: >

Bug#823660: initscripts: Restore locked root account access by using sulogin --force

2018-11-15 Thread Andreas Henriksson
andle that. People volunteering to hack d-i are also hard to come by. Regards, Andreas Henriksson

Bug#823660: initscripts: Restore locked root account access by using sulogin --force

2018-11-15 Thread Andreas Henriksson
ything won by breaking the old setup. Regards, Andreas Henriksson

Bug#799329: sysvinit: does not work inside systemd-nspawn

2018-11-15 Thread Andreas Henriksson
a1c2fb72b924a6ef513431654a (OTOH, /etc isn't really the place to provide examples but oh well...) Regards, Andreas Henriksson

Bug#823660: initscripts: Restore locked root account access by using sulogin --force

2018-11-15 Thread Andreas Henriksson
debian business. On Thu, Nov 15, 2018 at 12:13:26PM +0800, Benda Xu wrote: > Hi Andreas, > > Dmitry Bogatov writes: > > > [2016-05-07 11:12] Andreas Henriksson > >> [...] > >> The initscripts package (src:sysvinit) needs equivalent changes to > >>

Bug#799329: sysvinit: does not work inside systemd-nspawn

2018-11-12 Thread Andreas Henriksson
ble chroot with a single command. Regards, Andreas Henriksson

Bug#913605: lintian: inform about lack of systemd service hardening/security options

2018-11-12 Thread Andreas Henriksson
ollaborate with their upstreams about the changes (and in general upstream their service files rather than carry them in debian/*.service). Regards, Andreas Henriksson

Bug#913466: lintian: init.d-script-does-not-implement-optional-option status is actually required by LSB

2018-11-11 Thread Andreas Henriksson
his isn't a duplicate, because I've certainly thought about reporting this before.) Regards, Andreas Henriksson -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (1, 'experimen

Bug#913252: [Pkg-kbd-devel] Bug#913252: loadkeys: segmentation fault with a very long file name

2018-11-09 Thread Andreas Henriksson
s: if (strlen(filename) >= MAXPATHLEN) return ERR; Given the situation I'm to lazy to propose a patch. Leaving it up to whoever decides about which way to go. Regards, Andreas Henriksson

Bug#913275: iwd: 4-Way Handshake Failure

2018-11-08 Thread Andreas Henriksson
ist with more details about how to proceed. Regards, Andreas Henriksson

Bug#821408: Pam 1.3.0

2018-11-08 Thread Andreas Henriksson
, I'd like to ask if you are still interested in working on pam in Debian? I think an upload to experimental would be a good start and I'm willing to sponsor if there's a need. (If we continue from your work then incorporating all the NMUs that happened since it was prepared is also needed.) Regards, Andreas Henriksson

Bug#913098: util-linux: The runuser bash-completion file is missing

2018-11-06 Thread Andreas Henriksson
, including other binaries that also lives in debian/$$PACKAGE/sbin/*. (Maybe it's some kind of parallell build issue that just happens to affect runuser?) Filing this bug report as a reminder about this issue. Hopefully one day someone spots the problem. Regards, Andreas Henriksson

Bug#911104: mosquitto: New upstream release available

2018-11-01 Thread Andreas Henriksson
look and possibly help out with testing. Regards, Andreas Henriksson PS. There's a patch in #901424 that would be useful to incorporate if you haven't already taken care of that.

Bug#904046: Please consider using getent instead of sg in maintscript

2018-11-01 Thread Andreas Henriksson
Hello, This is a frendly reminder to please get this issue fixed before we approach Buster freeze. Please see the previously provided patch. If you don't have time to adress this, please say so and I'll happily help out with a NMU with your approval. Regards, Andreas Henriksson

Bug#811377: closed by Dmitry Bogatov (Bug#811377: fixed in sysvinit 2.88dsf-60)

2018-10-27 Thread Andreas Henriksson
7c3fb136a3f93e6f1a82dd699ec245e Your change to rmnologin init script likely also cause subtle breakage. You might want to consider reverting all the LSB header changes and adding lintian overrides where needed instead. Regards, Andreas Henriksson PS. I'm personally looking forward to a fix for #799329 finally being incorporated. That'll make helping out with testing easier.

Bug#911525: iwd 0.10 supports building against external ell

2018-10-23 Thread Andreas Henriksson
rowns on breaking changes and you as ELL maintainer would be the one doing those. :P For now I'm leaning towards postponing this for a while still... Regards, Andreas Henriksson

Bug#911057: iwd 0.10 supports building against external ell

2018-10-21 Thread Andreas Henriksson
Hello, For the record the just released iwd 0.10 supports building against an external ell (eg. not using the embedded code copy of ell). See the --enable-external-ell configure flag (which is still not being used because of previously mentioned issues). Regards, Andreas Henriksson

Bug#911525: libell0: New upstream release (0.12)

2018-10-21 Thread Andreas Henriksson
for building against an externally packaged ell. You're view and feedback on how iwd should be maintained w.r.t. building against ell would be appreciated. Please followup on that in 911...@bugs.debian.org . Regards, Andreas Henriksson

Bug#849839: gitg: crashes Xwayland way too often

2018-10-21 Thread Andreas Henriksson
n't doing that before. However I fail to see how Xwayland crashing would be a gitg bug. Do you still experience this problem? Could you get a backtrace? Please send the full reportbug template information for Xwayland. Regards, Andreas Henriksson

Bug#829906: gitg: Uses deprecated gnome-common macros/variables

2018-10-21 Thread Andreas Henriksson
few macros > and variables. [...] FTR gitg now (besides the autotools based build system) also includes a meson build system. If we switch to building using the meson build system that would also fix this bug report I presume. Regards, Andreas Henriksson

Bug#911104: mosquitto: New upstream release available

2018-10-17 Thread Andreas Henriksson
Happy to hear back from you and looking forward to seeing your results. Nice that you where able to find something useful and salvagable from my packages. If there's anything I can help out with please don't hesitate to ask! Regards, Andreas Henriksson

Bug#911165: debian-policy: drop requirement to ship sysvinit init script with same name

2018-10-16 Thread Andreas Henriksson
rt small and document things piece by piece. I'm still leaning towards thinking just dropping this section is better than doing a direct translation of it to the current systemd reality which might just end up being confusing and help noone.) Regards, Andreas Henriksson

Bug#908975: column: outdated version lacking the option -o (--output-separator) implemented 5 years ago

2018-10-15 Thread Andreas Henriksson
de the same file). Until you've convinced the bsdmainutils maintainers we should change to the util-linux versions, there's nothing that can be done on the util-linux/bsdutils side - thus the wontfix tag. Regards, Andreas Henriksson

Bug#911104: mosquitto: New upstream release available

2018-10-15 Thread Andreas Henriksson
back to me as soon as possible on how you'd like to see it handled. Regards, Andreas Henriksson PS. the Vcs-Git repository is out of date or I'd have based the changes on that and provided a git tree.

Bug#911057: iwd: Switch to using packaged ell instead of bundled version

2018-10-15 Thread Andreas Henriksson
be reconsidered at some future point. (Hopefully we'll see ell 1.0 at some point, but I have no idea how far away that is.) Regards, Andreas Henriksson

Bug#909822: mkchromecast: Should probably depend on pulseaudio-utils

2018-10-13 Thread Andreas Henriksson
Just one more thing On Sun, Oct 14, 2018 at 01:13:28AM +0200, Andreas Henriksson wrote: > On Sat, Oct 13, 2018 at 06:28:03PM -0400, Muammar El Khatib wrote: > > Is that what you meant? If that is correct, then I think that the > > package `mkchromecast` does not have to be

Bug#909822: mkchromecast: Should probably depend on pulseaudio-utils

2018-10-13 Thread Andreas Henriksson
On Sat, Oct 13, 2018 at 06:28:03PM -0400, Muammar El Khatib wrote: > On Fri, Oct 12, 2018 at 4:13 AM Andreas Henriksson wrote: [...] > > Normally I find that the main package (mkchromecast here) instead has > > alternative dependency on the different backends, eg. mkchromecast wou

Bug#909822: mkchromecast: Should probably depend on pulseaudio-utils

2018-10-12 Thread Andreas Henriksson
y on this bug, but please note that the autoremoval tracker has your package targeted for removal on Oct 28 so some action on this bug report before then would be nice. Hope this helps. Regards, Andreas Henriksson

Bug#909942: mmdebstrap: breaks system it runs on, power cycle needed.

2018-10-02 Thread Andreas Henriksson
,noexec,re ├─/sys/fs/bpf bpfbpf rw,nosuid,nodev,noexec,re └─/sys/kernel/debug debugfsdebugfs rw,relatime :/tmp/mmdebstrap-master-d25e939363c18824b58f545d7332c4e960184160$ Thanks for an awesome program. Regards, Andreas Henriksson

Bug#909942: mmdebstrap: breaks system it runs on, power cycle needed.

2018-09-30 Thread Andreas Henriksson
On Sun, Sep 30, 2018 at 04:49:07PM +0200, Andreas Henriksson wrote: [...] > > - cgroup mounts dissapearing [...] So a simple test like this (similar as what can be seen used in the code) reveals the problem with all /sys sub-mounts dissapearing: mount | grep /sys mkdir /tmp/test mount -

Bug#909942: mmdebstrap: breaks system it runs on, power cycle needed.

2018-09-30 Thread Andreas Henriksson
On Sun, Sep 30, 2018 at 01:55:32PM +0200, Andreas Henriksson wrote: [...] > Symptoms I've noticed includes (but likely not limited to): > - permissions being changed on /dev/shm With a little print debugging the problem seems to occur here: https://sources.debian.org/src/mmdebstrap/0

Bug#909942: mmdebstrap: breaks system it runs on, power cycle needed.

2018-09-30 Thread Andreas Henriksson
that persists on the system after a power-cycle, so hopefully only systems running state is hosed. I still think this deserves grave severity though, but feel free to disagree and downgrade. Regards, Andreas Henriksson -- System Information: Debian Release: buster/sid APT prefers testing APT policy

Bug#877162: fontconfig-config: Configuration fails on upgrade from <2.12

2018-09-29 Thread Andreas Henriksson
t; > I previously had a /etc/fonts/conf.d/10-hinting-slight.conf [...] I've added a trivial test for existance as pre-condition to creating the symlink in postinst. Patch in merge request as mentioned in the url at the top. Regards, Andreas Henriksson

Bug#901547: seabios: Source tarball ships compiled binaries

2018-09-29 Thread Andreas Henriksson
antees they are always > rebuilt... but that's an entire adjunct remark.) As everyone seems to agree the binaries doesn't have to be removed from the tarball to meet DFSG, I'm retitling and adjusting severity according to the comment quoted above. Regards, Andreas Henriksson

Bug#890279: gzip (i386) uses TEXTRELs

2018-09-29 Thread Andreas Henriksson
recently). Regards, Andreas Henriksson

Bug#884658: dkms: Should really depends on dpkg-dev for dpkg-architecture

2018-09-29 Thread Andreas Henriksson
Regards, Andreas Henriksson

Bug#909801: False positive udevadm-called-without-guard warning

2018-09-28 Thread Andreas Henriksson
the lintian warning is invalid and should not trigger when a package has a direct udev dependency specified. Please consider silencing the warning, because false positives makes lintian less useful. Regards, Andreas Henriksson

Bug#882715: neomutt: can I has an alternative for /usr/bin/mutt ?

2018-09-28 Thread Andreas Henriksson
could probably be considered to fix #888260 which you might want to close. CCing people who showed interest on the bug report. Help with (additional) testing would be welcome. Regards, Andreas Henriksson [1]: https://salsa.debian.org/mutt-team/mutt/commit/fd1a5ea0e9653473632af8ef8ae3bcc87c8b3161

Bug#890279: gzip (i386) uses TEXTRELs

2018-09-27 Thread Andreas Henriksson
feedback soon after this message. Regards, Andreas Henriksson On Wed, Aug 29, 2018 at 12:11:20PM +0200, Andreas Henriksson wrote: > Hi, > > There are some useful info in the discussion at: > https://launchpad.net/ubuntu/+source/gzip/+bug/49067 > > Apparently fedora (et.al.) has

Bug#909356: iwd 0.8 not compatible with NM < 1.14

2018-09-22 Thread Andreas Henriksson
1.14 in unstable/testing. (Ofcourse iwd can be used separately but using it with NM is still probably quite likely thus having those work together is probably a good idea for testing version.) This bug report should be closed once we have network-manager 1.14 in testing/buster. Regards, Andreas

Bug#907568: dmesg: bad localization on --help

2018-09-16 Thread Andreas Henriksson
in https://sources.debian.org/src/util-linux/2.32.1-0.1/debian/upstream/metadata/ (which you can ofcourse also obtain via 'apt-get source util-linux'). Regards, Andreas Henriksson

Bug#905528: Bug #905528,mount: nofail

2018-09-16 Thread Andreas Henriksson
ailing list chances are probably high that something fruitful will come out of that. Regards, Andreas Henriksson

Bug#907194: su: yields breakage without "-", not properly documented

2018-09-16 Thread Andreas Henriksson
mly welcomed there). I'm thus tagging this wontfix. Hopefully my comments above atleast helps shine some light on the situation. Regards, Andreas Henriksson

Bug#907940: gnome-boxes FTBFS with vala 0.42.0-1

2018-09-07 Thread Andreas Henriksson
(Posting this mostly as a status update to the bug report. Maybe jbicha already has a plan for these.) Regards, Andreas Henriksson

Bug#908050: lxc: Please drop recommends on bridge-utils

2018-09-05 Thread Andreas Henriksson
if you'd like it to use bridge (from iproute2) instead. I hope this means bridge-utils can be dropped (or replaced by iproute2 if needed). If you know of any reason not to drop bridge-utils I'd like to hear about it! Regards, Andreas Henriksson From: Andreas Henriksson Subject: Replace bridge-utils

Bug#907826: RFS: gnomint/1.3.0-1 [QA] [RC]

2018-09-05 Thread Andreas Henriksson
Hello Yavor Doganov, thanks for your quick followup. On Wed, Sep 05, 2018 at 11:22:23AM +0300, Yavor Doganov wrote: > Andreas Henriksson wrote: > > On Sun, Sep 02, 2018 at 07:41:18PM +0300, Yavor Doganov wrote: > > > * debian/patches/gsettings-port.patch: New,

Bug#907826: RFS: gnomint/1.3.0-1 [QA] [RC]

2018-09-04 Thread Andreas Henriksson
er to write them under the same bullet point. (Also I'm not sure about separating the changelog on a per-file basis, rather than on a per-change basis but I guess that's related to personal taste and different people do it differently.) > * debian/copyright: Declare format. > Regards, Andreas Henriksson

Bug#907702: iwd: drop libexecdir override once bumping to compat 12

2018-08-31 Thread Andreas Henriksson
per/commit/35734abe58c9a05317af8c905d9c4791c60f85bc Regards, Andreas Henriksson

Bug#890279: gzip (i386) uses TEXTRELs

2018-08-29 Thread Andreas Henriksson
er code and given the benefits it seems to have, I think it would be useful for debian to also do that. For potential convenience I'm attaching an untested debdiff which I hope someone can help test and verify on i386. Regards, Andreas Henriksson PS. Please also note fedora seems to be carryin

Bug#783856: new upstream release 1.5.2, see salsa ah/cronie

2018-08-22 Thread Andreas Henriksson
be appreciated. Regards, Andreas Henriksson PS. Since the Vcs-Git repo is unreachable I started a new git repo based on 'gbp import-orig apt:cronie/experimental' for now.

Bug#884697: logrotate package

2018-08-21 Thread Andreas Henriksson
ss that --git-debian-tag=a919cd247cfe5 is right, but I'd rather not guess and let you be explicit about what to use.) Regards, Andreas Henriksson PS. If you skip including debian/changelog entries in your commits and instead generate them from commit message using 'gbp dch --auto' it'll be easier to

Bug#711104: [Pkg-shadow-devel] Bug#711104: login: su - doesn't set umask

2018-08-17 Thread Andreas Henriksson
. On Mon, Aug 13, 2018 at 11:32:29PM +0200, Petter Reinholdtsen wrote: > [Andreas Henriksson] > > (Please note, I've only looked quickly but it seems like > > USERGROUPS_ENAB option is only used by useradd/userdel and not any > > other tool like su or login implementations in src:shad

Bug#711104: [Pkg-shadow-devel] Bug#711104: login: su - doesn't set umask

2018-08-13 Thread Andreas Henriksson
her than go the ubuntu way of USERGROUPS_ENAB setting? Regards, Andreas Henriksson

Bug#411997: [Pkg-shadow-devel] Bug#411997: login: rbash and su - username

2018-08-12 Thread Andreas Henriksson
this is still a problem/solved? Regards, Andreas Henriksson

Bug#905409: upgrade of util-linux and login break the xhost command for other users

2018-08-12 Thread Andreas Henriksson
Hello Helge Kreutzmann, Sorry if my comments sounded too negative, some more reasoning below. On Sun, Aug 12, 2018 at 04:35:47PM +0200, Helge Kreutzmann wrote: > Hello Andreas Henriksson, > I'm a bit puzzled by your e-mail. Simon asked me to provide some text, > Chris prodded me a

Bug#826003: login: su(1) man page should document that su may not work at boot time

2018-08-11 Thread Andreas Henriksson
has no relationship to the init system what so ever (eg. feel free to use su, runuser, setpriv, etc. in your init-less container/chroot). I'll likely wontfix and close this issue unless someone can provide an actual tested and working suggestion and a rationale why this belongs in util-linux. Tagging moreinfo for now. Regards, Andreas Henriksson

Bug#711104: [Pkg-shadow-devel] Bug#711104: login: su - doesn't set umask

2018-08-11 Thread Andreas Henriksson
/et/pam.d/su-l) Help from pam experts would be appreciated. (Maybe this is looking at it too narrowly though, and instead the entire /etc/pam.d/su file carried over from src:shadow/login days should be revamped/rewritten.) Regards, Andreas Henriksson

Bug#905409: upgrade of util-linux and login break the xhost command for other users

2018-08-11 Thread Andreas Henriksson
DISPLAY and XAUTHORITY. Regards, Andreas Henriksson

Bug#905710: PATCH: News.Debian and su.1 (Was Re: util-linux: "su: revoking keys needs to be documented')

2018-08-08 Thread Andreas Henriksson
Control: tags -1 = pending On Thu, Aug 09, 2018 at 09:05:54AM +0530, Kapil Hari Paranjape wrote: > Hello, > > On Wed, 08 Aug 2018, Andreas Henriksson wrote: > > Please do feel free to write something up and send it as a merge > > request! Your contribution will be very ap

Bug#905710: util-linux: "su: revoking keys needs to be documented'

2018-08-08 Thread Andreas Henriksson
su. I'm tagging this bug report with 'moreinfo' as in my view you're asking for documenting the new su-l pam configuration, which is already described in util-linux.NEWS in the version you reported this bug against. I thus don't see what remains to be done to close it. Regards, Andreas Henriksson

Bug#905478: Fwd: Re: Debian´s change of "su" to the one in util-linux

2018-08-08 Thread Andreas Henriksson
sysadmin best practises. Regards, Andreas Henriksson

Bug#732796: Please remove the link from open to openvt

2018-08-08 Thread Andreas Henriksson
Hello again Vita, On Thu, Jun 14, 2018 at 04:33:11PM +0200, Vitezslav Crhonek wrote: > On 05/28/2018 10:05 PM, Andreas Henriksson wrote: > > Hello Vitezslav Crhonek, [...] > > Hello Andreas, > > Sorry for late response. > > I have no objections against droppi

Bug#833256: su takeover done

2018-08-07 Thread Andreas Henriksson
ed I guess). Regards, Andreas Henriksson

Bug#905409: upgrade of util-linux and login break the xhost command for other users

2018-08-04 Thread Andreas Henriksson
if you can come up with a nice user-understandable description. You might also want to file a minor bug report against firefox (upstream?) to give a less misleading error message. Regards, Andreas Henriksson

Bug#903661: [cfdisk]: Assertion `end > start' failed. Aborted

2018-08-03 Thread Andreas Henriksson
+deb9u3 > ii libuuid1 2.29.2-1+deb9u1 > ii zlib1g 1:1.2.8.dfsg-5 > > util-linux recommends no packages. > > Versions of packages util-linux suggests: > pn dosfstools > ii kbd 2.0.3-2+b1 > ii util-linux-locales 2.29.2-1+deb9u1 > > -- no debconf information > Regards, Andreas Henriksson

Bug#905303: `/usr/share/bash-completion/completions/su` is owned by both util-linux and bash-completion

2018-08-03 Thread Andreas Henriksson
ication:' field in your bug report citing which section of debian policy you're arguing isn't followed. In practice is doesn't really matter though. Any severity >= serious is considered "RC" (release critical), which has some implications on testing migration. Regards, Andreas Henriksson

Bug#904988: /bin/su does not set $PATH

2018-08-03 Thread Andreas Henriksson
mpletely deprecated. OTOH I bet there's a spec (like POSIX) that requires it (and documents it's insane default behaviour). Everyone installing systems should just get into the habit of locking the root account, setting up a user account which has sudo privilegies. The Debian Installer does this for

Bug#904988: use "su -" (RTFM) Re: Bug#904988: (util-linux /bin/su $path is missing crucial dirs)

2018-08-02 Thread Andreas Henriksson
more welcome!) > > > Feel free to close this bug, sorry for the noise. As a bug submitter you're fully entitled to do so yourself and as you already seems to be aware of just sending a mail to -done is enough. Regards, Andreas Henriksson

Bug#904048: netkit-telnet-ssl: Please consider using getent instead of sg in maintscript

2018-07-31 Thread Andreas Henriksson
Control: tags -1 + patch On Wed, Jul 18, 2018 at 11:06:44PM +0200, Andreas Henriksson wrote: > Source: netkit-telnet-ssl [...] > If time permits and I haven't heard anything back I'll consider fixing > this via a NMU while at DebCamp/DebConf. I'm attaching a patch implementing the

Bug#904046: netkit-telnet: Please consider using getent instead of sg in maintscript

2018-07-31 Thread Andreas Henriksson
Control: tags -1 + patch On Wed, Jul 18, 2018 at 11:06:28PM +0200, Andreas Henriksson wrote: > Source: netkit-telnet [...] > If time permits and I haven't heard anything back I'll consider fixing > this via a NMU while at DebCamp/DebConf. I'm attaching patch to implement the suggest

<    2   3   4   5   6   7   8   9   10   11   >