Recent content by Jayz

  1. J

    User access to see Data Center/Node Summary

    Thanks. Now it's working. One more question. Is there any variable, like $hostname, instead the name of my node? Berfore acl:0:/nodes/dev:@Auditors:summaryViewer # Node summary After acl:0:/nodes/$hostname:@Auditors:summaryViewer # Node summary
  2. J

    User access to see Data Center/Node Summary

    cat /etc/pve/user.cfg user:test-user@pve:1:0::::test user:: user:root@pam:1:0:::root@localhost.localdomain::: group:Auditors:test-user@pve:: pool:Auditors::1402,255003,255004,3001,3108,3109,3620,6930,6931,6932,6933,6934,7004,7005,7006,7050,7060,75001,77101,89100:backup,local,lvm1...
  3. J

    User access to see Data Center/Node Summary

    I reload and logoff/logon everytime, when I change permissions. I already have this line acl:1:/pool/Auditors:@Auditors:Auditors: But I still don't see Node and Data Center Summary, like this Summary:
  4. J

    User access to see Data Center/Node Summary

    I checked some Roles and only root user can see Summary.
  5. J

    User access to see Data Center/Node Summary

    If i add acl:1:/:@Auditors:Auditors: I can`t see Storages, VM`s and Summary too.
  6. J

    User access to see Data Center/Node Summary

    I created own Pool - Auditors, own Group - Auditors and own Role - Auditor
  7. J

    User access to see Data Center/Node Summary

    cat /etc/pve/user.cfg group:Auditors:test-user@pve:: pool:Auditors::1402,255003,255004,3001,3108,3109,3620,6930,6931,6932,6933,6934,7004,7005,7006,7050,7060,75001,77101,89100:backup,local,lvm1...
  8. J

    User access to see Data Center/Node Summary

    Hello, I created new audit user in Proxmox VE(5, 6). This user can`t see Summary in Datacenter and Node menu. How I can add access to see those Summary`s?
  9. J

    lxc ubuntu 6 and 10 don`t shutdown

    Who can help? Is anybody migrated from openvz to lxc or to kvm?
  10. J

    lxc ubuntu 6 and 10 don`t shutdown

    Is anybody have a solution?
  11. J

    lxc ubuntu 6 and 10 don`t shutdown

    It`s uderstand! they turn off Maybe need add some files or change any config for normally shutdown from Proxmox?
  12. J

    lxc ubuntu 6 and 10 don`t shutdown

    Hello. I was converted openvz(Proxmox VE 1.9) with ubuntu 6.06 and ubuntu 10.04 servers to lxc(Proxmox VE 6.2-4). If I press shutdown, I get this error can't lock file '/run/lock/lxc/pve-config-107.lock' - got timeout (500) command 'lxc-stop -n 107 --nokill --timeout 60' failed: exit code 1...
  13. J

    LXC don't start

    I found solution: 1. Open web proxmox ve, in container Options-TTY count- change from 2 to 0 2. Start container 3. In proxmox console pct enter containerID 4. mkdir /etc/init 5. Open file /etc/inittab and add to the end of file - 1:2345:respawn:/sbin/getty 38400 tty1 6. Stop container 7. Open...