Xsession other than login


 
Thread Tools Search this Thread
Operating Systems Solaris Xsession other than login
# 1  
Old 12-06-2010
Xsession other than login

I am aware that Xsession gets started as part of the user login. But I see that the Xsession that is started at login, goes away and a new one is started at a later time. Does anyone know how this can happen? It seems that a fbconsole process also get started at the same time.
# 2  
Old 12-07-2010
The XDM or console login X session is not the only sort. The X session is really on the Xserver, which in general might not even be local. Any sort of X process can attach to it regardless of the existence of a login. For instance, without a login, you could:
Code:
ssh user@host '. ./.profile;xterm -e "an application"'

Maybe your question is more about the login process. One X app can spawn another and then terminate. The X Server defines which X using client process is part of which "X Session", which is every X client attached to that display. If the display server is not taken down between logins, then X clients of the prior login could persist on it. For the console, the text on the screen and that shell need a new home on the face of the X display, and generally that process is critical to the X Server, being the parent, so if you kill that window, you lose the whole x window desktop, and when X clients lose their connection to the X Server, they tend to exit.
This User Gave Thanks to DGPickett For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Can adding to a new group be effective in current login environment without re-login?

Hey folks, When a user is added to a new group, the user has to be log out and log in again to make the new group effective. Is there any system command or technique to refresh user group ID update without re-login? I am not talking about to use "login" or "su -l" commands which can only make... (2 Replies)
Discussion started by: hce
2 Replies

2. UNIX for Advanced & Expert Users

xsession startup scripts

Can someone please tell me how to run xsession startup scripts whenever I start or after I restart my X session? I'm not trying to do anything fancy I just want this to run. This makes life a lot easier when I use a dual monitor. xrandr --output VGA1 --mode 1024x768 --rate 60 (7 Replies)
Discussion started by: cokedude
7 Replies

3. AIX

xsession for non-root user

I am attempting to run Xsession as a non root user and it fails. If I start exceed log into the server as roots via putty ssh with X11 forwarding on I can startX run xclock, but when I su - user and export DISPLAY=client IP:0 then attempt to startx, xclock it hangs for a minute and I receive the... (1 Reply)
Discussion started by: daveisme
1 Replies

4. Solaris

Xsun and Xsession

How can an Xsession have a later Start Time than the Xsun Start Time (1 Reply)
Discussion started by: amp4cats
1 Replies

5. Solaris

error message rmclomv ... SC Login Failure for user Please login:

Hello World ~ HW : SUN Fire V240 OS : Solaris 8 Error message prompts 'rmclomv ... SC login failure ...' on terminal. and Error Message prompts continually 'SC Login Failure for user Please login:' on Single Mode(init S) The System is in normal operation, though In case of rain, Can... (1 Reply)
Discussion started by: lifegeek
1 Replies

6. AIX

Xsession and X11

I am trying to set up my Xsession to run on an AIX server calling it from the command line when I telnet to it. I can access the X-window using exceed but not from issueing the Xsession command from a simple telnet or SSH session. Is it possible to have AIX open the Xwindow when called from a... (0 Replies)
Discussion started by: daveisme
0 Replies

7. Solaris

I am unable to launch Xsession from my windows desktop to Sun Solairs

I am unable to launch Xsession from my windows desktop to Sun Solairs 10 OS, its giving xdmcp error. Please guide me what changes I need to do in Solaris. Thanks (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

8. Cybersecurity

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both, when... (1 Reply)
Discussion started by: WhotheWhat
1 Replies

9. Web Development

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both,... (2 Replies)
Discussion started by: WhotheWhat
2 Replies
Login or Register to Ask a Question