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

2025-04-14 Thread Hadmut Danisch
On 14.04.25 18:36, Mantas Mikulėnas wrote: I don't remember seeing client-mode wlan interfaces working as bridge members on regular Linux kernel. Did that change recently? I actually didn't try it recently with systemd, but I remember positively, that I had used it before systemd (years ago

Re: [systemd-devel] The dependencies between systemd-resolved and dbus.socket

2025-04-14 Thread Mantas Mikulėnas
On Mon, Apr 14, 2025, 17:20 Jeremy Su wrote: > Hi Mantas, > > Thank you for your reply. > > > Mantas Mikulėnas 於 2025年4月14日 週一 下午5:58寫道: > > > > On Fri, Apr 11, 2025 at 4:14 PM Jeremy Su wrote: > >> > >> Hi, > >> > >> I meet a problem that systemd-resolved is not able to resolve the DNS. > >> >

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

2025-04-14 Thread SCOTT FIELDS
That pre-supposes you're using DHCP, which generally you would not use for datacenter servers. That's the audience for this question. But...yes...if you're using DHCP, that generally addresses the NTP configuration item. From: Mantas Mikulėnas Sent: Monday, Apr

[systemd-devel] Bridging a wifi access point?

2025-04-14 Thread Hadmut Danisch
Hi, a technical question: I'd like to build a router on a machine with four ethernet and one wlan adapter,  using Ubuntu 24.04 server, coming with 255.4-1ubuntu8.6.  I need to build a bridge with two of the ethernets and the wlan as an accesspoint, making use of as much default software as p

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

2025-04-14 Thread Hadmut Danisch
Maybe let's start at the top end: does systemd/networkd support wlan in ap mode? If so, since when (which version)? Is systemd/networkd supposed to be a fully functional substitute for hostapd? regards

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

2025-04-14 Thread Kenneth Porter
Why wouldn't you use DHCP to assign a datacenter server's address? That's how my Linode VPS gets its address. I guess you could use an Ansible script, but then you could include the NTP server in that script. How does your server know what domain contains its NTP SRV record? Whatever configure

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

2025-04-14 Thread Mantas Mikulėnas
On Mon, Apr 14, 2025, 18:35 SCOTT FIELDS wrote: > 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. > It's not supported

Re: [systemd-devel] The dependencies between systemd-resolved and dbus.socket

2025-04-14 Thread Mantas Mikulėnas
On Fri, Apr 11, 2025 at 4:14 PM Jeremy Su wrote: > Hi, > > I meet a problem that systemd-resolved is not able to resolve the DNS. > > systemd-resolved[1237]: sd-bus: starting bus bus-api-resolve by connecting > to /run/dbus/system_bus_socket... > systemd-resolved[1237]: Added inotify watch for /r

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

2025-04-14 Thread Mantas Mikulėnas
On Mon, Apr 14, 2025, 17:03 Hadmut Danisch wrote: > Hi, > > a technical question: > > > I'd like to build a router on a machine with four ethernet and one wlan > adapter, using Ubuntu 24.04 server, coming with 255.4-1ubuntu8.6. I need > to build a bridge with two of the ethernets and the wlan a

Re: [systemd-devel] The dependencies between systemd-resolved and dbus.socket

2025-04-14 Thread Jeremy Su
Hi Mantas, Thank you for your reply. Mantas Mikulėnas 於 2025年4月14日 週一 下午5:58寫道: > > On Fri, Apr 11, 2025 at 4:14 PM Jeremy Su wrote: >> >> Hi, >> >> I meet a problem that systemd-resolved is not able to resolve the DNS. >> >> systemd-resolved[1237]: sd-bus: starting bus bus-api-resolve by conn

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

2025-04-14 Thread Mantas Mikulėnas
On Mon, Apr 14, 2025, 18:47 Hadmut Danisch wrote: > > On 14.04.25 18:36, Mantas Mikulėnas wrote: > > I don't remember seeing client-mode wlan interfaces working as bridge > > members on regular Linux kernel. Did that change recently? > > > I actually didn't try it recently with systemd, but I rem

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

2025-04-14 Thread Windl, Ulrich
systemctl cat httpd? > -Original Message- > From: systemd-devel On > Behalf Of Ian Pilcher > Sent: Sunday, April 13, 2025 9:30 PM > To: systemd-devel@lists.freedesktop.org > Subject: [EXT] [systemd-devel] systemctl as root prompting for username > > I have never seen this before. After

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

2025-04-14 Thread Lennart Poettering
On So, 13.04.25 14:30, Ian Pilcher (arequip...@gmail.com) 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