- Nov 29, 2013
-
-
Tomasz Grabiec authored
When this line is absent in usr.manifest: /tmp/index.rb: ../../mgmt/web/views/index.rb ... tst-rename.so test fails with: Assertion failed: c_str (<...>/osv/external/misc.bin/usr/ include/boost/filesystem/path_traits.hpp: dispatch: 214) The reason for failure is missing /tmp. It is supposed to be created in unpack_bootfs() but it is later masked by zfs root pivot. The line in the manifest recreated it, but since mgmt can be a separate module it may not always be there. This patch fixes that by adding an explicit entry for /tmp to usr.manifest, same as we do for /dev. Signed-off-by:
Tomasz Grabiec <tgrabiec@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
Pekka Enberg authored
Move runtime creation of '/dev' to image creation to avoid bogus "unable to create /dev directory" error messages during boot. Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Sep 10, 2013
-
-
Or Cohen authored
Parsed by JLine (in CRaSH) Console should now better understand keys like home/end/arrows
-
- May 26, 2013
-
-
Guy Zana authored
now it downloads a ~200MB file and validating md5 on it.
-
- May 14, 2013
-
-
Guy Zana authored
-
- May 02, 2013
-
-
Avi Kivity authored
Not sure we want it, but for now, it makes the resolver stuff work.
-