Bug#1054514: [PATCH v2 1/1] Revert "drm/qxl: simplify qxl_fence_wait"

2024-04-04 Thread Greg KH
a-fence.h | 7 + > 2 files changed, 52 insertions(+), 5 deletions(-) Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he k

Bug#1064035: [regression 5.10.y] linux-doc builds: Global symbol "$args" requires explicit package name (did you forget to declare "my $args"?) at ./scripts/kernel-doc line 1236.

2024-03-27 Thread Greg Kroah-Hartman
On Tue, Mar 05, 2024 at 07:46:59AM +, Greg Kroah-Hartman wrote: > On Mon, Mar 04, 2024 at 10:41:50PM +0100, Salvatore Bonaccorso wrote: > > Hi, > > > > On Mon, Mar 04, 2024 at 01:05:09PM -0700, Jonathan Corbet wrote: > > > Salvatore Bonaccorso writes: &

Bug#1065520: python3-nitime: package install Waring

2024-03-05 Thread Greg Schmidt
Package: python3-nitime Version: 0.10.2-2 Severity: minor X-Debbugs-Cc: g...@gwschmidt.com Dear Maintainer, syntax error found in doc string of usr/lib/python3/dist-packages/nitime/algorithms/event_related.py Preparing to unpack .../8-python3-nitime_0.10.2-2_all.deb ...

Bug#1064035: [regression 5.10.y] linux-doc builds: Global symbol "$args" requires explicit package name (did you forget to declare "my $args"?) at ./scripts/kernel-doc line 1236.

2024-03-04 Thread Greg Kroah-Hartman
gt; > > if it's not feasible pick the first variant? > > > > Well, "the spirit of the stable series" is one of Greg's titles, and he > > said either was good...:) > > here we go. Please let me know if you need anything changed in the > commit message to d

Bug#1064035: [regression 5.10.y] linux-doc builds: Global symbol "$args" requires explicit package name (did you forget to declare "my $args"?) at ./scripts/kernel-doc line 1236.

2024-03-04 Thread Greg Kroah-Hartman
of view? > AFAICS e86bdb24375a ("scripts: kernel-doc: reduce repeated regex > expressions into variables") won't apply cleanly and needs some > refactoring. The alternative pointed out by Ben would be to replace > the /$args/ with /([^,)]+)/. I'll take a patch that does either, your call :) thanks, greg k-h

Bug#1063837: coreutils: shred: documentation bug: 3>- should be 3>&-

2024-02-13 Thread Greg Wooledge
Package: coreutils Version: 9.1-1 Severity: minor Tags: upstream The info page for shred includes this example code: i=$(mktemp) exec 3<>"$i" rm -- "$i" echo "Hello, world" >&3 shred - >&3 exec 3>- The last line is incorrect. It should be "exec 3>&-" which closes

Bug#1061635: bind9: Missing version dependency on libuv1

