Bug 1506844 - fedora-modular-release ships almost no systemd presets
Summary: fedora-modular-release ships almost no systemd presets
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: fedora-modular-release
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Stephen Gallagher
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1506886 (view as bug list)
Depends On:
Blocks: 1492240
TreeView+ depends on / blocked
 
Reported: 2017-10-27 00:52 UTC by Stephen Gallagher
Modified: 2017-10-28 11:09 UTC (History)
2 users (show)

Fixed In Version: Fedora-Modular-27-20171027.n.2
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-28 11:09:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Stephen Gallagher 2017-10-27 00:52:42 UTC
Description of problem:
The fedora-modular-release package ships the following contents for 90-default.preset:
```
disable systemd-timesyncd.service
disable systemd-networkd.service
disable systemd-resolved.service
enable atd.*
enable crond.*
enable lvm2-monitor.*
enable lvm2-lvmetad.*
enable dm-event.*
enable lvm2-lvmpolld.*

```

This means that it does not enable nearly any of the functionality provided by the many daemons on the system (particularly NetworkManager, thus resulting in no connectivity after installation until enabled and started manually).


Version-Release number of selected component (if applicable):
fedora-modular-release-27-6.module_8a5444d0.noarch

How reproducible:
Every time

Steps to Reproduce:
1. Install Fedora Modular Server from https://kojipkgs.fedoraproject.org/compose/Fedora-Modular-27-20171026.n.3/compose/Server/
2. Run `systemctl status`

Actual results:
Almost no services are running on the system.

Expected results:
Modular Server should have the same default presets as non-Modular Server Edition.

Additional info:
Standard Fedora presets: https://pagure.io/fedora-release/blob/f27/f/90-default.preset
Server Edition addons: https://pagure.io/fedora-release/blob/f27/f/80-server.preset

Comment 1 Stephen Gallagher 2017-10-27 11:46:24 UTC
*** Bug 1506886 has been marked as a duplicate of this bug. ***

Comment 2 Stephen Gallagher 2017-10-27 12:56:45 UTC
The fedora-modular-release package now has all of the presets from standard Fedora and Server Edition. This should be fixed in the next compose.

Comment 3 Stephen Gallagher 2017-10-28 11:09:42 UTC
Confirmed fixed in compose Fedora-Modular-27-20171027.n.2


[root@fonts ~]# systemctl status
● fonts.sgallagh.rht
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Sat 2017-10-28 06:54:09 EDT; 14min ago
   CGroup: /
           ├─user.slice
           │ └─user-0.slice
           │   ├─session-5.scope
           │   │ ├─1014 sshd: root [priv]
           │   │ ├─1018 sshd: root@pts/0
           │   │ ├─1019 -bash
           │   │ ├─1039 systemctl status
           │   │ └─1040 less
           │   ├─session-3.scope
           │   │ ├─687 login -- root
           │   │ └─971 -bash
           │   └─user
           │     └─init.scope
           │       ├─964 /usr/lib/systemd/systemd --user
           │       └─966 (sd-pam)
           ├─init.scope
           │ └─1 /usr/lib/systemd/systemd --switched-root --system --deserialize 24
           └─system.slice
             ├─lvm2-lvmetad.service
             │ └─545 /usr/sbin/lvmetad -f -t 3600
             ├─firewalld.service
             │ └─632 /usr/bin/python3 -Es /usr/sbin/firewalld --nofork --nopid
             ├─gssproxy.service
             │ └─613 /usr/sbin/gssproxy -D
             ├─NetworkManager.service
             │ ├─658 /usr/sbin/NetworkManager --no-daemon
             │ └─806 /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /var/run/dhclient-ens3.pid -lf /var/lib/NetworkManager/dhclien
             ├─dbus.service
             │ └─611 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
             ├─sshd.service
             │ └─668 /usr/sbin/sshd -D -oCiphers=aes256-gcm,chacha20-poly1305,aes256-ctr,aes256-cbc,aes128-gcm@opens
             ├─ModemManager.service
             │ └─623 /usr/sbin/ModemManager
             ├─systemd-logind.service
             │ └─607 /usr/lib/systemd/systemd-logind
             ├─polkit.service
             │ └─721 /usr/lib/polkit-1/polkitd --no-debug
             ├─systemd-udevd.service
             │ └─484 /usr/lib/systemd/systemd-udevd
             ├─systemd-journald.service
             │ └─458 /usr/lib/systemd/systemd-journald
             ├─auditd.service
             │ └─579 /sbin/auditd
             └─chronyd.service
               └─639 /usr/sbin/chronyd


Note You need to log in before you can comment on or make changes to this bug.