Created attachment 1483684 [details] anaconda.log Description of problem: https://fedoraproject.org/wiki/Server/Technical_Specification says: The default user-experience for the Fedora Server will be the bash shell on the console and the Cockpit web management console. That means cockpit should be installed by default,right?I think that's the wanted behavior Version-Release number of selected component (if applicable): Fedora-Server-dvd-x86_64-29_Beta-1.1.iso How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 1483685 [details] packaging.log
Anaconda is not the right component for this change. What is installed in different variants is solved by comps file. Switching component.
According to the log you provided, Cockpit *was* installed. I’m not sure what exactly you think is the problem, since you provided zero information in the BZ.
(In reply to Stephen Gallagher from comment #3) > According to the log you provided, Cockpit *was* installed. I’m not sure > what exactly you think is the problem, since you provided zero information > in the BZ. As the subject,I think *cockpit* should be installed by default,and according to the output,cockpit isn't installed [root@localhost ~]# rpm -qa | grep cockpit cockpit-ws-175-1.fc29.x86_64 cockpit-bridge-175-1.fc29.x86_64 cockpit-networkmanager-175-1.fc29.noarch cockpit-system-175-1.fc29.noarch cockpit-storaged-175-1.fc29.noarch [root@localhost ~]# dnf install cockpit Fedora Modular 29 - x86_64 610 kB/s | 1.5 MB 00:02 Fedora Modular 29 - x86_64 - Updates 114 B/s | 257 B 00:02 Fedora Modular 29 - x86_64 - Test Updates 162 B/s | 257 B 00:01 Fedora 29 - x86_64 - Test Updates 1.5 MB/s | 5.2 MB 00:03 Fedora 29 - x86_64 - Updates 47 B/s | 257 B 00:05 Fedora 29 - x86_64 1.8 MB/s | 62 MB 00:34 Dependencies resolved. =================================================================================================================================================================================================================== Package Arch Version Repository Size =================================================================================================================================================================================================================== Installing: cockpit x86_64 177-1.fc29 updates-testing 44 k Installing weak dependencies: cockpit-dashboard noarch 177-1.fc29 updates-testing 147 k cockpit-packagekit noarch 177-1.fc29 updates-testing 271 k
You are incorrect. Cockpit the Service is installed. The “cockpit” package is just a meta package that pulls in a larger set of the sub packages. We decided early on that we would instead install a subset that pulled in fewer dependencies. This was the decision of the Server SIG along with the Cockpit upstream. The requirement in that document only dictates that the admin console must be present and accessible over the network after a default installation. It does not require that 100% of the functionality is present.