You are Here:
Linux Lite 7.0 RC1 Released - See Release Announcement Section



Recent Posts

Pages: [1] 2 3 ... 10
1
Updates / Re: Install Updates Error log - PPA
« Last post by stevef on Today at 04:32:00 PM »
The version of Linux Lite being used is jammy based.  The flux PPA software does not have a release compatible with jammy.  This conflict is causing the update process to error.

The incompatible flux software should be removed from the system.

After removing the software itself, ensure that the flux PPA reference is removed from the update list.
Removing the PPA reference from the update list should allow the update to run.

See
https://www.linuxliteos.com/manual/software.html#pparem

If using PPA software, it is important that the PPA has a release that is compatible with the OS in use.

See this link for advice on selecting and installing PPAs
https://www.linuxliteos.com/manual/software.html#ppa
2
Hard Drives and SSDs / Re: Mounting NTFS with read-write permissions
« Last post by tenet510h on Today at 03:50:32 PM »
Linux may be unable to mount NTFS disks as R/W due to NTFS specific markers used for Windows proprietary features such a fast start up, security control, encryption etc.

I can testify that this is true. I've had issues before where my NTFS drive mounted as read only. I booted back to Windows and the booted back to Linux, and it was fine. It mounted in rw mode again. I think it might have something to do with the way you shutdown. I might have put it in suspend mode or hiberate, and then cut the power.
3
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by Şerban S. on Today at 02:46:54 PM »
[...]
Code: [Select]
inxi -Gxxx
Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] vendor: ASUSTeK driver: amdgpu
           v: kernel bus ID: 00:01.0 chip ID: 1002:9874
           Device-2: NVIDIA G86 [GeForce 8500 GT] driver: nouveau v: kernel bus ID: 07:00.0 chip ID: 10de:0421
           Display: x11 server: X.Org 21.1.11 driver: amdgpu,ati,modesetting unloaded: fbdev,vesa
           resolution: 1920x1080~60Hz
           OpenGL: renderer: AMD Radeon R7 Graphics (radeonsi carrizo LLVM 17.0.6 DRM 3.57 6.8.0-31-generic)
           v: 4.6 Mesa 24.0.5-1ubuntu1 direct render: Yes

I think you need to check the Intel X11 drivers.
I remember back then when I was on Linux Mint, I had lots of trouble with the video and I did a lot of digging.
For whatever reason, the default installation pushed some Intel drivers that were then conflicting with the kernel code, that rendered support for a lot of intel video chips.
In this case, it is possible that the kernel support conflicts with some packages that overlap with the kernel support leading to conflicts.
I solved the window bleeding and artifacts simply by manually removing the intel X11 driver.
Now, as I understand, the range of video chips supported at kernel level got larger and maybe your cards (both internal and the dedicated), might work just using the kernel supported devices.
I'd like to test this, but this requires the disassembling the UC, putting the NVidia card, changing the connections from the Intel chip to the card and this takes lots of time.
Besides, the NVidia performance is way behind the Intel chip so I gave up testing. The amount of FPS on NVidia wad something like 5 - 35 FPS /PAL, 720p, while on Intel, I got an average of 65 FPS, zero artifacts or audio desyncs and also without frame dropping, even on >40 minutes (60 - 90 min) videos with lots of effects, animations and transitions.
That makes me belive that you might get better results using the Radeon chip instead of NVidia, although it might work fine if the useless drivers are removed manually.
Unfortunately, I don't have an AMD machine to test the theory (The machine stays in Germany, where my wife works).
The only thing I can say though, is that when I setup the Lite on my wife's laptop (ASUS M415U, AMD 6 core 12 threads) the only trouble I had was the WiFi driver that needed to be downloaded.
The video tests, although scarce (my wife works in western Germany, Frankfurt so time is of essence when she's home...) proved some 85 - 120 FPS.
I forgot the type of video, the docs only say about "AMD Radeon".

If the following helps, this is the inxi report of the system:

Code: [Select]
sudo inxi -c 0 -ACdGMNSz
[sudo] password for monica:
System:
  Kernel: 5.15.0-107-generic x86_64 bits: 64 Desktop: Xfce 4.16.0
  Distro: Linux Lite 6.6 LTS
Machine:
  Type: Laptop System: ASUSTeK product: VivoBook_ASUSLaptop X415UA_M415UA
  v: 1.0 serial: <filter>
  Mobo: ASUSTeK model: X415UA v: 1.0 serial: <filter>
  UEFI: American Megatrends LLC. v: X415UA.304 date: 08/13/2021
CPU:
  Topology: 6-Core model: AMD Ryzen 5 5500U with Radeon Graphics bits: 64
  type: MT MCP L2 cache: 3072 KiB
  Speed: 1397 MHz min/max: 1400/2100 MHz Core speeds (MHz): 1: 1397 2: 1396
  3: 1396 4: 1397 5: 1397 6: 1397 7: 1396 8: 1397 9: 1397 10: 1397 11: 1397
  12: 1397
Graphics:
  Device-1: AMD Lucienne driver: amdgpu v: kernel
  Display: server: X.Org 1.21.1.4 driver: amdgpu,ati
  unloaded: fbdev,modesetting,vesa resolution: 1920x1080~60Hz
  OpenGL: renderer: RENOIR (renoir LLVM 15.0.7 DRM 3.42 5.15.0-107-generic)
  v: 4.6 Mesa 23.2.1-1ubuntu3.1~22.04.2
Audio:
  Device-1: AMD Renoir Radeon High Definition Audio driver: snd_hda_intel
  Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor driver: N/A
  Device-3: AMD Family 17h HD Audio driver: snd_hda_intel
  Sound Server: ALSA v: k5.15.0-107-generic
Network:
  Device-1: Realtek RTL8821CE 802.11ac PCIe Wireless Network Adapter
  driver: rtw_8821ce
Drives:
  Local Storage: total: 534.67 GiB used: 38.18 GiB (7.1%)
  ID-1: /dev/nvme0n1 vendor: Samsung model: MZVLQ512HALU-00000
  size: 476.94 GiB
  ID-2: /dev/sda type: USB vendor: Kingston model: DataTraveler 3.0
  size: 57.73 GiB
  Message: No Optical or Floppy data was found.



4
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on Today at 02:15:34 PM »
Jerry,  What do you think about adding a file like this to /usr/share/polkit-1/rules.d so sudo users don't get asked for their password all the time?

https://digitalhemi.com/files/apps/Linux/LL7-RC1/50-lite-sudo.rules
5
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on Today at 02:03:27 PM »
I thought for a minute I had replicated the lite-updates freezing issue; the window with the progress bar froze up for around 20-30 seconds but then it did start moving again and the updating completed normally around 10-15 seconds after it started progressing again..
That was a fairly large update too, around 20 or so updates since it was the first time on a fresh install.  The computer's an old one I got for free from a friend who was going to toss it - Duo-Core 2 proc, w/ 4Gb RAM.  The video card is an Nvidia GeForce 8400 GS Rev. 3.

I ran "sudo lshw -c video" and the output confirms it is using the nouveau driver:

sudo lshw -c video
  *-display                 
       description: VGA compatible controller
       product: GT218 [GeForce 8400 GS Rev. 3]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: /dev/fb0
       version: a2
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=nouveau latency=0 resolution=1440,900
       resources: irq:25 memory:fb000000-fbffffff memory:b0000000-bfffffff memory:ce000000-cfffffff ioport:cf00(size=128) memory:c0000-dffff

I'll try again maybe tonight and see if anything changes but it did complete successfully after what initially seemed to be a hard lock.
6
Updates / Install Updates Error log - PPA
« Last post by mbmalta on Today at 01:30:26 PM »
Install Updates Error log
===========================
Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into the Software - Support - Updates section for assistance.

============ Log ===========

Hit:1 http://archive.canonical.com/ubuntu jammy InRelease
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:3 http://mirror.kamp.de/ubuntu jammy InRelease
Hit:4 http://mirror.kamp.de/ubuntu jammy-updates InRelease
Hit:5 http://repo.linuxliteos.com/linuxlite fluorite InRelease
Hit:6 http://mirror.kamp.de/ubuntu jammy-backports InRelease
Hit:7 https://dl.google.com/linux/chrome/deb stable InRelease
Ign:8 https://ppa.launchpadcontent.net/nathan-renniewaldock/flux/ubuntu jammy InRelease
Hit:9 http://mirror.kamp.de/ubuntu jammy-security InRelease
Err:10 https://ppa.launchpadcontent.net/nathan-renniewaldock/flux/ubuntu jammy Release
  404  Not Found [IP: 185.125.190.80 443]
Hit:11 http://mirror.kamp.de/ubuntu jammy-proposed InRelease
Reading package lists...
E: The repository 'https://ppa.launchpadcontent.net/nathan-renniewaldock/flux/ubuntu jammy Release' does not have a Release file.
7
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by stevef on Today at 12:55:25 PM »
Quote
Are you checking this box during installation? "Install third-party software for graphics and Wi-Fi and hardware and additional media formats"

I've installed several times.

The locking up problem occurred earlier on installations that had the third-party drivers boxed checked during installation.
The post lock up logs from those installations were similar - featuring the 'RT_LINEAR_WITH_ZETA' and 'WebKitWebProces' messages, though I don't have a record.

This particular set up was installed with the third-party drivers unchecked.
Checking for 'additional drivers' from the current system GUI reports none are installed (hence nouveau) and also that none are available which implies that the earlier installations with the box checked would not have found any proprietary drivers.


Subsequent to posting the system has been changed to use the motherboard built in graphics adaptor and it seems happier - so far without any lock ups

Code: [Select]
inxi -Gxxx
Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] vendor: ASUSTeK driver: amdgpu
           v: kernel bus ID: 00:01.0 chip ID: 1002:9874
           Device-2: NVIDIA G86 [GeForce 8500 GT] driver: nouveau v: kernel bus ID: 07:00.0 chip ID: 10de:0421
           Display: x11 server: X.Org 21.1.11 driver: amdgpu,ati,modesetting unloaded: fbdev,vesa
           resolution: 1920x1080~60Hz
           OpenGL: renderer: AMD Radeon R7 Graphics (radeonsi carrizo LLVM 17.0.6 DRM 3.57 6.8.0-31-generic)
           v: 4.6 Mesa 24.0.5-1ubuntu1 direct render: Yes
