<div dir="ltr"><div>On Fri, Jul 24, 2020 at 4:13 PM Mike Jones <<a href="mailto:proclivis@gmail.com" target="_blank">proclivis@gmail.com</a>> wrote:<br>
><br>
> Some progress. On the hacked build, there were three problems:<br>
><br>
> 1) bmcweb failed at start<br>
> 2) Wrong port<br>
> 3) Can’t login<br>
><br>
> The failure was found by compiling it with logging. /var/log/redfish was missing. Touching the file and executing bmcweb& got it up.<br>
<br></div><div>
This was a bug.  Pull master up to at least this commit:<br>
<a href="https://github.com/openbmc/bmcweb/commit/7f4eb5887f9a52a2832ee9b6e06749575903128a" rel="noreferrer" target="_blank">https://github.com/openbmc/bmcweb/commit/7f4eb5887f9a52a2832ee9b6e06749575903128a</a></div><div><br>
<br>
><br>
> Some doc said port 8080, but it is 18080.<br>
<br></div><div><div dir="auto">
Ideally you'd be using the bmcweb.socket file for socket activation, which defaults to 443.  port 18080 only happens when you launch bmcweb by hand.  I’m guessing you copied the binary over by hand and didn’t do a make install?</div></div><div><br>
<br>
><br>
> DHCP is not working, so I boot to console with hdmi and keyboard and make a static address with ifconfig. Will deal with later.<br>
><br>
> Login was because groups were missing. Found where that was in meta-phosphor and added.<br>
<br></div><div>
The login groups should be made automatically by the recipe.  If you're using it, and they're not present, this might be worth a bug getting filed.</div><div><br>
<br>
><br>
> Now I have the webui up.<br>
<br></div><div>
Yee Haw!</div><div><br>
<br>
><br>
> On the evb build, it is trying to build images that fail when checking file size. I think this is because meta-phosphor has IMAGE_FSTYPES += with some mtb images, and meta-rasberrypi has IMAGE_FSTYPES ?= and I assume += wins or mixes. I think if I add IMAGE_FSTYPES = in local.conf, it would override it and probably work.<br></div><div><br></div><div>
This might be related to rpi using ext4 images, not squashfs images.</div><div><br>
><br>
> Waiting for a long rebuild...<br>
<br></div><div>
Groan.... yep.  Highly recommend a ridiculously overpowered build machine for yocto builds.<br>
</div>
</div>