2024-01-27 Thread Greg Alexander
: ..., libuv1 (>= 1.46.0), ... Thanks!!! - Greg -- System Information: Distributor ID: Devuan Description:Devuan GNU/Linux ascii Release:9 Codename: n/a Architecture: x86_64 Kernel: Linux 5.10.104 (SMP w/4 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not se

Bug#1061478: apt: Internal Error, AutoRemover broke stuff, unmet dependencies: linux-headers-6.6.9-amd64

2024-01-24 Thread greg
Package: apt Version: 2.7.10 Severity: normal X-Debbugs-Cc: gre...@gmx.de Make update everey day (as sudo): apt update apt full-upgrade mm, seems like the AutoRemover destroyed something which really shouldn't happen. Please file a bug report against apt. The following information may help to

Bug#1055601: darktable: Segfault in first run after system hang

2023-11-08 Thread Greg Schmidt
Package: darktable Version: 4.4.2-1+b1 Severity: normal X-Debbugs-Cc: g...@desk1.attlocal.net Dear Maintainer, I was using darktable when my system hung. I had to reboot to recover. After the reboot I started darktable and it segfaulted. A backtrace was created which implicated dlopen. It was

Bug#1051523: Doxygen changes breaks krb5 documentation build

2023-09-13 Thread Greg Hudson
On 9/12/23 03:01, Paolo Greppi wrote: This may well be a doxygen bug, can anybody tell if there is any pattern? I believe this is a deliberate behavior change in Doxygen 1.9.7, made to address a problem affecting a different doxygen-to-RST converter:

Bug#1036543: [PATCH 5.10 076/529] crypto: ccp: Use the stack for small SEV command buffers

2023-06-07 Thread Greg Kroah-Hartman
On Fri, May 26, 2023 at 05:36:02PM +0200, Ben Hutchings wrote: > On Wed, 2023-05-17 at 16:06 +0200, Greg Kroah-Hartman wrote: > > On Wed, May 17, 2023 at 04:02:35PM +0200, Greg Kroah-Hartman wrote: > > > On Wed, May 17, 2023 at 02:56:21PM +0200, Ben Hutchings wrote: > >

Bug#1037004: msmtp-mta doesn't respect DEBIAN_FRONTEND=noninteractive

2023-05-31 Thread Greg
Package: msmtp-mta Version: 1.8.6-1 Severity: important Dear Maintainer, Regarding your commit here: https://salsa.debian.org/kolter/msmtp/-/commit/7633ea472e24bf3be003396a2e4567d101f8cf53 This has added a TUI when installing the `msmtp-mta` package that appears even on non-interactive

Bug#1032815: FIXED (Configuration error)

2023-03-11 Thread Greg Deitrick
The file /etc/network/interfaces contained a block that defined a network connection for the wifi adapter. Eliminating that block and rebooting restored the desired behavior.

Bug#1032815: network-manager: nmcli finds no wifi APs while wifi network connected and working

2023-03-11 Thread Greg Deitrick
Package: network-manager Version: 1.42.4-1 Severity: important X-Debbugs-Cc: greg.deitr...@gmail.com Dear Maintainer, 1. Gnome / Settings / Wi-Fi reports "No Wi-Fi Adapter Found" 2. The command, ' nmcli device wifi list ' reports no available wifi APs Consequently, wifi connections cannot be

Bug#993612: [PATCH 5.10 104/139] of/address: Return an error when no valid dma-ranges are found

2023-02-13 Thread Greg Kroah-Hartman
r/20230126-synquacer-boot-v2-1-cb80fd23c...@kernel.org Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- drivers/of/address.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -990,8 +990,19 @@

Bug#993612: [PATCH 5.15 13/67] of/address: Return an error when no valid dma-ranges are found

2023-02-13 Thread Greg Kroah-Hartman
r/20230126-synquacer-boot-v2-1-cb80fd23c...@kernel.org Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- drivers/of/address.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -963,8 +963,19 @@

Bug#993612: [PATCH 6.1 013/114] of/address: Return an error when no valid dma-ranges are found

2023-02-13 Thread Greg Kroah-Hartman
r/20230126-synquacer-boot-v2-1-cb80fd23c...@kernel.org Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- drivers/of/address.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -965,8 +965,19 @@

Bug#1029267: Solved

2023-01-20 Thread Greg Dev
Caused by installation failure, not a bug.

Bug#1021054: nextcloud-desktop: Depends on: qtbase-abi-5-15-4 but is not installable

2022-10-01 Thread greg
Package: nextcloud-desktop Version: 3.6.0-2 Severity: normal X-Debbugs-Cc: gre...@gmx.de Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Use of nextcloud with debian sid * What exactly did you do (or not do)

Bug#1004904: gitlab-runner: Installer overwrites the systemd service definition.

2022-02-03 Thread Greg Harvey
Package: gitlab-runner Version: 14.7.0 Severity: important Dear Maintainer, When upgrading the gitlab-runner package with `apt-get dist-upgrade` the package installer overwrites this file: /etc/systemd/system/gitlab-runner.service Any upgrade of gitlab-runner via this package results in the

Bug#886617: Please package version 2.1

2022-01-09 Thread Greg McFarlane
Hi Daniel, As the original maintainer of Pmw (over 20 years ago!) I would be very happy if you updated Pmw to version 2.1. Regards, Greg (old email: gr...@iname.com) On Mon, Jan 10, 2022 at 4:09 AM Daniel Leidert wrote: > unblock 886617 by 936212 > block 936212 by 886617 > bloc

Bug#994095: ITS: python-pmw

2021-11-10 Thread Greg McFarlane
, Greg McFarlane On Thu, Nov 11, 2021 at 9:15 AM Boyuan Yang wrote: > Hi, > > 在 2021-11-10星期三的 22:43 +0100,Moritz Mühlenhoff写道: > > Am Sat, Sep 11, 2021 at 01:04:16PM -0400 schrieb Boyuan Yang: > > > Source: python-pmw > > > Version: 1.3.2-6 > > >

Bug#994596: tcllib: no calendar module available

2021-09-18 Thread greg
Package: tcllib Version: 1.20+dfsg-1 Severity: normal X-Debbugs-Cc: gre...@gmx.de Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)?

Bug#994095: ITS: python-pmw

2021-09-11 Thread Greg McFarlane
. Thanks for your help, Greg On Sun, Sep 12, 2021 at 3:06 AM Boyuan Yang wrote: > Source: python-pmw > Version: 1.3.2-6 > Severity: important > X-Debbugs-CC: se...@debian.org > > Dear package python-pmw maintainer in Debian, > > After looking into the package you maint

Bug#355442: mawk: missing Posix ERE curly braces