8
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on Today at 09:33:05 AM »
I'll see if I can replicate this issue on an old box I've got with an Nvidia graphics card.

Are you checking this box during installation? "Install third-party software for graphics and Wi-Fi and hardware and additional media formats"


Is anyone else having problems with nouveau ?

This is a test machine which runs LL5.8 and 6.6 ok, however LL7.0 RC1 consistently locks up when running Lite Updates from GUI (terminal works ok)
The system lock up seems to be related to nouveau.

9
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by Şerban S. on Today at 06:02:23 AM »
Yes, I'm against snaps. TB and FF are both in deb form in 7x
Thank you very much!
I hate being forced to install any app to get another. Let alone a service that runs all the way!
It's against the letter and spirit of GNU/FOSS.
I didn't bother too much since we're talking about a test install. In the final release though, I was planning to switch to Mozilla PPA, which I tested already for some 12 months or so.

LL 7.0 RC2
I'd like very much to have a second release, in order to test with a real install on my machine.
I upgraded my main machine (Dell precision T1700) with a hot-pluggable 5,25" bay with two slots so now I can dual boot independently, by simply switching from one bay to another.
The unit I'm using is Delock 47230 (two trays variant).
I want to see it running on this machine, because it looks like the level of performance is way above the previous versions.
On ASUS X200MA for one, the memory footprint is lower wtih some 150 - 200 (or more?) MB, which as I see it, is way better than any distro I tested so far.
The weirdest thing though, is that Chrome runs now with more than 5 documents (actually the tested number was about 22 documents opened!!) without blocking the machine, as it usually happened.
Further more, the "system-monitoring-center" showed amazing values for a 10 years old machine, with 2 GB of soldered (onboard) RAM that is also shared with the video chip.
The only bottleneck, was the CPU, but given the type (Celeron N2830), is understandable.
The other strange thing, was the low amount of SWAP (150 - 250 MB) which on that machine, is quite spectacular! The highest value was some 330 MB, with SimpleScreenRecorder, some 15 Chrome tabs, System Monitoring Center, Pluma (two ASCII opened, maybe three), one Writer document opened and, of course, my usual DoubleCommander.
That is a great amount of Apps running on this kind of machine!
Occasionally I had also Thunar opened since the new one has a double panel view available.
Possibly, (I forgot) I also had opened the Lite Software and alternately, Lite Widget and Lite Tweaks.
In any of this cases, the behaviour was amazing.
Back in the days, when I had the Lenovo T400 I could get this kind of results, but it had 4 GB of Ram and a Core2Duo (two threads though...) CPU, which is nothing even near a Celeron.
Yet, these are the results, so far.

