LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 12-24-2013, 12:54 AM   #1
nomko
Member
 
Registered: Feb 2011
Location: The Netherlands
Distribution: Linux Mint 17.2
Posts: 115

Rep: Reputation: 21
Question Can't register to the Archlinux forum


Hi everybody,

I tried to register tot the Archlinux forum. The only problem is the question at the end of the registration forum:
Quote:
Your answer
What is the output of "date -u +%V$(uname)|sha256sum|sed 's/\W//g'"?
When i run this command in the terminal i get this:
Quote:
49b00f6047350392238e5bb80babe088278d1cfbada7f12ddaf10ed291765e26
But the reg.form lets me know that it is not correct...????
Quote:
Registration errors
The following errors need to be corrected before you can register:
Sorry, your answer was wrong. Try again!
What's going wrong here? And how do i contact the forum admin's about this??
I find this also a weird way to register, although i understand the reason (spambot's etc.) but this is so weird!

Thanks!
 
Old 12-24-2013, 03:24 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by nomko View Post
I find this also a weird way to register, although i understand the reason (spambot's etc.) but this is so weird!
spambots aren't the only reason they're doing it like this. go figure!
 
Old 12-24-2013, 03:52 AM   #3
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Maybe your reputation precedes you ...
 
Old 12-24-2013, 04:24 AM   #4
nomko
Member
 
Registered: Feb 2011
Location: The Netherlands
Distribution: Linux Mint 17.2
Posts: 115

Original Poster
Rep: Reputation: 21
@ ondoho:
That wasn't really helpful, don't you think so.

@ descent commander:
.....

Once again, why doesn't that terminal command work??? Why is the output wrong???
 
Old 12-24-2013, 04:38 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I just dumped that line into an online terminal and received the same answer.
 
Old 12-24-2013, 08:37 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by nomko View Post
@ ondoho:
That wasn't really helpful, don't you think so.
my apologies.
i just had a closer look at your problem, i.e. i tried to register a test account; all i can say is:
it is possible - but maybe they're doing it on purpose, so i won't tell you.

Last edited by ondoho; 12-24-2013 at 08:39 AM.
 
Old 12-25-2013, 02:06 PM   #7
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
There was another post on this exact topic on this forum but I can't seem to find it, sorry. I seem to recall it might have something to do with the time zone you are in compared to the forum. Have you tried it again at a different time of day?
Otherwise you could try searching this forum as I think there might be a slightly modified version of the line that works better.
 
Old 12-25-2013, 02:39 PM   #8
nd7rmn8
Member
 
Registered: Jan 2013
Distribution: Arch
Posts: 50

Rep: Reputation: 13
Ensure you arent copying and pasting any trailing spaces. The following lines demonstrate what the different parts of the command do.
Code:
server$ date -u +%V
52
server$ date -u +%V$(uname)
52Linux
server$ date -u +%V$(uname)|sha256sum              
49b00f6047350392238e5bb80babe088278d1cfbada7f12ddaf10ed291765e26  -
server$ date -u +%V$(uname)|sha256sum|sed 's/\W//g'
49b00f6047350392238e5bb80babe088278d1cfbada7f12ddaf10ed291765e26
The date command at the beginning outputs the number week of the year, with monday as the first day, from the perspective of UTC. We are in the 52nd week, so it should be working... maybe try faking it as the 51st week of the year and see if that works, maybe they are out of sync.

Code:
server$ echo 51Linux|sha256sum|sed 's/\W//g'
 
Old 01-01-2014, 12:05 PM   #9
nomko
Member
 
Registered: Feb 2011
Location: The Netherlands
Distribution: Linux Mint 17.2
Posts: 115

Original Poster
Rep: Reputation: 21
It has been solved now!
Thanks for helping me!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] can't register to arch forum minty33 Arch 20 01-29-2017 07:59 AM
inability to register for puppy linux forum kato40 Puppy 5 03-19-2013 09:36 PM
[SOLVED] Can't access Archlinux.org forum or Arch wiki dhave Arch 2 10-08-2012 04:58 PM
SOLVED : P new install of archlinux with archlinux-2010.05-core-i686.iso elenger Arch 1 08-18-2011 01:55 PM
sql error cant register on the gentoo forum ramraid Linux - Newbie 2 11-02-2005 02:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 12:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration