Bug#979488: i915: Boot hangs on Razer Blade Stealth 13

2021-01-07 Thread Bastian Blank
Moin On Thu, Jan 07, 2021 at 10:33:55AM +0100, Drexl Johannes wrote: > which blocks bootup. Disabling the module in modprobe.d via > install drm_kms_helper /bin/true > lets the system boot up, but remain in 800x600 px mode. SecureBoot is off, > System is updated to todays sid; previous kernels

Bug#976696: smartmontools: install drivedb.h to /usr and copy into /var in postinst when missing/outdated

2021-01-07 Thread Dmitry Smirnov
On Thursday, 7 January 2021 9:10:14 PM AEDT Paul Wise wrote: > When the drivedb.h gets automatically updated by update-smart-drivedb > then the next upgrade of smartmontools will get a conffile prompt that > will have to be manually resolved by a user who won't necessarily be > able to do that, so

Bug#979443: chromium: desktop GUI locks up as Xorg process goes to 100%

2021-01-07 Thread Jan Luca Naumann
Dear Steve, with the upgrade to 87.* we included the ANGLE library which manages the OpenGL access of chromium. Maybe this is the cause of your problem. Could you try to launch "$ chromium --use-gl=desktop"? This should disable the usage of ANGLE. Best, Jan On Wed, 6 Jan 2021 11:00:00 -0800

Bug#978973: RFP: gnome-activity-journal -- Activity Journal for the GNOME desktop environment ( Powered by Zeitgeist 1.0.3 )

2021-01-07 Thread crvi c
Hi Sudip, I've a couple of pending changes. I'll tag the version shortly. Thanks! On Thu, 7 Jan 2021 at 02:07, Sudip Mukherjee wrote: > Control: retitle -1 ITP: gnome-activity-journal -- Activity Journal for > the GNOME desktop environment > Control: owner -1 ! > -- > > Hi crvi, > > On Fri,

Bug#979489: [Pkg-dpdk-devel] Bug#979489: dpdk: reduce pre dependencies of systemd service

2021-01-07 Thread Christian Ehrhardt
... > > Therefore I'd even propose Before=network-pre.target while touching it. Proposed in https://salsa.debian.org/debian/dpdk/-/merge_requests/36 -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd

Bug#979177: cups-filters-core-drivers: Adding a printer impossible because "driverless" is too slow

2021-01-07 Thread Till Kamppeter
I have investigated the problem further and the problem is caused by "driverless" sending get-printer-attributes IPP requests to each printer it lists, to check the quality of driverless printing support. See https://github.com/OpenPrinting/cups-filters/pull/235 This makes "driverless" taking

Bug#979489: [Pkg-dpdk-devel] Bug#979489: dpdk: reduce pre dependencies of systemd service

2021-01-07 Thread Christian Ehrhardt
Thanks for the report Felix Moessbauer, This behavior goes all the way back to commit 57b7875785321eb750dcd700d305c8d9147d5287 Author: Stefan Bader Date: Mon Aug 10 13:59:40 2015 +0200 UBUNTU: Import Ubuntu/Debian packaging And we never challenged it, but I guess it is right to do so. As

Bug#942529: phabricator: Please provide phabricator package again

2021-01-07 Thread Christoph Biedl
Sylvestre Ledru wrote... > I won't have the time to do it. So, someone will have to step in to do it. Cannot say I'd have the time to do so either - but on the other hand, having a Debian package would avoid having to do maintenance manually. So can you provide an outline what needs to be done?

Bug#976696: smartmontools: install drivedb.h to /usr and copy into /var in postinst when missing/outdated

2021-01-07 Thread Paul Wise
On Thu, 2021-01-07 at 20:58 +1100, Dmitry Smirnov wrote: > Good idea, thanks. What do you think about installing "drivedb.h" as > a conffile to "/etc/smartmontools"? When the drivedb.h gets automatically updated by update-smart-drivedb then the next upgrade of smartmontools will get a conffile

Bug#909267: library-not-linked-against-libc: downgrade from error

2021-01-07 Thread wferi
On Mon, 15 Jun 2020 15:23:28 -0700 Felix Lechner wrote: > Hi Russ, > >> I wonder if we would get all of the utility out of the tag if instead it >> looked for shared libraries with no NEEDED metadata. Doesn't shared-lib-without-dependency-information check for that? >> I think it's only

Bug#979488: Acknowledgement (i915: Boot hangs on Razer Blade Stealth 13)