Lite Apps Windowing Issue
The only real weird issue I encounter, is the size of the windows which are larger than the available height of the desktop. This is abnormal.
I forgot the exact range of resolutions, but the default is a wide 1366 x 768.
That means that the OnResize event, assumes a relative value as default (presumably 800) instead of dynamically extracting ScreenWidth/SecreenHeight.
I never had such problems with my apps since I always used the ScreenWidth/SecreenHeight instead of a fixed value so resizing, worked fine on any resolution.
The only workaround I could find is to hide the launch bar (Panel 2) and reduce the width of both, which I dislike. I have bad sight and I'm wearing glasses. So large icons, is a must in my case.
I can only speculate on the causes, because the Pluma, LibreOffice and other Apps behave normally, while "Lite *" do manifest this. That means that some code was reused in most apps (or all) and the portion of code needs to be rewritten to accomodate the real ScreenHeight value. The interfaces in themelves, have enough room for all the controls to be properly operated so it should be doable. Even if so, adding a side-scroll bar is possible and this also solves the problem, even if at the cost of some more click and scroll.
I know that nowadays there are people that can afford using an external display, but here are many people that find that expensive.
This is true for many use-cases, since lots of people here have very old machines that allow this kind of wide resolutions (1366x768).
In this regard, maybe you should change the window variable "FixedWidth" with "Resizable". I guess that's a quick fix, in case there is nothing like a "Resize" event in all the code.
In my apps, I tested the resolution 640x480 for FixedWidth and usually I dynamically set the value of "FixedWidth" using the real display settings as a start value.
Something like FormWidth=0.6*ScreenWidth.
If you issue next to that "FormStyle.FixedWidth=T" it works properly. Or maybe FormStyle=FixedWidth.



10
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by stevef on Today at 04:59:23 AM »
Timeshift
Quote
It's probably getting the naming from the /etc/lsb-release file.
Confirmed

Is anyone else having problems with nouveau ?

This is a test machine which runs LL5.8 and 6.6 ok, however LL7.0 RC1 consistently locks up when running Lite Updates from GUI (terminal works ok)
The system lock up seems to be related to nouveau.

Code: [Select]
inxi -Gxxx
Graphics:  Device-1: NVIDIA G86 [GeForce 8500 GT] driver: nouveau v: kernel bus ID: 07:00.0 chip ID: 10de:0421
           Display: x11 server: X.Org 21.1.11 driver: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz
           OpenGL: renderer: NV86 v: 3.3 Mesa 24.0.5-1ubuntu1 direct render: Yes


In the example below, the update process was launched at approx 08:51 and the 'update' section appeared to run ok.
The GUI lock up happens at 08:51:22 at the point the system should report the necessary updates and seek confirmation to proceed.
Although the desktop appears to be completely locked, things may still be going on as events after the lock up are logged.
 
