![]() |
Firefox in 3.8 - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Firefox in 3.8 (/showthread.php?tid=7601) |
Re: Firefox in 3.8 - stevef - 02-01-2021 Just gone through how to get to the grub loader on an Acer One-722 with BIOS running 32 bit Linux lite v3.8 which is normally updated weekly so isn't yet on 4.4.0.202. Boot as normal, open a terminal and edit the grub control file with Code: sudo nano /etc/default/grub change the following three items Code: GRUB_HIDDEN_TIMEOUT=10 save file with CTRL o exit nano with CTRL x apply changes with Code: sudo update-grub Reboot. There should be a visible 10-0 countdown. Press 'shift' to bring up the GRUB loader. Arrow down to advanced and press return to show all the kernels available on disk Select 4.4.0.201 (assuming the problem is with 4.4.0.202) Re: Firefox in 3.8 - stevef - 02-01-2021 As an experiment I updated the Acer One including the 4.4.0.202 kernel. After reboot with 4.4.0.202 firefox doesn't start and trying to shutdown via Menu-> Log Out -> Shut Down just returned to desktop. Ran poweroff from the console - this began a shut down which paused for 6 minutes. After 360 sec I saw 4 error messages related to firefox and 4.4.0.202 including the word 'taint' with reference to the kernel version but the shut down completed. Was able to access the grub loader when rebooting and set 4.4.0.201 to boot. Firefox worked normally and the system shut down using Menu-> Log Out -> Shut Down cleanly. Will leave this version as the default for the time being. Re: Firefox in 3.8 - LinuksLajt - 02-01-2021 I too have a 32-bit Acer One with LinuxLite 3.8 as the only OS. I was relying on Install Updates and Lite Tweaks for all updates, and until this kernel 4.4.0.202 everything worked perfectly (but with no software from unsupported sources). Now I know to use Install/Remove Software selectively and to create a restore point beforehand. Now my kernel is sitting at 4.4.0.194, and the only one offered in Install/Remove Software is the faulty 4.4.0.202. I do not know of a method to get an in-between kernel. Since this is a kernel issue, and not a Firefox one, I was wondering if the topic should be referred to another forum. Is the bug likely to be fixed in a later, supported 32-bit kernel? Not everyone has the luxury of dedicating a 64-bit machine to LinuxLite (tried double boot, did not like it), so I am sorry there are no later 32-bit releases than 3.8. Re: Firefox in 3.8 - Frobozz - 02-01-2021 I'll leave it to someone more knowledgeable to elevate this bug report. Myself with the netbook, I just wiped it & re-installed 3.8 foregoing updates. Manually updated firefox it's now 84 and seems to work fine so that's where I'll keep it. I'll keep the broken 3.8 VM around to see if a future update fixes the problem. A bit bummed out, imagining tons of working laptops going into landfills over this.... Re: Firefox in 3.8 - GregO - 02-01-2021 (01-31-2021, 04:21 PM)stevef link Wrote: From the Grub loader menu at boot select advanced options. This should show a choice of available kernels. Select an earlier one and let it boot to see if it fixes the new issues. This worked, Thanks. Should 4.4.0.202 be removed? (02-01-2021, 02:43 PM)stevef link Wrote: Was able to access the grub loader when rebooting and set 4.4.0.201 to boot. Firefox worked normally and the system shut down using Menu-> Log Out -> Shut Down cleanly. Same here. Re: Firefox in 3.8 - GregO - 02-01-2021 (02-01-2021, 09:20 PM)GregO link Wrote: [quote author=stevef link=topic=7952.msg54881#msg54881 date=1612110087]From the Grub loader menu at boot select advanced options. This should show a choice of available kernels. Select an earlier one and let it boot to see if it fixes the new issues. This worked, Thanks. Should 4.4.0.202 be removed? (02-01-2021, 02:43 PM)stevef link Wrote: Was able to access the grub loader when rebooting and set 4.4.0.201 to boot. Firefox worked normally and the system shut down using Menu-> Log Out -> Shut Down cleanly. Same here. [/quote] Re: Firefox in 3.8 - firenice03 - 02-01-2021 [member=43252]Frobozz[/member] [size=1em]So - I checked prior to updating - and it had been 300+ days since last update sooo.... [/size] [size=1em]After the update - Lite Tweaks and FF did not launch, though Chromium did.. Could see the "hour glass" as if it was trying, also shutting down seemed to hang.. (4.4.0-202)[/size] [size=1em]To work around after booting LL - Arrow down on the GRUB screen to "Advanced Options for Linux Lite.."[/size] [size=1em]Choose another kernel (beside 4.4.0-202) mine was 4.4.0-177 [/size] [size=1em]After booting you should be able to access FF and Lite Tweaks - from Lite Tweaks > Kernel Remover you can remove the 4.4.0-202 kernel -- so you don't default by accident... [/size] [size=1em]This is probably the most straight forward way around and without potential damage to the system.. [/size] [size=1em]Booting to previous kernel via grub[/size] [size=1em]Use Lite Tweaks select Kernel Remover to remove 4.4.0-202 and/or any other kernels *make sure to grab each of the series (there may be 3 per)[/size] [size=1em]- Lite Tweaks will not display the IN USE kernel (as long as your in a working) therefore wont be able to delete ![]() [size=1em]While in your system you can use the following command to check kernel version..[/size] Code: uname -r Re: Firefox in 3.8 - Moltke - 02-02-2021 You can also mark the working kernel as held, so it doesn't get updated with the system, until you know it's safe to do so. Open the terminal and type Code: sudo apt-mark hold linux-image-working-kernel-version-here Code: sudo apt-mark unhold linux-image-working-kernel-version-here Hope this helps! ![]() Re: Firefox in 3.8 - stevef - 02-02-2021 Moltke - I couldn't get 'apt-mark hold version' to work. Have you tried it ? I had set it on my 3.8 32 bit system when still on 4.4.0.201 but it subsequently downloaded and upgraded version to 4.4.0.202 when upgrading through the GUI regardless. GregO - There's no need to delete 4.4.0.202. GRUB will remember your selection and will continue to boot it provided the lines Code: GRUB_DEFAULT=saved are in /boot/grub/grub.cfg Re: Firefox in 3.8 - Moltke - 02-02-2021 (02-02-2021, 07:43 AM)stevef link Wrote: Moltke - I couldn't get 'apt-mark hold version' to work. Have you tried it ? What do you mean "you couldn't get 'apt-mark hold version' to work"? What error did you get? I haven't tried in this particular case because; 1, I don't use LL 3.8 and 2, I don't have this kind of issue, sorry. However, I've used "apt-mark hold" a few times when needed, and it's always worked. Are you using the right command: Code: sudo apt-mark hold Code: sudo apt-mark hold linux-image-linuxlite-4.4.0.201 Code: sudo apt-mark unhold linux-image-linuxlite-4.4.0.201 |