OpenVZ Forum


Home » General » Support » VE Fails to start with dmesg error "err=-11". 64bit el5 patch.
Re: VE Fails to start with dmesg error "err=-11". 64bit el5 patch. [message #32518 is a reply to message #32517] Wed, 13 August 2008 08:22 Go to previous message
rickb is currently offline  rickb
Messages: 368
Registered: October 2006
Senior Member
Hi, seems like the code is failing kzalloc here:

Quote:

err = -ENOMEM;
ve = kzalloc(sizeof(struct ve_struct), GFP_KERNEL);
if (ve == NULL)
goto err_struct;

and jumping to:

Quote:

err_struct:
printk(KERN_INFO "CT: %d: failer to start with err=%d\n", veid, err);
return err;




strace output from the failing "vzctl start <veid>" command is below:
http://208.77.101.170/str.txt

I booted off el5 patched with patch-53.1.19.el5.028stab053.14-combined and the system does not exhibit either problem I reported (ioacct accounting or velimit). Due to this I will not be able to test any patches, but I am working on getting a development 64bit node up to test should you release one.


Rick


-------------
Common Terms I post with: http://wiki.openvz.org/Category:Definitions

UBC. Learn it, love it, live it: http://wiki.openvz.org/Proc/user_beancounters

[Updated on: Wed, 13 August 2008 08:23]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [solved] arpsend issue - URGENT
Next Topic: DRBD + 2.6.24
Goto Forum:
  


Current Time: Wed Nov 06 03:19:42 GMT 2024

Total time taken to generate the page: 0.03491 seconds