Sponsored Content
Top Forums Shell Programming and Scripting Unable to login into GUI mode. Post 302636985 by busyboy on Tuesday 8th of May 2012 07:53:15 AM
Old 05-08-2012
in most cases this has been with the Mouse Device or if the dtlogin is not enable.

What you get from svcs -a
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to get back my linux gui mode?

Dear All, Someone please help me.. I can't afford to lose the luster from my precious RedHat Linux 7.3 install (which I was able to accomplish painstaking efforts!).. Here is my problem... I don't know why this is happening... but whenever I'm booting into my RHL 7.3 partition on my... (2 Replies)
Discussion started by: Vishnu
2 Replies

2. AIX

Startup AIX in GUI or text mode

Can I know is there anyone know how to statup AIX in GUI and text mode? Thank You..... (2 Replies)
Discussion started by: dwarf007
2 Replies

3. Solaris

Unix autostart in GUI mode

hi, i'm a newbie in UNIX. i have a disk crash and re-install the unix. But the new installation does not boot the server automatically. Then i set the auto-boot to true, and it's ok. But now the system is booting in text mode. Before this, when i type boot, the system is booting in GUI mode.... (2 Replies)
Discussion started by: lwll
2 Replies

4. Solaris

How to switch from GUI to text mode?

Hi all I have installed solaris 5.10 and it is loading in GUI mode by default. I want to load in text mode by default. How to do this? How to switch from GUI to text mode and vise versa.? Please help.. (2 Replies)
Discussion started by: johnl
2 Replies

5. Solaris

Solaris in GUI mode

Hi we work on solaris machines and access them in Command line mode using telnet services. Can they be accessed in GUI mode. If yes please advice as I have came to know that Solaris 9.0 supports GUI mode also. (1 Reply)
Discussion started by: sukhvinder_Tm
1 Replies

6. Hardware

How to go to GUI from text mode?

Dear All, i am trying to install the redhat linux using graphical mode...but it stucks while probing video card...i have installed linux using text mode it works fine and whole the installation goes fine. after installation if i give startx command it again stucks....looks like a vga card... (9 Replies)
Discussion started by: zaheer.gr8
9 Replies

7. Solaris

how to enable GUI mode in solaris

I just installed Solaris 10 in my pc with dafault installtion. When I tried login to it first time , it took me directly to console mode When issuing the command svcs it didn't returned any fmri related to gui. find the attached snapshot for the list of fmri. Installing the fmri ... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

8. Solaris

Solaris machine is at # prompt not able to login in GUI mode

Solaris machine is at # prompt not able to login in GUI mode : I want to login solaris server in GUI mode from # prompt. ---------- Post updated 12-30-11 at 11:36 AM ---------- Previous update was 12-29-11 at 02:23 PM ---------- Hi, Please send me some guidelines regarding this.... as... (2 Replies)
Discussion started by: sunray
2 Replies

9. Solaris

Unable to login to solaris9 server using SSH mode

Unable to login to solaris9 server using SSH mode for root as well as genreal logins. Please find the configuration file . oss@HYDOHS02:ssh> cat sshd_config # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "@(#)sshd_config ... (6 Replies)
Discussion started by: hydoss1
6 Replies

10. Solaris

Unable to login via console mode to non-global zone

tldr; We've installed a non-global-zone from a unified archive which once booted, we're unable to gain access to the system either through zlogin or zlogin -C. Errors; svc.startd: instance svc:/system/console-login:default exited with status 127 Investigation; 1) Already opened a SR with... (1 Reply)
Discussion started by: samthewildone
1 Replies
pam_smartcard(5)					Standards, Environments, and Macros					  pam_smartcard(5)

NAME
pam_smartcard - PAM authentication module for Smart Card SYNOPSIS
/usr/lib/security/pam_smartcard.so DESCRIPTION
The Smart Card service module for PAM, /usr/lib/security/pam_smartcard.so, provides functionality to obtain a user's information (such as user name and password) for a smart card. The pam_smartcard.so module is a shared object that can be dynamically loaded to provide the nec- essary functionality upon demand. Its path is specified in the PAM configuration file pam.conf. See pam.conf(4). Smart Card Authentication Module The Smart Card authentication component provides the pam_sm_authenticate(3PAM) function to verify the identity of a smart card user. The pam_sm_authenticate() function collects as user input the PIN number. It passes this data back to its underlying layer, OCF, to perform PIN verification. If verification is successful, the module returns PAM_SUCCESS, and passes the username and password from the smart card to PAM modules stacked below.pam_smartcard. The following options can be passed to the Smart Card service module: debug syslog(3C) debugging information at LOG_DEBUG level. nowarn Turn off warning messages. verbose Turn on verbose authentication failure reporting to the user. Smart Card Module Configuration The PAM smart card module (pam_smartcard) can be configured in the PAM configuration file (/etc/pam.conf). For example, the following con- figuration on on the desktop (Common Desktop Environment) forces a user to use a smart card for logging in. The following are typical values set by 'smartcard -c enable', if the command is applied to the default configuration. dtlogin auth requisite pam_smartcard.so.1 dtlogin auth required pam_authtok_get.so.1 dtlogin auth required pam_dhkeys.so.1 dtsession auth requisite pam_smartcard.so.1 dtsession auth required pam_authtok_get.so.1 dtsession auth required pam_dhkeys.so.1 SEE ALSO
smartcard(1M), libpam(3LIB), pam(3PAM), pam_authenticate(3PAM), pam_start(3PAM), pam.conf(4), pam_authtok_check(5), pam_authtok_get(5), pam_authtok_store(5), pam_dhkeys(5), pam_passwd_auth(5), pam_unix_account(5), pam_unix_auth(5), pam_unix_session(5) NOTES
The pam_unix(5) module is no longer supported. Similar functionality is provided by pam_authtok_check(5), pam_authtok_get(5), pam_auth- tok_store(5), pam_dhkeys(5), pam_passwd_auth(5), pam_unix_account(5), pam_unix_auth(5), and pam_unix_session(5). SunOS 5.10 24 Oct 2002 pam_smartcard(5)
All times are GMT -4. The time now is 08:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy