Search results

  1. S

    nesting not working with newer kernels

    Hi all, I just subscribed to a nested PVE VDS from Contabo. The first thing I did was upgrading to PVE 7.1, after that I imported some VM from my onprem server, just to see they don't start: linux vm starts with kernel supported virtualization = no, while Windows VMs get stuck at boot (blue...
  2. S

    very poor performance with consumer SSD

    Thank you for your really good answer. I have a pair of customers' ceph clusters with enterprise ssd, and they work with no problems. As this is an internal/test cluster, I went with consumer SSD for economical reasons, but I have thrown on these too much time! The thing is, the SSD connected...
  3. S

    very poor performance with consumer SSD

    I have a pair of HPE DL360 Gen8 dual Xeon, 64GB RAM, 2 hdd 10k sas for system (ZFS RAID1) and 4 consumer sata SSD They're for internal use, and show absymal performances. At first I had ceph on those SSD (with a third node), then I had to move everything to NAS temporarily. Now I...
  4. S

    move cluster node configuration

    I have a cluster with P420 RAID controllers, and very bad performance with SSD. I know I can configure the controller in HBA mode, but then I will lose the system RAID1. I would like to switch to HBA mode, reinstall the system in ZFS raid1 and then move the configuration from the old...
  5. S

    encrypted archives still coming through

    I just hit this problem too. I think, as a suggestion, that the "Block encrypted archives and documents" really blocks it, the Heuristic Score thing is not very intuitive. Thanks.
  6. S

    ceph install broken on new node

    Do'h! I still didn't add the new nodes to the ceph network. I feel so stupid...
  7. S

    ceph install broken on new node

    All nodes are reachable, and the cluster is ok: These are software versions, I did an apt upgrade of OLD3 yesterday: pveceph status in old nodes works, while on new nodes returns got timeout
  8. S

    ceph install broken on new node

    I didn't read correctly, sorry. This is the first of the new servers: root@NEWSERVER1:~# ls -al /etc/ceph/ total 12 drwxr-xr-x 2 root root 4096 Jul 15 17:12 . drwxr-xr-x 92 root root 4096 Jul 15 22:31 .. lrwxrwxrwx 1 root root 18 Jul 15 17:12 ceph.conf -> /etc/pve/ceph.conf -rw-r--r-- 1...
  9. S

    ceph install broken on new node

    I added the second new node (it's the fifth), and used the pveceph install command. The result is the same, "Got Timeout (500)". The new nodes are a bit more updated, 5.4.15 against the 5.4.13 of the older ones, but there are no ceph packages to upgrade in those. Also, the new ones are...
  10. S

    ceph install broken on new node

    Before trying that, I did read this post which said to use pveceph init on new nodes too. It didn't do any harm, but I should have asked before doing that. It's not a link, and neither in the other servers. The file is correctly synced. -rw-r----- 1 root www-data 1038 Jul 15 17:12 ceph.conf...
  11. S

    ceph install broken on new node

    I'm replacing two nodes on my PVE5.4 cluster. I will upgrade to 6.x after that. I installed the first of the new nodes, joined to the cluster, reloaded the webgui, everything ok. Then, from another node's webgui, I clicked in the new node's "Ceph" section. It proposed to install ceph packages...
  12. S

    Greylisting problem with wide range ip senders

    You're totally right. The greylisted emails are without or with wrong SPF. Thank you for the time spent for convincing me :) Stefano
  13. S

    Greylisting problem with wide range ip senders

    I did a quick check, and a good part of graylisted mails come from a domain with good SPF. I can private message some of the domains if you wish.
  14. S

    Greylisting problem with wide range ip senders

    Manually editing the greylist' whitelist is worse :) I already have SPF check enabled, but AFAIK it doesn't work with Greylisting. SPF tells if a mail server can send for that domain AT ALL (or give a bad evaluation if SPF is "~" and not "-") Graylisting stops the first connection of SPF...
  15. S

    Greylisting problem with wide range ip senders

    The new network-size configuration helps for sure, but it doesn't resolve the problem. Google or Office365 servers are in wide, separate network ranges. All these ranges are written on SPF records, and updated by the sender's server owners. I think that updating the greylist fetching from the...
  16. S

    [SOLVED] LXC (unprivileged) backup task failing

    That's right, I didn't think to folder rights # lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 touch /mnt/pve/backup/dump/testfile touch: cannot touch '/mnt/pve/backup/dump/testfile': Permission denied # ls -alh total 36K drwxrwxrwx 10 root root 4.0K Apr 22 13:05 . drwxr-xr-x 3 root...
  17. S

    [SOLVED] LXC (unprivileged) backup task failing

    I want to backup an unprivileged LXC to a NFS (Qnap nas). This is a frequent question, and usually the answer is to remove NO_ROOT_SQUASH or enable --tmpdir. I tried both, without success: INFO: starting new backup job: vzdump 108 --storage backup --mode suspend --mailto log@example.com...
  18. S

    [SOLVED] invalid csrf token on every edit

    I played a bit with certificates and letsencrypt, failed and rolled back. pmgproxy did not restart, resolved with pmgconfig apicert --force 1. Now pmgproxy starts, I can login, but when I try to make any changes, I get this error then I have to login again: root@mailscan:/etc/pmg# ls -alh...