2021-08-23 Thread Greg Wooledge
The version of mawk shipped with bullseye still has this bug (or what upstream calls a known limitation). I've also verified that the bug occurs with upstream mawk, version 1.3.4-20200120, both with and without the --without-builtin-regex compile time option. unicorn:~/tmp/mawk-1.3.4-20200120$

Bug#991853: archive.debian.org: Invalid SSL/TLS certificate, https fails

2021-08-03 Thread Greg Wooledge
Package: www.debian.org Severity: normal Apologies if this is the wrong pseudo-package; I couldn't find one for archive.debian.org specifically. Attempts to download a package from the archive.debian.org site using https with command line tools fail. These examples are performed on a bullseye

Bug#991578: [Aptitude-devel] Bug#991578: aptitude: document state indicator letters more clearly

2021-07-28 Thread Greg Wooledge
On Wed, Jul 28, 2021 at 10:06:45AM +0200, Axel Beckert wrote: > From my mind there are also some more possible states, which seem not > to be documented in the manual at all on a first glance. IIRC these > are: > > H or h = on hold > U or u = unpacked, but not configured, e.g. if the configure

Bug#991578: aptitude: document state indicator letters more clearly

2021-07-27 Thread Greg Wooledge
Package: aptitude Version: 0.8.13-3 Severity: wishlist Tags: patch This patch improves the documentation of the state indicator letters, used in the output of the "search" and "why" actions. -- Package-specific info: Terminal: rxvt-unicode-256color $DISPLAY is set. which aptitude:

Bug#892105: Cherry-pick "i40e: Be much more verbose about what we can and cannot offload"

2021-07-05 Thread Greg KH
533ca770aebebffb5ed56e5e7d1fb3fb Please provide a working backport, that you have tested works properly, as it does not apply cleanly. thanks, greg k-h

Bug#892105: Cherry-pick "i40e: Be much more verbose about what we can and cannot offload"

2021-06-23 Thread Greg KH
Debian had this old Bug > <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892105> reported against > 4.9.82, which still exists in Debians old-stable 9 "Stretch" current kernel > 4.9.258, but also with latest stable 4.9.273. Now queued up, thanks. greg k-h

Bug#988676: pinfo: tag table corrupt after repeating total-search

2021-05-17 Thread Greg Wooledge
Package: pinfo Version: 0.6.13-1.1 Severity: normal I get the message "Tag table is corrupt, trying to fix..." when repeating a total-search after starting pinfo on a sub-node inside a larger page tree. Steps to reproduce: pinfo date s %F f f This assumes Debian's default configuration with

Bug#926501: xpdf: continuousView memory leak

2021-03-04 Thread Greg Alexander
I updated to 3.04+git20210103-2 amd64, and it's usable again! I am still using continuousView. Memory usage remained below 150MB even after extensively navigating a large PDF. Thank you! This is a big improvement in usability for me. - Greg On Thu, Mar 04, 2021 at 07:05:55AM +0100, Florian

Bug#982998: chkrootkit chkproc uses incorrect value for max_pid

2021-02-17 Thread Greg Schmidt
Package: chkrootkit Version: 0.54-1 Severity: normal X-Debbugs-Cc: g_w_schm...@sbcglobal.net Dear Maintainer, * What led up to the situation? Executed chkrotkit and had a error in the report `Checking `bindshell'...not infected Checking `lkm'...

Bug#980978: update xkb-data to match upstream

2021-01-24 Thread Greg Meyer
Package: xkb-data Version: 2.29-2 xkeyboard-config has since released both 2.30 and 2.31, it would be greatly appreciated if the Debian package could be updated to include the changes.

Bug#972539: isc-dhcp-client: fails to set valid_lft if IP exists, then IP expires early

2020-10-19 Thread Greg Alexander
mply found the two commands that set valid_lft and replaced "ip -4 addr add" with "ip -4 addr replace". I think this fix should be generally applicable. Here's the trivial patch: http://galexander.org/x/0001-replace-IPv4-lifetime-instead-of-add-in-case-it-alre.patch Hope th

Bug#905564: /etc/default/su

2020-10-07 Thread Greg Wooledge
/su ALWAYS_SET_PATH yes unicorn:~$ echo "$PATH" /home/greg/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin unicorn:~$ su Password: root@unicorn:/home/greg# echo "$PATH" /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin root@unicorn:/home/greg#

Bug#965074: Patches to make multicast proccesing on CDC NCM drivers

2020-09-02 Thread Greg KH
On Wed, Sep 02, 2020 at 03:27:28PM +0200, Santiago Ruano Rincón wrote: > El 02/09/20 a las 14:05, Greg KH escribió: > > On Wed, Sep 02, 2020 at 01:47:18PM +0200, Santiago Ruano Rincón wrote: > > > El 30/07/20 a las 16:07, Oliver Neukum escribió: > > > > Am Donnersta

Bug#965074: Patches to make multicast proccesing on CDC NCM drivers

