Questions tagged [module]
The module tag has no summary.
68 questions
0
votes
1
answer
213
views
finding location of modules shown from "module list"
my .bashrc has a module add shared cmsh cmd slurm line, followed only by a module load slurm.
how can I find the underlying configuration of the module program and specifically where the modules cmsh ...
1
vote
2
answers
92
views
How can I set up Environment Modules on my personal Linux machine to manage multiple compiler versions?
I’m an RSE working on a personal Linux machine and need to manage multiple compiler and MPI versions (e.g., GCC, Clang, Intel). I’m looking to use Lmod or Environment Modules to load and switch ...
2
votes
1
answer
509
views
Attempt to call undefined import method with arguments ("abs2rel") via package "File::Spec"
I have Debian GNU/Linux trixie/sid and I installed publican from repo of debian. (publican is doing write and publish for DocBook)
When I run publican , It get the following messages:
Attempt to call ...
1
vote
1
answer
37
views
What is the "reports" command in install errors
While trying to install the Chart::Clicker perl module, I get a lot of dependency errors. When trying to resolve them, I get similar output for each module from the first to the last module listed in ...
1
vote
1
answer
249
views
Writing additional kernel layer on UART driver
I want to take leverage the existing kernel API/module to create packet layer abstraction for user space application to transfer "packets" via UART interface.
So, the intention is a kernel ...
0
votes
1
answer
161
views
Unable to install libffi-dev on Debian 8: 404 errors and "_ctypes" module issue
We have a Debian 8 (Jessie) cluster. I am trying to install a software which resulted error:
ModuleNotFoundError: No module named '_ctypes'
As a remedy, I attempted: sudo apt-get install libffi-dev ...
1
vote
0
answers
525
views
Problem enabling perl module stream AlmaLinux 8.10
I have an issue with our AlmaLinux 8.10 systems that they suddenly have issues with perl dependancies. It tuns out that the current active perl stream is 5.26 (dnf module list perl*) but some packages ...
0
votes
0
answers
1k
views
zsh module command not found
I recently switched from bash to zsh on CentOS 7. I am using oh-my-zsh
I'm encountering an issue where modules cannot be loaded from a script. When I manually load the module in the login shell, it ...
0
votes
2
answers
3k
views
Reducing microphone noise using pipewire modules
With pulseaudio, it was easy to load a module for microphone noise reduction.
This link explains it clearly:
https://askubuntu.com/questions/18958/realtime-noise-removal-with-pulseaudio
I want to add ...
1
vote
0
answers
62
views
Shell script looking for a missing module
I want to run a shell script on a compute cluster but I get an error because at some point it is looking for a module that does not exist since a major update on the cluster a few months ago. This ...
0
votes
1
answer
79
views
Unable to find network card after executing mdev - s?
I am customizing a Linux system with a Linux kernel version of 6.4.0. I executed mdev -s in rcS and checked the startup print, which was also successful. When I entered the live environment, I saw ...
0
votes
1
answer
143
views
GPL/CCO: Fedora 38 driver module build takes hours instead of minutes
FYI: The driver's Linux specific content if GPL. Everything else is CC0.
I made a virgin installation of Fedora 38. To verify that all was setup suitably, I went on to build one of my drivers. The ...
0
votes
1
answer
831
views
PHP was compiled with zlib module, but phpinfo() show it's disabled
In order to use Joomla! 4.3.1, I've compiled PHP 8.2 in an Oracle Linux 8.6 Server, with support for zlib compression:
# php --ri zlib
zlib
ZLib Support => enabled
Stream Wrapper => compress....
0
votes
2
answers
222
views
No module named apparmor. Why?
Context : I installed (manually) the apparmor-utils and apparmor-profiles and apparmor-utils, since when trying
apt-get install apparmor-utils apparmor-profiles
can't find the packages.
aa-status
...
3
votes
0
answers
86
views
How Best to Identify Kernel Module Functionality?
Some Background
While I realize that my question is related to my original post over on Ask Ubuntu, it was never answered there, and I'm really hoping to refocus my question here (as it's really no ...