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) ==
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
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
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.
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
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
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
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) ===
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) ===
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
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) ==
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) ===
12 matches
Mail list logo