2020-09-02 Thread Greg KH
reat to have them upstream! > > > > Hi, > > > > they have been merged on Wednesday. > … > > Great, thanks! > > It would be possible to apply/backport Miguel's patches (along with > 5fd99b5d9950d6300467ded18ff4e44af0b4ae55) to stable versions please? I don't see that git commit id in Linus's tree, are you sure it is correct? > FWIW, in the context of Debian, I'm personally interested in 4.19.y. What specific list of commits are you wanting to see backported? thanks, greg k-h

Bug#966649: Unfortunately there are several Uploads missing (Was: upload_history is back)

2020-08-29 Thread greg
I'd like to unsubscribe Thank you On Wed, Aug 26, 2020 at 3:15 PM Eriberto Mota wrote: > Em qua., 26 de ago. de 2020 às 06:45, Andreas Tille > escreveu: > > > > Control: reopen -1 > > > > Hi Asheesh, > > > > On Tue, Aug 25, 2020 at 10:52:56PM -0700, Asheesh Laroia wrote: > > > Test yourself

Bug#969013: kdump-tools: obsolete syslog+console used in unit file

2020-08-26 Thread Greg Schmidt
Package: kdump-tools Version: 1:1.6.7-4 Severity: minor Dear Maintainer, Following error seen in journalctl output: Aug 25 23:26:01 desk1 systemd[1]: /lib/systemd/system/kdump-tools.service:6: Standard output type syslog+console is obsolete, automatically updating to journal+console. Please

Bug#963493: Repeatable hard lockup running strace testsuite on 4.19.98+ onwards

2020-06-26 Thread Greg KH
just revert this one patch, all works well? I've added the authors of the patch to the cc: list... Also, does this problem happen on Linus's tree? thanks, greg k-h

Bug#757402: [PATCH] tests: skip small-stack tests on hppa architecture

2020-05-15 Thread Greg Price
/757402 Based-on-patch-by: John David Anglin Signed-off-by: Greg Price --- t/test-lib.sh | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/t/test-lib.sh b/t/test-lib.sh index 0ea1e5a05..c62961a3e 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1467,6 +1467,14

Bug#757402: git: test suite fails on hppa, in run_with_limited_stack

2020-05-15 Thread Greg Price
On Wed, May 13, 2020 at 4:53 AM John David Anglin wrote: > On 2020-05-13 1:44 a.m., Greg Price wrote: > > Probably cleanest to put this outside the `case $uname_s`. > I put it where I did because the result of uname -m is somewhat OS dependent. > > The config.guess script

Bug#757402: git: test suite fails on hppa, in run_with_limited_stack

2020-05-12 Thread Greg Price
list? I think that's the best route for it to go through. Or you're of course welcome to do so (and please cc this bug); if you haven't submitted patches to Git before, you'll want to read the instructions here: https://git.github.io/htmldocs/SubmittingPatches.html#send-patches Cheers, Greg

Bug#757402: git: test suite fails on hppa, in run_with_limited_stack

2020-05-12 Thread Greg Price
ke to find the right incantation to put there for hppa, and test that it works, then I think that may be enough to get the Git test suite passing again on hppa. Cheers, Greg commit b9a1907899a2a00e94092207bb5de4d864408806 Author: Junio C Hamano Date: Tue Sep 23 15:41:38 2014 -0700 t7004:

Bug#933100: hg-git: autopkgtest needs update for new version of git

2020-05-07 Thread Greg Price
pired and a new git version migrated. (As have several more new versions since then.) Cheers, Greg

Bug#959770: python3.8 for buster-backports

2020-05-05 Thread Greg Price
Package: src:python3.8 Severity: wishlist Hello, Do you think you might be able to provide a backport of python3.8 in buster-backports? I'm sure I'm not the only user of buster who would greatly appreciate having Python 3.8 packaged for it. Thanks, kind regards, Greg

Bug#750687: fixed as of buster (Re: "git status" becomes fork-bomb if a submodule's .git directory is not accessible)

2020-04-29 Thread Greg Price
message: nobody@678fb692c9b5:/tmp/bar$ git status fatal: 'foo/.git' not recognized as a git repository which seems pretty OK. Cheers, Greg

Bug#958718: lightdm: tight loop trying to start greeter about 85 hours after starting lightdm

2020-04-24 Thread Greg Klanderman
ted severity important. thank you, Greg -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_FIRMWARE_WORKA

Bug#930532: xymon: imaps reports "unexpected service response"

2020-01-09 Thread Greg Arnold
I have a host that is consistently failing the imaps test - with debug on, I get "tcp_got_expected: No data in banner" If I run "sudo -u xymon /usr/lib/xymon/server/bin/xymonnet" from the command line,it seems to always pass the test.

Bug#944025: wiki.debian.org: Instructions for TP-Link TL WN821N Guide do not function as predicted

