OpenVZ Forum


Home » General » Support » Init Problem on Ubuntu Gutsy Gibson
Re: Ubuntu Gutsy Gibson Template Cache [message #22304 is a reply to message #22225] Wed, 24 October 2007 16:06 Go to previous messageGo to previous message
ckpeter is currently offline  ckpeter
Messages: 8
Registered: October 2006
Junior Member
I ran a strace:
[root@host ~]# strace -fF -o vz.out vzctl --verbose start 3001
Starting VE ...
VE is mounted
Adding IP address(es): x.x.x.x
Running VE script: /etc/vz/dists/scripts/debian-add_ip.sh
[ Process PID=18853 runs in 32 bit mode. ]
[ Process PID=18852 runs in 64 bit mode. ]
Execution timeout expired
ptrace: umoven: Input/output error
Got signal 15
Setting CPU units: 1000
Configure meminfo: 204800
Running VE script: /etc/vz/dists/scripts/set_dns.sh
[ Process PID=19118 runs in 32 bit mode. ]
[ Process PID=19117 runs in 64 bit mode. ]
[ Process PID=19118 runs in 32 bit mode. ]
[ Process PID=19117 runs in 64 bit mode. ]
[ Process PID=19118 runs in 32 bit mode. ]
[ Process PID=19117 runs in 64 bit mode. ]
Execution timeout expired
ptrace: umoven: Input/output error
Got signal 15
File resolv.conf was modified
VE start in progress...
[ Process PID=18826 runs in 32 bit mode. ]


At this point I control-C to get out of the process.

The trace file reveals that it is choking on /dev/console:

18826 open("/dev/console", O_WRONLY|O_NOCTTY) = -1 EACCES (Permission denied)
18826 read(3, 0xbff6f20b, 1)            = -1 EAGAIN (Resource temporarily unavailable)
18826 waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WNOWAIT, NULL) = 0
18826 time(NULL)                        = 1193241775
18826 select(4, [0 3], [], [], NULL)    = 1 (in [0])
18826 getsockname(0, 0xbff6ef04, [112]) = -1 ENOTSOCK (Socket operation on non-socket)
18826 recvmsg(0, 0xbff6efa8, MSG_PEEK)  = -1 ENOTSOCK (Socket operation on non-socket)
18826 time(NULL)                        = 1193241775
18826 stat64(0xb7fb83a6, 0xbff6ebe8)    = 0
18826 stat64(0xb7fb83a6, 0xbff6eaa0)    = 0
18826 stat64(0xb7fb83a6, 0xbff6eaa0)    = 0
18826 socket(PF_FILE, SOCK_DGRAM, 0)    = 1
18826 fcntl64(1, F_SETFD, FD_CLOEXEC)   = 0
18826 connect(1, {sa_family=AF_FILE, path="/dev/log"}, 110) = -1 ENOENT (No such file or directory)
18826 close(1)                          = 0
18826 open("/dev/console", O_WRONLY|O_NOCTTY) = -1 EACCES (Permission denied)
18826 read(3, 0xbff6f20b, 1)            = -1 EAGAIN


The preceding output repeats over and over.

[Updated on: Fri, 26 October 2007 18:31]

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
Previous Topic: Can I use any 64 bit guests on an i386 machine?
Next Topic: problem when run shell script by vzctl exec
Goto Forum:
  


Current Time: Mon Oct 20 07:42:10 GMT 2025

Total time taken to generate the page: 0.57927 seconds