OpenVZ Forum


Home » General » Support » Bash 4.2 problem?
Re: Bash 4.2 problem? [message #41915 is a reply to message #41893] Thu, 24 February 2011 14:22 Go to previous messageGo to previous message
hvdkamer is currently offline  hvdkamer
Messages: 40
Registered: July 2006
Member
I've installed strace to investigate further:
hoefnix2:~# strace vzctl enter 60
...
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x2b65860859d0) = 29577
close(3)                                = 0
close(7)                                = 0
close(9)                                = 0
close(10)                               = 0
read(8, 


With bash 4.1 patchlevel 009 I get:

clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x2af2938ab9d0) = 2972
close(3)                                = 0
close(7)                                = 0
close(9)                                = 0
close(10)                               = 0
read(8, "", 4)                          = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
...


Hope that someone sees the problem and may be even a soultion Smile.


Henk van de Kamer
auteur Het Lab
http://www.hetlab.tk/
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Start/stop VE
Next Topic: Mount bind to merge split shared disk?
Goto Forum:
  


Current Time: Mon Nov 18 09:12:08 GMT 2024

Total time taken to generate the page: 0.02818 seconds