After freeze, reboot, some apps fail

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cecilieaux
Level 5
Level 5
Posts: 742
Joined: Mon Dec 09, 2013 9:43 am
Location: Washington, D.C.

After freeze, reboot, some apps fail

Post by cecilieaux »

My laptop running Sylvia froze repeatedly when I opened several programs I usually open together without problem. I tried various ways to reboot, was finally force to simply turn off the machine.

Now it seems some damage has resulted: (a) a Virtualbox VM froze and never worked again; (b) Chrome froze but now works; (c) Mintinstall asks for the password, the nothing happens after that.

1. How do I diagnose whether it is failing hardware?
2. Could my holding down the OFF button (after NOTHING worked to unfreeze the computer) to shut down the machine simply have zapped some crucial part of software? (How do I find out and recover?)
3. Don't know how to test the overall damage to other apps.

Sigh! What have I done?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cecilieaux
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint 21 Vera with Cinnamon.
Petermint
Level 9
Level 9
Posts: 2983
Joined: Tue Feb 16, 2016 3:12 am

Re: After freeze, reboot, some apps fail

Post by Petermint »

Hardware damage is unlikely from switching off. What can be damaged is the file system. Flash memory can fail to complete a write. Linux delays some writes up to a minute and changes to your system may have died half way through. The Ext4 file system includes journaling to stop some problems but not all. You might have to run a repair on the file system. if that does not work, a repair at the OS level. After that, you may have to reinstall. What do you have as a backup?

Do you have Linux on a bootable live USB stick?
What experience do you have with things like Disks, Gparted, and the command line?
cecilieaux
Level 5
Level 5
Posts: 742
Joined: Mon Dec 09, 2013 9:43 am
Location: Washington, D.C.

Re: After freeze, reboot, some apps fail

Post by cecilieaux »

Petermint wrote: Wed Feb 21, 2018 9:47 pm Hardware damage is unlikely from switching off. What can be damaged is the file system. Flash memory can fail to complete a write. Linux delays some writes up to a minute and changes to your system may have died half way through. The Ext4 file system includes journaling to stop some problems but not all. You might have to run a repair on the file system. if that does not work, a repair at the OS level. After that, you may have to reinstall. What do you have as a backup?

Do you have Linux on a bootable live USB stick?
What experience do you have with things like Disks, Gparted, and the command line?
I don't have Linux on a USB, I think I burned it on a CD or DVD. Disks? I'm not sure. Gparted I know, command line I can do but there are lots of commands I don't know.

Right now the one thing that is clearly not working is mintinstall. I mean, I can get it to work from the terminal, but not from the menu.
Cecilieaux
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint 21 Vera with Cinnamon.
User avatar
AZgl1800
Level 20
Level 20
Posts: 11183
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: After freeze, reboot, some apps fail

Post by AZgl1800 »

First an assumption.

The VM you have running, did you install it from the Software Manager's repository?

If so, there is a bug in that version and it won't run under Cinnamon for me.

I had to delete that version with this command:


sudo apt remove --purge virtualbox*

When that was done, I installed VM 6.0.1 direct from Oracle

The VB from repo is outdated and won't run with the latest kernel as mine is (4.13.0-32). For solving this, you should uninstall it completely and download the latest version from https://www.virtualbox.org/wiki/Linux_Downloads get the AMD64 version, not the i386 version.

Plus the corresponding Guest Additions from https://www.virtualbox.org/download/tes ... 120528.iso

that link is like this in English:
xxxxx.virtualbox.org/download/testcase/VBoxGuestAdditions_5.2.7-120528.iso

The forum will hide most of that link from you when it is converted into a hotspot.

Oh, this has to be done from within VM.... not from Linux. You just point VM direct to the Guest Addition ISO.
Make sure that the Guest Addition you load is 5.2.7 as the version 5.2.6 won't work.


Once that was all done, I was able to load VM and install a lot of stuff as you can see here.


.
VM apps loaded.png
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
cecilieaux
Level 5
Level 5
Posts: 742
Joined: Mon Dec 09, 2013 9:43 am
Location: Washington, D.C.

Re: After freeze, reboot, some apps fail

Post by cecilieaux »

AZgl1500 wrote: Wed Feb 21, 2018 11:03 pm The VM you have running, did you install it from the Software Manager's repository?

If so, there is a bug in that version and it won't run under Cinnamon for me.
I had to delete that version with this command:

sudo apt remove --purge virtualbox*

When that was done, I installed VM 6.0.1 direct from Oracle
I did that using Synaptic. (I have yet to learn the apt commands.) The newer Vbox is really great!

Now, how about mintinstall (Software Manager). I can get it to run from Terminal, but not by clocking on the menu (the password box comes on, I enter the password and click ok ... then nuthin').
Cecilieaux
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint 21 Vera with Cinnamon.
cecilieaux
Level 5
Level 5
Posts: 742
Joined: Mon Dec 09, 2013 9:43 am
Location: Washington, D.C.

Re: After freeze, reboot, some apps fail

Post by cecilieaux »

AZgl1500 wrote: Wed Feb 21, 2018 11:03 pm .VM apps loaded.png
I also noticed your Irfanview. You can get XnView, an open source and free software very similar to Irfanview in Linux. Just sayin'
Cecilieaux
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint 21 Vera with Cinnamon.
cecilieaux
Level 5
Level 5
Posts: 742
Joined: Mon Dec 09, 2013 9:43 am
Location: Washington, D.C.

Re: After freeze, reboot, some apps fail

Post by cecilieaux »

Thank you for some of the advice, but I the following remains unanswered:

1. How can do I diagnose whether hardware is failing?

2. How can I test the overall damage to other apps?

Thank you in advance.

Cecilieaux
Cecilieaux
--
Every time I think I'm past newbiedom something like this happens.
Running Linux Mint 21 Vera with Cinnamon.
Locked

Return to “Beginner Questions”