I have problem after update to 2.6.18-294.8.1.el5.lve0.7.32. I have lve with id 500, and user with id 500 (test). User have /bin/lve_bash as shell. With previouse version everyting works fine, but now when I try login i get this error:[br][root@centos1 ~]# cat /etc/passwd | grep test[br]test:x:500:500::/home/test:/bin/bash[br][root@centos1 ~]# su - test[br][test@centos1 ~]$ id[br]uid=500(test) gid=500(test) grupy=500(test)[br][test@centos1 ~]$ /bin/lve_bash[br]lve_bash: Unable to allocate memory for LVE -38[br][br][root@centos1 ~]# cat /proc/lve/list[br]veid enters cpu io cpu_usage[br]500 0 40 10 4880[br][br]# cat /etc/container/ve.cfg[br][br][br][br][br][br][br][br][br][br][br][br][br][br][br]And I have some questions: [br]-when memory limits become available? [br]-and in this output: [br][root@centos1 ~]# lveps -d[br] LVE REF PNO TNO USR GRP CPU MEM I/O[br] 27 0 2 11 N/A N/A 0% 14168 N/A[br]in what unit MEM is given? Mb, Kb ?[br]-Is it possible to make mod_passenger (ruby) / mod_wsgi (python) work in lve like suphp?[br]-When I create 5 lve with 30% CPU / 30% IO and this 5 lve take heavy load and want use 30% of CPU, how much everyone gets? 100%/5 ~ 20%? And when I create another lve for root with 5% CPU/IO under heavy load, how much of CPU I get? 100% - 5% (for root) / 5 users lve =~ 19% ?[br][br]This project is cool and improve performance on my servers[br]Sorry for my english

Comment