Search results

  1. D

    Oom-kill process inside lxc : Memory cgroup out of memory

    This is for the Poxmox mail gateway ( 2 Go ) top - 21:31:06 up 3 days, 17:19, 1 user, load average: 3.74, 3.80, 3.87 Tasks: 48 total, 1 running, 47 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 2048.0 total...
  2. D

    Oom-kill process inside lxc : Memory cgroup out of memory

    Bonjour, This is the message i have on 2 node, running repectively iredmail and proxmox mail gateway : [2064598.795126]...
  3. D

    Proxmox running PFSENSE FW with single NIC

    I don't know if it's the right or the better way, but it 's work in my case For the bond, it's not necessayy if you have only one network card to share on the proxmox host. On the interface i want to share, i create 4 vlan , and then , i create 4 bridge , on for each vlan (vmbr1 , vmbr2 ...
  4. D

    Proxmox running PFSENSE FW with single NIC

    proxmox config source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface enp1s0 inet manual iface enx000ec6de4a02 inet manual auto bond0 iface bond0 inet manual slaves enp1s0 enx000ec6de4a02 bond_miimon 100 bond_mode 802.3ad...
  5. D

    Proxmox running PFSENSE FW with single NIC

    root@p1:~# vi /etc/network/interfaces source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface enp1s0 inet manual iface enx000ec6de4a02 inet manual auto bond0 iface bond0 inet manual slaves enp1s0 enx000ec6de4a02 bond_miimon 100 bond_mode...
  6. D

    Proxmox running PFSENSE FW with single NIC

    I use option 2 and its's working. ( with 4 interfaces, 2 wan, 1 lan, 1 dmz).
  7. D

    SMB share & CIFS, on boot problem

    try with sec=ntlm in the option
  8. D

    Email Server Template?

    you can try iredmail https://www.iredmail.org
  9. D

    local node address: cannot use IP not found on local node

    Salut, Tu peux nous donner le contenu de fichier host de chaque serveur ? on dirait que la correspondance IP/nom du serveur n'est pas bonne; Dark26
  10. D

    Proxmox host backup and snapshots with timeshift. Or any other such easy tool?

    For my part, i use rsnapshot https://wiki.debian-fr.xyz/Rsnapshot
  11. D

    [SOLVED] Cleanning /boot on PVE

    i think apt-get remove pve-kernel-versiondukernelwewanttodelete
  12. D

    [SOLVED] Configuration problem, with iredmail and relay smtp.

    it's exactly that. great picture. I try multiple things and it's work now :) . on iredmail : relayhost = 172.16.4.199:26 on proxmox: smarthost : smtp.free.fr default relay : 172.16.4.198 external port 25 internat port : 26
  13. D

    [SOLVED] Configuration problem, with iredmail and relay smtp.

    Bonjour, I use proxmox and i give a try to the mail gateway. At the time, i use iredmail : public name : mail.mondomaine.fr local ip : 172.16.4.198 proxmox gateway mail : 172.16.4.199 in my iredmail postfix, i use a relay smtp : smtp.free.fr i'm a little confuse for the configuration...
  14. D

    bad network performance between two guest machines on same host

    it's weird. indeed it's not very good. i think of a driver problem . i don't have any windows vm, so i can't help for this.
  15. D

    bad network performance between two guest machines on same host

    network or smb share is low ? can you try an iperf test between the 2 machines to be sure if the network is the problem ? https://iperf.fr/iperf-download.php
  16. D

    AMD Ryzen 7 Proxmox reboot

    Try disable c6 states in bios if zou have such parameter in the bios. https://forum.proxmox.com/threads/proxmox-ve-5-0-ryzen-7-1700x-crashes-daily.36123/page-3
  17. D

    Server froze, rebooted however can't boot due to mdadm failed

    maybe you can boot on a live cd, and try to recover your raid.
  18. D

    [SOLVED] Ceph : OneMonitor down after a server crash

    Bonjour; One of my 3 servers crash. After reboot , every thing is ok, but the monitor on it, would'n't start. i tried to restart the server, destroy the monitor , recreate it. No luck. So now, i only have two monitor : root@p2:~# ceph -s cluster: id...
  19. D

    [solved] Ceph / problem quorum monitor?

    i found the faulty thing. The storage is too slow. a add this in the ceph config file. An it's better. Thanks.