What are those “symbols”?

|
ItsZariep 2022-08-15 08:25:49
我係孫嘉晨 2022-08-15 08:16:40
Try this at your own risk

i think that has no sense

我係孫嘉晨 2022-08-15 08:26:08
ItsZariep 2022-08-15 08:25:49
i think that has no sense

Yes,exactly

ItsZariep 2022-08-15 08:26:18
reading the wiki, you can use universe <and Omniverse> without adding any package
ItsZariep 2022-08-15 08:26:45
Rukka’s Trash 2022-08-15 08:21:42
You’re right, when I’ve quite newer in Arch Linux I have maked disasters lol

wiki.artixlinux.org/main/repositories

我係孫嘉晨 2022-08-15 08:28:28
ItsZariep 2022-08-15 08:26:18
reading the wiki, you can use universe <and Omniverse> without adding any package

i’d like to manage them by my own package build script,even archlinux-mirrorlist

我係孫嘉晨 2022-08-15 08:28:38
I rewrote them
Solrac00 2022-08-15 08:30:31
ItsZariep 2022-08-15 08:26:18
reading the wiki, you can use universe <and Omniverse> without adding any package

The order should be
artix – omniverse – arch
Right?

ItsZariep 2022-08-15 08:30:57
Solrac00 2022-08-15 08:30:31
The order should be
artix – omniverse – arch
Right?

if you want to use all of them, yes

ItsZariep 2022-08-15 08:31:46
because pacman always install the from the first repo between 2 or more, if the package is available in 2 or more repositories
ItsZariep 2022-08-15 08:32:32
in any case, you can choose specifying the repo, for example

pacman -Syu community/icewm

Solrac00 2022-08-15 08:32:49
Ohh okok very nice gracias
我係孫嘉晨 2022-08-15 08:32:51
Solrac00 2022-08-15 08:30:31
The order should be
artix – omniverse – arch
Right?

I don’t know,and install them

ChrisCromer 2022-08-15 09:00:28
我係孫嘉晨 2022-08-15 08:16:40
Try this at your own risk

Don’t necropost.

ChrisCromer 2022-08-15 09:03:16
我係孫嘉晨 2022-08-15 08:25:14
https://paste.artixlinux.org/view/cf3c9e32

/warn stop spamming

qontinuum 2022-08-15 09:18:43
lordV 2022-08-15 01:39:00
But possible to change to performance.. But the question is if it’s really worth to change it to performance before a CPU using task

It can be but it also depends on your cooling system since, for example, the performance governor sticks your cores to max normal frequency, if it heats too much it will be throttled for security

qontinuum 2022-08-15 09:21:03
AndrewBenn 2022-08-15 07:56:21
and already have most of the Arch core packages

Actually we have all core for long now, most of extra and a good part of community as well

qontinuum 2022-08-15 09:22:39
我係孫嘉晨 2022-08-15 08:25:14
https://paste.artixlinux.org/view/cf3c9e32

Wow, this pkgbuild is awful

Rougreh 2022-08-15 09:26:04
why
ChrisCromer 2022-08-15 09:32:40
Rougreh 2022-08-15 09:26:04
why

Using wget to download files instead of using source array, no hash to verify integrity of sources. Unsecure as fuck.

ChrisCromer 2022-08-15 09:33:21
If you use that, you deserve to have your system fucked up.
qontinuum 2022-08-15 09:33:27
ChrisCromer 2022-08-15 09:32:40
Using wget to download files instead of using source array, no hash to verify integrity of sources. Unsecure as fuck.

I just saw it nearly is the one we use xD

Rougreh 2022-08-15 09:37:31
:O
capezotte 2022-08-15 09:41:32
ChrisCromer 2022-08-15 09:32:40
Using wget to download files instead of using source array, no hash to verify integrity of sources. Unsecure as fuck.

I now see why gentoo disables network access for ebuilds

ChrisCromer 2022-08-15 09:42:30
qontinuum 2022-08-15 09:33:27
I just saw it nearly is the one we use xD

Nope, ours has source and hash checks. Security is fine on ours.

qontinuum 2022-08-15 09:43:04
Still uses curl to download the file but yeah it is because it is a bit more work if you want to rebuild it
qontinuum 2022-08-15 09:44:23
pkgname=archlinux-mirrorlist
pkgver=20220815
pkgrel=1
pkgdesc=”Arch Linux mirror list for use by pacman”
arch=(any)
url=”https://archlinux.org/mirrorlist/”
license=(‘GPL’)
backup=(etc/pacman.d/mirrorlist-arch)
source=(“mirrorlist-arch-$pkgver-$pkgrel::https://archlinux.org/mirrorlist/all/”)
b2sums=(‘414535046749d88c7189ee3fd54d72289fd54af5031d4fc60c036910d03dc43fc3075fffa37b8a6c189021b09079b55a980bdcc627532c81538beef1754b785c’)

pkgver(){
date “+%Y%m%d”
}

package() {
install -Dm644 mirrorlist-arch-$pkgver-$pkgrel “$pkgdir/etc/pacman.d/mirrorlist-arch”
}

ChrisCromer 2022-08-15 09:44:28
qontinuum 2022-08-15 09:43:04
Still uses curl to download the file but yeah it is because it is a bit more work if you want to rebuild it

It doesn’t download it during build. That is a function that you have to call manually to download a new mirrorlist, then after you have to update the hashes before it can be built.

qontinuum 2022-08-15 09:45:08
Something like that works pretty well but you actually have to update the pkgver before checksumming and building once more
qontinuum 2022-08-15 09:45:18
ChrisCromer 2022-08-15 09:44:28
It doesn’t download it during build. That is a function that you have to call manually to download a new mirrorlist, then after you have to update the hashes before it can be built.

Oh yep mb

J B 2022-08-15 09:59:50
Heads-up, anyone getting to the “artix-chroot /mnt” step at installation, may be getting “chroot:failed to run command ‘/bin/sh’: No such file or directory.”

Of course, the symlink from /bin/sh to bash IS there when checked (a la “ls -alF /bin/sh” » “lrwxrwxrwx 1 root root 4 Jan 8 2022 /bin/sh -> bash [some symbol here]”)

but for some reason the latest installer (currently using runit 64 bit base/no desktop) thinks otherwise.

Seeing similar on SUSE forums. Some kind of upstream bug?

qontinuum 2022-08-15 10:01:05
dunno but you can work around this by using artix-chroot /mnt /bin/bash
qontinuum 2022-08-15 10:04:00
J B 2022-08-15 09:59:50
Heads-up, anyone getting to the “artix-chroot /mnt” step at installation, may be getting “chroot:failed to run command ‘/bin/sh’: No such file or directory.”

Of course, the symlink from /bin/sh to bash IS there when checked (a la “ls -alF /bin/sh” » “lrwxrwxrwx 1 root root 4 Jan 8 2022 /bin/sh -> bash [some symbol here]”)

but for some reason the latest installer (currently using runit 64 bit base/no desktop) thinks otherwise.

Seeing similar on SUSE forums. Some kind of upstream bug?

What are those “symbols”?

J B 2022-08-15 10:14:19
Tried it. Still gives the same error!
J B 2022-08-15 10:14:52
Have to sleep but will be trying an older installer tomorrow to see if the same error is somehow suddenly there—would suggest it’s the VM I’m working in rather than installer.

For comparison:

https://www.suse.com/support/kb/doc/?id=000020553

qontinuum 2022-08-15 10:14:56
Then I guess you made a mistake while basestrapping
|