Latest activity

  • B
    maybe you can get a small vps server there you can install nginx proxy manager, caddy or traefik and route it through tailscale to your home server where your vaultwarden is running i have such constelation and dont want to open port on my home...
  • bbgeek17
    bbgeek17 replied to the thread ISCSI configuration issue.
    I feel that our KB article covers the topic very well: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/#initialize-the-multipath-device-as-an-lvm-physical-volume-pv I could be biased, but perhaps you could read it and ask more...
  • N
    nissens10 reacted to alexskysilk's post in the thread ISCSI configuration issue with Like Like.
    This is more then true IF you try to use a volume on multiple hosts SIMULTANEOUSLY, in which case its not "good practice" its downright forbidden. There are ways to accomplish this with central metadata management (eg, lustre) but not just...
  • N
    nissens10 replied to the thread ISCSI configuration issue.
    Finally, I set up the mount points on each node for the iSCSI target in a specific directory and added the path as a "Directory" in Datacenter > Storage. It works fine for my purposes. So, if I understood correctly, I can use the same LUN for...
  • zsirmo
    zsirmo replied to the thread pmg ?missed? email.
    Return-path is empty(mail from ispconfig, vacation) dovecot settings: sieve_vacation_send_from_recipient = yes
  • UdoB
    Why not test the concrete behavior? Just create a test-Container, add some storage, run backup/restore, "zfs rename" the virtual disk, start the Container, and-so-on. This approach comes for free and teaches you the behavior of your actual...
  • S
    shorty707 replied to the thread Hardware Unit Hang -> NIC.
    the kernel 6.8.12-8-pve is stable and no hardware hang. liked described in above bugzilla ticket
  • I
    Hello, thanks for your work on an rpm package! Would it also be possible to create/support a package for opensuse?
  • F
    OK, coming back because I finally figured out how to get all this working very well. Below are my `frr.conf` and network configuration files, along with some key points about the setup. ### FRR Configuration (`frr.conf`) ip forwarding ipv6...
  • N
    nissens10 reacted to bbgeek17's post in the thread ISCSI configuration issue with Like Like.
    Sure, that's one way to use it. This sounds to me like a fringe opinion and is opposite to actual good practices and iSCSI intended purpose. However, you are welcome to use it as you want. If I recall correctly, PVE explicitly filters out iSCSI...
  • UdoB
    Things like this is completely "working under the hood" --> yes, there might be dragons. For Proxmox (the software) the configured disk from Container 100 has just vanished. Without further work this will lead to errors of course. I would just...
  • Daniel_Dog
    How did you pass the network to the VM? Via passthrough or a virtual network card? If you use a virtual network card then it will always report back as 1GB no matter the real network (card) speed.
  • D
    Domsed reacted to Mecanik's post in the thread Error: database disk image is malformed with Like Like.
    I fixed this issue with the following: sqlite> .mode insert sqlite> .output config.sql sqlite> .dump sqlite> .exit root@xxxxx:~# mv /var/lib/pve-cluster/config.db config.db.original root@xxxxx:~# sqlite3 /var/lib/pve-cluster/config.db <...
  • S
    Thanks! After zfs rename such dataset will no longer be managed by Proxmox GUI? I worry about situations like for example: I detach subvol-100-disk-0 from LXC 100 and then rename into it my-dataset, and sometime in the future, I'll remove LXC...
  • H
    I tried it that way and it did not work the first time. Just tried it again and now it works. The only thing I did was to reboot the PBS. Thank you
  • T
    Hello everyone, I'm new to Proxmox and happy that I got everything up and running. Now my issue is that Truenas runs only at 1 GB. When I connect the PC and the Proxmox (both Intel 10 GB) they run at the max. speed. My config: enp2s0 is the 1...
    • 1743705619683.png
    • 1743705835516.png
  • weehooey-bh
    Hi @greptrig There are two commands that should get you what you need: ip Command If you run ip a from the command line, it will match your interface names to their MAC Addresses. lshw Command The lshw the command will need to be installed...
  • J
    Hi Daniel, I’m still seeing some unusual behavior, specifically on other Proxmox Nodes in the Proxmox cluster. Let me do some investigation and come back with more definitive information.
  • UdoB
    UdoB reacted to gfngfn256's post in the thread Switching between lvm and zfs with Like Like.
    What I would do in your case: 1. Do a Proxmox Backup (vzdump) of the VM to another (accessible) drive. You could use an external one. (You should anyway be doing this - regularly). 2. Remove the original install drive from the system. (I'd keep...
  • J
    For my fix (after updates and the kernel) I lost GUI access. I flushed the IP tables with iptables -F # Clear IPv4 rules ip6tables -F # Clear IPv6 rules nft flush ruleset # If using nftables Then made persistent: apt update && apt install...