Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] No LSB modules available although lsb is installed

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
toquinho
Posts: 59
Joined: 2014-06-24 16:50
Been thanked: 1 time

[SOLVED] No LSB modules available although lsb is installed

#1 Post by toquinho »

Hello,

I have just installed lsb-base, lsb-release and lsb-compat on a recent installation of Debian stretch:

Code: Select all

Linux TRILLIAN 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u3 (2018-08-19) x86_64 GNU/Linux
When checking for the LSB modules, lsb_release says that there are no LSB modules installed.

Code: Select all

toquinho@TRILLIAN:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 9.5 (stretch)
Release:	9.5
Codename:	stretch
I rebooted and reinstalled the packages (see below), but this did not help. The software I need to run does not work (commercial numerics code compiled on CentOS). It worked well on my previous installation of Stretch (and Jessie).

Any help would be greatly appreciated.

Toquinho


Code: Select all

(Reading database ... 340677 files and directories currently installed.)
Preparing to unpack .../lsb-base_9.20161125_all.deb ...
Unpacking lsb-base (9.20161125) over (9.20161125) ...
Preparing to unpack .../lsb-release_9.20161125_all.deb ...
Unpacking lsb-release (9.20161125) over (9.20161125) ...
Preparing to unpack .../lsb-compat_9.20161125_amd64.deb ...
Unpacking lsb-compat (9.20161125) over (9.20161125) ...
Setting up lsb-release (9.20161125) ...
Setting up lsb-base (9.20161125) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up lsb-compat (9.20161125) ...





Last edited by toquinho on 2018-08-23 16:19, edited 1 time in total.

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: No LSB modules available although lsb is installed

#2 Post by cronoik »

Hi,

none of the packages claims that it contains lsb modules. Please read [1]

[1] http://forums.debian.net/viewtopic.php?f=20&t=128161
Have a nice day!

toquinho
Posts: 59
Joined: 2014-06-24 16:50
Been thanked: 1 time

Re: No LSB modules available although lsb is installed

#3 Post by toquinho »

Thanks a lot for your response. This does not sound good.

For some reason I was able to make the software I need work on stretch before earlier this year. If LSB in stretch did not undergo any changes in stretch during the last months, the problem may be something different.

I will try to backport and install lsb-core from sid.

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: No LSB modules available although lsb is installed

#4 Post by cronoik »

toquinho wrote:If LSB in stretch did not undergo any changes in stretch during the last months, the problem may be something different.
Debian stable keeps the same packages since it's release and only applies security patches. So it's probably something else. What software are you trying to install? What are the error messages?
Have a nice day!

toquinho
Posts: 59
Joined: 2014-06-24 16:50
Been thanked: 1 time

Re: No LSB modules available although lsb is installed

#5 Post by toquinho »

Currently, I also assume that the problem is not related to LSB. The software I am trying to use is a hardware accelerated electrodynamics solver. It uses a library provided by https://www.acceleware.com/fdtd-solvers. Their diagnostics tool reports:
GPU Status: Some Tests Failed
. The error message I get from the solver is not helpful, either. I probably forgot something different when I reinstalled my computer a few days ago. Unfortunately, the manufacturer does not provide any support for any other Linux than CentOS. I will let you know when I have news.

toquinho
Posts: 59
Joined: 2014-06-24 16:50
Been thanked: 1 time

[SOLVED] No LSB modules available although lsb is installed

#6 Post by toquinho »

Sorry, it was something different. Forgot to install the nvidia cuda libraries. Thanks a lot for all your help!

Post Reply