
Hi, On Wed, Jan 10, Greg Freemyer wrote:
Error: Subprocess failed. Error: RPM failed: /var/tmp/rpm-tmp.LhHfVl: line 23: /etc/init.d/apache2: No such file or directory
It's correct that doesn't exist because 42.3 is systemd based (I assume that's the reason).
%fillup_and_insserv is a common macro which surely should work fine in a 42.3 machine.
What in the world is going on?
You are using a macro for SYSV Init scripts, but you are not using a sysv init script, but systemd units. So the solution is simple: use the right macros. There are macros for fillup and there are macros for systemd. And for insserv, which you don't need anymore. If you want to force enable services by default during installation: you are not allowed to do that in a post install script. Please read the openSUSE wiki about systemd and preset of services. Thorsten -- Thorsten Kukuk, Distinguished Engineer, Senior Architect SLES & CaaSP SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org