Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: xrdb woes
Date: Fri, 02 Jun 2006 02:12:07
Message-Id: loom.20060602T035556-350@post.gmane.org
In Reply to: Re: [gentoo-user] xrdb woes by Hans-Werner Hilse
1 Hans-Werner Hilse <hilse <at> web.de> writes:
2
3 > When xrdb is _not_ installed, what exact program are you killing? So I
4 > guess it just must be installed somewhere... Try to find out its PID
5 > (via "ps") and check what /proc/≤PID>/exe points to (it's a symlink).
6
7 Here's the post to the netnews interface which did not seem to make it to
8 the list: (Gmane is dysfunctional much of the time these days so I have to
9 post via net-news)_
10
11
12 Beats the hell out of me. I have previously posted on these deals some weeks
13 ago but here it goes again:
14
15 eix xrdb
16 * app-emacs/xrdb-mode
17 Available versions: 2.31
18 Installed: none
19
20 * x11-apps/xrdb
21 Available versions: ~1.0.1 ~1.0.2
22 Installed: none
23
24 However, I can type 'xrdb' at the command line and it will spawn (some)
25 process:
26
27 ps aux | grep xrdb
28 james 18351 103 0.0 2292 416 pts/15 R+ 15:31 0:09 xrdb
29
30 >From a previous posting the details of the xrdb process generated by a
31 kdm-login-session are:
32
33 "17813 100 0.0 2272 412 ? R 19:59 1:40
34 xrdb -quiet -merge /tmp/kde-james/kcminitWQBDHB.tmp "
35
36
37
38 > Then try running the command with the just found out executable from an
39 > X terminal (maybe you would have to make a backup copy of the temp file
40 > mentioned in the command string you've posted and use that later in the
41 > terminal window) and see what happens. You'll probably want to omit the
42 > "-quiet" flag...
43
44
45 Some (process) runs just by entering 'xrdb' which is very weird.
46
47 It fact there are several accounts on this portable and they all
48 exhibit this problem upon login on the portable. ssh in remotely is
49 not a problem. But I have many other gentoo/kde systems and I have
50 never seen this problem on any of them.
51
52 in fact when I issue 'slocate xrdb' I get:
53
54 /var/cache/edb/dep/usr/portage/x11-apps/xrdb-1.0.1
55 /var/cache/edb/dep/usr/portage/x11-apps/xrdb-1.0.2
56 /var/cache/edb/dep/usr/portage/app-emacs/xrdb-mode-2.31
57 /var/cache/man/cat1/xrdb.1x.bz2
58 /usr/bin/xrdb
59 /usr/bin/xxrdb-temp
60 /usr/lib/X11/xedit/lisp/progmodes/xrdb.lsp
61 /usr/share/doc/xorg-x11-6.8.2-r7/html/xrdb.1.html
62 /usr/share/man/man1/xrdb.1x.gz
63 /usr/portage/metadata/cache/x11-apps/xrdb-1.0.1
64 /usr/portage/metadata/cache/x11-apps/xrdb-1.0.2
65 /usr/portage/metadata/cache/app-emacs/xrdb-mode-2.31
66 /usr/portage/x11-apps/xrdb
67 /usr/portage/x11-apps/xrdb/Manifest
68 /usr/portage/x11-apps/xrdb/files
69 /usr/portage/x11-apps/xrdb/files/digest-xrdb-1.0.1
70 /usr/portage/x11-apps/xrdb/files/digest-xrdb-1.0.2
71 /usr/portage/x11-apps/xrdb/xrdb-1.0.1.ebuild
72 /usr/portage/x11-apps/xrdb/xrdb-1.0.2.ebuild
73 /usr/portage/x11-apps/xrdb/ChangeLog
74 /usr/portage/x11-apps/xrdb/metadata.xml
75 /usr/portage/app-emacs/xrdb-mode
76 /usr/portage/app-emacs/xrdb-mode/Manifest
77 /usr/portage/app-emacs/xrdb-mode/files
78 /usr/portage/app-emacs/xrdb-mode/files/70xrdb-mode-gentoo.el
79 /usr/portage/app-emacs/xrdb-mode/files/digest-xrdb-mode-2.31
80 /usr/portage/app-emacs/xrdb-mode/xrdb-mode-2.31.ebuild
81 /usr/portage/app-emacs/xrdb-mode/ChangeLog
82 /usr/portage/app-emacs/xrdb-mode/metadata.xml
83 /usr/portage/licenses/xrdb
84
85
86 I can remove these file manually if necessary, but, I'd really like to know
87 where in the kdm-login-session that this command gets forked. If I ssh into
88 the portable and nobody has attempted a kdm-session-login, then the rogue
89 xrdb process is not present. Best I can figure is another package that I
90 have emerged uses/installs xrdb as a subpackage.....
91
92 ideas on to remove are most welcome?
93
94 ......................................................
95 Update since this previous posting (which did not make it to the list)
96
97 Issued:
98 mv /usr/bin/xrdb /usr/bin/xrdb-suspect
99
100 Now the problem (hung kde-login-session) is gone.
101
102
103
104 Thanks for the help.
105
106 James
107
108
109
110 --
111 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: xrdb woes Ryan Tandy <tarpman@×××××.com>