Hi, I have random crash in a fresh installation of Kubuntu 18.04. It happens completely random.
The problem is that the system freezes, if I'm listening to music with "Cantata for example", the music becomes a small loop, then the processor fan starts spinning at full speed. I can not do anything and I have to restart.
I had Kubuntu 14.04 in the same laptop and i didn't have this problem.
Laptop Acer Extensa with Intel Celeron n2940
SSD 240GB Toshiba TR-200
I have look for in all logs files and i don't find nothing to help me the cause.
I have modify some configurations to speeding up my kubuntu, but I have an virtual machine with this same configurations and don't happen this.
balooctl disable
systemctl disable whoopsie
systemctl disable apt-daily-upgrade.timer
systemctl disable apt-daily.timer
systemctl disable apt-daily-upgrade.service
systemctl disable unattended-upgrades.service
chmod a-x /etc/cron.daily/apt-compat
apt-get remove plasma-vault apt-xapian-index
Vim /etc/apt/apt.conf.d/20auto-upgrades
Change the settings to 0 from 1 in these lines
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
echo 'APT::Periodic::Enable "0";' >> /etc/apt/apt.conf.d/10periodic
Thank you so much if you know something to help me. I read something about a kernel patch, but I installed an update of the kernel and the problems continue...
The problem is that the system freezes, if I'm listening to music with "Cantata for example", the music becomes a small loop, then the processor fan starts spinning at full speed. I can not do anything and I have to restart.
I had Kubuntu 14.04 in the same laptop and i didn't have this problem.
Laptop Acer Extensa with Intel Celeron n2940
SSD 240GB Toshiba TR-200
I have look for in all logs files and i don't find nothing to help me the cause.
I have modify some configurations to speeding up my kubuntu, but I have an virtual machine with this same configurations and don't happen this.
balooctl disable
systemctl disable whoopsie
systemctl disable apt-daily-upgrade.timer
systemctl disable apt-daily.timer
systemctl disable apt-daily-upgrade.service
systemctl disable unattended-upgrades.service
chmod a-x /etc/cron.daily/apt-compat
apt-get remove plasma-vault apt-xapian-index
Vim /etc/apt/apt.conf.d/20auto-upgrades
Change the settings to 0 from 1 in these lines
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
echo 'APT::Periodic::Enable "0";' >> /etc/apt/apt.conf.d/10periodic
Thank you so much if you know something to help me. I read something about a kernel patch, but I installed an update of the kernel and the problems continue...
Comment