Package: firmware-amd-graphics
Version: 20230625-2
Severity: important
X-Debbugs-Cc: tho...@glanzmann.de
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
I updated to Debian trixie.
* What exactly did you do (
Hello,
since I have also three productions systems with proxmox and bookworm nfs
servers which did not show the issue, I wonder which NFS version you're
using? I use nfs version 3.
Cheers,
Thomas
Hello Axel,
> And that fix seems to have been backported in 1.6.2-3 (now in stable,
> testing and unstable), see https://bugs.debian.org/1026217
> So this bug report likely can be closed as fixed in libunwind/1.6.2-3
> or (force-) merged with #1026217. (But I'd like to have a second pair
> of eye
Hello,
I had the same issue. For me librsvg2-common was not installed. After
installing it, the issue was gone.
sudo apt install -y librsvg2-common
Cheers,
Thomas
Package: libunwind8
Version: 1.6.2-2.1
Severity: important
Tags: patch
X-Debbugs-Cc: as...@lists.linux.dev
Hello,
the recent libunwind8 update 1.6.2-2.1 breaks for architectures which have a
pagesize bigger than 4096 on arm64. The issue is fixed upstream. But no
release has been made with the patc
Hello,
the issue is already fixed upstream in libunwind.
Cheers,
Thomas
Hello,
at least the problem on apple silicon systems is due to libunwind
assuming 4k page size. Find the patch by Daniel Moody here:
https://tg.st/u/0001-libunwind-1.6.2-dynamic-page-size.patch
Janne Grunau pointed me to it.
Cheers,
Thomas
Hello,
running Debian testing on apple silicon had the same issue. The culprit
seems to be that libunwind was recently updated to 1.6.2-2 which
triggers the issue for us. Downgrading to the old version works for us:
wget
http://ftp.de.debian.org/debian/pool/main/libu/libunwind/libunwind8_1.3.2-2_
Source: partman-efi
X-Debbugs-Cc: tho...@glanzmann.de
Version: 94
Severity: normal
Tags: d-i patch
Hello,
when installing Debian on an arm64 m1 machine, I get the following error during
auto partitioning or when creating a EFI System Partition with more than 256 MB:
partman: mkfs.vfat: Not enough
Package: wpasupplicant
X-Debbugs-Cc: tho...@glanzmann.de
Version: 2:2.9.0-23
Severity: wishlist
Tags: patch
Hello,
wpa_supplicant.conf(5) manpage includes multiple examples with group wheel.
Group wheel does not exist on Debian as a result the example fails. It should
either be changed to root or
Hello,
I have the same issue. I'm on Debian 10 amd64 with 0.12.2-3. I also
tried 1.1.2-2~bpo10+1. This issue is related with something Letsencrypt
changed. The last Letsencrypt Certificate was from 8th October. Tonight
I renewed my Letsencrypt Certificate autoamtically. After that before
the login
Hello,
I have the same problem. After trying for two hours, I found a way to
register an account:
- Run linphonec
- Run proxy add
Than the account also shows up in linphone.
Example:
linphonec> proxy add
Adding new proxy setup. Hit ^D to abort.
Enter proxy sip address: [2003:...:
Hello Jan,
> I did a quick estimate by resizing my xterm to maximum (on 1600x1200
> with a rather tiny font, yielding 264 columns) and multiplying by 2
> for a possible xinerama/dualhead setup. The outcome was more than
> 512, so I increased it to 768.
I see. 512 is enough for my 1920x1200 btw.
Hello,
to what value did you increase MAXSTR?
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello,
this is very easy to solve:
ssh-agent | head -2 > .ssh/env
. .ssh/env
ssh-add
screen -S main -c .screenrc-main
=> Problem solved. At least in practice.
am I the only screen poweruser?
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a s
Hello,
please
close 348657
It is fixed since ages.
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello,
I found the problem. You have to start kded beforehand manually. After
that artsd starts. In woody this happened implcitly. However the new
artsdsp doesn't work as good as the old release did, so it is useless
for my current application. I think we can kick this bugreport. I have
to look for
Package: arts
Version: 1.5.5-1
Severity: serious
Hello,
I used arts a lot on debian woody in the following way:
window 1:
artsd
window 2:
artsdsp -m /path/to/first/application/with/oss_interface
window 3:
artsdsp -m /path/to/second/application/with/oss_interface
Since t
Hello,
> Also consider symlinks in the path, etc. Really, your best approach as
> far as I understand is to use realpath() on the filename/path of the
> mailbox before md5-ing it.
yes, it is.
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble
Hello Tore,
I see the same problem on my mac mini using a self compiled X using usb
keyboard and usb mouse. My solution so far for it is pulling the usb
keyboard out and putting it after a second or so back in. After that my
usb keyboard starts working again. I know that my pointer works to, but
I
Package: watchdog
Version: 5.2.4-4
Severity: important
Hello everyone,
the option ping-count isn't documented and doesn't work. Per default
watchdog tried three times to ping a host. With the option ping-count it
is supposed to change this number via the configfile. This is important
because my s
Hello Frederic,
this part of the watchdog binary opens the file /proc/net/dev and looks
if the byte counter of incomming and extern traffic changes, if it
doesn't it resets the machine. This happened once for me with a sky
networkcard (but I use watchdog only since last night). I guess that my
netw
Hello,
> What does ps say about the bash process that is spawned by screen?
> It should be listed as -/bin/bash.
yes, it is. But it isn't a login shell. That is for sure. I even tried
it with a clean environment. What is the md5sum of your screen, if you
can't reproduce it?
(travelmate)
Hello,
> I can't reproduce this.
Let's try again on testing:
(travelmate) [~] cat .screenrc-debian
shell -/bin/bash
(travelmate) [~] screen -c .screenrc-debian
=> in screen:
[EMAIL PROTECTED]:~$ suspend
# => Note the different
Hello,
> please just verify that your /etc/vimrc is up to date : verify that
> the one in the package has been merged, and is not stayed under
> /etc/vim/vimrc.dpkg-new. if yes, please close that bug, and fix that
> yourself (and/or open a bug on dpkg which is here the one responsible)
that was
Hello,
> Could you please give us the output of "ls -l /usr/bin/vim*"? I fear
> there went something wrong when upgrading the package from a version
> which used diversions to a newer package which now uses alternatives.
lrwxrwxrwx 1 root root 21 Jan 15 13:33 /usr/bin/vim ->
/etc/alternati
Package: vim
Version: 1:6.4-006+1
Severity: serious
Tags: experimental
Hello,
please test your packages before publishing them.
:syn on gives me for example the following:
Error detected while processing /usr/share/vim/vim64/syntax/syntax.vim:
line 42:
E216: No such group or event: filetypedet
Package: screen
Version: 4.0.2-4.1
Severity: important
Tags: experimental
Hello,
before the last update specifing 'shell -/bin/bash' in my .screenrc gave me
login shells (this happens also if I compile screen by myself). With current
available screen package for testing, it doesn't work anylonger
Hello UKAI,
I wanted to ask, if there is any progress in the qdbm debian packages?
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: xterm
Version: 4.3.0.dfsg.1-12.0.1
Severity: important
Tags: patch
Xterm has some colorization problems which are pop-up for example if you
read your eMail in mutt in a screen. The problem is:
From: Thomas Dickey <[EMAIL PROTECTED]>
To: Thomas Glanzmann <[EMAIL
Hello Dato,
* Adeodato Simó <[EMAIL PROTECTED]> [050310 07:10]:
> Just in case you didn't spot it already.
I described from the lists.
> > If I open a maildir using mutt's mailboxes list, and then open it using
> > "mutt -f Mail/drow", the header cache creates a second cache. They're
> > the
Hello,
> Hi Thomas. I don't know why, but seemed to have missed this message
> when you sent it first. I just found it today when examining this bug
> report via the web. I am running valgrind now. For how long should I
> run mutt? Will have any way of knowing if the crash would have happened
Hello,
==6299== Invalid read of size 1
==6299==at 0x1B904A33: strcmp (mac_replace_strmem.c:250)
==6299==by 0x807581D: hash_find_hash (hash.c:104)
==6299==by 0x80A8E90: mutt_sort_threads (thread.c:782)
==6299==by 0x80A6C39: mutt_sort_headers (sort.c:287)
==6299==by 0x8061F24: up
Hallo,
> Just FYI, You undo Ctrl-S with Ctrl-Q.
Screen has it's own flow control in addition to the terminals inside
screen:
Ctrl-A Ctrl-Q
or
Ctrl-A q
Greetings,
Thomas
--
To UNSUBSCRIB
Hello,
thanks for all the data. But we have a problem. The mutt binary has the
debugging symbols stripped. We have to ask dato to build a mutt package
with the debugging symbols in and let you re-valgrind it.
I can say so far that we have at least a few invalid free(s). This could
be even header c
Hello,
> Thomas: should I mail you as well or is mailing [EMAIL PROTECTED]
> enough? Currently I'm group replying.
[EMAIL PROTECTED] is enough.
Greetings,
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello,
the backtrace isn't very helpful expect that it indicates that already
freed or never allocated memory was free'ed. This could be a problem of
the header cache for example.
> # Note from Maurits: "Invoer-/uitvoerfout" is Dutch for: Input/output
> # error.
you can do a
export LD_LIBRARY_
Hello,
> I am using 1.5.6 from SID and I am connecting via SIMAP
> to and the Server is a courier-imap-ssl
could you please create a backtrace (see previous eMails) and/or run
valgrind on it?
Thomas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Troubl
Hello,
> I also get segfaults from mutt several times a day. It always seems to
> happen just after mutt displays a message "Sorting mailbox". This also
> happens when I don't do anything. Mutt is running, I go to sleep and
> next morning mutt has segfaulted. And no signs of fairies or grues. ;)
>
Hello,
could you please send me an useful backtrace?
apt-get install libc6-dbg
LD_LIBRARY_PATH=/usr/lib/debug mutt
gdb /usr/bin/mutt
attach pid
reproduce the problem and type backtrace. :-)
Hopefully we get the name of the calling function.
Does this happen also with an empty mailbox?
Package: bash3
Version: 3.0-10
Severity: normal
Tags: patch
Hello,
having the following in .inputrc:
$if Bash
",2": " 2>&1"
",n": " 2>/dev/null"
",t": "/var/tmp/sithglan/"
",b": "/opt/build/thomas/"
",": self-insert
$endif
should expand ,2 to " 2>&1" but , still to ','. This
41 matches
Mail list logo