Search results

  1. S

    Display problems in Chromium Based Browsers

    Hey all, For the past year or so I've noted that the terminal in my LXC's is strange in Chromium based browers. I've tried a few and the display is inconsiddent at best. While I know I could just use SSH I prefer the browser's convieneince. Sometimes for example if I do and LS is will start...
  2. S

    Help Needed: Networking Issue with Linux Bridges on Cluster, hard down.

    Hi All, I'm seeking assistance with a odd networking issue on version 8.2 (non-production repos). We are currently operating on kernel 6.5, despite the availability of kernel 8.6, due to specific compatibility and stability requirements. Our setup involves using Linux bridges for LAN and...
  3. S

    Persistent HBA Error Logs on Two Nodes - Seeking Assistance

    Hello everyone, I'm encountering an issue with two of our nodes that both use the same Host Bus Adapter (HBA). Recently, they have begun to consistently log error messages, which are cluttering the journal. Here are examples of the repeated error messages: ``` Apr 04 02:28:05 pve kernel...
  4. S

    HA, can I have some migrate?

    Hey everyone, I'm in the midst of setting up my HA (High Availability) setup and aiming to get it just right for my needs. I've got a couple of key guests that I need to automatically failover in case of issues, while there are others that aren't as crucial, which I'd prefer to shut down...
  5. S

    Hardware ID's Changing, Causing LXC's to have wrong passthrough configuration

    Hi All, I've noticed that every time I upgrade my kernel to the latest prod PVE version the ID's on my NVIDIA cards change. I have to alter the configuration file for the LXC's that use video cards manually every time after a ls /dev/nvidia* and ls /dev/dri* to match the changes. Is there a...
  6. S

    Proxmox with a Separate Host Running OpnSense in Hetzner

    Hi all, I'm working on my first setup at Hetzner and I can't find any examples of what I am attempting to do. I'm hoping for some insight, an interfaces config or step by step if it's available would both be very helpful! While there's plenty of instructions with regard to hosting OpnSense...
  7. S

    Difficulty with OOM / CGroups

    Hi All, Coming from 20 years as a professional in Windows (2 years of hands-on Linux) I'm having issues with fully grasping cgroups. I recently upgraded my server cluster and am I encountering OOM kills regularly (a few times per day). I have a single cgroup (just out-of-the-box config). My...
  8. S

    Error when trying to replicate/failover

    Hello! I am working on setting up HA/replication this evening. I have 2 boxes and an arbiter node in the cluster. The replication only occurs between the two main nodes, PVE and PVE2. There's no shared storage, so everything is snapshots and local ZFS DAS. The boxes are interconnected at 40...
  9. S

    Connect-x 3 ROCe Configuration

    Hey all! I've been looking for a step by step to configure RoCE on the latest Proxmox. I am using Connectx-3 dual port cards and an interconnect cable that supports both InfiniBand and Ethernet natively, no switch involved. Likewise, I have is set up for Ethernet on both ends, and it works...
  10. S

    Docker on Proxmox

    Hi All, I am redoing my entire home cluster, adding storage, moved to more powerful servers. Presently copying files around, takes forever, yet gives me time to make decisions. I am having trouble with docker and how to go about implementing it. In my previous implementation, I was using LXC...
  11. S

    [SOLVED] Today's Kernel / Firmware Update has really messed up my boxes!

    Hi All, EDIT: Here's the fix, it's clean for most setups, things like Home Assistant OS may or may not work, still finding out. Ultimately, you'll need to create a file in /etc/docker/ called daemon.json. Inside the file put a line: storage-driver": "vfs" This will restore your old...
  12. S

    New Pruning? Commands to prune host...

    Hello, I was backing up my hosts on a regular-basis, and it seems the backup/pruning system has recently changed. I want to be sure I'm following the updated protocol. Likewise, I believe it's just a matter of refining my shell script. Here's what I used to use (note, some of my variables...
  13. S

    Posted a help wanted thread and it was removed?

    I posted a thread in regard to current issues with my Proxmox implementation. I see in my profile that I have a reward for a “first post”, yet the thread is gone. Can one of the admins please restore it? Sorry I'm posting here, I don't see a manner whereas I can message the mods directly...
  14. S

    Problem with Stability / Containers using GPU

    Hey all! I am on the latest upgrades to the community edition of Proxmox. I have been running just fine for quite some time, yet now all of a sudden I'm having a major issue. I have 3 containers that need to access my NVIDIA GPU. They're configured like this: ----- arch: amd64 cores: 6...