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

Reply via email to