[SOLVED] Unable to start freshly-installed Artix s6 24 December 2020, 11:28:06 After a fresh install exactly following the Wiki, I am still unable to start the s6 version of Artix. the runit version, installed in the exact same way, runs perfectly fine.After starting, it shows the following message and keeps looping. Switching to other tty doesn't help, they all have a black screen with no login prompt. Pressing the power button does nothing. Only thing left to do is to pull the cordi.e. the looping output is of two lines -Code: [Select]install: cannot change owner and permissions of '/var/log/udevd': No such file or directorys6-log: fatal: unable to mkdir /var/log/udevd: Read-only file systemAny help would be appreciated Last Edit: 25 December 2020, 17:48:15 by nous
Re: Unable to start freshly-installed Artix s6 Reply #1 – 24 December 2020, 13:15:51 It's that installed from weekly ISO or stable ISO? Probably s6 ISO have a bug and works not right. Keep working (runit) installation .
Re: Unable to start freshly-installed Artix s6 Reply #2 – 24 December 2020, 14:07:20 Is /var a separate partition?
Re: Unable to start freshly-installed Artix s6 Reply #3 – 24 December 2020, 17:27:47 QuoteIt's that installed from weekly ISO or stable ISO? I am using the stable ISOQuoteProbably s6 ISO have a bug and works not right.@alium Not true. I used that same ISO to install runit, and it works perfectly fine QuoteIs /var a separate partition? @nous No, it isn't.... Should it be? I dindn't see that in the Installation instructions in the Wiki.....
Re: Unable to start freshly-installed Artix s6 Reply #4 – 24 December 2020, 17:35:15 @Dudemanguy I think you maintain s6? Is there any bug in the stable ISO?
Re: Unable to start freshly-installed Artix s6 Reply #5 – 24 December 2020, 17:52:46 Quote from: subnut – on 24 December 2020, 17:27:47@nous No, it isn't.... Should it be? I dindn't see that in the Installation instructions in the Wiki.....I'm asking because of the "unable to mkdir /var/log/udevd: read-only filesystem" error.
Re: Unable to start freshly-installed Artix s6 Reply #6 – 24 December 2020, 18:10:04 Your filesystems are mounted as read-only for some reason and the remount-root fallback appears to not be working.
Re: Unable to start freshly-installed Artix s6 Reply #7 – 24 December 2020, 18:26:27 @Dudemanguy So it seems.... Any tips to check what's causing it and/or how to fix it?As I said, it should be something related to s6.... Because the runit installation installed in the exact same way works perfectly fine..
Re: Unable to start freshly-installed Artix s6 Reply #8 – 24 December 2020, 18:30:49 I have no idea why your partitions are mounted as read-only but I can fix remount-root which should make this work correctly. 1 Likes
Re: Unable to start freshly-installed Artix s6 Reply #9 – 24 December 2020, 18:34:08 @Dudemanguy Thanks very much! Do I need to add new repos (e.g. gremlins) to the mirrorlist to get the fix? Or will it also be fixed in the normal repos (i.e. galaxy, etc..)
Re: Unable to start freshly-installed Artix s6 Reply #10 – 24 December 2020, 18:48:44 Well right now it's in gremlins (s6-scripts), but I'll push it to system in a while. 1 Likes
Re: Unable to start freshly-installed Artix s6 Reply #11 – 24 December 2020, 21:02:23 @Dudemanguy Just updated from gremlins. Issue fixed! Thanks!Actually, it was an error in the fstab UUID. The update changed something that properly showed the error, and also allowed to login throught different tty. Great!!