Re: [systemd-devel] Bridging a wifi access point?

2025-04-15 Thread Mantas Mikulėnas
On Mon, Apr 14, 2025 at 7:23 PM Hadmut Danisch wrote: > Maybe let's start at the top end: > > > does systemd/networkd support wlan in ap mode? >From what I see: Only the bare minimum; it supports creating new wlan netdevs of 'ap' type through an .netdev file, but not switching existing ones).

Re: [systemd-devel] systemctl as root prompting for username

2025-04-15 Thread Ian Pilcher
On 4/13/25 2:30 PM, Ian Pilcher wrote: I have never seen this before.  After some recent update, systemctl is now prompting for a username when I try to start/stop/restart a unit as root.   # whoami   root   [root@ampersand systemd]# systemctl restart httpd   🔐 Enter Auth Username: (It does

Re: [systemd-devel] systemd-timedated support for NTP SRV records

2025-04-15 Thread Ian Pilcher
On 4/14/25 11:11 AM, Kenneth Porter wrote: Why wouldn't you use DHCP to assign a datacenter server's address? Many enterprises prohibit any sort of dynamic address assignment in the name of "security." You and I may think that it's silly, but it's the reality on the ground. -- ===

Re: [systemd-devel] systemd-timedated support for NTP SRV records

2025-04-15 Thread Ian Pilcher
On 4/14/25 10:38 AM, Mantas Mikulėnas wrote: It's not supported as far as I know, and personally I don't immediately see the purpose: if the domain name comes from DHCP then you can directly publish the NTP server address via DHCP, too (and I *think* networkd + timesyncd supports requesting t

Re: [systemd-devel] nspawn COW and instance orchestration

2025-04-15 Thread Umut Tezduyar Lindskog
Hi, Regarding orchestration, we’ve done quite a bit of research and previously explored Nomad as one possible path. Another toolset we recently came across is Fly.io . Fly works with Docker images, but instead of running them directly, it extracts the root filesystem from the imag

[systemd-devel] systemd-timedated support for NTP SRV records

2025-04-15 Thread SCOTT FIELDS
The current docs for systemd-timedated indicates the configuration only supports explicit time server listings. Am I missing something in regards to support for DNS SRV records for NTP service? AKA: _ntp._udp. If this is not currently supported, where should I submit a feature request for t