Why are so many people into those weird anime cartoons in Linux communities?

|
Marc 2022-07-31 02:00:12
thanks
Marc 2022-07-31 02:01:22
its a core thing
ChrisCromer 2022-07-31 02:53:46
Marc 2022-07-31 01:58:31
move archlinux-support to system. why is it in universe ?

It was removed because it was getting pulled into chroots while building packages, which it should not be.

ChrisCromer 2022-07-31 02:54:47
So, not going to go back, it needed to be moved to keep systemd from creeping into artix.
capezotte 2022-07-31 03:07:33
meanwhile fungalnet: reeee elogind
Glats 2022-07-31 04:25:24
capezotte 2022-07-31 03:07:33
meanwhile fungalnet: reeee elogind

reeeee sudo

Marc 2022-07-31 05:30:41
ChrisCromer 2022-07-31 02:53:46
It was removed because it was getting pulled into chroots while building packages, which it should not be.

ok if not in system maybe in galaxy ?

ChrisCromer 2022-07-31 05:34:15
Marc 2022-07-31 05:30:41
ok if not in system maybe in galaxy ?

Same problem… It can’t be in an official repo otherwise it gets pulled in. Our build server only has system, world, and galaxy enabled, nothing else.

Marc 2022-07-31 05:35:37
ok
ajucodz 2022-07-31 06:21:05
Which is better openrc Or runit
ajucodz 2022-07-31 06:23:04
Which init should I do use??
ReßéL 2022-07-31 06:24:28
doesn’t matter really
ReßéL 2022-07-31 06:24:34
pick openrc
lanciagreggori 2022-07-31 06:53:47
So I have basically setup a separate Artix chroot environment in order to do some testing.

But the problem is that since the rootfs of the chroot environment is a directory and not a mount-point, pacman gives me this error when I try to install any kind of package:
error: could not determine cachedir mount point /var/cache/pacman/pkg
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

Are there any solutions to this?

capezotte 2022-07-31 06:55:08
lanciagreggori 2022-07-31 06:53:47
So I have basically setup a separate Artix chroot environment in order to do some testing.

But the problem is that since the rootfs of the chroot environment is a directory and not a mount-point, pacman gives me this error when I try to install any kind of package:
error: could not determine cachedir mount point /var/cache/pacman/pkg
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

Are there any solutions to this?

bind mount your /chroot to somewhere else

capezotte 2022-07-31 06:55:14
or abuse bwrap
ChrisCromer 2022-07-31 07:51:33
lanciagreggori 2022-07-31 06:53:47
So I have basically setup a separate Artix chroot environment in order to do some testing.

But the problem is that since the rootfs of the chroot environment is a directory and not a mount-point, pacman gives me this error when I try to install any kind of package:
error: could not determine cachedir mount point /var/cache/pacman/pkg
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

Are there any solutions to this?

/rtfm specifically —sysroot

qontinuum 2022-07-31 08:27:58
Marc 2022-07-31 05:30:41
ok if not in system maybe in galaxy ?

Please, refrain from giving any advice or recommendations, they always are shitty uninformed claims

ChrisCromer 2022-07-31 09:00:08
In the fucking manual pages included with pacman. 🤦🏻‍♂
Jay 2022-07-31 11:01:29
ChrisCromer 2022-07-31 09:00:08
In the fucking manual pages included with pacman. 🤦🏻‍♂

we should have had a daily rtfm counter by now.

lanciagreggori 2022-07-31 11:43:42
ChrisCromer 2022-07-31 07:51:33
/rtfm specifically —sysroot

I took a look at it, and it seems to be for compilers.

By an Artix chroot environment I meant a full Artix distro, without the kernel, I want to chroot into it and basically treat it as a full system.

However I encountered the error I mentioned above.

aldum11 2022-07-31 11:43:48
qontinuum 2022-07-30 23:30:20
Reconnaissance with Metis !
subfinder, naabu ,httpx, nuclei by projectdiscovery ,
Now the host is mine [ NtHiM ] by late binit ghimire,
gf by tomnomnom,
gau by lc,
Sublist3r by aboul3la,
Are now available on Metislinux.
You can easily install them by running.
“`sudo/doas pacman -Syyy <toolname> “`
also, metis-dwm has been updated you will be getting new features like search/translate texts with ease keybinds no need to open browser yourself now xD.
Just remove old dwm by running
“`sudo/doas pacman -Rcns metis-dwm “` and install latest one by running
“` sudo/doas pacman -Syyy –needed metis-dwm“`

apparently it’s a 17yo kid

aldum11 2022-07-31 11:43:57
for that, it’s not bad
Senderman 2022-07-31 11:45:26
lanciagreggori 2022-07-31 11:43:42
I took a look at it, and it seems to be for compilers.

By an Artix chroot environment I meant a full Artix distro, without the kernel, I want to chroot into it and basically treat it as a full system.

However I encountered the error I mentioned above.

then just mount dev, sys, proc in your chroot directory and chroot into it:

mount –bind /dev dir/dev
mount -t sysfs none dir/sys
mount -t proc none dir/proc
chroot dir

Night_H4nter 2022-07-31 11:49:40
ffs there’s artix-chroot
Night_H4nter 2022-07-31 11:49:46
it handles everything for you
Night_H4nter 2022-07-31 11:49:56
almost like systemd-nspawn
qontinuum 2022-07-31 11:50:10
Night_H4nter 2022-07-31 11:49:46
it handles everything for you

This

lanciagreggori 2022-07-31 11:56:15
Night_H4nter 2022-07-31 11:49:40
ffs there’s artix-chroot

Yeah why didn’t I think of that, thanks

grakata_clem 2022-07-31 11:59:14
aldum11 2022-07-31 11:43:48
apparently it’s a 17yo kid

Or Luke fan

aldum11 2022-07-31 11:59:15
that’s the one thing a stage3 install is missing
although, you could pack it in the tarball I guess
aldum11 2022-07-31 11:59:19
grakata_clem 2022-07-31 11:59:14
Or Luke fan

both

Jay 2022-07-31 13:10:52
motherfucker, i shoud’ve expected that.
Good one!
Aurelian 2022-07-31 13:49:34
ReßéL 2022-07-30 23:42:12

Why are so many people into those weird anime cartoons in Linux communities?

RadiantKnight 2022-07-31 13:54:18
For starter watch Boku no pico 😏
|