Public bug reported:

# lsb_release -rd
No LSB modules are available.
Description:    Ubuntu 24.04.1 LTS
Release:        24.04

# apt-cache policy pcs
pcs:
  Installed: 0.11.7-1ubuntu1
  Candidate: 0.11.7-1ubuntu1
  Version table:
 *** 0.11.7-1ubuntu1 500
        500 http://se.archive.ubuntu.com/ubuntu noble/main amd64 Packages
        100 /var/lib/dpkg/status
# apt-cache policy pacemaker
pacemaker:
  Installed: 2.1.6-5ubuntu2
  Candidate: 2.1.6-5ubuntu2
  Version table:
 *** 2.1.6-5ubuntu2 500
        500 http://se.archive.ubuntu.com/ubuntu noble/main amd64 Packages
        100 /var/lib/dpkg/status
# apt-cache policy corosync
corosync:
  Installed: 3.1.7-1ubuntu3
  Candidate: 3.1.7-1ubuntu3
  Version table:
 *** 3.1.7-1ubuntu3 500
        500 http://se.archive.ubuntu.com/ubuntu noble/main amd64 Packages
        100 /var/lib/dpkg/status


Fresh install of the new Ubuntu 24.04.1, fully updated/upgraded as of now.
I have installed pcs, pacemaker, corosync.
Done basic initial setup steps to create an empty cluster, initialized and 
authorized the hacluster user.

systemctl on the pcsd, pacemaker, corosync looks fine.
pcs command line commands are accepted and works fine.

But when I try the webgui on https:// myhost:2224/ then I'm met by a
plain-looking page saying that "WebUI is not a part of pcs repository
but it has its own repository" and gives me some weird instructions on
how to build (?) the pcs webgui and I can't get any further.

html source of that page below:
------------------------------------------------------------
<html>
<head>
  <title>Pcs WebUI instructions</title>
  <meta charset="utf-8" />
</head>
<body>
  <h1>Pcs WebUI instructions</h1>
  <p>
  WebUI is not a part of pcs repository but it has its own
  <a href="https://github.com/ClusterLabs/pcs-web-ui";>repository</a>.
  </p>
  <p>
  You can clone <a href="https://github.com/ClusterLabs/pcs-web-ui";>WebUI 
repository</a>
  and build the web application into pcs by:
  </p>
  <pre><code>
    $ npm install
    $ npm run build
    $ mv ./build [/path/to/]pcs/pcsd/public/ui
  </code></pre>
  <p>
  For more details, see instructions in
  <a 
href="https://github.com/ClusterLabs/pcs-web-ui/blob/main/README.md";>README.md</a>.
  </p>
</body>
</html>
------------------------------------------------------------


# netstat -lnp|grep 2224
tcp        0      0 0.0.0.0:2224            0.0.0.0:*               LISTEN      
2665/python3
tcp6       0      0 :::2224                 :::*                    LISTEN      
2665/python3

** Affects: corosync (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080891

Title:
  pcsd complains: WebUI is not a part of pcs repository but it has its
  own repository.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/2080891/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to