Installation support

e_jw

New Member
Sep 21, 2024
2
0
1
Hi all,

Thought I'd dip my toe into Proxmox, I'm familiar with VMWare and Hyper-V. But thought I'd give this a crack.

I've installed a fresh system from the latest ISO 8.2-2. But after completing the quick installation the web browser doesn't seem to work.

- I can ping the box
- I can SSH to the box
- I can get a response from curl

Bash:
e_jw@MB ~ % curl -k https://192.168.0.5:8006/
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <title>proxmox - Proxmox Virtual Environment</title>
    <link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
    <link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
    <link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-crisp/resources/theme-crisp-all.css?ver=7.0.0" />
    <link rel="stylesheet" type="text/css" href="/pve2/ext6/crisp/resources/charts-all.css?ver=7.0.0" />
    <link rel="stylesheet" type="text/css" href="/pve2/fa/css/font-awesome.css" />
    <link rel="stylesheet" type="text/css" href="/pve2/font-logos/css/font-logos.css" />
    <link rel="stylesheet" type="text/css" href="/pve2/css/ext6-pve.css?ver=8.2.2" />
    <link rel="stylesheet" type="text/css" href="/pwt/css/ext6-pmx.css?ver=v4.2.1-t1713893106" />
    <link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/pwt/themes/theme-proxmox-dark.css?ver=v4.2.1-t1713893106" />
   
    <script type='text/javascript'>function gettext(buf) { return buf; }</script>
   
    <script type="text/javascript" src="/pve2/ext6/ext-all.js?ver=7.0.0"></script>
    <script type="text/javascript" src="/pve2/ext6/charts.js?ver=7.0.0"></script>
   
    <script type="text/javascript" src="/pve2/js/u2f-api.js"></script>
    <script type="text/javascript" src="/qrcode.min.js"></script>
    <script type="text/javascript">
    Proxmox = {
    Setup: { auth_cookie_name: 'PVEAuthCookie' },
    defaultLang: 'en',
    NodeName: 'proxmox',
    UserName: '',
    CSRFPreventionToken: 'null'
    };
    </script>
    <script type="text/javascript" src="/proxmoxlib.js?ver=v4.2.1-t1713893106"></script>
    <script type="text/javascript" src="/pve2/js/pvemanagerlib.js?ver=8.2.2"></script>
    <script type="text/javascript" src="/pve2/ext6/locale/locale-en.js?ver=7.0.0"></script>

    <script type="text/javascript">
    if (typeof(PVE) === 'undefined') PVE = {};
    Ext.History.fieldid = 'x-history-field';
    Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
    </script>

  </head>
  <body>
    <!-- Fields required for history management -->
    <form id="history-form" class="x-hidden">
    <input type="hidden" id="x-history-field"/>
    </form>
  </body>
</html>
e_jw@MB ~ %


When checking logs I do seem to see some errors messages.

Bash:
ve2-storage/proxmox/local-lvm: -1
Sep 21 19:54:15 proxmox pmxcfs[824]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-node/proxmox: -1
Sep 21 19:54:15 proxmox pmxcfs[824]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox/local-lvm: -1
Sep 21 19:54:15 proxmox pmxcfs[824]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox/local: -1
Sep 21 19:54:25 proxmox pmxcfs[824]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-node/proxmox: -1
Sep 21 19:54:25 proxmox pmxcfs[824]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox/local-lvm: -1
Sep 21 19:54:25 proxmox pmxcfs[824]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox/local: -1

Some article seem to have suggested time, but this doesn't appear to be an issue.

Bash:
root@proxmox:~# date
Sat Sep 21 07:56:41 PM BST 2024
root@proxmox:~#

