Recent content by Denis Kulikov

  1. D

    Q: Weird/Problems with LXC Container Copy - cannot get IP address on VM start / things are broken..

    fortechitsolutions and community, sorry for replying under an old post, but it might be useful. init: Failed to spawn rcS main process: unable to execute: Permission denied may be related to permissions on the /etc/rc.d/rc.sysinit (execute permissions needed for this file). It`s hard to debug...
  2. D

    Storage replication regulary hangs after upgrade

    And addional info for community: Sometimes pvesr stuck (for a one day or more) in SYNCING state: 2420-0 Yes local/pve1 2022-01-10_16:07:26 pending 7.537101 0 SYNCING but container is working normally. On lsof -p pvesr_pid you can see...
  3. D

    Storage replication regulary hangs after upgrade

    Small update (forgot to inform about this, it may be useful for community): /sys/fs/cgroup/freezer/lxc/XYZ# echo THAWED > freezer.state help to unfreeze pvesr and container (if it stuck in FREEZING state) and kill (or stop) them. It`s a bug, bug, bug.
  4. D

    Storage replication regulary hangs after upgrade

    Small updates: https://github.com/lxc/lxc/issues/3578 https://bugzilla.proxmox.com/show_bug.cgi?id=3117
  5. D

    [SOLVED] LXC Containers won't start after reboot

    osmos, "zfs list | grep 103" showing legacy mount point?
  6. D

    chrt (process priority) and cpulimit and system stability

    Hello everyone! When i was running some tests with privileged container (based on old centos distribution) - i`m find that cpulimit doesn`t work if i use chrt command. I think that it`s correct, but cannot find proper way to deal with this (CAP_SYS_NICE give all capabilities). Can anyone know -...
  7. D

    Storage replication regulary hangs after upgrade

    We try to use kernel 5.3.18-3 and issue is persist. Then process in container read or write file to nfs share (via bind mount) and pvesr enabled for container replication - sometimes container is stuck (freeze) forever. Soft mount of NFS share to host - not helps. Stack trace and ps faxo...
  8. D

    Storage replication regulary hangs after upgrade

    We investigate this issue and find by: ls -lh /proc/PROC_ID/fd that some processes on container (that stuck in 'FREEZING') accessing to folder on NFS share. NFS share is mounted to container as folder: lxc.mount.entry: /mnt/pve/NAS_records/1013 var/spool/XYZ none bind,create=dir 0 0 NFS...
  9. D

    Proxmox 6.2 Kernel Error Bad RIP Value

    kweevuss are you use storage replication in your configuration?
  10. D

    Storage replication regulary hangs after upgrade

    Hello, all. After upgrade one node of our cluster (3 nodes, 2 of them is pve 6.2, replication hangs from 6.2 to 6.2: pve2->pve1) - we seen that replication regulary hangs on different containers and only reboot whole node is helps. Before upgrade - all working fine in this configuration. pvesr...
  11. D

    [solved] trap invalid opcode in process after migration to pve6 from pve5

    Hello. We have updated one of our server in cluster from pve5 to pve6 and found several problems. One of them: After we migrate our PBX container (Asterisk, FreePBX) to pve6 it`s doesn`t start with: traps: asterisk[47551] trap invalid opcode ip:81f0e19 sp:ffed1cd0 error:0 in...
  12. D

    pvestatd and pve-firewall doesn`t start after reboot

    We try to change /lib/systemd/system/pve-cluster.service: change Before=corosync.service to After=corosync.service and It works (as workaround after reboot).
  13. D

    pvestatd and pve-firewall doesn`t start after reboot

    Many thanks for answer! Yes, we try to step-by-step upgrade of our 3 nodes to 6. One node is upgraded to 6. Cluster is quorate: root@pve1:/etc/pve# pvecm status Cluster information ------------------- Name: aaa Config Version: 16 Transport: knet Secure auth: on...
  14. D

    pvestatd and pve-firewall doesn`t start after reboot

    Recently we upgrade 5.4 to 6.1 and replace ifupdown to ifupdown2. After changes - pvestatd and pve-firewall doesn`t start after reboot, logs showing only - timeout. If 'systemctl start pvestatd' invoked by hands - service starts. Can someone help us - find the right direction to debug this ...