Search results

  1. K

    All CT turned to Read only file system

    Not sure that's what you requested... # cat /etc/pve/local/lxc/100.conf arch: amd64 cpulimit: 1 cpuunits: 1024 hostname: vm.xxxxxxx memory: 4096 net0: name=eth0,bridge=vmbr0,gw=123.123.123.254,hwaddr=8E:E2:49:BF:6B:05,ip=123.123.123.15/24,type=veth ostype: centos rootfs...
  2. K

    All CT turned to Read only file system

    There is no such parameter for container. The read only file system occurs only with CentOS 7 container. No problem with Debian container and VM.
  3. K

    All CT turned to Read only file system

    I definitely not have high i/o on the pve. If I start only 1 CT (CentOS7) the problem continues. I suppose an update of PVE6 is the cause but i can't prove it.
  4. K

    All CT turned to Read only file system

    Talking to myself... The problem seems to be related only to CentoS CT. No problem with Debian. Is there a (new) bad compatibility PVE 6 / Centos 7 ?
  5. K

    All CT turned to Read only file system

    Even though I backup CT and restore on another PVE I still have the read only problem. Nothing work ! Mar 26 15:10:53 vm systemd-sysctl: Failed to write '0' to '/proc/sys/kernel/yama/ptrace_scope': Read-only file system Mar 26 15:10:53 vm systemd-sysctl: Failed to write '16' to...
  6. K

    All CT turned to Read only file system

    Not a space problem. # df -h Filesystem Size Used Avail Use% Mounted on udev 5.9G 0 5.9G 0% /dev tmpfs 1.2G 8.9M 1.2G 1% /run rpool/ROOT/pve-1 404G 192G 212G 48% / tmpfs 5.9G...
  7. K

    All CT turned to Read only file system

    Hello, I use PVE 6.4 and today I found errors in /var/log/messages of a CT like : vm systemd-sysctl: Failed to write '0' to '/proc/sys/kernel/yama/ptrace_scope': Read-only file system Finally I found same errors on others CT (only 3 CT running + 1 VM on this single node, no cluster). I...
  8. K

    DiskIO in CT missing

    About 18 months after bug report there is still no fix (pve 6.4) :(
  9. K

    Proxmox installation via PXE: solution

    Hello, Did someone successfully added PVE7 in PXE ?
  10. K

    Can't gzip initrd.img from PVE7 iso

    Thx for the command but it fails then when using cpio command. # cpio -i -d < ../initrd.org.zst cpio: Malformed number xxxxxx (long list of errors like this)
  11. K

    Can't gzip initrd.img from PVE7 iso

    Hello, I try to add PVE7 to my PXE. I followed a tutorial that worked well for PVE4 to 6. My problem is that I can't uncompress initrd.img (renamed first as initrd.org.img) from iso with this error : # gzip -d -S ".img" ./initrd.org.img gzip: ./initrd.org.img: not in gzip format I downloaded...
  12. K

    BusyBox at first start after install

    Hello, I'm trying ton install Proxmox 6 on 2 disks connected on a LSI2008 raid controler. No raid configurated on LSI. Install is ok (zfs raid1). But at first restart the server boots on BusyBox bash with message : If I type : then 'exit', the server finally switchs to proxmox login and...
  13. K

    PMG Suggestions

    It's a shame. Mails archiving is future.
  14. K

    syslog > modified cpu set for lxc

    Hello, One of my proxmox 4.4 hosts became very slow and I'm looking for the reason. CPU and RAM are not specially high but CT are slow. I see these lines every 10 sec in syslog I do not see in other hosts. Can it be the reason of slowness ? What does it means and how to fix it please ? Thx Apr...
  15. K

    Disable a spamassassin rule

    Thx for your feedback. Note that in the pdf section 4.8 the path /etc/mail/spamassasin/ should be replace by /etc/mail/spamassassin/ (missing one "s"). The file custom.cf exists yet in my PMG (not created by me) and not a cluster node. It contains : But I still do not know how to disable the...
  16. K

    Disable a spamassassin rule

    Sorry for late answer. Didn't see it. Here is the complete scores of the mail : Spam detection results: 5 AWL -0.931 Adjusted score from AWL reputation of From: address BAD_ENC_HEADER 0.001 Message has bad MIME encoding in the header BAYES_50 0.8...
  17. K

    Disable a spamassassin rule

    Hello, I use PMG to filter outgoing mails. But too many mails are blocked due to rule. DEAR_SOMETHING 1.973 Contains 'Dear (something)' How should I proceed to disable it ? Or what else should I do to make them delivered ?
  18. K

    Export and import user black-list/white-list

    Hello, I need to migrate some domains from shared PMG to a dedicated PMG. Is it possible to export users black-list/white-list in order to import in a new PMG ?