- 15 May, 2012 1 commit
-
-
Leigh B Stoller authored
lengthy comment in the code (text from Ryan).
-
- 14 May, 2012 11 commits
-
-
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
-
Leigh B Stoller authored
the parent osid, and can be used to select a different image to load, sau FEDOR15-OPENVZ-STD. Does not work on shared nodes of course.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 11 May, 2012 3 commits
-
-
Leigh B Stoller authored
them to KEY.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 10 May, 2012 3 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
two different domain tags. Confused Firefox 12.
-
Leigh B Stoller authored
Also, when calling with -A (showall) and -n (number of records), lets not read the entire 5 million rows and then throw away everything but the first 20. Takes about an hour. In general this script needs some work. Would also be nice to page through records by specifying an index to start with.
-
- 09 May, 2012 8 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
The problem is with the chunking that apache does to avoid having to read the entire response, so it can set the Content-Length header properly. I have no idea who apache does chunking, but on the 9.0 client it was getting confused and trash characters were leaking into the data. The trash is probably the result of the client getting out of sync. Anyway, I do not know who is at fault (client code or our ancient apache server), but after many hours of screwing around I found out how to prevent the client from getting chunked data from the server. Basically, you have to force the request to be sent as HTTP/1.0 instead of 1.1, which tells apache to not chunk the data. In general this is not a good thing to do, but in this case the RPCs are pretty small and not on a critical performance path. We can revisit when we upgrade our boss to apache 2.X ...
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Add interface/host for foamvm
-
Leigh B Stoller authored
be true, which requires a file back to $BOOTDIR after running prepare.
-
- 08 May, 2012 1 commit
-
-
Robert Ricci authored
In testmode, pretends the ref was just created. Renamed old '-C' option '-c'
-
- 07 May, 2012 5 commits
-
-
Leigh B Stoller authored
update/join was not doing what I expected, and it looks like I cannot actually do what I was intended cause mixing multiple table update and left join does not work like I expect (read: I cannot make any sense of the mysql manual). So, recast as a multiple table update without the join, over individual rows in the vinterfaces table.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 04 May, 2012 2 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
It is invoked by suexec and cannot be a symlink.
-
- 03 May, 2012 6 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
Add the additional interfaces for boss.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-