2019-11-02 Thread Greg Pfister
Package: wiki.debian.org Severity: important Tags: a11y Dear Maintainer, * What led up to the situation? Installation of recommended USB WIFI device TP-Link TL WN821N which is listed on WIKI as "confirmed to work" * What exactly did you do (or not do) that was effective (or

Bug#941987: [Pkg-openssl-devel] Bug#941987: libssl1.1: Ciphers AES-*-CBC-HMAC-* are missing in libssl 1.1.1d, but available in 1.1.1c

2019-10-17 Thread Greg
Le 10/10/2019 à 22:38, Kurt Roeckx a écrit : On Wed, Oct 09, 2019 at 09:22:25AM +0200, Greg wrote: Confirmed that fixes this issue, thanks ! Is this important enough you want this fixed in stable soon? Yes. Thanks ! Greg Signature email

Bug#916670: cryptsetup doesn't work in buster

2019-10-14 Thread Greg Stark
dev,relatime,user_id=1000,group_id=1000 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0 -- greg

Bug#941987: [Pkg-openssl-devel] Bug#941987: libssl1.1: Ciphers AES-*-CBC-HMAC-* are missing in libssl 1.1.1d, but available in 1.1.1c

2019-10-09 Thread Greg
Confirmed that fixes this issue, thanks ! Greg Le 08/10/2019 à 23:44, Ondřej Surý a écrit : Yes, I can confirm it fixes the PHP case: # php -r 'var_dump(openssl_get_cipher_methods());' | grep 'aes-.*-hmac' string(21) "aes-128-cbc-hmac-sha1" string(23) "aes-128-

Bug#941987: libssl1.1: Ciphers AES-*-CBC-HMAC-* are missing in libssl 1.1.1d, but available in 1.1.1c

2019-10-08 Thread Greg
Package: libssl1.1 Version: 1.1.1c-1+0~20190710.13+debian10~1.gbp359e02 Severity: normal Dear Maintainer,    * What led up to the situation?    Upgraded package libssl1.1 from 1.1.1c to 1.1.1d    * What exactly did you do (or not do) that was effective (or ineffective)?    Downgraded to

Bug#934717: closed by Sven Joachim (Bug#934717: fixed in xterm 348-2)

2019-08-20 Thread Greg Klanderman
Thank you Thomas and Sven! Greg

Bug#934717: xterm: fullscreen:never resource causes "xterm: Unrecognized keyword: never" warning

2019-08-13 Thread Greg Klanderman
and additionally, the resource is not having any effect (fullscreen is not being inhibited). I looked briefly at the v348 source and it seemed that "never" is still intended as a supported value. thank you, Greg -- System Information: Debian Release: bullseye/sid APT prefers testing

Bug#932926: [klibc-utils] fstype: ext4 detection broken with compressed modules

2019-07-24 Thread Greg Edwards
rom 3512325b51eccef3a16a4a610b3bc825ef5c77c3 Mon Sep 17 00:00:00 2001 From: Greg Edwards Date: Tue, 23 Jul 2019 13:57:56 -0600 Subject: [PATCH] [klibc] fstype: match compressed kernel modules check_for_modules() does not correctly match compressed modules, e.g. ext4.ko.xz. Instead of comparing the end of the string to &

Bug#932000: In testing

2019-07-16 Thread Greg Hudson
Candidate patch here: https://github.com/krb5/krb5/pull/954

Bug#932000: libgssapi-krb5-2: gss_krb5int_set_allowable_enctypes breaks NFSv4 after removal of deprecated DES enctypes in 1.17-4

2019-07-13 Thread Greg Hudson
I think gss_krb5int_set_allowable_enctypes() should filter out invalid enctypes, and only fail if no enctypes remain after filtering. The current logic would also fail if the kernel supported an enctype which libkrb5 did not (e.g. if the kernel gained support for the aes-sha2 enctypes, and

Bug#926501: xpdf: continuous memory leak

2019-06-19 Thread Greg Alexander
to update to 4.0x but xpdf has been essentially unusable since January. If I go through the trouble of generating the one-line patch that will fix this bug, is there anyone out there that might apply it and issue 3.04-14? - Greg

Bug#930693: ksh: previous versions have the info

2019-06-18 Thread Greg Wooledge
Having ksh removed from buster is definitely not my preferred outcome. Getting one line added to the copyright file would be ideal, but if that's not allowed, then I can live with "fixed after buster".

Bug#930693: ksh: no Source field in copyright file

2019-06-18 Thread Greg Wooledge
Package: ksh Version: 93u+20120801-3.4 Severity: serious Justification: Policy 12.5 There is no Source field, nor any other information saying where the upstream sources were obtained, in the copyright file. -- System Information: Debian Release: 10.0 APT prefers testing APT policy: (500,

Bug#929984: lspci: please make -nn the default

2019-06-04 Thread Greg Wooledge
Package: pciutils Version: 1:3.5.2-1 Severity: wishlist Very frequently, people ask for help with their devices (video, network, etc.) and someone asks them to show the output of lspci. Which they eventually do. But it would be *so* much more helpful if they would show the output of "lspci -nn"

Bug#929677: su: man page: runuser(8) vs. runuser(1)

2019-05-28 Thread Greg Wooledge
Package: util-linux Version: 2.33.1-0.1 Severity: minor The su(1) man page mentions runuser(1) (which is correct) in the DESCRIPTION section, but runuser(8) (which does not exist) in the SEE ALSO section. -- System Information: Debian Release: 10.0 APT prefers testing APT policy: (500,

Bug#878625:

2019-04-30 Thread Greg Wooledge
I just discovered today that this bug is related to (and is perhaps the fundamental cause of) other issues I've been seeing. Specifically, systemd-logind not being able to recognize my NIS user account resulted in my not being able to start X (via startx) without hacking the Xwrapper.config to

Bug#833182: drmSetMaster failed: Permission denied

2019-04-30 Thread Greg Wooledge
Actually, won't need a new bug: it's already filed. Bug#878625.

Bug#833182: drmSetMaster failed: Permission denied

2019-04-30 Thread Greg Wooledge
Yesterday I noticed another issue and wondered if it might be related to this one. Turns out: yes, it is. The issue as I observed it was the complete lack of all XDG_* environment variables when I logged in. Didn't matter whether it was console or ssh. (There was also no /run/user/MYUID

Bug#928125: Revert commit 310ca162d77

2019-04-29 Thread Greg KH
On Mon, Apr 29, 2019 at 02:05:42PM +0200, Salvatore Bonaccorso wrote: > Hi Jan, hi Greg, > > On Wed, Mar 20, 2019 at 01:58:06PM +0100, Jan Kara wrote: > > Hello, > > > > commit 310ca162d77 "block/loop: Use global lock for ioctl() operation." has >

Bug#881771: Unclear which interface name will be used

2019-04-23 Thread Greg Wooledge
In the release notes, there's a udevadm command which is supposed to tell us what the new interface name will be, but I had some trouble interpreting the output. wooledg:~$ udevadm test-builtin net_id /sys/class/net/eno1 2>/dev/null ID_NET_NAMING_SCHEME=v240 ID_NET_NAME_MAC=enxa08cfdc389e0

Bug#833182: drmSetMaster failed: Permission denied

2019-04-02 Thread Greg Wooledge
On Tue, Apr 02, 2019 at 12:10:59AM +0200, Thanatermesis wrote: > If you installed systemd, maybe you need to install libpam-systemd too to > solve this issue It's installed. I showed it specifically because it was mentioned in this bug. > El lun., 1 abr. 2019 a las 17:18, Greg

Bug#833182: drmSetMaster failed: Permission denied

2019-04-01 Thread Greg Wooledge
I ran into this bug upon upgrading from stretch to buster today. This system is an HP EliteDesk desktop PC with: 00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:191f] (rev 07) 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530

Bug#918088: Acknowledgement (autofs-ldap: automount dies with SIGABRT after libkrb5-3 upgrade - "(k5_mutex_lock: Assertion `r == 0' failed.)")

2019-01-05 Thread Greg Hudson
On Fri, 4 Jan 2019 19:24:52 -0500 Greg Hudson wrote: > krb5_mcc_start_seq_get() is in the traceback, so the memory cache change > is a clear candidate for the bug. I can't find anything wrong with the > code, though. From the stack trace, there appears to be a memory ccache >

Bug#918088: Acknowledgement (autofs-ldap: automount dies with SIGABRT after libkrb5-3 upgrade - "(k5_mutex_lock: Assertion `r == 0' failed.)")

2019-01-04 Thread Greg Hudson
On Fri, 04 Jan 2019 15:54:01 -0500 Sam Hartman wrote: > There are no thread support changes between 1.16.1 and 1.16.2. > There is one ccache related change which I'll include below related to > memory ccaches. > Do you know what type of credential cache is being used here?

Bug#917141: isc-dhcp-client: error in syslog: nslcd: request denied by validnames option

2018-12-22 Thread greg
Package: isc-dhcp-client Version: 4.3.5-3+deb9u1 Severity: minor dhclient seems to request a username from nslcd with a wildcard "*". This is denied by nslcd. Every time dhclient is runs, the following is in syslog: Dec 23 07:48:50 dhclient[1183]: DHCPREQUEST of 81.16.33.27 on eth0 to

Bug#912550: logcheck-database: courier-imaps add (-ssl)?

2018-11-01 Thread Greg
Package: logcheck-database Severity: wishlist Dear Maintainer, please consider changing the beginning of the regexs of the file courier-imap from: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd: to ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ imapd(-ssl)?: because with ssl enabled the same messages seems

Bug#785237: Ubuntu 14.04 issues as well

2018-10-09 Thread Greg Trounson
I am seeing this behaviour in a suite of lab computers. Students hit the space bar to either power up the computer or bring the monitor out of sleep. In the latter case that keypress propagates to the username field in lightdm-gtk-greeter, so an invalid username is processed when they try to

Bug#896911: e1000e msix interrupts broken in linux 4.15

2018-09-24 Thread Greg Kroah-Hartman
On Tue, Sep 18, 2018 at 01:37:34PM +0100, Ben Hutchings wrote: > Greg, > > On Tue, 2018-09-18 at 13:29 +0100, Ben Hutchings wrote: > > On Tue, 2018-09-18 at 09:12 +, Yanhui He wrote: > > > Hi David, > > > > > > Would you please help

Bug#909142: Addition to bug, its not first highlighted wireless net, its any net which was configured with passphrase

2018-09-18 Thread Greg Masters
Hello, I forgot to say thank you. Your fast response was unexpected! To add: ipv6 is disabled (sysctl) and network-manager is disabled as a service (systemd) and is not running If that makes any difference On 9/18/18, Axel Beckert wrote: > Control: tag -1 - moreinfo > > Hi Greg,

Bug#909142: Addition to bug, its not first highlighted wireless net, its any net which was configured with passphrase

2018-09-18 Thread Greg Masters
I have to revise this a little. It appears my report about the bug in relation to the first wireless net was wrong. It happens when right-arrow any net **with** a changed config, like the addition of a wpa passphrase. In my last post the net with the changed config file contained the passphrase.

Bug#909142: wicd-curses: Right-arrow on first wlan errors wicd-curses.py

2018-09-18 Thread Greg Masters
Package: wicd-curses Version: 1.7.4+tb2-6 Severity: important Dear Maintainer, I am working with the newest version of wicd-curses installed from .deb manually using dpkg. I installed wicd_1.7.4+tb2-6all.deb, and wicd-curses, python-wicd, wicd-daemon all of the same version number. The

Bug#905918:

2018-09-02 Thread Greg Wright
I'm experiencing this on Buster Running from terminal as suggested by launchpad thread yields this output (I forgot about it and left it for a few hours so it loops) ✘ ~ ≻≻≻ caffeine INFO:root:caffeine is inhibiting desktop idleness org.freedesktop.DBus.Error.ServiceUnknown: The name

Bug#896904: Upstream version 2.0.3 fixes issue

2018-08-24 Thread Greg Price
month or so, so that's no longer the latest; they're up to 2.1.2.) Cheers, Greg

Bug#901279: duplicate of bug #250626

2018-06-13 Thread Greg Alexander
ion! For god's sake, simply make update-grub script "mv grub.cfg grub.cfg~" before it overwrites it! Arguing why it was appropriate to delete user information is crap. Thanks, - Greg

Bug#792394: vtund sends UDP socket number over the network in host order

2018-06-13 Thread Greg Alexander
ful for you guys.. Thanks! - Greg diff -ur vtun-3.0.3.orig/netlib.c vtun-3.0.3/netlib.c --- vtun-3.0.3.orig/netlib.c2018-06-13 20:11:33.0 -0400 +++ vtun-3.0.3/netlib.c 2018-06-13 20:30:01.0 -0400 @@ -224,18 +224,19 @@ } /* Write port of the new UDP socket */ -

Bug#901279: grub-common: update-grub overwrites /boot/grub/grub.cfg

2018-06-10 Thread Greg Alexander
Package: grub-common Version: 2.02+dfsg1-4 Severity: important Dear Maintainer, I upgraded from an old version of grub using Debian's "apt-get install grub-pc", and it overwrote my /boot/grub/grub.cfg without prompting me, and without making a backup copy. My old grub.cfg was hand-crafted,

Bug#898073: Bug#897917: Stretch kernel 4.9.88-1 breaks startup of RPC, KDC services

2018-05-08 Thread Greg Hudson
On Mon, 7 May 2018 18:28:01 -0500 Benjamin Kaduk wrote: > At high risk of opening up the RNG debate that I did not want to > revisit, the current stance of upstream krb5 seems to fall into what > I'll call the "Schneier worldview", that a fully-seeded > well-designed CSPRNG can

Bug#893996: Typo in /etc/init.d/mini-httpd causes start/stop/etc issues

2018-03-24 Thread Greg Kennedy
Package: mini-httpd Version: 1.23-1.2 I am having issues with 'service mini-httpd stop'. The sysv-style script in /etc/init.d loses track of the httpd pidfile, and so fails to stop a running process. This also prevents 'service mini-httpd restart' from working. I have looked over the file

Bug#889831: USB rndis_host - slow download transfers, RX errors

2018-02-08 Thread Greg KH
On Thu, Feb 08, 2018 at 10:53:20AM -0500, Tomasz Janowski wrote: > On Thursday, February 8, 2018 3:43:05 PM EST Greg KH wrote: > > On Thu, Feb 08, 2018 at 02:16:08PM +, Tomasz Janowski, Ph.D. wrote: > > > Dear USB developers, > > > > > > Based on my googl

Bug#889831: USB rndis_host - slow download transfers, RX errors

2018-02-08 Thread Greg KH
rt to the mailing list, nice job :) Yes, this is not good, and we should work to resolve this, but first, what kernel version are you using? I think some fixes for the rndis driver went in recently to 4.15, but it would be good to verify that this isn't already resolved. thanks, greg k-h

