Bug#1069674: openssh-client: multiplexed connections use incorrect DISPLAY etc, but no TOKENS exist to modify the connection socket

2024-04-22 Thread Tim Connors
Package: openssh-client Version: 1:9.2p1-2+deb12u2 Severity: normal With .ssh/config: ControlMaster auto ControlPath ~/.ssh/cm_master/%r@%h:%p ControlPersist yes Set up the mux master on host a to host c: > echo $DISPLAY :0 > ssh c xterm xterm fires up on host a. Kill that Now,

Bug#1069660: directvnc: Allow password file to be supplied vs just commandline

2024-04-22 Thread Tim Connors
Package: directvnc Version: 0.7.8-1 Severity: normal man 1 directvnc: -p, --password password string to be passed to the server for authentication. Use this with care! OK, so what's care? Well, the password is available for all system users and crackers to view with just

Bug#887139: d-i daily 2018-01-14 amd64 damages UEFI setup on Fujitsu Lifebook AH532

2024-04-14 Thread Tim Schumacher
A kernel-based workaround for the underlying issue has now landed in all currently supported linux-stable branches: linux-6.8: 6.8-rc7 (f45812cc23fb74bef62d4eb8a69fe7218f4b9f2a) linux-6.7: 6.7.9(cbf12e716a52d260fabecdca7d5f6e7cd07aed6c) linux-6.6: 6.6.21

Bug#1066979: common-auth: sudo should not have incorrect password delay

2024-03-16 Thread Tim Hutt
multiplied by millions. Cheers, Tim -- System Information: Debian Release: 12.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: arm64 (aarch64) Foreign Architectures: armhf Kernel: Linux 6.1.0-rpi7-rpi-v8 (SMP w/4 CPU threads

Bug#1066090: psmisc: killall --older-than doesn't work as documented in a container

2024-03-12 Thread Tim Connors
Package: psmisc Version: 23.6-1 Severity: normal killall --older-than 30s restartx11vnc x11vnc vncserver x0tigervncserver websockify doesn't kill any processes inside my container, whereas it always used to work on a VM and on hardware. Removing '--older-than 30s' kills all such processes. I

Bug#944780: Info received (Many more cases where this fails - proposed patch included)

2024-03-09 Thread Tim Woodall
This bug is still present in bookworm. Attached updated patch. diff -urN bash-5.2.15.orig/execute_cmd.c bash-5.2.15/execute_cmd.c --- bash-5.2.15.orig/execute_cmd.c 2022-12-13 17:09:02.0 + +++ bash-5.2.15/execute_cmd.c 2022-12-13 17:09:02.0 + @@ -5633,7 +5633,12 @@

Bug#1064960: orc: Please update to new upstream release orc 0.4.38

2024-02-28 Thread Tim Müller
Source: orc Version: 1:0.4.34-3 Severity: wishlist Tags: upstream Hi, Would be great if the package in Debian could be updated to the upstream 0.4.38 release which adds AVX support for x86 architectures and has many fixes for MMX/SSE/Neon. Thanks! Tim -- System Information: Debian Release

Bug#1022043: apt-cacher-ng sometimes fails with several concurrent

2024-02-26 Thread Tim Woodall
On Fri, 23 Feb 2024, Andreas B. Mundt wrote: Hi Tim, thanks for the provided patch! We see the same issue here, so I included it in a locally built package to give it a try on our infrastructure. So far it looks quite promising, no errors up to now . That's great! I've been running

Bug#1014625: xterm: screen corruption of scrollback buffer

2024-02-15 Thread Tim Connors
On Sat, 9 Jul 2022, Thomas Dickey wrote: > On Sat, Jul 09, 2022 at 02:39:41PM +1000, Tim Connors wrote: > > This has happened ever since I changed my hardware -- mostly updating > > my video card to a radeon RX570 -- necessitating new versions of some > > drivers and k

Bug#1063890: libzydiscore-dev: Static library is missing

2024-02-13 Thread Tim Rühsen
Package: libzydiscore-dev Severity: normal X-Debbugs-Cc: tim.rueh...@gmx.de Dear Maintainer, for software development, I need to build static binaries. Currently, I have to build my own static library. But it would be way easier to communicate the build steps in Zydis didn't need an extra recipe

Bug#1063773: postfix-mysql upgrade add dynamicmaps.cf after postfix restart

2024-02-12 Thread Tim Clerc
Package: postfix-mysql Version: 3.7.10-0+deb12u1 Severity: normal Dear Maintainer, Today some of our servers upgraded there postfix and postfix-mysql packages. After upgrade we see these messages in postfix logs and of course we can't send mail anymore: postfix/proxymap[2428105]: warning:

Bug#1063772: postfix-mysql upgrade add map in dynamicmaps.cf after postfix restart

2024-02-12 Thread Tim Clerc
Package: postfix-mysql Version: 3.7.10-0+deb12u1 Severity: normal Dear Maintainer, Today some of our servers upgraded there postfix and postfix-mysql packages. After upgrade we see these messages in postfix logs and of course we can't send mail anymore: postfix/proxymap[2428105]: warning:

Bug#1022043: Info received (improved patch)

2024-02-07 Thread Tim Woodall
Try again - without the old patch at the top.diff --git a/CMakeLists.txt b/CMakeLists.txt index 024f6a0..011ab42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.1) +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + # try to set the best C++ language