2021-01-07 Thread Johannes Drexl
Solution found: Having this: GRUB_CMDLINE_LINUX_DEFAULT="quiet intremap=off button.lid_init_state=open" in /etc/default/grub (with update-grub) solves the issue. Maybe adding this to the installer when detecting i915 systems with second graphics unit. BR Jo Am Donnerstag, dem 07.01.2021 um

Bug#976113: RFS Review for Hydrogen

2021-01-07 Thread Sebastian Ramacher
Hi On 2021-01-07 10:39:55 +0100, Ross Gammon wrote: > Hi Nicholas, > > On 06/01/2021 18:12, Nicholas D Steeves wrote: > > Hi Ross, > > > > Sorry for the delay, so tired and busy here! > > > > Me too! > > > Ross Gammon writes: > > > >> Please note, I was not able to do a test installation to

Bug#979016: libbpfcc: vendors libbpf

2021-01-07 Thread Vincent Bernat
❦ 7 janvier 2021 09:46 GMT, Luca Boccassi: > CC'ing Vincent, as maintainer of bpftrace - looks like this will be > part of bullseye. There should be no changes from the point of view of > bpftrace, as it's an internal detail of bpfcc's library, but just in > case. Let's try. If there is a

Bug#438236: support DEB_BUILD_OPTIONS=nostrip now

2021-01-07 Thread 肖盛文
Hi,     After add DEB_BUILD_OPTIONS=nostrip in d/rules and build, It will get the unstripped binnary. E: unicon-imc2: unstripped-binary-or-object usr/lib/libimm_server.so.0.0 E: unicon-imc2: unstripped-binary-or-object usr/lib/unicon/modules/cce/cce_hzinput.so E: unicon-imc2:

Bug#976696: smartmontools: install drivedb.h to /usr and copy into /var in postinst when missing/outdated

2021-01-07 Thread Dmitry Smirnov
On Monday, 7 December 2020 1:49:58 PM AEDT Paul Wise wrote: > Please install drivedb.h to /usr and then add code to the postinst that > will copy the /usr drivedb.h into /var when the /var drivedb.h is > either missing or is an older copy of the file. Good idea, thanks. What do you think about

Bug#976113: RFS Review for Hydrogen

2021-01-07 Thread Ross Gammon
Hi Nicholas, On 06/01/2021 18:12, Nicholas D Steeves wrote: > Hi Ross, > > Sorry for the delay, so tired and busy here! > Me too! > Ross Gammon writes: > >> Please note, I was not able to do a test installation to check hydrogen >> is working. I hope you can confirm that. >> > > I can

Bug#979489: dpdk: reduce pre dependencies of systemd service

2021-01-07 Thread Felix Moessbauer
Package: dpdk Version: 19.11-4~bpo10+1 Severity: normal Dear Maintainer, the dpdk systemd service has a pre-dependency that clashes with the openvswitch-nonetwork service from the openvswitch-switch package for OpenStack. [1] The dpdk.service requires "After=network-pre.target

Bug#979016: libbpfcc: vendors libbpf

2021-01-07 Thread Luca Boccassi
On Mon, 04 Jan 2021 11:34:42 +0530 Vasudev Kamath wrote: > Luca Boccassi writes: > > > Package: libbpfcc > > Version: 0.8.0-4 > > Severity: important > > Tags: bullseye patch > > > > Dear Maintainer(s), > > > > libbpfcc vendors and statically links against libbpf, which is now > > available in

Bug#979488: i915: Boot hangs on Razer Blade Stealth 13

2021-01-07 Thread Drexl Johannes
Package: src:linux Version: 5.10.4-1 Severity: normal X-Debbugs-Cc: johannes.dr...@nfon.com Booting up with i915 loaded results in a [ 209.646315] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:31:plane 1A] flip_done timed out [ 219.886302]

Bug#973467: vmdb2 tries to install grub-pc or grub-efi-amd64 on arm64 and does not work on arm64

