Thanx for the info. Both an original OpenSolaris dev134 and the IlluminOS don't have the crypto.conf file inside /etc/crypto. I have only these: certs crls kcf.conf kmf.conf pkcs11.conf and on IllumOS they're untouched by the update, still the same as the original dev134. Any clue? Gabriele Bulfon - Sonicle S.r.l. Tel +39 028246016 Int. 30 - Fax +39 028243880 Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY http://www.sonicle.com ---------------------------------------------------------------------------------- Da: B M A: [email protected] Data: 27 agosto 2010 2.23.57 CEST Oggetto: Re: [illumos-Discuss] Distribution Constructor on IllumOS On Thu, Aug 26, 2010 at 5:26 PM, Gabriele Bulfon wrote: Traceback (most recent call last): File "/usr/share/distro_const/pre_boot_archive_pkg_image_mod.py", line 86, in alt_root=pkg_img_path) File "/usr/lib/python2.6/vendor-packages/osol_install/install_utils.py", line 808, in encrypt_password salt = crypt_gensalt(alt_root) File "/usr/lib/python2.6/vendor-packages/osol_install/install_utils.py", line 770, in crypt_gensalt for alg in allow_alg: TypeError: 'NoneType' object is not iterable Child returned err 1 Build completed Tue Aug 24 19:34:27 2010 Build failed. Anyone have any idea? maybe someone already could make DC run? Thanks for any help, Gabriele. Hi! Personally I have no much idea why it won't run on Illumos in this particular time, but looks like it has relations to probably missing crypt algorithms that are used to encrypting passwords. These are md5 various implementations, sha256, sha512 etc. They should be defined in "/etc/security/crypt.conf". Also that a part of DC, in particular /usr/lib/python2.6/vendor-packages/osol_install/install_utils.py programmed in not best way, so unfortunately many places in "osol_install" package meant to just crash like this, once something somewhere is missing. :-( Hope this helps a bit. -- bo _______________________________________________ Discuss mailing list [email protected] http://lists.illumos.org/m/listinfo/discuss
_______________________________________________ Discuss mailing list [email protected] http://lists.illumos.org/m/listinfo/discuss
