<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Linux Lite Forums - Security & Bug Fixes]]></title>
		<link>https://www.linuxliteos.com/forums/</link>
		<description><![CDATA[Linux Lite Forums - https://www.linuxliteos.com/forums]]></description>
		<pubDate>Mon, 15 Jun 2026 17:16:58 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Lite DateTime can not change time zone]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9919</link>
			<pubDate>Mon, 15 Jun 2026 22:52:58 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7263">garmilw</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9919</guid>
			<description><![CDATA[Lite 8.0 comes with the timezone set to Pacific/Ackland.  I have tried using the Lite Time Date tool to change this to America/New_York but the change is never applied.  I needed to use the terminal to run the "timedatectl set-timezone" command in order to make this system change.  This problem has been seen on all three systems that I tested Lite 8.0 on (laptop, mini-PC, and desktop PC)]]></description>
			<content:encoded><![CDATA[Lite 8.0 comes with the timezone set to Pacific/Ackland.  I have tried using the Lite Time Date tool to change this to America/New_York but the change is never applied.  I needed to use the terminal to run the "timedatectl set-timezone" command in order to make this system change.  This problem has been seen on all three systems that I tested Lite 8.0 on (laptop, mini-PC, and desktop PC)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Google Chrome update fix April 2026]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9861</link>
			<pubDate>Wed, 06 May 2026 08:25:12 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=2">valtam</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9861</guid>
			<description><![CDATA[Google Chrome update fix April 2026:<br />
<br />
In file:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/etc/apt/sources.list.d/google-chrome.sources</code></div></div><br />
overwrite the existing contents with this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>X-Repolib-Name: Google Chrome
Types: deb
URIs: https://dl.google.com/linux/chrome-stable/deb/
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/google-chrome.gpg</code></div></div><br />
Delete all the other google chrome files in that directory.]]></description>
			<content:encoded><![CDATA[Google Chrome update fix April 2026:<br />
<br />
In file:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/etc/apt/sources.list.d/google-chrome.sources</code></div></div><br />
overwrite the existing contents with this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>X-Repolib-Name: Google Chrome
Types: deb
URIs: https://dl.google.com/linux/chrome-stable/deb/
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/google-chrome.gpg</code></div></div><br />
Delete all the other google chrome files in that directory.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Initial updates to a fresh 6.6 install fail. Problem with chrome key?]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9827</link>
			<pubDate>Tue, 10 Feb 2026 00:22:31 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=2790">stevef</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9827</guid>
			<description><![CDATA[Following a fresh install from the 6.6 iso, the update/upgrade fails reporting<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42<br />
Reading package lists...<br />
W: GPG error: <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42<br />
E: The repository 'https://dl.google.com/linux/chrome/deb stable InRelease' is not signed. </blockquote>
<br />
Examination of the key located in trusted.gpg.d key shows expires 2026-02-14<br />
<br />
A workaround is to run this command.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo tee /etc/apt/trusted.gpg.d/google.asc &gt;/dev/null</code></div></div><br />
Updates to a pre-existing 6.6 system which has had regular updates applied work ok]]></description>
			<content:encoded><![CDATA[Following a fresh install from the 6.6 iso, the update/upgrade fails reporting<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42<br />
Reading package lists...<br />
W: GPG error: <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42<br />
E: The repository 'https://dl.google.com/linux/chrome/deb stable InRelease' is not signed. </blockquote>
<br />
Examination of the key located in trusted.gpg.d key shows expires 2026-02-14<br />
<br />
A workaround is to run this command.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo tee /etc/apt/trusted.gpg.d/google.asc &gt;/dev/null</code></div></div><br />
Updates to a pre-existing 6.6 system which has had regular updates applied work ok]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Onboard keyboard issues...]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9666</link>
			<pubDate>Fri, 10 Oct 2025 04:09:26 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7635">Eric Rikkinen</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9666</guid>
			<description><![CDATA[Hello...<br />
<br />
I have a Surface Go tablet onto which I installed Linux Lite v. 7.6.  The issue is as follows; When attempting to use Onboard onscreen keyboard it simply vanishes off the screen the instant I tap it.  I wish to use this device while mobile and do not want to attach a full keyboard every time I need to type something.  Has anyone encountered this situation before?  Any suggestions would be helpful. <br />
<br />
Thanks&gt;]]></description>
			<content:encoded><![CDATA[Hello...<br />
<br />
I have a Surface Go tablet onto which I installed Linux Lite v. 7.6.  The issue is as follows; When attempting to use Onboard onscreen keyboard it simply vanishes off the screen the instant I tap it.  I wish to use this device while mobile and do not want to attach a full keyboard every time I need to type something.  Has anyone encountered this situation before?  Any suggestions would be helpful. <br />
<br />
Thanks&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XFCE4-Weather-Plugin Doesn´t Work.]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9651</link>
			<pubDate>Mon, 22 Sep 2025 22:45:46 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7654">Marcelo Marchi Negreira</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9651</guid>
			<description><![CDATA[The app, even though it's installed and configured correctly for my city, doesn't display any weather information.<br />
It appears it's not connecting to the weather data server.<br />
<br />
AMD A8<br />
16 GB Ram<br />
AMD RX 550<br />
Linux Lite 7.6<br />
Kernel 6.16.8]]></description>
			<content:encoded><![CDATA[The app, even though it's installed and configured correctly for my city, doesn't display any weather information.<br />
It appears it's not connecting to the weather data server.<br />
<br />
AMD A8<br />
16 GB Ram<br />
AMD RX 550<br />
Linux Lite 7.6<br />
Kernel 6.16.8]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Thermal issues after update to 5.15.0-153-generic]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9649</link>
			<pubDate>Sun, 21 Sep 2025 15:43:24 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7650">sandeep_k2505</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9649</guid>
			<description><![CDATA[Hi All, <br />
<br />
Recently my system prompted me for updates and I accepted them as usual, but after updates I started facing severe thermal issues and my laptop started shutting down automatically due to thermal issues.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326710] thermal thermal_zone0: acpitz: critical temperature reached, shutting down
Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326723] reboot: HARDWARE PROTECTION shutdown (Temperature too high)</code></div></div><br />
<br />
 After long debug I found that latest kernel (5.15.0-153-generic) update was the issue. I had to remove new kernel and go back to old kernel (5.15.0-133-generic) to get my system stable again. <span style="font-weight: bold;" class="mycode_b">Seems they removed support for old hardware, intentionally or by mistake I don't know.</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt remove linux-image-5.15.0-153-generic linux-modules-5.15.0-153-generic
sudo update-grub</code></div></div><br />
 I wanted to raise this issues so that it can be escalated to the relevant team and fixed in future version. Below are log details and system information. Please let me know if any more information is needed. <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326710] thermal thermal_zone0: acpitz: critical temperature reached, shutting down
Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326723] reboot: HARDWARE PROTECTION shutdown (Temperature too high)


Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]: NO RAPL sysfs present 
Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]: 11 CPUID levels; family:model:stepping 0x6:25:5 (6:37:5)
Sep 21 08:50:44 linuxlite-Vostro-3500 systemd[1]: Finished ZFS file system shares.
Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]:  Need Linux PowerCap sysfs 
Sep 21 08:50:44 linuxlite-Vostro-3500 systemd[1]: Finished Save/Restore Sound Card State.
Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]: Unsupported cpu model or platform
Sep 21 08:50:44 linuxlite-Vostro-3500 systemd[1]: thermald.service: Deactivated successfully.</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>uname -a
Linux linuxlite-Vostro-3500 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Linux Lite 6.4
Release: 22.04
Codename: jammy
lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
free -h
               total        used        free      shared  buff/cache   available
