From russell.sutherland at utoronto.ca Thu Oct 31 04:43:42 2013 From: russell.sutherland at utoronto.ca (Russell Sutherland) Date: Wed, 30 Oct 2013 17:43:42 +0000 Subject: [flashboot] Problems executing the passed command Message-ID: <1BB7A34BD2C21145BDBF1ECB73833E6234C858E7@arborexmbx2.UTORARBOR.UTORAD.Utoronto.ca> I've created an OpenBSD 5.3 flash boot disk image using: # sh ./build-release.sh # sh ./build-kernel.sh SOEKRIS4501 # sh ./build-diskimage.sh imagefile This image has been dd'ed onto a CF card and the net4501 boots normally. The main problem is that I can not run the passwd command to reset the root password: [root at localhost]# passwd passwd:passwd: undefined symbol _yp_check lazy binding failed! Segmentation fault [root at localhost root]# uname -a OpenBSD localhost 5.3 SOEKRIS4501#0 i386 This problem persists even when adding: YP=no to /etc/mk.conf Any ideas what I am doing wrong? -- Russell Sutherland I+TS email: russell.sutherland at utoronto.ca office: +1.416.978.0470 mobile: +1.416.803.0080 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bastien.durel at geekwu.org Thu Oct 31 23:53:38 2013 From: bastien.durel at geekwu.org (Bastien Durel) Date: Thu, 31 Oct 2013 13:53:38 +0100 Subject: [flashboot] Problems executing the passed command In-Reply-To: <1BB7A34BD2C21145BDBF1ECB73833E6234C858E7@arborexmbx2.UTORARBOR.UTORAD.Utoronto.ca> References: <1BB7A34BD2C21145BDBF1ECB73833E6234C858E7@arborexmbx2.UTORARBOR.UTORAD.Utoronto.ca> Message-ID: <1383224018.1909.7.camel@data-dev4.int.data.fr> Le mercredi 30 octobre 2013 ? 17:43 +0000, Russell Sutherland a ?crit : > I've created an OpenBSD 5.3 flash boot disk image using: > > > > > # sh ./build-release.sh > # sh ./build-kernel.sh SOEKRIS4501 > # sh ./build-diskimage.sh imagefile > > > This image has been dd'ed onto a CF card and the net4501 boots > normally. > The main problem is that I can not run the passwd command to reset the > root password: > > > [root at localhost]# passwd > passwd:passwd: undefined symbol _yp_check > lazy binding failed! > Segmentation fault > > [root at localhost root]# uname -a > OpenBSD localhost 5.3 SOEKRIS4501#0 i386 > > This problem persists even when adding: > > YP=no > > to /etc/mk.conf > > Any ideas what I am doing wrong? > Hello. No idea. It works here: [root at fremen root]# uname -a OpenBSD fremen 5.3 CW910#0 i386 I prefer changing initial-conf/master.passwd before creating image, so I don't have to change it on running image, then copy it to /flash/conf/etc to let the change persist. Regards, -- Bastien Durel