Quoting Matt Helsley (matth...@us.ibm.com):
> * Sample usage:
> 
>    $ mkdir /containers
>    $ mount -t cgroup -ofreezer freezer  /containers
>    $ mkdir /containers/0
>    $ echo $some_pid > /containers/0/tasks
>    $ cat /containers/0/tasks/freezer.state
>    THAWED
>    $ echo FROZEN > /containers/0/tasks/freezer.state
>    <IO Error (busy)>
>    $ cat /containers/0/tasks/freezer.state
>    FREEZING
>    $ sleep 0.2
>    $ echo FROZEN > /containers/0/tasks/freezer.state
>    $ cat /containers/0/tasks/freezer.state
>    FROZEN
>    $ echo FROZEN > /containers/0/tasks/freezer.state

Did you mean THAWED?

phew, this is one long patch...  didn't see anything
wrong with it though.

-serge

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to