Hi,
>> I think /dev is the safest at the moment. Arguably it's wrong as it's
>> not an actual device node, but it's the only directory that lxc already
>> requires all distros not to mess with (or we wouldn't have working
>> console, tty, ...).
>
> What are some other alternatives?
>
> We could
On 12-09-18 03:58 PM, Dwight Engen wrote:
> ---
> doc/lxc-ps.sgml.in |4 ++--
> src/lxc/lxc-ps.in |4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Looks good. Applied to staging.
Thanks
> diff --git a/doc/lxc-ps.sgml.in b/doc/lxc-ps.sgml.in
> index f3275ae..401a17c 100644
>
Quoting Stéphane Graber (stgra...@ubuntu.com):
> On 12-09-19 10:12 AM, Christian Seiler wrote:
> > Hi,
> >
> >>> - is now in /run instead of /dev
> >>
> >> I don't think that part's going to work... Most distros mount /run as
> >> tmpfs at boot time which will hide anything you're putting in the
This patch adds a simple notification system that allows the container to
notify the host (in particular, the lxc-start process) that the boot process
has been completed successfully. It also adds an additional status BOOTING
that lxc-info may return. This allows the administrator and scripts to
di
On Tue, 18 Sep 2012 14:32:02 -0700 (PDT)
Christian Seiler wrote:
> Hi,
>
> > Do you think mallocing an fd_set and using FD_SET() and friends
> > would be better? The (dispose|finish) loops would visit FD_SETSIZE
> > bits with an FD_ISSET() test, which is more work than you have
> > currently wit
On 12-09-19 10:12 AM, Christian Seiler wrote:
> Hi,
>
>>> - is now in /run instead of /dev
>>
>> I don't think that part's going to work... Most distros mount /run as
>> tmpfs at boot time which will hide anything you're putting in there
>> before boot.
>
> Hmmm, that is indeed a problem... Do
Hi,
>> - is now in /run instead of /dev
>
> I don't think that part's going to work... Most distros mount /run as
> tmpfs at boot time which will hide anything you're putting in there
> before boot.
Hmmm, that is indeed a problem... Do you have any suggestions? Or
should we just keep it in /dev
On 12-09-19 07:49 AM, Christian Seiler wrote:
> Hi there,
>
> I've now updated my patch, there are now the following changes,
> partially based on feedback from this list, partially from sorting
> things in my head a bit.
>
> - socket instead of a FIFO
> - is now in /run instead of /dev
I do
This patch adds a simple notification system that allows the container to
notify the host (in particular, the lxc-start process) that the boot process
has been completed successfully. It also adds an additional status BOOTING
that lxc-info may return. This allows the administrator and scripts to
di
Hi there,
I've now updated my patch, there are now the following changes,
partially based on feedback from this list, partially from sorting
things in my head a bit.
- socket instead of a FIFO
- is now in /run instead of /dev
- parent directories of socket inside container are automatically
10 matches
Mail list logo