Bash:
root@proxmox:~# systemctl status
● proxmox
    State: running
    Units: 496 loaded (incl. loaded aliases)
     Jobs: 0 queued
   Failed: 0 units
    Since: Sat 2024-09-21 20:42:33 BST; 36min left
  systemd: 252.22-1~deb12u1
   CGroup: /
           ├─init.scope
           │ └─1 /sbin/init
           ├─system.slice
           │ ├─chrony.service
           │ │ ├─755 /usr/sbin/chronyd -F 1
           │ │ └─758 /usr/sbin/chronyd -F 1
           │ ├─cron.service
           │ │ └─923 /usr/sbin/cron -f
           │ ├─dbus.service
           │ │ └─619 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --s>
           │ ├─dm-event.service
           │ │ └─356 /sbin/dmeventd -f
           │ ├─ksmtuned.service
           │ │ ├─ 633 /bin/bash /usr/sbin/ksmtuned
           │ │ └─5594 sleep 60
           │ ├─lxc-monitord.service
           │ │ └─717 /usr/libexec/lxc/lxc-monitord --daemon
           │ ├─lxcfs.service
           │ │ └─648 /usr/bin/lxcfs /var/lib/lxcfs
           │ ├─proxmox-firewall.service
           │ │ └─924 /usr/libexec/proxmox/proxmox-firewall
           │ ├─pve-cluster.service
           │ │ └─824 /usr/bin/pmxcfs
           │ ├─pve-firewall.service
           │ │ └─933 pve-firewall
           │ ├─pve-ha-crm.service
           │ │ └─971 pve-ha-crm
           │ ├─pve-ha-lrm.service
           │ │ └─992 pve-ha-lrm
           │ ├─pve-lxc-syscalld.service
           │ │ └─628 /usr/lib/x86_64-linux-gnu/pve-lxc-syscalld/pve-lxc-syscalld --system /run>
           │ ├─pvedaemon.service
           │ │ ├─960 pvedaemon
           │ │ ├─961 "pvedaemon worker"
           │ │ ├─962 "pvedaemon worker"
           │ │ └─963 "pvedaemon worker"
           │ ├─pvefw-logger.service
           │ │ └─590 /usr/sbin/pvefw-logger
           │ ├─pveproxy.service
           │ │ ├─984 pveproxy
           │ │ ├─985 "pveproxy worker"
           │ │ ├─986 "pveproxy worker"
           │ │ └─987 "pveproxy worker"
           │ ├─pvescheduler.service
           │ │ └─997 pvescheduler
           │ ├─pvestatd.service
           │ │ └─946 pvestatd
           │ ├─qmeventd.service
           │ │ └─632 /usr/sbin/qmeventd /var/run/qmeventd.sock
           │ ├─rpcbind.service
           │ │ └─599 /sbin/rpcbind -f -w
           │ ├─rrdcached.service
           │ │ └─810 /usr/bin/rrdcached -B -b /var/lib/rrdcached/db/ -j /var/lib/rrdcached/jou>
           │ ├─smartmontools.service
           │ │ └─631 /usr/sbin/smartd -n -q never
           │ ├─spiceproxy.service
           │ │ ├─990 spiceproxy
           │ │ └─991 "spiceproxy worker"
           │ ├─ssh.service
           │ │ └─736 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups"
           │ ├─system-getty.slice
           │ │ └─getty@tty1.service
           │ │   └─3190 /sbin/agetty -o "-p -- \\u" --noclear - linux
           │ ├─system-postfix.slice
           │ │ └─postfix@-.service
           │ │   ├─916 /usr/lib/postfix/sbin/master -w
           │ │   ├─917 pickup -l -t unix -u -c
           │ │   └─918 qmgr -l -t unix -u
           │ ├─systemd-journald.service
           │ │ └─343 /lib/systemd/systemd-journald
           │ ├─systemd-logind.service
           │ │ └─635 /lib/systemd/systemd-logind
           │ ├─systemd-udevd.service
           │ │ └─udev
           │ │   └─367 /lib/systemd/systemd-udevd
           │ ├─watchdog-mux.service
           │ │ └─637 /usr/sbin/watchdog-mux
           │ └─zfs-zed.service
           │   └─645 /usr/sbin/zed -F
           └─user.slice
             └─user-0.slice
               ├─session-3.scope
               │ ├─2237 "sshd: root@pts/0"
               │ ├─2243 -bash
               │ ├─5595 systemctl status
               │ └─5596 pager
               └─user@0.service
                 └─init.scope
                   ├─1533 /lib/systemd/systemd --user
                   └─1535 "(sd-pam)"
lines 58-98/98 (END)

Any ideas?
 
Last edited:
Hi @e_jw , welcome to the forum.

But after completing the quick installation the web browser doesn't seem to work.
Can you describe what this ^ means specifically?

The fact that "curl" works means that the web server on PVE side is responding. The response looks appropriate for functional installation.
Have you tried a different browser, incognito, disabling extensions? Have you applied any 3rd party "helper" scripts that promise a "better" experience? Have you examined the browser console for any errors?


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: e_jw
Well now I feel stupid.

I managed to resolve the RRDC errors using this command set

Bash:
systemctl stop rrdcached
mv /var/lib/rrdcached/db /var/lib/rrdcached/db.bck
systemctl start rrdcached
systemctl restart pve-cluster

from here -- https://forum.proxmox.com/threads/rrdc-and-rrd-update-errors.76219/

I had tried multiple browsers but none worked. I thought ah sod it i'll try another device and it worked. Turns out I had some old ad-blocking installed that was getting in the way. Seems like it's working now.

Thanks!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!