From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 10 Jul 2011 16:45:00 -0700 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Fwd: nvram on a diskless cpu server Topicbox-Message-UUID: fda52ef4-ead6-11e9-9d60-3106f5b1d025 term% cd /tmp term% dd -bs 512 -count 1 < /dev/zero > nvram 1+0 records in 1+0 records out term% nvram=3Dnvram term% xd nvram 0000000 00000000 00000000 00000000 00000000 0000010 00000000 00000000 00000000 00000000 etc. term% auth/wrkey bad nvram key bad authentication id bad authentication domain authid: xyz authdom: abc secstore key: password: term% cat nvram 1=EF=BF=BD=0C=02=EF=BF=BD@=EF=BF=BD123=EF=BF=BDxyztabc/term% xd nvram 0000000 31d90c00 028140e2 00000000 00000000 0000010 31323300 00000000 00000000 00009f78 0000020 797a0000 00000000 00000000 00000000 0000030 00000000 00000000 00000074 61626300 0000040 00000000 00000000 00000000 00000000 etc. It pays to make the nvram file len 512 bytes or you have to set nvramlen in plan9.ini and who wants to do that. Note the nvram=3Dnvram step ... it is needed. ron p.s. No points for guessing the password I used :-)