.
Code: [Select]
May 22 08:51:04 A320MEVOLL70 polkitd[843]: Identity `unix-group:admin' is not valid, ignoring: No UNIX group with name admin: Success
May 22 08:51:12 A320MEVOLL70 polkitd[843]: Operator of unix-session:c2 successfully authenticated as unix-user:stephen to gain ONE-SHOT authorization for action com.ubuntu.pkexec.lite_updates for unix-process:7119:193040 [/bin/bash /usr/bin/lite-updates] (owned by unix-user:stephen)
May 22 08:51:12 A320MEVOLL70 pkexec[7135]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
May 22 08:51:12 A320MEVOLL70 pkexec[7135]: stephen: Executing command [USER=root] [TTY=unknown] [CWD=/home/stephen] [COMMAND=/usr/bin/lite-updates]
May 22 08:51:13 A320MEVOLL70 dbus-daemon[816]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.121' (uid=0 pid=7671 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined")
May 22 08:51:13 A320MEVOLL70 systemd[1]: Starting packagekit.service - PackageKit Daemon...
May 22 08:51:13 A320MEVOLL70 PackageKit[7675]: daemon start
May 22 08:51:13 A320MEVOLL70 dbus-daemon[816]: [system] Successfully activated service 'org.freedesktop.PackageKit'
May 22 08:51:13 A320MEVOLL70 systemd[1]: Started packagekit.service - PackageKit Daemon.
May 22 08:51:19 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: DATA_ERROR 00000012 [RT_LINEAR_WITH_ZETA]
May 22 08:51:19 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: 00100000 [] ch 6 [003f4ac000 WebKitWebProces[7736]] subc 3 class 8297 mthd 0d78 data 00000004

... 60 instances of same two 'kernel nouveau' messages removed for brevity ...

May 22 08:51:21 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: DATA_ERROR 00000012 [RT_LINEAR_WITH_ZETA]
May 22 08:51:21 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: 00100000 [] ch 6 [003f4ac000 WebKitWebProces[7736]] subc 3 class 8297 mthd 0d78 data 00000004
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 packagekitd[7675]: pk_package_set_update_severity: assertion 'update_severity == PK_INFO_ENUM_UNKNOWN || update_severity == PK_INFO_ENUM_LOW || update_severity == PK_INFO_ENUM_NORMAL || update_severity == PK_INFO_ENUM_IMPORTANT || update_severity == PK_INFO_ENUM_CRITICAL' failed
May 22 08:51:47 A320MEVOLL70 PackageKit[7675]: get-updates transaction /1136_adeaddaa from uid 1000 finished with success after 1037ms
May 22 08:51:49 A320MEVOLL70 ntpd[2215]: PROTO: 148.253.179.18 unlink local addr 192.168.2.4 -> <null>
May 22 08:52:01 A320MEVOLL70 cron[795]: (*system*) RELOAD (/etc/crontab)
May 22 08:52:17 A320MEVOLL70 kernel: sysrq: This sysrq operation is disabled.


The system also locks up in general use - not yet been able to establish another pattern, but again nouveau errors are logged at the time.
Here's an example of the log when the system locked up while I was using 'Calculator'.  In this case the error was logged 400 times with variations of the address.

Code: [Select]
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: TRAP_PROP - TP 0 - Unknown CUDA fault at address 00201a5400
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: TRAP_PROP - TP 0 - e0c: 00000000, e18: 00000ff2, e1c: 00000000, e20: 00000000, e24: 09030000
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: 00200000 [] ch 5 [003f629000 gnome-calculato[4565]] subc 3 class 8297 mthd 15e0 data 00000000
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: fb: trapped write at 00201a5400 on channel 5 [3f629000 gnome-calculato[4565]] engine 00 [PGRAPH] client 0b [PROP] subclient 09 [LOCAL] reason 00000002 [PAGE_NOT_PRESENT]
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: TRAP_PROP - TP 0 - Unknown CUDA fault at address 00201a4400
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: TRAP_PROP - TP 0 - e0c: 00000000, e18: 00000ff2, e1c: 00000000, e20: 00000000, e24: 09030000
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: gr: 00200000 [] ch 5 [003f629000 gnome-calculato[4565]] subc 3 class 8297 mthd 15e0 data 00000000
May 22 09:01:55 A320MEVOLL70 kernel: nouveau 0000:07:00.0: fb: trapped write at 00201a4400 on channel 5 [3f629000 gnome-calculato[4565]] engine 00 [PGRAPH] client 0b [PROP] subclient 09 [LOCAL] reason 00000002 [PAGE_NOT_PRESENT]
Pages: [1] 2 3 ... 10
-->
X Close Ad

Linux Lite 7.0 RC1 Released - See Release Announcement Section