Gentoo Archives: gentoo-user-de

From: Daniel Heule <courier@×××××.ch>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] Probleme mit pstree auf konsole nach world update.
Date: Sat, 16 Jul 2005 16:29:29
Message-Id: 42D93596.8050204@ipwar.ch
1 Hallo Zusammen,
2
3 nach der Aktualisierung auf das neue Baselayout habe ich auf der Konsole
4 (vc1 - vc6)
5 das problem dass der output von pstree und nc nicht mehr korrekt
6 dargestellt wird.
7
8 z.b. pstree
9
10 initqwqacpid
11 tqcardmgr
12 tqdhcpcd
13 und so weiter ...
14
15 Irgendwas scheint an den alten einstellungen nicht mehr korrekt zu sein.
16
17 Hat mir hier irgendjemand einen Tip ?
18
19
20 Danke & Gruss
21 Daniel
22
23
24
25
26
27
28 powerstation ~ # cat /etc/rc.conf
29 # /etc/rc.conf: Global startup script configuration settings
30 # $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.30.4.1
31 2005/02/10 01:11:52 vapier Exp $
32
33 # UNICODE specifies whether you want to have UNICODE support in the
34 console.
35 # If you set to yes, please make sure to set a UNICODE aware
36 CONSOLEFONT and
37 # KEYMAP in the /etc/conf.d/consolefont and /etc/conf.d/keymaps
38 config files.
39
40 UNICODE="yes"
41
42 # Set EDITOR to your preferred editor.
43 # You may use something other than what is listed here.
44
45 EDITOR="/bin/nano"
46 #EDITOR="/usr/bin/vim"
47 #EDITOR="/usr/bin/emacs"
48
49 # What display manager do you use ? [ xdm | gdm | kdm | entrance ]
50 DISPLAYMANAGER="kdm"
51
52 # XSESSION is a new variable to control what window manager to start
53 # default with X if run with xdm, startx or xinit. The default behavior
54 # is to look in /etc/X11/Sessions/ and run the script in matching the
55 # value that XSESSION is set to. The support scripts are smart
56 enough to
57 # look in all bin directories if it cant find a match in
58 /etc/X11/Sessions/,
59 # so setting it to "enlightenment" can also work. This is basically
60 used
61 # as a way for the system admin to configure a default system wide WM,
62 # allthough it will work if the user export XSESSION in his
63 .bash_profile, etc.
64 #
65 # NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists,
66 and startx
67 # is called.
68 # 2) even if ~/.xsession exists, if XSESSION can be resolved,
69 it will
70 # be executed rather than ~/.xsession, else KDM breaks ...
71 #
72 # Defaults depending on what you install currently include:
73 #
74 # Gnome - will start gnome-session
75 # kde-<version> - will start startkde (ex: kde-3.0.2)
76 # Xsession - will start a terminal and a few other nice apps
77
78 #XSESSION="Gnome"
79 powerstation ~ # cat /etc/conf.d/consolefont
80 # /etc/conf.d/consolefont
81 # $Header:
82 /var/cvsroot/gentoo-src/rc-scripts/etc/conf.d/Attic/consolefont,v
83 1.1.2.2 2005/05/14 20:44:41 vapier Exp $
84
85 # CONSOLEFONT specifies the default font that you'd like Linux to
86 use on the
87 # console. You can find a good selection of fonts in
88 /usr/share/consolefonts;
89 # you shouldn't specify the trailing ".psf.gz", just the font name
90 below.
91 # To use the default console font, comment out the CONSOLEFONT
92 setting below.
93 # This setting is used by the /etc/init.d/consolefont script (NOTE:
94 if you do
95 # not want to use it, run "rc-update del consolefont" as root).
96
97 CONSOLEFONT="lat9w-16"
98
99 # CONSOLETRANSLATION is the charset map file to use. Leave
100 commented to use
101 # the default one. Have a look in /usr/share/consoletrans for a
102 selection of
103 # map files you can use.
104
105 CONSOLETRANSLATION="8859-15_to_uni"
106 powerstation ~ # cat /etc/conf.d/keymaps
107 # /etc/conf.d/keymaps
108 # $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/conf.d/keymaps,v
109 1.1.4.1 2005/02/19 02:13:53 vapier Exp $
110
111 # Use KEYMAP to specify the default console keymap. There is a
112 complete tree
113 # of keymaps in /usr/share/keymaps to choose from.
114
115 KEYMAP="sg-latin1"
116
117
118 # Should we first load the 'windowkeys' console keymap? Most x86
119 users will
120 # say "yes" here. Note that non-x86 users should leave it as "no".
121
122 SET_WINDOWKEYS="yes"
123
124
125 # The maps to load for extended keyboards. Most users will leave
126 this as is.
127
128 EXTENDED_KEYMAPS="euro2"
129 #EXTENDED_KEYMAPS="backspace keypad euro"
130
131
132 # Tell dumpkeys(1) to interpret character action codes to be
133 # from the specified character set.
134 # This only matters if you set UNICODE="yes" in /etc/rc.conf.
135 # For a list of valid sets, run `dumpkeys --help`
136
137 DUMPKEYS_CHARSET=""
138
139 --
140 gentoo-user-de@g.o mailing list