<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 03/13/2014 08:06 PM, István Király
wrote:<br>
</div>
<blockquote
cite="mid:CAO2RjuB+nZWAqV6-2NCiPWYeOzqWQMfzm=7ioSKXyD4_O7q9Tw@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div>lxcpath:</div>
<div><br clear="all">
<div>I see, I can use this argument to place containers to
different path's.</div>
<div>Is there a general config that can set the default fedora
path /usr/local/var/lib/lxc to some custom path? For now I
need to use this argument every time, in every lxc command.</div>
</div>
</div>
</blockquote>
<br>
echo "lxc.lxcpath=/some/custom/path" >
/usr/local/etc/lxc/lxc.conf<br>
<br>
However, it's always better if you use distro packages.<br>
<br>
<blockquote
cite="mid:CAO2RjuB+nZWAqV6-2NCiPWYeOzqWQMfzm=7ioSKXyD4_O7q9Tw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>lxc-kill
<div><br>
</div>
<div>When running fedora containers on a fedora host, I see
some situations where I would need to force to stop a
container. I have a container running in a terminal at the
login prompt, I use lxc-stop in another terminal window, and
see the "Received SIGPWR." message, but nothing happens.</div>
<div><a moz-do-not-send="true" href="http://lxc.info">lxc.info</a>
reports my container running, and I didnt find a way to shut
it down. Is there a way to "hard reset" or "hard poweroff" a
container?</div>
</div>
</div>
</blockquote>
<br>
man lxc-stop<br>
<br>
-k,--kill<br>
Rather than requesting a clean shutdown of the
container, explicitly kill all tasks in the container. This is the
legacy lxc-stop behavior.<br>
<br>
Where did you get lxc-kill from?<br>
<br>
<br>
tamas<br>
</body>
</html>