[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] 1000 Domains: Not able to access Domu via xm console from Dom0
So, i attached strace to xenconsoled to see i could find what was going on and i got this ioctl(1023, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1023, TIOCGPTN, [345]) = 0 stat("/dev/pts/345", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 345), ...}) = 0 open("/dev/pts/345", O_RDWR|O_NOCTTY) = -1 EMFILE (Too many open files) close(1023) = 0 write(2, "Failed to create tty for domain-"..., 70) = 70 open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 1023 fstat(1023, {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0 fstat(1023, {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0 So this is definitely a problem with file limits, but i don't understand as the current limit on files per process is 65000 On 12 December 2012 12:02, Paul Harvey <jhebus@xxxxxxxxxxxxxx> wrote: Further to that last email looking in the xen store is confirming that the tty (pty) is not being assigned to the domains above 338 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |