Re: systemd units are not installed in 4.19.0-rc2 anymore

2024-07-16 Thread Jan Beulich
On 15.07.2024 12:30, Jan Beulich wrote: > On 15.07.2024 12:07, Andrew Cooper wrote: >> I see two options. >> >> 1) Activate Systemd by default on Linux now (as it's basically free), or >> 2) Update CHANGELOG to note this behaviour >> >> Personally I think 2 is the better option, because we don't sp

Re: systemd units are not installed in 4.19.0-rc2 anymore

2024-07-15 Thread Jan Beulich
On 15.07.2024 12:07, Andrew Cooper wrote: > On 15/07/2024 9:11 am, Jan Beulich wrote: >> On 13.07.2024 15:02, Andrew Cooper wrote: >>> On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote: Hi, Something has changed between -rc1 and -rc2 that systemd units are not installed an

Re: systemd units are not installed in 4.19.0-rc2 anymore

2024-07-15 Thread Marek Marczykowski-Górecki
On Mon, Jul 15, 2024 at 11:07:42AM +0100, Andrew Cooper wrote: > On 15/07/2024 9:11 am, Jan Beulich wrote: > > On 13.07.2024 15:02, Andrew Cooper wrote: > >> On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote: > >>> Hi, > >>> > >>> Something has changed between -rc1 and -rc2 that systemd units

Re: systemd units are not installed in 4.19.0-rc2 anymore

2024-07-15 Thread Andrew Cooper
On 15/07/2024 9:11 am, Jan Beulich wrote: > On 13.07.2024 15:02, Andrew Cooper wrote: >> On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote: >>> Hi, >>> >>> Something has changed between -rc1 and -rc2 that systemd units are not >>> installed anymore by default. >>> >>> Reproducer: >>> >>>

Re: systemd units are not installed in 4.19.0-rc2 anymore

2024-07-15 Thread Jan Beulich
On 13.07.2024 15:02, Andrew Cooper wrote: > On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote: >> Hi, >> >> Something has changed between -rc1 and -rc2 that systemd units are not >> installed anymore by default. >> >> Reproducer: >> >> ./configure --prefix=/usr >> make dist-tools >>

Re: systemd units are not installed in 4.19.0-rc2 anymore

2024-07-13 Thread Andrew Cooper
On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote: > Hi, > > Something has changed between -rc1 and -rc2 that systemd units are not > installed anymore by default. > > Reproducer: > > ./configure --prefix=/usr > make dist-tools > ls dist/install/usr/lib/systemd/system > > It does

systemd units are not installed in 4.19.0-rc2 anymore

2024-07-12 Thread Marek Marczykowski-Górecki
Hi, Something has changed between -rc1 and -rc2 that systemd units are not installed anymore by default. Reproducer: ./configure --prefix=/usr make dist-tools ls dist/install/usr/lib/systemd/system It does work, if I pass --enable-systemd to ./configure. My guess is the actual cha