Bug#1022043: improved patch

2024-02-07 Thread Tim Woodall
I've cleaned up the patch and got rid of a lot of the cruft that got added while I was debugging. Also found one more race condition in my original solution that I believe is now fixed. And I believe it's now safe even if different urls map to the same cache file which the previous patch didn't

Bug#1022043: Race condition downloading index files.

2024-02-06 Thread Tim Woodall
I've managed to reproduce this issue when many hosts hit apt-cacher-ng at the same time. Attached a patch which fixes it for me - this is a quick and hacky patch! Sent debug logs of a run that reproduces this problem and a run with this patch applied directly to the maintainer. diff --git

Bug#887139: d-i daily 2018-01-14 amd64 damages UEFI setup on Fujitsu Lifebook AH532

2024-01-24 Thread Tim Schumacher
On Sun, 14 Jan 2018 13:38:11 +0100 Karsten Merker wrote: Machine: Fujitsu Lifebook AH532, first version (with BIOS version 1.09) [...] How can one bring the NVRAM back into a sane state that allows getting into the setup and booting from external devices? I personally had luck with doing a

Bug#1059339: nv-codec-headers: Version mismatch with nvidia-driver package

2023-12-22 Thread Tim H.
graphics card is quite old (NVIDIA Corporation GM206 [GeForce GTX 960]), so I'm not sure if this bug affects people with more up to date cards. ~ Tim [1]: https://docs.nvidia.com/video-technologies/video-codec-sdk/12.1/read-me/index.html -- System Information: Debian Release: trixie/sid APT

Bug#995838: Should condor be removed?

2023-12-19 Thread Tim Theisen
Hello Bastian, I am working with Andeas Tilles to get this back into Debian. I have a small amount of work to complete on the debian/copyright file before it is ready to upload. I worked on this aspect this afternoon and I will complete the changes quite soon. ...Tim On 12/19/23 14:19

Bug#1057843: Guidelines for affected users

2023-12-10 Thread Tim Connors
anyone who last updated 3 weeks ago would have encountered, nor in the current bookworm-security version. -- Tim Connors

Bug#1053199: liferea does not show feed item contents after 1.15.2-1->1.15.3-1 update

2023-10-10 Thread Tim H.
dia proprietary driver (525.125.06-2). Window manager is Fluxbox. Downgrading liferea to the previous version doesn't fix the error though. I also tested downgrading all libwebkit2gtk related packages to version 2.40.5-1. After that the content window works again. ~Tim

Bug#1030129: ca-certificates-java - Fails to install: Error loading java.security file

2023-10-05 Thread Tim Small
I haven't been able to reproduce this on a Debian 12 container. For those that are still seeing this problem, is it always reproducible? If there is a race, is there a way to force this (e.g. via apt settings or manual package install ordering with dpkg etc.)? Thanks, Tim.

Bug#1052990: libc6: snprintf counts unwritten bytes in %n

2023-09-26 Thread Tim Bagot
Package: libc6 Version: 2.36-9+deb12u1 Severity: normal X-Debbugs-Cc: tim.ba...@hitachivantara.com Dear Maintainer, Consider this test case: #include int main(void) { char buf[3]; int n; snprintf(buf, sizeof buf, "%s%n", "foobar", ); printf("%d\n", n); } I

Bug#1052120: mirror submission for mirror.timkevin.us

2023-09-17 Thread Tim Kevin
/ Maintainer: Tim Kevin Country: US United States Location: San Jose, CA Comment: https://mirror.timkevin.us/debian http://mirror.timkevin.us/debian Trace Url: http://mirror.timkevin.us/debian/project/trace/ Trace Url: http://mirror.timkevin.us/debian/project/trace/ftp-master.debian.org Trace Url

Bug#912171: pcsxr: Cannot configure/use 2nd joypad

2023-09-05 Thread Tim Small
Package: pcsxr Version: 1.9.94-5 Followup-For: Bug #912171 X-Debbugs-Cc: t...@buttersideup.com I should add that in my tests (bookworm and bullseye on 3 different x86_64 machines), this bug makes pcsxr segfault when entering the configuration UI, or launching a game immediately if any joystick /

Bug#912171: pcsxr: Cannot configure/use 2nd joypad

2023-09-05 Thread Tim Small
list_store_append(store, ); gtk_list_store_set(store, , 0, buf, -1); } It would be super-cool if we could get one of these patches merged... Thanks! Tim. -- System Information: Debian Release: 12.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-sec

