Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Calculator not responding (freeze), screen lock doesn't work

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
debcat77
Posts: 7
Joined: 2020-09-13 19:41
Has thanked: 1 time
Been thanked: 1 time

[Solved] Calculator not responding (freeze), screen lock doesn't work

#1 Post by debcat77 »

Ever since I installed Bookworm, the calculator hasn't worked. It freezes immediately, and the dialog box "Does not respond" with the options to force quit or wait appears.

Today screen lock stopped working (Super+L). Changing shortcut doesn't work. Restart doesn't work.

Blender 4.0.2 also freezes and crashes. When I try Blender 4.0.2 on Ubuntu on my other machine, it works with problems.

I have problems with Laravel too.

Bookworm is installed on an HP ProDesk 600 G2 DM.

All things considered, this might be a Debian problem. I have no clue what to do next.

SOLUTION:

Screen lock issue:

Code: Select all

sudo dpkg-reconfigure lightdm
And choose gdm3, and then restart.

Calculator issue:

I had same problem as described in viewtopic.php?t=156345, where I had to:

Code: Select all

sudo mv /var/lib/apt/lists/ /var/lib/apt/lists-SAVE/
In order to update/upgrade to 12.5:

Code: Select all

sudo update
sudo upgrade
sudo dist-upgrade
sudo clean
sudo autoclean
Last edited by debcat77 on 2024-03-14 22:51, edited 2 times in total.

User avatar
ruwolf
Posts: 643
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 41 times
Been thanked: 30 times

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#2 Post by ruwolf »

Why do you think that it is a Debian problem?
Debian stable is properly tested, it is not new release, it is more than 9 months old.
So if it has several problem with freezing & crashing of various software, it is more probable hardware than software problem, IMHO.
As first I would test disk (SSD by GSmartControl) & memory (RAM by MemTest86+).

debcat77
Posts: 7
Joined: 2020-09-13 19:41
Has thanked: 1 time
Been thanked: 1 time

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#3 Post by debcat77 »

Given a host of problems, I'm just pointing at the most reasonable explanation.

Let me ask you, how would a hardware problem be causing screen lock to stop working?

User avatar
ruwolf
Posts: 643
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 41 times
Been thanked: 30 times

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#4 Post by ruwolf »

E.g by sending wrong instruction code to CPU?
Why other people have not these problems, if they use the same release?
Screen-locker is not rarely used software, so It cannot be only your problem if it is in current Debian, IMHO.
(BTW, I am talking about probability, not certainty, of course. RAM test and S.M.A.R.T SATA SSD self test are harmless.)

debcat77
Posts: 7
Joined: 2020-09-13 19:41
Has thanked: 1 time
Been thanked: 1 time

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#5 Post by debcat77 »

ruwolf wrote: 2024-03-14 11:57 Why other people have not these problems, if they use the same release?
That's a good question. I just don't see it as likely that it could be a hardware issue that creates such a specific software problem.

I'm probably gonna switch to Fedora or something, but I'll try running the tests you proposed and come back with the results.

debcat77
Posts: 7
Joined: 2020-09-13 19:41
Has thanked: 1 time
Been thanked: 1 time

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#6 Post by debcat77 »

I've run Memtest (3 times, full tests) and disk test (2 short and 1 long), and they all give no errors.

I've also run debsums, which also return no errors.

A friend suggested that I run Gnome calculator in terminal, which gives:

Code: Select all

** (gnome-calculator:4510): WARNING **: 19:29:31.975: currency-provider.vala:386: Cannot use ECB rates as don't have EUR rate

** (gnome-calculator:4510): WARNING **: 19:29:32.841: currency-provider.vala:161: Couldn't download IMF currency rate file: HTTP/2 Error: INTERNAL_ERROR

(gnome-calculator:4510): libsoup-WARNING **: 19:29:32.841: (../libsoup/soup-session.c:334):soup_session_dispose: runtime check failed: (soup_connection_manager_get_num_conns (priv->conn_manager) == 0)

(gnome-calculator:4510): libsoup-WARNING **: 19:29:32.841: (../libsoup/soup-connection-manager.c:78):soup_host_free: runtime check failed: (host->conns == NULL)
Killed

User avatar
ruwolf
Posts: 643
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 41 times
Been thanked: 30 times

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#7 Post by ruwolf »

For currency conversions, it uses current exchange rates from IMF obtained from its web-site. So for these operations, it probably needs active connection to Web.
Last edited by ruwolf on 2024-03-14 20:02, edited 1 time in total.

debcat77
Posts: 7
Joined: 2020-09-13 19:41
Has thanked: 1 time
Been thanked: 1 time

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#8 Post by debcat77 »

I've found out that the calculator works if I turn off my VPN. I use ProtonVPN.

UPDATE: I had same problem as described in viewtopic.php?t=156345, where I had to do:

Code: Select all

sudo mv /var/lib/apt/lists/ /var/lib/apt/lists-SAVE/
sudo apt update
Then I ran update, upgrade, dist-upgrade, clean and autoclean. Gnome calculator works, also with VPN on. Blender also seems to be more stable.
Last edited by debcat77 on 2024-03-14 22:33, edited 2 times in total.

debcat77
Posts: 7
Joined: 2020-09-13 19:41
Has thanked: 1 time
Been thanked: 1 time

Re: [Software] Calculator not responding (freeze), screen lock doesn't work

#9 Post by debcat77 »

Screen lock works again, I had to run

Code: Select all

sudo dpkg-reconfigure lightdm
and choose gdm3, and restart.

Post Reply