Thread 'Reporting OS to project servers'

Message boards : Questions and problems : Reporting OS to project servers
Message board moderation

To post messages, you must log in.

AuthorMessage
Skip Da Shu
Avatar

Send message
Joined: 18 Mar 08
Posts: 42
United States
Message 116518 - Posted: 31 Jul 2025, 11:47:35 UTC
Last modified: 31 Jul 2025, 11:49:32 UTC

Info: I have several boxes that primarily run BOINC. They are all Linux Mint boxes. ONE of them reports to the project servers that it is Ubuntu:

Operating system:
Linux Ubuntu Ubuntu 24.04.2 LTS [6.14.0-27-generic|libc 2.39]


All others report correct OS:

Operating system:
Linux Linuxmint Linux Mint 22.1 [6.14.0-27-generic|libc 2.39]


Any thoughts on where to start looking for this odd occurrence?

Thanx, Skip

PS: BOINC client version: 8.0.4
ID: 116518 · Report as offensive     Reply Quote
robsmith
Volunteer tester
Help desk expert

Send message
Joined: 25 May 09
Posts: 1349
United Kingdom
Message 116520 - Posted: 31 Jul 2025, 17:52:28 UTC - in response to Message 116518.  

Mint is a customised distribution of Ubuntu.
ID: 116520 · Report as offensive     Reply Quote
Skip Da Shu
Avatar

Send message
Joined: 18 Mar 08
Posts: 42
United States
Message 116523 - Posted: 31 Jul 2025, 21:42:55 UTC - in response to Message 116520.  

Yes, it's based on Ubuntu LTS but 8 other Mint boxes report OS as Mint.
ID: 116523 · Report as offensive     Reply Quote
computezrmle

Send message
Joined: 2 Feb 22
Posts: 89
Germany
Message 116527 - Posted: 1 Aug 2025, 7:03:42 UTC - in response to Message 116523.  

BOINC's source code lists the following sources to read the Linux OS information from:
// functions for getting Linux OS and version from various sources
// (lsb_release -a, /etc/os-release, /etc/redhat-release)

Since "lsb_release" is not always installed "/etc/os-release" becomes the main source on most Linux systems.
That file is written by the OS.
You can check it's content running:
cat /etc/os-release

More details:
https://www.freedesktop.org/software/systemd/man/latest/os-release.html
ID: 116527 · Report as offensive     Reply Quote
Skip Da Shu
Avatar

Send message
Joined: 18 Mar 08
Posts: 42
United States
Message 116530 - Posted: 2 Aug 2025, 0:01:00 UTC - in response to Message 116527.  

In reply to computezrmle's message of 1 Aug 2025:
BOINC's source code lists the following sources to read the Linux OS information from:
// functions for getting Linux OS and version from various sources
// (lsb_release -a, /etc/os-release, /etc/redhat-release)

Since "lsb_release" is not always installed "/etc/os-release" becomes the main source on most Linux systems.
That file is written by the OS.
You can check it's content running:
cat /etc/os-release

More details:
https://www.freedesktop.org/software/systemd/man/latest/os-release.html

Thanx. Mint uses the /etc/os-release which is really a link to /usr/lib/os-release.

It looks like this fixed it

sudo apt install --reinstall base-files


I found one other person that had this problem and it came about in a v22 to v22.1 upgrade... which is also the route my problem child took.
Again thanx for getting me on the path, Skip
ID: 116530 · Report as offensive     Reply Quote
Skip Da Shu
Avatar

Send message
Joined: 18 Mar 08
Posts: 42
United States
Message 116533 - Posted: 2 Aug 2025, 11:02:35 UTC - in response to Message 116530.  
Last modified: 2 Aug 2025, 11:02:49 UTC

SOLVED
ID: 116533 · Report as offensive     Reply Quote

Message boards : Questions and problems : Reporting OS to project servers

Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.