Walter, Here are the outputs: 1. ps -ef | grep dm root 4779 1 0 19:52 ? 00:00:00 /usr/bin/gdm-binary -nodaemon root 4859 1 0 19:52 ? 00:00:03 /usr/X11R6/bin/X :0 -auth /var/g dm/:0.Xauth -nolisten tcp vt7 root 4864 4779 0 19:52 ? 00:00:00 /usr/bin/gdm-binary -nodaemon root 4867 4864 0 19:52 ? 00:00:00 /usr/libexec/gdmopen -l /bin/sh -c /usr/bin/dialog --yesno '??згледа да ??е ??к?? ??е??ве?? ве?? пок??ен???? на ек??ан?? :0. ??а ли да п??обам д????ги б??о?? ек??ана? ??ко одгово??и??е не, пок ????а???? да п? (stuff in my native language, the console question I mentioned earlier; translation: 'It looks like that X has been already up on screen :0. Should I try the other screen number? If no, should I try running on the same screen again?) root 6245 5279 0 20:07 pts/1 00:00:00 grep dm 2. netstat -ap | grep xdmcp returns nothing. I have attached gdm.conf. Note that gdm fails also when I run "gdm" manually while in runlevel 3. -- У ned, 05. 02. 2006. у 23:10 +0530, curtorkar@xxxxxxxxxxxxx написа: > I guess the problem here is the X server cannot make contact with the display > manager. Your X starts up fine after you are logged in to runleve 3 because you > authentication is already done. > can you check if your display manager is running > > ps -ef | grep dm > or > netstat -ap | grep xdmcp > > > Also check out the section > /etc/X11/gdm/gdm.conf for XDMCP setting. > > --Walter > > > Quoting Igor Nestoroviæ <jung@xxxxxxxxxxxxxxxxx>: > > > Hello all, > > > > I started experiencing problems during the boot procedure on my Shrike. > > > > At the moment when GDM starts, the NVIDIA driver loads successfully (its > > splash screen shows) and then I get blank (black) screen with a mouse > > cursor "X". > > > > Sometimes I get a console message stating that the "X" server has been > > already up on screen "0" (tty7), giving me the option to press "OK" to > > try to start "X" server on screen "1" (tty8), or "CANCEL" to reload on > > the current screen "0". Whatever I choose, it ends up with "X" freezing, > > sometimes a driver for a graphic card loads in loop. > > > > When I boot in init 3 and consequently order "startx" GNOME loads > > without problems. Also KDM is working fine, so I guess that > > XFree86.config and NVIDIA display driver are OK. > > > > I haven't been able to find any useful info in logs (/var/log/messages, > > XFree86 or gdm.log). > > > > Any help on this subject will be greatly appreciated. > > > > Thank you. > > -- > > Mankind's yearning to engage in sports is older than recorded history, > > dating back to the time millions of years ago, when the first primitive > > man picked up a crude club and a round rock, tossed the rock into the > > air, and whomped the club into the sloping forehead of the first > > primitive umpire. What inner force drove this first athlete? Your guess > > is as good as mine. Better, probably, because you haven't had four > > beers. -- Dave Barry, "Sports is a Drag" > > > > > > > ---------------------------------------------------------------- > This message was sent using NWebmail, BSNL's Webmail Program > Mail server hit by UniSpammer.
# GDM Configuration file. You can use gdmsetup program to graphically # edit this, or you can optionally just edit this file by hand. Note that # gdmsetup does not tweak every option here, just the ones most users # would care about. Rest is for special setups and distro specific # tweaks. If you edit this file, you should send the HUP or USR1 signal to # the daemon so that it restarts: (Assuming you have not changed PidFile) # kill -USR1 `cat /var/run/gdm.pid` # (HUP will make gdm restart immediately while USR1 will make gdm not kill # existing sessions and will only restart gdm after all users log out) # # You can also use the gdm-restart and gdm-safe-restart scripts which just # do the above for you. # # Have fun! - George [daemon] # Automatic login, if true the first local screen will automatically logged # in as user as set with AutomaticLogin key. AutomaticLoginEnable=false AutomaticLogin= # Timed login, useful for kiosks. Log in a certain user after a certain # amount of time TimedLoginEnable=false TimedLogin= TimedLoginDelay=30 # A comma separated list of users that will be logged in without having # to authenticate on local screens (not over xdmcp). Note that 'root' # is ignored and will always have to authenticate. LocalNoPasswordUsers= # If you are having trouble with using a single server for a long time and # want gdm to kill/restart the server, turn this on # Note: I've made this default to true now because there seem to be some # issues ranging from some things not being reset in the X server to # pam issues with the slave. It is likely that this feature may be removed # in the future and we're always going to do server restarts. AlwaysRestartServer=true # The gdm configuration program that is run from the login screen, you should # probably leave this alone Configurator=/usr/sbin/gdmsetup --disable-sound --disable-crash-dialog GnomeDefaultSession=/usr/share/gnome/default.session # The chooser program. Must output the chosen host on stdout, probably you # should leave this alone Chooser=/usr/bin/gdmchooser # Default path to set. The profile scripts will likely override this DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin # Default path for root. The profile scripts will likely override this RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin DisplayInitDir=/etc/X11/gdm/Init # Greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to # get the new graphical greeter. Greeter=/usr/bin/gdmgreeter #Uncomment this for the regular greeter #Greeter=/usr/bin/gdmlogin --disable-sound --disable-crash-dialog # Greeter for xdmcp logins, usually you want a less graphically intensive # greeter here so it's better to leave this with gdmlogin RemoteGreeter=/usr/bin/gdmlogin # User and group that gdm should run as. Probably should be gdm and gdm and # you should create these user and group. Anyone found running this as # someone too privilaged will get a kick in the ass. This should have # access to only the gdm directories and files. User=gdm Group=gdm # To try to kill all clients started at greeter time or in the Init script. # doesn't always work, only if those clients have a window of their own KillInitClients=true LogDir=/var/log/gdm # You should probably never change this value unless you have a weird setup PidFile=/var/run/gdm.pid PostSessionScriptDir=/etc/X11/gdm/PostSession/ PreSessionScriptDir=/etc/X11/gdm/PreSession/ # Distributions: If you have some script that runs an X server in say # VGA mode, allowing a login, could you please send it to me? FailsafeXServer= # if X keeps crashing on us we run this script. The default one does a bunch # of cool stuff to figure out what to tell the user and such and can # run an X configuration program. XKeepsCrashing=/etc/X11/gdm/XKeepsCrashing # Reboot, Halt and suspend commands, you can add different commands # separated by a semicolon and gdm will use the first one it can find RebootCommand=/sbin/shutdown -r now;/usr/sbin/shutdown -r now HaltCommand=/usr/bin/poweroff;/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now SuspendCommand= # Probably should not touch the below this is the standard setup ServAuthDir=/var/gdm SessionDir=/etc/X11/gdm/Sessions/ # Better leave this blank and HOME will be used. You can use syntax ~/ below # to indicate home directory of the user UserAuthDir= # Fallback if home directory not writable UserAuthFBDir=/tmp UserAuthFile=.Xauthority # The X server to use if we can't figure out what else to run. StandardXServer=/usr/X11R6/bin/X # The maximum number of flexible X servers to run. FlexibleXServers=5 # the X nest command Xnest=/usr/X11R6/bin/Xnest -name Xnest # Automatic VT allocation. Right now only works on Linux. This way # we force X to use specific vts. turn VTAllocation to false if this # is causing problems. FirstVT=7 VTAllocation=true [security] # If any distributions ship with this one off, they should be shot # this is only local, so it's only for say kiosk use, when you # want to minimize possibility of breakin AllowRoot=true # If you want to be paranoid, turn this one off AllowRemoteRoot=true # This will allow remote timed login AllowRemoteAutoLogin=false # 0 is the most anal, 1 allows group write permissions, 2 allows all write permissions RelaxPermissions=0 RetryDelay=1 # Maximum size of a file we wish to read. This makes it hard for a user to DoS us # by using a large file. UserMaxFile=65536 # Maximum size of the session file. This is larger because it matters less as we # never keep it all in memory. Just has an upper limit so that we don't go into too # long of a loop SessionMaxFile=524388 # XDMCP is the protocol that allows remote login. If you want to log into # gdm remotely (I'd never turn this on on open network, use ssh for such # remote usage that). You can then run X with -query <thishost> to log in, # or -indirect <thishost> to run a chooser. Look for the 'Terminal' server # type at the bottom of this config file. [xdmcp] # Distributions: Ship with this off. It is never a safe thing to leave # out on the net. Alternatively you can set up /etc/hosts.allow and # /etc/hosts.deny to only allow say local access. Enable=false # Honour indirect queries, we run a chooser for these, and then redirect # the user to the chosen host. Otherwise we just log the user in locally. HonorIndirect=true # Maximum pending requests MaxPending=4 MaxPendingIndirect=4 # Maximum open XDMCP sessions at any point in time MaxSessions=16 # Maximum wait times MaxWait=15 MaxWaitIndirect=15 # How many times can a person log in from a single host. Usually better to # keep at 1 to fend off DoS attacks by running many logins from a single # host DisplaysPerHost=1 # The port. 177 is the standard port so better keep it that way Port=177 # Willing script, none is shipped and by default we'll send # hostname system id. But if you supply something here, the # output of this script will be sent as status of this host so that # the chooser can display it. You could for example send load, # or mail details for some user, or some such. Willing=/etc/X11/gdm/Xwilling [gui] # The 'theme'. By default we're using the default gtk theme # Of course assuming that gtk got installed in the same prefix, # if not change this. GtkRC=/usr/share/themes/Bluecurve/gtk-2.0/gtkrc # Maximum size of an icon, larger icons are scaled down MaxIconWidth=128 MaxIconHeight=128 [greeter] # Greeter has a nice title bar that the user can move TitleBar=false # Configuration is available from the system menu of the greeter ConfigAvailable=false # Face browser is enabled. This only works currently for the # standard greeter as it is not yet enabled in the graphical greeter. Browser=false # The default picture in the browser DefaultFace=/usr/share/pixmaps/nobody.png # These are things excluded from the face browser, not from logging in Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm # As an alternative to the above this is the minimum uid to show MinimalUID=500 # If user or user.png exists in this dir it will be used as his picture GlobalFaceDir=/usr/share/faces/ # Icon we use Icon=/usr/share/pixmaps/gdm.png # File which contains the locale we show to the user. Likely you want to use # the one shipped with gdm and edit it. It is not a standard locale.alias file, # although gdm will be able to read a standard locale.alias file as well. LocaleFile=/etc/X11/gdm/locale.alias # Logo shown in the standard greeter ## Logo=/usr/share/pixmaps/gdm-foot-logo.png Logo= ## nice RH logo for the above line: /usr/share/pixmaps/redhat/shadowman-200.png # The standard greeter should shake if a user entered the wrong username or # password. Kind of cool looking Quiver=true # The system menu is shown in the greeter SystemMenu=true # Note to distributors, if you wish to have a different Welcome string # and wish to have this translated you can have entries such as # Welcome[cs]=Vitejte na %n # Just make sure the string is in utf-8 Welcome=Welcome to %n # Don't allow user to move the standard greeter window. Only makes sense # if TitleBar is on LockPosition=true # Set a position rather then just centering the window. If you enter # negative values for the position it is taken as an offset from the # right or bottom edge. SetPosition=false PositionX=0 PositionY=0 # Xinerama screen we use to display the greeter on. Not for true # multihead, currently only works for Xinerama. XineramaScreen=0 # Background settings for the standard greeter: # Type can be 0=None, 1=Image, 2=Color BackgroundType=0 BackgroundImage= BackgroundScaleToFit=true BackgroundColor=#27408b # XDMCP session should only get a color, this is the sanest setting since # you don't want to take up too much bandwidth BackgroundRemoteOnlyColor=true # Program to run to draw the background in the standard greeter. Perhaps # something like an xscreensaver hack or some such. BackgroundProgram= ## red hat logo program ## BackgroundProgram=/usr/bin/xsri --redhat-login --run # if this is true then the background program is run always, otherwise # it is only run when the BackgroundType is 0 (None) RunBackgroundProgramAlways=false # Show the chooser (you can choose a specific saved gnome session) session ShowGnomeChooserSession=false # Show the Failsafe sessions. These are much MUCH nicer (focus for xterm for # example) and more failsafe then those supplied by scripts so distros should # use this rather then just running an xterm from a script. ShowGnomeFailsafeSession=false ShowXtermFailsafeSession=false # Always use 24 hour clock no matter what the locale. Use24Clock=true # Use circles in the password field. Looks kind of cool actually UseCirclesInEntry=false # These two keys are for the new greeter. Circles is the standard # shipped theme GraphicalTheme=industrial GraphicalThemeDir=/usr/share/gdm/themes/ # The chooser is what's displayed when a user wants an indirect XDMCP # session [chooser] # Default image for hosts DefaultHostImg=/usr/share/pixmaps/nohost.png # Directory with host images, they are named by the hosts: host or host.png HostImageDir=/usr/share/hosts/ # Time we scan for hosts (well only the time we tell the user we are # scanning actually) ScanTime=3 # A comma separated lists of hosts to automatically add (if they answer to # a query of course). You can use this to reach hosts that broadcast cannot # reach. Hosts= # Broadcast a query to get all hosts on the current network that answer Broadcast=true [debug] # This will enable debugging into the syslog, usually not neccessary # and it creates a LOT of spew of random stuff to the syslog. However it # can be useful in determining when something is going very wrong. Enable=false [servers] # These are the standard servers. You can add as many you want here # and they will always be started. Each line must start with a unique # number and that will be the display number of that server. Usually just # the 0 server is used. 0=Standard #1=Standard # Note the VTAllocation and FirstVT keys on linux. Don't add any vt<number> # arguments if VTAllocation is on, and set FirstVT to be the first vt # available that your gettys don't grab (gettys are usually dumb and grab # even a vt that has already been taken). Using 7 will work pretty much for # all linux distributions. VTAllocation is not currently implemented on # anything but linux since I don't own any non-linux systems. Feel free to # send patches. X servers will just not get any extra arguments then. # #Note: If you want to run an X terminal you could add an X server such as this #0=Terminal -query serverhostname # or for a chooser (optionally serverhostname could be localhost) #0=Terminal -indirect serverhostname # Definition of the standard X server. [server-Standard] name=Standard server command=/usr/X11R6/bin/X flexible=true # To use this server type you should add -query host or -indirect host # to the command line [server-Terminal] name=Terminal server # Add -terminate to make things behave more nicely command=/usr/X11R6/bin/X -terminate # Make this not appear in the flexible servers (we need extra params # anyway, and terminate would be bad for xdmcp) flexible=false # Not local, we do not handle the logins for this X server handled=false
Attachment:
signature.asc
Description: =?iso-8859-5?Q?=BE=D2=DE?= =?iso-8859-5?Q?_=F8=D5?= =?iso-8859-5?Q?_=D4=D5=DE?= =?iso-8859-5?Q?_=DF=DE=E0=E3=DA=D5?= =?iso-8859-5?Q?_=E1=D0?= =?iso-8859-5?Q?_=D4=D8=D3=D8=E2=D0=DB=DD=D8=DC?= =?iso-8859-5?Q?_=DF=DE=E2=DF=D8=E1=DE=DC?=
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list