Re: Review & pull request: dracut-modules-olpc

2010-05-13 Thread Daniel Drake
On 10 May 2010 14:37, Martin Langhoff wrote: > at least let's get greplease merged now. It is non-controversial, and > fixes a long standing bug that hits large deployments... done,sorry for delay ___ Devel mailing list Devel@lists.laptop.org http://lis

Re: Review & pull request: dracut-modules-olpc

2010-05-10 Thread Martin Langhoff
On Thu, Apr 29, 2010 at 12:23 PM, Martin Langhoff wrote: > http://dev.laptop.org/git/users/martin/dracut-modules-olpc/log/?h=clockset-pyx > > Tested on an XO-1.5 on top of build 121. The branch includes > >  - Greplease patch so that the right lease is picked form huge > lease.sig files are with m

Re: Review & pull request: dracut-modules-olpc

2010-05-03 Thread Daniel Drake
On 30 April 2010 19:39, Martin Langhoff wrote: > Fair enough. One of the problems is that normally the expiry check is > done inside bitfrost lib and the code there only respects the system > clock. > > So it's a bit messy. Rework bitfrost libs (with impact on users if the > lib) or implement a bi

Re: Review & pull request: dracut-modules-olpc

2010-04-30 Thread Martin Langhoff
On Fri, Apr 30, 2010 at 5:04 PM, Daniel Drake wrote: > Maybe I asked this already, but I can't find the discussion. When the > server communicates the time to the XO and the XO sets the clock based > on that, shouldn't the XO verify that the delegation has not expired? > By that I mean it should r

Re: Review & pull request: dracut-modules-olpc

2010-04-30 Thread Daniel Drake
On 29 April 2010 13:23, Martin Langhoff wrote: > http://dev.laptop.org/git/users/martin/dracut-modules-olpc/log/?h=clockset-pyx > > Tested on an XO-1.5 on top of build 121. The branch includes Looks good, thanks. Maybe I asked this already, but I can't find the discussion. When the server commun

Re: Review & pull request: dracut-modules-olpc

2010-04-29 Thread Martin Langhoff
On Thu, Apr 29, 2010 at 12:23 PM, Martin Langhoff wrote: > http://dev.laptop.org/git/users/martin/dracut-modules-olpc/log/?h=clockset-pyx > > Tested on an XO-1.5 on top of build 121. The branch includes Add 2 patches on top that include the ctypes implementation and switch to it. Passes all tests

Review & pull request: dracut-modules-olpc

2010-04-29 Thread Martin Langhoff
http://dev.laptop.org/git/users/martin/dracut-modules-olpc/log/?h=clockset-pyx Tested on an XO-1.5 on top of build 121. The branch includes - Greplease patch so that the right lease is picked form huge lease.sig files are with mmap instead of parsing it into memory (and OOM'ing in the process).