- 26 Feb, 2014 5 commits
-
-
Leigh B Stoller authored
Revision: bcf206e6d731108b893d9eff3fae06cdde41e405 MIT License
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
-
- 21 Feb, 2014 2 commits
-
-
Leigh B Stoller authored
image will boot after reloading XEN43.
-
Mike Hibler authored
In particular, do a case-insensitive match with "serial number".
-
- 20 Feb, 2014 5 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
* Get rid of login (and logout) by ajax. Use the modal, but do a normal form submit so that the page is refreshed properly. * Bug fix for - and _ not working in Firefox/Shellinabox window; thank you google search. * Fix for NaN dates on Firefox. Turns out Javascript Date() is not rfcwhatever compliant. Too funny. * Fix permission check that was allowing guest user to see and use someone else's experiments.
-
Mike Hibler authored
Not sure this is really useful, but Kevin Tew's test framework uses it.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 19 Feb, 2014 8 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
* Add a .htaccess file that does the rewrites, instead of in the httpd confile file. Added Rob's stuff for rewriting urls to hide the .php although not sure this is working correctly yet. * Add simple MyExperiments page so that logged in users can find their way back to running profiles. * Move the DB table holding the running experiment records from the geni-sa DB into the main Emulab DB. Lots of little changes for that. * Change logout to plain link instead of ajax call. That was a silly thing to do. * Bug fixes to ssh keys and shell login from the status page.
-
Leigh B Stoller authored
across reloads. If we do not do this and the state is lost, we cannot reboot a halted VM since we won't know what image it was supposed to boot, etc. There is probably a way around this, but it is better to keep this state anyway.
-
Leigh B Stoller authored
without silly hack.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
-
- 18 Feb, 2014 1 commit
-
-
Mike Hibler authored
PREQUEST allows us to notify the server that this is a retry, where REQUEST does not.
-
- 17 Feb, 2014 1 commit
-
-
Leigh B Stoller authored
the shell function, cause the the ssh handle was using click. I changed the handler to use mouseup,mousemove,mousedown events (derived from a google search).
-
- 14 Feb, 2014 4 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 13 Feb, 2014 13 commits
-
-
Leigh B Stoller authored
the actual DOM instead. The copy resulted in the click handlers being lost. Seems odd, but this is more efficient anyway.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
Obviously, we never fuzz tested this puppy!
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 12 Feb, 2014 1 commit
-
-
Mike Hibler authored
For the Emulab configuration, we add the new site variable "images/frisbee/maxrate_dyn" which should be set non-zero to enable dynamic adjustment. If maxrate_dyn is enabled, then the maxrate_{std,usr} values are used as both the initial and maximum values for the BW of any instance. Really, if maxrate_dyn is on, then both of those should be set to the same value so that all servers are operating the same and the value should be just above the link BW. For the "null" configuration (aka, the subboss configuration), this is set by adding command line options: -O dynamicbw=1,bandwidth=1100000000 which would enable it and start/cap the BW at 1.1Gb/sec.
-