The officially official Devuan Forum!

You are not logged in.

#1 Re: Other Issues » Ceph on Devuan » Yesterday 16:40:52

Hello:

Altoid wrote:

... if it is a Debian package or a sanitised Devuan package.

It seems that ceph is a Debian package.
ie: maintainers are Ceph Packaging Team <team+ceph@tracker.debian.org>

Meaning that it is not a sanitised Devuan package with a Devuan maintainer.

Debian all but dropped support for sysvinit software as of Bullseye so it is highly probable that the ceph package does not have the all necessary files to run on Devuan.

But since it is in the Daedalus repository, a bug could be filed against it in Devuan.
Maybe the maintainers can do something about that that if the only thing lacking is an init script.

Best,

A.

#2 Re: Other Issues » Ceph on Devuan » Yesterday 13:24:16

Hello:

chernika wrote:

... from Devuan repository.
... installed ceph and cephadm using apt.

Right ...
Not the problem then.  8^)

Have a look here:

docs.ceph.com wrote:

Ceph can run on any distribution that includes a supported kernel and supported system startup framework, for example sysvinit or systemd.

Now, if you look at the table below, you can see that (for Debian releases, labelled with a C) it states:

C: Ceph provides packages only. No tests have been done on these releases.

Devuan is not on that list and, like I mentioned earlier, our (highly) overworked maintainers may have skipped a beat somewhere.
eg: maybe the sysvinit files for the ceph in the Devuan repositories are missing something?

So ...
You may want to consider first filing a bug in Devuan against ceph and see what the maintainer has to say about this.
ie: if it is a Debian package or a sanitised Devuan package.

Send email to submit@bugs.devuan.org with a descriptive subject line and the first line of the body should be Package: <package name>.
Be sure to include a link to this thread.

Follow-up messages go to <number>@bugs.devuan.org

At this point in time, filing a bug in Debian by a Devuan user is guaranteed to be an exercise in frustration/futility, so the next best thing would be to ask at the ceph user's forum and see what they have to say.

Please let us know how you fared.

Best,

A.

#3 Re: Other Issues » Ceph on Devuan » Yesterday 12:00:03

Hello:

I run my box on Devuan Beowulf with a backported kernel.

~$ uname -a
Linux devuan 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
~$ 

I have no docker containers installed.

~$ apt list | grep installed  | grep -i docker 
--- snip ---
~$ 

When I ask apt about ceph, systemctl and systemd, I get this:

~$ sudo apt install --dry-run ceph | grep -i "systemctl\|systemd"
--- snip ...
~$ 

As you can see, as per grep, the terminal printout does not contain any systemctl or systemd strings.

Likewise, when I ask apt about docker, I get this:

~$ sudo apt install --dry-run docker | grep -i "systemctl\|systemd"
--- snip ---
~$ 

So much for my Devuan system.

But on your Devuan system you are getting this error from cephadm:

systemctl: ERROR:systemctl:Unit systemd-timesyncd.service could not be found.

And systemd-timesyncd.service seems to be a Debian systemd-specific package.

So why is ceph looking for a systemd-specific Debian package when installed in Devuan?
No idea, but it do not think it should be happening.

Q: did you install ceph from a Devuan repository?

Looking around for a clue, I found this thread at the Bunsen Labs forum:

johnraff @bunsenlabs.org wrote:

... up to Debian Buster the functionality was included in systemd, so there's no need to install it until you get to Bullseye, where it got separated out.

There is more discussion on systemd-timesyncd.service further down.

It may or may not be of relevance but from what I can make of what I read, it would seem (?) that ceph needs a time sync daemon to work but is configured to use a systemd service which (quite obviously) Devuan does not have, hence the error message.

That said, could ceph use any other one? eg: npt

Cannot really say as this is where I have reached my pay-grade ceiling.

Best,

A.

#4 Re: Hardware & System Configuration » [SOLVED] Beowulf updates - no release file » 2024-04-16 20:25:22

Hello:

fsmithred wrote:

... looks like beowulf-backports got archived.

I see ...

Right, I will edit my /etc/apt/sources.list file to reflect this change.

Thanks for the heads-up.

Best,

A.

#5 Re: Hardware & System Configuration » [SOLVED] Beowulf updates - no release file » 2024-04-16 10:14:07

