X browser


 
Thread Tools Search this Thread
Operating Systems Solaris X browser
# 1  
Old 05-17-2010
X browser

xbrowser getting closed automatically and ask for user id and password in solaris?
# 2  
Old 05-17-2010
What is that X browser ?
# 3  
Old 05-21-2010
check why dtlogin fails so soon?
# 4  
Old 05-21-2010
try to kill dtlogin as follows
Code:
ps -ef | grep dt | grep -v grep | awk {'print $2'} | xargs -i kill -9 {}

dtlogin will respawn again
# 5  
Old 05-22-2010
Quote:
Originally Posted by h@foorsa.biz
try to kill dtlogin as follows
Code:
ps -ef | grep dt | grep -v grep | awk {'print $2'} | xargs -i kill -9 {}

Don't do that !
You will abruptly kill all processes that happen to have dt in their name. They might be unrelated to CDE, they might be unrelated to your session. If running as root or if your login name happen to contain "dt", you will also kill all the processes belonging to these unlucky "*dt*" users.

If you want to kill dtlogin, a much simpler and secure way is running:
Code:
pkill dtlogin

# 6  
Old 05-22-2010
@jlliagre
Thanks for the correction
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Close browser

I just would like to have a javascript function ( for user logout ) which can close the browser that the user run this function , for example , if the user is using IE to click this function , then close ALL IE browser , is it possible ? if it can not be make , could the function close ALL opened... (2 Replies)
Discussion started by: ust3
2 Replies

2. UNIX and Linux Applications

Browser Help

I'm looking for a browser than can handle heavy java usage. Firefox doesn't seem to be able to handle heavy usage anymore :( . Chromium does a decent job, but its just so different from Firefox I just can't get used to it. I have been trying to get used to chromium for over 2 weeks but can't... (1 Reply)
Discussion started by: cokedude
1 Replies

3. Solaris

How to open Browser

Hi, I am connecting to the remote machine via Xmanger. How can i ope browser from the termilnal. I can open gui from my terminal. (xclock works) Just wondering how to open the browser ? (2 Replies)
Discussion started by: bang_dba
2 Replies

4. UNIX for Advanced & Expert Users

browser waiting

hi all i am opning a browser like www.example.com i would like to open this browser slowly (wait mode) how can i do this. is there any option like wait for some time that to 5sec.,10 sec. like (1 Reply)
Discussion started by: munna_dude
1 Replies

5. Programming

Redirect Browser

Hello guys, Is it possible to redirect browser to another socket address? Cheers, Elton (1 Reply)
Discussion started by: EltonSky
1 Replies

6. Linux

browser problem

Dear friends, I ma using linux os. my browser is mozilla firebird . since last one week my browser is not working. if i send mail through outlook some buttons like send , refresh are not working. and yahoo mail also not logging on. please help (2 Replies)
Discussion started by: rajan_ka1
2 Replies

7. UNIX for Dummies Questions & Answers

Browser in Solaris 2.6

Hello, I need install a new browser in the version of Solaris 2.6 and not possible upgrade of Solaris in this machine, in the system have Netscape 4.0, but i need install the new version or new browser. What is recommended and the link for download? Thanks. (1 Reply)
Discussion started by: markos
1 Replies

8. UNIX for Dummies Questions & Answers

Want a better browser...

:D Howdy The IT admin where I work is limited in knowing what's available, so we're stuck with Netscape Navigator v4.72, as our only GUI browser. :confused: Is there a user friendly unix browser, that the average non-unix savey engineer can use? OS is AIX 4.3 (on the BASH shell). Hardware... (4 Replies)
Discussion started by: Tatum
4 Replies

9. UNIX for Dummies Questions & Answers

Browser

I recently install solaris8. on my computer, unfortunately I'm running AOL 7. Is't possible to run this on solaris?. If yes, your help is welcome. :( (3 Replies)
Discussion started by: MEdwards42
3 Replies
Login or Register to Ask a Question