Bug#1037359: opensmtpd workaround

2023-07-21 Thread Tim Dengel
Hi, this bug indeed makes opensmtpd completely unusable for me (who sends mails unencrypted in the current year?). As a temporary workaround for my setup I have re-added the bullseye repo in sources.list, installed opensmtpd=6.8.0p2-3, and set it on hold (echo "opensmtpd hold" | sudo dpkg

Bug#1041542: uuid: Memory unsafety for version 1 UUID with out-of-range timestamp

2023-07-20 Thread Tim Duesterhus
Package: uuid Version: 1.6.2-1.5+b11 Severity: normal Dear Maintainer, * What led up to the situation? I ran `uuid -d --1100-a000-` and noticed that the time content was strangely formatted with a dot where a digit should be: encode: STR:

Bug#1041480: python3-h5py: I can't use the debian provided python3-h5py as a dependency in my package because it is called h5py.-debian-h5py-serial

2023-07-19 Thread Tim Molteno
Package: python3-h5py Version: 3.7.0-8 Severity: important X-Debbugs-Cc: t...@molteno.net Dear Maintainer, I am developing a package that depends on h5py. It is predominantly used on raspberry pi, and other single board computers. When I specify 'h5py' as a dependency, it does not pick up the

Bug#1040907: aerc: Freeze when pasting to body on email compose

2023-07-14 Thread Tim Culverhouse
age. Given that aerc is > designed to facilitate patch workflow as a goal, it makes it useless if > I can't paste more than 4-5 lines in one go. I agree, this was a particularly bad breakage on this release. I think backporting this patch is a must. Thanks for backporting! -- Tim

Bug#1040907: aerc: Freeze when pasting to body on email compose

2023-07-14 Thread Tim Culverhouse
On Fri Jul 14, 2023 at 12:14 PM CDT, Nilesh Patra wrote: > On Fri, Jul 14, 2023 at 11:19:32AM -0500, Tim Culverhouse wrote: > > I also can't repro. I tried pasting "hello world\n"x100, and "hello > > world"x100 > > (all on the same line), both in vi

Bug#1040907: aerc: Freeze when pasting to body on email compose

2023-07-14 Thread Tim Culverhouse
hat the freeze happens in > > vim when pasting with `CTRL+V` or `SHIFT+INSERT` while pasting works > > fine with `p`. > > I assume that you enter insert mode before pasting with `CTRL+V` or > `SHIFT+INSERT`. Tim, could it be a race with tcell term? Could be...sounds lik

Bug#1040907: aerc: Freeze when pasting to body on email compose

2023-07-14 Thread Tim Culverhouse
On Fri Jul 14, 2023 at 11:06 AM CDT, Nilesh Patra wrote: > On Fri, Jul 14, 2023 at 05:49:41PM +0200, Robin Jarry wrote: > > I cannot reproduce this but maybe Tim can have a look. > > This is an upstream bug, and I can repro it by building aerc via make, > i.e. there are no

Bug#1040716: libc6: Stack Traces

2023-07-11 Thread Tim McConnell
On Tue, 2023-07-11 at 22:34 +0200, Aurelien Jarno wrote: > Hi, > > On 2023-07-11 15:28, Tim McConnell wrote: > > > > > > On Tue, 2023-07-11 at 21:11 +0200, Aurelien Jarno wrote: > > > Hi, > > > > > > On 2023-07-11 11:21, Tim McConnell wro

Bug#1040716: libc6: Stack Traces

2023-07-11 Thread Tim McConnell
On Tue, 2023-07-11 at 21:11 +0200, Aurelien Jarno wrote: > Hi, > > On 2023-07-11 11:21, Tim McConnell wrote: > > > > > > On Mon, 2023-07-10 at 23:17 +0200, Aurelien Jarno wrote: > > > You might want > > > to upgrade to version 2.37-5 to check

Bug#1040716: libc6: Stack Traces

2023-07-11 Thread Tim McConnell
On Mon, 2023-07-10 at 23:17 +0200, Aurelien Jarno wrote: > You might want > to upgrade to version 2.37-5 to check if it solves your issue Okay that's done and it's still doing it. The entry from Journalctl shows module libudev1 if that's of any use.  Started

Bug#1040716: libc6: Stack Traces

2023-07-10 Thread Tim McConnell
On Mon, 2023-07-10 at 23:17 +0200, Aurelien Jarno wrote: > Hi, > > On 2023-07-09 17:15, Tim McConnell wrote: > > Hi Aurelien, > > The Stack Traces started showing up in my System Event logs > > yesterday > > and has totaled up to 18 times so far. As far as iss

Bug#1040716: libc6: Stack Traces

2023-07-10 Thread Tim McConnell
On Mon, 2023-07-10 at 23:17 +0200, Aurelien Jarno wrote: > Hi, > > On 2023-07-09 17:15, Tim McConnell wrote: > > Hi Aurelien, > > The Stack Traces started showing up in my System Event logs > > yesterday > > and has totaled up to 18 times so far. As far as iss

Bug#1040716: libc6: Stack Traces

2023-07-09 Thread Tim McConnell
running gdb on it (libc6) and it told me file not found, I'd be happy to give more information just tell me how to get it. -- Tim McConnell On Sun, 2023-07-09 at 23:34 +0200, Aurelien Jarno wrote: > Hi, > > On 2023-07-09 15:05, Tim McConnell wrote: > > Package: libc6 >

Bug#1040357: conky-all: Stack trace of thread 4760

2023-07-05 Thread Tim McConnell
On Wed, 2023-07-05 at 08:22 -0700, Vincent Cheng wrote: > On Tue, Jul 4, 2023 at 12:51 PM Tim McConnell > wrote: > > > > Package: conky-all > > Version: 1.18.3-1 > > Severity: normal > > > > Stack trace of thread 4760: > > > >

Bug#1035472: bug 1035472

2023-07-04 Thread Tim McConnell
This can be closed the issue is no longer occurring. -- Tim McConnell

Bug#1036035: bug 1036035

2023-07-04 Thread Tim McConnell
THis can be closed Boxes works now -- Tim McConnell

Bug#1040357: conky-all: Stack trace of thread 4760

2023-07-04 Thread Tim McConnell
ask and give clear directions. Tim -- System Information: Debian Release: trixie/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.3.0-1-amd64 (SMP w/1 CPU thread; PREEMPT

Bug#1023191: Clang 14 fix

2023-06-26 Thread Tim Ruffing
I can confirm that this is a annoyance for Clang users on bookworm. It is necessary to compile programs with the rather uncommon compiler option -dgwarf-4 to be able to use valgrind. Tim On Mon, 31 Oct 2022 13:05:16 +0100 darkdragon wrote: > Package: valgrind > Version:  1:3.19.0-1 >

Bug#1038598: close this bug please

2023-06-22 Thread Tim McConnell
off onee of the affected emails the CPU would go back to normal and email would be scroll-able again. Thanks ️ -- Tim McConnell

Bug#1038598: evolution: need 3.48.3 to fix issue

2023-06-18 Thread Tim McConnell
Package: evolution Version: 3.48.2-1 Severity: normal I reported an issue to the Evolution Mailing list and Milan Chra states: Hi, I suppose the mails also grow the vertical scrollbar (indefinitely) and cannot be scrolled. Update to 3.48.3, which contains related fixes:

Bug#1036033: upgrade-reports: bullseye -> bookworm kernel package upgrade fails when ddcci-dkms package installed

2023-06-11 Thread Tim Small
This took a while to track down - sorry for the delay. The machine which was being upgraded had a non-functional shim in place instead of rpm. This had been done to satisfy a hardware-vendor provided firmware upgrade, which would not work unless an rpm executable was found on the system

Bug#1036033: upgrade-reports: bullseye -> bookworm kernel package upgrade fails when ddcci-dkms package installed

2023-06-06 Thread Tim Small
into what's causing the dkms script to silently no-op on the failing VM in the next day or so, and let you know what I find. Cheers, Tim.

Bug#1037102: stack trace

2023-06-04 Thread Tim McConnell
Stack trace of thread 621419: #0 0x5608483faf53 n/a (distort + 0x5f53) #1 0x5608483fc62b n/a (distort + 0x762b) #2

Bug#1037005: prometheus-smokeping-prober: package is missing an /etc/init.d script

2023-05-31 Thread Tim Wootton
Package: prometheus-smokeping-prober Version: 0.4.1-2+b5 Severity: normal Tags: patch X-Debbugs-Cc: tim_woot...@yahoo.com Dear Maintainer, Please include an /etc/init.d script as is provided with other prometheus exporters -- System Information: Debian Release: 11.7 APT prefers

Bug#977037: Add timestamp to logs

2023-05-19 Thread Tim Andersson
Hi Paul, I've added an upstream MR here implementing the addition of relative timestamps in seconds https://salsa.debian.org/ci-team/autopkgtest/-/merge_requests/229 Please give me any feedback you have on the implementation and I'll amend it as you see fit! Tim

Bug#977037:

2023-05-19 Thread Tim Andersson
ss has appropriate logs, but the subprocesses do not. Please let me know any feedback you have on the above ideas. Regards, Tim

Bug#977037: Test log timestamps

2023-05-19 Thread Tim Andersson
ss has appropriate logs, but the subprocesses do not. Please let me know any feedback you have on the above ideas. Regards, Tim

Bug#1036041: upgrade-reports: Dell XPS 9550 fails to boot after bullseye to bookworm upgrade - grub/bios interaction bug?

2023-05-14 Thread Tim Small
Package: upgrade-reports Severity: normal X-Debbugs-Cc: t...@seoss.co.uk My previous release is: bullseye I am upgrading to: bookworm Upgrade date: 2022-05-06 Method: apt dist-upgrade Contents of /etc/apt/sources.list: deb http://deb.debian.org/debian/ bookworm main non-free non-free-firmware

Bug#1036035: gnome-boxes: can't launch since upgrading Kernel to 6.1.0-9

2023-05-13 Thread Tim McConnell
Package: gnome-boxes Version: 43.2-1 Severity: normal Upgraded my Kernel to 6.1.0-9 and now I get a spinning MATE Symbol and Boxes never launches (See screenshot) -- System Information: Debian Release: 12.0 APT prefers testing-security APT policy: (500, 'testing-security'), (500,

Bug#1036033: upgrade-reports: bullseye -> bookworm kernel package upgrade fails when ddcci-dkms package installed

2023-05-13 Thread Tim Small
Package: upgrade-reports Severity: normal X-Debbugs-Cc: t...@seoss.co.uk (Please provide enough information to help the Debian maintainers evaluate the report efficiently - e.g., by filling in the sections below.) My previous release is: bullseye I am upgrading to: bookworm Upgrade date:

Bug#1036032: upgrade-reports: mariadb upgrade fails when KDE akonadi installed

2023-05-13 Thread Tim Small
Package: upgrade-reports Severity: normal X-Debbugs-Cc: t...@seoss.co.uk (Please provide enough information to help the Debian maintainers evaluate the report efficiently - e.g., by filling in the sections below.) My previous release is: Bullseye I am upgrading to: Bookworm Archive date:

Bug#1035896: tor: Stack trace

2023-05-10 Thread Tim McConnell
Package: tor Version: 0.4.7.13-1 Severity: normal Module /home/tmick/.local/share/torbrowser/tbb/x86_64/tor- browser/Browser/libplc4.so from deb systemd-252.6-1.amd64 Module libsystemd.so.0 from deb systemd-252.6-1.amd64

Bug#1035472: libstdc++.so: Core dump with libstdc++.so and index++

2023-05-03 Thread Tim McConnell
Package: libstdc++6 Version: 12.2.0-14 Severity: normal File: libstdc++.so #0 0x7f2c7daa4ccc __pthread_kill_implementation (libc.so.6 + 0x8accc) #10 0x556d13d51d8e n/a (index++ +

Bug#1033231: fixed in postgrey 1.37-2

2023-05-01 Thread Tim Boneko
Hello! After a little testing i can confirm that postgrey is installed fine: The user is created with uid=119 and gid=130, /etc/postgrey contains the files whitelist_clients and whitelist_recipients and the daemon seems to be running fine. Thanks a lot! Cheers, tim Tested version: 1.37-2

Bug#1033231: postgrey: Postgrey (testing) won't start after installation

2023-04-23 Thread Tim Boneko
, tim -- System Information: Debian Release: 12.0 APT prefers testing-security APT policy: (500, 'testing-security'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.2.11 (SMP w/4 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE

Bug#1034592: systemd-coredump@0-9980-0.service

2023-04-18 Thread Tim McConnell
Package: systemd-coredump Version: 252.6-1 Severity: normal I see this in journalctl and my logs: Apr 18 18:10:55 kernel: MainThread[9976]: segfault at 0 ip 7f22f8e472f9 sp 7ffdd6ecba98 error 6 in libxul.so[7f22f8d> Apr 18 18:10:55 kernel: Code: 3f 08 48 8d 0d c8 ef 9a 06 48 89 08 31 c9

Bug#1033678: installation-reports: Unbootable install: MBR partition unusable with UEFI

2023-03-29 Thread Tim Bell
On 3/29/2023 6:21 PM, Dima Kogan wrote: Package: installation-reports Severity: grave Hi. I just installed a bookworm candidate. This worked OK through partitioning and reboot, but I cannot boot into the system. This is an amd64 recent-ish laptop. The disk is a PCIe SSD, not SATA. I'm

Bug#1018061: pads: segfault at 3a ip

2023-03-24 Thread Tim McConnell
Hi Bernhard, Well that explains that then, I didn't change anything to pin to the patched version. In that case it was fixed and I broke it. Hopefully the patch will be part of a future release and it'll be peachy again. Thanks for explaining what happened. -- Tim McConnell On Fri, 2023

Bug#1033398: linux-image-amd64: reproducible kernel freeze on 5.19+

2023-03-24 Thread Tim Rühsen
Package: linux-image-amd64 Version: 6.1.20-1 Severity: important X-Debbugs-Cc: tim.rueh...@gmx.de Dear Maintainer, * What led up to the situation? We run a priviledged eBPF based tool with a communication between kernel and user space. It runs without issues on kernels 4.15 to 5.18. On

Bug#1018061: pads: segfault at 3a ip

2023-03-23 Thread Tim McConnell
object binary architecture: AMD x86-64 Mar 04 14:31:02 DebianTim systemd[1]: systemd-coredump@0-3613-0.service: Deactivated successfully. Well I thought it was fixed :-( -- Tim McConnell On Wed, 2023-03-22 at 09:55 +0100, Bernhard Übelacker wrote: > control: tags -1 +patch > > &g

Bug#1021330: nvidia-cuda-dev appears to break nvidia xorg

2023-03-22 Thread Tim Hanson
Hi Andreas, Yes, so far as i can tell, this was resolved with the inclusion of 525 drivers. Tim On Wed, Mar 22, 2023 at 3:16 AM Andreas Beckmann wrote: > Control: tag -1 moreinfo > > On 06/10/2022 02.33, Timothy Hanson wrote: > > Package: nvidia-cuda-dev > > Version: 11.

Bug#1000130: [htcondor-debian] Bug#1000130: condor: depends on obsolete pcre3 library

2023-03-21 Thread Tim Theisen
Hello, I am trying to get HTCondor 10.3.0 into shape. Then this bug will be resolved. ...Tim On 2/23/23 06:09, Kentaro Hayashi wrote: FYI: It seems that this issue was fixed in version 9.10.0 https://htcondor.readthedocs.io/en/latest/version-history/development-release-series-91.html

Bug#1018061: pads: segfault at 3a ip

2023-03-21 Thread Tim McConnell
Hi Bernhard, I believe the patch has fixed the issue. I haven't seen any messages about psad since installing the patch. Thanks so much for the fix & patience with me. -- Tim McConnell On Wed, 2023-03-15 at 12:10 +0100, Bernhard Übelacker wrote: > Am 26.02.23 um 16:47 schrieb Tim Mc

Bug#1033200: apt, apt-get, aptitude and others have been failing for an extended period.

2023-03-19 Thread Tim Bell
On 3/19/2023 10:19 AM, WILLIAM ORVILLE RICHMOND wrote: Err:1 http://deb.debian.org/debian bullseye/main amd64 lynx-common all 2.9.0dev.6-3~deb11u1   Connection failed [IP: 199.232.34.132 80] Err:2 http://deb.debian.org/debian bullseye/main amd64 lynx amd64 2.9.0dev.6-3~deb11u1   Connection

Bug#1018061: pads: segfault at 3a ip

2023-03-15 Thread Tim McConnell
Hi Benhard, Okay patch installed, the output is in the attached file. I was already on 1.2-14 so we'll see if the patch helped or if it was needed by me. -- Tim McConnell On Wed, 2023-03-15 at 12:10 +0100, Bernhard Übelacker wrote: > Am 26.02.23 um 16:47 schrieb Tim McConnell: >

Bug#961884: adding to this

2023-03-07 Thread Tim McConnell
could run the scan from Clamtk at all I started a scan at 20:30 and left it to run. I came back at 11:30 AM and it was still going. Just how long can I expect these to take? And is there a way to exclude directories? Thanks! -- Tim McConnell

Bug#1018061: pads: segfault at 3a ip

2023-02-26 Thread Tim McConnell
On Sun, 2023-02-26 at 16:03 +0100, Bernhard Übelacker wrote: > Am 08.02.23 um 19:31 schrieb Tim McConnell: > > Opppss I thought I had, here it is. > > bt full > > > Hello Tim, > sorry for the delay. For some reason the debug information > for libpcap.so.0.8

Bug#1031179: Acknowledgement (libzvbi-dev: libzvbi.h unusable - missing version.h include)

2023-02-12 Thread Tim-Philipp Müller
Upstream issue: https://github.com/zapping-vbi/zvbi/issues/40

Bug#1031179: libzvbi-dev: libzvbi.h unusable - missing version.h include

2023-02-12 Thread Tim Müller
Package: libzvbi-dev Version: 0.2.40-1 Severity: grave Tags: upstream Justification: renders package unusable Trying to build GStreamer (gst-plugins-bad) against the latest version results in In file included from ../subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.h:26,

Bug#1028857: libpsl: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2023-02-11 Thread Tim Rühsen
ut the few remaining changed files. Regards, Tim OpenPGP_signature Description: OpenPGP digital signature

Bug#1018061: pads: segfault at 3a ip

2023-02-08 Thread Tim McConnell
argv=) at ./src/pads.c:491 No locals. (gdb) -- Tim McConnell On Wed, 2023-02-08 at 19:26 +0100, Bernhard Übelacker wrote: > Am 08.02.23 um 18:42 schrieb Tim McConnell: > > Hi Bernhard, > > Okay I did that. Let me know if that was of any use. > > Hello Tim, > could you

Bug#1018061: pads: segfault at 3a ip

2023-02-08 Thread Tim McConnell
Hi Bernhard, Okay I did that. Let me know if that was of any use. -- Tim McConnell On Wed, 2023-02-08 at 16:16 +0100, Bernhard Übelacker wrote: > bt full

Bug#1030857: transmission: New 4.0 version is available

2023-02-08 Thread Tim Sattarov
Source: transmission Version: New 4.0 version is available Severity: normal Tags: upstream X-Debbugs-Cc: sti...@gmail.com Dear Maintainer, Transmission team has published new version that has many improvements and fixes. https://github.com/transmission/transmission/releases/tag/4.0.0 Please

Bug#1018061: pads: segfault at 3a ip

2023-02-07 Thread Tim McConnell
+ 0x27245) #9 0x5641638a84b1 _start (pads + 0x24b1) ELF object binary architecture: AMD x86-64 -- Tim McConnell On Tue, 2022-09-27 at 10:32 +0200, Bernhard Übelacker wrote: > Hello Tim, > I tried to have a look at those two dmesg lines and it seems > t

Bug#1019865: evolution Hangs and goes to 100% CPU usage on compose

2023-01-21 Thread Tim Dengel
Am Sonntag, dem 15.01.2023 um 13:10 -0500 schrieb Jeremy Bicha: > On Sun, Dec 11, 2022 at 9:29 AM Jeremy Bicha > wrote: > > Could y'all verify whether you still have this issue? > > > > Please upgrade to Evolution 3.46.2 which just landed in Testing > > today. > > Please log out and log back in

Bug#1028857: libpsl: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2023-01-15 Thread Tim Rühsen
Hi Lucas, maybe @dkg has time to update the packaging ? Regards, Tim On 14.01.23 23:51, Lucas Nussbaum wrote: Hi Tim, I can't find that new version (0.21.2) in Debian? Lucas On 14/01/23 at 20:19 +0100, Tim Rühsen wrote: Hey Lucas, could you try with the latest release v0.21.2 ? I am

Bug#1028857: libpsl: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 returned exit code 2

2023-01-14 Thread Tim Rühsen
Hey Lucas, could you try with the latest release v0.21.2 ? I am working on Debian sid, and can't reproduce the issue. But I will examine the logs and/or try to build from the debian sources (in the next days). Regards, Tim On 14.01.23 13:59, Lucas Nussbaum wrote: Source: libpsl Version

Bug#1028418: Bug#1028411: Bug#1028418: signed package uploaded

2023-01-12 Thread Tim Kuijsten
Control: tags -1 - moreinfo Op 11-01-2023 om 22:01 schreef Bastian Germann: Control: tags -1 moreinfo On Wed, 11 Jan 2023 20:59:21 +0100 Tim Kuijsten wrote: I have uploaded a signed version of the package. To access further information about this package, please visit the following URL

Bug#1028411: Bug#1028418: signed package uploaded

2023-01-12 Thread Tim Kuijsten
Control: tags - moreinfo Op 11-01-2023 om 22:01 schreef Bastian Germann: Control: tags -1 moreinfo On Wed, 11 Jan 2023 20:59:21 +0100 Tim Kuijsten wrote: I have uploaded a signed version of the package. To access further information about this package, please visit the following URL

Bug#1015764: logwatch: get random errors about Use of uninitialized value in Exim

2023-01-11 Thread Tim McConnell
This seems to have fixed itself. Please close this. -- Tim McConnell On Wed, 2022-07-20 at 15:20 -0500, Tim McConnell wrote: > Package: logwatch > Version: 7.5.6-1 > Severity: normal > X-Debbugs-Cc: tmcconnell...@gmail.com > > Dear Maintainer, > > What led up to

Bug#1028418: signed package uploaded

2023-01-11 Thread Tim Kuijsten
I have uploaded a signed version of the package. To access further information about this package, please visit the following URL: https://netsend.nl/mongovi/v2.0.0/ Alternatively, you can download the package with 'dget' using this command: dget -x

Bug#1025784: [debian-mysql] Bug#1025784: Acknowledgement (mariadb-server-core-10.6: Can't connect to local server through socket '/run/mysqld/mysqld.sock' (111))

2023-01-11 Thread Tim McConnell
that to you to decide. Thanks! -- Tim McConnell On Wed, 2023-01-11 at 10:52 +0100, Faustin Lammler wrote: > Hi Tim! > > Tim McConnell , > 10/01/2023 – 15:49:20 (-0600): > > > Hi Faustin, > > Steps to recreate: > > 1.Install Mariadb client/server > > 2. Atte

Bug#1025784: [debian-mysql] Bug#1025784: Acknowledgement (mariadb-server-core-10.6: Can't connect to local server through socket '/run/mysqld/mysqld.sock' (111))

2023-01-10 Thread Tim McConnell
to fix the issue and restart MariaDB again. It's working now. I'm unsure why the permissions were wrong from the install, I thought dpkg and the alternatives were supposed to set that "auto-magically". -- Tim McConnell On Tue, 2023-01-10 at 12:51 +0100, Faustin Lammler wrote: >

Bug#1028418: RFS: mongovi/2.0.0-1 ITP -- mongovi - cli for mongodb

2023-01-10 Thread Tim Kuijsten
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "mongovi": * Package name : mongovi Version : 2.0.0-1 Upstream contact : Tim Kuijsten * URL : https://github.com/timkuijsten/mongovi

Bug#1028411: this issue supersedes bug #845586

2023-01-10 Thread Tim Kuijsten
This issue supersedes bug #845586 which was an attempt to package mongovi v1.0.0 that stalled. 845586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845586

Bug#1028411: ITP: mongovi -- mongovi is a command line interface for MongoDB

2023-01-10 Thread Tim Kuijsten
Package: wnpp Severity: wishlist Owner: Tim Kuijsten X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: mongovi Version : 2.0.0 Upstream Author : Tim Kuijsten * URL : https://github.com/timkuijsten/mongovi * License : ISC Programming Lang: C

Bug#1012612: texinfo: Info documentation links to missing "pod2texi" manual

2023-01-09 Thread Tim Allen
issue is not solved: - /usr/share/info/dir still mentions "(pod2texi)Invoking pod2texi." - /usr/share/info/texinfo.info.gz still includes that link in its START-INFO-DIR-ENTRY section. - There's still no /usr/share/info/pod2texi.info(.gz) file Thank you for your packaging work! Tim.

Bug#1027921: linux-image-5.10.0-20-amd64: aacraid's expose_physicals=-1 is not functional

2023-01-04 Thread Tim
n any case, 5.10 is the stock kernel for Debian Bullseye and thus I wanted to report the issue, if only to ensure it is tracked, even if the/a fix doesn't make the cut for Bullseye. Best regards Tim Düsterhus Developer WoltLab GmbH -- WoltLab GmbH Nedlitzer Str. 27B 14469 Potsdam Tel.: +49 33

Bug#1027921: linux-image-5.10.0-20-amd64: aacraid's expose_physicals=-1 is not functional

2023-01-04 Thread Tim
the the issue already existed with Linux 5.3. Best regards Tim Düsterhus Developer WoltLab GmbH -- WoltLab GmbH Nedlitzer Str. 27B 14469 Potsdam Tel.: +49 331 96784338 duester...@woltlab.com www.woltlab.com Managing director: Marcel Werk AG Potsdam HRB 26795 P

Bug#1027921: linux-image-5.10.0-20-amd64: aacraid's expose_physicals=-1 is not functional

2023-01-04 Thread Tim Düsterhus
Package: src:linux Version: 5.10.158-2 Severity: normal X-Debbugs-Cc: duester...@woltlab.com Dear Maintainer, after upgrading my server from Debian Buster to Debian Bullseye, I noticed that the underlying devices attached to the Adaptec 6405E raid controller were no longer exposed via the

Bug#1027443: python3-pyqt6: Package cannot be installed. It depends on 'qt6-base-abi =6.3.1' which does not exist.

2022-12-31 Thread Tim Magee
Hi Dmitry, Wow that's great news, thanks! Tim On Sat, 31 Dec 2022 20:59:57 +0300 Dmitry Shachnev wrote: > Hi Tim! > > On Sat, Dec 31, 2022 at 03:10:10PM +, Tim Magee wrote: > > Package: python3-pyqt6 > > Version: 6.4.0-1 > > Severity: important > > >

Bug#1027443: python3-pyqt6: Package cannot be installed. It depends on 'qt6-base-abi =6.3.1' which does not exist.

2022-12-31 Thread Tim Magee
from being installed, although probably only for my fellow SIDianites. Thanks! Tim -- System Information: Debian Release: bookworm/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 5.18.0-4-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG

Bug#1025784: Acknowledgement (mariadb-server-core-10.6: Can't connect to local server through socket '/run/mysqld/mysqld.sock' (111))

2022-12-25 Thread Tim McConnell
Further attachments and files. On Fri, 2022-12-09 at 01:36 +, Debian Bug Tracking System wrote: > Thank you for filing a new Bug report with Debian. > > You can follow progress on this Bug here: 1025784: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025784. > > This is an

Bug#1026062: kded5: kded crashes with signal 11

2022-12-20 Thread Tim Sattarov
Hello After upgrade to 5.101.0-1 I am still seeing this error. It looks like the problem is in the apper/packagekit Logs just before the crash: Dec 20 08:16:44 arda kded5[1955]: apper.daemon: System is not ready, application should conserve resources Dec 20 08:16:44 arda kded5[1955]:

Bug#1026062: kded5: kded crashes with signal 11

2022-12-15 Thread Tim Sattarov
I've just did a little test and can reproduce this by checking for updates in the Discover interface. Is there anything I can do to help fixing this? So far it keeps crippling my workflow and the only way to fix it is to restart the kded service. Thanks Tim On 12/13/22 19:58, Tim Sattarov

  1   2   3   4   5   6   7   8   9   10   >