Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

21.10.2011, 20:46

Xorg startet nicht

Hallo,

ich habe hier ein frisches Gentoo-System auf dem ich X zum laufen bringen möchte. Der Stand bisher: xorg-server ist ge-merged, aber startx funktioniert nicht. Der Fehler lautet:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# startx
xauth: file /root/.serverauth.12006 does not exist


Backtrace:

waiting for X server to begin accepting connections .
. .
. .
. .
. .
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error


Unter /var/log ist seltsamerweise kein X11 log zu finden ?(
Dasselbe passiert übrigens wenn ich als user angemeldet bin. Was mache ich falsch?

2

21.10.2011, 22:36

Nutze am besten das gute The X Server Configuration HOWTO
;)
Wenn dann noch fragen offen sind frage noch mal nach.

Viel Erfolg

3

21.10.2011, 23:15

Habe ich genutzt. Hilft mir an dieser aber Stelle nicht weiter :(

Mir fällt gerade noch ein, dass ich am Ende der Installation schonmal ein Login-Problem hatte (mit pam und shadow), weiß aber nicht, ob es damit zusammenhängen könnte.

4

22.10.2011, 02:37

Hallo :)

Hast Du denn schon einen Desktop Environment installiert? bzw, Login-Manager? kdm gdm oderso? Also aus meiner Installation vor kurzer Zeit weiß ich noch, das man, um den X-Server zu testen, WENN WEDER Desktop-Environment (kde;gnome;xfce usw.), NOCH grafische Login-Manager installiert sind, sollte man zur Überprüfung: twm und xterm installieren:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Ausschnitt aus dem Englischen X-Org How-To: (Site im Internet: http://www.gentoo.org/doc/en/xorg-config.xml)

Code Listing 3.1: Starting X
$ startx



If you haven't yet installed a window manager, all you'll see is a black screen.
Since this can also be a sign that something's wrong, you may want to emerge
twm and xterm only to test X.


Once those two programs are installed, run startx again. A few
xterm windows should appear, making it easier to verify that X is working
correctly. Once you're satisfied with the results, run emerge --unmerge twm
xterm as root to get rid of the testing packages. You won't need them once
you've setup a proper desktop environment.


Ansonsten kann der X-Server nichts darstellen oder starten.

Noch eine Anmerkung: In den How-To's ist die Rede von hal und hald. Solltest Du Dich für KDE oder XFCE interessieren (bei gnome bin ich mir unsicher) benötigst Du keinen hal/hald(aemon) Das macht udev consolekit & policykit mittlerweile. Laß Dich dadurch nicht beirren.

und nocheine: ;)

Startest Du den X-Server etwa als root ;) ? Starte ihn besser als user ;) root und X-Server = :/

Gruß
mnt_gentoo
Gruß
mnt_gentoo
_________________________________________________________________________________________

Die Launen und das Schicksal eines Gentoo-Users: ?( :| :cursing: :wacko: 8| ^^ 8o ;( :P ?( ...

5

22.10.2011, 13:21

Zitat

Unter /var/log ist seltsamerweise kein X11 log zu finden

Wie das?

Quellcode

1
2
# ls -l /var/log/Xorg.0.log
-rw-r--r-- 1 root dyle 29049 Oct 22 12:16 /var/log/Xorg.0.log

Kannst du mal emerge --info posten ... und falls du eine /etc/X11/xorg.conf hast die auch?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

6

22.10.2011, 16:14

Ich habe Openbox installiert und zur Sicherheit noch twm/xterm. Alles ist nach dem englischen HowTo aufgesetzt, d.h. ohne HAL.
Zur Not werde ich X nochmal neu mergen aber das wollte ich zunächst vermeiden, weil es auf der altersschwachen Kiste doch relativ lange dauert.

Hier noch die Ausgabe von "emerge --info". Die einzigen USE-Flags, die ich entfernt habe, sind "-kde -qt4 -java" weil die doch zu heavy sind.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# emerge --info

Portage 2.1.10.11 (default/linux/x86/10.0/desktop, gcc-4.5.3, glibc-2.12.2-r0, 2.6.39-gentoo-r3 i686)
=================================================================
System uname: Linux-2.6.39-gentoo-r3-i686-Intel-R-_Pentium-R-_M_processor_1500MHz-with-gentoo-2.0.3
Timestamp of tree: Thu, 20 Oct 2011 08:45:01 +0000
app-shells/bash:      4.1_p9
dev-lang/python:      2.7.1-r1, 3.1.3-r1
dev-util/cmake:       2.8.4-r1
dev-util/pkgconfig:   0.26
sys-apps/baselayout:  2.0.3
sys-apps/openrc:      0.8.3-r1
sys-apps/sandbox:     2.4
sys-devel/autoconf:   2.68
sys-devel/automake:   1.9.6-r3, 1.11.1
sys-devel/binutils:   2.20.1-r1
sys-devel/gcc:        4.5.3-r1
sys-devel/gcc-config: 1.4.1-r1
sys-devel/libtool:    2.4-r1
sys-devel/make:       3.82-r1
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:       2.12.2
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gdu gif gpm gtk iconv ipv6 jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf png policykit ppds pppd qt3support readline sdl session spell sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb vorbis x264 x86 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

7

22.10.2011, 16:31

Hmm, wie schaut denn die Ausgabe aus wenn du dein Openbox als User zu starten versuchst?
Versuche es mal mit

Quellcode

1
$ XSESSION="openbox" startx


BTW
hal wird in dem oben genannten Howto gar nicht mehr erwähnt ;)
(Ist mitlerweile auch schon gar nicht mehr im portage verfügbar)