Search results

  1. T

    SDN + PFsense network can ping but no TCP

    I have a three node cluster and have configured three separate vnets, each with their own subnet (all under the same zone) I have a handful of Kali VMs spread across them. There is also a PFsens VM which has the wan connection, as well as a tap into each vnet. PFSense also controls the LAN...
  2. T

    api does not appear to expose spiceproxy

    I am trying to connect to a VM using a spice console without using the Web UI as many have done before (see https://forum.proxmox.com/threads/spiceproxy-via-api.103395 I have looked at using both VDI viewer and trying to use the proxmox api in python to get the ticket cmd = 'curl -f -X POST...
  3. T

    [SOLVED] Why does the ping command flat out not work in a container?

    Set up a standard Ubuntu 22.04.5 LTS container in Proxmox 8.3.2 to run nginx Eventually went to run the ping command and was surprised when it simply didn't work: no 'command not recognised', no errors. It simply does nothing. Googling around gives a bunch of results about network issues but I...
  4. T

    Pass a serial PORT (not usb) through to an LXC container

    I'm trying to pass through a serial port to an LXC container, not a USB serial port a hardware port (specifically on the back of an R320 with a ups connected to it going to a container with nut server installed) I can find plenty of guides for USB serial adapters for things like Zigbee and Z...
  5. T

    new datastore: backup connect failed: command error: Permission denied (os error 13)

    I had two original data stores: /mnt/datastore/2023/ and /mnt/datastore/disk/ I wanted to remove 'disk' and create a new data store with some of the backups from '2023' I ran the following: 1. mkdir /mnt/datastore/backup/{vm, ct} 2. cp /mnt/datastore/2023/vm/<vmids to keep>...
  6. T

    things seem to use "more" cpu after upgrading to proxmox 8

    Been running proxmox on various servers for a couple of years now. I recently just tried to upgrade my main server (Dell R320 with Intel E5-2440 0, 96gb) from proxmox 7 to 8, Upgrade when catastrophically wrong but that's not the proble here. However, because of this, I decided to do a...
  7. T

    Proxmox fails to boot due to disc errors

    After recently rebooting my server Apollo power on again it fails to boot and enters emergency mode my disc configuration is: 2 SSDs in a zfs pool to make the boot drive. there is also a 3 terabyte hard disc for additional storage happy to give additional information but I don't have SSH...
  8. T

    Advice on disk configuration.

    I currently I only have ONE 2-terabyte hard drive which is not amazing, I know. as the disk start to reach nine years of total run time, as well as read and write speeds starting to become more important, It's definitely time for an upgrade. I don't think we can we dispute that. I would like...
  9. T

    [SOLVED] TASK ERROR: command 'apt-get update' failed: exit code 100

    Hi, I've seen a few threads (like this, and this) talking about a similar issue but I still cannot quite get it fixed. So sorry if I'm repeating something here. I am constantly getting "apt-get update" error messages accumulate overtime whenever I log in (see image) Other threads have talked...
  10. T

    strange CIFS behavior in syslog on backup

    hello OK so quick back story. I ordered some new hard drives for my proxmox server, so I am going to reinstall proxmox on the new hard drives and then restore from proxmox backup server to get back to working order. I already have proxmox backup server configured and running on a separate...