Hello:

fsmithred wrote:

... the problem with that got fixed.

Yes.
From today @07:00 (-03:00 GMT):

~$ sudo apt update
--- snip ---
Fetched 119 kB in 2s (63.1 kB/s)                            
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
~$ 

Thank you.

Q:
Has deb.devuan.org/merged beowulf-backports been archived or maybe the fix has not propagated yet?

~$ sudo apt update
--- snip ---
Reading package lists... Done     
E: The repository 'http://deb.devuan.org/merged beowulf-backports Release' does not have a Release file.   
--- snip ---
~$

Best,

A.

#6 Re: Hardware & System Configuration » [SOLVED] Beowulf updates - no release file » 2024-04-15 21:06:16

Hello fsr:

fsmithred wrote:

Don't ...
Beowulf was accidentally archived ...
... will be archived for real when ...

I see.

Thanks for the heads-up.

Best,

A.

#7 Re: Hardware & System Configuration » [SOLVED] Beowulf updates - no release file » 2024-04-15 21:03:12

Hello gl:

Thanks for the fast reply.

golinux wrote:

... beowulf has been archived so ...

Thought as much, but could not find where 'archived' was.

No problem as long as the rest works, I can wait for it all to pan out.

Best,

A.

BTW:
Saw the LeePen interview?

Turns out that besides being active in many (!) different fields, the chap also uses 'extremely old hardware'.
Got me thinkling that my ca. 2007 box has much more life left in it than I originally thought.
Maybe my backported Beowulf installation too?

#8 Hardware & System Configuration » [SOLVED] Beowulf updates - no release file » 2024-04-15 20:21:23

Altoid
Replies: 9

Hello:

Still running on Beowulf with a backported kernel ... (yes, I know ... )

~$ uname -a
Linux devuan 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
~$ 

... and still pondering what to do/how to do it.

No issues up to today, when I tried to update and got this:

--- snip ---
~$ sudo apt update
Err:5 http://deb.devuan.org/merged beowulf-updates Release
  404  Not Found [IP: 185.38.15.84 80]
Reading package lists... Done
E: The repository 'http://deb.devuan.org/merged beowulf-updates Release' does not have a Release file.
--- snip ---

Same with beowulf-backports main contrib non-free.

