- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 05:53 PM
04-15-2002 05:53 PM
CDE problem
N-class, 11.00
cde login screen does not appear.
I checked as following
1)Run /usr/contrib/bin/X11/dr_dt.
2)Check the error log /var/dt/Xerrors
$HOME/.dt/errorlog, $HOME/.dt/startlog
3)nslookup
4)Check permissions and ownership
5)Check the contents of /var/adm/inetd.sec.
6)usr/sbin/ping
7)mv $HOME/.dt $HOME/.dt.orig
mv $HOME/.dtprofile $HOME/.dtprofile.orig
8)installed the cde run time patches
9)dtlogin daemon -> ok
10) rpcinfo -p -> ok
I can't find the cause.
How can this problem be resolved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 06:11 PM
04-15-2002 06:11 PM
Re: CDE problem
Check that:
1) You are at least in run-level 3 or higher:
# who -r
. run-level 3 Apr 10 06:06 3 0 S
2) Your startup script is enabled with a capital S and linked to /sbin/init.d/dtlogin.rc:
# ll /sbin/rc3.d/S990dtlogin.rc
lrwxr-xr-x 1 root root 23 Apr 9 07:07 /sbin/rc3.d/S990dtlogin.rc -> /sbin/init.d/dtlogin.rc
3) Check that CDE is specified in your desktop configuration file:
# cat /etc/rc.config.d/desktop
DESKTOP=CDE
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 06:22 PM
04-15-2002 06:22 PM
Re: CDE problem
* Local local@console /usr/bin/X11/X :0
is not commented in /etc/dt/config/Xservers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 06:57 PM
04-15-2002 06:57 PM
Re: CDE problem
Try
stopping all the dtlogin daemons.
Now run
/usr/dt/bin/dtconfig -e (enable auto start)
Logout and wait for the autostart.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:51 AM
04-16-2002 12:51 AM
Re: CDE problem
can you check using ioscan -fnC graphics
Or is this a problem wrt remote displays if so can you give us some details on s/w and h/w involved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:27 PM
04-16-2002 12:27 PM
Re: CDE problem
is there any kind of firewall between that server and your X-windows station?
XDMCP (the login protocol) is using UDP, which is usually NOT permitted through firewalls...
Just my $0.02,
Wodisch