Due to a missing character in a change to olpc-os-builder[*], 12.1.0 os13 builds do not have any working Linux console terminals, and will repeatedly try to set permissions on the /dev directory to 0600 (root-only read/write) while trying to restart said terminals.<br>

<br>This permissions change on /dev will then break a lot of applications and scripts.<br><br>To fix this, try to get into a Terminal program in Sugar or GNOME as fast as you can, or use the serial port console (which is not time-restricted).<br>

<br>Then:<br><ol><li>As root or via sudo, edit the /usr/lib/systemd/system/getty@.service file.  Change the line:<br><br>ExecStart=-/sbin/mingetty --loginpause --autologin root --noclear %<br><br>to read<br><br>ExecStart=-/sbin/mingetty --loginpause --autologin root --noclear %I<br>

<br>by adding the capital letter "I" onto the end of the string.<br><br></li><li>Run "sudo systemctl restart getty@tty2.service".  Repeat this replacing "tty2" with "tty3", then "tty4".<br>

<br></li><li>Run "sudo chmod 755 /dev".<br><br></li><li>Reboot your XO via the "reboot" command or the GUI to make sure nothing is hung waiting on something in the /dev directory.<br></li></ol>[*] <a href="http://dev.laptop.org/git/projects/olpc-os-builder/commit/?id=a9b4e062c9cbe809b26d97264068a6bc5c2e2824">http://dev.laptop.org/git/projects/olpc-os-builder/commit/?id=a9b4e062c9cbe809b26d97264068a6bc5c2e2824</a><br>

<br><br><div class="gmail_quote">On Fri, Jun 8, 2012 at 7:08 PM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

For your interest, os13 for XO-1.75 contains firmware Q4D16, which<br>
incorrectly displays the processor core frequency.  The core continues<br>
to run at 800 MHz even though it may show as either 910 MHz or 800<br>
MHz.<br>
<br>
<a href="http://lists.laptop.org/pipermail/devel/2012-June/035324.html" target="_blank">http://lists.laptop.org/pipermail/devel/2012-June/035324.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.laptop.org">Devel@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/listinfo/devel</a><br>
</div></div></blockquote></div><br>