[systemd-devel] repart: Value too large for defined data type

2025-01-09 Thread Thayne Harbaugh
Greetings, I have a mkosi build that is failing with the following message: >$ mkosi build ... /var/tmp/.#repart020c1a929b048b02 successfully formatted as ext4 (label "root", uuid c8ed6cd3-04b0-4667-8f2f-af9487b8b986) Automatically determined minimal disk image size as 2.2G. Sized '/h

Re: [systemd-devel] systemctl without dbus

2025-01-09 Thread Nils Kattenbeck
Hi, https://github.com/systemd/systemd/issues/14190 might also be off interest for you On Thu, Jan 9, 2025, 18:15 Mantas Mikulėnas wrote: > On Thu, Jan 9, 2025 at 4:46 PM Umut Tezduyar Lindskog < > umut.tezdu...@axis.com> wrote: > >> Hi, >> >> >> >> I build a minimum image with mkosi with just s

Re: [systemd-devel] systemctl without dbus

2025-01-09 Thread Mantas Mikulėnas
On Thu, Jan 9, 2025 at 4:46 PM Umut Tezduyar Lindskog < umut.tezdu...@axis.com> wrote: > Hi, > > > > I build a minimum image with mkosi with just systemd, udev as the packages > and set the default target to basic.target. It works fine but I cannot shut > down the system with systemctl. It complai

[systemd-devel] systemctl without dbus

2025-01-09 Thread Umut Tezduyar Lindskog
Hi, I build a minimum image with mkosi with just systemd, udev as the packages and set the default target to basic.target. It works fine but I cannot shut down the system with systemctl. It complains that dbus is not available. AFAIK, systemd implements it’s own dbus server to serve systemctl u

Re: [systemd-devel] [EXT] The unit asterisk.service has entered the 'failed' state with result 'timeout'

2025-01-09 Thread Windl, Ulrich
Hi! I guess you should “systenmctl cat” the service file in question (my glass orb is in maintenance 😉). Kind regards, Ulrich Windl From: systemd-devel On Behalf Of Raul Jimeno Sent: Tuesday, December 17, 2024 3:58 PM To: systemd-devel@lists.freedesktop.org Subject: [EXT] [systemd-devel] The

Re: [systemd-devel] sd-varlink and socket activation?

2025-01-09 Thread Thorsten Kukuk
Hi Nils, On Wed, Jan 8, 2025 at 7:59 PM Nils Kattenbeck wrote: > > Hi, > > do you set Accept=yes in your socket unit? No, but same problem. > I think ask-password.c and hostnamed.c might be some pretty barebones > services to which you may compare your code - the former uses > Accept=yes and th