Editing the /etc/apt/sources.list to avoid the problem (ie:#deb http://deb.devuan.org/merged/ beowulf- ...) allowed me to update to the lastest xserver security release.

Evidently, deb http://deb.devuan.org/merged/ beowulf-updates main contrib non-free is no longer current.

To stay on Beowulf (and test how it goes, maybe till next year), what changes should I make to /etc/apt/sources.list besides having remmed the line/s above?

Thanks in advance.

Best,

A.

#9 Off-topic » The Register article - Linux Foundation and Open Source » 2024-04-12 09:50:00

Altoid
Replies: 2

Hello:

From this morning's edition of ElReg:

----
Linux Foundation is leading fight against fauxpen source
Shifts its transmission from vendor neutral into open source gear
By Steven J. Vaughan-Nichols
----

The Register wrote:

The problem the Linux Foundation is trying to solve here is the rise of faux open source licenses such as BSL and SSPL. Far too many companies have taken to building on top of open source projects, achieving a measure of success, and then turning their backs on open source in an attempt to squeeze more money out of their customers and partners.

Best,

A.

#10 Re: Other Issues » backdoor targeting deb and rpm via systemd? » 2024-04-11 12:39:49

Hello:

steve_v wrote:

The "systemd exists, so everything should use it somehow" bandwagon must grind ever onward.

Quite so.

Best,

A.

#11 Re: Hardware & System Configuration » system-config-printer » 2024-04-10 20:26:55

Hello:

rolfie wrote:

... want it locked to avoid that any user can modify settings ...

Indeed ...
Same in CUPS: making changes needs the admin PW.

Best,

A.

#12 Re: Hardware & System Configuration » system-config-printer » 2024-04-10 13:36:27

Hello:

gottfried wrote:

... printer tool system-config.printer ...

From what I have read on-line, that package is just a GUI to configure the CUPS print server.

But CUPS has its own configuration interface accessible via any web browser. ie: http://localhost:631/admin
What is the use of another configuration interface for CUPS?

Unless it is a(nother) solution looking for a problem.

gottfried wrote:

... how does it work?

See here to check on how it works/how to work with CUPS.
There is quite a bit on the web on how to do it, that link is just the first one I found.

gottfried wrote:

... better tool in the future?

Better than CUPS?
We may (if needed) get a better/improved version of it as it is maintained in a timely fashion.

Best,

A.

#13 Re: Hardware & System Configuration » Dell docking station problem, two extra monitors on startup » 2024-04-02 18:49:16

Hello:

mikael78 wrote:

... blindfully write user and password while bluescreened I can log on and monitors function ...

Have a look at what dmesg and Xorg.0.log are printing out, there must be some clues as to what is happening there.

But I don't think it is a monitor problem, there may be an issue with the docking station.

How does the docking station connect to the laptop? eg: USB, special onboard connector, etc.
Is the laptop on batteries when this happens or does it have the charger plugged in?
If not, try it with the charger plugged in.

You may want to check the manuals (both laptop and docking station) and see if there is any related settings you amy need to check.

Best,

A.

#14 Re: Hardware & System Configuration » Nala, a new cli package manager replacement for dpkg and apt » 2024-04-02 17:06:27

Hello:

Dutch_Master wrote:

... no real technical reason to exist ...

Quite so.
But it does.

And some money/time (no idea how much it could be) has been invested in producing it.

As per my rant, there are hundreds other more useful abandoned projects in need of maintenance to adopt and help out with in Linux.
Why Nala? Yet another solution looking for a problem?

Maybe because ... ... it registers it in the JSON file under a unique ID.?
Nah!   8^°

Best,

A.

#15 Re: Hardware & System Configuration » Nala, a new cli package manager replacement for dpkg and apt » 2024-04-01 21:16:18

Hello:

Synaptic and apt ...

Yes, that was my main point.

I don't think they are old or ancient.
My Ultra 24 WS is ca. 2007 and was considered ancient when I purchased it used/almost new in 2015 for ~US$300.
Still works perfectly well, just added RAM and upgraded the processor.

That said, there's also the well known Timeō Danaōs et dōna ferentēs phrase. (Virgil/Aeneid)

But like I wrote before: maybe it's just me at this age.

Best,

A.

#16 Re: Hardware & System Configuration » Nala, a new cli package manager replacement for dpkg and apt » 2024-04-01 10:37:05

Hello:

GlennW wrote:

... came across this information yesterday ...

Thanks for that. 8^)

But it seems (to me) that this application is looking for disadvantages to advantage, so to speak.
Not King's english but you get the idea.

When I see this type of thing I cannot but suspect.
Not sure exactly what ...

Maybe that's just me at this age.
As always, YMMV.

/rant on
Makes me think why these chaps don't take on a revamp of something useful (eg: WiCD) instead of wasting time/money/coder hours on this?
/rant off

phoenixnap.com wrote:

...
Parallel package downloads.
The ability to select the fastest mirrors.
Package transaction history.

I really cannot see the use for parallel package downloads - I like to keep an eye on the output of my terminal as each download comes in as well as the installation process. apt is very good for doing that.

As for the fastest mirrors, the deb.devuan.org round-robin already takes care of that.
The package transaction history gets stored stored (in plain text) in /var/log/apt/history.log and /var/log/apt/term.log.

That said, this aspect of its workings made me sort of uneasy: 

phoenixnap.com wrote:

Each time Nala conducts a new transaction, such as installing, removing, or updating a package, it registers it in the JSON file under a unique ID.

I like apt and how it works and if I need more data, there's always aptitude and/or synaptic.

GlennW wrote:

... love new stuff ...

So do I.

But my three* potato (hand held/manual) peelers still work perfectly well after ~25 years' use.
Don't need a new one.

Best,

A.

* Why three?
The last time I moved I misplaced the first and the third was a gift.

#17 Re: Other Issues » [SOLVED] strange process. » 2024-03-30 18:19:00

Hello:

I have the same/similar process:

~$ sudo ps aux | grep ssh
user   3129  0.0  0.0   5864   472 ?        Ss   14:00   0:00 /usr/bin/ssh-agent x-session-manager
user  10581  0.0  0.0   3084   896 pts/0    S+   15:10   0:00 grep --color=always ssh
~$ 

