Search results

  1. P

    LXC with LAN only address. How to access to the WAN ?

    Hello, I have always used LXC on Proxmox with bridged configuration and public IP with no issues. Now I wanted to use an LXC with local only address but with access to the WAN (web). My LXC has IP 10.10.10.10/24 , and default gateway the same as Proxmox host I tried enabling IP forwarding...
  2. P

    Deleted image of running vm

    Thank you, stil very useful in 2021. Still have no idea how 2 KVM disks were deleted. P.
  3. P

    Client OS version requirements

    Thank you for your reply.
  4. P

    Client OS version requirements

    Hello, I was considering PBS to backup some bare metal and VM servers, then I came to client documentation and I see only a Debian 10 version and a quote I tested it on Debian 8 and Debian 9 and dependencies fail for both. FAQ says: But docs does not mention how to install client on other...
  5. P

    Proxmox 6.1.8 LXC zfs replication issues

    Hello, today it happened again, even if I stopped storage replication. 17558 ? D 0:15 \_ /usr/sbin/zabbix_agentd: collector [processing data] It seems it happened very close to log rotation time at 3:19 AM. No errors in syslog (attached). This is output of cat...
  6. P

    Proxmox 6.1.8 LXC zfs replication issues

    Hi Stoiko, I could provide log but really contains nothing interesting only some: zed: eid=7528 class=history_event pool_guid=0xA49767BB4C1CD042 In one case all processes under lxc init were in D (Ds/Dt) In some cases only zabbix-agent hangs, yes we have it in all our lxc Thank you ! P.
  7. P

    Proxmox 6.1.8 LXC zfs replication issues

    Hello, I have 2 clusters with same hardware, configuration and same LXC. One cluster is still on V6.0 and another I upgraded to 6.1.8. The both use local ZFS. After upgrading the cluster to 6.1 I had issues with LXC with one or more processes in D (Uninterruptible sleep) and was forced to...
  8. P

    OOM Killer issue, container

    Hello, I am having similar issues with our Proxmox 6 and LXC with Debian 10. Sometimes I find stopped containers and sometimes only some daemons die, and I see lots of kernel messages in syslog. Can someone suggest the fastest way to monitor processes for memory usage unattended , like...
  9. P

    Screen ls date issue on Debian 10 LXC

    To be able to systemd-timedated I needed to add nesting to LXC pct set CTID -features nesting=1 and now timedatectl works : Local time: Tue 2020-03-03 14:27:13 CET Universal time: Tue 2020-03-03 13:27:13 UTC RTC time: n/a Time zone: Europe/Madrid...
  10. P

    Screen ls date issue on Debian 10 LXC

    That seems to be the issue: Failed to query server: Failed to activate service 'org.freedesktop.timedate1': timed out (service_start_timeout=25000ms)
  11. P

    Screen ls date issue on Debian 10 LXC

    Thank you, no success. Current default time zone: 'Europe/Madrid' Local time is now: Tue Mar 3 12:23:24 CET 2020. Universal Time is now: Tue Mar 3 11:23:24 UTC 2020. root@debian10:~# date ; screen -mdS test; screen -ls test Tue Mar 3 12:23:39 CET 2020 There is a screen on...
  12. P

    Screen ls date issue on Debian 10 LXC

    Hello, does anybody noticed this bug in screen -ls on Debian 10 LXC , date is in the future ? # date ; screen -mdS test; screen -ls test Mon Mar 2 11:44:31 CET 2020 There is a screen on: 12581.test (03/10/20 08:40:17) (Detached) Screen version 4.06.02 (GNU) 23-Oct-17 Any idea...
  13. P

    [SOLVED] Rsyslog issue and auth.log permissions

    Solved. It was a simple file attribute issue solved with chattr.
  14. P

    [SOLVED] Rsyslog issue and auth.log permissions

    Hello, this is first time it happens to me. Installed Proxmox 6 on OVH dedicated server. In syslog I found: Feb 13 12:15:32 proxmox rsyslogd: action 'action-1-builtin:omfile' resumed (module 'builtin:omfile') [v8.1901.0 try https://www.rsyslog.com/e/2359 ] Feb 13 12:15:32 proxmox rsyslogd...
  15. P

    Kernel messages dump_header, page_fault, Bad RIP value

    Hello, thank you proxmox-ve: 6.0-2 (running kernel: 5.0.18-1-pve) pve-manager: 6.0-5 (running version: 6.0-5/f8a710d7) pve-kernel-5.0: 6.0-6 pve-kernel-helper: 6.0-6 pve-kernel-5.0.18-1-pve: 5.0.18-1 pve-kernel-5.0.15-1-pve: 5.0.15-1 ceph-fuse: 12.2.11+dfsg1-2.1 corosync: 3.0.2-pve2 criu...
  16. P

    Kernel messages dump_header, page_fault, Bad RIP value

    Hello, I have a Proxmox 6 cluster on ZFS Mirror (pve-manager/6.0-5/f8a710d7 (running kernel: 5.0.18-1-pve) I run 31 LXC with 1.75 GB assigned (54 GB) on host with 96GB. free -h total used free shared buff/cache available Mem: 94Gi 73Gi...
  17. P

    GUI Memory indicator

    Hello, I noticed my Proxmox GUI Memory is on yellow: RAM usage 87.12% (82.17 GiB of 94.31 GiB) Using CLI free -h gives: total used free shared buff/cache available Mem: 94Gi 70Gi 11Gi 1.2Gi 12Gi 23Gi...
  18. P

    Missing Disk IO stats in all LXC

    Hello, My Proxmox 6 clusters with mirror ZFS are running LXCs. Strange is all LXC have a flat 0 value in Disk IO graph and they do IO intensive work. Any suggestion on how to troubleshoot them? Thank you. P.
  19. P

    Slow download from LXC

    Hi, no I did not try with different MAC, but I have many LXC with same behaviour. What's the best way to get a new random MAC? On other cluster hosts I get near 6 MB wget from same site but is still low. ON host I have NIC 1Gb BCM5720 I use a bond with 2 NICS with public IP and bridge...
  20. P

    Slow download from LXC

    Hello, I set up a new Proxmox 5.4 cluster and doing some tests I noticed very slow download from LXC. I tried a couple of different LXC with different IP and Debian version with same result. I tried local disk and ceph disk. From host I can wget at full speed (100M) From LXC wget starts at...