You are not logged in.

#1 2022-02-09 22:21:49

jprestwo
Member
Registered: 2022-01-06
Posts: 31

Impossible to create wiki account without Arch?

I am trying to create a wiki account and running into issues with the captcha. I don't use Arch so I don't have pacman. My distro does happen to package it so I tried that, got my base32 string, but the creation pages still didn't like it. Following the help section I got on #archlinux-wiki and asked for help. I was pointed to pacman-static which was advertised as a pre-compiled pacman binary. This was not the case, and it appeared to be a just a build script for pacman which did not run.

I'm about at my limit on the time I'll spend creating a user account, but I figured I would come here and outline these problems. I don't see any other people experiencing this, so perhaps I'm unlucky or everyone uses Arch.

About the only suggestion I have is to use a linux command which is not specific to Arch. Something like:

echo "I am human" |base32

Or a date command, really anything that allow a linux user to create an account. I really see zero benefit to using pacman, but maybe I'm wrong and there is some added level of security (highly doubt it).

Offline

#2 2022-02-09 22:30:32

loqs
Member
Registered: 2014-03-06
Posts: 18,075

Re: Impossible to create wiki account without Arch?

https://al.seblu.net/seblu/x86_64/pacman-static-6.0.1-2-x86_64.pkg.tar.xz

unpack the tar archive,  pacman-static will be in usr/bin and hopefully produces the expected output.

Last edited by loqs (2022-02-09 22:31:30)

Offline

#3 2022-02-09 22:39:46

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,426
Website

Re: Impossible to create wiki account without Arch?

Why do you want to create an Arch Wiki account if you don't use Arch?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#4 2022-02-09 22:45:50

jprestwo
Member
Registered: 2022-01-06
Posts: 31

Re: Impossible to create wiki account without Arch?

WorMzy wrote:

Why do you want to create an Arch Wiki account if you don't use Arch?

The Arch wiki is quite good, and for a lot of stuff its completely agnostic to the distro. I could be wrong but I'm guessing other non-Arch users also refer to it. And until now I've had no need to edit it.

In this specific case I need to add to a section of the IWD wiki. There have been at least 3-4 people posting here with issues related to IWD and it all comes down to how it was installed. wpa_supplicant not removed (or disabled), NetworkManager backend not set, systemd-networkd running in addition to IWD's internal network configuration, etc... None of this stuff is in the wiki.

Offline

#5 2022-02-09 22:47:33

jprestwo
Member
Registered: 2022-01-06
Posts: 31

Re: Impossible to create wiki account without Arch?

loqs wrote:
https://al.seblu.net/seblu/x86_64/pacman-static-6.0.1-2-x86_64.pkg.tar.xz

unpack the tar archive,  pacman-static will be in usr/bin and hopefully produces the expected output.

Thank you. In the mean time co-worker suggested docker, which also got the right output.

Offline

#6 2022-02-09 22:55:23

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Impossible to create wiki account without Arch?

Why do you need to contribute to the wiki if you aren't using Arch?
It would be impossible for you to properly test any edits without an Arch install?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2022-02-09 22:58:01

mpan
Member
Registered: 2012-08-01
Posts: 1,335
Website

Re: Impossible to create wiki account without Arch?

jprestwo:
Help is always valued and much of the information on Arch Wiki indeed works on other distributions. But even if people using other distros read it, its target audience is the Arch Linux community. So any information introduced in the wiki must work on Arch. So while I doubt anyone would oppose you editing articles merely on the basis of using another distro as your daily driver, be sure to always check if what you write is actually applicable to Arch. For example by using a virtual machine. Using one will also solve the trouble with captcha.

Last edited by mpan (2022-02-09 22:58:54)


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#8 2022-02-09 23:17:48

jprestwo
Member
Registered: 2022-01-06
Posts: 31

Re: Impossible to create wiki account without Arch?

mpan wrote:

jprestwo:
Help is always valued and much of the information on Arch Wiki indeed works on other distributions. But even if people using other distros read it, its target audience is the Arch Linux community. So any information introduced in the wiki must work on Arch. So while I doubt anyone would oppose you editing articles merely on the basis of using another distro as your daily driver, be sure to always check if what you write is actually applicable to Arch. For example by using a virtual machine. Using one will also solve the trouble with captcha.

Yes of course, something Arch specific would certainly need to be tested on Arch. For this specific edit I was going to write a short section about using incompatible software with IWD. This is not specific to any distro.

And I ended up getting the captcha with docker. With this post I really was questioning why the Arch specific captcha was used, which you've explained to me: Because you need to be on arch to edit the wiki. This is fine, I've accepted it smile

Offline

#9 2022-02-09 23:27:03

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Impossible to create wiki account without Arch?

Something worth noting is that before Arch switched to 'difficult' Captcha's for the forum and wiki it used to take hundreds of volunteer hours to deal with all of the spam.
Trading the occasional user that has difficulty signing up actually means hours of extra productive time for the people that help run Arch.
It's a no-brainer...


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#10 2022-02-09 23:34:12

