[split from] MYSQL groups error PLEASE HELP!

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10599
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster

Re: [split from] MYSQL groups error PLEASE HELP!

Post by Noxwizard »

You should see it either in the configure command as --with-password-argon2 or you'll see that libsodium is enabled which is what provides argon.

Code: Select all

root@587b61f858bc:/var/www/html# php -i | grep -i argon
Configure Command =>  './configure'  '--build=x86_64-linux-gnu' '--with-config-file-path=/usr/local/etc/php' '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' '--enable-option-checking=fatal' '--with-mhash' '--with-pic' '--enable-ftp' '--enable-mbstring' '--enable-mysqlnd' '--with-password-argon2' '--with-sodium=shared' '--with-pdo-sqlite=/usr' '--with-sqlite3=/usr' '--with-curl' '--with-iconv' '--with-openssl' '--with-readline' '--with-zlib' '--disable-phpdbg' '--with-pear' '--with-libdir=lib/x86_64-linux-gnu' '--disable-cgi' '--with-apxs2' 'build_alias=x86_64-linux-gnu'

Code: Select all

root@587b61f858bc:/var/www/html# php -i | grep -i sodium
Configure Command =>  './configure'  '--build=x86_64-linux-gnu' '--with-config-file-path=/usr/local/etc/php' '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' '--enable-option-checking=fatal' '--with-mhash' '--with-pic' '--enable-ftp' '--enable-mbstring' '--enable-mysqlnd' '--with-password-argon2' '--with-sodium=shared' '--with-pdo-sqlite=/usr' '--with-sqlite3=/usr' '--with-curl' '--with-iconv' '--with-openssl' '--with-readline' '--with-zlib' '--disable-phpdbg' '--with-pear' '--with-libdir=lib/x86_64-linux-gnu' '--disable-cgi' '--with-apxs2' 'build_alias=x86_64-linux-gnu'
/usr/local/etc/php/conf.d/docker-php-ext-sodium.ini,
sodium
sodium support => enabled
libsodium headers version => 1.0.18
libsodium library version => 1.0.18
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
User avatar
Vaga
Registered User
Posts: 12
Joined: Wed Jan 01, 2025 9:20 pm

Re: [split from] MYSQL groups error PLEASE HELP!

Post by Vaga »

Noxwizard wrote: Thu Jan 02, 2025 11:41 pm You should see it either in the configure command as --with-password-argon2 or you'll see that libsodium is enabled which is what provides argon
Yes, I do see sodium enabled on both servers

Code: Select all

php -i|egrep -i "(argon|sodium)"
/etc/php.d/20-sodium.ini,
sodium
sodium support => enabled
libsodium headers version => 1.0.18
libsodium library version => 1.0.18
libsodium version is the same on both: 1.0.18


Just in case I executed php -i|grep -i hash and compared. They are ALMOST the same.
Hashing Engines are the same, all these supports and MHASH are enabled on both

Code: Select all

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat murmur3a murmur3c murmur3f xxh32 xxh64 xxh3 xxh128 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
MHASH support => Enabled
MHASH API Version => Emulated Support
phar.require_hash => On => On
Hash keys restarts => 0
On the old server in addition there are:
memcached.default_consistent_hash => Off => Off
memcached.sess_consistent_hash => On => On
memcached.sess_consistent_hash_type => ketama => ketama

But I believe, it's not related to the passwords
User avatar
Vaga
Registered User
Posts: 12
Joined: Wed Jan 01, 2025 9:20 pm

Re: [split from] MYSQL groups error PLEASE HELP!

Post by Vaga »

I checked installed libraries on both boxes:
on the old box with Rocky 8 command yum list installed|grep libsodium gave me
libsodium.x86_64 1.0.18-2.el8 @epel

On the new Rocky 9 box:
libsodium.x86_64 1.0.18-8.el9 @epel
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6518
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: [split from] MYSQL groups error PLEASE HELP!

Post by thecoalman »

If you create new account does the password work and if so stored with same format?
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
Vaga
Registered User
Posts: 12
Joined: Wed Jan 01, 2025 9:20 pm

Re: [split from] MYSQL groups error PLEASE HELP!

Post by Vaga »

Didn't have a chance to test anything today yet.

Few hours ago decided to reboot it with regular "init 6" and got stuck with message "Probing EDD (edd=off to disable) ...."
VPS Support still tries ti solve it ))

Return to “[3.3.x] Support Forum”