Recent content by Yuneldeltoro

  1. Y

    Backup problems

    I have some problem, my solution, add exclude-path: /var/log/wtmp, to /etc/vzdump.conf
  2. Y

    Working many ALPINE lxc in my proxmox and creating my OpenStack at Home

    Working many ALPINE lxc in my proxmox and creating my OpenStack at Home
  3. Y

    AppArmor denies dbus socket access to ntpd

    I have similar problem, I want install NTP Server in my proxmox for my network My Solution: add "#include <abstractions/dbus-strict>" in /etc/apparmor.d/usr.sbin.ntpd Edit /etc/apparmor.d/usr.sbin.ntpd Into: #include <tunables/global> #include <tunables/ntpd> /usr/sbin/ntpd...
  4. Y

    [SOLVED] a warning "/dev/sde no medium found" everywhere

    I have same problem: root@pve123: /# vgs /dev/sdf: open failed: No medium found /dev/sdg: open failed: No medium found /dev/sdh: open failed: No medium found /dev/sdi: open failed: No medium found /dev/sdj: open failed: No medium found VG #PV #LV #SN Attr VSize VFree pve...
  5. Y

    [SOLVED] apache2.service: Failed to set up mount namespacing: Permission denied

    the solution without nesting: https://stackoverflow.com/questions/55728957/apache-failed-at-step-namespace https://help.directadmin.com/item.php?id=614 $ sudo sed -i -e 's,PrivateTmp=true,PrivateTmp=false\nNoNewPrivileges=yes,g' /lib/systemd/system/apache2.service $ sudo...