This is because I have openssh-client installed so I can command-line log into a headless VM I have running in my box.

~$ apt list | grep installed | grep ssh-
libssh-gcrypt-4/oldoldstable-security,now 0.8.7-1+deb10u2 amd64 [installed,automatic]
openssh-client/oldoldstable-security,now 1:7.9p1-10+deb10u4 amd64 [installed]
ssh-askpass/oldoldstable,now 1:1.2.4.1-10 amd64 [installed,automatic]
~$ 

Best,

A.

#18 Re: Hardware & System Configuration » [SOLVED] CLI throughput test for Linux » 2024-03-27 17:05:18

Hello:

golinux wrote:

.. gremlins ...

Could well be.  8^D - you never really know.

From what I have read, it would seem that with DFS-FCC (instead of DFS-UNSET, electromagnetic spectrum interference is prevented by avoiding same channel operation with other pre-WiFi equipment such as comm satellites, weather radar, etc.

But the best of it all is that 95% to 100% figure that brings a grin to my face.

Best,

A.

#19 Re: Hardware & System Configuration » [SOLVED] CLI throughput test for Linux » 2024-03-27 16:42:08

Hello:

Altoid wrote:

... see if it sticks ...
... then what goes on.

Update:
For whatever reason, my WiCD applet now shows me a full green scale and hovering over it I get this:

Connected to "READHEAD 2.4GHz" at [95% to 100%] (IP: 192.168.0.29)

This is almost all the time the link is up.
Used to be ~ 15% to 20% less than that.

Of course, I am quite aware that there are many factors at play with WiFi reception, but maybe country AR: DFS-FCC instead of country 00: DFS-UNSET actually made a difference?

Best,

A.

#20 Re: Hardware & System Configuration » [SOLVED] CLI throughput test for Linux » 2024-03-27 10:03:07

Hello:

aluma wrote:

Setting up WiFi ...
... optimize by choosing a channel, its width ...

Indeed ...
I had to jump through a lot of hoops with my first time experiments in WiFi almos 10 years ago.
In this case, I am only a guest with no access to the router so settings are not available to me.

As for the Regulatory domain, dmesg bitches about not being to load a regulatory.db.

~$ sudo dmesg | grep regulatory
[   23.720125] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   23.772719] platform regulatory.0: firmware: failed to load regulatory.db (-2)
[   23.798235] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   23.810883] cfg80211: failed to load regulatory.db
~$ 

and

[   24.988242] ath: EEPROM regdomain: 0x809c
[   24.988243] ath: EEPROM indicates we should expect a country code
[   24.988245] ath: doing EEPROM country->regdmn map search
[   24.988246] ath: country maps to regdmn code: 0x52
[   24.988248] ath: Country alpha2 being used: CN
[   24.988249] ath: Regpair used: 0x52

... the system will be guided by the union of all restrictions ...

Which is probably what is happening here:

