1847647 Members
3342 Online
110265 Solutions
New Discussion

start dtlogin

 
SOLVED
Go to solution
someone_4
Honored Contributor

start dtlogin

Hey everyone..
I have been trying to connect to my server that I have glance on. Though the CDE interface using reflextion X. But it wont let me .. I can see other servers and connect but not that one. UGG.. well I found that I dont have dtlogin running on that server.It seems to be the reason why I cant connect. If so how do i start dtlogin?
7 REPLIES 7
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: start dtlogin

Hi Richard:

First do a swlist to see if you have the CDE Runtime Environment installed. If not, swinstall it.

Next, there should be a startup script '/sbin/init.d/dtlogin.rc' ; there should also be an symbolic link in /sbin/rc3.d/S990dtlogin.rc pointing to the entry in /sbin/init.d

If it ain't broke, I can fix that.
James R. Ferguson
Acclaimed Contributor

Re: start dtlogin

Hi Richard:

There should be a startup script in the /sbin/rc?.d/ directory (probably rc3.d) for starting and stopping this.

See also, '/sbin/init.d/dtlogin.rc'.

Regards!

...JRF...
Alex Glennie
Honored Contributor

Re: start dtlogin

/sbin/init.d/dtlogin.rc [stop/start] but if CDE is installed it should be configured to start when you hit run level 3 ..... keep us posted.
Robin Wakefield
Honored Contributor

Re: start dtlogin

Hi Richard,

dtlogin's parent is dtrc, started through the /sbin/init.d/dtlogin.rc script (linked from /sbin/rc3.d directory).

Rgds, Robin.
Sachin Patel
Honored Contributor

Re: start dtlogin

Doesn't it also depends on
/etc/rc.config.d/desktop file

#more desktop
# CDE Desktop enabled Fri Apr 4 16:10:20 EST 1997
DESKTOP=CDE

Sachin
Is photography a hobby or another way to spend $
someone_4
Honored Contributor

Re: start dtlogin

Ohh this is good stuff ..
I started /sbin/init.d/dtlogin.rc start.
Then when I tried to login but it would hang on the blue screen. Well to find out there is another process that works with cde.And that would be rpcbind. And here is how I started it.
# ps -ef|grep rpcbind
root 25064 24413 0 11:46:05 pts/tb 0:00 grep rpcbind
# /sbin/init.d/nfs.core start
starting NFS CORE networking

starting up the rpcbind
/usr/sbin/rpcbind

Now it works .. and I checked the startup scrits to see why it didnt start this proccess on startup. But I cant find a reason and dont know if or where there is config file with sometype of =1 or =0 .. So as of this point I dont know why it didnt or wouldnt start up at startup.

Richard
Sachin Patel
Honored Contributor

Re: start dtlogin

Hi Richard,
rpcbind must start before inetd. It might had died. check your /etc/rc.log file and you will know wheather it had started at boot time or not.

Sachin
Is photography a hobby or another way to spend $