Your message dated Thu, 20 Feb 2025 14:56:28 +0100 (CET)
with message-id <20250220135628.e84f8be2...@eldamar.lan>
and subject line Closing this bug (BTS maintenance for src:linux bugs)
has caused the Debian Bug report #1015004,
regarding No "beep" after a reboot (system restart)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1015004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux-source
Version: 5.18.5-1
Severity: normal
Dear Maintainer,
* What led up to the situation?
System rebooted itself after a check of the file system
or "shutdown -r now" was executed by me
* What exactly did you do (or not do) that was effective (or
ineffective)?
run a script "sound" or command "beep -e $(tty)"
* What was the outcome of this action?
No sound (beep)
* What outcome did you expect instead?
Normal function
####
Observed in linux-sources (own compilation)
5.18.5-1
5.18.2-1
5.17.3-1
5.16.18-1
5.16.14-1
5.16.12-1
5.16.11-1
5.16.7-2
Script "sound":
#! /bin/sh
set -efu
number=0
printf 'Stop with Control C\n' > /dev/tty
while true; do
sound=$(printf '\007')
printf "$sound" > /dev/tty
sleep 0.3
printf "$sound" > /dev/tty
sleep 0.3
printf "$sound" > /dev/tty
number=$((number + 1))
printf "%d " $number > /dev/tty
sleep 15
[ $number -gt 15 ] && break
done
Reproduce with
shutdown -r now
logging in
and running "sound"
and "beep -e $(tty)" (in Debian package "beep")
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 5.18.5-1 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1),
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages linux-source depends on:
ii linux-source-5.18 5.18.5-1
linux-source recommends no packages.
linux-source suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi
This bug was filed for a very old kernel or the bug is old itself
without resolution.
If you can reproduce it with
- the current version in unstable/testing
- the latest kernel from backports
please reopen the bug, see https://www.debian.org/Bugs/server-control
for details.
Regards,
Salvatore
--- End Message ---