Anzeige:
Ergebnis 1 bis 6 von 6

Thema: Automatisches Anmelden eines Benutzers klappt nicht opensuse 11.2

  1. #1
    Registrierter Benutzer
    Registriert seit
    Nov 2009
    Beiträge
    108

    Automatisches Anmelden eines Benutzers klappt nicht opensuse 11.2

    Hallo,

    ich habe Opensuse 11.2 installiert und mehrere Benutzer erstellt. In yast habe ich per Klick eingestellt, daß einer der Benutzer ohne PW-Abfrage automatisch angemeldet werden soll, wenn das System hochfährt.


    Das klappt aber nur sporadisch - also in einem von sechs Fällen ( Bootvorgängen).

    Ist das Problem bekannt und für DAU-Anwender wie mich lösbar?

    Ein weiterer Teilaspekt ist, daß Knetworkmanager in dem Benutzer-Account nicht automatisch startet. Kann man da nicht irgendwas anklicken (was dann auch klappt)?


    Danke

  2. #2
    hherr
    Gast
    Hallo,
    zum zweiten Teilaspekt: Über Systemeinstellungen - Erweitert - Autostart Programm hinzufügen lässt sich der Netzwerkmanager beim Starten laden.

    Gruß,

    hherr

  3. #3
    lOtz
    Gast
    Was steht in der /etc/sysconfig/displaymanager?

  4. #4
    Registrierter Benutzer
    Registriert seit
    Nov 2009
    Beiträge
    108
    @hherr

    Danke, hat geklappt > Für andere DAU's wie mich: der Pfad zum Programm lautete: usr/bin/


    @IOtz

    in /etc/sysconfig/displaymanager steht folgendes:

    Code:
    ## Path:	Desktop/Display manager
    ## Description:	settings to generate a proper displaymanager config
    
    ## Type:	string(kdm,kdm3,kdm4,xdm,gdm,wdm,console)
    ## Default:	""
    #
    # Here you can set the default Display manager (kdm/xdm/gdm/wdm/console).
    # all changes in this file require a restart of the displaymanager
    #
    DISPLAYMANAGER="kdm4"
    
    ## Type:	yesno
    ## Default:	no
    #
    # Allow remote access (XDMCP) to your display manager (xdm/kdm/gdm). Please note
    # that a modified kdm or xdm configuration, e.g. by KDE control center
    # will not be changed. For gdm, values will be updated after change.
    # XDMCP service should run only on trusted networks and you have to disable
    # firewall for interfaces, where you want to provide this service.
    #
    DISPLAYMANAGER_REMOTE_ACCESS="no"
    
    ## Type:	yesno
    ## Default:	no
    #
    # Allow remote access of the user root to your display manager. Note
    # that root can never login if DISPLAYMANAGER_SHUTDOWN is "auto" and
    # System/Security/Permissions/PERMISSION_SECURITY is "paranoid"
    #
    DISPLAYMANAGER_ROOT_LOGIN_REMOTE="no"
    
    ## Type:	yesno
    ## Default:	yes
    #
    # Let the displaymanager start a local Xserver.
    # Set to "no" for remote-access only.
    # Set to "no" on architectures without any Xserver (e.g. s390/s390x).
    #
    DISPLAYMANAGER_STARTS_XSERVER="yes"
    
    ## Type:        yesno
    ## Default:     no
    #
    # TCP port 6000 of Xserver. When set to "no" (default) Xserver is
    # started with "-nolisten tcp". Only set this to "yes" if you really
    # need to. Remote X service should run only on trusted networks and
    # you have to disable firewall for interfaces, where you want to
    # provide this service. Use ssh X11 port forwarding whenever possible.
    #
    DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="no"
    
    ## Type:    string
    ## Default:
    #
    # Define the user whom should get logged in without request. If string
    # is empty, display standard login dialog.
    #
    DISPLAYMANAGER_AUTOLOGIN="benutzer"
    
    ## Type:        yesno
    ## Default:     no
    #
    # Allow all users to login without password, but ask for the user, if
    # DISPLAYMANAGER_AUTOLOGIN is empty.
    #
    DISPLAYMANAGER_PASSWORD_LESS_LOGIN="yes"
    
    ## Type:        yesno
    ## Default:     no
    #
    # Display a combobox for Active Directory domains.
    #
    DISPLAYMANAGER_AD_INTEGRATION="no"
    
    ## Type:    list(root,all,none,auto)
    ## Default: auto
    #
    # Determine who will be able to shutdown or reboot the system in kdm
    # and gdm. Valid values are: "root" (only root can shutdown), "all"
    # (everybody can shutdown), "none" (nobody can shutdown from
    # displaymanager), "auto" (follow
    # System/Security/Permissions/PERMISSION_SECURITY to decide: "easy
    # local" is equal to "all", everything else is equal to "root"). Note
    # that remote user can never shutdown in GDM.
    #
    DISPLAYMANAGER_SHUTDOWN="auto"
    
    ## Type:        string
    ## Default:     ""
    #
    # Mode to configure on output devices by default
    # (RANDR 1.2 compatible drivers only).
    #
    # If set to "auto", DISPLAYMANAGER_RANDR_MODE_auto is used on laptops, and
    # the empty string on workstations.
    #
    # The output is not explicitly enabled (read: disabled) if set to an empty
    # string.
    # If the variable contains a fully configured modeline (see default of
    # DISPLAYMANAGER_RANDR_MODE_auto), the mode is defined and set.
    # If the variable contains a mode name only, the mode has to be defined
    # already.
    #
    # If a monitor is attached during Xstartup, or when invoking "xrandr --auto"
    # during runtime, the output is correctly configured and a mode is
    # automatically selected if none has been used so far.
    #
    # Variables are checked according to their extension for
    #    VGA DVI_I DVI_D DVI_A Composite S_Video Component LFP Proprietary
    #
    DISPLAYMANAGER_RANDR_MODE_VGA=""
    #DISPLAYMANAGER_RANDR_MODE_DVI_I=""
    #DISPLAYMANAGER_RANDR_MODE_DVI_D=""
    #DISPLAYMANAGER_RANDR_MODE_DVI_A=""
    #DISPLAYMANAGER_RANDR_MODE_Compsite=""
    #DISPLAYMANAGER_RANDR_MODE_S_Video=""
    #DISPLAYMANAGER_RANDR_MODE_Component=""
    #DISPLAYMANAGER_RANDR_MODE_LFP=""
    #DISPLAYMANAGER_RANDR_MODE_Proprietary=""
    
    ## Type:        string
    ## Default:     "1024x768_60 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync"
    #
    # Mode to use for laptops for DISPLAYMANAGER_RANDR_MODE_* on laptops only,
    # when the according variable is set to "auto".
    # (RANDR 1.2 compatible drivers only).
    #
    DISPLAYMANAGER_RANDR_MODE_auto="1024x768_60 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync"
    ## Type:        string(Xorg)
    ## Path:        Desktop/Display manager
    ## Default:     "Xorg"
    #
    DISPLAYMANAGER_XSERVER="Xorg"
    ## Path:	Desktop/Display manager
    ## Description: settings to generate a proper displaymanager config
    ## Config:      kdm3
    
    ## Type:    string
    ## Default: 
    #
    # space separated list of users for which icons should be shown in KDM
    # if empty, then take system defaults
    #
    KDM_USERS=""
    
    ## Type:    string
    ## Default: 
    #
    # Special greeting words in kdm
    #
    KDM_GREETSTRING=""
    
    ## Type:        string
    ## Default: 
    #
    # Defines extra Server Arguments given to the kdm display manager when
    # starting a local display. Useful to override e.g. the -dpi setting.
    # 
    DISPLAYMANAGER_KDM_LOCALARGS=""
    
    ## Type:        string
    ## Default:     SUSE
    #
    # Define the theme to be used by kdm. If empty, the traditional login
    # window is used (which lacks some features)
    # 
    DISPLAYMANAGER_KDM_THEME="SUSE"
    Wenn ich mir dessen sicher wäre, würde ich noch hinzufügen, daß es beim Neustart ohne PW-Eingabe klappt - nicht jedoch, wenn der Rechner aus war (?)
    Geändert von Hein_Blöd (02.12.09 um 19:40 Uhr)

  5. #5
    lOtz
    Gast
    Und der automatisch anzumeldende User heißt auch "benutzer" ?

  6. #6
    Registrierter Benutzer
    Registriert seit
    Nov 2009
    Beiträge
    108
    yepp -etwas phantasielos aber zutreffend

Ähnliche Themen

  1. Erfahrung mit openSUSE 11.2
    Von stefan74 im Forum System installieren und konfigurieren
    Antworten: 93
    Letzter Beitrag: 04.01.10, 21:42
  2. KDE Problem
    Von froZen eXe im Forum Anwendungen Allgemein, Software
    Antworten: 45
    Letzter Beitrag: 11.04.09, 12:30
  3. Ralink
    Von brokenspine187 im Forum Router und Netzaufbau
    Antworten: 22
    Letzter Beitrag: 26.03.08, 15:29
  4. Automatisches Anmelden mit knetworkmanager unter openSUSE 10.2
    Von Tomek im Forum Mobiles Linux, Notebook, PDA
    Antworten: 11
    Letzter Beitrag: 28.02.07, 05:43
  5. Debian: apt-get und zurückgehaltene Programme
    Von Susu im Forum System installieren und konfigurieren
    Antworten: 46
    Letzter Beitrag: 04.03.03, 08:35

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •