[Ubuntu-x-swat] [Bug 762080] Re: Xorg crash calling ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt) immediately after login

2011-06-30 Thread Žilvinas Valinskas
see bug #441653, seems the same issue. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/762080 Title: Xorg crash calling ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt) immediately after login

[Ubuntu-x-swat] [Bug 441653] Re: radeon graphics mode and console does not start - xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call

2011-06-30 Thread Žilvinas Valinskas
Problem should be fixed by this commit, not sure if it was backported to ubuntu/natty. commit 88c4622b594a1725d0cee86bc82ad640d241c520 Author: Aaron Plattner Date: Mon Apr 18 08:23:48 2011 -0700 linux: Retry VT ioctls while errno == EINTR When the smart scheduler is enabled, the

[Ubuntu-x-swat] [Bug 441653] Re: radeon graphics mode and console does not start - xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call

2011-06-30 Thread Žilvinas Valinskas
** Description changed: -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/441653 Title: radeon graphics mode and console does not start - xf86OpenConsole: VT_WAITACTIVE failed: Interrupted

[Ubuntu-x-swat] [Bug 441653] Re: radeon graphics mode and console does not start - xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call

2011-04-11 Thread Žilvinas Valinskas
Same problem here: [58.504] Fatal server error: [58.504] xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call hw/xfree86/os-support/linux/lnx_init.c: 62 static void 63 switch_to(int vt, const char *from) 64 { 65 if (ioctl(xf86Info.consoleFd, VT_ACTIVATE, vt) < 0) 66