Please bare with me. I’m a long time Slackware ( 2002 ) user and more recently ( past 5 years ) have been mostly using FreeBSD at work with Mac as a desktop. I’m giving SUSE a try as an at home server, mostly for support of some newer sys admin technologies ( snappy and cockpit ), while also keeping rock solid stability I’m used to, hopefully.
I’m running openSUSE Leap 15
I’m currently trying to install cockpit experimental package - https://software.opensuse.org/package/cockpit
I can into an issue while using the one click installer. There was a warning:
“nothing provides storaged >= 2.1.1 needed by cockpit-storaged-0.79-1.284.noarch”
Conflict resolution gives me two options which I suspect will fail due to the nature of the software - don’t install, don’t install cockpit-storaged.
Through some research I found that storaged is now named udisks, as of 2.6.4. On the github, under the legacy branch, there is a link in the readme to tarball releases, the earliest one being the last one named storaged. Too good to be true, this did not resolve the error.
Through a little deeper dive, I found that users of CentOS had an identical issue, udisks being available and/or installed, but the package requiring - erroneously - storaged. https://github.com/cockpit-project/cockpit/issues/9159 https://github.com/cockpit-project/cockpit/pull/9160/commits/15c773d33417c2a0cc4e5207a6595bebf728ee8c
I’m hoping this is a similar case for openSUSE as my experience with the OS so far has been positive.
Where might I find something similar in the YaST package system where I might be able to tell the package to use udrives instead of the old name of storaged? I’m not very familiar with packaging systems in Slackware, RedHat/CentOS, or SUSE.
[edit]
As I pressed the submit button I noticed the links I posted were titled CentOS but were for the official package itself. I’m hoping this is the right place for this.