I have been using Ubuntu now for twelve years. Last summer I fresh-installed 20.04 LTS on all my systems. On at least one of my systems (my laptop), every day it plays a three-beat, two note chime at 16:45 UTC (09:45 local). It's been doing it for ~3-4 months. I didn't do anything intentional to create this strange behavior. There's no popup, or new notification associated with the chime, just the sound. I don't know how to begin troubleshooting this. Where would I look to start figuring out what is chiming?
Update: Today, the chime sounded at 15:55 UTC (08:55 local) and again at the "normal" time, 16:45 UTC.
This is the command I used:
sudo journalctl --since "2022-09-29 08:50:00" --until "2022-09-29 09:54:00"
This is the output from that command:
-- Logs begin at Thu 2021-10-28 06:14:58 MST, end at Thu 2022-09-29 10:07:19 MST. --
Sep 29 08:55:32 john-Q501LA gnome-shell[2156]: Fontconfig error: Cannot load default config file: No such file: (null)
Sep 29 09:01:35 john-Q501LA gnome-shell[2156]: Error in cpuinfo: failed to parse processor information from /proc/cpuinfo
Sep 29 09:10:05 john-Q501LA gnome-shell[2156]: Fontconfig error: Cannot load default config file: No such file: (null)
Sep 29 09:10:07 john-Q501LA gnome-shell[2156]: Error in cpuinfo: failed to parse processor information from /proc/cpuinfo
Sep 29 09:17:01 john-Q501LA CRON[18953]: pam_unix(cron:session): session opened for user root by (uid=0)
Sep 29 09:17:01 john-Q501LA CRON[18954]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Sep 29 09:17:01 john-Q501LA CRON[18953]: pam_unix(cron:session): session closed for user root
Sep 29 09:24:04 john-Q501LA systemd[1445]: Started Application launched by gnome-shell.
Sep 29 09:25:47 john-Q501LA gnome-shell[2156]: Error in cpuinfo: failed to parse processor information from /proc/cpuinfo
Sep 29 09:30:01 john-Q501LA CRON[19298]: pam_unix(cron:session): session opened for user root by (uid=0)
Sep 29 09:30:01 john-Q501LA CRON[19299]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Sep 29 09:30:01 john-Q501LA CRON[19298]: pam_unix(cron:session): session closed for user root
Sep 29 09:30:38 john-Q501LA systemd[1]: Started Run anacron jobs.
Sep 29 09:30:38 john-Q501LA anacron[19317]: Anacron 2.3 started on 2022-09-29
Sep 29 09:30:38 john-Q501LA anacron[19317]: Normal exit (0 jobs run)
Sep 29 09:30:38 john-Q501LA systemd[1]: anacron.service: Succeeded.
Sep 29 09:38:27 john-Q501LA gnome-shell[2156]: Fontconfig error: Cannot load default config file: No such file: (null)
Sep 29 09:38:41 john-Q501LA gnome-shell[2156]: Fontconfig error: Cannot load default config file: No such file: (null)
Sep 29 09:39:58 john-Q501LA gnome-shell[2156]: Error in cpuinfo: failed to parse processor information from /proc/cpuinfo
Sep 29 09:39:59 john-Q501LA gnome-shell[2156]: [2443:2443:0929/093959.370379:ERROR:gl_utils.cc(319)] [.WebGL-0x347c0033ff00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due>
Sep 29 09:40:46 john-Q501LA kernel: perf: interrupt took too long (3963 > 3937), lowering kernel.perf_event_max_sample_rate to 50250
Sep 29 09:48:49 john-Q501LA gnome-shell[2156]: Error in cpuinfo: failed to parse processor information from /proc/cpuinfo`enter code here`
journalctl
to see if there's any useful message(s) being logged at the time of the sound. You can use--since
and--until
to narrow down the output fromjournalctl
. Depending on who has access to your system, I'd potentially be suspicious of friends and colleagues and check crontab and systemd timers before doing any further troubleshooting – frippe Sep 28 '22 at 17:26Have you checked your crontab?
―
– MDeBusk Sep 29 '22 at 17:52/usr/share/sounds/gnome/default/alerts$
hasbark.ogg drip.ogg glass.ogg sonar.ogg
but those are not chimes. Could it be something like tiktok or facebook app? Mail app? – Rinzwind Sep 29 '22 at 17:57