Mem:           7.6Gi       2.6Gi       1.8Gi       188Mi       3.2Gi       4.5Gi
Swap:          8.0Gi          0B       8.0Gi</code></div></div><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>linuxlite  ~  lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:          36 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  4
  On-line CPU(s) list:    0-3
Vendor ID:                GenuineIntel
  Model name:            Intel(R) Core(TM) i3 CPU      M 380  @ 2.53GHz
    CPU family:          6
    Model:                37
    Thread(s) per core:  2
    Core(s) per socket:  2
    Socket(s):            1
    Stepping:            5
    CPU max MHz:          2527.0000
    CPU min MHz:          931.0000
    BogoMIPS:            5054.27
    Flags:                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 h
                          t tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid a
                          perfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm pti s
                          sbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm arat flush_l1d
Virtualization features:  
  Virtualization:        VT-x
Caches (sum of all):      
  L1d:                    64 KiB (2 instances)
  L1i:                    64 KiB (2 instances)
  L2:                    512 KiB (2 instances)
  L3:                    3 MiB (1 instance)
NUMA:                    
  NUMA node(s):          1
  NUMA node0 CPU(s):      0-3
Vulnerabilities:          
  Gather data sampling:  Not affected
  Itlb multihit:          KVM: Mitigation: VMX disabled
  L1tf:                  Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
  Mds:                    Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable
  Meltdown:              Mitigation; PTI
  Mmio stale data:        Unknown: No mitigations
  Reg file data sampling: Not affected
  Retbleed:              Not affected
  Spec rstack overflow:  Not affected
  Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl and seccomp
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected;
                          BHI Not affected
  Srbds:                  Not affected
  Tsx async abort:        Not affected</code></div></div><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dmidecode -t baseboard
# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: Dell Inc.
Product Name: 058DK5
Version: A10
Serial Number: .GB4K8BS.CN7016612A0HHG.          
Asset Tag: Not Specified
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: To Be Filled By O.E.M.
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0

Handle 0x001A, DMI type 10, 6 bytes
On Board Device Information
Type: Video
Status: Enabled
Description: Intel Graphic Device </code></div></div><br />
<br />
Thanks,<br />
Sandeep]]></description>
			<content:encoded><![CDATA[Hi All, <br />
<br />
Recently my system prompted me for updates and I accepted them as usual, but after updates I started facing severe thermal issues and my laptop started shutting down automatically due to thermal issues.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326710] thermal thermal_zone0: acpitz: critical temperature reached, shutting down
Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326723] reboot: HARDWARE PROTECTION shutdown (Temperature too high)</code></div></div><br />
<br />
 After long debug I found that latest kernel (5.15.0-153-generic) update was the issue. I had to remove new kernel and go back to old kernel (5.15.0-133-generic) to get my system stable again. <span style="font-weight: bold;" class="mycode_b">Seems they removed support for old hardware, intentionally or by mistake I don't know.</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt remove linux-image-5.15.0-153-generic linux-modules-5.15.0-153-generic
sudo update-grub</code></div></div><br />
 I wanted to raise this issues so that it can be escalated to the relevant team and fixed in future version. Below are log details and system information. Please let me know if any more information is needed. <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326710] thermal thermal_zone0: acpitz: critical temperature reached, shutting down
Sep 21 08:59:07 linuxlite-Vostro-3500 kernel: [  511.326723] reboot: HARDWARE PROTECTION shutdown (Temperature too high)


Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]: NO RAPL sysfs present 
Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]: 11 CPUID levels; family:model:stepping 0x6:25:5 (6:37:5)
Sep 21 08:50:44 linuxlite-Vostro-3500 systemd[1]: Finished ZFS file system shares.
Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]:  Need Linux PowerCap sysfs 
Sep 21 08:50:44 linuxlite-Vostro-3500 systemd[1]: Finished Save/Restore Sound Card State.
Sep 21 08:50:44 linuxlite-Vostro-3500 thermald[931]: Unsupported cpu model or platform
Sep 21 08:50:44 linuxlite-Vostro-3500 systemd[1]: thermald.service: Deactivated successfully.</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>uname -a
Linux linuxlite-Vostro-3500 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Linux Lite 6.4
Release: 22.04
Codename: jammy
lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
free -h
               total        used        free      shared  buff/cache   available
Mem:           7.6Gi       2.6Gi       1.8Gi       188Mi       3.2Gi       4.5Gi
Swap:          8.0Gi          0B       8.0Gi</code></div></div><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>linuxlite  ~  lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:          36 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  4
  On-line CPU(s) list:    0-3
Vendor ID:                GenuineIntel
  Model name:            Intel(R) Core(TM) i3 CPU      M 380  @ 2.53GHz
    CPU family:          6
    Model:                37
    Thread(s) per core:  2
    Core(s) per socket:  2
    Socket(s):            1
    Stepping:            5
    CPU max MHz:          2527.0000
    CPU min MHz:          931.0000
    BogoMIPS:            5054.27
    Flags:                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 h
                          t tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid a
                          perfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm pti s
                          sbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm arat flush_l1d