Bug#889673: Successfull: Jessie on Olimex A20-Olinuxino Micro Rev. J

2018-02-05 Thread greg
Package: installation-reports Severity: normal -- Package-specific info: Boot method: USB Stick Image version: http://ftp.debian.org/debian/dists/stable/main/installer-armhf/current/images/hd-media/hd-media.tar.gz

Bug#885414: base-files: lack of quoting in shell variable expansions in /etc/profile

2018-01-15 Thread Greg Wooledge
On Sun, Jan 14, 2018 at 01:35:30AM +0100, Santiago Vila wrote: > On Tue, 26 Dec 2017, Greg Wooledge wrote: > > > -if [ -r $i ]; then > > - . $i > > +if [ -r "$i" ]; then > > + . "$i" > > Thanks for the report. > >

Bug#885414: base-files: lack of quoting in shell variable expansions in /etc/profile

2017-12-26 Thread Greg Wooledge
Package: base-files Version: 9.9+deb9u3 Severity: normal Tags: patch --- /usr/share/base-files/profile 2016-03-04 06:00:00.0 -0500 +++ /tmp/profile2017-12-26 15:49:08.839804524 -0500 @@ -26,8 +26,8 @@ if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do -

Bug#881830: linux: cherry-pick "security/keys: add CONFIG_KEYS_COMPAT to Kconfig" to stretch kernel

