Search results

  1. 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
  2. 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...
  3. 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.
  4. 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
  5. 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
  6. 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.
  7. 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...
  8. 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.
  9. D

    [solved] Ceph / problem quorum monitor?

    Bonjour, I think a have a problem with my ceph setup .i have a lots of calling monitor election, and the filesystem seems to freeze on a couple of seconds every five minutes. No heavy load or nothing using a lot of ressources. 2019-11-08 13:33:23.089062 mgr.p1 (mgr.3881911) 12235 : cluster...
  10. D

    Proxmox 6: WOL no more

    https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software maybe try to use the R8168 if you use the =R8169 https://packages.debian.org/buster/r8168-dkms some reading at the end of the page ...
  11. D

    Proxmox 6: WOL no more

    lots of problem with r8169/r8168 card. https://serverfault.com/questions/958323/broken-wol-with-vanilla-kernel-on-debian https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/ethernet/realtek/r8169.c?id=fa6821cbf1d9724284ef0906c9a01a5fbf13a35c This patch now: -...
  12. D

    Proxmox 6: WOL no more

    What model of network card do you have ? One time , they desactived this fonction on some driver, because of a bug. ( from memory , tg3, or killer ) here for exemple : https://bugzilla.redhat.com/show_bug.cgi?id=253977 https://bugzilla.kernel.org/show_bug.cgi?id=61651
  13. D

    Linux Kernel 5.3 for Proxmox VE

    If you don't need the corrections include in it don't install it. For my part the fix for baytrail cpu bug is in it, and no more crash since i have installed it.
  14. D

    Container on gluster volume not possible?

    Bonjour, In the lastest gluster version 7 and 6.6, ( debian package at least), the possibilty to activate directly the embedded nfs serveur is disable : ] [glusterd-nfs-svc.c:81:glusterd_nfssvc_manager] 0-management: nfs/server.so xlator is not installed So now it's very complicate to have...
  15. D

    Create a disk for a container with specific setting

    With ceph : root@Glusterreplica3CT:~# df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/rbd2 131072 26079 104993 20% / /dev/rbd3 131072 11 131061 1% /Replica none 967105 26 967079 1% /dev udev 961105 560 960545 1% /dev/fuse tmpfs...
  16. D

    Create a disk for a container with specific setting

    Bonjour, I need to create a disk with a big number of inode ( for an arbiter brick for gluster) . Is it possible to specify somewhere a specific value when the disk is created ? I use ceph for storage. Or i need to create the disk elsewhere and import the backup in the container after ? If...
  17. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    it's running @home ! Version du noyau Linux 5.3.7-1-pve #1 SMP PVE 5.3.7-1 (Wed, 23 Oct 2019 19:00:21 +0200) Thanks again.
  18. D

    Linux Kernel 5.3 for Proxmox VE

    Great news. i try right now on my cluster@home.
  19. D

    Setting up LXC Container with (multiple) directory storages?

    For the original problem, for the use of a gluster volume for container, you can perhaps activate the nfs-share directly on the gluster volume ( gluster volume set volume_name nfs.disable off),, or use nfs ganesha for it ( https://download.nfs-ganesha.org ), but from my experience, the...