[lxc-devel] [lxcfs/master] Limit memswlimit by TotalSwap

2017-02-02 Thread Blub on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/172 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ==

[lxc-devel] [PATCH] lxc_setup_tios(): Ignore SIGTTOU and SIGTTIN signals

2017-02-02 Thread Thomas Jarosch
Prevent an endless loop while executing lxc-attach in the background: The kernel might fire SIGTTOU while an ioctl() in tcsetattr() is executed. When the ioctl() is resumed and retries, the signal handler interrupts it again. We can't configure the TTY to stop sending the signals in the first pla

Re: [lxc-devel] update from LXC 1.1.5 to 2.0.7: command hangs

2017-02-02 Thread Thomas Jarosch
On Thursday, 2. February 2017 12:07:19 Thomas Jarosch wrote: > Perhaps it would make sense to clean up the signal > handler for SIGTTOU in lxc-attach before configuring the TTY? ignoring SIGTTOU and SIGTTIN in lxc_setup_tios() solves the issue. Those signals are not used by LXC at all anyway. I'l

Re: [lxc-devel] update from LXC 1.1.5 to 2.0.7: command hangs

2017-02-02 Thread Thomas Jarosch
On Wednesday, 1. February 2017 23:31:36 Christian Brauner wrote: > This is likely not lxc-attach's fault. It seems that timeout is sending > SIGTTOU to the process it monitors. If you send this to a tty it will > stop until it receives a continue signal. So this behaviour is, I'd > argue, correct.

[lxc-devel] [lxc/lxc] 091045: conf/ile: make sure buffer is large enough

2017-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 091045f888b7d372f3f8d6870ca25a16109a9616 https://github.com/lxc/lxc/commit/091045f888b7d372f3f8d6870ca25a16109a9616 Author: Christian Brauner Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M src/lxc/c

[lxc-devel] [lxc/lxc] 7d6c20: util: update setproctitle comments

2017-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 7d6c20f25fc12d744b5c1e5c6a41fd8aa04a7463 https://github.com/lxc/lxc/commit/7d6c20f25fc12d744b5c1e5c6a41fd8aa04a7463 Author: Tycho Andersen Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M src/lxc/util

[lxc-devel] [lxc/lxc] 11f88f: Add LXC template script of Sabayon OS

2017-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 11f88f10cd167b865e7dd9172352fb1028367f2b https://github.com/lxc/lxc/commit/11f88f10cd167b865e7dd9172352fb1028367f2b Author: Geaaru Date: 2017-01-28 (Sat, 28 Jan 2017) Changed paths: M configure.ac M t

[lxc-devel] [lxc/master] conf/ile: make sure buffer is large enough

2017-02-02 Thread brauner on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1410 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===

[lxc-devel] [lxc/master] util: update setproctitle comments

2017-02-02 Thread tych0 on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1409 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===

[lxc-devel] [lxc/lxc] be69ad: util: always malloc for setproctitle

2017-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: be69ad435d6ef810dad446f380df16c63bcbdc88 https://github.com/lxc/lxc/commit/be69ad435d6ef810dad446f380df16c63bcbdc88 Author: Tycho Andersen Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: M src/lxc/util

[lxc-devel] [lxcfs/master] cleanup: return false instead of NULL as bool

2017-02-02 Thread Blub on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/171 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ==

[lxc-devel] [lxc/master] util: always malloc for setproctitle

2017-02-02 Thread tych0 on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1408 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===