Virtualization features:  
  Virtualization:        VT-x
Caches (sum of all):      
  L1d:                    64 KiB (2 instances)
  L1i:                    64 KiB (2 instances)
  L2:                    512 KiB (2 instances)
  L3:                    3 MiB (1 instance)
NUMA:                    
  NUMA node(s):          1
  NUMA node0 CPU(s):      0-3
Vulnerabilities:          
  Gather data sampling:  Not affected
  Itlb multihit:          KVM: Mitigation: VMX disabled
  L1tf:                  Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
  Mds:                    Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable
  Meltdown:              Mitigation; PTI
  Mmio stale data:        Unknown: No mitigations
  Reg file data sampling: Not affected
  Retbleed:              Not affected
  Spec rstack overflow:  Not affected
  Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl and seccomp
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected;
                          BHI Not affected
  Srbds:                  Not affected
  Tsx async abort:        Not affected</code></div></div><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo dmidecode -t baseboard
# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: Dell Inc.
Product Name: 058DK5
Version: A10
Serial Number: .GB4K8BS.CN7016612A0HHG.          
Asset Tag: Not Specified
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: To Be Filled By O.E.M.
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0

Handle 0x001A, DMI type 10, 6 bytes
On Board Device Information
Type: Video
Status: Enabled
Description: Intel Graphic Device </code></div></div><br />
<br />
Thanks,<br />
Sandeep]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[grub-efi-amd64-signed package post-installation script subprocess returned error exit]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9527</link>
			<pubDate>Tue, 24 Jun 2025 18:42:12 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=2790">stevef</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9527</guid>
			<description><![CDATA[A number of support threads have been raised in which this has been evident.<br />
<br />
On a test system, installed OS from LL7.4 iso and attempting all the updates post installation.<br />
<br />
During the upgrade, it appears the grub-efi-amd64-signed set up script can't find the location of the GRUB boot loader.<br />
As a result of this problem, the grub script requires user intervention to manually confirm where it is or should be.<br />
<br />
If update/upgrade is done from the cli, the grub-efi-amd64-signed configuration script calls a text based configuration tool.<br />
The tool is similar in style to something like nmtui and the user is expected to navigate the menu to select and confirm the location of the GRUB boot loader.<br />
<br />
My guess is that the lite-updates script is not equipped to handle this situation and throws an update/upgrade failure message with a cryptic message stating<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>mount: /var/lib/grub/esp: special device /dev/disk/by-id/ata-VBOX_HARDDISK_VBad170837-5acc172c-part2 does not exist.</blockquote>
and<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>grub-efi-amd64-signed package post-installation script subprocess returned error exit status 32</blockquote>
<br />
Checking indicates that the update/upgrade initiated by lite-updates did in fact work despite the error message but this is transparent to the user who is instructed to seek help on the forum.]]></description>
			<content:encoded><![CDATA[A number of support threads have been raised in which this has been evident.<br />
<br />
On a test system, installed OS from LL7.4 iso and attempting all the updates post installation.<br />
<br />
During the upgrade, it appears the grub-efi-amd64-signed set up script can't find the location of the GRUB boot loader.<br />
As a result of this problem, the grub script requires user intervention to manually confirm where it is or should be.<br />
<br />
If update/upgrade is done from the cli, the grub-efi-amd64-signed configuration script calls a text based configuration tool.<br />
The tool is similar in style to something like nmtui and the user is expected to navigate the menu to select and confirm the location of the GRUB boot loader.<br />
<br />
My guess is that the lite-updates script is not equipped to handle this situation and throws an update/upgrade failure message with a cryptic message stating<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>mount: /var/lib/grub/esp: special device /dev/disk/by-id/ata-VBOX_HARDDISK_VBad170837-5acc172c-part2 does not exist.</blockquote>
and<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>grub-efi-amd64-signed package post-installation script subprocess returned error exit status 32</blockquote>
<br />
Checking indicates that the update/upgrade initiated by lite-updates did in fact work despite the error message but this is transparent to the user who is instructed to seek help on the forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lite Tweak Package System Repair and archive.canonical.com]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9515</link>
			<pubDate>Sun, 22 Jun 2025 01:30:21 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=2790">stevef</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9515</guid>
			<description><![CDATA[A number of update problem threads have been raised in which the error message below has been a contributing cause of update failures.<br />
<br />
E: The repository 'http://archive.canonical.com noble Release' does not have a Release file.<br />
<br />
It appears the repository is getting added to systems running 7.x when users try running Package System Repair to fix other update issues. The repository does not currently have a directory for noble.]]></description>
			<content:encoded><![CDATA[A number of update problem threads have been raised in which the error message below has been a contributing cause of update failures.<br />
<br />
E: The repository 'http://archive.canonical.com noble Release' does not have a Release file.<br />
<br />
It appears the repository is getting added to systems running 7.x when users try running Package System Repair to fix other update issues. The repository does not currently have a directory for noble.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[suggestion: disable Casper-md5check.service after installation]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9508</link>
			<pubDate>Fri, 20 Jun 2025 15:15:57 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=167">LL-user</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9508</guid>
			<description><![CDATA[Hi Jerry &amp; team,<br />
<br />
I noticed that after installing LL 7.4 the service Casper-md5check.service is throwing an error:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&#36; sudo systemctl list-units --failed

  UNIT                    LOAD   ACTIVE SUB    DESCRIPTION                              
● casper-md5check.service loaded failed failed casper-md5check Verify Live ISO checksums</code></div></div><br />
Haven't seen that in older versions. Would suggest to have this service disabled with an installation as it's not necessary. It's only designed to verify the integrity of a Live ISO system.<br />
<br />
Thanks for your consideration <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[Hi Jerry &amp; team,<br />
<br />
I noticed that after installing LL 7.4 the service Casper-md5check.service is throwing an error:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&#36; sudo systemctl list-units --failed

  UNIT                    LOAD   ACTIVE SUB    DESCRIPTION                              
● casper-md5check.service loaded failed failed casper-md5check Verify Live ISO checksums</code></div></div><br />
Haven't seen that in older versions. Would suggest to have this service disabled with an installation as it's not necessary. It's only designed to verify the integrity of a Live ISO system.<br />
<br />
Thanks for your consideration <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Lite Hardware Database fixed]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9326</link>
			<pubDate>Mon, 27 Jan 2025 17:12:32 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=2">valtam</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9326</guid>
			<description><![CDATA[The Linux Lite Hardware Database has been on the fritz for a while.<br />
I spent the whole day today fixing it!<br />
<br />
Would you folks mind running Lite Updates, then running Menu &gt; Settings &gt; Lite Info afterwards to submit your hardware configuration?<br />
<br />
This would let me know that things are working as they should again. Thank you <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[The Linux Lite Hardware Database has been on the fritz for a while.<br />
I spent the whole day today fixing it!<br />
<br />
Would you folks mind running Lite Updates, then running Menu &gt; Settings &gt; Lite Info afterwards to submit your hardware configuration?<br />
<br />
This would let me know that things are working as they should again. Thank you <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ssh backdoor]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9235</link>
			<pubDate>Wed, 04 Sep 2024 21:31:23 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=968">trinidad</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9235</guid>
			<description><![CDATA[Any news about this leak? I haven't found a fix as yet in Ubuntu.<br />
<br />
<a href="https://dbts-analytics.com/sshbackdoor.html" target="_blank" rel="noopener" class="mycode_url">https://dbts-analytics.com/sshbackdoor.html</a><br />
<br />
TC]]></description>
			<content:encoded><![CDATA[Any news about this leak? I haven't found a fix as yet in Ubuntu.<br />
<br />
<a href="https://dbts-analytics.com/sshbackdoor.html" target="_blank" rel="noopener" class="mycode_url">https://dbts-analytics.com/sshbackdoor.html</a><br />
<br />
TC]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Drive Full Login Loop]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9208</link>
			<pubDate>Sat, 06 Jul 2024 02:50:52 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=6290">Mikeee</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9208</guid>
			<description><![CDATA[Linux Lite loops back to a login screen after entering password, instead of finishing loading.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">System Information</span><br />
Linux Lite 5.4 (and older since at least 2019 <a href="https://www.linuxliteos.com/forums/start-up-and-shutdown/boot-sequence-stuck-in-loop/msg48088/#msg48088" target="_blank" rel="noopener" class="mycode_url">https://www.linuxliteos.com/forums/start.../#msg48088</a>)<br />
HP Pavillion dv6<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Expected Behavior</span><br />
A. Booting to desktop with drive/partition/volume full error message.<br />
B. Or, drive full error message (hopefully with options to remove files).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Actual Behavior</span><br />
1. Asks for login.<br />
2. Accepts login.<br />
3. Loops back to login with no feedback or error.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Steps to reproduce</span><br />
1. Fill drive up through use and updates.<br />
2. Shut down computer.<br />
3. Loop starts at next boot.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Related Feature Request</span><br />
1. Notification/message that the drive is almost too full to boot/work.<br />
2. The option to turn this notification off.]]></description>
			<content:encoded><![CDATA[Linux Lite loops back to a login screen after entering password, instead of finishing loading.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">System Information</span><br />
Linux Lite 5.4 (and older since at least 2019 <a href="https://www.linuxliteos.com/forums/start-up-and-shutdown/boot-sequence-stuck-in-loop/msg48088/#msg48088" target="_blank" rel="noopener" class="mycode_url">https://www.linuxliteos.com/forums/start.../#msg48088</a>)<br />
HP Pavillion dv6<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Expected Behavior</span><br />
A. Booting to desktop with drive/partition/volume full error message.<br />
B. Or, drive full error message (hopefully with options to remove files).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Actual Behavior</span><br />
1. Asks for login.<br />
2. Accepts login.<br />
3. Loops back to login with no feedback or error.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Steps to reproduce</span><br />
1. Fill drive up through use and updates.<br />
2. Shut down computer.<br />
3. Loop starts at next boot.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Related Feature Request</span><br />
1. Notification/message that the drive is almost too full to boot/work.<br />
2. The option to turn this notification off.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[libxz backdoors in upstream versions]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9095</link>
			<pubDate>Mon, 01 Apr 2024 22:35:59 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=968">trinidad</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9095</guid>
			<description><![CDATA[I heard about this last week but now the community has addressed the issue. Nothing I run was affected and Ubuntu and Debian both announced their Stable OS versions were not affected. Interesting article also listing distros affected at the link below. <br />
<br />
<a href="https://www.helpnetsecurity.com/2024/03/31/xz-backdoored-linux-affected-distros/" target="_blank" rel="noopener" class="mycode_url">https://www.helpnetsecurity.com/2024/03/...d-distros/</a><br />
<br />
The link below is to the guy who discovered the vulnerability. It also provides a vulnerability checking bash script which I ran on all my systems.<br />
<br />
<a href="https://codenotary.com/blog/backdoor-in-upstream-xz" target="_blank" rel="noopener" class="mycode_url">https://codenotary.com/blog/backdoor-in-upstream-xz</a><br />
Just another reason why runnng Ubuntu LTS and/or Debian Stable is your best bet.TC]]></description>
			<content:encoded><![CDATA[I heard about this last week but now the community has addressed the issue. Nothing I run was affected and Ubuntu and Debian both announced their Stable OS versions were not affected. Interesting article also listing distros affected at the link below. <br />
<br />
<a href="https://www.helpnetsecurity.com/2024/03/31/xz-backdoored-linux-affected-distros/" target="_blank" rel="noopener" class="mycode_url">https://www.helpnetsecurity.com/2024/03/...d-distros/</a><br />
<br />
The link below is to the guy who discovered the vulnerability. It also provides a vulnerability checking bash script which I ran on all my systems.<br />
<br />
<a href="https://codenotary.com/blog/backdoor-in-upstream-xz" target="_blank" rel="noopener" class="mycode_url">https://codenotary.com/blog/backdoor-in-upstream-xz</a><br />
Just another reason why runnng Ubuntu LTS and/or Debian Stable is your best bet.TC]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Major issue with the Linux Lite 6.6 and GTX 660 (not sure if bug).]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=8981</link>
			<pubDate>Thu, 16 Nov 2023 16:18:45 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=1866">Zapmaster</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=8981</guid>
			<description><![CDATA[So I just updated my dad's PC from 4.8 with a fresh install of 6.6. And whatever the default GPU drivers are would cause screen glitching in about 5-10 minutes and then a freeze. This was fixed by installing Nvidia's official driver 390 for the GTX 660. Possibly a major bug for people trying the OS, as those especially new to Linux would most likely have no idea how to trouble shoot this or change drivers via terminal. Opening Chrome would cause an automatic freeze as well. The screen was also glitching midway through the install. Just posting this in case it helps, as I think this is a great OS. My senior dad has been using it since 3.x days, so thank you for the Linux Lite. With the 390 drivers everything works perfectly.]]></description>
			<content:encoded><![CDATA[So I just updated my dad's PC from 4.8 with a fresh install of 6.6. And whatever the default GPU drivers are would cause screen glitching in about 5-10 minutes and then a freeze. This was fixed by installing Nvidia's official driver 390 for the GTX 660. Possibly a major bug for people trying the OS, as those especially new to Linux would most likely have no idea how to trouble shoot this or change drivers via terminal. Opening Chrome would cause an automatic freeze as well. The screen was also glitching midway through the install. Just posting this in case it helps, as I think this is a great OS. My senior dad has been using it since 3.x days, so thank you for the Linux Lite. With the 390 drivers everything works perfectly.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[errors in Brazilian Portuguese translation]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=8978</link>
			<pubDate>Mon, 13 Nov 2023 01:53:07 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=6018">lopandolfo</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=8978</guid>
			<description><![CDATA[Hello, everyone!<br />
I noticed a translation error in Brazilian Portuguese language. When you right click in the desktop, the option "Buscar aquii..." should be "Buscar aqui..." or even "Buscar aqui". The second "i" is a mistake. As you can see here: <a href="https://prnt.sc/60xTCv_iPeuO" target="_blank" rel="noopener" class="mycode_url">https://prnt.sc/60xTCv_iPeuO</a><br />
<br />
Also, when you go to Control Panel, some elements shouldn't be translated because they loses their meaning. For example, the "Lite Sounds" element is translated to "Sons Leves". It's a bad translation because it's not intuitive. As a Brazilian Portuguese native speaker, would be better "Lite Sounds" or "Sons Lite". And, for the "Lite Widget", "Widget leve" Is not a good translation. Should be "Lite Widget". Everything that is related to the Lite system should have "Lite" and not "Leve". Image: <a href="https://prnt.sc/RQjMsb3T6plM" target="_blank" rel="noopener" class="mycode_url">https://prnt.sc/RQjMsb3T6plM</a><br />
<br />
And should have an alias to the Control Panel named "Painel de Controle" because it is super intuitive and it just doesn't exist, as you can see here: <a href="https://prnt.sc/h-Q0TqP8Z5Ra" target="_blank" rel="noopener" class="mycode_url">https://prnt.sc/h-Q0TqP8Z5Ra</a><br />
<br />
I'm enjoying the Linux Lite experience and it is a great OS. I would be pleasured to make this project even better. <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[Hello, everyone!<br />
I noticed a translation error in Brazilian Portuguese language. When you right click in the desktop, the option "Buscar aquii..." should be "Buscar aqui..." or even "Buscar aqui". The second "i" is a mistake. As you can see here: <a href="https://prnt.sc/60xTCv_iPeuO" target="_blank" rel="noopener" class="mycode_url">https://prnt.sc/60xTCv_iPeuO</a><br />
<br />
Also, when you go to Control Panel, some elements shouldn't be translated because they loses their meaning. For example, the "Lite Sounds" element is translated to "Sons Leves". It's a bad translation because it's not intuitive. As a Brazilian Portuguese native speaker, would be better "Lite Sounds" or "Sons Lite". And, for the "Lite Widget", "Widget leve" Is not a good translation. Should be "Lite Widget". Everything that is related to the Lite system should have "Lite" and not "Leve". Image: <a href="https://prnt.sc/RQjMsb3T6plM" target="_blank" rel="noopener" class="mycode_url">https://prnt.sc/RQjMsb3T6plM</a><br />
<br />
And should have an alias to the Control Panel named "Painel de Controle" because it is super intuitive and it just doesn't exist, as you can see here: <a href="https://prnt.sc/h-Q0TqP8Z5Ra" target="_blank" rel="noopener" class="mycode_url">https://prnt.sc/h-Q0TqP8Z5Ra</a><br />
<br />
I'm enjoying the Linux Lite experience and it is a great OS. I would be pleasured to make this project even better. <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
	</channel>
</rss>