Search results

  1. ghusson

    virtio-scsi over LVM problems

    Hello, here is my setup : synology server, 2x100G LUN exposed via a common target proxmox 4.1-1 i cluster on 3 servers new VM : bios: ovmf bootdisk: scsi0 cores: 4 ide2: local:iso/debian-8.2.0-amd64-netinst.iso,media=cdrom memory: 2048 name: vm1 net0: virtio=3A:34:66:31:36:37,bridge=vmbr0...
  2. ghusson

    Question about LVM over iSCSI LUN

    Perfect, Thank you Dietmar.
  3. ghusson

    Question about LVM over iSCSI LUN

    Hello, I am asking if PVE has an admin fencing mechanism in order to avoid LVM table manipulation on two nodes at the same time ? Reading this : http://www.tldp.org/HOWTO/html_single/LVM-HOWTO/ section : "LVM is not cluster aware" I am sharing a PV/VG over iSCSI LUN (untick "use directly" in...
  4. ghusson

    OVMF (UEFI BIOS) improvments

    Hello, I installed debian-8.2.0-amd64-netinst.iso on a KVM guest with UEFI boot (OVMF BIOS). When the guest starts, the BIOS doesn't boot over the EFI partition (Debien doesn't start, the BIOS comes to the falback EFI command line). In the BIOS, I can start Debian when I use "boot from file"...
  5. ghusson

    Venom vulnerablity

    My bad (i desactivated pro. repository). Sorry.
  6. ghusson

    Venom vulnerablity

    Hello Dietmar, I just subscribed "Proxmox VE Community Subscription 1 CPU/year" and activated the update service on my server. I have no upgrade proposed in the web interface, neither with apt-get update / upgrade. Maybe you didn't yet pushed the update to the suscribers repository ? Best...
  7. ghusson

    I cant see FTP Server from my Proxmox

    Ok, that was a possibility :) Glad to see you resolved your problem !
  8. ghusson

    pve-firewall and ulogd2

    => Seems impossible, since pve-firewall uses special comments and logging marks.
  9. ghusson

    I cant see FTP Server from my Proxmox

    If you cannot ping outside PVE, verify your DNS and default gateway setting. By default PVE firewall is not enabled, so firstly, verify your network configuration.
  10. ghusson

    I cant see FTP Server from my Proxmox

    Hello, Do you use a firewall on your PVE host ? If yes, is outgoing FTP allowed, and is the ftp NAT module loaded in kernel ? BR, Gautier.
  11. ghusson

    pve-firewall and ulogd2

    Hello, After the pve-firewall bug discovered and reported here : https://bugzilla.proxmox.com/show_bug.cgi?id=602 I installed shorewall as I usually do on my servers (atp-get install shorewall ulogd). But ulogd and pve-firewall are mutually exclusive in apt packet manager. So when we try to...