2021-01-07 Thread Christian Kastner
Hi Ryutaroh, On 07.01.21 02:02, Ryutaroh Matsumoto wrote: > I have sent an MR regarding > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975024 Good catch, thanks! I slightly modified debian/changelog to follow convention. (In particular, I think the Closes: #xx syntax requires the : to

Bug#976952: change severity

2021-01-07 Thread picca
Let's downgrad severity, only one test does not fail and the patform are not supported by the upstream. I prefer to have feedback of the autopkgtest in order to follow the evolution of this issue. severity 976952 normal thanks

Bug#979485: u-boot: Insert an empty line in target list for consistency

2021-01-07 Thread Nicolas Boulenguez
With the attachment...>From 3e4ed1ffb7cb38e68257cd6936aff93b1f3f1c9a Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Wed, 6 Jan 2021 17:31:10 +0100 Subject: [PATCH 02/11] Insert an empty line in target list for consistency --- debian/targets | 1 + 1 file changed, 1 insertion(+) diff

Bug#918463: Sound volume jumps to maximum volume when new video starts

2021-01-07 Thread 李健秋
Package: pavucontrol-qt Version: 0.14.1-1 Followup-For: Bug #918463 Thanks for your report. This is not related to pavucontrol-qt but pulseaudio package. I follow up the url you provided and found that it has been fixed in pulseaudio version 13.0-3:

Bug#979338: Upgrading severity

2021-01-07 Thread Romain Francoise
severity 979338 serious quit Upgrading severity as this is blocking migration of tcpdump 4.99 to testing.

Bug#961814: marked as pending in golang-google-protobuf

2021-01-07 Thread Shengjing Zhu
On Thu, Jan 7, 2021 at 2:51 PM Anthony Fok wrote: > > Hi Shengjing, > > On Tue, Jan 5, 2021 at 8:42 AM Shengjing Zhu wrote: > > > > Hi Anthony, > > Thanks for writing to me! Sorry for the late reply. > I was going to re-open this with the pseudo header "Control: reopen > -1" to keep this new

Bug#947803: smartmontools: smartctl -l error causes Micron 2200S NVME to fail

2021-01-07 Thread Dominique Dumont
On Tue, 8 Dec 2020 18:44:21 +0100 Christian Franke wrote: > Please test recent build from https://builds.smartmontools.org/ smartctl 7.2 works fine on my system (see below). Dmitry, could you update smartmontools on Debian ? Given that this bug may freeze KDE on login, it would be unfortunate

Bug#979296: u-boot: Restructure the packaging

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Followup-For: Bug #979296 The attached patches replace the previous version. Several issues are now reported in separate bugs. The script translating debian/targets to debian/*.mk is provided in order to make review and rebase easyer. Various changes simplify the intent or reduce

Bug#979295: u-boot: Use specific dh tools for docs and examples

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Followup-For: Bug #979295 In case it helps, I have split the changes in two distinct suggestions. >From 56bae56f532343fe25304da54eddbaf687871e07 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Wed, 6 Jan 2021 17:57:42 +0100 Subject: [PATCH 04/11] Install examples for tools

Bug#979487: u-boot: Stop installing sunxi/u-boot-install-sunxi64 on armhf

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Severity: minor Tags: patch The tool is only usable on arm64. >From a5267dd121599cee25f5f151938ab3ced01d5fca Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Wed, 6 Jan 2021 23:51:17 +0100 Subject: [PATCH 07/11] Stop installing sunxi/u-boot-install-sunxi64 on armhf ---

Bug#979486: u-boot: Simplify installation of a link for tegra on arm64 but not armhf

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch Debhelper allows one to select an architecture with the file name. >From d4c56d74f4ad50162668b4f5d254b41d314ec905 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Wed, 6 Jan 2021 23:38:58 +0100 Subject: [PATCH 06/11] Simplify installation of a

Bug#979485: u-boot: Insert an empty line in target list for consistency

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Severity: wishlist Tags: patch This is useful for also parsing maintainers.

Bug#979484: u-boot: Fix pinephone platform name in u-boot-install-sunxi64

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Severity: minor Tags: patch This completes commit 99cbbd1c which fixes aa0c051d. >From 597f076011ea4715c6ac1c91cac5830718a48477 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Wed, 6 Jan 2021 15:37:21 +0100 Subject: [PATCH 01/11] Fix pinephone platform name in

Bug#979483: u-boot: Stop installing rockchip_make_fit_atf on armhf

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Severity: minor Tags: patch The tool is only used on arm64. >From 9094c94c2ecbcf9338852f43ce2673d38499b410 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Thu, 7 Jan 2021 00:10:22 +0100 Subject: [PATCH 08/11] Stop installing rockchip_make_fit_atf on armhf ---

Bug#979482: u-boot: Pass BL31 to puma-rk3399

2021-01-07 Thread Nicolas Boulenguez
Source: u-boot Severity: minor Tags: patch The option was missing in debian/targets, so the build system is seeing BL31=...rk3328 set in the environment by previous platform. This is probably not deliberate. In order to prevent such issues, it may make sense to unset the variable after each use.

Bug#947803: This smartmontools bug may freeze KDE during login

2021-01-07 Thread Dominique Dumont
Hi This bug also impacts plasma-disks which is used during KDE login. On my Debian/sid system, KDE freezes during login unless plasma-disks is removed. All the best

<    1   2   3