Skip to main content
Topic: Artix won't start (Read 568 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Artix won't start

I installed some new programs, including Ardour. I also tried to build Ardour from source code earlier in the session. After installing the executable version of Ardour, I tried to open my terminal, but it wouldn't open. I rebooted, and my computer froze on the page I've transcribed below (all stata not labelled [fail] were either [done] or [busy]):

__________________________________________________________________________________________________________________-__


/usr/lib/rc/functions: line 82: /run/sv.d/failed/: Is a directory
                                                                                                                                [fail]
: : Unlocking encrypted devices 
: :  Checking filesystems
fsck.fat 4.4 (2021-01-31)
There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
    65:01/00
    Not automatically fixing this.
Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
  Automatically removing dirty bit.

*** Filesystem was changed ***
Writing changes.
/dev/nvmc0n1p1: 428 files, 27681/126976 clusters

: :  Remounting root filesystem rw
: :  Starting mount-al
: :  Activating swap
: :  Starting random-seed
: :  Starting tmpfiles-setup
tmpfiles: /usr/lib/libc.so.6: version 'GLIBC_2.34' not found (required by /usr/lib/libgcc_s.so.1)
                                                                                                                                                                                       [fail]
: :  Starting sysusers
sysusers: /usr/lib/libc.so.6: version 'GLIBC_2.34' not found (required by /usr/lib/libgcc_s.so.1)

: :  Saving dmcesg log
: : Loading sysctl settings
* Applying /usr/lib/sysctl1.d/10-artix.conf  . . .
fs.inotify.max_user_instances = 1024
fs.inotify.max_user_watches = 52488
* Applying /usr/lib/sysctl.d/55-iputils.conf  . . .
net.ipv4.ping_group_range = 0 214783647
* Applying /etc/sysctl1.d/99_magic_sysrq.conf  . . .
kernel.sysrq = 1

: :  Running binfmt
: :  Starting cleanup
install:  cannot create regular file '/run/runit/stopit': No such file or directory
install:  cannot create regular file '/run/runit/reboot': No such file or directory
: :  Initialization complete
- runit: leave stage: /etc/runit/1
- runit: enter stage: /etc/runit/2
runsuchdir: default: current.
ln: failed to create symbolic link '/run/runit/service' : No such file or directory
_

Re: Artix won't start

Reply #1
This sounds like a particularly bad case of malfunctioning mirror, or a partial upgrade, as several vital system components (tmpfiles and sysusers) are compiled with a newer version of Glibc than what is present on your system.

You should get your installation media, mount your installed root partition, and try performing

Code: [Select]
mount -t proc proc /mnt/borked/artix/proc
pacman -Syu --sysroot /mnt/borked/artix/

to get everything upgraded.