~$ sudo iw reg get
global
country 00: DFS-UNSET
	(2402 - 2472 @ 40), (6, 20), (N/A)
	(2457 - 2482 @ 20), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
	(2474 - 2494 @ 20), (6, 20), (N/A), NO-OFDM, PASSIVE-SCAN
	(5170 - 5250 @ 80), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
	(5250 - 5330 @ 80), (6, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
	(5490 - 5730 @ 160), (6, 20), (0 ms), DFS, PASSIVE-SCAN
	(5735 - 5835 @ 80), (6, 20), (N/A), PASSIVE-SCAN
	(57240 - 63720 @ 2160), (N/A, 0), (N/A)
~$ 

Maybe I am getting good reception because it is set to 00 although I doubt it.

Just to try, I have set it to my own country code and now get this;

~$ sudo iw reg get
global
country AR: DFS-FCC
	(2402 - 2482 @ 40), (N/A, 20), (N/A)
	(5170 - 5250 @ 80), (N/A, 17), (N/A), AUTO-BW
	(5250 - 5330 @ 80), (N/A, 24), (0 ms), DFS, AUTO-BW
	(5490 - 5730 @ 160), (N/A, 24), (0 ms), DFS
	(5735 - 5835 @ 80), (N/A, 30), (N/A)
~$ 

I'll give it a run and see if it sticks and if it does, then what goes on.
If it does not work as before, then I will set it back to 00.

Thanks for your input.

Best,

A.

#21 Re: Hardware & System Configuration » [SOLVED] CLI throughput test for Linux » 2024-03-26 19:12:27

Hello:

chris2be8 wrote:

... not a worry because your traffic is always passed on ...

Good to know, thanks.

That said, I am quite surprised with the performance of my home made tin-can waveguide antenna.
Properly pointed, I am getting no less than 94% signal and download speeds of 13.5 Mbps on a day when not every TD&H is on the cable.
That's roughly 8 / 9 mts. as the crow flies with a couple of 13cm. walls in between.

Fibre should be much better.

Thanks a lot for your input.

Best,

A.

#22 Re: Hardware & System Configuration » [SOLVED] CLI throughput test for Linux » 2024-03-26 07:25:16

Hello:

aluma wrote:

... set the local site (*.ar) in mtr ...

Yes, seem to be less.
There is also another host.

192.168.0.1                                0.0%
???                                      100.0% 
???                                      100.0%
???                                      100.0%
???                                      100.0%
host39.181-89-51.telecom.net.ar           68.0%    # % for 450 packets / 63.1% for 700 
host246.181-13-127.telecom.net.ar          0.0%
172.67.41.55                               0.0%

Best,

A.

#23 Re: Hardware & System Configuration » [SOLVED] CLI throughput test for Linux » 2024-03-25 19:07:03

Hello:

chris2be8 wrote:

traceroute dev1galaxy.org should ...

In this case it does not.
Obscured puposely or crap infrastructure?

~$ traceroute dev1galaxy.org
traceroute to dev1galaxy.org (136.243.229.210), 30 hops max, 60 byte packets
 1  192.168.0.1 (192.168.0.1)  37.305 ms  37.240 ms  37.220 ms
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  * * *
 7  ae25.baires1.bai.seabone.net (195.22.220.56)  23.835 ms  26.231 ms  19.157 ms
--- snip ---
chris2be8 wrote:

... traceroute -n ... to get just the IP ...

That did it.
But it does not get done consistently, if repeat the command you get * * *.

~$ traceroute -n dev1galaxy.org
traceroute to dev1galaxy.org (136.243.229.210), 30 hops max, 60 byte packets
 1  192.168.0.1  10.734 ms  10.703 ms  10.675 ms
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  181.89.51.39  120.594 ms * *                            # this should be host39.181-89-51.telecom.net.ar    
 7  195.22.220.56  110.130 ms  31.578 ms  31.562 ms
 8  * * 195.22.211.209  261.653 ms
 9  213.144.184.91  261.631 ms * *
10  213.239.224.109  276.959 ms 213.239.224.181  312.183 ms 213.239.224.77  312.162 ms
11  213.239.245.110  312.146 ms 213.239.245.150  324.733 ms  324.724 ms
12  5.9.97.46  324.693 ms  324.649 ms  324.623 ms
13  136.243.229.210  324.607 ms  238.097 ms  279.641 ms
chris2be8 wrote:

... mtr might have an option ...

No, it does not have that feature.

No matter.
We beat the system and found the IP.  8^D

~$ ping 181.89.51.39
PING 181.89.51.39 (181.89.51.39) 56(84) bytes of data.
64 bytes from 181.89.51.39: icmp_seq=1 ttl=250 time=30.6 ms
64 bytes from 181.89.51.39: icmp_seq=2 ttl=250 time=100 ms
64 bytes from 181.89.51.39: icmp_seq=3 ttl=250 time=43.3 ms
64 bytes from 181.89.51.39: icmp_seq=4 ttl=250 time=36.4 ms
^C
--- 181.89.51.39 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 7ms
rtt min/avg/max/mdev = 30.553/52.647/100.380/27.925 ms
~$ 
~$ nslookup 181.89.51.39
39.51.89.181.in-addr.arpa	name = host39.181-89-51.telecom.net.ar.

Authoritative answers can be found from:
~$ 

Nice to learn something new every so often.

Thanks for your input.

Best,

A.

#24 Re: Hardware & System Configuration » [SOLVED] modprobe: FATAL module not found » 2024-03-25 16:39:30

Hello:

Altoid wrote:

... how to troubleshoot this?

Found the problem.

A mis-read/malinterpreted sensors-detect printout leading to a misconfigured /etc/modules file which would (had it worked) got me a case temperature reading in my conky panel through temperature sensors in each of my two scsi cards.  Sensors which did not exist.  8^°

Sorry for the bother ...

Best,

A.

#25 Hardware & System Configuration » [SOLVED] modprobe: FATAL module not found » 2024-03-25 11:46:35

Altoid
Replies: 3

Hello:

Like I do every so often, I was having a quick look at my display printout as my box was booting this morning and noticed the dreaded FATAL.

It does not get recorded in dmesg but it does in /var/log/boot:

$ cat boot | grep -i fatal
--- snip ---
Mon Mar 25 07:54:36 2024: modprobe: FATAL: Module scsi not found in directory /lib/modules/5.10.0-0.deb10.16-amd64
$ 

I had not noticed this before today but then I cannot for the life of me recall when I last had a look at the printout.
Indeed, /lib/modules/5.10.0-0.deb10.16-amd64 has nothing scsi in it:

~$ ls /lib/modules/5.10.0-0.deb10.16-amd64 | grep -i scsi
~$ 

But a recursive listing gets me a load:

~$ ls -R /lib/modules/5.10.0-0.deb10.16-amd64 | grep -i scsi
scsi
iscsi_ibft.ko
mptscsih.ko

/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi:   
be2iscsi
esp_scsi.ko
iscsi_boot_sysfs.ko
iscsi_tcp.ko
libiscsi.ko
libiscsi_tcp.ko
scsi_debug.ko
scsi_mod.ko
scsi_transport_fc.ko
scsi_transport_iscsi.ko
scsi_transport_sas.ko
scsi_transport_spi.ko
scsi_transport_srp.ko
virtio_scsi.ko
vmw_pvscsi.ko
xen-scsifront.ko

/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/aacraid:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/aic7xxx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/aic94xx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/arcmsr:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/be2iscsi:
be2iscsi.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/bfa:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/bnx2fc:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/bnx2i:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/csiostor:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/cxgbi:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/cxgbi/cxgb3i:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/cxgbi/cxgb4i:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/device_handler:
scsi_dh_alua.ko
scsi_dh_emc.ko
scsi_dh_hp_sw.ko
scsi_dh_rdac.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/esas2r:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/fcoe:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/fnic:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/isci:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/libfc:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/libsas:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/lpfc:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/megaraid:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/mpt3sas:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/mvsas:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/pcmcia:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/pm8001:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qedf:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qedi:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qla2xxx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/qla4xxx:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/smartpqi:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/snic:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/sym53c8xx_2:
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/ufs:
iscsi
target_core_pscsi.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/target/iscsi:
iscsi_target_mod.ko

/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/target/iscsi/cxgbit:
vhost_scsi.ko
xen-scsiback.ko
~$ 

The system seems to be running properly and lsmod gets me this:

~$ lsmod | grep -i scsi
mptscsih               32768  1 mptsas
mptbase                77824  2 mptsas,mptscsih
scsi_transport_sas     49152  1 mptsas
scsi_transport_spi     40960  1 aic7xxx
scsi_mod              262144  9 mptsas,scsi_transport_sas,aic7xxx,sd_mod,scsi_transport_spi,drivetemp,mptscsih,libata,sg
~$ 

Looking for the location of the loaded modules, I find them:

~$ locate mptscsih
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/message/fusion/mptscsih.ko
~$
~$ locate mptbase
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/message/fusion/mptbase.ko
~$
~$ locate scsi_tr
--- snip ---
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/scsi_transport_sas.ko
/lib/modules/5.10.0-0.deb10.16-amd64/kernel/drivers/scsi/scsi_transport_spi.ko
~$
--- snip ---

Edit:
Sorry, forgot to add this:

~$ lspci
--- snip ---
03:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068E PCI-Express Fusion-MPT SAS (rev 08)
05:00.0 SCSI storage controller: Adaptec AIC-7870P/7881U [AHA-2940U/UW/D/S76]
--- snip ---
~$ 

If everything is working properly (seems to be but maybe it is not) the modprobe: FATAL: warning in the log file should not exist so me thinks that something is probably amiss somewhere.

Any ideas as to how to troubleshoot this?

Thanks in advance.

Best,

A.

Board footer

Forum Software