The newest version of OpenSSL changed the output of openssl md5, which breaks the install script. This is a problem at least for MacPorts installs, though I could see it breaking newer Linux distros as well.

A possible solution is described on g.d.o.

Comments

Anonymous’s picture

Status: Active » Fixed

AEGIR_DB_PASS=echo $RANDOM:\date`:$AEGIR_HOST | openssl md5 | sed -e 's/(stdin)= //;'`

This does not seem to break new installs of Debian systems or the latest Ubuntu (neither of which have this openssl change).

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 632306d on debian, dev-koumbit, dev-migrate_aliases, dev-multiserver-install, dev-simplerinstaller, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by mig5:
    #950980 compatability with newer openssl binaries - strip '(stdin)=' if...