Bug#1054337: lv2 version in debian is outdated

2023-10-29 Thread niels nowatzki
Hi,

assuming your workload to be quite high, maybe it helps to file a patch.

This should suffice to incorporate the newer releases. Apparently i
can't test this properly. 

diff --git a/debian/watch b/debian/watch
index db1b900..6f49a6f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=4
 opts=pgpmode=auto \
- https://lv2plug.in/spec/lv2-([\d.]*)\.tar\.bz2
+ https://lv2plug.in/spec/lv2-([\d.]*)\.(?:tar\.(?:bz2|xz))
-- 



Bug#1054337: reportbug: lv2 version in debian is outdated

2023-10-22 Thread Niels Nowatzki
Package: lv2
Severity: normal

Dear Maintainer(s),

as the title says the current version of lv2 packages in debian is 1.18.4-3
while upstream is at 1.18.10.

In 
https://salsa.debian.org/multimedia-team/lv2/-/blob/master/debian/upstream/metadata
you are tracking a github repo which seems to have become a mirror of the 
gitlab repo where most of the work is done nowadays:
https://gitlab.com/lv2/lv2

The real problem though is the watch file which checks for .bz2 files in
https://lv2plug.in/spec/
while upstream changed their compression to .xz.

Please check the situation.

Keep on rocking, niels
 

-- System Information:
Debian Release: 12.2
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable'), (80, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386



Bug#923421: start-stop-daemon: matching only on non-root pidfile /run/sogo/sogo.pid is insecure

2019-02-27 Thread Niels Nowatzki
Package: sogo
Version: 4.0.5-3
Severity: important

Dear Maintainer,

i just ran in a problem which was already reported on other packages (#921557 
and #921016).
When i try to restart or stop sogod the initscript throws an error message as 
seen in the subject
and ceases to operate.

The attached patch resembles the solution of #921016 and works for me.

In other notes: The severity should probably really be "serious", but i could 
not easily find out 
how to feed it to the BTS.

Thanks for your good work,
niels
 

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages sogo depends on:
ii  adduser   3.118
ii  gnustep-base-runtime  1.26.0-4
ii  libc6 2.28-7
ii  libcurl3-gnutls   7.64.0-1
ii  libgcc1   1:8.2.0-21
ii  libglib2.0-0  2.58.3-1
ii  libgnustep-base1.26   1.26.0-4
ii  libgnutls30   3.6.6-2
ii  liblasso3 2.6.0-2+b2
ii  libmemcached111.0.18-4.2
ii  libobjc4  8.2.0-21
ii  libsbjson2.3  2.3.2-4+b1
ii  libsope1  4.0.5-2
ii  lsb-base  10.2018112800
ii  memcached 1.5.6-1
ii  sogo-common   4.0.5-3
ii  tmpreaper 1.6.14
ii  zip   3.0-11+b1

sogo recommends no packages.

Versions of packages sogo suggests:
pn  postgresql | default-mysql-server | virtual-mysql-server  

-- Configuration Files:
/etc/init.d/sogo changed [not included]
/etc/sogo/sogo.conf [not included] 

-- no debconf information
diff -u orig/debian/sogo.init patch/debian/sogo.init
--- orig/debian/sogo.init   2019-02-27 22:13:00.809760064 +0100
+++ patch/debian/sogo.init  2019-02-27 22:17:41.581975621 +0100
@@ -74,12 +74,12 @@
;;
   stop)
log_daemon_msg "Stopping $DESC" "$NAME"
-   start-stop-daemon --stop --oknodo --pidfile $PIDFILE 
--retry=TERM/20/KILL/5
+   start-stop-daemon --stop --oknodo --pidfile $PIDFILE 
--retry=TERM/20/KILL/5 --user $USER
log_end_msg 0
;;
   restart|force-reload)
log_daemon_msg "Restarting $DESC" "$NAME"
-   start-stop-daemon --stop --oknodo --pidfile $PIDFILE 
--retry=TERM/20/KILL/5
+   start-stop-daemon --stop --oknodo --pidfile $PIDFILE 
--retry=TERM/20/KILL/5 --user $USER
 # Ensure run directory's existence and permissions
if [ ! -d /run/sogo ]; then
 install -o $USER -g $GROUP -d /run/sogo


Bug#852804: linux-image-4.9.0-1-amd64: tpm_tis kernel stack overflow on Lenovo T61

2017-01-28 Thread niels nowatzki
Some additional Info and a workaround:

I forgot to mention that i don't use the TPM-Chip. In fact it was
disabled in the BIOS. And yes: I have tried to turn it on and off again.

Booting with the recent 4.8 Kernel i get something like that in the
dmesg:
  tpm_tis 00:05: 1.2 TPM (device-id 0x3203, rev-id 9)
  tpm tpm0: tpm_transmit: tpm_send: error -5
  tpm_tis 00:05: Could not get TPM timeouts and durations

So i get an error message, but no oops or the like. Everything works
as expected.

As a workaround i booted with the option "tpm_tis.interrupts=0".
No stack overflow occurs with this option on the 4.9 kernel anymore.
So, if for some reason this bug can't get solved, anyone who runs in this
issue should place a
  GRUB_CMDLINE_LINUX="tpm_tis.interrupts=0"
in his/hers "/etc/default/grub", run
  update-grub
and should be fine.

Hth, niels



Bug#852804: linux-image-4.9.0-1-amd64: tpm_tis kernel stack overflow on Lenovo T61

2017-01-27 Thread Niels Nowatzki
Package: src:linux
Version: 4.9.2-2
Severity: important

Dear Maintainer,

