Re: [chrony-dev] libchrony

2023-06-05 Thread Miroslav Lichvar
On Sat, Jun 03, 2023 at 10:48:33AM +1200, Bryan Christianson wrote:
> Ho Miroslav
> 
> I presume that chronyc will eventually use this library.
> 
> If/when that happens I would like to see an option to compile the library as 
> a static library and with the option to build chronyc with static linkage.

Yes, I think that would be the default for compatibility with existing
package specs/recipes and shared library would be a new option.
> 
> This would avoid all sorts of dependency issues for me in in running 
> chronyc/chronyd on multiple versions of macOS.
> 
> The interfaces so far look good to me.

Ok, thanks.

-- 
Miroslav Lichvar


-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.



Re: [chrony-dev] Seccomp issue on Alpine linux

2023-06-05 Thread jvoisin
On 01/06/2023 14:54, Miroslav Lichvar wrote:
> On Thu, Jun 01, 2023 at 02:20:13PM +0200, jvoisin wrote:
>> 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#
> 
> Great, thanks!
> 
> This should be now fixed in git.
> 
Glorious!

Hopefully we can enable the seccomp thingy in for chrony's next release
in Alpine and close
https://gitlab.alpinelinux.org/alpine/aports/-/issues/14891

Thank you for your hand-holding and your patience <3

-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.