Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
1
votes
1
answers
129
views
Can't find wwan's modem device on Lenovo ThinkPad T480
I've got a used Lenovo ThinkPad T480 and it has a slot for a sim behind the external battery. I use artix-linux and I have installed networkmanager-openrc. According to [Arch Wiki for ThinkPad's mobile internet](https://wiki.archlinux.org/title/ThinkPad_mobile_Internet), there should be ``/dev/ww*``...
I've got a used Lenovo ThinkPad T480 and it has a slot for a sim behind the external battery.
I use artix-linux and I have installed networkmanager-openrc.
According to [Arch Wiki for ThinkPad's mobile internet](https://wiki.archlinux.org/title/ThinkPad_mobile_Internet) , there should be `
/dev/ww*
or
/dev/cdc*
` devices, but there aren't.
My dmesg has no `wwan
or
WDM
` mentions either. I tried inserting a sim, but dmesg only says when I disconnect or connect back the battery.
Obviously, `mmcli -L
` says that there are no modems.
There's a lsusb
and lspci
output. I can't see anything related to the modem:
[leca@sweet-artix ~]$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 003: ID 04f2:b604 Chicony Electronics Co., Ltd Integrated Camera (1280x720@30)
Bus 001 Device 005: ID 06cb:009a Synaptics, Inc. Metallica MIS Touch Fingerprint Reader
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. Card Reader
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
[leca@sweet-artix ~]$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 08)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:16.3 Serial controller: Intel Corporation Sunrise Point-LP Active Management Technology - SOL (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.6 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #7 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1d.2 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #11 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point LPC/eSPI Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-LM (rev 21)
03:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
04:00.0 PCI bridge: Intel Corporation JHL6240 Thunderbolt 3 Bridge (Low Power) [Alpine Ridge LP 2016] (rev 01)
05:00.0 PCI bridge: Intel Corporation JHL6240 Thunderbolt 3 Bridge (Low Power) [Alpine Ridge LP 2016] (rev 01)
05:01.0 PCI bridge: Intel Corporation JHL6240 Thunderbolt 3 Bridge (Low Power) [Alpine Ridge LP 2016] (rev 01)
05:02.0 PCI bridge: Intel Corporation JHL6240 Thunderbolt 3 Bridge (Low Power) [Alpine Ridge LP 2016] (rev 01)
06:00.0 System peripheral: Intel Corporation JHL6240 Thunderbolt 3 NHI (Low Power) [Alpine Ridge LP 2016] (rev 01)
3c:00.0 USB controller: Intel Corporation JHL6240 Thunderbolt 3 USB 3.1 Controller (Low Power) [Alpine Ridge LP 2016] (rev 01)
3d:00.0 Non-Volatile memory controller: Lenovo LENSE30512GMSP34MEAT3TA
I did not do any fcc unlocking procedures and the previous owner was using windows so I suppose that he didn't do it either ;)
It looks like that the modem is simply broken but I'd like to hear an opinion of an expert and compare `lsusb
and
lspci
` outputs with another owner of such laptop.
Leca
(117 rep)
Jun 4, 2025, 10:22 PM
• Last activity: Jun 5, 2025, 08:57 AM
0
votes
0
answers
189
views
How do I properly chroot from a amd64 artix VM into a mounted aarch64 armtix OS image?
I want to chroot into an armtix (aarch64) OS image inside an artix VM. I copied qemu-aarch64-static into the mounted /usr/bin and then tried to chroot into the mounted image. It works, however, most programs don't. Below is my attempt: ```bash $ artix-chroot /var/tmp/eqstalxr-bastij/root qemu-aarch6...
I want to chroot into an armtix (aarch64) OS image inside an artix VM.
I copied qemu-aarch64-static into the mounted /usr/bin
and then tried to chroot into the mounted image.
It works, however, most programs don't.
Below is my attempt:
$ artix-chroot /var/tmp/eqstalxr-bastij/root qemu-aarch64-static /bin/bash
bash: /usr/bin/dircolors: cannot execute binary file: Exec format error
[bastille-installer /]# ls
bash: /usr/bin/ls: cannot execute binary file: Exec format error
[bastille-installer /]# cat
bash: /usr/bin/cat: cannot execute binary file: Exec format error
[bastille-installer /]# dir
bash: /usr/bin/dir: cannot execute binary file: Exec format error
[bastille-installer /]# cd .
[bastille-installer /]# cd bin
[bastille-installer bin]# cd ..
[bastille-installer /]# exit
Is this how far I can go with it or are there ways to make other
programs work as well.
I need pacman, tee, sed, cp and other installation commands to work on it,
as I want to later move the customized image to my sd card.
[edit]
$ file /var/tmp/eqstalxr-bastij/root/bin/bash
/var/tmp/eqstalxr-bastij/root/bin/bash: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=134f0d233c131cc03b87ed000859f62805ead4ca, for GNU/Linux 3.7.0, stripped
ls works via this command, however pacman-key doesn't.
$ artix-chroot /var/tmp/eqstalxr-bastij/root qemu-aarch64-static /bin/ls
bin boot dev etc home lib mnt opt proc root run sbin srv sys tmp usr var
$ artix-chroot /var/tmp/eqstalxr-bastij/root qemu-aarch64-static /bin/pacman-key
Error while loading /usr/bin/pacman-key: Exec format error
$ file /var/tmp/eqstalxr-bastij/root/bin/pacman-key
/var/tmp/eqstalxr-bastij/root/bin/pacman-key: a /usr/sbin/bash script, ASCII text executable
Folaht
(1156 rep)
May 18, 2024, 05:22 PM
• Last activity: May 19, 2024, 09:26 AM
0
votes
1
answers
235
views
Unable to Connect to Internet After Deleting NetworkManager on Artix Linux
I recently deleted NetworkManager from my Artix Linux system running Runit, and now I'm unable to connect to the internet. I've tried several solutions but haven't been successful. Here's what I've attempted so far: - I don't have DHCP installed nor IWD. - I tried installing the NetworkManager packa...
I recently deleted NetworkManager from my Artix Linux system running Runit, and now I'm unable to connect to the internet. I've tried several solutions but haven't been successful. Here's what I've attempted so far:
- I don't have DHCP installed nor IWD.
- I tried installing the NetworkManager package from source, and also attempted to transfer it via USB. However, when I run makepkg -i, I consistently encounter missing dependencies. I've tried installing these dependencies one by one, but eventually, I encounter an error during makepkg because it's trying to clone something from a git repository online.
I'm stuck at this point and not sure how to proceed. Any guidance on resolving this . Thank you
bazizi khaled
(3 rep)
May 8, 2024, 09:47 PM
• Last activity: May 10, 2024, 10:07 AM
0
votes
1
answers
62
views
Uninstalled a package, but keep getting signature errors and cannot update system
I installed `sublime-text`, which I then uninstalled. To check: > sudo pactree sublime-text error: package 'sublime-text' not found > sudo pactree -r sublime-text error: package 'sublime-text' not found Now I want to update my system: > sudo pacman -Syu error: sublime-text: signature from "Sublime H...
I installed
sublime-text
, which I then uninstalled. To check:
> sudo pactree sublime-text
error: package 'sublime-text' not found
> sudo pactree -r sublime-text
error: package 'sublime-text' not found
Now I want to update my system:
> sudo pacman -Syu
error: sublime-text: signature from "Sublime HQ Pty Ltd " is unknown trust
:: Synchronizing package databases...
system is up to date
world is up to date
galaxy is up to date
lib32 is up to date
universe is up to date
omniverse is up to date
extra is up to date
community is up to date
multilib is up to date
sublime-text 1837.0 B 4.30 KiB/s 00:00 [----------------------------------------------------------------------------] 100%
error: sublime-text: signature from "Sublime HQ Pty Ltd " is unknown trust
error: failed to synchronize all databases (invalid or corrupted database (PGP signature))
It looks like there is still something left of sublime-text
that does not allow me to proceed. How can I completely clean up my system from this package?
Pietro
(663 rep)
Apr 11, 2024, 09:59 PM
• Last activity: Apr 14, 2024, 03:00 PM
0
votes
1
answers
390
views
postgresql service down, "/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
i on artix with runit postgresql have issues after starting #sudo sv start postgresql ok: run: postgresql: (pid 849) 1236s #sudo -u postgres psql psql: error: connection to server on socket "/run/postgresql/.s.PGSQL.5432" failed: No such file or directory Is the server running locally and accepting...
i on artix with runit postgresql have issues after starting
#sudo sv start postgresql
ok: run: postgresql: (pid 849) 1236s
#sudo -u postgres psql
psql: error: connection to server on socket "/run/postgresql/.s.PGSQL.5432" failed: No such file or directory
Is the server running locally and accepting connections on that socket?
#sudo sv status postgresql
down: postgresql: 0s, normally up, want up; run: log: (pid 854) 1273s
primarily its starting, then after i check its status its prompting me that the service is down
sudo sv start postgresql
ok: run: postgresql: (pid 11583) 0s
sudo sv status postgresql
down: postgresql: 0s, normally up, want up; run: log: (pid 854) 59
/var/log/postgresql/@400000006611a7623ac93f6c.u
2024-04-06_19:09:52.09176 postgres: could not access the server configuration file "/var/lib/postgres/data/postgresql.conf": No such file or directory
when i start it manualy :
➜ postgresql sudo ./run
2024-04-07 21:21:42.964 GMT LOG: skipping missing configuration file "/var/lib/postgres/data/postgresql.auto.conf"
2024-04-07 21:21:42.964 GMT FATAL: "/var/lib/postgres/data" is not a valid data directory
2024-04-07 21:21:42.964 GMT DETAIL: File "/var/lib/postgres/data/PG_VERSION" is missing.
bazizi khaled
(3 rep)
Apr 7, 2024, 08:20 PM
• Last activity: Apr 7, 2024, 09:36 PM
1
votes
0
answers
63
views
KDE Session management: how can I select "On last logout" option?
In Artix/Arch Linux KDE, I cannot see the option to log out saving the current session and login recovering it. Is it hidden somewhere or is it not available?
In Artix/Arch Linux KDE, I cannot see the option to log out saving the current session and login recovering it.
Is it hidden somewhere or is it not available?
Pietro
(663 rep)
Nov 3, 2023, 03:53 PM
0
votes
0
answers
365
views
LibreOffice systematically crashes my Linux system
When I launch LibreOffice, I get the widget with the LibreOffice logo (the one displayed while the application loads), then my screen blinks three/four times, then it turns black. All I can do at that point is a hard reset and reboot. This is not a random event, it happens systematically, and only w...
When I launch LibreOffice, I get the widget with the LibreOffice logo (the one displayed while the application loads), then my screen blinks three/four times, then it turns black. All I can do at that point is a hard reset and reboot.
This is not a random event, it happens systematically, and only with LibreOffice.
No error is displayed.
The crash occurs with:
- The default LibreOffice included in my distro.
- With the LibreOffice binary downloaded from its website.
- With the AppImage version downloaded from its website.
These are my system details:
- Laptop: Lenovo Thinkpad E585 (AMD Ryzen 2700).
- Artix Linux - current version (= Arch without Systemd).
- KDE
- LibreOffice fresh (as of Nov 2022).
- Init system: OpenRC.
These are the files generated by LibreOffice in my home directory (~/.config/libreoffice/):
https://drive.google.com/file/d/1TrNJe9L9V9PeqEgexFqXYRA_hUjf2rVe/view?usp=share_link
Pietro
(663 rep)
Nov 12, 2022, 06:21 PM
• Last activity: Jan 1, 2023, 04:48 PM
0
votes
1
answers
1350
views
Issues with Pacman - keeps failing in the past few months
I am having issues updating my Artix (Arch based) Linux. I use these commands to get the latest mirror list and launch pacman: % sudo pacman -U ./artix-mirrorlist-20221209-1-any.pkg.tar.zst % sudo mv /etc/pacman.d/mirrorlist.pacnew /etc/pacman.d/mirrorlist % sudo pacman -Sy --needed archlinux-keyrin...
I am having issues updating my Artix (Arch based) Linux.
I use these commands to get the latest mirror list and launch pacman:
% sudo pacman -U ./artix-mirrorlist-20221209-1-any.pkg.tar.zst
% sudo mv /etc/pacman.d/mirrorlist.pacnew /etc/pacman.d/mirrorlist
% sudo pacman -Sy --needed archlinux-keyring
% sudo pacman -Syyu
This always worked successfully in the past, but in the last few months this is the output I get:
100 100k 100 100k 0 0 401k 0 --:--:-- --:--:-- --:--:-- 402k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 471k 100 471k 0 0 1366k 0 --:--:-- --:--:-- --:--:-- 1370k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 40781 100 40781 0 0 188k 0 --:--:-- --:--:-- --:--:-- 188k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 119k 100 119k 0 0 447k 0 --:--:-- --:--:-- --:--:-- 449k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3975k 100 3975k 0 0 803k 0 0:00:04 0:00:04 --:--:-- 649k
% Total % Received % Xferd Average Speed Time Time Time Current
....
and it keeps going on like that for a long time.
Then this is what I am asked for:
100 3040k 100 3040k 0 0 4355k 0 --:--:-- --:--:-- --:--:-- 4355k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 52477 100 52477 0 0 249k 0 --:--:-- --:--:-- --:--:-- 251k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 237k 100 237k 0 0 817k 0 --:--:-- --:--:-- --:--:-- 819k
Total ( 0/1193) 1969.9 MiB 482 KiB/s 69:44 [----------------------------------------------------------------------------] 100%
(1193/1193) checking keys in keyring [----------------------------------------------------------------------------] 100%
(1193/1193) checking package integrity [----------------------------------------------------------------------------] 100%
error: archlinux-keyring: signature from "Dudemanguy " is unknown trust
:: File /var/cache/pacman/pkg/archlinux-keyring-20220927-1.1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] Y
error: coin: signature from "Alexander F. Rødseth " is marginal trust
:: File /var/cache/pacman/pkg/coin-4.0.0.04c190-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: med-openmpi: signature from "Alexander F. Rødseth " is marginal trust
:: File /var/cache/pacman/pkg/med-openmpi-4.1.1-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: python-pivy: signature from "Alexander F. Rødseth " is marginal trust
:: File /var/cache/pacman/pkg/python-pivy-0.6.8-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: libreoffice-fresh: signature from "Dudemanguy " is unknown trust
:: File /var/cache/pacman/pkg/libreoffice-fresh-7.4.1-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
I tried giving different answers to those questions, but the result is always the same.
What am I doing wrong?
Pietro
(663 rep)
Oct 2, 2022, 10:13 AM
• Last activity: Dec 30, 2022, 11:52 PM
1
votes
0
answers
168
views
fatal: unable to exec /etc/s6/current/scripts/rc.init: no such file or directory
During the update, my computer turned off. After the reboot, I tried to restore the download of pacman packages (pacman successfully updated everything). I reboot my computer but it couldn't boot. I am using artix linux with s6 init system. [![Boot error][1]][1] [1]: https://i.sstatic.net/qAmTQ.jpg
During the update, my computer turned off. After the reboot, I tried to restore the download of pacman packages (pacman successfully updated everything). I reboot my computer but it couldn't boot. I am using artix linux with s6 init system.

weqekw
(11 rep)
Sep 21, 2022, 11:53 PM
• Last activity: Sep 22, 2022, 12:59 AM
1
votes
0
answers
163
views
Dual boot - cannot get to second grub menu (are my expectations wrong?)
I have two different distros installed. Os1 was installed by a gui installer first, with an efi partition and a system partition. Os2 is vanilla artix so I have set that up second using basestrap from the live environment. so now I have an efi partition containing: EFI/os1 EFI/os2 and then each os h...
I have two different distros installed. Os1 was installed by a gui installer first, with an efi partition and a system partition. Os2 is vanilla artix so I have set that up second using basestrap from the live environment.
so now I have an efi partition containing:
EFI/os1
EFI/os2
and then each os has its own partition with system files.
I have run grub-install from os2 (was already done on os1) and grub-config from both oses with os-prober on and each now has a grub directory with their own config.
Now at this point I am expecting to be able to go into my motherboard settings and select to either prioritize the os1 or os2 uefi and boot to their respective grub menus -which thanks to os prober I would expect to have options to go to either os.
This is not what is happening. I can see an option for both in the motherboard boot menu but when selecting os2 it seems to just skip over it and revert to os1's grub menu (which does indeed have the option for both oses and I can boot into both from there).
I simply want to know if what I am expecting (2 different grub menus) is the way things are supposed to work or have I misunderstood how grub and efi work together - Ive never bothered trying to run multiple grub menus before but have reason to now if possible.
SwiftD
(191 rep)
Jun 14, 2022, 01:15 AM
0
votes
0
answers
417
views
pacman warning: running XferCommand: fork failed!
In the past few weeks, I have not been able to update my Linux system (Artix/Arch). This is what happens: ~ sudo pacman -Syu :: Synchronizing package databases... warning: running XferCommand: fork failed! warning: running XferCommand: fork failed! warning: running XferCommand: fork failed! ... warn...
In the past few weeks, I have not been able to update my Linux system (Artix/Arch).
This is what happens:
~ sudo pacman -Syu
:: Synchronizing package databases...
warning: running XferCommand: fork failed!
warning: running XferCommand: fork failed!
warning: running XferCommand: fork failed!
...
warning: running XferCommand: fork failed!
warning: running XferCommand: fork failed!
warning: running XferCommand: fork failed!
error: failed to synchronize all databases (error invoking external downloader)
Same result using
-Syyu
.
In the past this command always worked. My internet connection is fine (I tried both with Wi-Fi and wired, ping
is successful). My mirrorlist file is up to date.
I have not been able to find any information related to these error messages.
Thank you for any help.
----------
Current configuration:
Kernel: 5.17.8-artix1-1
----------
More info:
grep XferCommand /etc/pacman.conf
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
Pietro
(663 rep)
Jun 3, 2022, 11:16 AM
• Last activity: Jun 12, 2022, 03:24 PM
-2
votes
1
answers
260
views
I did a dumb and deleted /usr/lib32
Today I was having trouble with steam. It wanted some libraries that I didn't have, so I tried to install the steam-native-runtime on my system (I run Artix, basically Arch) and it was yelling about systemd and eudev and elogind or something. My system uses OpenRC, so I figure "I dont even have syst...
Today I was having trouble with steam. It wanted some libraries that I didn't have, so I tried to install the steam-native-runtime on my system (I run Artix, basically Arch) and it was yelling about systemd and eudev and elogind or something. My system uses OpenRC, so I figure "I dont even have systemd what are you doing?" And since my system is yelling about lib32, I think "I have a 64-bit system, I'll just delete em' and reinstall."
I still haven't managed to reinstall my lib32 files, and I'm afraid if I power off my system it wont start again. Send help.
inzig0
(49 rep)
May 25, 2022, 01:29 AM
• Last activity: May 25, 2022, 02:31 AM
2
votes
0
answers
365
views
My KDE menu bar disappeared
My KDE menu bar was fine. Then I connected an external display to my laptop, and everything was still fine, with the bar moved to the bigger display. Then, after disconnecting the external display, I cannot reach the menu bar anylonger, at least until I reconnect the external display. I can drag the...
My KDE menu bar was fine. Then I connected an external display to my laptop, and everything was still fine, with the bar moved to the bigger display. Then, after disconnecting the external display, I cannot reach the menu bar anylonger, at least until I reconnect the external display.
I can drag the menu bar to the laptop display, but when I disconnect the external one, it still disappears (basically it moves to the external display as soon as I disconnect it).
This issue appeared after a recent system update of my Artix Linux (Arch-based).
Does anyone had the same issue? How can I fix it?
Pietro
(663 rep)
May 11, 2022, 10:51 PM
1
votes
2
answers
731
views
Cannot install some packages with Pacman/Octopi - Suspicious execution method
When installing many packages with Pacman (through Octopi), I get the following error message: > Installing selected packages... > > QApplication: invalid style override 'gtk' passed, ignoring it. > Available styles: Breeze, bb10dark, bb10bright, kvantum-dark, kvantum, > cleanlooks, gtk2, cde, motif...
When installing many packages with Pacman (through Octopi), I get the following error message:
> Installing selected packages...
>
> QApplication: invalid style override 'gtk' passed, ignoring it.
> Available styles: Breeze, bb10dark, bb10bright, kvantum-dark, kvantum,
> cleanlooks, gtk2, cde, motif, plastique, qt5ct-style, Oxygen, QtCurve,
> Windows, Fusion
>
> octopi-helper[aborted]: Suspicious execution method
>
> Command finished with errors!
It seems to be more a warning than an error, anyway it does not let me install the corresponding package.
I use KDE/Qt, but I have most of GTK installed.
I looked for a "octopi-helper" package to reinstall it, but could not find it.
What else can I try?
Pietro
(663 rep)
Oct 21, 2020, 10:46 AM
• Last activity: Apr 26, 2022, 01:32 PM
0
votes
1
answers
691
views
What breaks package compatibility between OpenRC and Systemd
I switched recently to Artix Linux with OpenRC as Init-system. I was using Manjaro before, which uses Systemd. Anyway, I was trying to install some packages I used on Manjaro that I have gotten from the snap-store. But I couldn't install it because of some systemd dependency. I think was trying to o...
I switched recently to Artix Linux with OpenRC as Init-system. I was using Manjaro before, which uses Systemd. Anyway, I was trying to install some packages I used on Manjaro that I have gotten from the snap-store. But I couldn't install it because of some systemd dependency.
I think was trying to onlyOffice and other stuff.
Destro
(15 rep)
Nov 18, 2021, 08:02 PM
• Last activity: Apr 23, 2022, 06:28 PM
0
votes
1
answers
568
views
Mismatching kernel versions during installation inside chroot
I'm trying to install Artix on a QEMU virtual machine through an automated script i've wrote, in one of the latest installation steps, where i setup Rootless Docker, it's required to enable the `ip_tables` kernel module by running `modprobe ip_tables` inside the installation mount point with `chroot...
I'm trying to install Artix on a QEMU virtual machine through an automated script i've wrote, in one of the latest installation steps, where i setup Rootless Docker, it's required to enable the
ip_tables
kernel module by running modprobe ip_tables
inside the installation mount point with chroot
The problem is that i get the following error:
modprobe: FATAL: Module ip_tables not found in directory `/lib/modules/5.13.4-artix1-1
After some further inspection, i've noticed that pacman -Q linux
returns versions 5.16.10-artix1-1
, and the versions on my /lib/modules
is 5.13.4-artix1-1
Does chroot
has anything to do with that? or the problem lies somewhere else?
henriquehbr
(938 rep)
Feb 26, 2022, 03:10 PM
• Last activity: Feb 26, 2022, 03:51 PM
-1
votes
1
answers
180
views
mysql on artix linux gives the 'ERROR 2002 (HY000)'
I'm using artix linux with runit init system and I've stumbled upon this issue where I can't login into mariadb by using ``` sudo mysql -u root -p ``` because it gives me the following error: ``` ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2) ``` Have...
I'm using artix linux with runit init system and I've stumbled upon this issue where I can't login into mariadb by using
sudo mysql -u root -p
because it gives me the following error:
ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)
Have anyone had a problem like this before?
I think it has something to do with runit not picking up the path to the mariadb.
Coelll
(41 rep)
Nov 8, 2021, 09:07 AM
• Last activity: Nov 8, 2021, 09:28 AM
0
votes
1
answers
1234
views
pacman target arror
I have a new install of Artix Linux (base install) and I am having troubles installing stuff with pacman. Some packages work but zathura, snapd, and most packages don't work. error: target not found: snapd error: target not found: zathura error: target not found: (most packages) let me know if you n...
I have a new install of Artix Linux (base install) and I am having troubles installing stuff with pacman. Some packages work but zathura, snapd, and most packages don't work.
error: target not found: snapd
error: target not found: zathura
error: target not found: (most packages)
let me know if you need to know any more.
e
BalboBiggans
(3 rep)
Aug 19, 2021, 01:10 AM
• Last activity: Aug 20, 2021, 04:07 AM
1
votes
0
answers
1034
views
GRUB not recognizing filesystem
I'm a new to Linux, and I'm trying to boot the graphical installation of Artix Linux with the XFCE desktop environment off of the ISO `artix-xfce-openrc-20210726-x86_64.iso` onto my Lenovo Thinkpad T480s. When I boot from the HDD USB that contains the ISO, I'm directed to a blank terminal except for...
I'm a new to Linux, and I'm trying to boot the graphical installation of Artix Linux with the XFCE desktop environment off of the ISO
artix-xfce-openrc-20210726-x86_64.iso
onto my Lenovo Thinkpad T480s.
When I boot from the HDD USB that contains the ISO, I'm directed to a blank terminal except for a short welcome message for GRUB and the words
error: unknown filesystem
By the way, I formatted the USB with Rufus using FAT32. The Thinkpad that I recently purchased had no operating system(s) installed, and the hard drives in the terminal are listed as "hd0
" and "hd1
". Running the "insmod normal
" command that I've seen could be a possible help doesn't work due to the unrecognized filesystem.
What is the best approach to go about fixing this? Thanks.
PRGMogu1
(11 rep)
Aug 11, 2021, 10:03 PM
• Last activity: Aug 17, 2021, 06:09 AM
0
votes
1
answers
570
views
Make runit-init silent
[![boot message][1]][1] Is there a way to silence the runit-init? I managed to silence runit it self by redirecting output but i think this is caused by runit-init... *I put the banner there in process 1 , just a simple printf, i just want to se this banner , not any other info that runit gives. [1]...

> /dev/null 2>&1
to the run_sysinit function.
Lampros
(143 rep)
Aug 10, 2021, 12:00 AM
• Last activity: Aug 10, 2021, 07:09 PM
Showing page 1 of 20 total questions