jprestwo
Member
Registered: 2022-01-06
Posts: 31

Re: Impossible to create wiki account without Arch?

Slithery wrote:

Something worth noting is that before Arch switched to 'difficult' Captcha's for the forum and wiki it used to take hundreds of volunteer hours to deal with all of the spam.
Trading the occasional user that has difficulty signing up actually means hours of extra productive time for the people that help run Arch.
It's a no-brainer...

I agree, and if this works that is a great and simple solution. Why some other linux command wouldn't work though is not clear to me, but I really don't need an explanation. It has been made abundantly clear both here and on IRC that the wiki is meant to be edited by Arch users.

Offline

#11 2024-10-31 04:38:28

pietropecco
Member
Registered: 2024-10-31
Posts: 1

Re: Impossible to create wiki account without Arch?

What is the output of: LC_ALL=C pacman -V|sed -r "s#[0-9]+#$(date -u +%m)#g"|base32|head -1

I've got the pacman game, so which is the answer?

Offline

#12 2024-10-31 07:05:01

seth
Member
Registered: 2012-09-03
Posts: 59,010

Re: Impossible to create wiki account without Arch?

Probably "LFXXKJ3SMUQGCIDUOJXWY3AK"

Offline

#13 2024-10-31 07:30:16

kermit63
Member
Registered: 2018-07-04
Posts: 258

Re: Impossible to create wiki account without Arch?

I know this is an old thread, but since it's already been necro-bumped, I'm just curious if OP would've been able to register by booting into an arch-based ISO.


Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.

Offline

#14 2024-10-31 07:36:52

seth
Member
Registered: 2012-09-03
Posts: 59,010

Re: Impossible to create wiki account without Arch?

" an arch-based ISO"
Depends on how much the arch-based pacman deviates from the original smile

Offline

#15 2024-10-31 08:03:42

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 464
Website

Re: Impossible to create wiki account without Arch?

tip: It ends with a W, but only today. big_smile

https://g.co/kgs/bLfcxm3

Last edited by jl2 (2024-10-31 08:05:38)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Offline

#16 2024-10-31 08:23:32

kermit63
Member
Registered: 2018-07-04
Posts: 258

Re: Impossible to create wiki account without Arch?

It's been a while since I tried one (arch-based distro), but from what I can tell, they pretty much leave pacman untouched. Most of them (except for Manjaro) even uses arch's repo and only add a custom repo for some specialized software they created unique to their distro.

If I'm in OPs situation, I'll probably try EndeavourOS first. Might be easier than trying to build pacman in a non-arch distro. Even more convenient if OP uses GRUB, so can boot directly into the ISO without creating a USB installer.

@jl2 Today is relative, my day is about to end in a few hours. smile


Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.

Offline

#17 2024-10-31 08:32:00

seth
Member
Registered: 2012-09-03
Posts: 59,010

Re: Impossible to create wiki account without Arch?

"As long as it's spooktober at Newton's house"

One can also easily find the relevant input on the internet (incuding this board) and if one cannot forge the answer out of that, one might maybe rather not edit the wiki.

Offline

#18 2024-10-31 09:11:34

kermit63
Member
Registered: 2018-07-04
Posts: 258

Re: Impossible to create wiki account without Arch?

Hmmm, wonder if crapChatGPT can give the correct answer.

EDIT: Nope.

Last edited by kermit63 (2024-10-31 09:12:08)


Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.

Offline

#19 2024-10-31 09:40:33

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 464
Website

Re: Impossible to create wiki account without Arch?

duckduckgo's ai also can't do it, I wonder how it got the idea that it could be 64g65y for 5.2.2

Last edited by jl2 (2024-10-31 09:40:47)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Offline

#20 2024-10-31 10:03:26

kermit63
Member
Registered: 2018-07-04
Posts: 258

Re: Impossible to create wiki account without Arch?

In fairness to ChatGPT, it recognizes the command as something to do with pacman and broke down each component of the expression correctly.

It just refused to run the command claiming it is unable to do so. Probably something to do with security since hackers can probably exploit the feature if it's allowed to do so.


Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.

Offline

#21 2024-10-31 10:29:43

Awebb
Member
Registered: 2010-05-06
Posts: 6,613

Re: Impossible to create wiki account without Arch?

It works from WSL on Windows, so I assume it'll work from Docker and from the Arch installer ISO in a VM. You could also hang out on /r/archlinux on reddit and ask people in help threads for the output of pacman -V. You know, so you can help them?

Offline

#22 2024-10-31 10:46:23

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 464
Website

Re: Impossible to create wiki account without Arch?

You could also hang out on /r/archlinux on reddit and ask people in help threads for the output of pacman -V. You know, so you can help them?

That's better, but you could also do it on these forums ... nope I said nothing

Last edited by jl2 (2024-10-31 10:47:05)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Offline

Board footer

Powered by FluxBB