view notstudy/slides/1129.html @ 3:fea44bb81877 default tip

many change
author taiki
date Tue, 10 Dec 2013 15:31:33 +0900
parents
children
line wrap: on
line source

<!--
Google IO 2012 HTML5 Slide Template

Authors: Eric Bidelman <ebidel@gmail.com>
         Luke Mahé <lukem@google.com>

URL: https://code.google.com/p/io-2012-slides
-->
<!DOCTYPE html>
<html>
<head>
  <title>Presentation</title>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
  <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">-->
  <!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
  <!--This one seems to work all the time, but really small on ipad-->
  <!--<meta name="viewport" content="initial-scale=0.4">-->
  <meta name="apple-mobile-web-app-capable" content="yes">
  <link rel="stylesheet" media="all" href="css/default.css">
  <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="../io2012slides/theme/css/phone.css">
  <base target="_blank"> <!-- This amazingness opens all links in a new tab. -->
  <script data-main="../io2012slides/js/slides" src="../io2012slides/js/require-1.0.8.min.js"></script>
</head>
<body style="opacity: 0">

<slides class="layout-widescreen">

<!--
  <slide class="logoslide nobackground">
    <article class="flexbox vcenter">
      <span><img src="../io2012slides/images/google_developers_logo.png"></span>
    </article>
  </slide>
-->

  <slide class="title-slide segue nobackground">
    <aside class="gdbar"><img src="../images/concurrent.png"></aside>
    <!-- The content of this hgroup is replaced programmatically through the slide_config.json. -->
    <hgroup class="auto-fadein">
      <h1 data-config-title><!-- populated from slide_config.json --></h1>
      <h2 data-config-subtitle><!-- populated from slide_config.json --></h2>
      <p data-config-presenter><!-- populated from slide_config.json --></p>
    </hgroup>
  </slide>

  <slide>
    <hgroup>
      <h2>TODO</h2>
    </hgroup>
    <article>
      <ul>
        <li>【終了】Vagrant/Vagrant-kvm の install</li>
        <li>【終了】学科の LDAP へ接続</li>
        <li>【終了】学部生が接続できるかテスト</li>
        <li>【終了】/net/home, /net/open の mount</li>
        <li>【終了】OCFS2 で mount できるように</li>
        <li>【終了】Vagrant を ie-vagrant として wrap</li>
        <li>本当にサーバにアップロードして、実行できるかどうかテスト</li>
      </ul>
    </article>
  </slide>

  <slide>
    <hgroup>
      <h2>問題点</h2>
    </hgroup>
    <article>
      <ul>
        <li>公式の box precise32/64 以外が、起動はできるが vagrant ssh で接続できない</li>
        <li>2つ以上の vm を vagrant up できない</li>
      </ul>
    </article>
  </slide>

  <slide>
    <hgroup>
      <h2>Kernel souce trace</h2>
    </hgroup>
    <article>
      <ul>
        <li>とりあえず読めるように、libvirt で立ち上げ</li>
        <li>gdb で読める</li>
        <li>(gdb)target remote localhost:1234</li>
        <li>root じゃなくても gdb から接続可能</li>
        <li>接続した直後は WARN_ON_ONCE(workqueue_freezing) にとまる</li>
      </ul>
    </article>
  </slide>

  <slide>
    <hgroup>
      <h2>これからすること</h2>
    </hgroup>
    <article>
      <ul>
        <li>ie-vagrant の完成</li>
        <li>本当にサーバにアップロードできるかどうかテスト</li>
        <li>bldsv11 上で fedora kernel が gdb で追えるように</li>
        <li>EFI/OS の debug 環境の完成</li>
        <li>EFI Runtime の VirtualAddressMap が動くように</li>
      </ul>
    </article>
  </slide>

  <slide class="backdrop"></slide>

</slides>

<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-1']);
_gaq.push(['_trackPageview']);

(function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

<!--[if IE]>
  <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
  <script>CFInstall.check({mode: 'overlay'});</script>
<![endif]-->
</body>
</html>