You are not logged in.

#1 2017-04-07 10:35:55

total39
Member
Registered: 2016-01-19
Posts: 7

when login , the cdesktopenv stucks

I want to try CDE, a classic desktop environment. Thanks for guys who keep it alive.

After the base system is installed(in vmware),I install cdesktopenv from AUR:
    yaourt -S cdestopenv

Every option was  kept as default.
Then I do this:

systemctl enable rpcbing
systemctl enable dtlogin
systemctl disable firewall

and reboot the os,the dtlogin is loaded successfully ,but after input the username and passwd, it stucked, there is only a blue background  along with some white characters about CDE ,such like this:
Starting the common Desktop Enviornments

Common Desktop Environment Version 2.2.4
....
...
the GNU LGPL,please see the file COPYING for more details.



After a few minutes,there only a hourglass left on the screen,and the background became dark,so I could not go into the desktop,it is stucked here.

I searched for answers :
  http://unix.ittoolbox.com/groups/techni … ent-600018
  https://sourceforge.net/p/cdesktopenv/d … /315d16e4/
  http://www.tek-tips.com/viewthread.cfm?qid=725619
 

Maybe this problem is caused by /etc/hosts ,  so I modifed /etc/hosts, but  it did't work.

[root@BingoCDE .dt]# uname -a
Linux BingoCDE 4.10.8-1-ARCH #1 SMP PREEMPT Fri Mar 31 16:50:19 CEST 2017 x86_64 GNU/Linux

[root@BingoCDE ~]# hostname
BingoCDE

[root@BingoCDE ~]# ifconfig
ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.244.159  netmask 255.255.255.0  broadcast 192.168.244.255
        inet6 fe80::664b:8ff2:70eb:fea  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:3e:b6:04  txqueuelen 1000  (Ethernet)
        RX packets 288  bytes 21518 (21.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 72  bytes 11036 (10.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 55  bytes 3480 (3.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 55  bytes 3480 (3.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


[root@BingoCDE ~]# cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1       BingoCDE.localdomain    BingoCDE
192.168.244.159 BingoCDE.localdomain    BingoCDE

#127.0.0.1      localhost.localdomain    localhost
#::1            locahost.localdomain    localhost

# End of file



[root@BingoCDE ~]# cat /etc/host.conf
#
# /etc/host.conf
#

order hosts,bind
multi on

# End of file


I notice there is some error information in ~/.dt/errorlog:

[root@BingoCDE .dt]# cat errorlog
*** ERROR(4): dtsession: PID 398: Fri Apr 07 16:49:26 2017
Connection to server lost - exiting.
*** [95]

*** INFORMATION(0): dtwm: PID 406: Fri Apr 07 16:49:26 2017
Workspace Manager: I/O error on display:: :0

*** [106]


Run only startx,it will show two xterm windows,but when I run startx /usr/dt/bin/Xsession
it could not work.
[root@BingoCDE bin]# startx /usr/dt/bin/Xsession

X.Org X Server 1.19.3
Release Date: 2017-03-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.11-1-ARCH x86_64
Current Operating System: Linux BingoCDE 4.10.8-1-ARCH #1 SMP PREEMPT Fri Mar 31 16:50:19 CEST 2017 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c03d248a-2ded-45d3-a373-2951338f45a8 rw quiet
Build Date: 16 March 2017  02:47:54PM

Current version of pixman: 0.34.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr  7 17:45:38 2017
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
waiting for X server to shut down (II) Server terminated successfully (0). Closing log file.d command.



I don't know where the problem is. My /etc/hosts is wrong? or there is any other problem ,any help ?
Thanks!

Offline

#2 2017-04-07 13:39:22

Chazza
Wiki Maintainer
Registered: 2013-06-02
Posts: 506

Re: when login , the cdesktopenv stucks

Don't know if you're already aware of this but I'll point it out anyway:

CDE Wiki Page wrote:

CDE is only supported on 32-bit systems, 64-bit support is still experimental.

Offline

#3 2017-04-08 01:18:23

total39
Member
Registered: 2016-01-19
Posts: 7

Re: when login , the cdesktopenv stucks

OMG ! I did not notice that!
But when I boot from Arch iso ,there only X64,no more x86.
Dose arch has abandon x86 ?


Thanks you for your answer.

Offline

#4 2017-04-08 02:28:09

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: when login , the cdesktopenv stucks

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code

And you need to read a lot more, and more carefully if you are going to use Arch: https://www.archlinux.org/news/phasing- … 6-support/


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2017-04-10 01:38:49

total39
Member
Registered: 2016-01-19
Posts: 7

Re: when login , the cdesktopenv stucks

OK,Thank you very much !

Offline

Board footer

Powered by FluxBB