Bug#1042981: Multiarch pitfall: polkitd fails to start if not installed in native architecture

2024-03-12 Thread Bertram Felgenhauer
Michael Biebl wrote: > I've contemplated dropping the Multi-Arch: foreign notation in systemd and > maybe also for policykit-1. > > Is there a valid use case where we need/want a foreign systemd/policykit-1? Wouldn't that go in the wrong direction? I'd think that we want the native systemd or

Bug#1052690: grub2: post-install script overrides manual changes to GRUB_DISABLE_OS_PROBER

2023-10-24 Thread Bertram Felgenhauer
Sorry, I never tested whether the setting actually persists; I just hoped that it would. But indeed it is not; I had to manually intervene once again. Jordi's analysis and patch look plausible to me. It might be slightly better to compare "${GRUB_DISABLE_OS_PROBER}" to "true" instead of "false"

Bug#1052690: grub2: post-install script overrides manual changes to GRUB_DISABLE_OS_PROBER

2023-09-26 Thread Bertram Felgenhauer
Agustin Martin wrote: > I have my 'local-settings.cfg' in that dir and works as expected. > > Does using '/etc/default/grub.d/99-osprober.cfg' work? That does work. As far as I can make out, the directory ships empty (though other packages may add stuff there), so it's hard to find out about

Bug#1052690: grub2: post-install script overrides manual changes to GRUB_DISABLE_OS_PROBER

2023-09-26 Thread Bertram Felgenhauer
Package: grub2 Version: 2.12~rc1-10 Dear Maintainer, * What led up to the situation? An update of grub a while ago changed the default os-prober behavior; see also #1038974. * What exactly did you do (or not do) that was effective (or ineffective)? I edited /etc/default/grub to

Bug#1042981: Multiarch pitfall: polkitd fails to start if not installed in native architecture

2023-08-08 Thread Bertram Felgenhauer
Luca Boccassi wrote: [...] > I don't think this is something we should facilitate by default or > spend any energy on. > > You can correct me if I'm wrong, but I don't see any good reason why > anybody would need to run a polkitd:i386 on an otherwise amd64 system. > It's not what happens by

Bug#1042981: Multiarch pitfall: polkitd fails to start if not installed in native architecture

2023-08-03 Thread Bertram Felgenhauer
Package: polkitd Version: 123-1 Severity: normal File: /usr/lib/polkit-1/polkitd Dear Maintainer, for reasons lost in time I had polkitd:i386 installed on an x86_64 host. After the update to 123-1, polkitd stopped working with errors like [ 2080.436059] audit: type=1326

Bug#1005023: thunderbird subprocess (glxtest) dumps core on startup (with apparmor)

2023-01-27 Thread Bertram Felgenhauer
This appears to be fixed in thunderbird 1:102.6.0-1 which includes the following in /etc/apparmor.d/usr.bin.thunderbird: # Imported from the opencl abstraction, which we cannot include # due to conflicting "x" @{sys}/devices/pci[0-9]*/**/{class,config,resource,revision} r, I have not

Bug#1005023: thunderbird subprocess (glxtest) dumps core on startup (with apparmor)

2022-02-05 Thread Bertram Felgenhauer
Package: thunderbird Version: 1:91.5.1-1+b2 Severity: normal Dear Maintainer, on startup, thunderbird generates a core dump when apparmor is enabled. Apart from that, the program works fine. *** To reproduce: > thunderbird [GFX1-]: No GPUs detected via PCI [GFX1-]: glxtest: process failed

Bug#904465: Upgrading xserver-xorg-core breaks OpenGL?

2018-07-30 Thread Bertram Felgenhauer
file. I'm not sure what the best solution is. Best regards, Bertram Felgenhauer

Bug#718873: pppd wrongfully rejects IPCP acknowledgements containing ms-wins fields

2013-08-06 Thread Bertram Felgenhauer
Package: ppp Version: 2.4.5-5.2 I'm seeing IPCP negotiations going like this (and eventually failing) when connecting to my ISP: Jul 11 20:03:25 * pppd[4833]: sent [IPCP ConfReq id=0x2 addr 0.0.0.0 ms-dns1 0.0.0.0 ms-dns2 0.0.0.0] Jul 11 20:03:26 * pppd[4833]: sent [IPCP ConfReq id=0x2 addr

Bug#628043: Broken glyphs im proofgeneral emacs mode.

2011-05-26 Thread Bertram Felgenhauer
Package: emacs23 Version: 23.3+1-1 Proof General (which is an emacs based frontend for automatic theorem provers) can display parts of formulas using unicode characters. In recent versions of emacs, these get truncated (i.e. the corresponding character cells are too narrow to contain the

Bug#551838: debootstrap --unpack-tarball downloads Packages file.

2011-02-11 Thread Bertram Felgenhauer
the 'nocache' option in /usr/share/debootstrap/functions). For the original reporter, this was surprising and annoying, and I tend to agree with him. But even if the feature is there to stay, I think that this behaviour should be disabled by --make-tarball. Best regards, Bertram Felgenhauer

Bug#358164: libedit2: adding \n incrementally with read/write history

2008-09-16 Thread Bertram Felgenhauer
Hi, this is caused by a misuse of the second argument to the getline() glibc function in fgetln(). The number stored there is not the number of bytes read (plus 1), but the actually allocated size for the buffer, which may be larger. To find the number of characters read, the return value of

Bug#382550: xsok can overwrite last level's savefiles

2006-08-11 Thread Bertram Felgenhauer
; } With kind regards, Bertram Felgenhauer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#305593: telnet messes up control characters if used on a non-TTY

2006-04-08 Thread Bertram Felgenhauer
This bug still exists; the link I provided for the patch no longer works though, and neither does the original e-mail address. So here's the patch again, inline this time. --- netkit-telnet-0.17/telnet/terminal.cc 2006-04-08 23:01:19.701512988 +0200 +++

Bug#305593: telnet messes up control characters if used on a non-TTY

2005-04-20 Thread Bertram Felgenhauer
Package: telnet Version: 0.17-28 When telnet is invoked with non-TTY stdin, it can mess up the control characters. example: $ echo lll | telnet localhost 8000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. receiving end: $ nc -l -p 8000