2015-09-24 14:02 GMT-03:00 Travis <sirmonkey@xxxxxxxxx>: > if you try to register > https://bbs.archlinux.org/register.php > > it has a anti-spam question. > that fails > on both cent and arch > cent: > [x@x /]$ date -u +%V$(uname)|sha256sum|sed 's/\W//g > > ^C > [x@x /]$ > > arch: > [root@alarmpi ~]# echo date -u +%V$(uname)|sha256sum|sed 's/\W//g > > > [root@alarmpi ~]# date -u +%V$(uname)|sha256sum|sed 's/\W//g > > > [root@alarmpi ~]# > > ... > I believe it is missing a ' in the end of the string, after letter g.