2017-11-17 Thread Greg Kroah-Hartman
PS needs to use compat_sys_keyctl for 32-bit userspace > >> > >> MIPS64 needs to use compat_sys_keyctl for 32-bit userspace rather than > >> calling sys_keyctl. The latter will work in a lot of cases, thereby > >> hiding > >> the issue

Bug#881562: [Debichem-devel] Bug#881562: rdkit: Please migrate away from Epydoc if possible

2017-11-15 Thread Greg Landrum
it tracker. No promises on when it'll get done though. https://github.com/rdkit/rdkit/issues/1656 -greg On Mon, Nov 13, 2017 at 1:31 AM, Kenneth Pronovici <prono...@debian.org> wrote: > Source: rdkit > Severity: wishlist > > Hi, > > If possible, please consider moving a

Bug#864718: fsdev emulation security_model=none not handling mode 000

2017-08-11 Thread Greg Kurz
On Tue, 8 Aug 2017 10:58:29 +0300 Michael Tokarev wrote: > I'm forwarding this upstream. > It looks like the same issue is present in 2.10-tobe. > Now fixed upstream. Will be in 2.10.

Bug#870488: libc6-dev: sched_setattr missing from sched.h and linux/sched.h

2017-08-02 Thread Greg Rogers
Package: libc6-dev Version: 2.24-11+deb9u1 Severity: important Dear Maintainer, Please update sched.h and linux/sched.h to provide access to sched_setattr, sched_getattr and SCHED_DEADLINE which have been part of the kernel since 3.14. Have installed the RT PREEMPT kernel and the headers are

Bug#839155: Patch for #839155

2017-07-26 Thread Greg Dahlman
Hi, I think this is a regression from 4.3. Unfortunately pip uses ~/.local/bin for `pip install --user` calls and when this is missing people tend to use sudo for packages for all users. While the previous change unconditionally added the path I did follow the new 4.4 behavior and tested for

Bug#868892: tasksel: Unexpected mass package removal with no way to cancel

2017-07-19 Thread Greg Wooledge
On Wed, Jul 19, 2017 at 01:45:42PM -0300, Henrique de Moraes Holschuh wrote: > But with the patch, at least there is now an "exit" button when it is > run in standalone mode... Yes, that appears to work for me in standalone mode. I'm not in a good position to test it within d-i.

Bug#868892: tasksel: Unexpected mass package removal with no way to cancel

2017-07-19 Thread Greg Wooledge
Package: tasksel Version: 3.39 Severity: normal I was trying to help someone in #debian who wanted to install the Standard set of packages after his netinst had failed to do so due to a lack of network connection at the time. I thought that perhaps he could use tasksel to achieve this, so I

  1   2   3   4   5   6   7   8   9   10   >