since the update to from 4.8 to 4.9 i encounter several problems on this 
specific machine.
Most annoying is the fact that suspending the laptop doesn't work anymore.
Otherwise the System seems usable in the most parts.
There is a quite similar Bug Report on the other side of the fence:
https://bugzilla.redhat.com/show_bug.cgi?id=1403444

Groetjes, niels

-- Package-specific info:
** Version:
Linux version 4.9.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 6.3.0 
20161229 (Debian 6.3.0-2) ) #1 SMP Debian 4.9.2-2 (2017-01-12)

** Command line:
BOOT_IMAGE=/vmlinuz-4.9.0-1-amd64 root=/dev/mapper/tristam--vg-root ro quiet

** Tainted: D (128)
 * Kernel has oopsed before.

** Kernel log:
Unable to read kernel log; any relevant messages should be attached

** dmesg output:
[0.00] microcode: microcode updated early to revision 0x95, date = 
2010-10-02
[0.00] Linux version 4.9.0-1-amd64 (debian-ker...@lists.debian.org) 
(gcc version 6.3.0 20161229 (Debian 6.3.0-2) ) #1 SMP Debian 4.9.2-2 
(2017-01-12)
[0.00] Command line: BOOT_IMAGE=/vmlinuz-4.9.0-1-amd64 
root=/dev/mapper/tristam--vg-root ro quiet
[0.00] x86/fpu: Legacy x87 FPU detected.
[0.00] x86/fpu: Using 'eager' FPU context switches.
[0.00] e820: BIOS-provided physical RAM map:
[0.00] BIOS-e820: [mem 0x-0x0009d7ff] usable
[0.00] BIOS-e820: [mem 0x0009d800-0x0009] reserved
[0.00] BIOS-e820: [mem 0x000d2000-0x000d3fff] reserved
[0.00] BIOS-e820: [mem 0x000e-0x000f] reserved
[0.00] BIOS-e820: [mem 0x0010-0x7d6a] usable
[0.00] BIOS-e820: [mem 0x7d6b-0x7d6cbfff] ACPI data
[0.00] BIOS-e820: [mem 0x7d6cc000-0x7d6f] ACPI NVS
[0.00] BIOS-e820: [mem 0x7d70-0x7dff] reserved
[0.00] BIOS-e820: [mem 0xf000-0xf3ff] reserved
[0.00] BIOS-e820: [mem 0xfec0-0xfec0] reserved
[0.00] BIOS-e820: [mem 0xfed0-0xfed003ff] reserved
[0.00] BIOS-e820: [mem 0xfed14000-0xfed19fff] reserved
[0.00] BIOS-e820: [mem 0xfed1c000-0xfed8] reserved
[0.00] BIOS-e820: [mem 0xfee0-0xfee00fff] reserved
[0.00] BIOS-e820: [mem 0xff00-0x] reserved
[0.00] NX (Execute Disable) protection: active
[0.00] SMBIOS 2.4 present.
[0.00] DMI: LENOVO 7659AL8/7659AL8, BIOS 7LETC7WW (2.27 ) 04/08/2010
[0.00] e820: update [mem 0x-0x0fff] usable ==> reserved
[0.00] e820: remove [mem 0x000a-0x000f] usable
[0.00] e820: last_pfn = 0x7d6b0 max_arch_pfn = 0x4
[0.00] MTRR default type: uncachable
[0.00] MTRR fixed ranges enabled:
[0.00]   0-9 write-back
[0.00]   A-B uncachable
[0.00]   C-C write-protect
[0.00]   D-D uncachable
[0.00]   E-F write-protect
[0.00] MTRR variable ranges enabled:
[0.00]   0 base 07E00 mask FFE00 uncachable
[0.00]   1 base 0 mask F8000 write-back
[0.00]   2 base 07D70 mask 0 uncachable
[0.00]   3 base 07D80 mask FFF80 uncachable
[0.00]   4 disabled
[0.00]   5 disabled
[0.00]   6 disabled
[0.00]   7 disabled
[0.00] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[0.00] found SMP MP-table at [mem 0x000f68f0-0x000f68ff] mapped at 
[9266400f68f0]
[0.00] Base memory trampoline at [926640097000] 97000 size 24576
[0.00] BRK [0x4af4c000, 0x4af4cfff] PGTABLE
[0.00] BRK [0x4af4d000, 0x4af4dfff] PGTABLE
[0.00] BRK [0x4af4e000, 0x4af4efff] PGTABLE
[0.00] BRK [0x4af4f000, 0x4af4] PGTABLE
[0.00] BRK [0x4af5, 0x4af50fff] PGTABLE
[0.00] BRK [0x4af51000, 0x4af51fff] PGTABLE
[0.00] RAMDISK: [mem 0x35449000-0x36a1bfff]
[0.00] ACPI: Early table checksum verification disabled
[0.00] ACPI: RSDP 0x000F68C0 24 (v02 LENOVO)
[0.00] ACPI: XSDT 0x7D6BB614 9C (v01 LENOVO TP-7L
2270  LTP )
[0.00] ACPI: FACP 0x7D6BB700 F4 (v03 LENOVO TP-7L
2270 LNVO 0001)
[0.00] ACPI BIOS Warning (bug): 32/64X length mismatch in 
FADT/Gpe0Block: 64/32 (20160831/tbfadt-603)
[0.00] ACPI BIOS Warning (bug): Optional FADT field Gpe1Block has valid 
Address but zero Length: 0x102C/0x0 (20160831/tbfadt-658)
[0.00] ACPI: DSDT 0x7D6BBB1D 01003C (v01 LENOVO TP-7L
2270 MSFT 0300)
[0.00] ACPI: FACS 0x7D6E4000 40
[0.00] ACPI: