I cannot init kde


 
Thread Tools Search this Thread
Operating Systems Linux I cannot init kde
# 1  
Old 08-08-2005
I cannot init kde

hi everyone,

I met a problem. Before I shut down the computer, I run some C++ program with saving data files in the computer. But next time when I start the computer, it said the space is not enough to start the kde. Then I login to the save mode and deleted some files. And restart, this time I cannot only login kde, but also, I cannot delete any files. I only can read them.

When I typed kde, the following error occurred:
xsetroot: unable to open display
xset: unable to open display
xset: unable to open display
xset: unable to open display
ksplash: cannot connect to X server
kdeinit: Aborting. $DISPLAY is not set
Warning: connect() failed: : Connection refused
The following installation problem was detected
while trying to start KDE:

No write access to $HOME directory (/home/elfyl)

KDE is unable to start
ksmserver: cannot connect to X server
Warning: connect() failed: :Connection refused
Error: Can't contact kdeinit!

I cannot copy out any file. What happened to the linux?

Thank you very much

elfyl
# 2  
Old 08-08-2005
Try logging in as root and do the following

1) reconfigure X, use your favourite script or text-editor
2) chown elfyl:users /home/elfyl -R
# 3  
Old 08-09-2005
hi, karma,

Thank you very much for your kind reply. The problem is I cannot open any text-editor. and I am not good at linux, I do not exactly know how to configure X. Would you like to help me again?

Thanks a lot.

elfyl
# 4  
Old 08-09-2005
First off, you should be logged in as root at a terminal. We're good to go if you see a hash mark ('#') or whatever you want to call them at the end of the last line on your screen.

Commands for editors:
These are some editors that can be run from the command line. Usage is <command> <path to target file>.

Really easy editors (you might not have them installed):
nano
pico

almost-easy:
vi
vim (if vi doesn't work, and it should)
joe

Your X windows configuration is stored in a file, typically /etc/X11/xorg.conf or /etc/X11/XF86Config. You can open this file in one of the aforementioned text-editors like so:

# pico /etc/X11/xorg.conf

and follow the comments (lines preceeded with '#') in the file.

There are several X-configuration scripts and utilities available from distribution to distribution to help you configure X without having to use the config file directly. From the command line, try the following commands:

# XF86configurator
# xf86configurator
# setup

Your particular flavour may well include a graphical X configuration utility that will run X in a hardware-friendly mode while you configure its settings with the comfort of a mouse.

Now, as for the
Quote:
chown elfyl:users /home/elfyl -R
thingie, just type that in exactly as shown at the command line. And I mean _exactly_, or terrible spooky goings-on will happen in your machine Smilie Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

init-script failing because of /etc/rc.d/init.d/functions

I encountered a problem on one of our database servers. OS: CentOS 5.5 final Kernel: 2.6.18-238.5.1.el5.028stab085.2 (OpenVZ kernel) We wrote some DB-Start/Stop-scripts ("/db2/admin/scripts_dba/start_services.ksh" and ".../stop_services.ksh") to start the database instances. (Database... (1 Reply)
Discussion started by: bakunin
1 Replies

2. Solaris

What is the diffe b/w init s and init S

i did my research in finding the answer but couldn't find right one. Please give your inputs. (6 Replies)
Discussion started by: ranumala
6 Replies

3. UNIX for Advanced & Expert Users

Problem on init 0, execution is the same with init 6

Hi, I am experiencing a weird thing on my SUNFIRE machine with Solaris 9 OS. When I do init 0 to shutdown the machine to go to ok prompt, what it did was shutdown and reboot like an init 6 command do. I did check the corresponding rc scripts that were involved with init 0 and compared with rc... (2 Replies)
Discussion started by: Yenthanh
2 Replies

4. Red Hat

Difference between 'init s' and 'init 1'

What is the difference between 'init s' and 'init 1'. I know that both will work to change the current run level to single user mode. Is there any difference in those two commands? (5 Replies)
Discussion started by: praveen_b744
5 Replies

5. Linux

How to I change init levels after typing init 1

Dear all, I typed in init 1 on my redhat box as root and according to wikipedia (http://en.wikipedia.org/wiki/Runlevel): 1 Single-User Mode Does not configure network interfaces, start daemons, or allow non-root logins So now I can't connect back to it. How do I change the init back to 3?... (8 Replies)
Discussion started by: z1dane
8 Replies

6. UNIX for Dummies Questions & Answers

About init

I know if a parent process exits before its child, the last one becomes orphan for a while and then is added to the children of Init process. I'd like to know deeper 1 how the orphan becomes init process, 2 how init knows that from a some point on it has another child. Thank you in advance. (2 Replies)
Discussion started by: Puntino
2 Replies

7. Solaris

different between /sbin/init and /usr/sbin/init

root@test09 # ls -al /sbin/init -r-xr-xr-x 1 root sys 550000 Jun 29 2002 /sbin/init root@test09 # ls -al /usr/sbin/init -r-xr-xr-x 1 root sys 37100 Jun 29 2002 /usr/sbin/init (2 Replies)
Discussion started by: userking
2 Replies

8. UNIX for Dummies Questions & Answers

/etc/init.d/networking

Hi all, What should i do to make the following work: # /etc/init.d/networking restart Setting up IP spoofing protection: rp_filter. Reconfiguring network interfaces...No support for INET6 on this system. Failed to bring up lo. done. Thanks & Regards Gauri (0 Replies)
Discussion started by: gauri
0 Replies

9. UNIX for Advanced & Expert Users

Init 6 & Init 0 problem

Hi Expert, I have encountered some problem with my SUN system. Everytime when i issue command #init 6 OR #init 0 it just logout and prompt for login again instead of rebooting the server when run init 6 and system shutdown when run init 0.. I can only reboot the system using reboot ... Was... (6 Replies)
Discussion started by: sc2005
6 Replies

10. UNIX for Dummies Questions & Answers

init.d

I have written a daemon and want to make sure that it starts up again after the machine is re-started so I can quit manually doing it. Problem is I'm having difficulty understanding what to do with the init.d Any help would be appreciated! (1 Reply)
Discussion started by: BC_Kevin
1 Replies
Login or Register to Ask a Question