Re: [chrony-dev] Seccomp issue on Alpine linux |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-dev] Seccomp issue on Alpine linux
- From: jvoisin <julien.voisin@xxxxxxxxxx>
- Date: Thu, 1 Jun 2023 14:20:13 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dustri.org; s=gm1; t=1685622013; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ReI1KBRfjg/7JoFtrsK+gM3gWveAVrj8j26Q/hkQzAE=; b=Nsc+f9Hsb8/8XmvZLdXFRciNeT9WFb6ICc9yStBBytEc3bBAc3mBDFMslkzJmmVg93MWNy SEfkDMa7gDGZlC/SsT5ykYtJ9MxuLgs7Ok7DyELmWcVXCmG48Vhxfi/+mH4dPbwlSMo3F0 g5bsT2ASNMHGITlJR/uzm6tjuZoYmBrJ+Uf0m0aKznPmMqsqGZU2ws8YC2kxsA5SGfqaz7 LqmZBLpgSnkonQtymP8dIOAQRs6VJF26aRBXnh4k188F6bfHSnC/fmYSE7zOguuo8Xbkji nyJWMeuUoSJCD2U5m6s/L0RwWEAo/BRyx6gPI100pNoYOj98FtS12tKJxbTESQ==
On 01/06/2023 14:17, Miroslav Lichvar wrote:
> On Thu, Jun 01, 2023 at 02:14:40PM +0200, jvoisin wrote:
>> alpine:/home/jvoisin/chrony/test/system# CHRONYD_WRAPPER="strace -f"
>> TEST_SCFILTER=1 ./002-extended
>
> Try removing TEST_SCFILTER=1. It might be interfering with strace.
>
>> Testing extended configuration:
>> non-default settings:
>> starting chronyd
>> ^C
>> alpine:/home/jvoisin/chrony/test/system# grep -i iotcl tmp/chronyd.out
>
> Typo iotcl->ioctl?
Duh, thanks <3
```
alpine:/home/jvoisin/chrony/test/system# CHRONYD_WRAPPER="strace -f"
TEST_SCFILTER=1 ./002-extended
Testing extended configuration:
non-default settings:
starting chronyd^C stopping chronyd OK
alpine:/home/jvoisin/chrony/test/system# grep -i ioctl tmp/chronyd.out
[pid 11833] ioctl(3, TIOCGWINSZ, 0x7fffa01bec58) = -1 ENOTTY (Not a tty)
[pid 11833] ioctl(5, TIOCGWINSZ, 0x7fffa01bec68) = -1 ENOTTY (Not a tty)
[pid 11833] ioctl(9, TIOCGWINSZ, 0x7fffa01be8e8) = -1 ENOTTY (Not a tty)
[pid 11833] ioctl(11, TIOCGWINSZ, 0x7fffa01be9c8) = -1 ENOTTY (Not a tty)
[pid 11833] ioctl(4, TIOCGWINSZ, 0x7fffa01be318) = -1 ENOTTY (Not a tty)
alpine:/home/jvoisin/chrony/test/system#
```
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.