Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Another xorg upgrade disaster
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
curmudgeon
Veteran
Veteran


Joined: 08 Aug 2003
Posts: 1741

PostPosted: Thu Oct 08, 2009 4:01 am    Post subject: Another xorg upgrade disaster Reply with quote

Just today, one machine has started acting very strangely.

In kde, the mouse moves, but all of the windows are frozen, with any attempt to activate any of the controls unsuccessful.

There are no messages in /var/log/messages or /var/log/Xorg.0.log.

The one thing that looks wrong is this:

Code:

ps auwx
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   1836   592 ?        Ss   03:03   0:00 init [3]
root         2  0.0  0.0      0     0 ?        S<   03:03   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S<   03:03   0:00 [ksoftirqd/0]
root         4  0.0  0.0      0     0 ?        S<   03:03   0:00 [watchdog/0]
root         5  0.0  0.0      0     0 ?        D<   03:03   0:00 [events/0]


Top is showing high loads with the computre doing absolutely nothing:
Code:

$ top
top
top - 03:59:06 up 56 min,  3 users,  load average: 2.76, 2.36, 1.86
Tasks: 112 total,   1 running, 108 sleeping,   0 stopped,   3 zombie
Cpu(s):  0.0%us,  0.3%sy,  0.0%ni, 99.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   1546660k total,  1027700k used,   518960k free,   305080k buffers
Swap:  2056280k total,        0k used,  2056280k free,   301196k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
   11 root      15  -5     0    0    0 S  0.3  0.0   0:00.36 ata/0
    1 root      20   0  1836  592  524 S  0.0  0.0   0:00.77 init
    2 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kthreadd
    3 root      15  -5     0    0    0 S  0.0  0.0   0:00.03 ksoftirqd/0
    4 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 watchdog/0
    5 root      15  -5     0    0    0 D  0.0  0.0   0:00.01 events/0


Any idea what could cause this? Thank you in advance.


Last edited by curmudgeon on Sun Oct 11, 2009 2:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
Mike Hunt
Watchman
Watchman


Joined: 19 Jul 2009
Posts: 5287

PostPosted: Thu Oct 08, 2009 7:24 pm    Post subject: Reply with quote

Maybe iostat can help understand the unusual load average
Code:
# qfile iostat
app-admin/sysstat (/usr/bin/iostat)
Back to top
View user's profile Send private message
curmudgeon
Veteran
Veteran


Joined: 08 Aug 2003
Posts: 1741

PostPosted: Sun Oct 11, 2009 2:16 pm    Post subject: Reply with quote

The problem started after a recent xorg update, so I tried reversing it.

Added to /etc/portage/package.mask:
Code:

>media-libs/mesa-7.3-r1
>x11-apps/mesa-progs-7.3
=x11-base/xorg-x11-7.4-r1
=x11-base/xorg-server-1.6.3.901-r2
>x11-libs/libICE-1.0.4
>x11-libs/libSM-1.1.0
>x11-libs/libX11-1.1.5
>x11-libs/libXau-1.0.4
>x11-libs/libXaw-1.0.5
>x11-libs/libXext-1.0.4
>x11-libs/libXt-1.0.5
>x11-libs/libdrm-2.4.11
>x11-libs/pixman-0.14.0-r1
>x11-proto/damageproto-1.1.0
>x11-proto/glproto-1.4.9
>x11-proto/inputproto-1.5.0
>x11-proto/resourceproto-1.0.2
>x11-proto/xproto-7.0.14
>x11-proto/xextproto-7.0.4


I also explicitly disabled the xcb use flag, and then recompiled everything. That "fixed" the problem.

It seems that once again, a not ready for prime time version of xorg-server has been foisted upon us.

Any idea which one of these could be the culprit? I suppose I would have to try doing them one at a time if I want to track this down further.
Back to top
View user's profile Send private message
tryn
Guru
Guru


Joined: 21 Dec 2002
Posts: 325
Location: 39.885° N. -88.913° W.

PostPosted: Mon Oct 12, 2009 11:16 pm    Post subject: Reply with quote

Did you use these links after you updated
Code:
http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.6-upgrade-guide.xml
http://www.gentoo.org/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml
Quote:
x11-base/xorg-server-1.6.3.901-r2


You would also need to run this if it didn't take care of them while doing some other part of this
Code:
 emerge portage-utils; qlist -I -C x11-drivers/

Then emerge all listed e-builds

If not that could be what caused your problems.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum