Latest activity

  • N
    neatrasm replied to the thread Bash scripts for power button.
    An example for when I press the power button, I want a similar script to run in the VM. #!/bin/bash # Define the directory where your docker-compose.yml file is located COMPOSE_DIR="/path/to/your/project" cd "$COMPOSE_DIR" echo "Stopping and...
  • L
    Hey guys!! I have one server with this situation: at BIOS, the network card is ON, i see the leds on; But, when the proxmox boots, its turns off the adapter (the leds goes off) and with this situation, i cant access the web interface. Any ideas?!
  • C
    For troubleshooting boot a recent live Linux, like Ubuntu 24.04 and see if the same noise is present. If not, then compare the "dmesg" and "lsmod" output for differences. There are some systems that rely on ACPI implementations for thermal...
  • bbgeek17
    bbgeek17 replied to the thread Can't create VMs in PVE-9.1.6.
    You can perform this directly from the console or via VNC. From what you’ve described, you are following all the correct steps. No one else has reported a similar issue. Since your environment has not yet been fully excluded and there’s no...
  • A
    andreisrr replied to the thread Can't create VMs in PVE-9.1.6.
    I have already reinstalled the GUI kit (at current version). And restarted the host. Never tried nested virtualization (either pve or other). I'll try a Vm as you said .would be interesting to see how I can get to manage the UI from it.
  • M
    michel9506 replied to the thread página en blanco.
    tengo instalado la version 95.0.1 de firefox
  • bbgeek17
    bbgeek17 replied to the thread Can't create VMs in PVE-9.1.6.
    As a temporary test/fix, given you can create VMs, build a Linux desktop one and try from there, if you can. Install debsums and run it (apt install debsums), man debsums. Depending on the result of the debsums run, you may still want to...
  • A
    andreisrr replied to the thread Can't create VMs in PVE-9.1.6.
    - permissions are not a factor. Indeed I was working on a more granular set of permissions for some users and groups, however the permissions for the root user have not been affected in any way. The problem through the GUI affects both root user...
  • M
    cuando instale el proxmox datacenter que pongo en el navegador la dirección con el puerto la página se queda en blanco
  • B
    beisser replied to the thread Proxmox newbie braucht Hilfe..
    für das, was ich wissen will, ist es nicht notwendig. ich will sehen, ob er einen der i217v/219v nics im system hat, der sich aufhängt. dazu muss ich nicht wissen, welche treiber da gerade im einsatz ist. es schadet aber auch nicht, also bitte...
  • A
    Hallo The Spam mailbox is probably on your mail server, while the mail gateway is a separate system. I have solved this by setting up a mail account `spam@...` on the mail server I move/copy all Spam to the subfolder `Spam` there ASAP. I...
  • O
    Hi @Onslow, thank you so much for the time you're taking. Apologies for not having mentioned the NAS before, at times we tend to think that things are apparent, while they are not, don't we? The NAS is a nice but comparatively old device (HP...
  • B
    beisser replied to the thread Proxmox newbie braucht Hilfe..
    mach mal nur ein lspci ohne parameter und paste den output hier in codetags. ist zwar etwas mehr output, aber wir sehen die ganze hardware. da kommt dann sowas wie das hier raus: root@pve:~# lspci 00:00.0 Host bridge: Intel Corporation Core...
  • K
    Ahh you still saw it.. Yeah I removed how to actually perform it, as I have tried it that way and it did not work as expected, so I quickly removed it again. You may just have a broken initramfs, which is why it does not start up. Sorry my...
  • J
    jm1282 replied to the thread Proxmox newbie braucht Hilfe..
    lspci -vnnk | awk '/Ethernet/{print $0}' RS= gibt mir nichts aus. /etc/systemd/logind.conf ist alles auf ignore
  • A
    Hi, I've created a script which fetches mails from a special IMAP mailbox, where I forward spam and ham to, and feeds them to sa-learn as spam or ham. If anyone is interested to try out you can get all the details in the github repository...
  • S
    Similar symptom in this thread.
  • A
    Have you seen that old thread? https://forum.proxmox.com/threads/train-spamasssassin-with-mail-of-an-imap-mailbox.49125/ Also: https://github.com/magenbrot/sa_learn_from_imap I did something similar in the past: on the mail server, I had shared...
  • S
    SteveITS replied to the thread Ceph usage space.
    @deepcloud Did you find an answer? I have a similar symptom, though on various Linux. (haven't checked Windows yet but presumably all)
  • bbgeek17
    Hi @Charrat, welcome to the forum. Other users in your situation reported that they were able to restore functionality once the automated patching was removed, and proper packages were reinstalled. So it seems like that should be a possibility...